.product-detail {
    margin-bottom: 0;
}

.product-detail .container {
    position: relative;
}

.product-detail .product__inner {
    display: flex;
    margin-top: 20px;
    column-gap: 20px;
}

.product-detail .product__left {
    width: 67%;
}

.product-detail .product__right {
    width: 32%;
    padding: 0 20px 20px 20px;
    position: relative;
}

.product-detail .aside-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.product-detail .aside-title .aside-title-pair {

}

.product-detail .aside-title .aside-title-pair h2 {
    color: #404040;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.32px;
    margin-bottom: 10px;
    margin-top: 0;
}
.product-detail .aside-title .aside-title-pair h1 {
    color: #404040;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.15px;
    margin-bottom: 0;
}

.product-detail .aside-title i.share-web {
    margin-right: 9px;
}

.product-detail .pair-fixed {
    flex-shrink: 0;
    padding-top: 5px;
    align-self: flex-start;
}

.product-detail .aside-title i {
    display: inline-block;
    position: static;
    width: 20px;
    height: 20px;
}

.product-detail .product__gallery_wrap {
    position: relative;
    display: flex;
    gap: 18px;
}

.product-detail .product__left .product__gallery {
    width: 144px;
    max-height: 580px;
}

.product-detail .product__left .product-wishlist {
    width: 40px;
    height: 38px;
    top: 20px;
    right: 30px;
    z-index: 2;
}

.product-detail .product__left .product__image {
    height: 765px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    width: calc(100% - 110px);
}

.product-detail .product__left .product__image-slick {
    width: 100%;
    height: 100%;
}

.product-detail .product__left .product__image-slick img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail .slick-vertical .slick-slide.gallery__item,
.product-detail .slick-slide.gallery__item {
    width: 144px;
    height: 144px;
    aspect-ratio: 1/1;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 7px;
}

.product-detail .gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail .slick-vertical .slick-slide.gallery__item.chosen,
.product-detail .slick-slide.gallery__item.chosen {
    border: 2px solid #DBDBDB;
}

.product__left .product__gallery_slider .slick-arrow {
    width: 100%;
    box-shadow: none;
    border-radius: 0px;
}

.product__left .product__gallery_slider .slick-arrow.slick-next {
    top: auto;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgb(255 255 255 / 80%) 60%, rgba(255, 255, 255, 0) 100%);
}

.product__left .product__gallery_slider .slick-arrow.slick-prev {
    bottom: auto;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgb(255 255 255 / 80%) 60%, rgba(255, 255, 255, 0) 100%);
}

.product__left .product__gallery_slider .slick-arrow.slick-prev svg {
    transform: rotate(180deg);
}

.product__left .product__gallery_slider .slick-arrow.slick-disabled {
    opacity: 0;
    z-index: -1;
}

.product__right-aside {

}

.product__right-cart.fixed {
    position: sticky;
    top: 110px;
}

.sect-to-cart {
    padding: 20px;
    border-radius: 10px;
    background: #F7F7F7;
    margin-bottom: 20px;
}

.product__props-offer {
    padding: 20px;
    border-radius: 10px;
    background: #F7F7F7;
    margin-bottom: 35px;
}

.product-detail .product__property {
    margin-bottom: 12px;
    padding-bottom: 12px;
    cursor: pointer;
}

.product-detail .product__property .product__property-arrow {
    margin-left: auto;
}

.product-detail .product__property .icon-message-modal {
    margin-left: 0;
}

.product-detail .product__property:last-of-type {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.product-detail .product__property-title {
    display: flex;
    gap: 10px;
    align-items: center;
    line-height: 100%;
    letter-spacing: 0.18px;
    margin-bottom: 12px;
    position: relative;
}

.product-detail .product__property-title .p-title {
    display: flex;
    gap: 5px;
    counter-increment: item-counter;
    margin-bottom: 0;
    color: #404040;
    font-size: 18px;
    font-weight: 700;
    transition: color .3s;
    text-align: left;
    line-height: 1;
}

.product-detail .product__property-title .p-title::before {
    /*content: counter(item-counter) ".";*/
    /*display: inline-block;*/
}

.product-detail .product__property-title .p-title:hover ~ .product__property-arrow svg,
.product-detail .product__property-title .p-title:hover {
    color: #C79D6D;
}

.product-detail .product__property-title .p-title span {
    font-weight: 400;
}

.product-detail .product__property-arrow {
    width: 16px;
    height: 14px;
    transform: rotate(90deg);
}

.product-detail .product__property-arrow svg {
    width: 100%;
    height: 100%;
    transition: color .3s;
}

.legs-choose-wrap,
.color-choose-wrap,
.textile-color-choose-wrap {
    height: 70px;
    position: relative;
}

.obivka-list,
.legs-choose,
.color-choose,
.textile-color-choose {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 20px;
    position: relative;
    flex-wrap: wrap;
}

.obivka-list {
    margin: 0;
    padding: 0;
}

.legs-choose,
.color-choose,
.textile-color-choose {
    margin-bottom: 0;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    padding: 4px 30px 4px 4px;
    height: 100%;
    overflow: hidden;
}

.legs-choose-wrap.open .legs-choose,
.color-choose-wrap.open .color-choose,
.textile-color-choose-wrap.open .textile-color-choose {
    height: auto;
    z-index: 2;
    background: #F7F7F7;
}

.legs-choose-item,
.color-choose-item,
.textile-color-choose-item {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    cursor: pointer;
    border: 1px solid #DCDCDC;
    position: relative;
    order: 2;
    transition: border-color .3s;
}

.legs-choose-item:hover,
.color-choose-item:hover,
.textile-color-choose-item:hover {
    border-color: #8C6942;
}

.legs-choose-item.active,
.color-choose-item.active,
.textile-color-choose-item.active {
    border: 2px solid #8C6942;
    order: 1;
}

.choose-item-hidden {
    display: none;
    position: absolute;
    width: 220px;
    height: 220px;
    top: 0;
    left: 0;
    margin-left: -220px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
}

.choose-item-hidden img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.choose-item-hidden div {
    position: absolute;
    top: 0;
    width: 100%;
    background: #fff;
    border-top-right-radius: 10px;
    padding: 5px 0;
    border-top-left-radius: 10px;
}

.obivka-choosen-img img,
.legs-choose-item img,
.color-choose-item img,
.textile-color-choose-item img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.obivka-choosen {
    width: 100%;
    height: 82px;
    padding: 10px 15px;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.obivka-choosen-left {
    display: flex;
    align-items: center;
}

.obivka-choosen-img {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    overflow: hidden;
    margin-right: 25px;
}

.obivka-choosen-text p {
    color: #808080;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.obivka-choosen-text b {
    font-size: 16px;
}

.obivka-choosen-arrow,
.wood-type .arrow-down,
.legs-choose .arrow-down,
.color-choose .arrow-down,
.textile-color-choose .arrow-down {
    width: 18px;
    height: 10px;
    cursor: pointer;
}

.legs-choose .arrow-down,
.color-choose .arrow-down,
.textile-color-choose .arrow-down {
    position: absolute;
    top: 27px;
    right: 14px;
}

.legs-choose-wrap.open .legs-choose .arrow-down,
.color-choose-wrap.open .color-choose .arrow-down,
.textile-color-choose-wrap.open .textile-color-choose .arrow-down {
    transform: rotate(180deg);
}

.obivka-choosen-arrow img,
.product__property_chooser_wrap .arrow-down img,
.legs-choose .arrow-down img,
.color-choose .arrow-down img,
.textile-color-choose .arrow-down img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.product__change {
    display: flex;
    gap: 10px;
    align-items: center;
}

.product__change:after {
    content: attr(data-name-offer);
    display: inline-block;
    color: #404040;
    font-size: 15px;
    font-weight: 600;
}
.product__change:before {
    content: '';
    background: var(--offer-img);
    display: inline-block;
    width: 52px;
    height: 52px;
    border-radius: 5px;
    border: 2px solid #F2E2D3;
}

.product__property_chooser_wrap .arrow-down {
    position: absolute;
    top: 27px;
    right: 20px;
    z-index: 3;
}

.choose-size-overlay {
    height: 35px;
    display: flex;
    align-items: center;
    border-radius: 42px;
    background: #FFF;
}

.choose-size-list-wrap {
    flex-grow: 1;
    position: relative;
    color: #404040;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 15px */
    letter-spacing: 0.15px;
    cursor: pointer;
}

.choose-size-list-wrap .arrow-down {
    position: absolute;
    top: 2px;
    right: 18px;
}

.choose-size-list-wrap.cursor-default {
    cursor: default;
}

.prevent-default {
    pointer-events: none;
    cursor: default;
}

.choose-size ul {
    margin: 0;
    padding: 0;
    color: #404040;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    flex-direction: column;
}

.choose-size.open ul {
    height: auto;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
}

.choose-size ul li:hover {
    background: #F2E2D3;
}

.choose-size > div:last-of-type {
    display: flex;
    padding: 10px 7%;
    justify-content: center;
    align-items: center;
    border-radius: 42px;
    background: #F2E2D3;
    color: #404040;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 15px */
    letter-spacing: 0.15px;
    margin-left: auto;
    cursor: pointer;
    cursor: pointer;
    transition: background-color.3s;
}

.choose-size > div:last-of-type:hover {
    background: #E5CFBA;
}

.choose-size ul .arrow-down {
    position: absolute;
    right: 15px;
    top: 15px;
    display: flex;
}

.choose-size ul li {
    list-style-type: none;
    height: 40px;
    line-height: 40px;
    order: 2;
}

.choose-size ul li.selected {
    order: 1;
}

.product__property_chooser_item {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 4px;
    order: 2;
}

.product__property_chooser_item.selected {
    order: 1;
}

.wood-type,
.product__property_chooser_item {
    cursor: pointer;
}

.wood-type > div:first-of-type,
.product__property_chooser_item > div:first-of-type {
    width: 60px;
    margin-right: 15px;
}

.wood-type > div:first-of-type img,
.product__property_chooser_item > div:first-of-type img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.wood-type > div:last-of-type,
.product__property_chooser_item > div:last-of-type {
    display: flex;
    align-items: center;
    font-weight: 600;
    position: relative;
}

.product__property_chooser_wrap {
    position: relative;
}

.product__property_chooser_hidden {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #F7F7F7;
    z-index: 199;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.product__property_chooser_wrap.open .product__property_chooser_hidden {
    height: auto;
    overflow: visible;
}

.product__property_chooser_wrap.open {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.product__property_chooser_wrap.open .arrow-down {
    transform: rotate(180deg);
}

.product__property_chooser_item_hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 220px;
    display: block;
    margin-left: -220px;
    border-radius: 16px;
    overflow: hidden;
    display: none;
}

.product__property_chooser_item_hidden img {
    width: 100%;
    height: 100%;
}

.product__property_chooser_item > div:first-of-type:hover ~ .product__property_chooser_item_hidden {
    display: block;
}

.info-icon {
    width: 15px;
    line-height: 15px;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    display: block;
    background: #F2E2D3;
    border-radius: 50%;
    font-size: 12px;
    position: absolute;
    right: -19px;
    top: -6px;
}

.product__property_chekbox {
    padding: 0 20px;
}

.product__property_chekbox label {
    width: max-content;
}

.price-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.price-block .price {
    margin-right: 15px;
}

.price-block .price.with-discount {
    color: #E04A4A;
}

.price-block .old-price {
    color: #808080;
    font-size: 26px;
    font-weight: 600;
    line-height: 110%; /* 28.6px */
    letter-spacing: 0.26px;
    text-decoration-line: line-through;
}

.old-price-percent {
    display: flex;
    height: 23px;
    padding: 3px 4px;
    justify-content: center;
    align-items: center;
    border-radius: 30.4px;
    background: linear-gradient(97deg, #F9E2DF 11.68%, #F2C6C2 89.21%);
    margin-left: 14px;

    color: #404040;
    font-size: 15px;
    font-weight: 600;
    line-height: 100%; /* 15px */
    letter-spacing: 0.15px;
    text-transform: uppercase;
}

.line-box-arrow + .line-box-arrow {
    margin-top: 15px;
}
.line-box-arrow {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 15px;
    cursor: pointer;
}

.line-box-arrow:before {
    content: '';
    width: 95%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #B3B3B3;
    border-radius: 10px;
}

.line-box-arrow:last-child:before {
    border-bottom: 0;
}

.line-box-arrow ul {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 18px;
}

.line-box-arrow ul:not(:first-child) {
    margin-top: 10px;
}
.line-box-arrow ul li + li {
    margin-top: 7px;
}

.line-box-arrow ul,
.line-box-arrow a,
.line-box-arrow p {
    flex-grow: 1;
    margin-bottom: 8px;
    color: #404040;
    font-size: 15px;
    line-height: 1.1; /* 15px */
    letter-spacing: 0.15px;
    text-align: left;
}

.line-box-arrow svg {
    transition: transform .3s;
    transform: rotate(90deg);
    width: 14px;
    height: 15px;
}

.line-box-arrow.active svg {
    transform: rotate(180deg);
}

.line-box-toggle {
    padding-top: 15px;
}

.line-box-arrow--t1 {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 400;
    cursor: pointer;
}

p.line-box-arrow--t1 {
    margin-bottom: 0;
}

.line-box-arrow--t1:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url('./images/icon-tbank.svg') no-repeat;
}

.line-box-arrow .line-box-arrow--t2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    cursor: pointer;
}

.price-block .old-price-economy {
    color: #808080;
}

.buttons-block {
    margin-top: 20px;
}

.buttons-block .fast-buy {
    cursor: pointer;
}

.buttons-block a.fast-buy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #404040;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.buttons-block .fast-buy:hover svg {
    transition: color .3s;
}

.buttons-block .fast-buy:hover svg {
    color: #1A6B99 !important;
}

.product-button-wrap {
    display: flex;
    gap: 15px;
}

.product__right .buttons-block .add-to-cart-counter,
.product__right .buttons-block .add-cart {
    flex-grow: 1;
    position: relative;
    border-radius: 5px;
    background: #404040;
    color: var(--White, #FFF);
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 100%; /* 15px */
    letter-spacing: 0.15px;
    text-transform: none;
    overflow: hidden;
}

.product__right .buttons-block .add-cart:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation-delay: 2s;
    animation-duration: 3s;
    animation-name: flareAnimation;
    animation-iteration-count: infinite;
}

.product__right .buttons-block .add-cart:hover {
    background: #8C6942;
}

.product__right .buttons-block .add-to-cart-counter .add-to-cart-counter-left {
    text-transform: none;
}

.fast-buy {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    text-decoration: underline;
}

.fast-buy svg {
    width: 40px;
    height: 40px;
}

.prod-date-to {
    color: #404040;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 16.5px */
    letter-spacing: 0.15px;
    margin-top: 10px;
}

.detail-help {
    margin-top: 55px;
}

.detail-help > p:first-of-type {
    font-weight: bold;
    margin-bottom: 15px;
}

.detail-help-buttons {
    display: flex;
    gap: 20px;
    position: relative;
}

.detail-help-buttons > a {
    background: #fff;
    border-radius: 10px;
    color: #404040;
    padding: 15px 0;
    width: 50%;
    text-align: center;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-help-buttons > a svg {
    margin-right: 10px;
}

.detail-help-buttons-hidden {
    display: none;
    position: absolute;
    right: 0;
    background: #fff;
    border-radius: 10px;
    padding: 8px;
    border: 1px solid #DCDCDC;
    gap: 5px;
    z-index: 201;
}

.detail-help-buttons-hidden a {
    border-radius: 5px;
    background: #DCDCDC;
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-middle {
    margin: 0;
    background-color: #F7F7F7;
    border-radius: 10px;
    padding: 20px;
}

.product-middle .product-tabs {
    display: inline-flex;
    padding: 10px;
    border-radius: 100px;
    background: #FFF;
    column-gap: 10px;
    margin-bottom: 25px;
}

.product-middle .product-content {

}

.product-middle .product-tabs .product-tabs-item {
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color .3s;
    color: var(--Dark-Gray, #404040);
    font-size: 18px;
    font-weight: 700;
}

.product-middle .product-tabs .product-tabs-item.active {
    border-radius: 100px;
    background: #F7F7F7;
}

.product-middle .product-content .product-content-tab {
    display: none;
    line-height: 1.2;
}

.product-middle .product-content .product-content-tab.active {
    display: block;
}

.product-content .product-content-tab .product__property {
    width: 72%;
    margin-left: auto;
}

.product-detail h3:not(.wood-feature-card__title) {
    font-size: 32px;
}

.product-tabs-item-mobile-content,
.product-tabs-item-mobile-content.active {
    display: none;
}

.right-product-chars {
    margin: 20px 0;
    padding: 0;
}

.right-product-chars li {
    list-style-type: none;
    color: #808080;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
}

.right-product-chars li hr {
    background: url(/img/line.svg);
    height: 2px;
    align-self: end;
    display: flex;
    flex-grow: 1;
    border: none;
    margin: 0;
    margin-bottom: 4px;
}

.right-product-chars li span:last-of-type,
.right-product-chars li div.prop-val {
    color: #404040;
}

.right-product-chars-all {
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 20px;
}

.cart-fixed-mobile {
    display: none;
}

@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}

.collection-arcor {
    padding-top: 15px;
    border-top: 1px solid #404040;
}

.collection-arcor__link {
    display: flex;
    gap: 10px;
    color: #404040;
    font-size: 15px;
    font-weight: 600;
}

.collection-arcor__link:after {
    content: '';
    width: 14px;
    height: 15px;
    background: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23404040' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
    margin-left: auto;
    transition: filter .3s;
}

.collection-arcor__link:hover:after {
    filter: brightness(0) saturate(100%) invert(19%) sepia(100%) saturate(3014%) hue-rotate(347deg) brightness(88%) contrast(85%);
}

.wood-features-wrap {
    background-color: #F7F7F7;
    padding: 55px 0;
    margin-top: -30px;
}

.wood-features {
    max-width: 1322px;
    width: 100%;
    margin: 0 auto;
}

.wood-features__title {
    color: var(--Dark-Gray, #404040);
    font-size: 32px;
    font-weight: 700;
    line-height: 125%; /* 40px */
    letter-spacing: 1.12px;
    margin-bottom: 34px;
    margin-top: 0;
}

.wood-features__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: center;
}

.wood-feature-card {
    flex: 1 1 265px;
    height: 350px !important;
    padding: 25px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 5px 9px 20px 0 rgba(0, 0, 0, 0.15);
}

.wood-feature-card:nth-child(1) {
    background: url('./images/wood-feature-1.png') no-repeat center 101%;
}

.wood-feature-card:nth-child(2) {
    background: url('./images/wood-feature-2.png') no-repeat center bottom;
}

.wood-feature-card:nth-child(3) {
    background: url('./images/wood-feature-3.png') no-repeat center bottom;
}

.wood-feature-card:nth-child(4) {
    background: url('./images/wood-feature-4.png') no-repeat center bottom;
}

.wood-feature-card__title {
    color: var(--Dark-Gray, #404040);
    font-size: 26px;
    font-weight: 700;
    line-height: 125%; /* 32.5px */
    letter-spacing: 0.91px;
    margin-bottom: 10px;
    margin-top: 0;
}

.wood-feature-card__description {
    color: var(--Dark-Gray, #404040);
    font-size: 15px;
    font-weight: 600;
    line-height: 125%; /* 18.75px */
    letter-spacing: 0.525px;
    text-align: left;
}

@media (max-width: 768px) {
    .product-middle {
        margin: 20px 0;
        flex-wrap: wrap;
        padding: 15px;
    }

    .product-middle .product-tabs {
        justify-content: space-between;
    }
    .product-detail {
        margin-bottom: 60px;
    }

    .product-detail .product__inner {
        flex-wrap: wrap;
    }

    .product-detail .product__left,
    .product-detail .product__right {
        width: 100%;
        padding: 0;
    }

    .product-detail .gallery__item img {
        /*width: 176px;*/
    }

    .product-detail .product__left .product__image {
        height: 345px;
    }

    .product-detail .gallery__item {
        height: 58px;
        width: 58px;
    }

    .product__right {
        margin-top: 20px;
    }

    .obivka-list {
        padding: 0;
    }

    .legs-choose-item:nth-child(5),
    .legs-choose-item:nth-child(6),
    .legs-choose-item:nth-child(7) {
        display: none;
    }

    .obivka-choosen-img {
        margin-right: 15px;
    }

    .product__property-title {
        font-size: 16px;
    }

    .product__property-title span {
        font-size: 14px;
        font-weight: 400;
    }

    .choose-size > div {
        line-height: 110%;
        font-size: 14px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .choose-size > div:last-of-type {
        font-size: 14px;
    }

    .choose-size > div.active {
        padding-right: 20px;
    }

    .legs-choose .arrow-down {
        top: 30px;
        right: 15px;
    }

    .price-block {
        flex-wrap: wrap;
    }

    .price-block .old-price {
        margin: 0;
        margin-left: auto;
    }

    .buttons-block {
        flex-wrap: wrap;
    }

    .buttons-block > div {
        width: 100%;
    }

    .product-detail h3:not(.wood-feature-card__title) {
        font-size: 22px;
        text-align: center;
    }

    .product-middle .product-tabs,
    .product-middle .product-content {
        width: 100%;
    }

    .wood-type > div:last-of-type {
        font-size: 12px;
        padding-right: 30px;
    }

    .wood-type .arrow-down {
        right: 15px;
    }

    .product__property .choose-item-hidden_custom {
        display: none !important;
    }

    .cart-fixed-mobile {
        position: fixed;
        bottom: 64px;
        width: 100%;
        background: #404040;
        left: 0;
        color: #fff;
        display: flex;
        padding: 8px 0;
        z-index: 199;
    }

    .cart-fixed-mobile > div {
        height: 40px;
    }

    .cart-fixed-mobile > a {
        display: none;
        height: 40px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        width: 100%;
        line-height: 40px;
        text-transform: uppercase;
    }

    .cart-fixed-mobile.in_basket > a {
        display: block;
    }

    .cart-fixed-mobile > .divider {
        width: 2px;
        background: #fff;
        border-radius: 6px;
    }

    .cart-fixed-mobile > div:not(.divider) {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 20px;
        text-transform: uppercase;
    }

    .cart-fixed-mobile.in_basket > div {
        display: none;
    }

    .choose-size-list-wrap .arrow-down {
        top: 16px;
    }

    .product__change:after {
        width: 250px;
    }
    .wood-features-slider .slick-track {
        margin: 0 -10px;
    }
    .wood-features-wrap {
        margin: 0 -15px 0 -15px;
        padding: 30px 15px;
    }
    .wood-feature-card {
        margin: 0 10px;
    }
}

@media (max-width: 576px) {
    .wood-features__title {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: normal;
    }
    .wood-feature-card {
        flex-basis: 265px;
    }
    .wood-feature-card__title {
        font-size: 1.5rem;
    }
    .wood-features__grid {
        margin-right: -15px;
        gap: 1.2rem;
    }
    .wood-feature-card {
        flex-basis: 100%;
        max-width: 370px;
    }
    .product-detail .aside-title .aside-title-pair h2 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .product-detail .aside-title .aside-title-pair h1 {
        font-size: 14px;
    }
}

/*region PRICE*/
.product-item-price {
    color: #404040;
    font-size: 32px !important;
    font-weight: 700;
    line-height: 110%; /* 35.2px */
    letter-spacing: 0.32px;
}

.product-item-price-discount-container {
    padding-bottom: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-item-price-discount {
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    text-decoration-line: line-through;
    color: #121212;
    opacity: 0.5;
    margin-right: 1px;
}

.product-item-price-discount-diff {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    padding: 0 6px;
    background: #63aa28;
    border-radius: 4px;
}

.old-price-wrap {

}

/*endregion*/

.product-item-detail-info-container-title {
    color: #a5a5a5;
    font-size: 12px;
}

/*region SCU */
.product-detail-scu-container-title {
    color: #a5a5a5;
    font-size: 12px;
}

.product-detail-scu-block {
}

.product-detail-scu-list {
    margin: 0;
}

.product-detail-scu-item-list {
    margin: 0 -4px;
    padding: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}


.product-detail-scu-item-text-container {
    min-width: 48px;
}

.product-detail-scu-item-color-container {
    max-width: 60px;
    width: 25%;
    position: relative;
}

.product-detail-scu-item-color-block {
    position: relative;
    width: 54px;
    height: 33px;
    border: 2px solid #c0cfda;
    cursor: pointer;
    border-radius: 2px;
    box-sizing: border-box;
    transition: 190ms linear color, 190ms linear background-color, 190ms linear border-color;
}

.product-detail-scu-item-color {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    padding: 5px;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.product-detail-scu-item-text-block {
    position: relative;
    padding: 3px 15px;
    min-width: 53px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.3);
    cursor: pointer;
    border-radius: 2px;
    transition: 190ms linear color, 190ms linear background-color, 190ms linear border-color;
}

.product-detail-scu-item-text-block:hover,
.product-detail-scu-item-color-block:hover,
.product-detail-scu-item-text-container.selected .product-detail-scu-item-text-block,
.product-detail-scu-item-color-container.selected .product-detail-scu-item-color-block {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.product-detail-scu-item-text {
    overflow: hidden;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
}

.product-detail-scu-item-color-container.notallowed .product-detail-scu-item-color-block,
.product-detail-scu-item-text-container.notallowed .product-detail-scu-item-text-block {
    position: relative;
    overflow: hidden;
    outline-color: #a9adb4 !important;
}

.product-detail-scu-item-color-container.notallowed .product-detail-scu-item-color-block:after,
.product-detail-scu-item-text-container.notallowed .product-detail-scu-item-text-block:after {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background: rgba(255, 255, 255, 0.75) url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1' maskUnits='userSpaceOnUse' x='0.0683594' y='0.244629' width='25' height='25' fill='black'%3E%3Crect fill='white' x='0.0683594' y='0.244629' width='25' height='25'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5272 11.4136L4.35823 3.24463L3.06836 4.5345L11.2373 12.7034L3.10905 20.8317L4.39892 22.1216L12.5272 13.9933L20.6954 22.1616L21.9853 20.8717L13.817 12.7034L21.9448 4.57572L20.6549 3.28585L12.5272 11.4136Z'/%3E%3C/mask%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5272 11.4136L4.35823 3.24463L3.06836 4.5345L11.2373 12.7034L3.10905 20.8317L4.39892 22.1216L12.5272 13.9933L20.6954 22.1616L21.9853 20.8717L13.817 12.7034L21.9448 4.57572L20.6549 3.28585L12.5272 11.4136Z' fill='%23C4C4C4'/%3E%3Cpath d='M4.35823 3.24463L5.77244 1.83042L4.35823 0.416202L2.94401 1.83042L4.35823 3.24463ZM12.5272 11.4136L11.113 12.8278L12.5272 14.242L13.9414 12.8278L12.5272 11.4136ZM3.06836 4.5345L1.65415 3.12028L0.239932 4.5345L1.65415 5.94871L3.06836 4.5345ZM11.2373 12.7034L12.6515 14.1177L14.0657 12.7034L12.6515 11.2892L11.2373 12.7034ZM3.10905 20.8317L1.69484 19.4175L0.280623 20.8317L1.69484 22.2459L3.10905 20.8317ZM4.39892 22.1216L2.9847 23.5358L4.39892 24.95L5.81313 23.5358L4.39892 22.1216ZM12.5272 13.9933L13.9414 12.5791L12.5272 11.1649L11.113 12.5791L12.5272 13.9933ZM20.6954 22.1616L19.2812 23.5758L20.6954 24.99L22.1097 23.5758L20.6954 22.1616ZM21.9853 20.8717L23.3995 22.2859L24.8137 20.8717L23.3995 19.4575L21.9853 20.8717ZM13.817 12.7034L12.4028 11.2892L10.9886 12.7034L12.4028 14.1177L13.817 12.7034ZM21.9448 4.57572L23.359 5.98993L24.7732 4.57572L23.359 3.1615L21.9448 4.57572ZM20.6549 3.28585L22.0691 1.87164L20.6549 0.457422L19.2407 1.87164L20.6549 3.28585ZM2.94401 4.65884L11.113 12.8278L13.9414 9.99937L5.77244 1.83042L2.94401 4.65884ZM4.48257 5.94871L5.77244 4.65884L2.94401 1.83042L1.65415 3.12028L4.48257 5.94871ZM12.6515 11.2892L4.48257 3.12028L1.65415 5.94871L9.8231 14.1177L12.6515 11.2892ZM4.52326 22.2459L12.6515 14.1177L9.8231 11.2892L1.69484 19.4175L4.52326 22.2459ZM5.81313 20.7074L4.52326 19.4175L1.69484 22.2459L2.9847 23.5358L5.81313 20.7074ZM11.113 12.5791L2.9847 20.7074L5.81313 23.5358L13.9414 15.4075L11.113 12.5791ZM22.1097 20.7474L13.9414 12.5791L11.113 15.4075L19.2812 23.5758L22.1097 20.7474ZM20.5711 19.4575L19.2812 20.7474L22.1097 23.5758L23.3995 22.2859L20.5711 19.4575ZM12.4028 14.1177L20.5711 22.2859L23.3995 19.4575L15.2313 11.2892L12.4028 14.1177ZM20.5306 3.1615L12.4028 11.2892L15.2313 14.1177L23.359 5.98993L20.5306 3.1615ZM19.2407 4.70006L20.5306 5.98993L23.359 3.1615L22.0691 1.87164L19.2407 4.70006ZM13.9414 12.8278L22.0691 4.70006L19.2407 1.87164L11.113 9.99937L13.9414 12.8278Z' fill='white' mask='url(%23path-1-outside-1)'/%3E%3C/svg%3E%0A") no-repeat center;
    background-size: 66% 66%;
    content: "";
}

.product-detail-scu-item-text-block:hover,
.product-detail-scu-item-text-block:hover .product-detail-scu-item-text,
.product-detail-scu-item-text-container.selected .product-detail-scu-item-text {
    color: #fff;
}

.product-item-selected-scu-container {
    word-spacing: 1px
}

.product-item-selected-scu {
    display: inline-block;
    overflow: hidden;
    padding: 0 5px;
    min-width: 22px;
    height: 22px;
    outline: 1px solid #000;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 22px;
}

.product-item-selected-scu-color {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*endregion*/

/*region QUANTITY*/
.product-item-detail-quantity-container {
    padding: 20px 0;
    position: relative;
}

.product-item-detail-quantity-title {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 25px;
    color: #999;
    position: absolute;
    bottom: calc(100% - 20px);
    left: 0;
    right: 0;
    vertical-align: bottom;
}

.product-item-detail-quantity-field-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 110px;
    margin: 0;
}

.product-item-detail-quantity-btn-plus,
.product-item-detail-quantity-btn-minus {
    position: relative;
    display: block;
    min-width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #f2f2f2;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: background 180ms ease, opacity 180ms ease;
}

.product-item-detail-quantity-btn-plus:hover,
.product-item-detail-quantity-btn-minus:hover {
    background: #d3d3d3;
}

.product-item-detail-quantity-btn-plus:after,
.product-item-detail-quantity-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: .8;
    transition: opacity 300ms ease, background 300ms ease;
}

.product-item-detail-quantity-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: .8;
    transition: opacity 300ms ease;
}

.product-item-detail-quantity-btn-plus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
    background-size: 10px;
}

.product-item-detail-quantity-btn-minus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
    background-size: 10px;
}

.product-item-detail-quantity-btn-disabled.product-item-detail-quantity-btn-plus:after,
.product-item-detail-quantity-btn-disabled.product-item-detail-quantity-btn-minus:after {
    opacity: .3 !important;
    cursor: default;
}

.product-item-detail-quantity-btn-disabled.product-item-detail-quantity-btn-plus:hover,
.product-item-detail-quantity-btn-disabled.product-item-detail-quantity-btn-minus:hover {
    background-color: #f2f2f2;
}

.product-item-detail-quantity-btn-plus:hover:after,
.product-item-detail-quantity-btn-minus:hover:after {
    opacity: 1;
}

.product-item-detail-quantity-field-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 5px;
    position: relative;
}

input.product-item-detail-quantity-field {
    position: absolute;
    left: 5px;
    top: 0;
    display: block;
    max-width: calc(100% - 10px);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

div.product-item-detail-quantity-field {
    /*outline: 1px dotted #f00;*/
    position: relative;
    pointer-events: none;
    z-index: 10;
    opacity: 0;
    transition: 190ms linear width;
}

.product-item-detail-quantity-field {
    display: block;
    padding: 0 5px;
    width: 100%;
    box-sizing: border-box;
    min-width: 20px;
    height: 26px;
    border: 1px solid transparent;
    border-radius: 2px;
    background: transparent !important;
    vertical-align: middle;
    text-align: center;
    transition: border 200ms ease;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: #121212;
}


.product-item-detail-quantity-field:focus {
    outline: none !important;
    border-color: var(--theme-color-primary, #63aa28);
}

.bx-no-touch input.product-item-detail-quantity-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-detail-quantity-field::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.product-item-detail-quantity-description {
    position: absolute;
    top: calc(100% - 17px);
    left: 0;
    right: 0;
    text-align: center;
    white-space: nowrap;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 15px;
    color: #999;
    vertical-align: bottom;
    letter-spacing: -0.4px;
}

.product-item-detail-quantity-description-text {
}

.product-item-detail-quantity-description-price {
    white-space: nowrap;
}

.product-item-detail-quantity-description-price span {
    color: #121212;
}

.product-item-detail-quantity-label-container {
    margin: 5px 0;
    color: #a5a5a5;
    font-weight: bold;
    font-size: 12px;
}

/**/
.product-item-quantity {
    color: #333;
    font-weight: normal;
    font-size: 12px;
}

/*endregion*/


.btn.btn-primary.product-item-detail-buy-button[disabled],
.btn.btn-primary.product-item-detail-buy-button[disabled] {
    background-color: #121212;
    border-color: #121212;
    color: #fff;
    opacity: .2;
}

.btn-link.product-item-detail-buy-button {
    height: 25px;
}

/*endregion*/

/*region Slider */
div.product-detail-slider-container {
    position: relative;
    /*max-width: 100%;*/
    background: transparent;
    transition: background 800ms ease;
    z-index: 90;
    overflow: hidden;
    /*min-width: 285px;*/
    /*flex-grow: 1;*/
    margin-bottom: 20px;
}

.product-detail-slider-block {
    position: relative;
    box-sizing: border-box;
    padding-top: 56.25%;
    height: 0;
    background: #fff;
    border-bottom: 1px solid #f0efed;
}

.product-detail-slider-block.product-detail-slider-block-square {
    padding-top: 100%;
}

.product-detail-slider-images-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.product-detail-slider-images-container::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 8;
    background: #fff;
}

.product-detail-slider-image {
    position: absolute;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: 0;
    text-align: center;
    opacity: 0;
    z-index: 5;
    width: 100%;
    overflow: hidden;
}

.product-detail-slider-image-overlay {
    z-index: 4;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: blur(44px);
}

.product-detail-slider-image-overlay:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06));
}

.product-detail-slider-image.active,
.product-detail-slider-image.next,
.product-detail-slider-image.prev {
    z-index: 10;
    opacity: 1;
    top: 0;
}

.product-detail-slider-image.left.active {
    animation: catalogSectionItemSliderImage_left_active 250ms ease-in-out 1 forwards;
}

.product-content-props {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.product-content-props li {
    width: calc(50% - 20px);
    display: flex;
    font-weight: bold;
    padding: 10px 0;
    margin: 0 10px;
    border-bottom: 1px solid #DCDCDC;
    color: #808080;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
}

.product-content-props li span {
    display: inline-block;
    margin-left: auto;
    text-align: right;
    font-weight: normal;
    color: #404040;
    font-size: 15px;
    font-weight: 700;
}

.product-content-props li:nth-last-child(-n+2) {
    border-bottom: 0;
}

.product-content-props li div {
    width: 50%;
}

@keyframes productDetailSliderImage_left_active {
    from {
        margin-left: 0;
    }
    to {
        margin-left: -100%;
    }
}

.product-detail-slider-image.right.active {
    animation: productDetailSliderImage_right_active 250ms ease-in-out 1 forwards;
}

@keyframes productDetailSliderImage_right_active {
    from {
        margin-left: 0;
    }
    to {
        margin-left: 100%;
    }
}

.product-detail-slider-image.left.next {
    animation: productDetailSliderImage_left_next 250ms ease-in-out 1 forwards;
}

@keyframes productDetailSliderImage_left_next {
    from {
        margin-left: 100%;
    }
    to {
        margin-left: 0;
    }
}

.product-detail-slider-image.right.prev {
    animation: productDetailSliderImage_right_prev 250ms ease-in-out 1 forwards;
}

@keyframes productDetailSliderImage_right_prev {
    from {
        margin-left: -100%;
    }
    to {
        margin-left: 0;
    }
}

.product-detail-slider-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    z-index: 10;
    outline: 1px solid transparent;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
    transform: translateY(-50%) translateX(-50%);
}

.product-detail-slider-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 180;
    height: 3px;
    background: var(--theme-color-primary, #63aa28);
}

.catalog-section-item-slider-image-overlay {
    z-index: 9;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: blur(44px);
}

.catalog-section-item-slider-image-overlay:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06));
}

.catalog-section-item-slider-images-slider-pager {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    display: flex;
    align-items: stretch;
    z-index: 10;
}

.catalog-section-item-slider-images-slider-pager.selected {
    z-index: 25;
}

.catalog-section-item-slider-images-slider-pager-item {
    flex: 1 1 0;
    position: relative;
}

/*endregion*/

/*region Slider Controls*/
.product-detail-slider-controls-block {
    padding: 4px 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail-slider-controls-block.selected {
    display: flex;
}

.product-detail-slider-controls-image {
    position: relative;
    padding: 4px;
    overflow: hidden;
    opacity: .3;
    text-align: center;
    cursor: pointer;
    flex-grow: 1;
}

.product-detail-slider-controls-image:hover,
.product-detail-slider-controls-image.active {
    opacity: 1;
}

.product-detail-slider-controls-dot {
    height: 4px;
    background-color: #c4c4c4;
    border-radius: 2px;
}

.product-detail-slider-left,
.product-detail-slider-right {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 111;
    display: block;
    width: 15%;
    background: no-repeat center url("data:image/svg+xml,%3Csvg width='24' height='26' viewBox='0 0 24 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.14049 2.90429L12.8945 10.6583L14.2875 12L12.8945 13.3425L5.14049 21.0965L7.03826 22.9943L18.0321 12.0005L7.03826 1.00667L5.14049 2.90429Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d' x='3.14049' y='0.00667477' width='16.8916' height='25.9876' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    cursor: pointer;
    transition: all 300ms ease;
}

.product-detail-slider-left {
    left: 0;
    transform: rotate(180deg);
}

.product-detail-slider-right {
    right: 0;
}

.product-detail-slider-container:hover .product-detail-slider-left,
.product-detail-slider-container:hover .product-detail-slider-right {
    background-color: rgba(0, 0, 0, .08);
}

.product-detail-slider-container .product-detail-slider-left:hover,
.product-detail-slider-container .product-detail-slider-right:hover {
    background-color: rgba(0, 0, 0, .4);
}

.bx-touch .catalog-section-item-slider-left,
.bx-touch .catalog-section-item-slider-right {
    display: none;
!important;
}

.product-detail-slider-close {
    display: none;
}

.product-detail-slider-container.popup .product-detail-slider-close {
    position: absolute;
    top: 4px;
    right: 110px;
    bottom: 0;
    z-index: 150;
    display: block;
    width: 50px;
    height: 50px;
    background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
    opacity: .27;
    cursor: pointer;
    transition: all 300ms ease;
}

.product-detail-slider-container.popup .product-detail-slider-close:hover {
    opacity: 1;
}

.product-detail-slider-container.popup .product-detail-slider-right {
    right: 105px;
}

/*endregion*/

/*region LABEL*/
.product-detail-label-container {
    position: absolute;
    left: 0;
    top: 9px;
    z-index: 50;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.product-detail-label-text {
    background: #63aa28;
    color: #fff;
    padding: 1px 16px;
    border: 1px solid #fff;
    border-left: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 3px;
}

/*endregion*/

/*
section.product-detail-props-container {
	min-width: 285px;
	flex-grow: 1;
	max-width: 100%;
}
*/

@media (max-width: 575px) {
    .product-detail-props-container {
        padding: 0 16px;
    }

    .product-content-props li {
        flex-basis: 100%;
        flex-grow: 1;
    }
    .product-content-props li:nth-last-child(-n+2) {
        border-bottom: 1px solid #DCDCDC;
    }
    .product-content-props li:last-child {
        border-bottom: 0;
    }

    .product-item-price {
        font-size: 24px !important;
    }

    .price-block .old-price {
        font-size: 20px;
    }
    .sect-to-cart {
        padding: 15px;
        margin-bottom: 15px;
    }
    .product-detail .aside-title {
        margin-bottom: 20px;
    }
    .prod-date-to,
    .old-price-percent {
        font-size: 14px;
    }
    .line-box-arrow {
        margin-bottom: 18px;
        padding-bottom: 16px;
    }
    .product__right .buttons-block .add-to-cart-counter, .product__right .buttons-block .add-cart {
        height: 33px;
    }
    .buttons-block {
        margin-top: 15px;
    }
    .fast-buy svg {
        width: 33px;
        height: 33px;
    }
    .product-detail .product__property {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .product__change:after {
        font-size: 14px;
    }
   .product__property-title .icon-message-modal {
        width: 16px;
        height: 16px;
    }
    .icon-message-modal:after {
        background-size: contain !important;
    }
    .product__change:before {
        width: 43px;
        height: 43px;
    }
    .line-box-arrow .line-box-arrow--t2 {
        font-size: 15px;
    }
    .product-middle .product-tabs {
        margin-bottom: 20px;
    }
}

.product-detail-info-container {
    --bs-gutter-x: 24px;
}

@media (max-width: 575px) {
    .product-detail-info-container {
        padding: 0 calc(var(--bs-gutter-x) / 2);
    }
}

@media (min-width: 385px) {
    .product-middle .product-tabs .product-tabs-item {
        font-size: 16px;
    }
}

/*region magnified*/
.product-detail-slider-container.magnified .product-detail-slider-image {
    z-index: 100;
}

.product-detail-slider-container.magnified .product-detail-slider-image img {
    outline-color: #ddd;
}

.product-detail-slider-container.magnified .product-detail-slider-left,
.product-detail-slider-container.magnified .product-detail-slider-right {
    z-index: 50;
}

.product-detail-slider-container.magnified .product-item-label-text,
.product-detail-slider-container.magnified .product-item-label-ring {
    opacity: 0;
}

/*	>>>	popup*/
.product-detail-slider-container.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background: #fff;
    animation-name: imgPopupShow;
    animation-duration: 300ms;
}

.product-detail-slider-container.popup .product-detail-slider-images-container {
    right: 105px;
}

.product-detail-slider-container.popup .product-detail-slider-block {
    padding-top: 0;
    height: 100vh;
}

.product-detail-slider-container.popup .product-detail-slider-image {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100vh;
    width: calc(100% - 150px);
    transform: translateY(-50%) translateX(-50%);
}

@-webkit-keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-ms-keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.product-detail-slider-container.popup .product-detail-slider-image img {
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    cursor: default
}

.product-detail-slider-container.popup .product-detail-slider-controls-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    padding: 20px;
    border-left: 1px solid #d3d3d3;
    background-color: #fff;
}

.product-detail-slider-container.popup .product-detail-slider-controls-image {
    display: block;
    margin-bottom: 20px;
}

/*endregion*/

/*region  Tabs */
.product-item-detail-tabs-container {
    /*min-height: 60px;*/
    /*border-bottom: 1px solid #ededed;*/
}

.product-item-detail-tabs-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-item-detail-tabs-list:after {
    display: table;
    clear: both;
    content: "";
}

.product-item-detail-tab {
    float: left;
    /*min-height: 60px;*/
    margin-right: 17px;
}

.product-item-detail-tab-link {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
    transition: all 250ms ease;
    color: rgba(0, 0, 0, 0.5);
    font-style: normal;
    font-size: 15px;
    line-height: 26px;
    padding-top: 2px;
    text-decoration: none;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
    color: var(--theme-color-primary, #63aa28);
    text-decoration: none;
    /*font-weight: bold;*/
}

.product-item-detail-tab-link:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
    content: "";
    transition: background 250ms ease;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after {
    background: var(--theme-color-primary, #63aa28);
}

.product-item-detail-tab-content {
    padding: 25px 0;
}

/*endregion*/

/*region Small Card*/
.product-item-detail-short-card-fixed {
    position: fixed;
    top: -85px;
    right: 0;
    left: 0;
    z-index: 310;
    box-sizing: border-box;
    height: 85px;
    background-color: #fff;
    box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
    transition: top 220ms linear;
}

.product-item-detail-short-card-fixed.active {
    top: 0;
    opacity: 1;
}

.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active {
    top: 85px;
}

.bx-touch .product-item-detail-short-card-fixed {
    display: none !important;
}

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
    margin: 0 auto;
    max-width: 1048px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-item-detail-short-card-image {
    padding-right: 15px;
    width: 80px;
    max-width: 80px;
    vertical-align: middle;
    text-align: center;
}

.product-item-detail-short-card-image img {
    max-width: 100%;
    height: auto;
    max-height: 65px;
    width: auto;
}

.product-item-detail-short-title-container {
    max-width: 650px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-item-detail-short-title-text {
    display: block;
    color: #000;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
}

.product-item-detail-short-card-price {
    padding: 0 10px;
    vertical-align: middle;
    text-align: right;
}

.product-item-detail-short-card-btn {
    padding-left: 10px;
    min-width: 120px;
}

/*endregion*/

/*region Properties */
.product-item-detail-tab-content {
    display: none;
}

.product-item-detail-tab-content.active {
    display: block;
}

.product-item-detail-tab-content h3 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.product-item-detail-properties {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.product-item-detail-properties-item {
    margin-bottom: 1px;
}

.product-item-detail-properties-name,
.product-item-detail-properties-value {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
}

.product-item-detail-properties-name {
    color: rgba(0, 0, 0, 0.4);
}

.product-item-detail-properties-value {
    color: #000;
}

/*endregion*/

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.btn-wait {
    position: relative;
    color: transparent !important;
}

.btn-wait:after {
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -6px;
    margin-left: -6px;
    animation-name: spin;
    animation-duration: 1000ms !important;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@media screen and (max-width: 768px) {
    .product-detail .product__gallery_wrap {
        flex-wrap: wrap;
        gap: 10px;
    }

    .product-detail .product__left .product__image {
        width: 100%;
        order: 1;
        margin-bottom: 0;
    }

    .product-detail .product__left .product__gallery {
        order: 2;
    }

    .product-detail .product__left .product__gallery {
        width: 100%;
        padding-top: 0;
    }

    .product-detail .gallery__item {
        margin-right: 5px;
    }

    .product-detail .slick-slide.gallery__item {
        height: 60px;
    }

    .product__right-cart.fixed {
        position: relative;
        top: 0;
    }
}

.liquid-glass-btn {
  width: 288px;
  height: 40px;

  border: none;
  border-radius: 14px;

  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0.18) 0%,
      rgba(255,255,255,0.05) 100%
    ),
    #404040;

  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-family: Arial, sans-serif;

  position: relative;
  overflow: hidden;
  cursor: pointer;

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  box-shadow:
    inset 0 1px 1px rgba(255,255,255,0.25),
    inset 0 -1px 1px rgba(0,0,0,0.3),
    0 4px 12px rgba(0,0,0,0.25);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

/* Верхний блик */
.liquid-glass-btn::before {
  content: "";
  position: absolute;

  top: 2px;
  left: 6px;
  right: 6px;
  height: 45%;

  border-radius: 12px;

  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.45),
    rgba(255,255,255,0.05)
  );

  pointer-events: none;
}

/* Волнообразный liquid эффект */
.liquid-glass-btn::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    radial-gradient(
      circle at 80% 50%,
      rgba(255,255,255,0.12),
      transparent 45%
    );

  mix-blend-mode: screen;
}

/* Hover */
.liquid-glass-btn:hover {
  transform: translateY(-1px);

  box-shadow:
    inset 0 1px 1px rgba(255,255,255,0.35),
    inset 0 -1px 1px rgba(0,0,0,0.35),
    0 6px 18px rgba(0,0,0,0.35);
}

/* Active */
.liquid-glass-btn:active {
  transform: scale(0.98);
}


