.center_column{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 1000px;
}
.ugolki{
    position:absolute;
    width:7px;
    height:7px;
    border-left:2px solid;
    border-top:2px solid;
    border-color:#555;
    right:0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg); 
    transform: rotate(45deg);
    top:0;
    bottom:0;
    margin:auto;
}
.blokleft{
    position:relative;
    max-width: 300px;
    flex: 1 1 300px;
}
.blokright{
    position:relative; 
    max-width: 640px; 	           
    flex: 1 2 640px
}    
table.zamer_tbl {
    width: 100%;
    margin-top: 4px;
    border-collapse: collapse;
    border: 1px solid #DDE1E6;   
    background: #FFF;
    display: table;
    color: #202329;
    font-size: 12px;
    line-height: 40px;
    -webkit-user-select: none;
}
table.zamer_tbl tr:nth-child(2n) td, table tr:nth-child(2n) th {
    background: #F4F6F8;
    border: 1px solid #DDE1E6;
    border-left: 0px;
    border-right: 0px;
}

table.zamer_tbl tr:first-child {
    font-weight: bold !important;
}

table.zamer_tbl .fline td:nth-child(2n+3){
    background: #F4F6F8;
}
table.zamer_tbl tr th{
    text-align:left;
    padding-left:10px;
    max-width: 120px;
}
table.zamer_tbl td{
    text-align:center;
    padding: 5px;
}
.dlyauglov{
    position:relative; 
    width:12px; 
    height:100%; 
    float:left; 
    cursor:pointer;
    
}
.oknoknops{
    position:absolute;
    height:100%;
    width:240px;
    left:0;
    right:0;
    margin:auto;
    overflow:hidden;
    line-height: normal!important;
}
.maneken{
    position:relative;
    float:left;
    height:126px;
    width:82px;
    margin-right:45px;

}
.textokna{
    position:relative;
    float:left;
    height:126px;
    width:105px;
    text-align:center;
    color:#555;
    font-size:14px;
}
.textokna p{
    margin-block-start: 0px;
    margin-block-end: 0px;
}
.textokna span{
    font-size: 32px;
    line-height: 40px;
    color: #202329;
}
.vseknops{
    position:relative;
    width:500px;
    left:-100px;
    height:30px;
    line-height: normal!important;
    box-sizing: border-box;
}
.odnknop{
    position:relative;
    float:left;
    margin-left:10px;
    width:50px;
    height:25px;
    text-align:center;
    border-radius:5px;
    border:1px solid #CCC;
    padding-top:5px;
    color: #999;
    font-size: 14px;
    line-height: normal!important;
    box-sizing: content-box;
}
.odnknopaktiv{
    position:relative;
    float:left;
    margin-left:10px;
    width:50px;
    height:25px;
    text-align:center;
    border-radius:5px;
    border:1px solid #0aa245;
    padding-top:5px;
    color: #999;
    font-size: 14px;
    color:#fff;
    background:#0aa245;
    line-height: normal!important;
    box-sizing: content-box;

}
ul.zamer li{
    display:inline-block;
    
}
ul.zamer {
    padding-inline-start: 0px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    left:0;
    right:0;
    margin:auto;
    width:132px;
    position:absolute; top:280px;
    
}
.kruknop{
    width:5px;
    height:5px;
    border:2px solid #999;
    border-radius:50%;
    margin:3px;
    cursor:pointer;
}
.kruknopakt{
    width:7px;
    height:7px;
    border:2px solid #999;
    border-radius:50%;
    margin:3px;
    background:#999;

}
.oknoizo{
    position:absolute;
    width:232px;
    height:110px;
    top:50px;
    left:0;
    right:0;
    margin:auto;
    overflow:hidden;
}
.vseizobr{
    position:relative;
    width:1624px;
    height:150px;
    left:-232px;
}
.odnizo{
    position:relative;
    float:left;
    width:232px;
    height:110px;
}    
@media screen and (max-width:1120px){
    .center_column{
        max-width: 900px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .blokleft{
        max-width: 850px;
        width: 100%;
    }
    .blokright{
        max-width: 850px;
        width: 100%;
        margin-top: 20px;
    }
}	
@media screen and (max-width:920px){
    .blokleft{
        width:90%;
        max-width:90%;
        margin-left:5%;
    }

    .blokright{
        width:90%;
        max-width:90%;
        margin-left:5%;
    }
    .center_column{
        width:100%;
    }
}  
@media screen and (max-width:680px){
    .blokright{
        margin-bottom: 50px;
        margin-left: 0;
        overflow-x: scroll;
        min-height: 700px;
    }
}