.is-select-offer-properties {
    overflow: hidden;
}
.is-select-offer-properties .wrapper1 .header_wrap,
.is-select-offer-properties .hits_block ul.slider_navigation.top_big,
.is-select-offer-properties .wrapper1 .left_block {
    z-index: 1;
}
.is-select-offer-properties #headerfixed.fixed {
    display: none;
}
.is-select-offer-properties .flexslider .flex-direction-nav li a{
    z-index: -1;
}
.is-select-offer-properties .aw-catalog_item .footer_button.is-show-select-offer-properties{
    position: fixed!important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20000;
    height: 100vh;
    display: flex!important;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    transition: none;
}

.is-select-offer-properties .aw-catalog_item .footer_button.is-show-select-offer-properties .footer_button__mask{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #33333354;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2001;
}

.is-select-offer-properties .aw-catalog_item .footer_button.is-show-select-offer-properties .footer_button__close{
    background: url(../img/svg_sprite.svg#close) 50% 50% no-repeat;
    background-size: cover;
    width: 11px;
    height: 11px;
    position: absolute;
    right: 18px;
    top: 18px;
    cursor:pointer;
}
.is-select-offer-properties .aw-catalog_item .footer_button.is-show-select-offer-properties .sku_props .item_wrapper:not(.sizes_clothes){
    display: none;
}

.is-select-offer-properties .aw-catalog_item .footer_button.is-show-select-offer-properties .sku_props .sizes_clothes .bx_size .item{
    border: 1px solid #CED1D6;
    margin: 0px 8px 8px 0px;
}
.is-select-offer-properties .aw-catalog_item .footer_button.is-show-select-offer-properties .sku_props .sizes_clothes .bx_size .item span{
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #303233;
}
.is-select-offer-properties .aw-catalog_item .footer_button.is-show-select-offer-properties .sku_props .sizes_clothes .bx_size .item:hover,
.is-select-offer-properties .aw-catalog_item .footer_button.is-show-select-offer-properties .sku_props .sizes_clothes .bx_size .item.active{
    background: none;
    border: 1px solid #F2B600;
}
.is-select-offer-properties .aw-catalog_item .footer_button.is-show-select-offer-properties .sku_props .sizes_clothes .bx_size .item.active span{
    color: #303233;
}
.is-select-offer-properties .aw-catalog_item .footer_button.is-show-select-offer-properties .sku_props .sizes_clothes .bx_item_section_name{
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #303233;
    display: block;
    margin-bottom: 10px;
}

.is-select-offer-properties .aw-catalog_item .footer_button.is-show-select-offer-properties .offer_buy_block{
    position: absolute;
    left: -9999px;
    opacity: 0;
}
.is-select-offer-properties .aw-catalog_item .footer_button.is-show-select-offer-properties .sku_props{
    display: block;
    position: relative;
    z-index: 3000;
    background: #FFFFFF;
    box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 37px 32px;
    text-align: left;
}

@media (max-width: 600px) {
    .is-select-offer-properties .aw-catalog_item .footer_button.is-show-select-offer-properties{
        align-items: flex-end;
    }
    .is-select-offer-properties .aw-catalog_item .footer_button.is-show-select-offer-properties .sku_props {
        text-align: left;
        width: 100%;
        margin: 0 15px 120px;
    }
}