

/* Start:/local/templates/viyar_new/components/bitrix/catalog.element/.default/style.css?175093471366918*/
.product-slider__container .product-card__e-recovery.e-recovery-pay {
    right: 30px;
}

.vr-card-product {
    padding-bottom: 32px;
}

.is__hidden {
    display: none !important;
}
.product-demo .product-demo__body .promo-sign {
    right: 21px;
    top: 0;
    z-index: 5;
}
section[id].main__section:last-child {
    margin-bottom: 32px;
}
.blog-comment-meta span a {
    transition: 0.4s;
    color: #969696;
    text-decoration: none;
}
span.blog-vert-separator {
    height: 17px;
    width: 1px;
    margin-left: 0.2em;
    margin-right: 0.2em;
    background-color: #e0e0e0;
    display: inline-block;
}
.blog-comment-line {
    border-top: 1px solid #e0e0e0;
}

/*section related products start*/
.is-active {
    /*color: #0080e0;*/
    /*border-color: #0080e0 !important;*/
}

/*hint*/
.button__body_download ._hint,
.product-price-prompt ._hint {
    position: absolute;
    left: unset;
    right: unset;
    opacity: 0;
    padding-left: 8px;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .15s ease-in-out;
    z-index: -9999;
}
.product-price-prompt ._hint {
    left: 22px;
    top: -25%;
}
.button__body_download:hover ._hint,
.product-price-prompt:hover ._hint {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    z-index: 13;
}
.button__body_download .badge-detail__list,
.product-price-prompt .badge-detail__list {
    filter: drop-shadow(0px 4px 16px rgba(32, 40, 48, 0.25));
    background-color: rgba(64, 64, 64, .8);
    max-height: 300px;
    overflow: auto;
    padding: 5px 9px;
    display: flex;
    flex-direction: column;
    /*max-width: 10vw;
    min-width: 40px;*/
    width: max-content;
}
.product-price-prompt .badge-detail__list {
    max-width: 220px;
}
.button__body_download .badge-detail__list .text,
.product-price-prompt .badge-detail__list .text {
    font-weight: 450;
    color: #fff;
    padding-left: 4px;
}
.vr-card-product .text-code {
    cursor: copy;
    position: relative;
    top: -1px;
}
/*Остатки начало*/
.related__main {
    display: block;
}
.section__related_products {
    padding: 0 15px;
}
.clone__move .section__related_products {
    padding: 0;
}
.button__related_products {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 46px;
    border: none;
    background-color: transparent;
    /*border-bottom: 4px solid transparent;*/
    pointer-events: none;
    padding: 0 9px;
}
.button__related_products .is-active {
    color: #0080e0;
    /*border-color: #0080e0 !important;*/
}
.related__icon {
    color: #606060;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.related__icon .is-active {
    color: #0080e0;
}
/**/
.related__main .table_inner {
    width: 100%;
}
.related__main .table {
    border: 1px solid #e0e0e0;
}
.related__main .table_header {
    padding: 0 32px;
}
.related__main .table_tr-list {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr repeat(3, 100px) minmax(140px, auto) 160px 32px;
}
.related__main .table_header .table_tr-list {
    height: 32px;
    margin-top: 16px;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 8px;
}
.related__main .table_body .table_tr-list {
    height: 48px;
    margin: 8px 0;
    border-bottom: 1px solid #e0e0e0;
    padding-right: 16px;
}
.related__main .table_body .table_tr-list:last-child {
    border-bottom: none;
}
.related__main .table_body {
    max-height: 384px;
    overflow: auto;
    border-right: 2px solid #fff;
    padding: 0 30px 0 32px;
    scrollbar-color: #D0D0D0 transparent;
    scrollbar-width: thin;
}
.related__main .table_body::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.related__main .table_body::-webkit-scrollbar-track {
    background: transparent;
}
.related__main .table_body::-webkit-scrollbar-thumb {
    background: #D0D0D0;
    border-radius: 4px;
}
.related__main .table_body::-webkit-scrollbar-thumb:hover {
    background: #CCC;
}
.related__main .table_header .table_td .text {
    font-size: 12px;
    line-height: 133%;
}
.related__main .table_header .table_td .table__filter-icon > .icon {
    display: block;
}
.related__main .table_body .table_td .text {
    font-size: 14px;
    line-height: 129%;
}
.related__main .table_body .table__item--price .text {
    font-size: 16px;
    line-height: 125%;
    font-weight: 700;
}
.related__main .table_body .table__item--unit .text {
    font-size: 12px;
    line-height: 16px;
}
.related__main .table_body .table__product_name .table__item .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.related__main .table_body .table__product_height,
.related__main .table_body .table__product_width,
.related__main .table_body .table__product_thickness {
    justify-self: center;
}
.related__main .table__product_amount,
.related__main .table__product_filial {
    justify-self: end;
}
.related__main .table__product_amount {
    display: flex;
    padding-right: 16px;
}
.table__product_amount .table__item--price {
    padding-right: 5px;
}
.related__main .table_td--btn-icon .button__related {
    border: none;
    background: #0080E0 url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 20C9 21.1 8.1 22 7 22C5.9 22 5 21.1 5 20C5 18.9 5.9 18 7 18C8.1 18 9 18.9 9 20ZM17 18C15.9 18 15 18.9 15 20C15 21.1 15.9 22 17 22C18.1 22 19 21.1 19 20C19 18.9 18.1 18 17 18ZM6 14C6 14.6 6.4 15 7 15H19V17H7C5.3 17 4 15.7 4 14C4 12.5 5 11.3 6.4 11.1L1.9 2H0V0H1.9C2.7 0 3.3 0.4 3.7 1.1L4.6 3H21C21.3 3 21.7 3.2 21.9 3.5C22.1 3.8 22.1 4.2 21.9 4.5L17.9 12.5C17.7 12.8 17.4 13 17 13H7C6.4 13 6 13.4 6 14Z' fill='white'/%3E%3C/svg%3E%0A") center no-repeat;
    transition: all .25s ease-in-out;
}
.related__main .table_td--btn-icon .button__related:hover {
    background-color: #30A0F0;
}
.related__main .table_td--btn-icon .button__related .icon {
    display: none;
}
.related__main .table_td--btn-icon .button__related_no {
    border: none;
    background: #0080E0 url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 20C9 21.1 8.1 22 7 22C5.9 22 5 21.1 5 20C5 18.9 5.9 18 7 18C8.1 18 9 18.9 9 20ZM17 18C15.9 18 15 18.9 15 20C15 21.1 15.9 22 17 22C18.1 22 19 21.1 19 20C19 18.9 18.1 18 17 18ZM6 14C6 14.6 6.4 15 7 15H19V17H7C5.3 17 4 15.7 4 14C4 12.5 5 11.3 6.4 11.1L1.9 2H0V0H1.9C2.7 0 3.3 0.4 3.7 1.1L4.6 3H21C21.3 3 21.7 3.2 21.9 3.5C22.1 3.8 22.1 4.2 21.9 4.5L17.9 12.5C17.7 12.8 17.4 13 17 13H7C6.4 13 6 13.4 6 14Z' fill='white'/%3E%3C/svg%3E%0A") center no-repeat;
    transition: all .25s ease-in-out;
}
.related__main .table_td--btn-icon .button__related_no:hover {
    background-color: #30A0F0;
}
.related__main .table_td--btn-icon .button__related_no .icon {
    display: none;
}
.related__pagination .product-list__tools--list {
    max-width: calc((100% / 7) + 1px);
}
.related__pagination .show-more {
    background-color: transparent;
}
/*Остатки конец*/

/*Состав комплекта начало*/
.kit__main {
    display: block;
}
.section__kit_composition {
    padding: 0 15px;
}
.clone__move .section__kit_composition {
    padding: 0;
}
.button__kit_composition {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 46px;
    border: none;
    background-color: transparent;
    border-bottom: 4px solid transparent;
    pointer-events: none;
    padding: 0 9px;
}
.button__kit_composition .is-active {
    color: #0080e0;
    border-color: #0080e0 !important;
}
.kit__icon {
    color: #606060;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.kit__icon .is-active {
    color: #0080e0;
}
.kit__text .is-active {
    color: #0080e0;
}
/*Состав комплекта*/
.kit__main .table {
    border: 1px solid #e0e0e0;
}
.kit__main .table_tr-list {
    display: flex;
    align-items: center;
    gap: 8px 12px;
}
.kit__main .text {
    color: #202020;
}
.table__kit_code_text {
    color: #0080e0;
    font-weight: 500;
}
.kit__main .table__kit_quantity .text,
.kit__main .table_header .table__kit_amount .table__item--kit_unit_all .text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.kit__main .table__kit_unit .text,
.kit__main .table__item--kit_unit .text {
    font-size: 12px;
    line-height: 16px;
}
.kit__main .table_header .table_tr {
    padding: 16px 32px 16px 24px;
}
.kit__main .table_header .table_td--number {
    flex: 0 0 auto;
    display: flex;
}
.kit__main .table_header .table__kit_name {
    flex: 1 1 auto;
}
.kit__main .table_header .table__kit_name .table__item {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding-right: 16px;
}
.kit__main .table_header .order-product__image {
    padding: 0 8px;
    width: 80px;
    height: 80px;
}
.kit__main .table_header .order-product__image > a {
    width: 80px;
    height: 80px;
    display: block;
    flex: 0 0 auto;
}
.kit__main .table_header .order-product__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kit__main .table_header .table__kit_unit .offset--xcm--h {
    padding-left: 0;
}
.kit__main .table_header .table__kit_amount {
    padding-left: 24px;
}
.kit__main .table_header .table__kit_amount .text {
    font-weight: 900;
    font-size: 32px;
    line-height: 36px;
}
/**/
.kit__main .table_body {
    padding: 0 30px 0 24px;
    border-right: 2px solid #fff;
}
.kit__main .table_body .table_tr {
    border-top: 1px solid #e0e0e0;
}
.kit__main .table_body .table_tr-list {
    min-height: 48px;
    border: 1px solid #e0e0e0;
    border-bottom: 2px solid #fff;
    border-left: none;
    border-right: none;
    margin-top: -1px;
}
.kit__main .table__kit_code_key .text,
.kit__main .table__kit_code_value .text,
.kit__main .table__kit_name .text {
    font-size: 14px;
    line-height: 129%;
}
.kit__main .table__kit_code_value .text,
.kit__main .table__item--kit_code_value {
    font-weight: 700;
}
.kit__main .table_body {
    max-height: 384px;
    overflow: auto;
    scrollbar-color: transparent #D0D0D0;
    scrollbar-width: thin;
}
.kit__main .table_body::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.kit__main .table_body::-webkit-scrollbar-track {
    background: transparent;
}
.kit__main .table_body::-webkit-scrollbar-thumb {
    background: #D0D0D0;
    border-radius: 4px;
}
.kit__main .table_body::-webkit-scrollbar-thumb:hover {
    background: #CCC;
}

.kit__main .table_body .table_tr {
    display: flex;
    flex-wrap: wrap;
    gap: 0 72px;
    transition: all .25s ease-in-out;
}
.kit__main .table_body .table_tr-list {
    flex: 0 1 calc(50% - 36px);
}
.kit__main .table_body .table__kit_name {
    flex: 1 1 auto;
}
.kit__main .table_body .table__kit_name .table__item {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.kit__main .table_body .table__kit_unit {
    padding-right: 8px;
}
.kit__pagination .product-list__tools--list {
    max-width: calc((100% / 7) + 1px);
}
.kit__pagination .show-more {
    background-color: transparent;
}
/**/
.table_tr-list:nth-child(n+7) {
    /*display: none;*/
}
.is-active.table_tr-list:nth-child(n+7) {
    display: flex;
}
.product-info__content.not-typical-card {
    padding: 0 16px;
    max-height: initial;
    flex: initial;
    margin-bottom: 16px;
    overflow-y: inherit;
}
.product-select {
    gap: 16px;
}
.select-room__input {
    width: 96px;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid #909090;
    border-radius: 2px;
    cursor: pointer;
    height: 40px;
    text-align: start;
    font-weight: 700;
}
.select-room__input_value {
    border: none;
    height: 35px;
    font-weight: 700;
    padding-left: 16px;
    width: 92px;
}
.select-room__label,
.select-scheme__title {
    background-color: #fff;
    position: absolute;
    top: -7px;
    left: 5px;
    font-size: 10px;
    line-height: 16px;
    padding: 0 4px;
    color: #606060;
    font-weight: 400;
}
.select-room__label_units {
    position: absolute;
    top: 12px;
    right: 17px;
    font-size: 12px;
    line-height: 16px;
    color: #909090;
    font-weight: 400;
}
.product-select__room {
    flex: 0 0 96px;
}
.product-select__scheme {
    flex: 0 1 256px;
}
.select-scheme__icon {
    margin-left: -3px;
    z-index: 1;
}
.select__list-item.is-active .icon,
.select__list-item:hover .icon {
    color: #ffffff !important;
}
.select__list-item {
    gap: 8px;
}
.product-select_description {
    justify-content: center !important;
    padding: 8px 0;
}
.product-content__total {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 16px;
    border-top: 1px solid #e0e0e0;
    margin: auto -16px;
}
.product-content__total > * {
    flex: 1 1 auto;
    width: auto;
}
.product-content__total-btn {
    height: 32px;
    font-size: 16px;
    min-width: 144px;
    width: auto !important;
}
.product-content__total-btn:hover {
    border: #30a0f0;
}
.product-content__total-text {
    background-color: #F0F0F0;
    height: 40px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #202020;
    padding: 0 8px;
}
.product-content__total-text span {
    font-weight: 400;
}.product-content__total-text span#number_of_packets {
    font-weight: 700;
}
.product-select_description_mob {
    display: none;
}
@media (max-width: 1792px) {
    .related__main .table_header,
    .related__main .table_body,
    .kit__main .table_body {
        padding: 0 24px;
    }
    .kit__main .table_body .table_tr {
        gap: 0 32px;
    }
    .kit__main .table_body .table_tr-list {
        flex: 0 1 calc(50% - 16px);
    }
}
@media (max-width: 1600px) {
    .product-info--related-products,
    .product-info--kit-composition {
        padding: 0 24px;
    }
    .section__related_products,
    .section__kit_composition {
        padding: 0;
    }
}
@media (max-width: 1366px) {
    .kit__main .table_body {
        max-height: 376px;
    }
    .kit__main .table_body .table_tr {
        gap: 0;
    }
    .kit__main .table_body .table_tr-list {
        flex: 1 1 100%;
    }
}
@media (max-width: 1024px) {
    .related__main .table_header {
        display: none;
    }
    .related__main .table_body {
        padding: 0 16px;
        max-height: inherit;
    }
    .related__main .table_body .table_tr-list {
        height: auto;
        border-bottom: none;
        padding-right: 0;
        grid-template-columns: 100px 100px 100px 1fr 160px;
    }
    .related__main .table_body .table_td {
        grid-row: 2;
        height: 32px;
        display: flex;
    }
    .related__main .table_body .table__product_name.table_td {
        grid-column: 1/8;
        grid-row: 1;
        border-bottom: 1px solid #e0e0e0;
        height: 48px;
        width: 100%;
    }
    .related__main .table_body .table__product_name .text {
        font-size: 12px;
        line-height: 16px;
        padding-right: 42px;
    }
    .related__main .table_body .table__product_filial {
        grid-column: span 8;
    }
    .related__main .table_body .table_td--btn-icon {
        grid-row: 1;
        grid-column: 7;
        justify-self: end;
    }
    .related__main .table_body .table_td--btn-icon .table__item {
        padding: 0 8px 0 0;
    }
    .related__main .__icon--faq-info {
        background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 0C4.9 0 0 4.9 0 11C0 17.1 4.9 22 11 22C17.1 22 22 17.1 22 11C22 4.9 17.1 0 11 0ZM11 2C16 2 20 6 20 11C20 16 16 20 11 20C6 20 2 16 2 11C2 6 6 2 11 2ZM11 18C10.2 18 9.5 17.3 9.5 16.5C9.5 15.7 10.2 15 11 15C11.8 15 12.5 15.7 12.5 16.5C12.5 17.3 11.8 18 11 18ZM13 12.3C12.9 12.4 12.7 12.5 12.6 12.5C12.2 12.9 12 13.4 12 14H10C10 12.8 10.5 11.7 11.4 11C11.6 10.9 11.8 10.7 12 10.6C12.6 10.2 13 10 13 9C13 7.9 12.1 7 11 7C9.9 7 9 7.9 9 9H7C7 6.8 8.8 5 11 5C13.2 5 15 6.8 15 9C15 11.1 13.8 11.8 13 12.3Z' fill='%23909090'/%3E%3C/svg%3E%0A") 0 4px no-repeat;
        width: 18px;
        height: 28px;
        cursor: pointer;
        opacity: .7;
    }
    .table__item--icon-faq {
        position: relative;
    }
    .table__item--icon-faq i + .text__data-faq-info:before {
        content: attr(data-faq-info);
        background-color: #404040;
        padding: 0 8px;
        height: 32px;
        display: flex;
        align-items: center;
        font-size: 12px;
        color: #fff;
        position: absolute;
        top: -28px;
        right: 10px;
        opacity: 0;
        pointer-events: none;
        z-index: -9999;
        transition: opacity .25s ease-in-out;
    }
    .table__item--icon-faq i:hover + .text__data-faq-info:before {
        opacity: 1;
        pointer-events: all;
        z-index: 1;
    }
    /**/
    .kit__main .table_header .table__kit_amount .text {
        font-size: 24px;
        line-height: 100%;
    }
}
@media (max-width: 950px) {
    .product-info__content.not-typical-card {
        max-height: 260px;
    }
}
@media (max-width: 680px) {
    .related__main .table_body .table_tr-list {
        grid-template-columns: 1fr;
    }
    .related__main .table_body .table_td {
        justify-self: start;
    }
    .related__main .table_body .table_td .offset--xcm--h {
        padding: 0;
    }
    .related__main .table_body .table__product_name .table__item .text {
        padding-left: 8px;
        padding-right: 48px;
    }
    .related__main .table_body .table__product_height {
        grid-row: 2;
    }
    .related__main .table_body .table__product_width {
        grid-row: 3;
    }
    .related__main .table_body .table__product_thickness {
        grid-row: 4;
    }
    .related__main .table_body .table__product_amount {
        grid-row: 6;
        padding-right: 0;
    }
    .related__main .table_body .table__product_filial {
        grid-row: 5;
    }
    .related__main .table_body .table_td--btn-icon {
        justify-self: end;
    }
    .related__main .table_body .table_td--btn-icon .table__item {
        padding-right: 8px;
    }
    .related__main .table__item--icon-faq {
        display: none;
    }
    .related__main .table_body .table_td .table__item[data-label]:before {
        content: attr(data-label)':';
        font-size: 14px;
        line-height: 18px;
        color: #606060;
        margin: 0 8px;
        width: 120px;
    }
}
@media (max-width: 780px) {
    .related__main,
    .kit__main {
        display: none;
    }
    .section__related_products,
    .section__kit_composition {
        padding: 0;
    }
    .button__related_products,
    .button__kit_composition {
        cursor: pointer;
        pointer-events: all;
        width: 100%;
        border-bottom-width: 1px;
    }
    .button__related_products:not(.is-active) {
        box-shadow: 0 0 1px 1px #e0e0e0;
    }
    .related__text {
        padding-left: 8px;
    }
    .button__related_products.is-active .product-info__arrow,
    .button__kit_composition.is-active .product-info__arrow {
        transform: rotate(-180deg);
    }
    /**/
    .kit__main .table_body {
        max-height: inherit;
        border-right: none;
        padding: 0 16px;
    }
    .kit__main .table_header .table_tr {
        padding: 24px 16px 8px;
    }
    .kit__main .table__kit_code_key .text,
    .kit__main .table__kit_code_value .text,
    .kit__main .table__kit_name .text,
    .kit__main .table_header .table__kit_quantity .text,
    .kit__main .table_header .table__kit_amount .table__item--kit_unit_all .text {
        font-size: 12px;
        line-height: 16px;
    }
    .kit__main .table_body .table__kit_name {
        padding: 0 12px;
    }
    .kit__main .table_header .table__kit_amount {
        padding-left: 0;
    }
    .kit__main .table_header .table__kit_amount .text {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
    }
    .kit__main .offset--xcm--h {
        padding: 0 4px;
    }
    .kit__main .table_header .order-product__image > a {
        width: 104px;
        height: 104px;
    }
    .kit__main .table_header .table__kit_name .table__item {
        -webkit-line-clamp: 3;
        padding-right: 8px;
    }
    /**/
    .kit__main .table_header .table_tr-list {
        display: grid;
        grid-template-columns: min-content 1fr;
        justify-content: start;
    }
    .kit__main .table_header .table_tr-list .table__kit_img {
        grid-row: 1/5;
    }
    .kit__main .table_header .table__kit_name {
        grid-row: 2;
        grid-column: 2/6;
    }
    .kit__main .table_header .table__kit_quantity {
        grid-row: 3;
        justify-self: end;
    }
    .kit__main .table_header .table__kit_amount {
        grid-row: 4;
    }
    .product-info__content.not-typical-card {
        border: 1px solid #e0e0e0;
    }
}
@media (max-width: 569px) {
    .product-select {
        flex-direction: column;
        padding-bottom: 16px;
    }
    .product-select__room {
        flex: auto;
    }
    .select-room__input {
        width: auto;
    }
    .product-select_description {
        display: none;
    }
    .product-select_description_mob {
        display: flex;
        padding-top: 6px;
        justify-content: center;
    }
    .product-content__total-btn {
        height: 40px;
    }
}
@media (max-width: 359.2px) {
    .kit__main .table_body {
        padding: 0 8px;
    }
    .kit__main .table_header .table_tr {
        padding: 24px 0px 8px;
    }
}
/*section related products end*/

.img-lightbox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}

@media (max-width: 780px) {
    .product .etalage {
        max-height: 300px;
    }
    .etalage_small_thumbs {
        display: none;
    }
}
.btns-vantage{
    position: absolute!important;
    width: 68px!important;
    height: 68px!important;
    border: 1px solid #E0E0E0!important;
    bottom: 0;
}
.button.button--square.button--md.btns-vantage .button__body {
    width: auto!important;
}
.button-texture{
    right: 67px;
}
.button-video{
    right: 0;
}

.marketplace-product__title {
    display: -ms-flexbox;
    display: flex;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    padding-top: 28px;
    padding-bottom: 12px;
    padding-left: 32px;
}
.marketplace-product__title-text {
    display: -ms-flexbox;
    display: flex;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
}
.marketplace-product__code {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 6px;
    font-size: 14px;
    line-height: 36px;
    font-weight: 400;
}
.marketplace__product .product__title-text {
    line-height: 100%;
}
.product-code {
    margin-right: 0;
}
.product-code__title-sup {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding-left: 16px;
    margin-top: -10px;
}
.product-demo__info {
    font-size: 10px;
    line-height: 12px;
    color: #909090;
}
.product-code-value {
    padding-left: 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #0080e0;
}
.product-content__text {
    padding: 16px 16px 4px 24px;
    color: #202020;
    font-size: 12px;
}
.finished-configuration__text {
    padding: 12px 16px 16px;
    line-height: 20px;
    color: #202020;
}
.finished-configuration__text span {
    position: relative;
    padding-left: 2px;
}
.finished-configuration__text span:not(:last-child):after {
    content: ",";
    color: #909090;
    position: absolute;
    top: auto;
    left: auto;
}
.product-content__text strong {
    color: #202020;
}
.marketplace-product__body {
    display: flex;
    justify-content: space-between;
}
.marketplace-product__box {
    display: -ms-flexbox;
    display: flex;
    transition: padding ease-in 150ms;
}
.marketplace-product__body .product-box__row {
    -ms-flex-direction: row;
    flex-direction: row;
    flex: 1 1 auto;
    justify-content: space-between;
    padding: 0 32px;
    gap: 32px;
}
.marketplace-product__demo {
    -ms-flex: 0 1 512px;
    flex: 0 1 512px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-demo__block {
    padding-bottom: 8px;
}
.marketplace-product__demo .product-demo__body {
    position: relative;
}
.marketplace-product__demo .product-slider__thumb {
    display: flex;
}
.marketplace-product__demo .product-slider__action .button {
    border: none;
}
.product-slider__item:not(.slick-active) {
    display: none;
}
/**/
.product-slider__full {
    overflow: hidden;
}
.product-slider__full .product-slider__item {
    height: 512px;
}
.product-slider__full .product-slider__img {
    width: 100%;
    height: 100%;
    transition: unset;
}
.product-slider__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-slider__link {
    width: 512px;
    height: 512px;
}

@media (min-width: 569px) {
    .product-slider__full.zoomed img {
        cursor: move;
        position: absolute;
        max-width: none;
        max-height: none;
        width: auto;
        height: auto;
        z-index: 1;
    }
}

.product-slider__thumb[data-action="0"][data-count="1"] .slick-track,
.product-slider__thumb[data-action="0"][data-count="2"] .slick-track,
.product-slider__thumb[data-action="0"][data-count="3"] .slick-track,
.product-slider__thumb[data-action="0"][data-count="4"] .slick-track,
.product-slider__thumb[data-action="0"][data-count="5"] .slick-track,
.product-slider__thumb[data-action="0"][data-count="6"] .slick-track,
.product-slider__thumb[data-action="0"][data-count="7"] .slick-track,
.product-slider__thumb[data-action="1"][data-count="1"] .slick-track,
.product-slider__thumb[data-action="1"][data-count="2"] .slick-track,
.product-slider__thumb[data-action="1"][data-count="3"] .slick-track,
.product-slider__thumb[data-action="1"][data-count="4"] .slick-track,
.product-slider__thumb[data-action="1"][data-count="5"] .slick-track,
.product-slider__thumb[data-action="1"][data-count="6"] .slick-track,
.product-slider__thumb[data-action="2"][data-count="1"] .slick-track,
.product-slider__thumb[data-action="2"][data-count="2"] .slick-track,
.product-slider__thumb[data-action="2"][data-count="3"] .slick-track,
.product-slider__thumb[data-action="2"][data-count="4"] .slick-track,
.product-slider__thumb[data-action="2"][data-count="5"] .slick-track {
    transform: unset !important;
}
/*=*/

.product-slider__thumb .slick-slide {
    overflow: hidden;
}
.product-slider__thumb .slick-slide img {
    word-break: break-all;
    font-size: 12px;
    line-height: 106%;
}
/**/
.marketplace-product__info {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 5px;
    flex-wrap: wrap;
    align-content: end;
}
.product-info {
    /*max-width: 580px;*/
    padding: 16px 0;
}
.marketplace-product__info .color-choice__list {
    display: flex;
    gap: 8px;
    padding: 0 0 0 15px;
    flex-wrap: wrap;
}
.color-choice__btn .select__button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    cursor: pointer;
    height: 32px;
    padding: 0 8px;
    border: none;
    min-height: inherit;
}
.color-choice__btn .select__button:hover {
    opacity: .8;
    transition: all .15s ease-in-out;
}
.color-choice__btn .select__text {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    color: #0080E0;
}
.color-choice__text {
    padding: 15px;
}
.product-info__purchase {
    display: flex;
    padding: 0;
}
.marketplace-product__info .product-purchase__amount {
    padding-right: 32px;
}
.marketplace-product__info .product-purchase__amount .amount__counter {
    font-weight: 700;
    font-size: 16px;
    color: #202020;
}
.marketplace-product__info .product-purchase__buy {
    flex: 0 1 224px;
    padding-right: 16px;
}
.marketplace-product__info .product-purchase__buy .button {
    border-radius: 64px;
}
.marketplace-product__info .product-purchase__buy .button__body {
    gap: 0 4px;
}
.marketplace-product__info .product-purchase__buy .button__text {
    text-transform: uppercase;
    font-size: 16px;
}
.marketplace-product__info .product-purchase__compare {
    margin-right: 8px;
}
.marketplace-product__info .compare-tick span.icon:before {
    content: '';
    background: #fff url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 16C3.6 16 0 12.4 0 8C0 3.6 3.6 0 8 0C12.4 0 16 3.6 16 8C16 12.4 12.4 16 8 16ZM13 5.5L11.5 4L6.5 9L4.5 7L3 8.5L6.5 12L13 5.5Z' fill='%2340E000'/%3E%3C/svg%3E%0A") no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: -4px;
    border-radius: 50%;
}
.marketplace-product__info .button--transparent:hover {
    background-color: #ffffff;
    color: #30a0f0;
}
.marketplace-product__info .product-info__availability {
    display: -ms-flexbox;
    display: flex;
    max-width: 576px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 16px 0 0 0;
    /*justify-content: flex-end;*/
}
.marketplace-product__info .product-availability__header {
    display: none;
    -ms-flex-align: center;
    align-items: center;
    min-height: 48px;
    padding: 0 8px;
}
.marketplace-product__info .product-availability__header_visible {
    display: flex;
}
.marketplace-product__info .product-availability__title {
    padding-left: 8px;
}
.marketplace-product__info .product-availability__content {
    border: 1px solid #e0e0e0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 16px 16px 24px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-height: 690px;
    overflow-y: auto;
    scrollbar-color: transparent #d0d0d0;
    scrollbar-width: thin;
}
.marketplace-product__info .product-availability__content-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.marketplace-product__info .product-availability__content-status {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 32px;
}
.marketplace-product__info .product-availability__status,
.product-availability__status {
    white-space: nowrap;
    color: #c0c0c0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    padding-left: 4px;
    padding-right: 8px;
}
.product-availability__status::before {
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    margin-right: 4px;
    border-radius: 50%;
    background-color: #c0c0c0;
}
.marketplace-product__info .product-card__status--yellow-dark {
    color: #e0a000;
}
.marketplace-product__info .product-card__status--yellow-dark::before,
.product-card__status--yellow-dark::before {
    background-color: #e0a000;
}
.marketplace-product__info .product-availability__content-substatus-value {
    min-width: 33%;
    white-space: nowrap;
    color: #202020;
    font-weight: 400;
    padding-left: 4px;
}
.marketplace-product__info .product-availability__content-substatus-name {
    color: #909090;
    font-size: 12px;
}
.product-availability__content li {
    display: flex;
    min-height: 32px;
    align-items: flex-end;
    padding-left: 8px;
}
ul.product-availability__content li .text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 4px;
    font-weight: 400;
}
ul.product-availability__content li span.text::after {
    content: '';
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-bottom: 1px dotted #909090;
}
ul.product-availability__content li .product-availability__status {
    align-self: end;
    flex: 0 0 130px;
}
.product-content-section__title {
    font-size: 20px;
    color: #202020;
    font-weight: 400;
    line-height: 20px;
    padding: 20px 0 10px;
}
.product-content-section__subtitle, .product-content-section__description>p {
    font-size: 14px;
    color: #606060;
    font-weight: 400;
    line-height: 18px;
    padding-top: 16px;
}
.product-content-section__subtitle {
    padding: 20px 0;
}
.marketplace-product__box .product-content-section__description>p {
    padding: 1px 0;
    margin: 0;
}
.product__info iframe {
    height: 280px!important;
}
.marketplace-product__box .product-info--specification, .marketplace-product__box .product-info--description, .marketplace-product__box .product-info--comments {
    padding: 0 0 16px;
}
.marketplace-product__info .product-price__header {
    min-height: 75px;
    padding-bottom: 8px;
}
.marketplace-product__info .product-price__title {
    padding: 8px 2px 8px 0;
}
.marketplace-product__info .type-main-price__credit .type-card__badge {
    padding: 0;
}
.marketplace-product__info .product-info__color img {
    width: 48px;
    height: 48px;
}
[id^="marketplace"] .product-card__section-row {
    padding: 0 8px 0 24px;
}
#marketplace-analogues .marketplace-card__badge-favorites {
    top: 0px;
    right: 10px;
}
#marketplace-analogues .product-card__status, #marketplace-accompanying .product-card__status {
    right: 16px;
}
#marketplace-analogues .marketplace-card__control-group, #marketplace-accompanying .marketplace-card__control-group {
    padding-right: 8px;
}
#marketplace-analogues .marketplace-card__price, #marketplace-accompanying .marketplace-card__price {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
#marketplace-analogues .product-card__section .product-card__description .product-card__code .text, #marketplace-accompanying .product-card__section .product-card__description .product-card__code .text {
    font-size: 12px;
}
#marketplace-analogues .product-card__color {
    padding-top: 5px;
}
#marketplace-analogues .product-card__title {
    min-height: 46px;
}
#marketplace-analogues .product-card__status::after, #marketplace-accompanying .product-card__status::after, #marketplace-mayNeed .product-card__status::after {
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    margin-left: 6px;
    border-radius: 50%;
    background-color: #c0c0c0;
}
#marketplace-analogues .product-card__status::before, #marketplace-accompanying .product-card__status::before, #marketplace-mayNeed .product-card__status::before {
    display: none;
}
#marketplace-analogues .product-card__status--green::after, #marketplace-accompanying .product-card__status--green::after, #marketplace-mayNeed .product-card__status--green::after {
    background-color: #40e000;
}
#marketplace-analogues .product-card__status--yellow-dark::after, #marketplace-accompanying .product-card__status--yellow-dark::after, #marketplace-mayNeed .product-card__status--yellow-dark::after {
    background-color: #e0a000;
}
#marketplace-analogues .marketplace-card__price .text--unit, #marketplace-accompanying .marketplace-card__price .text--unit, #marketplace-mayNeed .marketplace-card__price .text--unit {
    padding-left: 3px;
}
#marketplace-analogues .promo-sign, #marketplace-accompanying .promo-sign, #marketplace-mayNeed .promo-sign {
    right: 9px;
}
.marketplace-card__badge-favorites .icon {
    color: #606060;
}
#marketplace-analogues .marketplace-card__badge-favorites_promo, #marketplace-accompanying .marketplace-card__badge-favorites_promo, #marketplace-mayNeed .marketplace-card__badge-favorites_promo {
    position: absolute;
    top: 55px;
    right: 10px;
}
#marketplace-analogues .product-card_main, #marketplace-accompanying .product-card_main, #marketplace-mayNeed .product-card_main {
    padding: 12px 0;
}
#marketplace-accompanying .marketplace-card__badge-favorites, #marketplace-mayNeed .marketplace-card__badge-favorites {
    position: absolute;
    top: 0;
    right: 7px;
}
#marketplace-accompanying .product-card__title {
    min-height: 81px;
}
#marketplace-accompanying .dropdown__select-icon {
    color: #606060;
}
#marketplace-analogues .main__section-title {
    align-items: start;
    padding: 40px 0 7px 47px;
}
.product-purchase__compare {
    min-width: 32px;
}
#marketplace-accompanying .main__section-title, #marketplace-mayNeed .main__section-title {
    padding: 8px 16px 8px 47px;
    margin-top: 13px;
}
#marketplace-mayNeed {
    margin-bottom: 20px;
}
.checkbox__value-color:hover img {
    border: 2px solid #0080E0;
}
.color-choice__item.active img{
    border: 2px solid #0080E0;
}
.product-info__content-size {
    display: flex;
    position: relative;
    padding: 32px 16px 4px 16px;
    align-items: center;
    justify-content: space-between;
}
.product-info__content-size .form-select {
    flex: 0 1 224px;
    width: max-content;
}
.product-info__content-size .select__list .select__filter,
.product-info__content-size .select__list-item {
    min-height: 20px;
}
.product-info__select-size > a {
    border: solid 1px #F0F0F0;
    background: #F0F0F0;
}
.marketplace-product__body .color-choice__text.marketplace-table {
    display: none;
}
.marketplace-product__body .color-selected__container.marketplace-table {
    padding-bottom: 5px;
}
.color-choice__text-table {
    padding: 10px 8px 20px 28px;
}
.product-info__content-size .product-content__text {
    padding-right: 8px;
}
.marketplace-product__info .product-info__availability > .product-availability__content.availability-branches-box.marketplace-table {
    display: none;
}
.marketplace-product__box > .marketplace-product__info > .product-info__availability.marketplace-table {
    display: none;
}
.product-info__availability-table .product-availability__content-table {
    border: 1px solid #e0e0e0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 26px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
    scrollbar-color: transparent #d0d0d0;
    scrollbar-width: thin;
}
.marketplace-product__box.product__box--half > .product-info__block > .product-info--specification > .product-info__content {
    max-height: 100%;
}
ul.product-availability__content-table li span + span {
    margin: 0 0 0 5px;
}
.product-info__availability-table.product-availability {
    max-width: initial!important;
    display: flex;
    flex-direction: column;
    flex: 1 1 50%;
}
.product-info__availability-table .product-availability__title {
    padding-left: 8px;
}
.product-info__availability-table > .product-availability__header {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 8px;
}
.marketplace-product__box.product__box--half > .product-info__block.product__info--description.product__info--specification {
    justify-content: space-between;
}
.marketplace .select__outline::before {
    content:'';
    background-color: rgba(255,255,255,0);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
.product-info__availability-table-M {
    display: none;
}
.product__info--description.product__info--specification > .product-info__block-table-M > .product-info {
    /*display: none;*/ /*призводить до того, що ховається Склад комплекту - рефакторінг*/
}
[id^="marketplace"] .product-card_main > .product-card__section:nth-child(2) {
    flex: 1 1 auto;
}
.product-info__block-content_table {
    display: none;
}
.marketplace-product__info .product-info__select-size {
    position: relative;
}
.marketplace-product__info.product-info {
    align-content: stretch;
    flex: 0 1 500px;
    gap: 16px;
}
.product-info__purchase_mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px 0 0 0;
    gap: 8px;
}
.product-info--description-table-M {
    display: none;
}
.product-availability > .product-info__content-section {
    border: 1px solid #e0e0e0;
    padding: 16px 24px;
    height: auto;
}
.marketplace .product-info__content--comments {
    height: 100%;
}
.product-info__content-size .select__list li,
.product-info__content-section .color-choice__list li {
    list-style-type: none;
    position: relative;
}
.checkbox__value-color {
    position: relative;
    width: 48px;
    height: 48px;
}
.checkbox__value-color img {
    transition: opacity 0.3s ease-in-out;
}
.checkbox__value-color:hover img {
    border: 2px solid #0080E0;
}
.checkbox__value-color:hover .large-image {
    opacity: 1;
}
.color-choice__list .checkbox__value:hover,
.color-choice__list .checkbox__value {
    border: none;
}

.product-info__content .is-disabled {
    cursor: not-allowed
}
.product-info__content .is-disabled label,
.product-info__content .is-disabled span {
    pointer-events: none;
    opacity: 0.25;
}

/*@media (max-width: 1720px) {*/
    .marketplace-product__body .product-box__row {
        padding: 0 24px;
    }
/*}*/
@media (min-width: 1701px) {
    [id^="marketplace"] .product-card_main {
        flex: 0 1 17.35%!important;
    }
    [id^="marketplace"] .product-card_main:nth-child(7n) ._hint{
        left: 50px;
        transform: translate(-41%, 0);
    }
    img.large-image {
        position: absolute;
        top: 47px;
        left: 0;
        width: 300px !important;
        opacity: 0;
        max-width: none !important;
        height: 300px !important;
        z-index: 2;
        pointer-events: none;
        object-fit: cover;
    }
}
/*@media (max-width: 1700px) {*/

    [id^="marketplace"] .product-list__body--preview .product-card_main:nth-child(n+7) {
        display: none;
    }

    [id^="marketplace"] .product-card_main {
        max-width: 17.35% !important;
    }
    [id^="marketplace"] .product-card_main {
        flex: 0 1 17.35%;
    }
    .marketplace-product__body {
        flex-wrap: wrap;
    }
    .product-info {
        max-width: none;
    }
    .marketplace-product__box.product__box--half > .product-info__block.product__info--description > .product-info__block-table-M > .product-info__block-content > .product-info--specification {
        padding:0;
        flex: 0 0 50%;
    }
    .marketplace-product__box.product__box--half > .product-info__block.product__info--description > .product-info__block-table-M.marketplace-table > .product-info__block-content > .product-info--description {
        display: none;
    }
    .marketplace-product__box > .product-info {
        /*max-width: 39%;*/
    }
    .product-info__price, .product-info__purchase, .product-info__buyclick, .product-info__availability  {
        /*max-width: 672px!important;*/
    }
    .marketplace-product__info .product-info__availability {
        /*max-width: 672px;*/
    }
    .marketplace-product__info {
        /*margin-right: 64px;*/
    }
    .product-info__content {
        min-height: auto!important;
        margin-left: -1px;
    }
    .marketplace-product__box.product__box--half {
        flex: 0 1 100%;
    }
    .marketplace-product__box.product__box--half > .product-info__block > .product-info--specification, .marketplace-product__box.product__box--half > .product-info__block > .product-info__block-content {
        flex: 1 1 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .marketplace-product__box.product__box--half .product-info__block-content > .product-info--description, .marketplace-product__box.product__box--half .product-info__block-content > .product-info--comments {
        margin-left: -1px;
    }
    .marketplace-product__box.product__box--half > .product-info__block {
        display: flex;
        flex: 1 1 auto;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .marketplace-product__box.product__box--half.marketplace-table {
        /*padding: 48px 64px 64px 64px;*/
        padding: 48px 16px 64px 16px;
    }
    .marketplace-product__box.product__box--half > .switcher {
        display: none;
    }
    .marketplace-product__box.product__box--half > .product-info__block .product-info__header {
        display: flex;
    }
    .marketplace-product__box.product__box--half > .product-info__block .product-info.is-hidden {
        display: flex;
    }
    .marketplace-product__box.product__box--half .product-info__block-content > .product-info--description > .product-info__content--description {
        padding-bottom: 32px;
    }
    .product-info__block-table-M {
        flex: 0 0 100%;
        display: flex;
        flex-direction: unset;
        flex-wrap: wrap;
    }
    .product-info--related-products {
        flex: 1 1 auto;
    }
    .product-info__block-table-M.marketplace-table {
        /*flex: 0 0 100%;
        display: flex;
        flex-direction: column;*/
        flex: unset;
        display: block;
        width: 100%;
    }
    .product-info__block-table-M.marketplace-table .product-info--description-table-M {
        display: flex;
    }
    .product-info__block.product__info--description > .product-info__block-content > .product-info--comments {
        padding: 0;
        margin-bottom: -5px;
    }
    .product-info__block-table-M.marketplace-table .product-info.product-info--comments.is-hidden:nth-child(2) {
        padding: 0;
        display: flex;
        flex: 1 1 50%;
    }
    .product-info__availability-table-M {
        display: block!important;
    }
    .marketplace-product__box.product__box--half > .product-info__block.product__info--description.product__info--specification > .product-info__block-table-M.marketplace-table > .product-info__block-content {
        display: flex;
        flex-direction: row;
        flex: 0 0 50%;
    }
    .marketplace-product__box.product__box--half > .product-info__block.product__info--description.product__info--specification > .product-info__block-table-M.marketplace-table > .product-info__block-content:nth-child(3) {
        flex-direction: row-reverse;
    }
    .marketplace-product__box.product__box--half > .product-info__block.product__info--description.product__info--specification > .product-info__block-table-M > .product-info__block-content {
        display: flex;
        flex-direction: column;
        flex: 0 0 50%;
    }
    .marketplace-product__demo > .product-demo__block .product-slider__full button {
        color: #fff;
    }
    .marketplace-product__box.product__box--half > .product-info__block.product__info--description > .product-info__block-table-M > .product-info__block-content > .product-info--specification {
        flex: 1 1 auto;
    }
    .product-info__availability.product-info__availability-table.product-info__availability-table-M.product-info__availability-table-L.product-availability {
        flex: 1 1 50%;
    }
    .product-info__availability.product-info__availability-table.product-info__availability-table-M.product-info__availability-table-L.product-availability {
        display: none!important;
    }
    .product-info__block-table-M.marketplace-table .product-info--description-table-M {
        display: flex;
        flex-direction: column;
        flex: 0 0 50%;
    }
    .product-info__block-table-M > .product-info__block-content > .product-info--specification > .product-info__content.product-info__content--specification.is-hidden {
        margin-bottom: 16px;
    }
    .product-info__block-table-M.marketplace-table > .product-info__block-content > .product-info--specification > .product-info__content.product-info__content--specification.is-hidden {
        margin-bottom: 0;
    }
    .product-info__purchase_mobile {
         max-width: none;
    }
    img.large-image {
        position: absolute;
        top: 47px;
        right: 47px;
        width: 300px !important;
        opacity: 0;
        max-width: none !important;
        height: 300px !important;
        z-index: 2;
        pointer-events: none;
        object-fit: cover;
    }
/*}*/
@media (min-width: 1601px) {
    [id^="marketplace"] .product-card_main {
        flex: 0 1 20.35%!important;
    }
    [id^="marketplace"] .product-card_main:nth-child(7n) ._hint{
        left: 50px;
        transform: translate(-41%, 0);
    }
}
/*@media (max-width: 1600px) {*/
    .marketplace-product__code {
        padding-left: 0;
    }
    .marketplace-product__body .product-box__row,
    .marketplace-product .product__box--half {
        padding: 0;
    }
    [id^="marketplace"] .product-list__body--preview .product-card_main:nth-child(n+6) {
        display: none;
    }

    [id^="marketplace"] .product-card_main {
        max-width: 20.35% !important;
    }
    [id^="marketplace"] .product-card_main {
        flex: 0 1 20.35%;
    }
    .product__box--half .switcher {
        display: none;
    }
    .product-info__content {
        min-height: auto;
        max-height: inherit;
    }
    .product-info__block-table-M {
        display: grid;
    }
/*}*/
@media (min-width: 1601px) and (max-width: 1617px) {
    .product__box--half .switcher + .product__info {
        display: flex!important;
    }
    .product-info__block-table-M.marketplace-table .product-info__block-content:nth-child(3) .product-info__content--comments {
        margin-left: -1px;
    }
}
/*@media (max-width: 1600px) {*/
    .product__box--row {
        padding: 0 48px 0 32px;
        max-width: none;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .product__box--half {
        max-width: none;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0 24px;
    }
    .product__box--half .switcher + .product__info {
        display: flex!important;
    }
/*}*/
/*@media (max-width: 1617px) {*/
    .marketplace-product__box.product__box--half .product-info__block-content > .product-info--description, .marketplace-product__box.product__box--half .product-info__block-content > .product-info--comments {
        margin-left: 0;
    }
/*}*/
/*@media (max-width: 1536px) {*/
    .marketplace-product__code {
        padding-left: 0;
    }
    .marketplace-product__body .product-box__row,
    .marketplace-product .product__box--half {
        padding: 0 24px;
    }
/*}*/
@media (max-width: 1400px) {
    .marketplace-product__title {
        padding-top: 16px;
    }
}
@media (max-width: 1100px) {
    .marketplace-product__demo {
        /*margin-left: 10px;*/
    }
    .marketplace-product__info {
        /*margin-right: 10px;*/
    }
    .marketplace-product__box > .product-info {
        /*max-width: 50%;*/
    }
    .product-demo {
        padding-right: 0!important;
    }
    .marketplace-product__box.product__box--half {
        padding: 16px 0 0;
    }
    .marketplace-product__info.product-info {
        padding: 16px 0 16px 16px;
        margin-right: 0;
    }
    .marketplace-product__info .product-purchase__amount {
        padding-right: 16px;
    }
    .marketplace-product__body .product-slider .product-slider__thumb[data-action="0"].fix--offset {
        margin-left: 0;
    }
}
@media (max-width: 1068px) {
    .marketplace-product__info .product-availability__content {
        padding: 16px 8px;
    }
    ul.product-availability__content li .product-availability__status {
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
        flex-basis: 118px;
        color: #c0c0c0;
    }
    .product__info iframe {
        height: 250px!important;
    }
}
@media (max-width: 1015px) {
    .marketplace-product__info .product-purchase__buy .button__body {
        gap: 0;
    }
    .marketplace-product__info .product-purchase__buy .button__text {
        font-size: 14px;
    }
    .product-price__header .type-main-price__block .type-card__badge .badge__icon {
        width: 48px;
        height: 48px;
        flex-direction: unset;
    }
    .product-price__header .type-card__badge .badge__icon {
        z-index: 1;
    }
    .product-price__header .type-card__badge .badge__icon--text {
        display: none;
    }
    .product-price__header .type-main-price__credit .badge-detail._hint {
        top: 37px;
    }
}
@media (max-width: 960px) {
    .product-info__purchase.product-purchase {
        gap: 16px 0;
        justify-content: flex-end;
    }
    .marketplace-product__info .product-purchase__buy {
        min-width: 96px;
    }
    .product-info__purchase_mobile {
        padding-top: 16px;
        flex-wrap: wrap;
        gap: 16px;
    }
}
@media (max-width: 890px) {
    .product-info__block-content_table.marketplace-table {
        display: block;
    }
    .product-info__block-content_table {
        display: block;
    }
    .marketplace-product__body .product-box__row {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .marketplace-product__body .product-box__row,
    .marketplace-product .product__box--half {
        padding: 0;
    }
    .marketplace-product__box > .product-info {
        width: 100%;
        max-width: 496px;
        flex: unset;
    }
    .marketplace-product__info .product-price__header {
        justify-content: center;
    }
    .type-main-price__credit {
        margin-left: initial!important;
    }
    .product__info--description.product__info--specification > .product-info__block-table-M > .product-info {
        display: flex;
    }
    .product-info__block-table-M {
        display: flex;
        flex-direction: column;
        height: max-content;
    }
    .marketplace-product__info.product-info >.product-info__availability.product-availability {
        display: none;
    }
    .product-info__content-section > .product-info__content-substatus > .product-info__availability-value > .product-availability__status {
        font-weight: 700;
        font-size: 12px;
    }
    .marketplace-product__box.product__box--half > .product-info__block.product__info--description.product__info--specification > .product-info__block-table-M.marketplace-table > .product-info__block-content {
        flex-direction: column;
    }
    .product-info__content {
        margin-left: 0;
    }
    .marketplace-product__box .availability-branches-box {
        padding: 16px;
    }
    .product-info__content-section > .product-info__content-substatus > .product-info__availability-value {
        padding-right: 30px;
    }
    .marketplace-product__box .product-info__content-condition {
        color: #909090;
        font-size: 12px;
    }
    .product-info__content {
        min-height: auto!important;
    }
    .marketplace-product__box .product-info__block-table-M > .product-info__block-content > .product-info__availability.product-info__availability-table.product-info__availability-table-M.product-info__availability-table-L.product-availability {
        display: none!important;
    }
    .marketplace-product__box .product-info__content-substatus .text {
        padding-right: 30px;
    }
    .marketplace-product__box.product__box--half > .product-info__block .product-info.is-hidden {
        display: flex;
    }
    .marketplace-product__box .product-info--specification, .marketplace-product__box .product-info--description, .marketplace-product__box .product-info--comments {
        padding: 0;
    }
    .marketplace-product__box .product-info__block-table-M > .product-info__block-content > .product-info--specification > .availability-branches-box .product-info__content-substatus-value,
    .marketplace-product__box .product-info__block-table-M .product-info__content > .product-info__content-section > .product-info__content-substatus > .product-info__content-substatus-value {
        min-width: 101px;
    }
    .marketplace-product__info.product-info .product-info__content.product-info__content--material > .product-info__content-size {
        border: none;
        border-top: 1px solid #e0e0e0;
        padding: 8px 0;
    }
    .product-info__block-content_table.marketplace-table .product-info--specification {
        display: none;
    }
    .marketplace-product__box.product__box--half, .marketplace-product__box.product__box--half.marketplace-table {
        padding: 16px 0 0;
    }
    .marketplace-product__code {
        padding: 0 16px 0 0;
    }
    .marketplace__product.marketplace-product > .product-demo__header {
        padding: 0 16px 0 32px;
    }
    .marketplace-product__info {
        margin-right: 0;
        padding: 0 8px;
    }
    .marketplace .product-price {
        padding: 0;
        max-width: none;
        margin: 0;
        width: 100%;
    }
    .marketplace-product__demo {
        margin-left: 0;
    }
    .product-info__price, .product-info__purchase, .product-info__buyclick, .product-info__availability  {
        max-width: none !important;
    }
    .product-info__purchase.product-purchase {
        display: flex;
        flex-wrap: unset;
        justify-content: space-around;
        padding: 16px 8px;
    }
    .marketplace-product__info .product-purchase__buy {
        padding-right: 16px;
        flex-grow: 0;
    }
    .product-info__block-table-M > .product-info__block-content > .product-info--specification > .product-info__content.product-info__content--specification.is-hidden {
        margin-bottom: 0;
    }
    img.large-image {
        display: none;
    }
    .marketplace-product__info.product-info .product-info__content.product-info__content--material > .product-info__content-size {
        margin: 0;
        padding-right: 16px;
    }
}
@media (max-width: 780px) {
    .marketplace-product__box.product__box--half > .product-info__block .product-info__header {
        display: none;
    }
    .marketplace-product__body .product-box__row {
        padding: 0;
    }
    .marketplace-product__info.product-info {
        padding: 16px 0 16px 8px;
    }
    .product-info__accordion.is-active {
        color: #606060;
    }
    .marketplace-product__info > .product-info__purchase > .product-purchase__compare {
        /*display: none;*/
    }
    .marketplace-product__demo .product-demo__body > .promo-sign {
        right: 21px;
        top: -8px;
        z-index: 5;
    }
    .marketplace-product__info .product-info__content > .product-info__content-section > .product-content__text {
        font-size: 12px;
    }
    .product-info__purchase_mobile > .product-info__buyclick .button__text {
        font-size: 16px;
    }
    .marketplace-product > .product-demo__header .product-info__availability-value {
        font-weight: 700;
    }
    .product-availability__status::before {
        margin-right: 8px;
    }
    [id^="marketplace"] .product-list--tools-absolute .product-list__tools_main {
        border-bottom: 1px solid #e0e0e0;
    }
    .marketplace-product__box.product__box--half > .product-info__block.product__info--description.product__info--specification > .product-info__block-table-M.marketplace-table > .product-info__block-content,
    .marketplace-product__box.product__box--half > .product-info__block.product__info--description.product__info--specification > .product-info__block-table-M.marketplace-table > .product-info__block-content:nth-child(3) {
        flex-direction: column;
    }
    .product-info__block-table-M.marketplace-table .product-info__availability-table.product-availability {
        display: none;
    }
    .product-info__block-content_table.marketplace-table .product-info--specification {
        display: flex;
    }
    .marketplace-product__body {
        margin-bottom: 10px;
    }
    /**/
    .marketplace__product.marketplace-product > .product-demo__header {
        align-items: baseline;
        gap: 12px;
    }
    .marketplace-product__info .product-availability__status,
    .product-availability__status {
        white-space: wrap;
    }
}
@media (min-width: 569px) and (max-width: 667px) {
    .product-demo .product-demo__body .promo-sign {
        /*right: 70px;*/
    }
    .marketplace-product__demo .product-slider__full,
    .marketplace-product__demo .product-slider__bottom {
        /*max-width: 464px;*/
        width: calc(100% - 4px);
    }
}
@media (max-width: 568px) {
    .marketplace-product__title {
        padding-right: 16px;
    }
    .marketplace-product__demo .product-slider__thumb {
        display: none;
    }
    .marketplace-product__demo.product-demo {
        margin-left: 0;
        padding: 0;
        flex: unset;
    }
    .marketplace-product__info.product-info {
        padding-top: 8px;
    }
    .marketplace-product__box > .marketplace-product__info .product-price__header {
        padding: 0;
        margin-top: 0;
    }
    .marketplace-product__box.product-box__row > .marketplace-product__demo >.product-demo__block {
        max-width: inherit;
        padding: 8px 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .product-slider__full .product-slider__item {
        height: 448px;
    }
    .marketplace-product__demo .product-slider .slick-list,
    .marketplace-product__demo .product-slider .slick-dots {
        margin-top: 8px;
        max-width: 448px;
    }
    .marketplace-product__demo .product-slider__action .button {
        margin-top: -32px;
        width: 52px;
        height: 52px;
    }
    .marketplace-product__demo .product-slider__action .button--video {
        /*margin-left: -9px;*/
        width: calc(100vw - 400px);
    }
    .marketplace-product__demo > .product-demo__info {
        display: none;
    }
    .marketplace-product__info > .product-price .product-info__content {
        border: none;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
    }
    [id^="marketplace"] .product-card_main .product-card__description > .product-card__color {
        display: none;
    }
    [id^="marketplace"] .product-card_main .marketplace-card__control-group.marketplace-card__control-group--show-btn {
        display: none;
    }
    [id^="marketplace"] .marketplace-card__badge-favorites {
        display: none;
    }
    [id^="marketplace"] .promo-sign {
        display: none;
    }
    [id^="marketplace"] .product-card_main .product-card__description, [id^="marketplace"] .product-card_main > .product-card__section-row {
        padding: 0 16px 0!important;
    }
}
@media (max-width: 500px) {
    .select__list-item.is-active, .select__list-item:hover {
        background-color: #0080e0;
        color: #fff;
    }
    .marketplace .select__outline::before {
        background-color: rgba(0,0,0,.4);
    }
    .marketplace-product__code {
        line-height: 24px;
    }
    .marketplace-product__demo {
        flex: unset;
    }
    .type-main-price__block {
        align-self: flex-start;
    }
    .select-scheme .select__list {
        width: 295px;
    }
    .select-scheme .select__list-item {
        justify-content: start;
    }
    /**/
    .product-content__floor-covering .select--dropbox .select__filter {
        justify-content: stretch;
    }
    .product-content__floor-covering .select--dropbox .select__filter > .mesh-row {
        flex: 0 0 auto;
    }
    .product-content__floor-covering .select__list-item {
        text-align: left;
    }
}
@media (max-width: 470px) {
    .marketplace-product__title {
        padding: 16px;
    }
    .marketplace-product__demo .product-slider .slick-list,
    .marketplace-product__demo .product-slider .slick-dots {
        max-width: 288px;
        width: 100%;
    }
    .marketplace-product__demo .product-slider__action .button--video {
        width: calc(100vw - 228px);
        margin-top: -16px;
    }
    .marketplace-product__demo .product-slider__action .button {
        margin-top: 0;
        height: auto;
    }
    .marketplace-product__info .product-purchase__buy {
        padding-right: 0;
    }
    .mesh-btn-designer {
        max-width: 32px;
    }
    .mesh-btn-designer .button__icon {
        flex: 0 0 auto;
    }
    .mesh-btn-designer .button__text {
        display: none;
    }
}
@media (max-width: 359px) {
    .product-info__content-size {
        flex-direction: column;
    }
    .product-info__content-size .form-select {
        flex: unset;
        margin-bottom: 8px;
    }
    /**/
    .product-info__purchase.product-purchase {
        padding: 16px 8px 16px 0;
    }
    .marketplace-product__info .product-purchase__buy .button__body {
        gap: 0;
    }
    .marketplace-product__info .product-purchase__buy .button__text {
        font-size: 14px;
    }
    .marketplace-product__info .product-purchase__compare {
        order: 1;
    }
    .marketplace-product__info .product-purchase__favorite {
        order: 2;
    }
    .product-info__buyclick {
        order: 4;
    }
    .mesh-btn-designer {
        order: 3;
    }
}

/*= 3D =*/
#modal3DModel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    padding: 4px 16px 24px;
    z-index: 99;
}
#modelViewer {
    max-width: 800px;
    max-height: 800px;
    width: 100%;
    height: 100%;
    position: relative;
}
#modelViewer canvas {
    cursor: move;
}
#modelViewer .text-help {
    font-size: 10px;
    color: #fff;
    padding: 4px 8px 8px;
    text-align: center;
}
@media (any-hover: none) {
    #modelViewer .text-help {
        display: none;
    }
}
#modal3DModel #close {
    background-color: rgba(24, 24, 27, 0.65);
    position: absolute;
    top: 0;
    right: 4px;
    color: #fff;
    cursor: pointer;
    width: auto;
    z-index: 1;
}
#modal3DModel .model-action {
    position: absolute;
    bottom: 16px;
    right: 16px;
}
#modal3DModel .button-download-model {
    padding: 0 12px;
}
.icon-3d-model {
    position: absolute;
    bottom: -3px;
    left: -48px;
    cursor: pointer;
    z-index: 11;
}
.icon-3d-model::before {
    content: '3D';
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    background-color: var(--primary-base);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    transition: 0.25s;
}
.icon-3d-model:hover::before {
    background-color: rgba(0, 128, 224, .8);
}
.prom-price_text {
    font-size: .6875rem;
    color: #9c9c9c;
    text-transform: none;
}

/*= end 3D =*/
/* End */


/* Start:/css/main/post-product/nouislider.css?17169610185716*/
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/* End */


/* Start:/css/main/post-product/post-product.css?175093471356705*/
/*delete*/
.vr-card-product {position: relative;}
.sample {display: flex;gap: 16px;position: absolute;right: 0;top: -10px;}
.sample .button {font-weight: 400;font-size: 12px}
.sample .is-active {color: var(--primary-base)}
@media (max-width: 600px) {.sample{top: 1px;}}
/* end delete*/

.vr-card-product .mesh-row {
    align-items: center;
}
.vr-card-product .text-title, .vr-card-product .text-title * {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: var(--grayscale-black);
}
/**/
.vr-product-box__content section[id].main__section:last-child {
    margin-bottom: 64px;
}
.vr-product-box:has(+ .main__section) section[id].main__section:last-child {
    margin-bottom: 0;
}
/**/
.header.header--sticky .page-header {
    box-shadow: 0 0 0 1px #fff;
}
.header--sticky + .main .section-nav {
    position: fixed;
    top: 66px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 0 0;
    max-width: 1536px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 0 1px #fff;
    border-bottom: 1px solid var(--grayscale-faint);
    z-index: 8;
}
.vr-card-nav__list {
    display: flex;
}
.vr-card-nav__link {
    display: flex;
    font-size: 16px;
    line-height: 20px;
    color: var(--grayscale-black);
    padding: 8px 24px;
    justify-content: center;
    border-bottom: 4px solid transparent;
    transition: .25s;
    position: relative;
}
.vr-card-nav__link .button__counter {
    right: 6px;
    top: 1px;
    min-width: 14px;
    height: 14px;
    padding: 2px 2px 1px 1px;
}
.vr-card-nav__link.active {
    border-color: var(--primary-base);
    color: var(--primary-base);
}
/**/
.vr-about-product {
    border: 1px solid var(--grayscale-faint);
    padding: 16px;
}
.vr-about-product__container {
    display: grid;
    gap: 0 64px;
    grid-template-columns: minmax(512px, 720px) minmax(560px, 1fr);
    transition: .25s;
}
.vr-card-info__heading,
.vr-about-product__info {
    grid-column: 2;
}
.vr-about-product__demo {
    grid-column: 1;
    grid-row: 1 / 4;
}
/* slider */
.vr-card-slider .slick-arrow {
    width: 32px;
    height: 32px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .25s ease-in-out;
    z-index: 4;
}
.vr-card-slider .slick-arrow.slick-disabled {
    opacity: .2;
    pointer-events: none;
}
.vr-card-slider .slick-list {
    overflow: hidden;
}
.vr-card-slider .slick-slider {
    position: relative;
}
.vr-card-slider .slick-track {
    display: flex;
}
/**/
.vr-card-slider__body {
    position: sticky;
    top: 98px;
}
.vr-card-slider__slider {
    display: flex;
    flex-direction: row-reverse;
    gap: 12px;
}
@media (min-width: 1441px) {
    .vr-card-slider__slider {
        width: 720px;
        height: 640px;
    }
}
.vr-card-slider__item {
    position: relative;
    overflow: hidden;
}
.vr-card-slider__full {
    overflow: hidden;
}
.vr-card-slider__full .vr-card-slider__item {
    /*height: 640px;*/
}
.vr-card-slider__full .vr-card-slider__link {
    display: block;
    width: 640px;
    height: 640px;
}
.vr-card-slider__img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: unset;
}
.vr-card-slider__full .vr-card-slider__item:not(.slick-active) {
    display: none;
}
@media (max-width: 1440px) {
    .vr-card-product .vr-card-slider__slider {
        max-width: 592px;
        overflow: hidden;
    }
    .vr-card-slider__full .vr-card-slider__link {
        width: 512px;
        max-height: 512px;
        height: auto;
    }
    .vr-card-slider__img {
        transition: all .1s ease-in-out;
    }
    .zoomed.vr-card-slider__full .vr-card-slider__item,
    .zoomed.vr-card-slider__full .vr-card-slider__link {
        height: 520px;
        max-height: inherit;
    }
}
@media (max-width: 1366px) {
    .zoomed.vr-card-slider__full .vr-card-slider__item,
    .zoomed.vr-card-slider__full .vr-card-slider__link {
        height: 480px;
    }
}
@media (max-width: 1152px) {
    .zoomed.vr-card-slider__full .vr-card-slider__item,
    .zoomed.vr-card-slider__full .vr-card-slider__link {
        height: 512px;
    }
}
@media (min-width: 681px) {
    .vr-card-slider__full.zoomed .vr-card-slider__img {
        cursor: move;
        position: absolute;
        max-width: none;
        max-height: none;
        width: auto;
        height: auto;
        z-index: 1;
    }
}
@media (max-width: 680px) {
    .vr-card-slider .slick-arrow {
        width: 40px;
        height: 48px;
        z-index: 10;
    }
    .vr-card-slider__full .slick-arrow.slick-prev {
        background: rgba(255,255,255,.5) url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_14020_96933)'%3E%3Cg clip-path='url(%23clip1_14020_96933)'%3E%3Cpath d='M21 1L22 2L8 16L22 30L21 31L6 16L21 1Z' fill='%23606060'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_14020_96933'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_14020_96933'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") center no-repeat;
        border-radius: 0 32px 32px 0;
        left: 0;
    }
    .vr-card-slider__full .slick-arrow.slick-next {
        background: rgba(255,255,255,.5) url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_14020_96932)'%3E%3Cg clip-path='url(%23clip1_14020_96932)'%3E%3Cpath d='M11 1L10 2L24 16L10 30L11 31L26 16L11 1Z' fill='%23606060'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_14020_96932'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_14020_96932'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") center no-repeat;
        border-radius: 32px 0 0 32px;
        right: 0;
    }
}

/*arrow*/
.vr-card-slider .vr-card-slider__thumb .slick-arrow.slick-prev {
    background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3611_19)'%3E%3Cpath d='M19 22L13 16L19 10L17 8L9 16L17 24L19 22Z' fill='%230080E0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3611_19'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
    transform: rotate(90deg);
    top: 0;
    left: 16px;
}
.vr-card-slider .vr-card-slider__thumb .slick-arrow.slick-next {
    background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3611_20)'%3E%3Cpath d='M13 22L19 16L13 10L15 8L23 16L15 24L13 22Z' fill='%230080E0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3611_20'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
    transform: rotate(90deg);
    top: 100%;
    left: 16px;
}
.vr-card-slider__thumb.is-arrow {
    padding-top: 32px;
}
.vr-card-slider__thumb .slick-list {
    max-height: 580px;
    height: 100%!important;
}
.vr-card-slider__thumb .slick-track {
    display: flex;
    flex-direction: column;
    gap: 4px 8px;
    padding-bottom: 16px;
}
.vr-card-slider__thumb .vr-card-slider__item {
    width: 64px!important;
    height: 64px;
    flex: 0 0 auto;
    cursor: pointer;
    border: 4px solid transparent;
}
.vr-card-slider__thumb .vr-card-slider__item:first-child:has(~ .vr-card-slider__item.slick-active:last-child) {
    /*display: none;*/
}
.vr-card-slider__thumb .vr-card-slider__item:not(.slick-active) {
    /*visibility: hidden;*/
}
.vr-card-slider__thumb .slick-current {
    border-color: var(--primary-base);
}
.vr-card-slider__thumb .vr-card-slider__img {
    object-fit: cover;
    font-size: 8px;
    line-height: normal;
}
.icon--video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    filter: drop-shadow(0 4px 8px rgba(32, 32, 32, .15));
}
/**/
.vr-card-slider__thumb[data-count="1"] .slick-track,
.vr-card-slider__thumb[data-count="2"] .slick-track,
.vr-card-slider__thumb[data-count="3"] .slick-track,
.vr-card-slider__thumb[data-count="4"] .slick-track,
.vr-card-slider__thumb[data-count="5"] .slick-track,
.vr-card-slider__thumb[data-count="6"] .slick-track,
.vr-card-slider__thumb[data-count="7"] .slick-track,
.vr-card-slider__thumb[data-count="8"] .slick-track {
    transform: unset !important;
}
/**/
.vr-card-slider__service {
    position: absolute;
    bottom: 24px;
    right: 8px;
    width: auto;
    z-index: 3;
}
.vr-card-slider__service .icon {
    color: var(--primary-base);
    filter: drop-shadow(0 4px 16px rgba(32,32,32,.6));
}
.vr-card-slider__note {
    font-size: 10px;
    line-height: 12px;
    color: var(--grayscale-soft);
    margin-top: 8px;
    text-align: right;
    padding-right: 8px;
}

/*card info*/
.offset-card-info {
    padding: 16px 16px 16px 28px;
}
.vr-card-info__heading {
    gap: 8px;
    padding-bottom: 0;
    position: relative;
}
.card-title .text {
    font-size: 24px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -0.48px;
}
.card-info-meta__body {
    gap: 16px;
}
.card-info-meta__rating {
    position: relative;
    padding-left: 14px;
    padding-right: 4px;
    top: -1px;
}
.star-medium.vr-star__rating {
    transform: scale(1.3);
}
.card-info-meta__comment {
    gap: 4px;
    color: var(--grayscale-base);
}
.card-info-meta__btn {
    margin-left: auto;
}
.card-info-meta__btn,
.card-info-variant__list {
    gap: 8px;
}
.card-info-prices__body {
    gap: 32px;
    flex-wrap: wrap;
}
/**/
.card-info-variant__item {
    width: 32px;
    height: 32px;
    position: relative;
    display: block;
}
.card-info-variant__item.is-disabled {
    cursor: not-allowed;
}
.card-info-variant__item.is-disabled::before {
    content: '';
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg clip-path='url(%23clip0_424_20252)'%3E%3Cpath d='M8 0C3.58 0 0 3.58 0 8C0 12.42 3.58 16 8 16C12.42 16 16 12.42 16 8C16 3.58 12.42 0 8 0ZM14 8C14 9.29 13.58 10.49 12.89 11.47L4.53 3.11C5.51 2.41 6.71 2 8 2C11.31 2 14 4.69 14 8ZM2 8C2 6.71 2.42 5.51 3.11 4.53L11.47 12.89C10.49 13.59 9.29 14 8 14C4.69 14 2 11.31 2 8Z' fill='%23E00020'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_424_20252'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 16px;
    height: 16px;
}
.card-info-variant__item.is-disabled .card-info-variant__link {
    pointer-events: none;
}
.card-info-variant__item:hover .card-info-variant__img {
    box-shadow: 0 0 0 1px var(--primary-light);
}
.card-info-variant__item.is-active .card-info-variant__img {
    box-shadow: 0 0 0 2px var(--primary-base);
}
.card-info-variant__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transition: .15s;
}
/*price*/
.card-info-prices__price--row {
    display: flex;
    gap: 8px;
}
.price-old {
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    text-decoration-line: line-through;
    color: var(--grayscale-soft);
}

.price-sup {
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    padding-left: 2px;
    padding-bottom: 4px;
    align-self: flex-start;
}
.price-sup .text-unit {
    font-size: 12px;
}

.price-actual {
    font-size: 32px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -0.64px;
}
.price-actual .text-unit {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}
.card-info-prices .promo-sign-badge {
    position: relative;
    top: -12px;
    margin-right: -42px;
}
/*promo*/
.card-info-promo {
    padding: 0 16px;
    margin: 8px 0;
}
.card-info-promo__body {
    justify-content: space-between;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 8px;
    background: linear-gradient(270deg, #CCC 21.16%, #CCC 49.84%, #E5E5E5 58.73%, #B2B2B2 78.84%);
}
.card-info-promo__period {
    text-align: right;
}
/*amount*/
.card-info-prices__amount {
    flex: 1;
}
.amount__counter {
    color: var(--grayscale-black);
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
}
/*badge*/
.card-info-prices__badge {
    /*margin-left: auto;*/
}
.card-info-badge__list {
    gap: 8px;
}
.card-info-badge__item {
    width: 64px;
    height: 64px;
    border-radius: 24px;
    background-color: var(--primary-light);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.text-badge {
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
    padding: 0 8px;
}
/**/
.card-info-availability__column,
.card-info-variant__body,
.card-info-action__body,
.card-info-buy {
    gap: 16px;
}
.card-info-action__badge {
    gap: 8px;
    padding-right: 24px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.card-info-action__body {
    justify-content: space-between;
    margin-top: 8px;
}
.card-info-buy .button__text,
.inner-bank__row .text-condensed {
    font-size: 16px;
    line-height: 100%;
}
/**/
.card-info-action.offset-card-info {
    padding-left: 24px;
    padding-right: 8px;
}
/*filial*/
.card-info-availability__columns {
    margin-top: 12px;
}
.card-info-availability__column {
    flex-wrap: wrap;
    row-gap: 0;
}
.card-info-availability__column:not(:last-child) {
    border-bottom: 1px solid var(--grayscale-barely);
}
.card-info-availability__item {
    padding: 16px 0;
}
.item--status .text-condensed {
    border-right: 1px solid var(--grayscale-barely);
    padding-right: 16px;
}
.separator-delivery_days {
    border-right: 1px solid var(--grayscale-barely);
    padding-right: 16px;
}
.item--status .status-red .text-condensed {
    border: none;
    padding-right: 0;
}
.item--cargo {
    gap: 16px;
}
.item--address .text,
.item--cargo__date {
    font-size: 16px;
    line-height: 100%;
}
.item--cargo__label {
    font-size: 14px;
    color: var(--grayscale-soft);
    font-weight: 400;
    line-height: 16px;
}

/*card laminate*/
.vr-card-info-laminate .card-info-prices {
    display: flex;
}
.vr-card-info-laminate .card-info-prices__body {
    flex-wrap: wrap;
    gap: 8px 32px;
    flex: 0 1 238px;
}
.vr-card-info-laminate .card-info-prices__amount {
    align-self: baseline;
}
.vr-card-info .price-unit {
    font-size: 16px;
    line-height: 100%;
    display: block;
    margin-top: 16px;
}
.vr-card-info .price-unit .text-unit {
    font-size: 14px;
}
/**/
.card-info-prices__calc {
    border-left: 1px solid var(--grayscale-faint);
    padding: 16px 0 16px 32px;
}
.vr-card-product .select__text > .mesh-row {
    flex: 0 0 auto;
}
/**/
.card-info-calc__form,
.card-info-calc__row {
    gap: 16px;
}
/**/
.card-info-calc__title {
    padding-bottom: 12px;
}
.card-info-calc__scheme .select__button {
    height: 48px;
}
.card-info-calc__scheme .select-scheme__title {
    top: -14px;
    left: 6px;
    font-size: 12px;
    line-height: 14px;
    color: var(--grayscale-black);
}

.vr-card-info__merged {
    padding-top: 16px;
    padding-left: 28px;
    padding-right: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.select-merged__products {
    max-width: 400px;
    min-width: 200px;
    flex: 1;
}

.select-scheme .select__text--bold {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vr-card-product .select__list-item.is-active,
.vr-card-product .select__list-item:hover {
    background-color: var(--grayscale-faint);
}
.vr-card-product .select__list-item.is-active .icon,
.vr-card-product .select__list-item:hover .icon {
    color: var(--grayscale-soft) !important;
}
/**/
[readonly] {
    cursor: text;
}
.card-info-calc .input-wrapper .input {
    border-radius: 4px;
    width: 128px;
    height: 48px;
    max-width: inherit;
    padding-left: 16px;
}
.field--input-package .input {
    border: 2px solid var(--grayscale-faint);
}
.vr-card-product .input-wrapper .input:not(:placeholder-shown) ~ .text--placeholder {
    font-size: 12px;
    line-height: 14px;
    left: 8px;
    top: -14px;
    transform: unset;
}
/**/
.number-range {
    width: 100%;
}
.number-range .input {
    border: 1px solid var(--grayscale-soft);
    text-align: left;
}
.number-range.input-wrapper .text--unit {
    right: 42px;
}
.vr-card-product .number-range::before {
    top: 22px;
    right: 4px;
    width: 32px;
}
.vr-card-product .number-range .number-range__arrow {
    margin-top: 5px;
}
@supports (clip-path: polygon(50% 30%, 10% 90%, 90% 90%)) {
    .vr-card-product .number-range .number-range__arrow {
        right: 12px;
        width: 15px;
        height: 22%;
    }
}
/**/
.card-info-calc__row {
    flex-wrap: wrap;
}
.card-info-calc__action .button {
    padding: 0 16px;
    width: 128px;
}
.card-info-calc__field {
    flex: 1;
}
.card-info-calc__note {
    flex: 1 1 110px;
}
.card-info-calc__note .text-condensed {
    font-size: 10px;
    line-height: 12px;
    color: var(--grayscale-base);
}

/**/
.vr-product-content__container {
    display: flex;
    gap: 32px;
}

/*section content*/
.vr-section-block {
    border: 1px solid var(--grayscale-faint);
    padding: 16px 32px;
    /*max-width: 1152px;*/
    /*margin-bottom: 64px;*/
    position: relative;
}
/*--composition*/
.composition-table {
    gap: 16px;
}
.composition-table__thead {
    padding: 8px 16px 8px 8px;
}
.composition-table__tr {
    display: flex;
    align-items: center;
}
.composition-table__th {
    display: flex;
    gap: 4px;
}
.composition-table .th--photo {
    width: 80px;
    height: 80px;
}
.composition-table .th--code {
    flex: 0 0 96px;
    padding: 0 16px;
    font-weight: 700;
    justify-content: center;
}
.composition-table .code--link {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}
.composition-table .th--name {
    flex: 1;
    padding-right: 24px;
}
.composition-table .th--name .text {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}
.composition-table .th--count {
    justify-content: flex-end;
    padding-right: 12px;
    flex: 0 0 80px;
}
.composition-table .th--count .text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
.composition-table__th .text--unit {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    align-self: end;
}
.composition-table .th--price {
    justify-content: flex-end;
    flex-shrink: 0;
}
.composition-table .th--price .text {
    font-size: 24px;
    line-height: 24px;
    font-weight: 900;
    letter-spacing: -0.48px;
}
.composition-table__tbody {
    display: flex;
    flex-wrap: wrap;
}
.composition-table.is-hidden .composition-table__tbody .composition-table__tr:nth-of-type(n+9) {
    display: none;
}
.composition-table__tbody .composition-table__tr {
    border-bottom: 1px solid var(--grayscale-faint);
    padding: 10px 16px 10px 8px;
    flex: 0 1 50%;
}
.composition-table__tbody .composition-table__tr:last-child {
    border-bottom: none;
}
.composition-table__tbody .composition-table__tr:nth-of-type(1),
.composition-table__tbody .composition-table__tr:nth-of-type(2) {
    border-top: 1px solid var(--grayscale-faint);
}
.composition-table.is-hidden .composition-table__tbody .composition-table__tr:nth-of-type(7),
.composition-table.is-hidden .composition-table__tbody .composition-table__tr:nth-of-type(8),
.composition-table__tbody .composition-table__tr:nth-of-type(odd):nth-last-child(-n+2),
.composition-table__tbody .composition-table__tr:last-child {
    border-bottom: none;
}
.composition-table__tbody .composition-table__tr:nth-of-type(odd) {
    border-right: 1px solid var(--grayscale-faint);
}
.composition-table__td {
    display: flex;
    gap: 4px;
}
.composition-table__tbody .td--code {
    flex: 0 0 96px;
    padding: 0 16px;
    justify-content: center;
}
.composition-table__tbody .td--name {
    flex: 1;
    padding-right: 24px;
}
.composition-table__tbody .td--count {
    flex: 0 0 80px;
    padding-right: 12px;
    justify-content: flex-end;
}
.composition-table__tbody .td--count .text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
.composition-table__tbody .text--unit {
    align-self: end;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
/*--other sizes*/
.other-size__th .text {
    color: var(--grayscale-base);
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    padding: 8px 0;
}
.button--sorting {
    display: flex;
    flex-direction: column;
}
.button--sorting .icon {
    color: var(--grayscale-soft);
}
.button--sorting._active .text,
.button--sorting._active .icon {
    color: var(--grayscale-black);
}
.other-size__th,
.other-size__td {
    display: flex;
    justify-content: center;
}
.other-size-table.is-hidden .other-size__tbody .other-size__tr:nth-of-type(n+9) {
    display: none;
}
.other-size__tbody .other-size__tr {
    border-top: 1px solid var(--grayscale-faint);
    padding: 8px 0;
    min-height: 40px;
    align-items: center;
}
.other-size-table .td--name {
    flex: 1;
    padding: 0 8px;
    justify-content: flex-start;
}
.other-size-table .td--length,
.other-size-table .td--width,
.other-size-table .td--thickness {
    flex: 0 0 96px;
    padding: 0 4px;
}
.other-size-table .td--techdoc {
    flex: 0 0 80%;
    padding: 0 4px;
}
.techdoc__th {
    flex: 0 0 80%;

}
.other-size-table .td--price {
    flex: 0 0 160px;
}
.other-size-table .td--price .text {
    padding: 0 8px;
    font-weight: 700;
}
.other-size-table .td--price .text--unit {
    padding: 0 4px;
    font-size: 14px;
    line-height: 18px;
}
.other-size-table .td--filial {
    flex: 0 0 128px;
    padding: 0 4px;
}
.other-size-table .td--filial .text {
    text-align: center;
}
.other-size-table .td--vp-icon {
    flex: 0 0 48px;
}

/*--characteristic*/
.vr-block-char__table {
    width: 100%;
}
.vr-block-char__table.is-hidden tr:nth-of-type(n+14) {
    display: none;
}
.vr-block-char .caption {
    min-height: 48px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: var(--grayscale-black);
    padding: 8px 0;
}
.vr-block-char__tr {
    display: flex;
    gap: 4px;
}
.vr-block-char__td {
    min-height: 32px;
    padding: 4px;
    flex: 0 1 calc(50% - 4px);
    display: flex;
    align-self: baseline;
}
.vr-block-char__name {
    display: flex;
    gap: 6px;
    flex: 1 1 auto;
    font-size: 14px;
    color: var(--grayscale-soft);
    font-weight: 400;
    line-height: 18px;
}
.vr-block-char__name::after {
    content: '';
    display: flex;
    flex: 1 1 auto;
    border-bottom: 2px dotted var(--grayscale-light);
    position: relative;
    top: -10px;
}
.vr-block-char__value {
    font-size: 16px;
    color: var(--grayscale-black);
    font-weight: 400;
    line-height: 20px;
}
.vr-block-char__value ul,
.vr-block-char__value ol {
    padding-left: 24px;
}
.vr-block-char__value li {
    list-style: inherit;
}
.vr-block-char__value[onclick] {
    color: var(--primary-base);
}
.vr-block-char__name .hint--area {
    flex: 0 0 auto;
}
.icon-info {
    cursor: pointer;
    position: relative;
    top: -4px;
}
/**/
.vr-more {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--grayscale-faint);
    min-height: 48px;
}
.vr-more--abs {
    position: absolute;
    top: 100%;
    right: -1px;
    width: 256px;
}

/*scroll card product*/
.vr-product-box__aside {
    flex: 0 0 288px;
}
.vr-card-scroll {
    max-width: 288px;
    border: 1px solid var(--grayscale-faint);
    border-radius: 0 0 8px 8px;
    padding: 16px;
    position: sticky;
    top: 110px;
    margin-top: 80px;
}
.card-scroll__body,
.card-scroll__head {
    gap: 16px;
}
.vr-card-scroll__image {
    width: 96px;
    height: 96px;
}
.vr-card-scroll__img {
    font-size: 9px;
    width: 100%;
    height: 100%;
}
.card-scroll-meta {
    gap: 8px;
}
.card-scroll-meta__code .text-condensed,
.card-scroll-meta__status .text-condensed {
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
}
.card-scroll-meta__code .text-code {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
}
.vr-card-scroll__rang {
    gap: 8px;
}
.vr-card-scroll__desc {
    min-height: 64px;
    margin-bottom: 6px;
    padding-left: 16px;
    display: flex;
    align-items: center;
}
.card-scroll-price {
    display: flex;
    gap: 16px;
    padding-left: 16px;
}
.card-scroll-price__price {
    font-size: 20px;
    color: var(--grayscale-black);
    font-weight: 700;
    line-height: 20px;
}
.vr-card-scroll .text--unit {
    font-size: 14px;
    color: var(--grayscale-black);
    font-weight: 400;
    line-height: 16px;
}
.card-scroll-price__old {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-decoration-line: line-through;
    color: var(--grayscale-soft);
}
/**/
.main__section-title.mesh-row {
    gap: 0 64px;
    cursor: text;
}
.nav-cat__list {
    display: flex;
}
.nav-cat__link {
    display: block;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: var(--grayscale-black);
    text-align: center;
    border-bottom: 4px solid transparent;
}
.nav-cat__link.is-active {
    color: var(--primary-base);
    border-color: var(--primary-base);
}
/*reviews*/
.vr-block-reviews {
    padding: 8px 32px;
}
.vr-block-reviews__body {
    gap: 16px;
}
.vr-block-reviews__actions {
    border-radius: 8px;
    justify-content: space-between;
    gap: 16px 32px;
}
.vr-block-reviews__actions--row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
}
.vr-block-reviews__actions .text {
    font-size: 16px;
    line-height: 100%;
    color: var(--grayscale-base);
}
.vr-block-reviews__actions .button {
    flex: 0 1 160px;
    padding: 0 12px;
}
.vr-none-comment {
    padding: 8px 16px;
}
/**/
.vr-type-reviews__box.is-hidden .vr-block-reviews__review:not(:first-child) {
    display: none;
}
.vr-type-reviews__more:has(> .button.is-active),
.vr-type-reviews__more .button.is-active {
    display: none;
}
/**/
.vr-type-reviews__box {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.vr-block-reviews__review {
    border-radius: 8px;
}
.vr-block-reviews__review:last-child {
    margin-bottom: 0;
}
.vr-card-product .vr-review {
    padding: 0;
}
/*answer*/
.vr-answer {
    padding-top: 16px;
    padding-left: 42px;
}
.vr-answer-action__body {
    gap: 16px;
    padding-top: 8px;
    padding-bottom: 24px;
}
.vr-answer-action__add {
    flex: 0 1 160px;
}
.vr-answer-like {
    padding-left: 32px;
    gap: 14px;
}
.vr-answer-like__row {
    display: flex;
    align-items: center;
    gap: 4px;
}
.vr-answer-like .button {
    color: var(--primary-base);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex: 0 0 auto;
}
.vr-answer-like .button.is-like {
    color: #fff;
    background-color: var(--primary-base);
}
.vr-answer-like .button:not(.is-like):hover {
    background-color: rgba(48, 160, 240, .1);
    color: var(--primary-soft);
}
.vr-answer-like .button:not(.is-like):active {
    background-color: rgba(0, 64, 128, .1);
    color: var(--primary-black);
}
.vr-answer-like .text {
    color: var(--grayscale-base);
    font-weight: 700;
}
/*vr-answer-comment*/
.vr-answer-comment__author {
    gap: 16px;
    padding: 8px 0 8px 32px;
    border-left: 4px solid var(--grayscale-barely);
}
.vr-answer-comment__comment {
    padding: 8px 16px 8px 86px;
}
.vr-answer-comment__comment .text {
    padding-bottom: 8px;
}
.vr-answer-comment__photo {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
}
.vr-answer-comment__photo.answer-brand-author {
    width: auto;
    min-height: 18px;
    max-height: 48px;
    height: auto;
}
.vr-answer-comment__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.vr-answer-comment__photo.answer-brand-author img {
    object-fit: contain;
    border-radius: unset;
}
.vr-answer-comment__date {
    flex: 0 0 auto;
}

/*reviews more*/
.vr-type-reviews__more.vr-more {
    border: none;
    justify-content: flex-end;
}
.vr-type-reviews__more .button {
    max-width: 256px;
}

/*description*/
.vr-block-desc {
    padding: 32px;
}
.vr-block-desc__desc {
    gap: 16px;
}
.vr-block-desc__list {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*.vr-block-desc__list.is-hidden {
    max-height: 906px;
    overflow: hidden;
}*/
.vr-block-desc__list.is-hidden .vr-block-desc__item:nth-of-type(n+7) {
    display: none;
}
.vr-block-desc__item {
    flex: 1 1 544px;
    min-width: 480px;
    display: flex;
    gap: 32px;
}
.vr-block-desc__image {
    max-width: 256px;
    max-height: 256px;
    width: 100%;
    height: 100%;
}
.vr-block-desc__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.vr-block-desc__text .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: var(--grayscale-base);
}
/*vr-popular-chips*/
.vr-popular-chips {
    padding: 0 32px;
}
/*modals*/
.modal-reviews .modal-form__group {
    padding-bottom: 0;
}
/*--modal credit*/
.modal-md-credit .modal__body {
    max-width: 1120px;
}
.modal-md-credit .modal__main {
    padding: 48px 48px 32px;
}
.modal-md-credit .modal-head {
    gap: 16px;
    flex-wrap: wrap;
    padding-bottom: 32px;
}
.modal-head .modal-head__row {
    flex-basis: calc(50% - 16px);
    min-width: 352px;
}
.modal-form__title .text {
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    color: #404040;
}
[lang="pl"] .modal-form__title .text {
    font-weight: 400;
}
.modal-form__subtitle {
    padding: 16px 0 0;
}
.modal-form__subtitle .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #404040;
}
.modal-form__action {
    justify-content: flex-end;
    padding: 32px 0 0;
}
.modal.modal-md-credit .credit-content__container {
    padding: 0;
}
.vr-modal.modal-md-credit .credit-content__cart {
    border-bottom: 1px solid var(--grayscale-faint);
    border-top: none;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    gap: 0 16px;
}
.vr-modal.modal-md-credit .credit-content__cart.bank_payLate {
    border-bottom: none;
}
.modal .modal__main .credit-content__cart .logo-bank {
    flex: 0 0 192px;
    border-right: 1px solid var(--grayscale-faint);
}
.modal .credit-content__cart .info-payment {
    flex: 0 0 auto;
}
.credit-cart__rang-payment {
    flex: 0 1 320px;
}
.credit-cart__num-payment {
    flex: 0 0 98px;
    gap: 2px;
    padding: 0 8px;
    min-height: 48px;
    border-right: 1px solid var(--grayscale-faint);
}
.credit-cart__sum {
    flex: 0 1 192px;
    min-width: 135px;
    text-align: right;
    padding: 0 16px 0 8px;
}
/* rang slider */
.vr-modal .credit-rang-slider {
    /*max-width: 288px;*/
}
.vr-modal .noUi-horizontal {
    height: 8px;
}
.vr-modal .noUi-target {
    background: var(--grayscale-faint);
    border-radius: 16px;
    border: none;
    box-shadow: unset;
}
.vr-modal .noUi-pips {
    padding: 0;
    top: -2px;
    height: 48px;
    max-width: 310px;
    margin-left: 0;
}
.vr-modal .noUi-value {
    font-size: 0;
    font-weight: 700;
    color: var(--grayscale-black);
    padding-left: 0;
    padding-top: 1px;
}
.vr-modal .noUi-pips .noUi-marker {
    background-color: var(--primary-black);
    border-radius: 50%;
    width: 4px;
    height: 4px;
    top: 4px;
    margin: 0 0 0 3px;
}
.vr-modal .noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    right: -14px;
    top: -6px;
}
.vr-modal .noUi-handle {
    border: none;
    border-radius: 50%;
    background-color: var(--primary-base);
    cursor: default;
    box-shadow: unset;
}
.vr-modal .noUi-horizontal .noUi-handle::before {
    content: attr(aria-valuetext);
    background-color: rgba(32,32,32,.8);
    width: 24px;
    height: 16px;
    position: relative;
    left: -2px;
    top: -20px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    z-index: 2;
}
.vr-modal .noUi-handle:before,
.vr-modal .noUi-handle:after {
    display: none;
}
.vr-modal .noUi-connects {
    height: 8px;
    overflow: unset;
}
.vr-modal .noUi-connect {
    background-color: var(--primary-base);
    border-radius: 16px;
    top: 0;
    right: unset;
    left: 1px;
    opacity: .7;
    z-index: 2;
}
.credit-rang-slider .noUi-connect,
.credit-rang-slider .noUi-origin {
    -webkit-transition: transform .5s;
    transition: transform .5s;
}
@media (max-width: 1536px) {
    .vr-about-product {
        border-right: none;
        border-left: none;
    }
}
@media (max-width: 1440px) {
    .vr-about-product__container {
        grid-template-columns: minmax(512px, auto) minmax(550px, 1fr);
    }
    /**/
    .vr-card-product .pr-card-small .vr-card {
        flex: 0 0 calc(100% / 5 + 1px);
        max-width: 288px;
    }
}
@media (max-width: 1366px) {
    .vr-card-product__nav {
        overflow-x: auto;
        width: calc(100vw - 8px);
        max-width: 1536px;
        white-space: nowrap;
    }
    @media (any-hover: none) {
        .vr-card-product__nav {
            scrollbar-width: none;
        }
        .vr-card-product__nav::-webkit-scrollbar {
            width: 0;
            height: 0;
        }
    }
    /**/
    .card-info-promo__body .card-title {
        max-width: 408px;
        width: 100%;
    }
    /**/
    .vr-card-info-laminate .card-info-prices__body {
        flex-grow: 1;
    }
    .vr-card-info-laminate .card-info-prices {
        flex-wrap: wrap;
        gap: 16px;
        padding-bottom: 0;
    }
    .card-info-prices__calc {
        border-left: none;
        padding: 0;
    }
    /**/
    .vr-card-product .pr-card-medium .vr-card {
        max-width: 340px;
        flex-grow: 1;
    }
}
@media (max-width: 1280px) {
    .vr-product-content__container {
        gap: 32px 24px;
    }
    .vr-card-product .pr-card-medium .vr-card {
        flex: 0 1 calc(33.33% + 1px);
    }
}
@media (max-width: 1279px) {
    .vr-section-block {
        padding: 16px 24px;
    }
    .vr-about-product__container {
        gap: 32px;
    }
    .card-info-action__body {
        flex-wrap: wrap;
        row-gap: 32px;
    }
    /**/
    .vr-product-content__container {
        column-gap: 24px;
    }
    .vr-block-desc__item {
        gap: 16px 24px;
    }
    /*--composition*/
    .composition-table .th--name {
        padding-right: 8px;
    }
    .composition-table__tbody .composition-table__tr {
        padding-right: 8px;
    }
    .composition-table__tbody .td--code {
        flex-basis: 86px;
        padding: 0 8px;
    }
    .composition-table__tbody .td--name {
        padding-right: 8px;
    }
    .composition-table__tbody .td--count {
        padding-right: 0;
    }
    /*--other sizes*/
    .other-size-table .td--length,
    .other-size-table .td--width,
    .other-size-table .td--thickness {
        flex-basis: 86px;
    }
    .other-size-table .td--price .text--unit {
        padding-left: 2px;
        font-size: 12px;
    }
    .other-size-table .td--filial {
        flex-basis: 96px;
    }
    /**/
    .vr-card-product .pr-card-small .vr-card {
        flex: 0 0 calc(100% / 4 + 1px);
        max-width: 192px;
        /*max-width: 320px;*/
    }
    .vr-card-product #linked .vr-card,
    .vr-card-product #recomendeddecors .vr-card,
    .vr-card-product #analogues .vr-card,
    .vr-card-product #rekomenduemayakromka .vr-card {
        max-width: 320px;
    }
}
@media (max-width: 1152px) {
    .vr-card-product .vr-about-product__container {
        grid-template-columns: 1fr;
    }
    .vr-card-info__heading {
        grid-column: 1;
        grid-row: 1;
    }
    .vr-about-product__demo {
        grid-row: 2;
        margin: 0 auto;
    }
    .vr-about-product__info {
        grid-column: 1;
        grid-row: 3;
    }
    /*--composition*/
    .composition-table .th--name .text {
        font-size: 14px;
        line-height: 18px;
    }
    .composition-table .th--price .text {
        font-size: 20px;
        line-height: 100%;
        letter-spacing: normal;
    }
    /*--other sizes*/
    .other-size-table .td--length,
    .other-size-table .td--width,
    .other-size-table .td--thickness {
        flex-basis: 74px;
    }
    .other-size-table .td--price {
        flex-basis: 128px;
    }
    /**/
    .main__section-title {
        flex-wrap: wrap;
    }
    .vr-card-product .nav-cat {
        order: 4;
        flex: 1 1 100%;
    }
    .vr-block-reviews__actions--row {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .vr-block-reviews {
        padding: 0 16px;
    }
    .vr-type-reviews .vr-review-desc {
        padding-left: 0;
    }
    .vr-answer {
        padding: 0;
    }
    .vr-review-image__list {
        max-height: 128px;
        padding: 0 4px;
        overflow: auto;
        overflow-x: hidden;
    }
    .vr-card-product .vr-review-image__item {
        box-shadow: 0 0 0 1px rgba(32,32,32,.08);
        width: 96px;
        height: 80px;
    }
    .vr-card-product .vr-review-image__img {
        object-fit: cover;
    }
    /**/
    .modal .modal__main .credit-content__cart .logo-bank,
    .credit-cart__num-payment {
        border-right: none;
    }
}
@media (max-width: 1024px) {
    /*--composition*/
    .composition-table__tbody .composition-table__tr {
        flex: 1 1 100%;
    }
    .composition-table__tbody .composition-table__tr:nth-of-type(2) {
        border-top: none;
    }
    .composition-table__tbody .composition-table__tr:nth-of-type(odd) {
        border-right: none;
    }
    .composition-table__tbody .composition-table__tr:nth-of-type(odd):nth-last-child(-n+2):not(:last-child) {
        border-bottom: 1px solid var(--grayscale-faint);
    }
    /*--other sizes*/
    .other-size-table .td--name {
        display: none;
    }
    .other-size-table:not(.techdoc-table) .other-size__th,
    .other-size-table:not(.techdoc-table) .other-size__td {
        flex: 1 1 20%;
    }
    .other-size-table .td--vp-icon {
        flex: 0 0 40px;
    }
    /**/
    .vr-review-image__list {
        max-height: inherit;
        padding: 0;
        overflow: unset;
    }
    .vr-block-desc__text .text {
        font-size: 14px;
        line-height: 18px;
    }
    .vr-block-desc__image {
        max-width: 224px;
        max-height: 224px;
    }
    .vr-card-product .vr-more {
        border: none;
        width: auto!important;
        padding-right: 8px;
    }
    .vr-more--abs {
        right: 0;
    }
    .vr-type-reviews__more .button {
        max-width: inherit;
        display: flex;
        justify-content: flex-end;
        padding: 0;
    }
}
@media (min-width: 983px) and (max-width: 1024px) {
    .vr-card-product .pr-card-small .vr-card {
        flex: 0 0 calc(100% / 3 + 1px);
    }
    /*analog*/
    .vr-card-product .pr-card-medium .vr-card {
        flex: 0 1 calc(50% + 1px);
        max-width: 50%;
    }
}
@media (min-width: 983px) {
    .vr-block-reviews__actions--row.is-hidden {
        display: flex!important;
    }
}
@media (max-width: 982px) {
    .vr-section-block {
        padding: 16px;
        border-right: none;
        border-left: none;
    }
    .vr-block-reviews__review, .vr-block-reviews__actions {
        border-left: 1px solid var(--grayscale-faint);
        border-right: 1px solid var(--grayscale-faint);
    }
    .vr-block-char__name {
        font-size: 12px;
        line-height: 16px;
    }
    .vr-block-char__value {
        font-size: 14px;
        line-height: 18px;
    }
    .vr-offset-more {
        margin-bottom: 48px;
    }
    .vr-card-product .nav-cat {
        padding-top: 8px;
        flex: unset;
    }
    /**/
    .vr-product-box__aside {
        display: none;
    }
    /**/
    .vr-modal.modal-md-credit .credit-content__cart {
        gap: 16px;
    }
    /**/
    .other-size-table .td--vp-icon {
        display: none;
    }
}
@media (max-width: 780px) {
    .vr-catalog-head__title {
        display: flex;
        align-items: center;
        gap: 12px;
        padding-left: 12px;
    }
    .vr-catalog-head__title .title-head {
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
    }
    .header--sticky + .main .section-nav {
        top: 48px;
    }
    .offset-card-info {
        padding-left: 24px;
    }
    .vr-card-product .main__section-title {
        margin-top: 32px;
    }
    .vr-about-product__info {
        max-width: 680px;
        margin: 0 auto;
    }
    .vr-card-product .card-info-variant__name-color > * {
        font-size: 12px;
    }
    .card-info-variant__body {
        flex-wrap: wrap;
    }
    .card-info-variant__name-color {
        flex: 0 0 auto;
    }
    .card-info-badge {
        margin-left: auto;
    }
    .card-info-prices__badge {
        display: none;
    }
    .card-info-badge__item {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }
    .card-info-variant .text-badge {
        display: none;
    }
    .card-info-prices__amount {
        flex: unset;
        /*margin-left: auto;*/
    }
    .card-title .text {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: inherit;
    }
    .card-info-promo__period .text.text--size--cm {
        font-size: 10px;
        line-height: 12px;
    }
    .inner-bank [data-hint]::before,
    .vr-block-char ._hint {
        right: unset;
        left: 0;
        max-width: 218px;
    }
    .vr-block-char ._hint {
        font-size: 12px;
    }
    /**/
    #reviews .main__section-title {
        padding-right: 24px;
        padding-bottom: 0;
    }
    #reviews .main__section-title .title {
        flex: 1;
    }
}
@media (max-width: 760px) {
    .vr-card-product .pr-card-small .vr-card {
        flex: 0 0 calc(100% / 3 + 1px);
    }
}
@media (max-width: 699px) {
    .vr-card-product .pr-card-small .vr-card {
        flex: 0 0 calc(100% / 3 + 1px);
    }
    /*analog*/
    .vr-card-product .pr-card-medium .vr-card {
        flex: 0 0 calc(50% + 1px);
        max-width: 50%;
    }
}
@media (max-width: 680px) {
    .vr-about-product__demo {
        width: 100%;
    }
    .vr-card-product .vr-card-slider__slider {
        gap: 0;
        flex-direction: row;
        max-width: inherit;
        overflow: unset;
        position: relative;
    }
    .vr-card-slider .slick-slider {
        position: unset;
    }
    .vr-card-slider .slick-list {
        max-width: inherit;
        width: calc(100vw - 32px);
    }
    .vr-card-slider__full .vr-card-slider__link {
        width: 100vw;
        max-height: inherit;
        height: 512px;
    }
    .vr-card-slider__bottom {
        visibility: hidden;
        position: absolute;
    }
    /**/
    .vr-card-slider__counter {
        position: absolute;
        bottom: 4px;
        right: 16px;
        font-size: 10px;
        line-height: 12px;
        font-weight: 700;
        color: var(--grayscale-base);
        letter-spacing: 2px;
    }
    /**/
    .vr-card-slider .slick-dots {
        display: flex;
        gap: 2px;
        list-style: none;
        line-height: 0;
        width: calc(100vw - 128px);
        margin: 16px auto 8px;
    }
    .vr-card-slider .slick-dots li {
        flex: 1 1 auto;
        font-size: 0;
    }
    .vr-card-slider .slick-dots button {
        background-color: var(--grayscale-pale);
        border: none;
        border-radius: 2px;
        font-size: 0;
        height: 4px;
        width: 100%;
        line-height: unset;
    }
    .vr-card-slider .slick-dots .slick-active button {
        background-color: var(--primary-base);
    }
    /**/
    .vr-card-slider__service {
        right: 8px;
        bottom: 32px;
    }
    .vr-card-slider__note {
        max-width: 512px;
        margin: 8px auto 0;
    }
    /**/
    .vr-more.vr-more--abs .button__text,
    .vr-more.vr-type-reviews__more .button__text {
        font-size: 14px;
    }
}
@media (max-width: 640px) {
    .vr-card-product__nav {
        padding-top: 14px;
    }
    .vr-card-nav__link {
        font-size: 14px;
        line-height: 100%;
        font-weight: 600;
    }
    /*info*/
    .vr-about-product {
        padding-bottom: 0;
    }
    .vr-card-info__container {
        display: grid;
    }
    .offset-card-info,
    .card-info-action.offset-card-info {
        padding: 16px;
    }
    .card-info-promo {
        grid-row: 4;
    }
    .card-info-action__body {
        margin-top: 0;
        row-gap: 16px;
    }
    .item--address .text, .item--cargo__date {
        font-size: 14px;
        line-height: 16px;
    }
    .item--status .text-condensed {
        font-size: 10px;
        line-height: 12px;
    }
    .item--cargo__label {
        font-size: 12px;
        line-height: 14px;
    }
    /*--composition*/
    .composition-table__thead {
        padding-right: 8px;
    }
    .composition-table__thead .composition-table__tr {
        display: grid;
        grid-template-columns: 80px 1fr;
        grid-gap: 2px 16px;
    }
    .composition-table .th--photo {
        grid-row: span 3;
    }
    .composition-table .th--code {
        grid-row: 1;
        grid-column: 2/4;
        justify-content: flex-start;
        padding-left: 0;
    }
    .composition-table .th--name {
        grid-row: 2;
        grid-column: 2/4;
        padding-right: 0;
    }
    .composition-table .th--name .text--ellipsis--3 {
        -webkit-line-clamp: 2;
    }
    .composition-table .th--price {
        grid-row: 3;
        grid-column: 2;
        text-align: right;
        padding-right: 8px;
    }
    .composition-table .th--count {
        grid-row: 3;
        grid-column: 3;
        text-align: right;
        padding-right: 0;
    }
    .composition-table .th--code .code--link,
    .composition-table__th .text--unit {
        font-size: 12px;
        line-height: 18px;
    }
    .composition-table .th--price .text,
    .composition-table .th--count .text,
    .composition-table__tbody .td--count .text {
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
    }
    .composition-table__tbody .td--code {
        flex: unset;
        min-width: 68px;
        justify-content: flex-start;
    }
    .other-size-table .td--price .text--unit {
        display: none;
    }
}
@media (max-width: 600px) {

    .select-merged__products {
        margin-top: 20px;
    }
    .vr-card-product .main__section-title {
        margin-top: 16px;
    }
    .vr-about-product__container {
        grid-gap: 16px 0;
    }
    .offset-card-info {
        padding-bottom: 0;
    }
    .vr-about-product {
        padding: 0;
    }
    /**/
    .vr-card-slider .slick-list {
        width: calc(100vw - 2px);
    }
    .vr-card-slider__note {
        padding: 0 16px;
        text-align: center;
    }
    /**/
    .card-info-prices.offset-card-info {
        padding-left: 24px;
    }
    /**/
    .vr-block-char__name::after {
        min-width: 8px;
    }
    .vr-block-char__name .hint--area {
        align-self: end;
    }
    /**/
    .vr-block-reviews {
        padding: 0 8px;
    }
    .vr-card-product .vr-review {
        padding-bottom: 16px;
    }
    .vr-block-reviews__review {
        margin-bottom: 8px;
    }
    .vr-answer-action__add {
        flex-basis: 128px;
    }
    .vr-answer-action__add .button__body {
        height: 40px;
    }
    .vr-answer-comment__author {
        padding-left: 16px;
    }
    .vr-answer-comment__comment {
        padding-left: 68px;
    }
    /**/
    .vr-block-desc__item {
        flex-direction: column;
        min-width: inherit;
    }
    .vr-block-desc__desc {
        padding-right: 16px;
    }
    /**/
    .vr-card-product .nav-cat {
        order: 4;
        flex: 1 1 100%;
    }
    /**/
    .vr-card-product .pr-card-small .vr-card {
        flex: 0 0 calc(100% / 2 + 1px);
    }
}
@media (max-width: 540px) {
    .vr-card-slider .slick-list {
        height: 480px;
    }
    .zoomed.vr-card-slider__full .vr-card-slider__item,
    .zoomed.vr-card-slider__full .vr-card-slider__link {
        height: 480px;
    }
    /**/
    .modal-md-credit .modal__main {
        padding: 32px 24px 32px 32px;
    }
    .modal-head .modal-head__row {
        min-width: inherit;
        flex: 1 1 100%;
    }
    .vr-modal.modal-md-credit .modal-form__title {
        padding-left: 0;
    }
    .modal-md-credit .credit-action__button {
        max-width: 128px;
        margin-left: auto;
    }
    .vr-modal.modal-md-credit .credit-content__cart {
        padding: 0 0 16px;
    }
    .vr-modal .credit-content__cart .logo-bank {
        margin-bottom: 16px;
    }
    .credit-cart__num-payment.mesh-cell {
        flex: 1 1 100%;
        flex-direction: row;
        gap: 0 8px;
        min-height: min-content;
    }
    .credit-cart__sum {
        text-align: left;
        flex: 1 1 100%;
    }
    .vr-modal.modal-md-credit .credit-action {
        flex: 0 1 128px;
        margin: 0 0 0 auto;
    }
    /**/
    .vr-card-product .pr-card-small .vr-card {
        flex: 0 0 calc(100% / 4 + 1px);
        max-width: 136px;
        min-width: 118px;
        min-height: 208px;
    }
    .pr-card-small .vr-star__comment {
        display: none;
    }
    .pr-card-small .vr-card__picture {
        max-height: 104px;
    }
    .vr-card-product .pr-card-medium .vr-card {
        min-width: 120px;
        min-height: 208px;
    }
    .pr-card-small .vr-card .vr-card-buy__delivery,
    .pr-card-small .vr-card-meta__comment,
    .pr-card-small .vr-card .vr-card-cart,
    .pr-card-medium .vr-card .vr-card-cart {
        display: none;
    }
    .pr-card-small .vr-card-title .text,
    .pr-card-medium .vr-card-title .text {
        font-size: 14px;
        line-height: 16px;
        color: var(--grayscale-dark);
    }
    .pr-card-small .vr-code .text,
    .pr-card-medium .vr-code .text,
    .vr-card .text--sign {
        font-size: 10px;
        line-height: 12px;
    }
    .vr-card .vr-card__body__body {
        padding-bottom: 0;
    }
    /**/
    .vr-card-product .pr-card-medium .vr-card {
        flex: 0 1 calc(33.33% + 1px);
        max-width: inherit;
    }
    .vr-card-product .pr-card-single .vr-card:nth-of-type(3) {
        display: flex;
    }
    .pr-card-medium .vr-card-price__price .text {
        font-size: 16px;
        line-height: 18px;
    }
    /**/
    .vr-review-head,
    .vr-answer-comment__author {
        flex-wrap: wrap;
        row-gap: 0;
    }
    .moderation-action {
        order: 4;
        flex: 1 1 100%;
    }
    .moderation-action__body {
        justify-content: flex-end
    }
}
@media (max-width: 470px) {
    .main__section-title.mesh-row {
        gap: 0 8px;
    }
    .card-info-availability__item {
        padding-bottom: 8px;
    }
    .card-info-promo__period {
        align-self: end;
    }
    /**/
    .vr-card-product .main__section-title {
        margin-top: 0;
        padding-bottom: 0;
        padding-right: 8px;
        padding-left: 8px;
    }
    .vr-card-product .main__section-title .title {
        padding-left: 8px;
    }
    /**/
    .vr-card-slider .slick-list {
        height: 320px;
    }
    .zoomed.vr-card-slider__full .vr-card-slider__item,
    .zoomed.vr-card-slider__full .vr-card-slider__link,
    .vr-card-slider__full .vr-card-slider__link {
        height: 320px;
    }
    /**/
    .card-info-prices__body {
        row-gap: 16px;
        justify-content: space-between;
    }
    .vr-card-info__merged {
        padding-left: 16px;
        padding-right: 16px;
    }
    /**/
    .vr-section-block__body > *:first-child {
        padding-left: 16px;
        padding-bottom: 16px;
    }
    /**/
    .main__section-title:not(.is-active) + .nav-cat {
        display: none;
    }
    .vr-offset-more .vr-section-block.is-active {
        padding-bottom: 0;
    }
    /**/
    .main__section-title:not(.is-active) {
        border-bottom: 1px solid var(--grayscale-faint);
        margin-bottom: -1px;
    }
    .vr-section-block:not(.vr-block-reviews__review):not(.vr-block-reviews__actions) {
        border: none;
    }
    .vr-section-block.is-active {
        border-bottom: 1px solid var(--grayscale-faint);
    }
    /**/
    .vr-section-block__body .composition-table,
    .vr-section-block__body .other-size-table {
        padding-left: 0;
    }
    .composition-table__tbody .composition-table__tr:first-child,
    .other-size__tbody .other-size__tr:first-child {
        border-top: none;
    }
    /**/
    #reviews .main__section-title {
        padding-right: 8px;
    }
    .vr-block-reviews__body {
        gap: 8px;
    }
    .nav-cat__list {
        width: 100%;
    }
    .nav-cat__item {
        flex: 1;
    }
    .nav-cat__link {
        font-size: 14px;
        line-height: 100%;
        font-weight: 700;
    }
    .vr-type-reviews__box {
        gap: 0;
    }
    /**/
    .vr-content-box.is-hidden,
    .main__section-title:not(.is-active) .nav-cat {
        display: none;
    }
    .main__section-title .icon--content + .title {
        font-size: 16px;
        line-height: 100%;
        font-weight: 700;
    }
    .main__section-title[data-btn].is-active > .icon--arrow-bottom .icon__pic {
        transform: rotate(-180deg);
    }
    /**/
    .vr-card-product .pr-card-small .vr-card {
        flex: 0 0 calc(100% / 3 + 1px);
    }
    /**/
    .vr-card-product .nav-cat {
        margin-bottom: 8px;
        border-bottom: 1px solid var(--grayscale-faint);
    }
    .vr-block-reviews__actions .button {
        margin-left: auto;
        min-height: 40px;
    }
    /**/
    .vr-offset-more {
        margin-bottom: 0;
    }
    .vr-offset-more .vr-section-block {
        padding-right: 0;
        padding-left: 0;
        border-bottom: none;
    }
    .vr-offset-more:not(#popular-query) .vr-more--abs {
        border-top: 1px solid var(--grayscale-faint);
    }
    .vr-more--abs,
    .vr-card-product .vr-product__more.vr-more,
    #analogues .vr-product__more.vr-more {
        position: unset;
    }
    .vr-more--abs > .button,
    .vr-card-product .vr-product__more.vr-more > .button {
        width: auto;
        margin-left: auto;
    }
    /**/
    .vr-popular-chips {
        padding: 16px;
    }
    .vr-popular-chips.is-hidden {
        max-height: 172px;
        overflow: hidden;
    }
}
@media (max-width: 414px) {
    .noUi-marker[style="left: 100%;"] {
        left: calc(100% - 10px)!important;
    }
    .inner-bank [data-hint]::before {
        max-width: 114px;
    }
    .vr-block-char ._hint {
        left: -50%;
        transform: translateX(-50%);
    }
    /**/
    .card-info-action__buy {
        width: 100%;
    }
    .card-info-action__buy > * {
        flex: 1 1 50%;
    }
    .card-info-action__buy .button {
        min-width: inherit;
    }
    .card-info-prices__amount {
        margin-left: 0;
    }
    .card-info-promo__body {
        padding: 10px;
    }
    .vr-answer-comment__photo.answer-brand-author {
        display: none;
    }
}
@media (max-width: 360px) {
    .vr-card-slider .slick-list {
        height: 270px;
    }
    .zoomed.vr-card-slider__full .vr-card-slider__item,
    .zoomed.vr-card-slider__full .vr-card-slider__link,
    .vr-card-slider__full .vr-card-slider__link {
        height: 270px;
    }
}
@media (max-width: 359px) {
    .card-info-meta__code .text-condensed {
        display: none;
    }
    .card-info-promo .card-title .text {
        font-size: 16px;
        line-height: 18px;
    }
    /**/
    .vr-answer-comment__comment {
        padding-left: 24px;
    }
    .vr-answer-like {
        padding-left: 16px;
        gap: 8px;
    }
    .vr-answer-like .button {
        width: 30px;
        height: 30px;
    }
    .vr-answer-like .icon--size--24 .icon__pic {
        width: 16px;
        height: 16px;
    }
    /**/
    .composition-table .code--link {
        font-size: 12px;
    }
    /**/
    .vr-card-product .pr-card-medium .vr-card,
    .vr-card-product .pr-card-small .vr-card {
        flex: 1 1 calc(50% + 1px);
    }
    .vr-card-product #linked .vr-card,
    .vr-card-product #analogues .vr-card,
    .vr-card-product #recomendeddecors .vr-card,
    .vr-card-product #rekomenduemayakromka .vr-card {
        max-width: inherit;
    }
}
/* End */


/* Start:/css/main/reviews.css?17236391642914*/
.vr-review {
    padding: 16px;
}
.vr-review__body {
    gap: 16px;
}
.vr-review-head {
    display: flex;
    align-items: center;
    gap: 16px;
}
.vr-review-user {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-right: 6px;
}
.vr-review-user__photo {
    width: 32px;
    height: 32px;
}
.vr-review-user__name .text {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}
.vr-review .vr-star__rating  {
    transform: scale(1.3);
}
.vr-review-head__date {
    margin-left: auto;
}
.vr-review .text--small {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: var(--grayscale-soft);
}
/**/
.vr-review-content {
    display: flex;
    gap: 16px;
}
.vr-review-desc {
    /*margin-left: auto;*/
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 48px;
}
.vr-review-desc__text {
    /*max-height: 72px;*/
}
.vr-review-desc__option {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.option-item {
    display: flex;
    gap: 8px;
}
.opt-unit {
    color: var(--grayscale-soft);
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    width: 16px;
    flex: 0 0 auto;
}
/**/
.vr-review-image__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.vr-review-image__item {
    width: 128px;
    height: 128px;
}

@media (min-width: 1153px) {
    .vr-review-image__item:not(:first-child) {
        display: none;
    }
}
@media (max-width: 1152px) {
    .vr-review-image__item {
        width: 64px;
        height: 64px;
    }
}
@media (max-width: 1024px) {
    .vr-review-content {
        flex-direction: column;
    }
    .vr-review-image__list {
        flex-direction: row;
        justify-content: flex-end;
        flex-wrap: wrap;
    }
}
@media (min-width: 781px) and (max-width: 864px) {
    .vr-card-horizontal .vr-status .text-condensed {
        opacity: 0;
    }
    .vr-review-desc {
        padding-left: 8px;
    }
    .option-item {
        flex-wrap: wrap;
    }
    .option-item .text--weight--bolder {
        flex: 1 1 calc(100% - 24px);
    }
    .option-item .text--color--gray {
        padding-left: 24px;
    }
}
@media (max-width: 780px) {
    .catalog-reviews__list {
        flex-direction: column;
    }
}
@media (max-width: 600px) {
    .vr-review-desc {
        padding-left: 8px;
    }
}
@media (max-width: 414px) {
    .vr-review-image__list {
        justify-content: flex-start;
    }
}
@media (max-width: 359px) {
    .vr-review-head {
        flex-wrap: wrap;
    }
    .vr-review-user {
        flex: 1 1 100%;
    }
    .vr-review-head__rating {
        padding-left: 8px;
    }
    .vr-review-desc {
        padding-left: 0;
    }
    .option-item {
        flex-wrap: wrap;
    }
    .option-item .text--weight--bolder {
        flex: 1 1 calc(100% - 24px);
    }
    .option-item .text--color--gray {
        padding-left: 24px;
    }
}
/* End */
/* /local/templates/viyar_new/components/bitrix/catalog.element/.default/style.css?175093471366918 */
/* /css/main/post-product/nouislider.css?17169610185716 */
/* /css/main/post-product/post-product.css?175093471356705 */
/* /css/main/reviews.css?17236391642914 */
