@media (min-width: 992px) {
    body #content .product-container .product-side.left_block, body #content .product-container .product-side.left_block>* {
        display: block;
    }
    .product-side.left_block {
        margin-top: 0;
        float: right;
        width: 305px;
    }
    .right_block:not(.catalog_page_detail_with_left) .product-view--side-left {
        float: left;
    }
    .right_block:not(.catalog_page_detail_with_left) .product-view--side-left, .right_block:not(.catalog_page_detail_with_left) .product-view--side-right {
        width: calc(100% - 345px);
    }
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background: #999;
}


.detail img {
    max-width: 100%;
    margin: auto;
    max-height: 100%;
}

.cost.detail .js-info-block {
    z-index: 102;
}
.js-info-block {
    position: absolute;
    left: 0px;
    width: 275px;
    background: #fff;
    background: var(--card_bg_black);
    top: 25px;
    z-index: 12;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.15);
    display: none;
}
.js-info-block .block_title {
    padding: 18px 24px 5px;
    color: #333;
    color: var(--white_text_black);
}
.js-info-block .block_wrap .block_wrap_inner.prices {
    padding: 12px 14px 2px 24px;
    max-height: 260px;
}
.cost.prices .price {
    margin: 0 3px 0;
    display: inline-block;
}
.price_1m2 .price, .price_1m2_value {
    font-size: 1.288em !important;
}
.cost.prices .price .values_wrapper {
    display: inline-block;
}


.product-detail-gallery-sticky {
    position: sticky;
    top: 112px;
}
@media screen and (min-width: 768px) {
    .product-detail-gallery__slider {
        --slider-max-width: 450px;
    }
}
.product-detail-gallery__slider {
    --slider-max-height: var(--slider-max-width);
    --slider-max-width: 300px;
    display: block;
    margin: auto;
    max-height: calc(var(--slider-max-height) + 25px);
    max-width: var(--slider-max-width);
}
.product-detail-gallery__container {
    --padding-top: 0;
    padding-top: var(--padding-top);
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    margin-bottom: 3px;
    z-index: 2;
}
.product-detail-gallery__slider--big .owl-stage-outer .owl-stage {
    display: flex;
    align-items: center;
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    min-height: 1px;
    flex-shrink: 0;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel .owl-item .product-detail-gallery__item {
    width: 100%;
    display: block;
    margin: auto;
}
@media (min-width: 768px) {
    .product-container .product-detail-gallery__item > a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
}
.product-container .product-detail-gallery__item.product-detail-gallery__item--big a .product-detail-gallery__picture {
    cursor: zoom-in;
}
.product-container .product-detail-gallery__item .product-detail-gallery__picture {
    width: auto;
    display: inline-block;
    max-height: var(--slider-max-height);
}
.owl-carousel .owl-nav {
    z-index: auto;
    visibility: hidden;
    transition: left 0.3s ease, right 0.3s ease;
    margin-top: 0px;
    position: absolute;
    margin: 0px;
    display: flex;
    left: -53px;
    right: -53px;
    justify-content: space-between;
    top: calc(50% - 20px);
    z-index: 5;
}
.owl-carousel.owl-theme.owl-bg-nav .owl-nav button:not(:hover) {
    background: #fff;
    background: var(--arrows_bg_black);
}
.owl-carousel.owl-theme.owl-bg-nav .owl-nav button {
    border-radius: 3px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.short-nav .owl-nav > button {
    position: relative;
    z-index: 5;
}
body .owl-carousel .owl-nav [class*="owl-"] {
    margin: 0px;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-carousel.owl-bg-nav .owl-nav .owl-prev .svg {
    left: -2px;
    top: 0;
}
.owl-carousel .owl-nav .svg.left {
    transform: rotate(-90deg);
}
.owl-carousel .owl-nav .svg.right {
    transform: rotate(90deg);
}
.owl-carousel .owl-nav .svg {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.owl-carousel .owl-nav .svg svg {
    display: inline-block;
}
.owl-carousel .owl-nav .disabled svg path {
    fill: #333 !important;
    fill: var(--white_text_black) !important;
}
.owl-carousel.owl-theme.owl-bg-nav .owl-nav button:not(:hover) {
    background: #fff;
    background: var(--arrows_bg_black);
}
.owl-carousel.owl-theme.owl-bg-nav .owl-nav button {
    border-radius: 3px;
}
@media (min-width: 768px) {
    .product-container .product-detail-gallery__slider .owl-dots {
        display: none;
    }
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #365edc;
}
.owl-carousel.owl-theme.owl-bg-nav .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 3px 6px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
@media (min-width: 768px) {
    .product-container .product-detail-gallery__thmb-inner:not(.vertical) {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px 60px;
        flex-wrap: wrap;
    }
}
.product-container .product-detail-gallery__thmb-inner:not(.vertical) {
    margin-top: 17px;
}
.product-container .product-detail-gallery__slider.thmb {
    max-width: 140px;
    max-height: 60px;
    margin: 0px;
}
@media (min-width: 768px) {
    body .product-detail-gallery__thmb-container .product-detail-gallery__slider, .video-block.popup_video {
        display: inline-block;
        vertical-align: middle;
    }
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-stage-outer {
    z-index: 2;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}
.disabled:not(.link-item) {
    opacity: .4;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.product-container .product-detail-gallery__item.product-detail-gallery__item--thmb {
    height: 60px;
    line-height: 60px;
    width: 60px;
    cursor: pointer;
}
.owl-carousel .owl-item .product-detail-gallery__item {
    display: block;
    margin: auto;
}
.product-container .product-detail-gallery__item.product-detail-gallery__item--thmb, .product-container .product-detail-gallery__item .product-detail-gallery__picture {
    display: inline-block;
    max-height: var(--slider-max-height);
}
.product-container .product-detail-gallery__slider.thmb .owl-item:not(.current) {
    opacity: 0.4;
}
.owl-carousel.short-nav:hover .owl-nav, .owl-carousel.visible-nav .owl-nav {
    left: -18px;
    right: -18px;
    visibility: visible;
    margin-top: 0px;
}






.product-info > .flexbox {
    align-items: normal;
}
.product-info-headnote + .two_columns {
    padding-top: 20px;
}
.product-detail-gallery {
    position: relative;
    width: 100%;
}
.product-detail-gallery-sticky {
    position: sticky;
    top: 112px;
}
.product-detail-gallery__container {
    --padding-top: 0;
    padding-top: var(--padding-top);
}
@media (min-width: 768px) {
    .product-container .info_item .adaptive-block {
        margin: 30px 30px;
    }
}
.view_sale_block.v2.grey {
    border: 1px solid #eeeeee;
    display: inline-block;
    border-radius: 2px;
    margin: 0px;
    overflow: hidden;
}
.view_sale_block {
    margin: 10px 0px 0px;
    white-space: nowrap;
    font-size: 0px;
}
@media (min-width: 768px) {
    body #content .product-container .view_sale_block .icons {
        display: inline-block;
    }
}
.view_sale_block.v2 > div:first-of-type {
    border-radius: 2px 0px 0px 2px;
    overflow: hidden;
}
.view_sale_block > div {
    display: inline-block;
    vertical-align: top;
    font-size: 0px;
}
.view_sale_block .values {
    margin: 0px;
    line-height: 15px;
    font-size: 0px;
    color: #333;
}

.view_sale_block.v2.grey .countdown, .view_sale_block.v2.grey .values .item, .view_sale_block.v2.grey .quantity_block, .view_sale_block.v2 .quantity_block.grey .values .item {
    background: #fafafa;
}
.view_sale_block .values .item {
    padding: 10px 0px 0px 13px;
    min-width: 37px;
    width: auto;
    text-align: left;    
    height: 38px;
    color: #333;
    margin: 0px;
    border-radius: 0px;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-size: 15px;
    position: relative;
}
.view_sale_block .count_d_block {
    margin: 0px 0px 0px 0px;
}

.view_sale_block.v2.grey .countdown, .view_sale_block.v2.grey .values .item, .view_sale_block.v2.grey .quantity_block, .view_sale_block.v2 .quantity_block.grey .values .item {
    background: #fafafa;
}

.view_sale_block .countdown {
    height: 38px;
    color: #333;
    display: block;
    overflow: hidden;
    border-radius: 0px;
    width: 115px;
}
.view_sale_block .values {
    line-height: 15px;
    font-size: 0px;
    margin: 0px;
}

@media (min-width: 1200px) {
    .hidden-md.hidden-lg, tr.hidden-md.hidden-lg, th.hidden-md.hidden-lg, td.hidden-md.hidden-lg {
        display: none !important;
    }
}



.product-item-detail-tabs-container-fixed {
    position: fixed;
    top: -150px;
    left: 0;
    right: 0;
    z-index: 995;
    background-color: #fafafa;
    background-color: var(--card_bg_hover_black);
    box-shadow: 0 4px 14px 0 rgba(32, 54, 74, 0.23);
    -webkit-transition: top 350ms linear;
    -moz-transition: top 350ms linear;
    -ms-transition: top 350ms linear;
    -o-transition: top 350ms linear;
    transition: top 350ms linear;
    min-height: 48px;
    border-top: 1px solid #eeeeee;
    border-color: var(--stroke_black);
}
@media screen and (max-width: 991px), projection and (max-width: 991px), tv and (max-width: 991px), handheld and (max-width: 991px) {
    .product-item-detail-tabs-container-fixed {
        display: none;
    }
}



.catalog_block .counter_wrapp>div {
    float: left;
    width: 50%;
    margin: 0;
    position: relative;
}
.counter_prop_355 {
    width: 100% !important;
    display: flex !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.counter_prop_355 .counter_block_inner {
    width: calc(50% - 5px);
}
.counter_prop_355 .counter_block_inner:nth-child(2) {
    margin-left: 10px;
}
.counter_block {
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    border-color: var(--stroke_black);
    background: #fafafa;
    background-color: var(--darkerblack_bg_black);
    text-align: center;
    margin: 0px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    width: 100%;
    height: 48px;
    border-radius: 0px;
}
.counter_block .minus:not(.big) {
    width: 30px;
}
.counter_block .plus, .counter_block .minus {
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: auto;
    cursor: pointer;
}
.counter_block input[type="text"] {
    width: 47px;
    height: 48px;
    border: 0px;
    background: none;
    color: #333;
    color: var(--white_text_black);
    font-size: 13px;
    border-radius: 0px;
    text-align: center;
    line-height: 13px;
    padding: 7px 3px 7px;
}
.product-container .counter_block .plus {
    right: 10px;
}
.product-container .counter_block .minus {
    left: 10px;
}
.counter_block > span:not(:hover) .svg {
    opacity: 0.5;
}
.counter_block > span .svg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -6px;
    width: 11px;
    height: 11px;
    line-height: 12px;
}
.btn-width .button_block {
    width: 100% !important;
}
.catalog_block .counter_wrapp > div .btn {
    display: block;
    border-radius: 0px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    margin: 10px 0;
}
.counter_wrapp.list>div {
    float: left;
    width: 50%;
    margin: 0 0 8px;
    padding: 0 4px;
}
.button_block {
    display: inline-block;
    vertical-align: top;
}
.counter_wrapp.list .to-cart {
    padding-left: 4px;
    padding-right: 4px;
    width: 100%;
}
.product-container .counter_wrapp .button_block .in-cart {
    position: relative;
    width: 100%;
}
.product-container .counter_wrapp .button_block .in-cart span {
    padding-left: 24px;
}
.btn>* {
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}
.wrapp-one-click .btn {
    width: 100%;
}




.ordered-block {
    margin: 3.133rem 0 3.133rem;
}
.ordered-block__title {
    color: #000;
    color: var(--white_text_black);
    padding-bottom: 1.933rem;
}
.arrow_scroll {
    max-height: 52px;
    overflow: hidden;
}
.tabs {
    margin-bottom: 39px;
}
.arrow_scroll .nav.nav-tabs {
    white-space: nowrap;
    min-width: 300%;
    z-index: 1;
    position: relative;
}
.nav-tabs {
    border: none;
    margin: -3px;
    padding: 0;
}
.arrow_scroll_init .arrows_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
.arrow_scroll .nav.nav-tabs>li {
    display: inline-block;
    float: none;
}
.tabs .nav-tabs li {
    margin: 3px;
    background: #fafafa;
    background: var(--light2_bg_black);
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s,box-shadow .3s ease;
    -o-transition: background-color .3s,box-shadow .3s ease;
    -webkit-transition: background-color .3s, box-shadow .3s ease;
    transition: background-color .3s, box-shadow .3s ease;
    float: left;
}
.nav-tabs:before, .nav-tabs:after {
    content: " ";
    display: table;
}
.arrow_scroll .nav.nav-tabs>li {
    display: inline-block;
    float: none;
}
.tabs .nav-tabs li {
    margin: 3px;
    background: #fafafa;
    background: var(--light2_bg_black);
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s,box-shadow .3s ease;
    -o-transition: background-color .3s,box-shadow .3s ease;
    -webkit-transition: background-color .3s, box-shadow .3s ease;
    transition: background-color .3s, box-shadow .3s ease;
    float: left;
}
.tabs .nav-tabs li.active a {
    color: #333;
    color: var(--white_text_black);
    text-decoration: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: none;
    background: var(--black_bg_black);
}
.tabs .nav-tabs li a, .tabs .nav-tabs li>span {
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 16px 24px 15px;
    color: #777777;
    color: var(--light_basic_text_black);
    border: none;
    border-radius: 3px;
    background: transparent;
    text-decoration: none;
}
.tabs .nav-tabs li.active:after {
    background: #365edc;
}
.nav-tabs>li.active:after {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    z-index: 1;
    height: 2px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.ordered-block__text {
    margin-bottom: 20px;
}
.btn--no-btn-appearance {
    appearance: none;
    background: none;
    border-radius: inherit;
    border: none;
    color: inherit;
    cursor: pointer;
    display: block;
    padding: 0;
}
.ordered-block__spoiler-btn {
    font-size: .667em;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: .8px;
    text-decoration: none;
}
.ordered-block__spoiler i {
    transition: transform ease .2s;
    margin-right: 7px;
}

.catalog_detail .props_list {
    width: 100%;
    margin: 0px 0px 0px;
    color: #555;
}
table.props_list {
    border-collapse: collapse;
    border: 0px;
    table-layout: fixed;
}
.catalog_detail .char_block {
    padding: 30px 40px;
}
.catalog_detail .props_list td:first-of-type {
    width: 45%;
}
.props_list tr td:first-child {
    text-align: left;
    padding-right: 10px;
    padding-left: 0px;
}
.catalog_detail .props_list td {
    position: relative;
    vertical-align: bottom;
    font-size: 1em;
    vertical-align: top;
    background: url(/bitrix/templates/aspro_max/images/dott.png) no-repeat;
    background-position: 0px 14px;
    background-repeat: repeat-x;
    width: 50%;
}
.props_list td {
    padding: 2px 0px 2px 10px;
}
.catalog_detail .props_list .props_item, .catalog_detail .props_block .char_name .props_item, .catalog_detail .props_block .char_value {
    overflow: hidden;
    text-overflow: ellipsis;
}
.catalog_detail .props_list .props_item span {
    background: #fff;
    background-color: var(--card_bg_black);
    padding-right: 10px;
    color: #777;
    color: var(--light_basic_text_black);
}
.catalog_detail .props_list td.char_value {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 55%;
    text-align: left;
    background: none;
    position: relative;
    font-size: 1em;
    vertical-align: top;
    padding: 2px 0px 2px 10px;
}
.catalog_detail .props_list td.char_value span {
    padding: 0px 0px 0px 10px;
    color: var(--white_text_black);
    background: var(--card_bg_black);
    position: relative;
    display: inline-block;
}
.js-info-block .more-btn {
    margin: 20px 0px 0px;
}
.catalog_detail .sku_props .wrapper_sku:not(.sku_in_section) > div div[class*="_scroller_container"] {
    max-height: 230px;
    overflow: hidden;
}
.bx_item_detail_scu .bx_scu_scroller_container {
    position: relative;
    z-index: 1;
}
.wrapper1 .detail .bx_catalog_item_scu:not(.sku_in_section) .bx_scu ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    margin: -2px -2px 0px;
    line-height: 0px;
}
.bx_catalog_item_scu ul {
    font-size: 0;
    margin: 0;
}
.wrapper1 .detail .bx_catalog_item_scu:not(.sku_in_section) .bx_scu ul li {
    width: 50px;
    padding: 0;
    margin: 4px 4px;
    max-height: 56px;
}
.wraps .item {
    position: relative;
}
.bx_catalog_item_scu ul li, .bx_ordercart .bx_scu_scroller_container .bx_scu ul li {
    position: relative;
    z-index: 9;
    cursor: pointer;
    outline: none;
    font-size: 11px;
    margin: 0 0 9px;
    padding: 0 9px 0 0;
    display: inline-block;
    vertical-align: top;
}
.wrapper1 .detail .bx_catalog_item_scu:not(.sku_in_section) ul li .cnt1 {
    width: 100%;
    display: inline-block;
    padding-top: 100%;
}
.bx_catalog_item_scu .bx_item_detail_scu ul li.active span.cnt1, body .bx_catalog_item_scu .bx_item_detail_scu ul li span.cnt1 {
    background: none;
}
.wrapper1 .detail .bx_catalog_item_scu:not(.sku_in_section) ul li .cnt_item {
    border: 2px solid #fff;
    position: absolute;
    width: 100%;
    height: 100%;
}
.bx_filter_select_popup .bx_filter_btn_color_icon, .bx_filter .bx_filter_btn_color_icon, .bx_catalog_item_scu .bx_item_detail_scu ul li .cnt_item, .bx_scu_scroller_container ul li .cnt_item {
    line-height: 26px;
    position: relative;
    top: 0px;
    border-radius: 1px;
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 0px solid #fff;
    vertical-align: middle;
    -webkit-background-size: cover;
    background-size: cover;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    border: 2px solid #fff;
    border-color: var(--card_bg_black);
}
.bx_filter .bx_filter_param_label.active .bx_filter_btn_color_icon, .bx_catalog_item_scu ul li.active .cnt_item, .bx_scu_scroller_container ul li.bx_active .cnt_item {
    box-shadow: 0 0 0 2px #2c56dc;
}
.counter_block > span .svg svg {
    display: inline-block;
    vertical-align: middle;
}
.counter_block > span .svg * {
    fill: var(--white_text_black);
}
.properties-group {
    width: 100%;
    margin: 0;
    --group-padding: 16px;
}
.properties-group__group:first-child {
    padding-top: 0;
}
.properties-group__group .properties-group__group-name {
    font-weight: 600;
    margin-bottom: 12px;
}
@media (min-width: 992px) {
    .properties-group--table .properties-group__items {
        display: grid;
        column-gap: 48px;
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 501px) {
    .properties-group--table .properties-group__item:nth-of-type(1) {
        border-top: 1px solid var(--stroke_black);
    }
}
.properties-group--table .properties-group__item {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #ededed;
    border-bottom-color: var(--stroke_black);
}
.properties-group--table .properties-group__name-wrap, .properties-group--table .properties-group__value-wrap {
    width: 50%;
}
.properties-group__name-wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.properties-group__name-wrap, .properties-group__value-wrap {
    position: relative;
}
.properties-group__name, .properties-group__value {
    position: relative;
    text-align: left;
    word-break: break-word;
}
.properties-group--table .properties-group__name-wrap, .properties-group--table .properties-group__value-wrap {
    width: 50%;
}
.properties-group__name-wrap, .properties-group__value-wrap {
    position: relative;
}
.properties-group--table .properties-group__value {
    padding-left: 20px;
}
.properties-group__name, .properties-group__value {
    position: relative;
    text-align: left;
    word-break: break-word;
}
.tab-pane.stores .ordered-block__title {
    padding-bottom: 1.533rem;
}
.stores-title {
    position: absolute;
    top: 4px;
    right: 0;
}
.stores-title .stores-title__list:hover, .stores-title .stores-title__list.stores-title--active {
    opacity: 1;
}
.stores-title .stores-title__list {
    opacity: .5;
    transition: opacity .3s ease;
}
.stores-title .stores-title__list .svg {
    margin-right: 4px;
    top: -1px;
}
.stores-title .stores-title__list:last-of-type {
    padding-left: 24px;
}
.stores-title .stores-title__list .svg {
    margin-right: 4px;
    top: -1px;
}
.tab-pane.stores .stores_tab {
    padding-top: 9px;
}
.tab-pane.stores .stores_tab .stores_block_wrap.combine {
    position: relative;
}
.stores-amount-list:not(.stores-amount-list--active) {
    display: none;
}
.stores_block_wrap .stores_block {
    clear: both;
    background: #fff;
    background: var(--card_bg_black);
    margin: -2px 0 0;
    position: relative;
    padding: 17px 0 19px 0;
}
.stores_block_wrap .stores_block .stores_text_wrapp {
    position: relative;
    display: inline-block;
    background: #fff;
    background: var(--card_bg_black);
    padding: 0 10px 0 23px;
}
.stores_block_wrap .stores_block .stores_text_wrapp .main_info {
    max-width: 500px;
}
.stores_block_wrap .stores_block .stores_text_wrapp .main_info div.p10 {
    line-height: 1.4em;
}
.stores_block_wrap .stores_block .stores_text_wrapp .main_info div.p10 {
    line-height: 1.4em;
}
.stores_block_wrap .stores_block .stores_text_wrapp .main_info div.p10 {
    line-height: 1.4em;
}
.tab-pane.reviews {
    padding-top: 7px;
}
.EXTENDED.tab-pane.reviews #reviews_content {
    position: relative;
}
.EXTENDED #reviews_content {
    padding: 0;
}
.EXTENDED.tab-pane.reviews #reviews_content .ordered-block__title {
    margin-top: 1px;
    padding-bottom: 16px;
}
.element-count-wrapper {
    font-size: 1rem;
}
.element-count-wrapper .element-count {
    padding: 2px 6px 3px;
    vertical-align: bottom;
    border: 1px solid rgba(153, 153, 153, .35);
    position: relative;
    margin-left: 8px;
    top: -3px;
}
.right_reviews_info .rating-wrapper {
    display: flex;
    align-items: center;
    margin-right: 40px;
    margin-top: 2px;
}
.EXTENDED.tab-pane.reviews #reviews_content .right_reviews_info .show-comment {
    margin-top: -2px;
}
.right_reviews_info .rating-wrapper .votes_block {
    margin-top: 2px;
    margin: 0px -2px 0;
    font-size: 0;
}
.right_reviews_info .rating-wrapper .rating-value {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    color: var(--white_text_black);
    margin-left: 14px;
}
.votes_block.nstar .ratings {
    white-space: nowrap;
}
.votes_block.nstar>div {
    display: inline-block;
    vertical-align: middle;
}
.votes_block.nstar .ratings .item-rating {
    display: inline-block;
    padding: 0 0 0 2px;
}
.right_reviews_info .rating-wrapper .rating-value {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    color: var(--white_text_black);
    margin-left: 14px;
}
.right_reviews_info .rating-wrapper .rating-value .count {
    margin-right: -3px;
}
.bx_soc_comments_div {
    margin: 0;
    padding: 0;
}
.bx_soc_comments_div .bx-catalog-tab-section-container {
    position: relative;
}


.item-views {
    margin-bottom: 0;
    position: relative;
}
.item-views.list-type-block.wide_img .items.row>.col-md-12 {
    z-index: 10;
}
.item-views.list-type-block .items .item_wrap {
    margin: 0 0px -1px;
    padding: 2.27rem;
    position: relative;
    background: var(--light, none) var(--dark, var(--card_bg_black));
    border: 1px solid #EEE;
    border-color: var(--stroke_black);
}
.item-views.list .item {
    margin-bottom: 0;
}
.item-views .item {
    position: relative;
}
.list-type-block.item-views .item>.image {
    max-width: 100%;
    float: left;
    overflow: hidden;
    text-align: center;
    position: relative;
    width: 193px;
    max-height: none;
}
@media (min-width: 601px) {
    .list-news1.compact-view.list-type-block.item-views.wide_img .item>.image {
        width: 150px;
        min-height: 100px;
        flex-direction: column;
        justify-content: center;
        display: flex;
    }
}
.list-type-block.item-views.wide_img .item .image + .body-info {
    padding-left: 293px;
    padding-right: 70px;
}
.compact-view.list-type-block.item-views.list-news1 .item .image + .body-info.with-section {
    padding-bottom: 0;
}
.compact-view.list-type-block.item-views.wide_img .item .image + .body-info {
    padding-left: 12.27rem;
}
.compact-view.list-type-block.item-views .body-info.with-section .top_title_wrap {
    overflow: hidden;
}
.compact-view.list-type-block.item-views .body-info.with-section span.section-name-block {
    float: left;
    font-size: .667em;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: .8px;
    text-decoration: none;
    display: block;
    margin: 0 0 10px;
}
.compact-view.list-type-block.item-views .body-info.with-section span.date-separate {
    padding-left: 8px;
    padding-right: 8px;
    float: left;
}
.compact-view.list-type-block .period-block {
    margin: 0 0 10px;
        font-size: .667em;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: .8px;
    text-decoration: none;
}
.compact-view.list-type-block.item-views .body-info.with-section .period-block span.date {
    float: left;
}
.compact-view.list-type-block.item-views .item .title {
    margin-bottom: .8rem;
        overflow: hidden;
    text-overflow: ellipsis;
}
.item-views .item .title a {
    color: #333;
    color: var(--white_text_black);
    text-decoration: none;
}
.item-views .item .previewtext {
    margin: 0;
    margin-bottom: 20px;
    margin-top: 10px;
    overflow: hidden;
    line-height: 1.65em;
}
.item-views.list-type-block .item .previewtext p:first-child {
    margin-top: 0;
}
.item-views .item .previewtext p {
    margin-bottom: 0;
}
.list-type-block.item-views.wide_img .item .body-info .arrow_link {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 38px;
    height: 38px;
}
.list-type-block.item-views.wide_img .item .svg.svg-inline-right-arrow {
    position: absolute;
    top: 13px;
    left: 12px;
}
.list-type-block.item-views.wide_img .item .svg.svg-inline-right-arrow:hover svg path {
    fill: var(--fill_dark_light_white_hover);
}


.buy_block .sku_props {
    margin: 0;
}
.sku_props .wrapper_sku>div {
    margin: 0 0 0;
}
.sku_props .bx_item_section_name {
    color: #888888;
    font-size: .8em;
}
.sku_props .bx_item_section_name .sku_mdash {
    margin: 0 7px;
}
.catalog_detail .sku_props .bx_item_section_name .val {
    color: #333;
    color: var(--white_text_black);
}
.scrollblock {
    max-height: 230px;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    overscroll-behavior: auto;
}
.bx_catalog_item_scu ul {
    font-size: 0;
    margin: 0;
}
.wraps .item {
    position: relative;
}
.bx_filter_vertical input[type="checkbox"] + label.sku, .sku_props .bx_item_detail_size ul li {
    display: inline-block;
    font-size: 10px;
    border: 1px solid #dddddd;
    border-color: var(--stroke_black);
    padding: 0 10px;
    text-align: center;
    margin: 0 5px 5px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    border-radius: 2px;
}
.bx_catalog_item_scu ul li, .bx_ordercart .bx_scu_scroller_container .bx_scu ul li {
    position: relative;
    z-index: 9;
    cursor: pointer;
    outline: none;
    font-size: 11px;
    margin: 0 0 9px;
    padding: 0 9px 0 0;
    display: inline-block;
    vertical-align: top;
}
.catalog_detail .sku_props .bx_item_detail_size ul li {
    margin: 0 8px 8px 0;
}
.sku_props .bx_item_detail_size ul li.active {
    border-color: #365edc;
}
.sku_props .bx_item_detail_size ul li.active {
    color: #FFF;
    background: #305adc;
}
.buy_block .table_sizes {
    margin-bottom: 5px;
}
.table_sizes .svg, .quantity_block_wrapper .cheaper_form .svg, .text-form.muted .svg {
    margin-right: 5px;
}
.table_sizes svg path, .quantity_block_wrapper .cheaper_form svg path {
    fill: #999;
}
.product-container .buy_block .counter_wrapp.list {
    padding-top: 18px;
}
.counter_wrapp.list {
    margin: 0px -4px;
}
.counter_wrapp {
    padding: 19px 0 0;
    white-space: nowrap;
}
.counter_wrapp.list>div {
    float: left;
    width: 50%;
    margin: 0 0 8px;
    padding: 0 4px;
}
.counter_block {
    width: 100%;
    position: relative;
    margin: 0;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    border-color: var(--stroke_black);
    background: #fafafa;
    background-color: var(--darkerblack_bg_black);
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.counter_block.md .plus, .counter_block.md .minus {
    width: 40px;
}
.counter_block .plus, .counter_block .minus {
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto;
    cursor: pointer;
}
.counter_block>span:not(:hover) .svg {
    opacity: .5;
}
.counter_block>span .svg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -6px;
    width: 11px;
    height: 11px;
    line-height: 12px;
}
.counter_block input[type="text"] {
    width: 47px;
    border: 0;
    background: none;
    color: #333;
    color: var(--white_text_black);
    font-size: .7333em;
    border-radius: 0;
    text-align: center;
    line-height: 1.428571429;
    padding: 12px 3px 11px;
    padding-block: 16px 14px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea {
    background: #fafafa;
    background: var(--darkerblack_bg_black);
    border: 1px solid #ececec;
    border-color: var(--stroke_black);
    border-radius: 3px;
    box-shadow: none;
    color: #383838;
    color: var(--white_text_black);
    height: auto;
    font-size: 14px;
    outline: none;
}
.counter_block .plus {
    right: 0;
}


.quantity_block_wrapper {
    padding: 1px 0;
    margin: 0px -12px;
}
.quantity_block_wrapper>div {
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px;
    margin: 5px 0;
}
.item-stock {
    line-height: 15px;
    white-space: nowrap;
}
#main .catalog_detail .item-stock>span, #main .catalog_detail .cheaper_form>span, #main .catalog_detail .table_sizes span, #main .catalog_detail .calculate-delivery-preview .font_sxs, #main .catalog_detail .calculate-delivery-preview .font_xs, #main .catalog_detail .price_txt {
    font-size: 12px;
}
.item-stock>span {
    display: inline-block;
    vertical-align: top;
    color: #666;
    line-height: 15px;
}
.quantity_block_wrapper .item-stock .icon {
    width: 6px;
    height: 6px;
    margin: 4px 9px 0 0;
    background: #e10000;
    border-radius: 100%;
}
.item-stock .icon.stock {
    background-color: #5fa800;
}
.item-stock .stock + .value {
    color: #5fa800;
}




.catalog_detail .price_txt {
    font-size: 12px;
}
.product-container .text-form .text-form-info {
    padding-left: 27px;
}
.product-container .text-form .svg-inline-info_big {
    padding-top: 3px;
    width: 18px;
}
.product-container .text-form .svg-inline-info_big svg {
    margin: auto;
}
.product-side.left_block .text-form + .text-form {
    margin-top: 9px;
}
.product-side div + .char-side {
    margin-top: 30px;
}
.char-side {
    margin: 13px 0 29px;
}
.char-side .properties {
    margin-top: 13px;
}
.properties {
    margin: 0 0;
}
.char-side .properties__item.properties__item--compact {
    margin-top: 2px;
}
.properties__item {
    margin-top: 10px;
    position: relative;
}
.properties__item--inline {
    display: inline;
}
.properties__title .hint {
    display: inline;
    position: relative;
    top: -1px;
}
.properties__title .icon {
    border: 1px solid #DDD;
    border-color: var(--stroke_black);
    border-radius: 100%;
    text-align: center;
    padding: 2px 4px 0;
    cursor: pointer;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}
.properties__title .icon i {
    color: #333;
    color: var(--white_text_black);
    line-height: 11px;
    font-size: 11px;
    font-style: normal;
    display: inline-block;
    vertical-align: top;
}
.hint .tooltip {
    position: absolute;
    top: 24px;
    line-height: 14px;
    display: none;
    padding: 17px 20px 17px;
    min-width: 21px;
    max-width: 200px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: 400;
    box-shadow: 0 0 15px rgba(0, 0, 0, .12);
    background: #fff;
    background: var(--card_bg_hover_black);
    z-index: 204;
    left: 1px;
    text-align: left;
    font-size: 12px;
    opacity: 0;
    visibility: visible;
}
.properties__title .hint.active .tooltip {
    opacity: 1;
    z-index: 204;
}
.hint .tooltip:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-width: 1px;
    border-bottom-color: #fff;
    border-bottom-color: var(--card_bg_hover_black);
    left: 2px;
    top: -5px;
}
.properties__hr {
    margin: 0 5px;
}
.properties__item--inline {
    display: inline;
}

.text-additional {
    margin-top: 29px;
}
#main .catalog_detail .price_txt {
    font-size: 12px;
}

.product-side div + .brand-detail {
    margin-top: 34px;
}
.product-side.left_block>div:first-of-type .brand-detail-info {
    margin-top: 0;
}
.brand-detail-info {
    padding: 30px;
    margin: 34px 0 28px;
}
.brand-detail-info .brand-detail-info__image>a {
    padding: 5px;
    background: #fff;
    display: inline-block;
    border-radius: 4px;
}
.brand-detail-info .brand-detail-info__image img {
    max-width: 70px;
}
.brand-detail .brand-detail-info__image + .brand-detail-info__preview {
    padding: 18px 0 0;
}
.brand-detail-info__preview .text {
    padding-bottom: 17px;
}
.brand-detail-info__preview .link:not(:last-of-type) {
    padding-bottom: 6px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .product-info .right_info {
        width: 49%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .product-detail-gallery.left_info {
        width: 50%;
    }
}
.product-info-headnote + .two_columns {
    padding-top: 20px;
}
.product-detail-gallery {
    position: relative;
    width: 100%;
}
@media (max-width: 767px) {
    .product-info .two_columns {
        flex-direction: column;
    }
}

.catalog_detail .counter_wrapp.fixed {
    position: fixed !important;
    bottom: 62px;
    left: 0;
    right: 0;
    z-index: 999;
}
@media (max-width: 600px) {
    body .catalog_block .counter_wrapp {
        border-radius: 0px;
    }
}
.catalog_block .counter_wrapp {
    margin-bottom: 0;
    padding-top: 0;
    white-space: nowrap;
    overflow: hidden;
}
.counter_wrapp {
    padding: 19px 0 0;
}

.product-container .counter_wrapp .button_block:not(.to-cart) svg, #headerfixed .item-buttons .to-order .svg, #headerfixed .item-buttons .to-subscribe .svg, #headerfixed .item-buttons .in-subscribe .svg {
    display: none;
}




.catalog_item:hover .item-title a, .item:hover .info a, .item:hover .name a, .item:hover .title a, .item .title a:hover {
    color: var(--fill_dark_light_hover);
}
.item-views .item.noborder {
    border: none !important;
    box-shadow: none !important;
}
.hover_shine .shine:before {
    position: absolute;
    top: 0;
    left: -50%;
    z-index: 2;
    display: block;
    content: "";
    width: 25%;
    height: 100%;
    opacity: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    visibility: hidden;
}














body .product-item-detail-tabs-container-fixed {
    position: fixed;
    top: -150px;
    left: 0;
    right: 0;
    z-index: 995;
    background-color: #fafafa;
    background-color: var(--card_bg_hover_black);
    box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
    -webkit-transition: top 350ms linear;
    -moz-transition: top 350ms linear;
    -ms-transition: top 350ms linear;
    -o-transition: top 350ms linear;
    transition: top 350ms linear;
    min-height: 48px;
    border-top: 1px solid #eeeeee;
    border-color: var(--stroke_black);
}
.product-item-detail-tabs-container-fixed .wrapper_inner {
    background: transparent;
}
.product-item-detail-tabs-container-fixed .product-item-detail-tabs-wrapper {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
.arrow_scroll {
    max-height: 52px;
    overflow: hidden;
}
.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
    white-space: nowrap;
    min-width: 300%;
    z-index: 1;
    position: relative;
    border: none;
    margin: 0;
    padding: 0;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list li {
    float: none;
    display: inline-block;
    display: inline-block;
    vertical-align: top;
    border: none;
    text-transform: uppercase;
    font-size: .733em;
    letter-spacing: .8px;
}
.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list li a {
    border: none;
    background: none;
    color: #333;
    color: var(--white_text_black);
    border: none;
    position: relative;
    padding: 0 34px 0;
    margin: 0;
    height: 48px;
    line-height: 48px;
    background: transparent;
    color: #777;
    color: var(--light_basic_text_black);
    text-decoration: none;
    display: block;
}
.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list li.active a:before {
    right: 0;
}
.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list li a:before {
    background-color: #365edc;
}
.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    height: 2px;
    background: #ddd;
    transition: right .5s ease;
}
.nav-tabs>li.active:after {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    z-index: 1;
    height: 2px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}
.arrow_scroll_init .arrows_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
.product-item-detail-tabs-container-fixed .arrow_scroll_init .arrows_wrapper .arrow {
    background-color: var(--card_bg_hover_black) !important;
}
.arrow_scroll_init .arrows_wrapper .arrow.disabled {
    display: none;
}
.arrow_scroll_init .arrows_wrapper .arrow.arrow_left {
    left: -14px;
    border-right: 1px solid #ececec;
    border-color: var(--stroke_black);
}
.arrow_scroll_init .arrows_wrapper .arrow {
    position: absolute;
    width: 38px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    z-index: 1;
    cursor: pointer;
    background: var(--black_bg_black);
}
.disabled:not(.link-item) {
    opacity: .4;
}
.arrow_scroll_init .arrows_wrapper .arrow.arrow_right {
    right: -14px;
    border-left: 1px solid #ececec;
    border-color: var(--stroke_black);
}
.arrow_scroll_init .arrows_wrapper .arrow.arrow_right svg {
    transform: rotate(90deg);
}
.arrow_scroll_init .arrows_wrapper .arrow.arrow_left svg {
    transform: rotate(-90deg);
}
.arrow_scroll_init .arrows_wrapper .arrow svg * {
    fill: var(--white_text_black);
}



.bx_soc_comments_div .catalog_reviews_extended.bx-catalog-tab-body-container {
    padding: 0px;
}
.bx_soc_comments_div .tabs .nav-tabs {
    position: relative;
}
.bx_soc_comments_div .tabs .nav-tabs li {
    margin: 0 -1px 0 0;
    border-radius: 3px 3px 0 0;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
}
.bx_soc_comments_div .bx-catalog-tab-body-container .bx-catalog-tab-container > div {
    opacity: 1;
    -webkit-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    padding: 0 10px;
}
.EXTENDED.tab-pane.reviews .blog-comments.empty-reviews {
    margin-top: 13px;
}
.EXTENDED #reviews_content .blog-comment-form {
    padding: 34px;
    margin-top: 0;
    margin-bottom: 30px;
}
div.blog-comment-form {
    width: 100% !important;
}
.catalog_reviews_extended .blog-add-comment {
    display: none;
}
.blog-add-comment {
    padding-bottom: 5px;
    text-align: center;
    padding-top: 0;
}
.blog-add-comment a.btn {
    width: 100%;
}
.EXTENDED .alert-empty {
    padding: 27px 35px 30px;
}
.EXTENDED .blog-comments.empty-reviews .reviews_sort {
    display: none;
}
.EXTENDED .reviews_sort .filter-panel {
    padding: 0px 0px 10px;
    border-bottom: none;
}
.filter-panel {
    padding: 13px 0 14px;
    border-bottom: 1px solid #ececec;
    border-color: var(--stroke_black);
}
.EXTENDED .filter-panel__sort-form__inner {
    gap: 0 24px;
}
@media screen and (min-width: 600px) {
    .EXTENDED .filter-panel__sort-form__item:first-child {
        flex: 1;
    }
}
.dropdown-select {
    cursor: pointer;
    position: relative;
}
.dropdown-select__title {
    padding: 5px 0;
}
.dropdown-menu-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 107;
}
.dropdown-menu-wrapper .dropdown-menu-inner {
    background: #fff;
    background: var(--card_bg_black);
    text-align: left;
    box-shadow: 0 1px 12px 1px rgba(0, 0, 0, .12);
    overflow: hidden auto;
    max-height: 350px;
}
.dropdown-select__list-link--current {
    cursor: default;
}
.dropdown-select__list-link:hover, .dropdown-select__list-link--current {
    background: #f8f9fb;
    background: var(--darkerblack_bg_black);
}
.dropdown-select__list-link {
    display: block;
    padding: 11px 15px 10px;
    white-space: nowrap;
}
.filter input[type="checkbox"], .filter input[type="radio"] {
    display: none;
}
.dropdown-menu-wrapper .dropdown-menu-inner {
    background: #fff;
    background: var(--card_bg_black);
    text-align: left;
    box-shadow: 0 1px 12px 1px rgba(0, 0, 0, .12);
    overflow: hidden auto;
    max-height: 350px;
}
.EXTENDED .filter-panel__sort-form__item .radio {
    margin: 0;
    padding: 0;
}
.EXTENDED .dropdown-select__list-item.radio input {
    display: none;
}
.EXTENDED .dropdown-select__list-item.radio label {
    display: block;
    padding: 11px 15px 10px;
}
.dropdown-select__list-link--current {
    cursor: default;
}
.dropdown-select__list-link:hover, .dropdown-select__list-link--current {
    background: #f8f9fb;
    background: var(--darkerblack_bg_black);
}
.dropdown-select__list-link {
    display: block;
    padding: 11px 15px 10px;
    white-space: nowrap;
}


.owl-carousel.owl-drag .owl-item > div{
    width: 100%;
}

@media (min-width: 600px) {
    body .fancybox-show-thumbs .fancybox-inner {
        right: 72px;
        left: 162px;
        bottom: 0;
    }
}
