.item_main_info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 56px;
}
.item_main_info .right_info{
    max-width: 930px;
    width: 100%;
}
.page-top-main{
    display: none;
}
#content .breadcrumbs{
    display: block;
    margin-top: 56px;
}
.catalog_detail .item_main_info .item_slider {
    box-sizing: border-box; 
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    padding: 0; 
    position: relative; 
    z-index: 1;
    text-align:center; 
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.catalog_detail .item_main_info .item_slider.flex { display: none; }

.img_wrapper .wrapp_thumbs.top-small-wrapper {
    position: relative;
    width: 110px;
    height: 530px;
    margin-right: 30px;
}
.img_wrapper .wrapp_thumbs.top-small-wrapper .bx-viewport.long {
    height: 350px !important;
}
.img_wrapper .wrapp_thumbs.top-small-wrapper .inner_slider {
    /*max-height: 350px;*/
    overflow: hidden;
}
.img_wrapper .wrapp_thumbs.top-small-wrapper .slides_block, .img_wrapper .top-small-wrapper #thumbs {
    height: auto;
    white-space: normal;
    overflow: visible;
    width: auto;
}
.img_wrapper .wrapp_thumbs.top-small-wrapper .slides_block li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
    margin: 0px 0px 10px;
}
.img_wrapper .wrapp_thumbs.top-small-wrapper .slides_block li:before {
    display: none;
}
.item_slider .thumbs .slides_block li  {
    overflow:hidden;
    list-style: none; 
    width: 109px; 
    height: 110px; 
    display: block;
    zoom: 1; 
    background: none; 
    position: relative; 
    text-align: center; 
    line-height: 110px; 
    margin: 0px 10px 0px 0px; 
    border-left: 2px solid #fff; 
    -webkit-transition: border-color ease-out 0.2s; 
    -moz-transition: border-color ease-out 0.2s; 
    -o-transition: border-color ease-out 0.2s; 
    transition: border-color ease-out 0.2s; 
    box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    cursor: pointer; 
    float: left; 
    display: none; 
}
.item_slider .thumbs .slides_block li a { 
    display: inline-block; 
    height: 100%; 
    width: 100%; 
}
.catalog_detail .item_slider .thumbs .slides_block li {
    background-color: transparent;
}
.item_slider .slides { 
    padding: 0px; 
    margin: 0px auto 0px; 
    width: 100%; 
    max-width: 530px;
    height: 530px; 
    position: relative;
    zoom: 1; 
    box-shadow: 0px 16px 60px rgba(105, 99, 96, 0.08);
    background-color: #fff;
    display: flex;
    align-items: center;
}
.item_slider .slides .offers_img img { 
    vertical-align: middle; 
    border: 0; 
    max-width: 100%;
    max-height:100%; 
}
.item_slider .slides li.current { 
    z-index: 0; 
}
.img_wrapper {
    margin-right: 56px;
    position: relative;
    min-width: 670px;
    width: 100%;
}
.info_item .prod_name h2{
    margin: 0;
    line-height: 1;
    margin-bottom: 8px;
}
.section_name{
    font-size: 14px;
    line-height: 18px;
    color: var(--color-dustybrown);
    margin-bottom: 8px;
}
.bx_item_section_name{
    font-size: 14px;
    line-height: 20px;
    color: var(--color-black);
    margin-bottom: 10px;
}
.catalog_detail .sku_props{
    margin-bottom: 16px;    
}
.catalog_detail .sku_props .bx_item_detail_size ul li{
    min-width: 80px;
    border: none;
    border-bottom: 2px solid #F1F1F1;
    margin-right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 8px;
    cursor: pointer;
    margin-bottom: 24px;
}
.catalog_detail .sku_props .bx_item_detail_size ul li:last-child{
    margin-right: 0px;
}
.catalog_detail .sku_props .bx_item_detail_size ul li .cnt{
    font-size: 14px;
    line-height: 20px;
    color: var(--color-dustybrown);
}
.catalog_detail .sku_props .bx_item_detail_size ul li:hover{
    border-bottom: 2px solid var(--color-black);
}
.catalog_detail .sku_props .bx_item_detail_size ul li:hover .cnt{
    color: var(--color-black);
}
.catalog_detail .sku_props .bx_item_detail_size ul li.active{
    border: none;
    border-bottom: 2px solid var(--color-black);
}
.catalog_detail .sku_props .bx_item_detail_size ul li.active .cnt{
    color: var(--color-black);
}
.catalog_detail .sku_props .bx_item_detail_size ul li.active i{
    display: block;
    margin-right: 2px;
    width: 16px;
    height: 16px;
    background: url(images/icon-sku.svg)no-repeat center center;
}
.catalog_detail .bx_catalog_item_scu ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.reviews-link{
    text-transform: lowercase;
    display: inline-flex;
    align-items: center;
    margin-right: 24px;
}
.reviews-link svg,
.sharing svg{
    margin-right: 8px;
}
.reviews-link a{
    color: var(--color-black);
}
.reviews-link:hover a,
.reviews-link:hover svg path,
.sharing:hover .share_wrapp .btn,
.sharing:hover svg path,
.sharing .share_wrapp.active .btn,
.sharing .share_wrapp.active svg path{
    color: var(--color-milkybrown);
    stroke: var(--color-milkybrown);
}
.sharing {
    display: inline-flex;
    align-items: center;
}
.sharing .share_wrapp .btn{
    padding: 0;
    border: none;
    text-transform: lowercase;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
}
.sharing .share_wrapp .btn:hover,
.sharing .share_wrapp .btn:active,
.sharing .share_wrapp .btn:focus{
    box-shadow: none;
}
.share_wrapp .shares {
    display: none;
    position: absolute;
    top: 32px;
    left: 0px;
    z-index: 2;
    background: var(--color-white);
    box-shadow: 0px 16px 40px rgba(105, 99, 96, 0.12);
    border-radius: 2px;
    margin: 0px;
    width: auto;
    padding: 15px;
}
.share_wrapp .shares .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon{
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: contain;
}
.share_wrapp .shares .ya-share2__badge{
    background-color: transparent!important;
}
.share_wrapp .shares .ya-share2__item_service_vkontakte .ya-share2__icon{
    background-image: url(images/vk.svg);
}
.share_wrapp .shares .ya-share2__item_service_vkontakte .ya-share2__icon:hover{
    background-image: url(images/vk-hover.svg);
}
.share_wrapp .shares .ya-share2__item_service_telegram .ya-share2__icon{
    background-image: url(images/telegram.svg);
}
.share_wrapp .shares .ya-share2__item_service_telegram .ya-share2__icon:hover{
    background-image: url(images/telegram-hover.svg);
}
.element_detail_text{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.offers_price_wrapper,
.price_matrix_wrapper{
    display: flex;
    flex-wrap: wrap;
}
.sale_block.matrix{
    width: 100%;
}
.offers_price_old .values_wrapper,
.price.discount .values_wrapper{
    text-decoration-line: line-through;
}
.prices_block .values_wrapper{
    font-size: 20px;
    line-height: 24px;
}
.prices_block .value_with_sale,
.prices_block .value_no_sale{
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
}
.prices_block .value_with_sale{
    color: var(--color-milkybrown);
}
.prices_block .price.discount,
.prices_block .offers_price_old{
    margin-left: 24px;
}
.catalog_detail .counter_wrapp{
    display: flex;
    align-items: center;
}
.catalog_detail .like_icons{
    position: static;
}
.catalog_detail .buy_block{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.catalog_detail .counter_wrapp .button_block{
    min-width: 220px;
    margin-right: 24px;
}
.catalog_detail .counter_wrapp .button_block>span{
    padding: 16px 0;
}
.contents_tabs{
    margin-top: 72px;  
}
.contents_tabs .tab_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #F1F1F1;
    cursor: pointer;
}
.contents_tabs .tab_btn.ask,
.contents_tabs .tab_btn.char,
.contents_tabs .tab_btn.appl,
.contents_tabs .tab_btn.comp{
    margin-top: 24px;
}
.contents_tabs .tab_btn span{
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
}
.contents_tabs .tab_btn span::before,
.contents_tabs .tab_btn span::after{
    display: block;
    content: "";
    width: 2px;
    height: 16.5px;
    position: absolute;
    top: 3.5px;
    left: 50%;
    margin-left: -1px;
    background: var(--color-black);
}
.contents_tabs .tab_btn span::after{
    transform: rotate(90deg);
}
.contents_tabs .tab-pane{
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 24px;
}
.contents_tabs .tab_btn.active{
    border-bottom: 1px solid transparent;
}
.contents_tabs .tab_btn.active span::before{
    display: none;
}
.contents_tabs .tab_btn.active span::after{
    background: var(--color-milkybrown);
}
.contents_tabs #ask p,
.detail_text{
    font-size: 14px;
    line-height: 20px;
}
.tabs_section.type_more{
    display: none;
}
body #reviews_content{
    margin-top: 144px;
}
.top_info.mobile{
    display: none;
}
.type_clothes .item_slider:not(.flex) .slides{
    max-width:500px;
    height:500px;
}
.catalog_detail .item_slider .thumbs { 
    margin: 0px auto; 
    max-width: 256px; 
    position: relative; 
    z-index: 1; 
}
.reviews_title h2{
    margin: 0;
    margin-bottom: 56px;
    text-transform: lowercase;
}
.to-subscribe.btn-add-white-border svg path{
    fill: var(--color-black);
}
.catalog_detail .counter_wrapp .button_block>span.to-subscribe.btn-add-white-border {
    padding-left: 24px;
    padding-right: 24px;
}
@media screen and (max-width:1350px) {
    .type_clothes .item_slider:not(.flex) .slides {
        max-width: 400px;
        height: 400px;
    }
    .img_wrapper{
        min-width: 530px
    }
    .img_wrapper .wrapp_thumbs.top-small-wrapper{
        height: 400px;
    }
}
@media screen and (max-width:1150px) {
    .type_clothes .item_slider:not(.flex) .slides {
        max-width: 400px;
        height: 400px;
    }
    .img_wrapper{
        min-width: 500px
    }
    .item_slider .thumbs .slides_block li{
        height: 70px;
    }
    .img_wrapper .wrapp_thumbs.top-small-wrapper{
        width: 70px;
    }
    .catalog_detail .counter_wrapp .button_block{
        min-width: 160px;
    }
}
@media screen and (max-width:1080px) {
    .catalog_detail .col-md-12{
        padding: 0;
    }
}
@media screen and (max-width:992px) {
    .item_main_info{
        display: block;
    }
    .top_info.desctop{
        display: none;
    }
    .img_wrapper{
        margin: 0;
        min-width: 100%;
    }
    .top_info.mobile{
        display: block;
    }
    #content .breadcrumbs{
        display: none;
    }
    .catalog_detail .sku_props{
        margin-top: 40px;
    }
    .reviews_title h2{
        margin-bottom: 32px;
    }
    body #reviews_content{
        margin-top: 112px;
    }
}
@media screen and (max-width:768px) {
    .catalog_detail .item_main_info .item_slider{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .img_wrapper .wrapp_thumbs.top-small-wrapper{
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .img_wrapper .wrapp_thumbs.top-small-wrapper .slides_block li{
        max-width: 109px;
        height: 110px;
        border-left: none;
        margin: 0!important;
    }
    .item_slider .thumbs .slides_block li.current{
        border-bottom: 2px solid var(--color-black);
    }
    .catalog_detail .item_slider .thumbs{
        max-width: 100%;
    }
    .img_wrapper{
        margin-bottom: 64px;
    }
    .right_info .main_item_wrapper .row{
        display: flex;
        flex-wrap: wrap;
    }
    .right_info .main_item_wrapper .row .col-md-12:nth-child(1){
        order: 2;
        margin-top: 40px;
    }
    .catalog_detail .sku_props{
        margin-bottom: 0;
    }
    .contents_tabs{
        margin-top: 32px;
    }
    .catalog_detail .sku_props{
        margin-top: 0px;
    }
}
@media screen and (max-width:450px) {
    .type_clothes .item_slider:not(.flex) .slides{
        max-width: 100%;
        height: auto;
        box-shadow:none
    }
}
.marketplace_link_text{
    display: none;
}

.buy_block > *{
    order: 1;
}

.buy_block > .marketplace_links_wrapper,
.buy_block .marketplace_links{
    order: 2;
}

.buy_block .marketplace_links{
    display: flex;
}

.marketplace_link{
    width: 58px;
    height: 58px;
    display: block;
}

.marketplace_link{
    margin-left: 24px;
}

@media (max-width: 550px) {
    .catalog_detail .buy_block{
        flex-wrap: wrap;
    }

    .offer_buy_block.buys_wrapp,
    .like_wrapper{
        margin-bottom: 0px;
    }

    .marketplace_link{
        margin-left: 0px;
        margin-right: 24px;
        margin-top: 12px;
    }
}

@media (max-width: 448px) {
    .like_wrapper{
        margin-bottom: 0;
        margin-right: 24px;
        margin-top: 12px;
    }
}