

/* Start:/local/templates/main/assets/css/font.css?17851466742754*/
@font-face {
    font-family: "Montserrat";
    src: url("/local/templates/main/assets/css/../fonts/Montserrat-Medium.eot");
    src:
        url("/local/templates/main/assets/css/../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"),
        url("/local/templates/main/assets/css/../fonts/Montserrat-Medium.woff2") format("woff2"),
        url("/local/templates/main/assets/css/../fonts/Montserrat-Medium.woff") format("woff"),
        url("/local/templates/main/assets/css/../fonts/Montserrat-Medium.ttf") format("truetype"),
        url("/local/templates/main/assets/css/../fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("/local/templates/main/assets/css/../fonts/Montserrat-Bold.eot");
    src:
        url("/local/templates/main/assets/css/../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
        url("/local/templates/main/assets/css/../fonts/Montserrat-Bold.woff2") format("woff2"),
        url("/local/templates/main/assets/css/../fonts/Montserrat-Bold.woff") format("woff"),
        url("/local/templates/main/assets/css/../fonts/Montserrat-Bold.ttf") format("truetype"),
        url("/local/templates/main/assets/css/../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("/local/templates/main/assets/css/../fonts/Montserrat-Light.eot");
    src:
        url("/local/templates/main/assets/css/../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"),
        url("/local/templates/main/assets/css/../fonts/Montserrat-Light.woff2") format("woff2"),
        url("/local/templates/main/assets/css/../fonts/Montserrat-Light.woff") format("woff"),
        url("/local/templates/main/assets/css/../fonts/Montserrat-Light.ttf") format("truetype"),
        url("/local/templates/main/assets/css/../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("/local/templates/main/assets/css/../fonts/Montserrat-SemiBold.eot");
    src:
        url("/local/templates/main/assets/css/../fonts/Montserrat-SemiBold.eot?#iefix")
            format("embedded-opentype"),
        url("/local/templates/main/assets/css/../fonts/Montserrat-SemiBold.woff2") format("woff2"),
        url("/local/templates/main/assets/css/../fonts/Montserrat-SemiBold.woff") format("woff"),
        url("/local/templates/main/assets/css/../fonts/Montserrat-SemiBold.ttf") format("truetype"),
        url("/local/templates/main/assets/css/../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold")
            format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("/local/templates/main/assets/css/../fonts/Montserrat-Regular.eot");
    src:
        url("/local/templates/main/assets/css/../fonts/Montserrat-Regular.eot?#iefix")
            format("embedded-opentype"),
        url("/local/templates/main/assets/css/../fonts/Montserrat-Regular.woff2") format("woff2"),
        url("/local/templates/main/assets/css/../fonts/Montserrat-Regular.woff") format("woff"),
        url("/local/templates/main/assets/css/../fonts/Montserrat-Regular.ttf") format("truetype"),
        url("/local/templates/main/assets/css/../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* End */


/* Start:/local/templates/main/assets/css/main.css?178707678979170*/


:root {
    --dark-blue: #458dfc;
    --bg: #f9f9f9;
    --black: #101010;
    --grey: #353535;
    --white: #ffffff;
    --purple: #612be2;
    --dark-purple: #4718b4;
    --blue: #61cefd;
    --green: #a5db3f;
    --lilac: #e34bef;
    --tetritary: #99a2a3;
    --error: #f74141;
    --neutral-1000: #232323;
    --neutral-400: #c7c3cf;
    --border: #e4e4e4;
    --input-border: #e6e9f0;
}

html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3em;
    background: var(--white);
    color: var(--grey);
    overflow-x: hidden;
}

@media (min-width: 1280px) and (max-width: 1919px) {
    body {
        font-size: 1.042vw;
        line-height: 1.354vw;
    }
}

@media (max-width: 1279px) {
    body {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    body {
        font-size: 3.75vw;
    }
}
.catalog-page {
    background: var(--bg);
}

/* body::-webkit-scrollbar {
    width: 2px;
    background-color: var(--light-blue-2);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--blue);
} */

* {
    box-sizing: border-box;
}

ul,
li/*,
span*/ {
    display: block;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: "Montserrat";
}

h1,.h1 {
    font-size: 72px;
    line-height: 1.1em;
    font-weight: 500;
    letter-spacing: -0.02em;
}
h2,.h2 {
    font-size: 40px;
    line-height: 1.1em;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.h4-sb {
    font-size: 24px;
    line-height: 1.1em;
    font-weight: 600;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    h1, .h1 {
        font-size: 3.751vw;
        letter-spacing: -0.02em;
    }
    h2, .h2 {
        font-size: 2.084vw;
        letter-spacing: -0.02em;
    }
    .h4-sb {
        font-size: 1.251vw;
    }
}
@media (max-width: 1279px) {
    h1,.h1 {
        font-size: 48px;
    }
    h2,.h2 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    h1,.h1 {
        font-size: 18px;
    }
    h2,.h2 {
        font-size: 18px;
    }
    .h4-sb {
        font-size: 20px;
    }
}

@media (max-width: 600px) {
    h1,.h1 {
        font-size: 5.625vw;
    }
    h2,.h2 {
        font-size: 5.625vw;
    }
    .h4-sb {
        font-size: 6.25vw;
    }
}



@media (max-width: 1279px) {

}

@media (max-width: 767px) {

}

@media (max-width: 600px) {

}



@media (max-width: 767px) {

}

@media (max-width: 600px) {

}


a {
    text-decoration: none;
    font-family: "Montserrat";
    color: var(--grey);
}

p {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}
.adm-detail-content-table img {
    display: inherit;
}

.obj {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .obj {
    object-fit: contain;
}
button {
    font-family: "Montserrat";
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    background: transparent;
}

button:active,
button:focus {
    outline: none;
}

input,
select {
    outline: none;
    border: none;
}

input:not([type="checkbox"]) {
    background: var(--white);
    padding: 0 24px;
    width: 100%;
    height: 56px;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: -0.02em;
    color: var(--grey);
    border-radius: 10px;
    display: flex;
    align-items: center;
    border: 1px solid var(--white);
}
.bx-core-adm-dialog-buttons input:not([type="checkbox"]) {
    width: auto;
    height: 25px;
}
.adm-detail-content-item-block input:not([type="checkbox"]) {
    width: auto;
}
.bx-ed-type-selector input:not([type="checkbox"]) {
    width: auto;
    height: auto;
    display: unset;
}
input:not([type="checkbox"]):hover,
input:not([type="checkbox"]):focus {
    border-color: var(--grey);
}

@media (min-width: 1280px) and (max-width: 1919px) {
    input:not([type="checkbox"]) {
        padding: 0 1.251vw; 
        height: 2.918vw; 
        font-size: 0.834vw; 
        border-radius: 0.521vw; 
        border: 0.052vw solid var(--white);
    }
}

@media (max-width: 767px) {
    input:not([type="checkbox"]):hover {
        border-color: #e6e9f0;
    }

    input:not([type="checkbox"]):focus {
        border-color: var(--grey);
    }

    input:not([type="checkbox"]) {
        font-size: 12px;
        height: 48px;
        padding: 0 16px;
        border-radius: 8px;
    }
}

@media (max-width: 600px) {
    input:not([type="checkbox"]) {
        font-size: 3.75vw;
        height: 15vw;
        padding: 0 5vw;
        border-radius: 2.5vw;
        border: 0.313vw solid var(--white);
    }
}

input:active {
    outline: none;
}

input::placeholder,
textarea::placeholder {
    color: var(--tetritary);
}

input:hover::placeholder,
input:focus::placeholder,
textarea:hover::placeholder,
textarea:focus::placeholder {
    color: var(--grey);
}

.input-required.error {
    border-color: var(--error);
}

input.input-modal {
    background: var(--white);
    padding: 0 16px;
    width: 100%;
    height: 64px;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: -0.02em;
    color: var(--grey);
    border-radius: 8px;
    display: flex;
    align-items: center;
    border: 1px solid #e6e9f0;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    input.input-modal {
        padding: 0 0.834vw; 
        height: 3.335vw; 
        font-size: 0.729vw; 
        line-height: 0.948vw; 
        letter-spacing: -0.0146vw; 
        border-radius: 0.417vw; 
        border: 0.052vw solid #e6e9f0; 
    }
}
@media (max-width: 767px) {
    input.input-modal {
        font-size: 12px;
        height: 48px;
    }
}

@media (max-width: 600px) {
    input.input-modal {
        font-size: 3.75vw;
        height: 15vw;
        padding: 0 5vw;
        border-radius: 2.5vw;
        border: 0.313vw solid #e6e9f0;
    }
}
.input-item {
    position: relative;
}

.input-item .error-text {
    display: none;
}

.input-item.error input {
    border-color: var(--error);
}

.input-item.error .error-text {
    display: block;
    position: absolute;
    top: 8px;
    right: 16px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: -0.02em;
    color: var(--error);
    z-index: 1;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .input-item.error .error-text {
        top: 0.417vw; 
        right: 0.834vw; 
        font-size: 0.625vw;
        line-height: 0.813vw;
        letter-spacing: -0.0125vw;
    }
}

.input-item select {
    background: var(--white);
    padding: 0 16px;
    width: 100%;
    height: 64px;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: -0.02em;
    color: var(--grey);
    border-radius: 8px;
    display: flex;
    align-items: center;
    border: 1px solid #e6e9f0;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .input-item select {
        padding: 0 0.834vw;
        height: 3.335vw;
        font-size: 0.729vw;
        line-height: 0.948vw;
        letter-spacing: -0.0146vw; 
        border-radius: 0.417vw;
        border: 0.052vw solid #e6e9f0; 
    }
}

#modal-thx-order .subtext {
    font-size: 14px;
    line-height: normal;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    #modal-thx-order .subtext {
        font-size: 0.73vw;
    }
}
@media (max-width: 600px) {
    #modal-thx-order .subtext {
        font-size: 3.75vw;
    }
}
#modal-thx-order .default-btn {
    display: block;
}

.modal form .input-item.error .input-modal,
#modal-pin .form_pin .input-group.error .input-modal {
    border-color: var(--error);
}

#modal-pin .form_pin .input-modal {
    caret-color: transparent;
}


input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

textarea {
    background: var(--white);
    padding: 16px;
    width: 100%;
    height: 87px;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: -0.02em;
    color: var(--grey);
    border-radius: 8px;
    display: flex;
    align-items: center;
    border: 1px solid #e6e9f0;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    textarea {
        padding: 0.834vw;
        height: 4.535vw;
        font-size: 0.729vw;
        line-height: 0.948vw;
        letter-spacing: -0.0146vw;
        border-radius: 0.417vw;
        border: 0.052vw solid #e6e9f0;
    }
}
@media (max-width: 767px) {
    textarea {
        font-size: 12px;
        height: 64px;
    }
}

@media (max-width: 600px) {
    textarea {
        font-size: 3.75vw;
        height: 20vw;
        padding: 5vw;
        border-radius: 2.5vw;
        border: 0.313vw solid #e6e9f0;
    }
}
textarea:hover,
textarea:focus {
    border-color: var(--grey);
}
/* CHECKBOX */
.checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox + label {
    display: inline-flex;
    user-select: none;
}

.modal .checkbox + label {
    align-items: start;
}

.checkbox + label::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    min-width: 18px;
    border: 1px solid #9c99a3;
    margin-right: 10px;
    background-color: var(--white);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75% 75%;
    border-radius: 4px;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .checkbox + label::before {
        width: 0.938vw;
        height: 0.938vw;
        min-width: 0.938vw;
        border: 0.052vw solid #9c99a3;
        margin-right: 0.521vw;
        border-radius: 0.208vw;
    }
}
@media (max-width: 767px) {
    .checkbox + label::before {
        width: 12px;
        height: 12px;
        min-width: 12px;
        margin-right: 8px;
        border-radius: 3px;
    }
}

@media (max-width: 600px) {
    .checkbox + label::before {
        width: 3.75vw;
        height: 3.75vw;
        min-width: 3.75vw;
        margin-right: 2.5vw;
        border-radius: 0.938vw;
        border: 0.313vw solid #9c99a3;
    }
}

.modal .checkbox + label::before {
    width: 16px;
    height: 16px;
    min-width: 16px;
    border: 1px solid var(--tetritary);
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .modal .checkbox + label::before {
        width: 0.834vw; 
        height: 0.834vw; 
        min-width: 0.834vw; 
        border: 0.052vw solid var(--tetritary); 
    }
}
@media (max-width: 600px) {
    .modal .checkbox + label::before {
        width: 5vw;
        height: 5vw;
        min-width: 5vw;
        border: 0.313vw solid var(--tetritary);
    }
}

.label-policy.error .checkbox + label::before {
    border-color: var(--error);
}
.checkbox:checked + label::before {
    background-color: var(--purple);
    border-color: var(--purple);
    background-image: url("/local/templates/main/assets/css/../img/section/subscribe/ok.svg");
}

.label-policy.error .checkbox:checked + label::before {
    border-color: var(--purple);
}

.label-policy label span {
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 1.3em;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .label-policy label span {
        font-size: 0.729vw; 
        line-height: 0.948vw; 
        letter-spacing: -0.0146vw; 
    }
}
@media (max-width: 767px) {
    .label-policy label span {
        font-size: 12px;
        letter-spacing: 0;
    }
}
@media (max-width: 600px) {
    .label-policy label span {
        font-size: 3.75vw;
    }
}

.label-policy label span a {
    color: var(--white);
    text-decoration: underline;
}

:focus {
    outline: none;
}

button::-moz-focus-inner {
    border: 0;
}

.container {
    width: calc(100% - 80px);
    max-width: 1840px;
    margin: 0 auto;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .container {
        width: calc(100% - 4.169vw);
        max-width: 95.883vw;
    }
}
@media (max-width: 1279px) {
    .container {
        width: calc(100% - 48px);
    }
}

@media (max-width: 767px) {
    .container {
        width: calc(100% - 32px);
    }
}

@media (max-width: 600px) {
    .container {
        width: calc(100% - 10vw);
    }
}

.p-80 {
    padding: 80px 0;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .p-80 {
        padding: 4.169vw 0; /* 80px */
    }
}
@media (max-width: 767px) {
    .p-80 {
        padding: 48px 0;
    }
}

@media (max-width: 600px) {
    .p-80 {
        padding: 15vw 0;
    }
}

.text-white {
    color: var(--white);
}

.text-grey {
    color: var(--grey);
}

.text-purple {
    color: var(--purple);
}

.bg-purple {
    background: var(--purple);
}

.bg-lilac {
    background: var(--lilac);
}

.bg-green {
    background: var(--green);
}

.bg-blue {
    background: var(--blue);
}

.default-btn {
    background: var(--white);
    color: var(--grey);
    font-size: 16px;
    line-height: 1.3em;
    letter-spacing: -0.02em;
    font-weight: 500;
    padding: 0 32px;
    height: 56px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    transition: 0.5s ease;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .default-btn {
        font-size: 0.834vw; 
        line-height: 1.084vw; 
        letter-spacing: -0.0167vw; 
        padding: 0 1.668vw; 
        height: 2.918vw; 
        border-radius: 0.521vw; 
    }
}
@media (max-width: 1023px) {
    .default-btn {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .default-btn {
        font-size: 12px;
        height: 48px;
        border-radius: 8px;
    }
}

@media (max-width: 600px) {
    .default-btn {
        font-size: 3.75vw;
        height: 15vw;
        border-radius: 2.5vw;
    }
}

.default-btn:hover {
    background: var(--purple);
    color: var(--white);
    transition: 0.5s ease;
}

.default-btn.purple {
    background: var(--purple);
    color: var(--white);
    transition: 0.5s ease;
}

.default-btn.purple:hover {
    background: var(--dark-purple);
    transition: 0.5s ease;
}

.default-btn.ghost {
    background: #e4e4e4;
    color: var(--neutral-1000);
    height: 52px;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .default-btn.ghost {
        height: 2.710vw; 
    }
}
@media (max-width: 767px) {
    .default-btn.ghost {
        height: 40px;
    }
}

@media (max-width: 600px) {
    .default-btn.ghost {
        height: 10vw; 
    }
}
.default-btn.ghost:hover {
    background: var(--dark-purple);
    color: var(--white);
    transition: 0.5s ease;
}

/* HOVERS */
.hover-grayscale img {
    filter: grayscale(100%);
    transition: 0.5s ease;
}

.hover-grayscale:hover img {
    filter: grayscale(0%);
    transition: 0.5s ease;
}

.hover-purple {
    transition: 0.5s ease;
}

.hover-purple:hover {
    color: var(--purple) !important;
    transition: 0.5s ease;
}

.hover-dark-purple {
    transition: 0.5s ease;
}

.hover-dark-purple:hover {
    color: var(--dark-purple) !important;
    transition: 0.5s ease;
}

/* SECTION-LINK */
.section-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--black);
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.02em;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .section-link {
        gap: 0.417vw;
        font-size: 0.834vw;
        letter-spacing: -0.0167vw;
    }
}
@media (max-width: 767px) {
    .section-link {
        gap: 6px;
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .section-link {
        gap: 1.875vw;
        font-size: 3.75vw;
    }

    .section-link svg {
        width: 6.25vw;
        height: 6.25vw;
    }
}

/* ATTENTION */
.attention {
    padding: 6px 0;
    background: var(--dark-blue);
}
.attention .wrap {
    position: relative;
}

.attention.att-hidden {
    display: none;
}

.attention .wrap p {
    font-size: 14px;
    color: var(--white);
    font-weight: 500;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.attention .wrap .close {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    transition: 0.5s ease;
}

.attention .wrap .close:hover {
    opacity: 0.6;
    transition: 0.5s ease;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .attention {
        padding: 0.313vw 0;
    }
    .attention .wrap p {
        font-size: 0.729vw;
    }
    .attention .wrap .close {
        width: 0.625vw;
        height: 0.625vw;
    }
}
@media (max-width: 767px) {
    .attention {
        padding: 8px 0;
        margin-top: 40px;
    }
    body:has(.attention) .breadcrumbs {
        margin-top: 0; 
    }    
    .attention .wrap {
        display: flex;
        align-items: start;
        justify-content: space-between;
        gap: 4px;
    }
    .attention .wrap p {
        font-size: 12px;
        width: 100%;
        margin: 0;
        text-align: left;
    }

    .attention .wrap .close {
        width: 16px;
        height: 16px;
        position: relative;
        top: 0;
        transform: none;
    }
    .attention.att-hidden {
        display: block;
        height: 0px;
        overflow: hidden;
        opacity: 0;
        padding: 0;
    }
}

@media (max-width: 600px) {
    .attention {
        padding: 2.5vw 0;
        margin-top: 12.50vw;
    }

    .attention .wrap {
        gap: 1.25vw;
    }

    .attention .wrap p {
        font-size: 3.44vw;
    }

    .attention .wrap .close {
        width: 5vw;
        height: 5vw;
        padding: 0.938vw;
    }
}

/* HEADER */
.header {
    background: var(--white);
    height: 210px;
}
@media (max-width: 1920px) and (min-width: 1279px) {
    .header {
        height: 10.92vw;
    }
}
@media (max-width: 1279px) {
    .header {
        height: 181px;
    }
}
@media (max-width: 1024px) {
    .header {
        height: 144px;
    }
}
@media (max-width: 768px) {
    .header {
        height: auto;
    }
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3;
}

.header-top__left {
    display: flex;
    align-items: center;
    gap: 66px;
}

.header-top__geo {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
}

.header-top__geo div {
    width: 24px;
    height: 24px;
    display: flex;
}

.header-top__topmenu ul {
    display: flex;
    align-items: center;
    gap: 24px;
}

.header-top__topmenu ul a {
    color: #858585;
    font-size: 16px;
}

.header-top__right {
    display: flex;
    align-items: center;
    gap: 40px;
}

.header-top__call {
    font-size: 16px;
    font-weight: 600;
}

.header-top__social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-top__social a {
    display: flex;
}

.header-top__time-work {
    font-size: 16px;
}

.header-bottom {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 25px 0;
}

.header-bottom__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
}

.header-bottom__pin-placeholder {
    display: none;
    width: 100%;
}

.header-bottom__pin.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    background: var(--white);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    padding: 12px 0;
    animation: header-pin-stick 0.28s ease-out;
}

.header-bottom__pin.is-fixed .header-bottom__top {
    width: calc(100% - 80px);
    max-width: 1840px;
    margin: 0 auto;
}

.header-bottom__pin-placeholder.is-active {
    display: block;
}

.header-bottom__pin.is-fixed ~ .header-bottom__mainmenu {
    position: relative;
    bottom: 25px;
}
@media (max-width: 1279px) {
    .header-bottom__pin.is-fixed ~ .header-bottom__mainmenu {
        bottom: 22px;
    }
}

@keyframes header-pin-stick {
    from {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        transform: translateY(-2px);
    }

    to {
        box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
        transform: translateY(0);
    }
}

@keyframes header-pin-stick-vw {
    from {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        transform: translateY(-0.104vw);
    }

    to {
        box-shadow: 0 0.104vw 0.834vw rgba(0, 0, 0, 0.06);
        transform: translateY(0);
    }
}

.header-bottom__left {
    display: flex;
    align-items: center;
    width: 100%;
}

.header-bottom__logo {
    display: flex;
    width: 121px;
}

.header-bottom__catalog-btn {
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 17px 0 13px;
    height: 50px;
    font-size: 16px;
    line-height: 1.5em;
    color: var(--white);
    background: var(--purple);
    margin-left: 31px;
    transition: 0.5s ease;
    cursor: pointer;
}

.header-bottom__catalog-btn:hover {
    background: var(--dark-purple);
    transition: 0.5s ease;
}

.header-bottom__catalog-btn.mobile-menu-btn {
    display: none;
}

.header-bottom__search {
    margin-left: 22px;
    position: relative;
    width: 100%;
}

.header-bottom__search::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url("/local/templates/main/assets/css/../img/header/icon-search.svg") no-repeat;
    z-index: 1;
    background-size: contain;
}

.header-bottom__search input {
    background: var(--bg);
    border-radius: 15px;
}

.header-bottom__search.mobile {
    display: none;
}

.header-bottom__right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-bottom__right .header-bottom__item {
    display: flex;
    width: 50px;
    cursor: pointer;
    position: relative;
}

.header-bottom__fav span,
.header-bottom__shop span {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    background: var(--purple);
    color: var(--white);
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-bottom__lk span {
    display: none;
}

.header-bottom__lk.logged span {
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--grey);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3em;
    transition: 0.5s ease;
}

.header-bottom__lk.logged:hover span {
    color: var(--purple);
    transition: 0.5s ease;
}

.header-bottom__mainmenu ul {
    display: flex;
    align-items: center;
    gap: 48px;
}

.header-bottom__mainmenu ul a {
    font-size: 16px;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .header-top {
        padding: 0.521vw 0;
        border-bottom: 0.052vw solid #e3e3e3;
    }
    .header-top__left {
        gap: 3.439vw;
    }
    .header-top__geo {
        gap: 0.313vw;
        font-size: 0.782vw;
    }
    .header-top__geo div {
        width: 1.251vw;
        height: 1.251vw;
    }
    .header-top__topmenu ul {
        gap: 1.251vw;
    }
    .header-top__topmenu ul a {
        font-size: 0.834vw;
    }
    .header-top__right {
        gap: 2.084vw;
    }
    .header-top__call {
        font-size: 0.834vw;
    }
    .header-top__social {
        gap: 0.521vw;
    }
    .header-top__time-work {
        font-size: 0.834vw;
    }
    .header-bottom {
        gap: 1.303vw;
        padding: 1.303vw 0;
    }
    .header-bottom__top {
        gap: 2.189vw;
    }
    .header-bottom__pin.is-fixed {
        padding: 0.834vw 0;
        box-shadow: 0 0.104vw 0.834vw rgba(0, 0, 0, 0.06);
        animation: header-pin-stick-vw 0.28s ease-out;
    }
    .header-bottom__pin.is-fixed .header-bottom__top {
        width: calc(100% - 4.169vw);
        max-width: 95.883vw;
    }
    .header-bottom__logo {
        width: 6.305vw;
    }
    .header-bottom__catalog-btn {
        border-radius: 0.782vw;
        gap: 0.521vw;
        padding: 0 0.886vw 0 0.678vw;
        height: 2.606vw;
        font-size: 0.834vw;
        margin-left: 1.615vw;
    }
    .header-bottom__search {
        margin-left: 1.146vw;
    }
    .header-bottom__search::after {
        right: 0.834vw;
        width: 1.251vw;
        height: 1.251vw;
    }
    .header-bottom__search input {
        border-radius: 0.782vw;
    }
    .header-bottom__right {
        gap: 0.834vw;
    }
    .header-bottom__right .header-bottom__item {
        width: 2.606vw;
    }
    .header-bottom__fav span,
    .header-bottom__shop span {
        bottom: 0.521vw;
        right: 0.521vw;
        width: 0.938vw;
        height: 0.938vw;
        font-size: 0.625vw;
    }
    .header-bottom__lk.logged span {
        bottom: -0.261vw;
        font-size: 0.625vw;
    }
    .header-bottom__mainmenu ul {
        gap: 2.501vw;
    }
    .header-bottom__mainmenu ul a {
        font-size: 0.834vw;
    }
}
@media (max-width: 1279px) {
    .header-top {
        padding: 10px 0 8px;
    }

    .header-top__geo {
        font-size: 14px;
    }

    .header-top__left {
        gap: 24px;
    }

    .header-top__topmenu ul {
        gap: 16px;
    }

    .header-top__topmenu ul a {
        font-size: 14px;
    }

    .header-top__right {
        gap: 24px;
    }

    .header-top__call {
        font-size: 14px;
    }

    .header-top__time-work {
        font-size: 14px;
    }

    .header-bottom {
        gap: 22px;
        padding: 16px 0;
    }

    .header-bottom__top {
        gap: 12px;
    }

    .header-bottom__pin.is-fixed {
        padding: 12px 0;
    }

    .header-bottom__pin.is-fixed .header-bottom__top {
        width: calc(100% - 48px);
        max-width: none;
    }

    .header-bottom__catalog-btn {
        margin-left: 44px;
        letter-spacing: -0.02em;
    }

    .header-bottom__search {
        margin-left: 12px;
    }

    .header-bottom__mainmenu ul {
        gap: 24px;
    }

    .header-bottom__mainmenu ul a {
        letter-spacing: -0.05em;
    }
}

@media (max-width: 1023px) {
    .header-top__topmenu ul a, .header-top__call, .header-top__time-work {
        letter-spacing: -0.05em;
    }
    .header-top__topmenu ul {
        gap: 1vw;
    }
    .header-top__right {
        gap: 1.5vw;
    }    

    .header-top__social {
        gap: 1vw;
    }

    .header-bottom {
        gap: 0;
        padding: 16px 0 22px;
    }

    .header-bottom__catalog-btn {
        display: none;
    }

    .header-bottom__catalog-btn.mobile-menu-btn {
        display: flex;
        margin-left: 24px;
        padding: 0 25px;
        cursor: pointer;
    }

    .header-bottom__catalog-btn.mobile-menu-btn .mobile {
        display: none;
    }

    .header-bottom .header-bottom__mainmenu {
        display: none;
    }
}

@media (max-width: 767px) {
    .header {
        position: fixed;
        top: 0;
        z-index: 3;
        width: 100%;
    }
    .header-top,
    .header-bottom .header-bottom__right {
        display: none;
    }

    .header-bottom__pin.is-fixed {
        position: static;
        padding: 0;
        box-shadow: none;
        animation: none;
    }

    .header-bottom__pin.is-fixed .header-bottom__top {
        width: auto;
        max-width: none;
        margin: 0;
    }

    .header-bottom__pin-placeholder {
        display: none !important;
        height: 0 !important;
    }

    .header-bottom {
        padding: 7px 0;
    }

    .header-bottom__left {
        justify-content: space-between;
    }

    .header-bottom__catalog-btn.mobile-menu-btn .mobile {
        display: block;
    }

    .header-bottom__catalog-btn.mobile-menu-btn .desktop,
    .header-bottom__catalog-btn.mobile-menu-btn p {
        display: none;
    }

    .header-bottom__catalog-btn.mobile-menu-btn {
        background: transparent;
        margin-left: 0;
        padding: 0;
        width: 20px;
        height: 20px;
        order: 1;
    }

    .header-bottom__logo {
        order: 2;
        width: 58px;
    }

    .header-bottom__search,
    .header-bottom__search::after {
        display: none;
    }

    .header-bottom__search.mobile {
        display: block;
        width: 20px;
        height: 20px;
        order: 3;
        cursor: pointer;
        margin-left: 0;
    }
}

@media (max-width: 600px) {
    .header-bottom {
        padding: 2.188vw 0;
    }

    .header-bottom__catalog-btn.mobile-menu-btn {
        width: 6.25vw;
        height: 6.25vw;
    }

    .header-bottom__logo {
        width: 18.125vw;
    }

    .header-bottom__search.mobile {
        width: 6.25vw;
        height: 6.25vw;
    }
}

/* MOBILE MENU */
@media (min-width: 1024px) {
    .mobile-menu nav {
        height: 100%;
    }
    ul.pushNav {
        position: relative;
        height: 100%;
        width: max-content;
    }

    ul.pushNav::after {
        content: "";
        position: absolute;
        left: 262px;
        top: 0;
        width: 2px;
        height: 100%;
        background: #e6e9f0;
    }

    ul.pushNav .mobile-only {
        display: none !important;
    }

    ul.pushNav > li.main {
        padding-bottom: 24px;
    }

    ul.pushNav > li.main span {
        font-weight: 600;
        font-size: 20px;
        line-height: 1.3em;
    }

    ul.pushNav > li.main img:hover {
        filter: grayscale(0%);
        transition: 0.5s ease;
    }

    ul.pushNav > li.main img {
        position: absolute;
        right: -665px;
        top: -16px;
        z-index: 2;
        filter: grayscale(100%);
        cursor: pointer;
        transition: 0.5s ease;
    }

    ul.pushNav > li.li-lev-0 {
        padding-right: 16px;
    }

    ul.pushNav > li {
        display: list-item;
        list-style-type: none;
    }

    .pushNav .li-lev-0 .openLevel,
    ul.pushNav > li.link.li-lev-0 {
        width: 248px;
        padding: 12px 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        line-height: 1.3em;
        cursor: pointer;
        transition: 0.5s ease;
    }

    .pushNav .li-lev-0 .openLevel:hover {
        background: var(--bg);
        color: var(--purple);
        transition: 0.5s ease;
    }

    .pushNav .li-lev-0.focus .openLevel {
        background: var(--bg);
        color: var(--purple);
        transition: 0.5s ease;
    }

    .pushNav .li-lev-0.focus .openLevel img {
        filter: grayscale(0%);
        transition: 0.5s ease;
    }

    ul.pushNav > li.link:hover {
        color: var(--purple);
        transition: 0.5s ease;
    }

    .pushNav li.link.li-lev-0.focus a {
        color: var(--purple);
        transition: 0.5s ease;
    }

    ul.pushNav > li.border,
    ul.pushNav > li.border-desktop {
        margin-top: 16px;
        padding-top: 16px;
        border-top: 2px solid #e6e9f0;
    }

    .pushNav .li-lev-0 .openLevel img {
        width: 24px;
        height: 24px;
    }

    .pushNav .li-lev-0 .openLevel.with-chevron img {
        opacity: 0.5;
    }

    .pushNav .li-lev-0.focus .openLevel.with-chevron img,
    .pushNav .li-lev-0.focus .openLevel.with-chevron.hover-grayscale:hover img {
        opacity: 1;
    }

    .pushNav li/*:not(.border-desktop)*/ .openLevel.with-icon img {
        display: none;
    }

    .pushNav li/*:not(.border-desktop)*/ .openLevel.with-icon img.desktop {
        display: block;
    }

    ul.pushNav > li.more > ul.ul-lev-1 {
        opacity: 0;
        position: absolute;
        left: 262px;
        top: 0;
        width: 638px;
        height: 100%;
        padding: 50px 32px;
        pointer-events: none;
        overflow-y: auto;
    }

    ul.ul-lev-1::-webkit-scrollbar {
        width: 2px;
    }

    ul.ul-lev-1::-webkit-scrollbar-thumb {
        background-color: #9c99a3;
    }

    ul.ul-lev-1::-webkit-scrollbar-track {
        background-color: #e4e4e4;
    }

    ul.pushNav > li.more > ul.ul-lev-1.banner-item {
        padding: 50px 0 0 32px;
        height: 100%;
    }

    ul.pushNav > li.more > ul.ul-lev-1:not(.banner-item) {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: max-content;
        gap: 20px;
    }

    .pushNav.pushNav_level::after {
        display: none;
    }

    .pushNav.pushNav_level .closeLevel {
        display: none;
    }

    li.more.focus > .openLevel + .pushNav_level {
        opacity: 1;
        pointer-events: initial;
    }

    ul.pushNav > li.more > ul.ul-lev-2 {
        position: relative;
        opacity: 1;
        left: 0;
        padding: 0;
    }

    /*ul.pushNav > li.more li.all-products {
        display: none;
    }*/

    ul.pushNav > li.more .pushNav_level .openLevel {
        display: none;
    }

    ul.ul-lev-1 > li.sub-menu-title {
        position: absolute;
        top: 0;
        left: 32px;
        font-weight: 600;
        font-size: 20px;
        line-height: 1.3em;
    }

    li.sub-menu-title.li-lev-2 {
        margin-bottom: 12px;
    }

    li.sub-menu-title.li-lev-2 div,
    li.sub-menu-title.li-lev-2 .heading {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.3em;
        padding: 0;
    }

    ul.ul-lev-2 .li-lev-2 {
        display: flex;
    }

    ul.ul-lev-2 .li-lev-2 a {
        font-size: 14px;
        line-height: 1.3em;
        padding: 6px 0;
    }

    li.li-lev-2:not(:last-child, .sub-menu-title) {
        margin-bottom: 4px;
    }

    li.banner a {
        position: relative;
    }

    li.banner a span {
        position: absolute;
        bottom: 24px;
        left: 24px;
        font-size: 24px;
        color: var(--white);
        line-height: 1.1em;
        letter-spacing: -0.02em;
    }

    ul.banner-item li.banner:not(:last-child) {
        margin-bottom: 8px;
    }

    ul.banner-item li.banner {
        border-radius: 16px;
        overflow: hidden;
    }

    ul.banner-item li.banner-item-subtitle {
        margin-bottom: 24px;
    }
}

@media (min-width: 1200px) {
    ul.pushNav > li.main img {
        right: -715px;
    }
    ul.pushNav > li.more > ul.ul-lev-1 {
        width: 692px;
    }
}
@media (min-width: 1280px) and (max-width: 1919px) {
    ul.pushNav::after {
        left: 13.654vw;
        width: 0.104vw;
    }
    ul.pushNav > li.main {
        padding-bottom: 1.251vw;
    }
    ul.pushNav > li.main span {
        font-size: 1.042vw;
    }
    ul.pushNav > li.main img {
        right: -37.259vw;
        top: -0.834vw;
    }
    ul.pushNav > li.li-lev-0 {
        padding-right: 0.834vw;
    }
    .pushNav .li-lev-0 .openLevel,
    ul.pushNav > li.link.li-lev-0 {
        width: 12.924vw;
        padding: 0.625vw 0.834vw;
        font-size: 0.834vw;
    }
    ul.pushNav > li.border,
    ul.pushNav > li.border-desktop {
        margin-top: 0.834vw;
        padding-top: 0.834vw;
        border-top: 0.104vw solid #e6e9f0;
    }
    .pushNav .li-lev-0 .openLevel img {
        width: 1.251vw;
        height: 1.251vw;
    }
    ul.pushNav > li.more > ul.ul-lev-1 {
        left: 13.654vw;
        width: 36.060vw;
        padding: 2.606vw 1.668vw;
    }
    ul.ul-lev-1::-webkit-scrollbar {
        width: 0.104vw;
    }
    ul.pushNav > li.more > ul.ul-lev-1.banner-item {
        padding: 2.606vw 0 0 1.668vw;
    }
    ul.pushNav > li.more > ul.ul-lev-1:not(.banner-item) {
        gap: 1.042vw;
    }
    ul.ul-lev-1 > li.sub-menu-title {
        left: 1.668vw;
        font-size: 1.042vw;
    }
    li.sub-menu-title.li-lev-2 {
        margin-bottom: 0.625vw;
    }
    li.sub-menu-title.li-lev-2 div,
    li.sub-menu-title.li-lev-2 .heading {
        font-size: 0.834vw;
    }
    ul.ul-lev-2 .li-lev-2 a {
        font-size: 0.729vw;
        padding: 0.313vw 0;
    }
    li.li-lev-2:not(:last-child, .sub-menu-title) {
        margin-bottom: 0.208vw;
    }
    li.banner a span {
        bottom: 1.251vw;
        left: 1.251vw;
        font-size: 1.251vw;
    }
    ul.banner-item li.banner:not(:last-child) {
        margin-bottom: 0.417vw;
    }
    ul.banner-item li.banner {
        border-radius: 0.834vw;
    }
    ul.banner-item li.banner-item-subtitle {
        margin-bottom: 1.251vw;
    }
}
@media (max-width: 1023px) {
    ul.pushNav {
        list-style-type: none;
    }

    ul.pushNav li {
        position: relative;
    }

    ul.pushNav li:not(.more, .banner) {
        padding: 12px 0;
    }

    ul.pushNav li.border {
        border-top: 1px solid #e4e4e4;
        margin-top: 12px;
        padding-top: 12px;
    }

    ul.pushNav li.all-products,
    ul.pushNav li.link {
        padding: 12px 16px;
    }

    ul.pushNav li.link.border {
        padding: 24px 16px 12px;
    }

    ul.pushNav {
        position: fixed;
        top: 0;
        left: auto;
        right: -100%;
        width: 100%;
        height: 100dvh;
        max-height: 100dvh;
        background: var(--white);
        transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        will-change: right;
        overflow: hidden;
        padding: 0 24px 100px;
        z-index: 100;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    .js-topPushNav.isOpen {
        z-index: 100;
    }

    .js-topPushNav.isOpen:not(:has(.pushNav_level.isOpen)) {
        overflow-y: auto;
    }

    .pushNav_level.ul-lev-1.isOpen {
        z-index: 101;
    }

    .pushNav_level.ul-lev-2.isOpen {
        z-index: 102;
    }

    .pushNav_level.isOpen:not(:has(.pushNav_level.isOpen)) {
        overflow-y: auto;
    }

    .pushNav_level.isOpen:has(.pushNav_level.isOpen) {
        overflow: hidden;
    }

    .mobile-menu.modal .wrap {
        position: fixed;
        inset: 0;
        transform: none;
        width: 100%;
        height: 100%;
        max-height: none;
        padding: 0;
        border-radius: 0;
        overflow: hidden;
    }

    .mobile-menu.modal nav {
        height: 100%;
        overflow: hidden;
    }

    .modal.active .overlay {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        background: rgba(0, 0, 0, 0.3);
    }

    .pushNav::-webkit-scrollbar {
        width: 1px;
        background-color: var(--white);
    }

    .pushNav::-webkit-scrollbar-thumb {
        background-color: var(--grey);
    }

    .pushNav hr {
        border: 1px solid #e4e4e4;
        padding: 0;
        margin: 12px 0;
    }

    .pushNav,
    .pushNav a {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -0.02em;
        color: var(--grey);
        text-decoration: none;
    }

    .pushNavIsOpen,
    html.pushNavIsOpen {
        overflow: hidden;
        height: 100%;
    }

    .js-topPushNav.isOpen,
    .pushNav_level.isOpen {
        right: 0;
    }

    .hdg.modal-close {
        cursor: pointer;
        transition: 0.5s ease;
        position: relative;
        top: 0;
        right: 0;
        z-index: auto;
        filter: grayscale(1);
    }

    .closeLevel img {
        filter: grayscale(1);
    }

    .openLevel {
        cursor: pointer;
        transition: 0.5s ease;
    }

    ul.pushNav li .openLevel {
        padding: 12px 16px;
    }

    ul.pushNav li .openLevel:hover {
        background: var(--bg);
        color: var(--purple);
    }

    .closeLevel.main {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 24px;
        font-weight: 600;
        letter-spacing: -0.02em;
        padding: 24px 0;
    }

    .openLevel.with-chevron {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .openLevel.with-chevron img {
        width: 20px;
        height: 20px;
    }

    .openLevel.with-icon {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .openLevel.with-icon img {
        width: 24px;
        height: 24px;
    }

    .closeLevel.back {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #e4e4e4;
    }

    .closeLevel.back span {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .closeLevel.back span img.reverse {
        transform: rotate(180deg);
        width: 10px;
        height: 20px;
    }

    .sub-menu-title div,
    .sub-menu-title .heading {
        font-size: 18px;
        font-weight: 600;
    }

    ul.pushNav li.banner-item-subtitle {
        padding: 16px 0;
    }

    .pushNav .banner {
        padding: 0;
    }

    .pushNav .banner:not(:last-child) {
        margin-bottom: 8px;
    }

    .pushNav .banner a {
        position: relative;
        overflow: hidden;
        border-radius: 16px;
        /*padding: 16px;*/
        color: var(--white);
        line-height: 1.3em;
        width: 100%;
        /*min-height: 265px;*/
        display: block;
        /*aspect-ratio: 16 / 9;*/
    }

    /*.pushNav .banner.big a {
        min-height: 455px;
    }*/

    .pushNav .banner a img {
        /*position: absolute;
        left: 0;
        top: 0;*/
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .openLevel.with-icon img.desktop {
        display: none;
    }
}

@media (max-width: 767px) {
    .pushNav {
        padding: 0 16px 100px;
    }

    .pushNav,
    .pushNav a {
        font-size: 14px;
    }

    .closeLevel.main {
        font-size: 18px;
        padding: 16px 0;
    }
}

@media (max-width: 600px) {
    ul.pushNav li:not(.more, .banner) {
        padding: 3.75vw 0;
    }

    ul.pushNav li.border {
        border-top: 0.313vw solid #e4e4e4;
        margin-top: 3.75vw;
        padding-top: 3.75vw;
    }

    ul.pushNav li.all-products,
    ul.pushNav li.link {
        padding: 3.75vw 5vw;
    }

    ul.pushNav li.link.border {
        padding: 7.5vw 5vw 3.75vw;
    }

    ul.pushNav li .openLevel {
        padding: 3.75vw 5vw;
    }

    .pushNav {
        padding: 0 5vw 25vw;
    }

    .pushNav::-webkit-scrollbar {
        width: 0.313vw;
    }

    .pushNav,
    .pushNav a {
        font-size: 4.375vw;
    }

    .closeLevel.main {
        font-size: 5.625vw;
        padding: 5vw 0;
    }

    .openLevel.with-chevron img {
        width: 6.25vw;
        height: 6.25vw;
    }

    .openLevel.with-icon {
        gap: 2.5vw;
    }

    .openLevel.with-icon img {
        width: 7.5vw;
        height: 7.5vw;
    }

    .closeLevel.back span {
        gap: 2.5vw;
    }

    .closeLevel.back span img.reverse {
        width: 3.125vw;
        height: 6.25vw;
    }

    .sub-menu-title div,
    .sub-menu-title .heading {
        font-size: 5.625vw;
    }

    ul.pushNav li.banner-item-subtitle {
        padding: 5vw 0;
    }

    .pushNav .banner:not(:last-child) {
        margin-bottom: 2.5vw;
    }

    .pushNav .banner a {
        border-radius: 5vw;
        /*padding: 5vw;
        height: 43.75vw;
        min-height: 43.75vw;*/
    }
}

/* SLIDER-WITH-BG */
.slider-with-bg .wrap {
    padding: 80px 0;
}

.section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slider-with-bg .section-heading {
    margin-bottom: 40px;
}

.section-heading .slider__navigation {
    display: flex;
    gap: 12px;
}

.section-heading .slider__navigation .slider__btn {
    cursor: pointer;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-heading .slider__navigation .slider__btn.swiper-button-disabled {
    opacity: 0.3;
}

.slider-with-bg .slider {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.slider-with-bg .slider .swiper {
    width: 100%;
}

/*@media (max-width: 1439px) {
    .slider-with-bg .slider {
        grid-template-columns: 1fr 2fr;
        gap: 16px;
    }
}*/
@media (min-width: 1280px) and (max-width: 1919px) {
    .slider-with-bg .wrap {
        padding: 4.169vw 0;
    }
    .slider-with-bg .section-heading {
        margin-bottom: 2.084vw;
    }
    .section-heading .slider__navigation {
        gap: 0.625vw;
    }
    .section-heading .slider__navigation .slider__btn {
        width: 2.501vw;
        height: 2.501vw;
    }
    .slider-with-bg .slider {
        gap: 1.251vw;
    }
}
@media (max-width: 1279px) {
    .slider-with-bg .slider {
        grid-template-columns: 476px 1fr;
        gap: 16px;
    }

    .slider-with-bg .section-heading {
        margin-bottom: 24px;
    }

    .section-heading .slider__navigation .slider__btn {
        width: 40px;
        height: 40px;
    }

    .slider-with-bg .slider .swiper .swiper-slide {
        width: 230px;
    }
}

@media (max-width: 1023px) {
    .slider-with-bg {
        overflow: hidden;
    }

    .slider-with-bg .slider {
        display: flex;
    }

    .slider-with-bg .slider .zero {
        display: none;
    }

    .slider-with-bg .swiper {
        overflow: visible;
    }
}

@media (max-width: 767px) {
    .slider-with-bg .wrap {
        padding: 48px 0;
    }

    .slider-with-bg .section-heading {
        margin-bottom: 16px;
    }

    .section-heading .slider__navigation {
        display: none;
    }

    .slider-with-bg .swiper-slide {
        width: 212px;
    }
}

@media (max-width: 600px) {
    .slider-with-bg .wrap {
        padding: 15vw 0;
    }

    .slider-with-bg .section-heading {
        margin-bottom: 5vw;
    }

    .slider-with-bg .slider .swiper .swiper-slide {
        width: 66.25vw;
    }
}

/* PRODUCT-CARD */
.product-card {
    border-radius: 16px;
    background: var(--white);
    padding: 14px 14px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-card__top {
    position: relative;
    padding: 12px 12px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-card__like {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-card__like img {
    opacity: 0.5;
    transition: 0.5s ease;
}

.product-card__like:hover img {
    opacity: 1;
    transition: 0.5s ease;
}

.product-card__labels {
    display: flex;
    flex-wrap: wrap;    
    gap: 4px;
    position: absolute;    
}

.product-card__labels span {
    padding: 0 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1.3em;
    display: flex;
    align-items: center;
    height: 34px;
}

.product-card__image {
    height: 273px;
    display: flex;
    justify-content: center;
    margin-top: 46px;
}

.product-card__image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.product-card__bottom {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.product-card__title {
    line-clamp: 3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 80px;
    font-size: 20px;
    line-height: 1.3em;
}

.product-card__main {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
    gap: 10px;
}

.product-card__price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}

.product-card__price .price__old {
    font-size: 16px;
    line-height: 1.3em;
    color: #999999;
    text-decoration: line-through;
}

.product-card__price .price__new {
    font-size: 24px;
    line-height: 1.1em;
}

.product-btn {
    padding: 17px 32px;
    font-size: 16px;
    letter-spacing: -0.02em;
    border-radius: 90px;
    border: 1px solid var(--purple);
    transition: 0.5s ease;
	font-weight: 500;
    line-height: normal;
    min-width: 153px;
}
.product-btn.primary {
    background: var(--purple);
    color: var(--white);
    transition: 0.5s ease;
}

.product-btn.primary:hover {
    background: var(--dark-purple);
    transition: 0.5s ease;
}

.product-btn.secondary {
    background: var(--white);
    color: var(--purple);
    transition: 0.5s ease;
}

.product-btn.secondary:hover {
    background: var(--purple);
    color: var(--white);
    transition: 0.5s ease;
}
.product-btn.product-dialog-trigger {
    background: var(--white);
    color: var(--tetritary);
    border: 1px solid var(--tetritary);
} 
@media (min-width: 1280px) and (max-width: 1919px) {
    .product-card {
        border-radius: 0.834vw;
        padding: 0.729vw 0.729vw 1.251vw;
        gap: 0.834vw;
    }
    .product-card__top {
        padding: 0.625vw 0.625vw 0;
        gap: 0.625vw;
    }
    .product-card__like {
        width: 2.189vw;
        height: 2.189vw;
    }
    .product-card__labels {
        gap: 0.208vw;
    }
    .product-card__labels span {
        padding: 0 0.625vw;
        border-radius: 0.313vw;
        font-size: 0.729vw;
        height: 1.772vw;
    }
    .product-card__image {
        height: 14.226vw;
        margin-top: 2.398vw;
    }
    .product-card__bottom {
        padding: 0 0.521vw;
        gap: 0.990vw;
    }
    .product-card__title {
        height: 4.169vw;
        font-size: 1.042vw;
    }
    .product-card__main {
        gap: 0.521vw;
    }
    .product-card__price {
        gap: 0.208vw;
    }
    .product-card__price .price__old {
        font-size: 0.834vw;
    }
    .product-card__price .price__new {
        font-size: 1.251vw;
    }
    .product-btn {
        padding: 0.886vw 1.668vw;
        font-size: 0.834vw;
        border-radius: 4.690vw;
        border-width: 0.052vw;
        min-width: 7.974vw;
    }
}
@media (max-width: 1279px) {
    .product-card {
        padding: 10px 10px 14px;
        gap: 18px;
    }

    .product-card__top {
        padding: 4px 4px 0;
        gap: 8px;
    }

    .product-card__like {
        top: -5px;
        right: -5px;
    }

    .product-card__labels {
        display: flex;
    }

    .product-card__labels span {
        font-size: 12px;
        font-weight: 500;
        height: 28px;
    }

    .product-card__image {
        height: 164px;
        margin-top: 36px;
    }

    .product-card__bottom {
        padding: 0 4px;
        gap: 8px;
    }

    .product-card__title {
        height: 48px;
        font-size: 12px;
    }

    .product-card__price .price__old {
        font-size: 12px;
    }

    .product-card__price .price__new {
        font-size: 16px;
        line-height: 1.3em;
        letter-spacing: -0.02em;
    }

    .product-btn {
        padding: 12px 12px;
        font-size: 12px;
        min-width: 100px;
    }
}

@media (max-width: 1023px) {
    .product-card__title {
        line-clamp: 2;
        -webkit-line-clamp: 2;
        height: 31px;
    }
}

@media (max-width: 600px) {
    .product-card {
        border-radius: 5vw;
        padding: 3.125vw 3.125vw 4.375vw;
        gap: 3.125vw;
    }

    .product-card__top {
        padding: 1.25vw 1.25vw 0;
        gap: 2.5vw;
    }

    .product-card__like {
        width: 9.375vw;
        height: 9.375vw;
        top: 0;
        right: 0;
    }

    .product-card__labels {
        gap: 1.25vw;
    }

    .product-card__labels span {
        padding: 0 3vw;
        border-radius: 1.875vw;
        font-size: 3vw;
        height: 7vw;
    }

    .product-card__image {
        height: 48.75vw;
        margin-top: 11.26vw;
    }

    .product-card__bottom {
        padding: 0 1.25vw;
        gap: 2.5vw;
    }

    .product-card__title {
        height: 9.688vw;
        font-size: 3.75vw;
    }

    .product-card__price {
        gap: 0.625vw;
    }

    .product-card__price .price__old {
        font-size: 3.75vw;
    }

    .product-card__price .price__new {
        font-size: 5vw;
    }

    .product-btn {
        padding: 3.75vw;
        font-size: 3.75vw;
        border-radius: 28.125vw;
        border: 0.313vw solid var(--purple);
        min-width: 30vw;
    }
    .catalog__grid .product-btn {
        min-width: 40vw;
    }
}

/* SLIDER-STANDART */
.slider-standart {
    padding: 40px 0;
    background: var(--bg);
}

.slider-standart .wrap {
    display: flex;
    flex-direction: column;
    gap: 44px;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .slider-standart {
        padding: 2.084vw 0;
    }
    .slider-standart .wrap {
        gap: 2.293vw;
    }
}
@media (max-width: 1279px) {
    .slider-standart {
        overflow: hidden;
    }

    .slider-standart .wrap {
        gap: 32px;
    }

    .slider-standart .swiper {
        overflow: visible;
    }

    .slider-standart .swiper .swiper-slide {
        width: 230px;
    }
}

@media (max-width: 767px) {
    .slider-standart {
        padding: 24px 0;
    }

    .slider-standart .wrap {
        gap: 16px;
    }

    .slider-standart .slider__navigation {
        display: none;
    }

    .slider-standart .swiper {
        padding-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .slider-standart {
        padding: 7.5vw 0;
    }

    .slider-standart .wrap {
        gap: 5vw;
    }

    .slider-standart .swiper {
        padding-bottom: 6.25vw;
    }

    .slider-standart .swiper .swiper-slide {
        width: 66.25vw;
    }
}

/* FOOTER */
.footer {
    background: var(--black);
    color: var(--white);
    overflow: hidden;
    position: relative;
}

.footer-top {
    padding: 120px 0 40px;
    display: flex;
    align-items: start;
}

.footer-top__logo {
    display: flex;
    width: 121px;
}

.footer-top__cat-menu {
    margin-left: 190px;
    display: flex;
    align-items: start;
    gap: 120px;
}

.cat-menu__item {
    overflow: hidden;
}

.cat-menu__item .item__title a {
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
}

.cat-menu__item .item__title span {
    display: none;
}

.cat-menu__item .item__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
}

.cat-menu__item .item__list li a {
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    opacity: 0.7;
    transition: 0.5s ease;
}

.cat-menu__item .item__list li a:hover {
    opacity: 1;
    transition: 0.5s ease;
}

.footer-top {
    position: relative;
}

.footer-top__contacts {
    width: 247px;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 32px;
    margin-left: auto;
}

.footer-top__contacts .default-btn {
    width: 100%;
    justify-content: center;
}

.footer-top__contacts .contacts__social {
    display: flex;
    gap: 8px;
}

.footer-top__contacts .contacts__social a {
    display: flex;
    width: 40px;
    height: 40px;
    opacity: 0.65;
    position: relative;
}

.footer-top__contacts .contacts__social a img.hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: 0.5s ease;
}

.footer-top__contacts .contacts__social a:hover img.hover {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transition: 0.5s ease;
}

.footer-top__contacts .contacts__call {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 8px;
    font-size: 16px;
    font-weight: normal;
}

.footer-top__contacts .contacts__call a {
    font-weight: 600;
    font-size: 20px;
    color: var(--white);
}

.footer-top__contacts .contacts__call .call__address {
    display: none;
}

.footer-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
}

.footer-center__left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-center__right {
    display: flex;
    align-items: center;
    gap: 22px;
}

.footer-bottom {
    position: relative;
    display: flex;
    align-items: center;
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom__copy {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.1em;
}

.footer-bottom__links {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: 42px;
}

.footer-bottom__links a {
    font-size: 14px;
    color: #7d7d7d;
    font-weight: 500;
    transition: 0.5s ease;
}

.footer-bottom__links a:hover {
    color: var(--white);
    transition: 0.5s ease;
}

.footer-bottom__dev {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    margin-left: auto;
}

.top-btn {
    position: fixed;
    left: 40px;
    width: 60px;
    height: 60px;
    z-index: 4;
    border-radius: 100%;
    background: var(--black);
    transition: 0.5s ease;
    opacity: 0;
    bottom: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    pointer-events: none;
}

.top-btn.top-btn_show {
    opacity: 1;
    pointer-events: auto;
}
/*
@media (max-width: 1699px) {
    .footer-top__cat-menu {
        margin-left: 100px;
    }
}

@media (max-width: 1549px) {
    .footer-top__cat-menu {
        gap: 80px;
    }
}

@media (max-width: 1439px) {
    .footer-top__cat-menu {
        gap: 50px;
        margin-left: 50px;
    }
}
*/
@media (min-width: 1280px) and (max-width: 1919px) {
    .footer-top {
        padding: 6.253vw 0 2.084vw;
    }
    .footer-top__logo {
        width: 6.305vw;
    }
    .footer-top__cat-menu {
        margin-left: 9.901vw;
        gap: 6.253vw;
    }
    .cat-menu__item .item__title a {
        font-size: 0.834vw;
    }
    .cat-menu__item .item__list {
        gap: 0.834vw;
        margin-top: 1.251vw;
    }
    .cat-menu__item .item__list li a {
        font-size: 0.834vw;
    }
    .footer-top__contacts {
        width: 12.871vw;
        gap: 1.668vw;
    }
    .footer-top__contacts .contacts__social {
        gap: 0.417vw;
    }
    .footer-top__contacts .contacts__social a {
        width: 2.084vw;
        height: 2.084vw;
    }
    .footer-top__contacts .contacts__call {
        gap: 0.417vw;
        font-size: 0.834vw;
    }
    .footer-top__contacts .contacts__call a {
        font-size: 1.042vw;
    }
    .footer-center {
        padding: 1.251vw 0;
    }
    .footer-center__left {
        gap: 0.521vw;
    }
    .footer-center__right {
        gap: 1.146vw;
    }
    .footer-bottom {
        padding: 0.834vw 0;
        border-top: 0.052vw solid rgba(255, 255, 255, 0.1);
    }
    .footer-bottom__copy {
        font-size: 0.729vw;
    }
    .footer-bottom__links {
        gap: 0.834vw;
        margin-left: 2.189vw;
    }
    .footer-bottom__links a {
        font-size: 0.729vw;
    }
    .footer-bottom__dev {
        gap: 0.625vw;
        font-size: 0.729vw;
    }
    .top-btn {
        left: 2.084vw;
        width: 3.126vw;
        height: 3.126vw;
        bottom: 2.084vw;
    }
}
@media (max-width: 1279px) {
    .footer-top {
        flex-wrap: wrap;
    }

    .footer-top__cat-menu {
        width: 100%;
        margin: 120px 0 0;
        order: 3;
        justify-content: space-between;
        gap: 0;
    }

    .footer-top__contacts {
        order: 2;
    }

    .footer-top__contacts .contacts__social {
        position: absolute;
        left: 0;
        top: 209px;
    }

    .footer-top__contacts .contacts__call {
        position: absolute;
        right: 0;
        top: 209px;
    }

    .footer-bottom {
        align-items: end;
    }

    .footer-bottom__copy {
        width: 185px;
    }

    .footer-bottom__links {
        margin-left: 95px;
        flex-direction: column;
        align-items: start;
        gap: 8px;
    }

    .top-btn {
        left: 24px;
    }
}

@media (max-width: 1023px) {
    .cat-menu__item .item__list {
        gap: 14px;
    }

    .cat-menu__item .item__list li a {
        font-size: 14px;
    }

    .footer-top__contacts {
        width: 174px;
    }

    .footer-center {
        flex-direction: column;
        align-items: start;
        gap: 40px;
    }

    .footer-bottom {
        padding: 115px 0 16px;
    }

    .footer-bottom__copy {
        width: fit-content;
    }

    .footer-bottom__links {
        position: absolute;
        left: 0;
        top: 16px;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .footer-top {
        padding: 24px 0;
        gap: 24px;
    }

    .footer-top__logo {
        width: 99px;
    }

    .footer-top__cat-menu {
        order: 2;
        flex-direction: column;
        gap: 13px;
        align-items: start;
        margin: 0;
    }

    .cat-menu__item {
        width: 100%;
        padding-bottom: 13px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .cat-menu__item .item__title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .cat-menu__item .item__title a {
        font-size: 12px;
        pointer-events: none;
    }

    .cat-menu__item .item__title span {
        display: block;
    }

    .acc .acc-heading span svg {
        transition: 0.5s ease;
    }

    .acc.active .acc-heading span svg {
        transform: rotate(180deg);
        transition: 0.5s ease;
    }

    .cat-menu__item .item__list {
        gap: 13px;
        margin-top: 13px;
        opacity: 0;
    }

    .cat-menu__item.active .item__list {
        opacity: 1;
    }

    .cat-menu__item .item__list li a {
        font-size: 12px;
    }

    .footer-top__contacts {
        width: 100%;
        order: 3;
        align-items: start;
        gap: 24px;
    }

    .footer-top__contacts .contacts__social {
        position: relative;
        left: 0;
        top: 0;
    }

    .footer-top__contacts .contacts__social a {
        width: 32px;
        height: 32px;
        opacity: 1;
    }

    .footer-top__contacts .contacts__call {
        position: relative;
        top: 0;
        align-items: start;
        gap: 6px;
        font-size: 12px;
    }

    .footer-top__contacts .contacts__call a {
        font-size: 14px;
    }

    .footer-top__contacts .contacts__call .call__address {
        display: block;
        font-size: 14px;
        font-weight: normal;
        margin-top: 12px;
    }

    .footer-center {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer-center__left {
        gap: 8px;
    }

    .footer-center__left div:first-child {
        width: 124px;
    }

    .footer-center__left div:last-child {
        width: 120px;
    }

    .footer-center__right {
        display: none;
    }

    .footer-bottom {
        padding: 24px 0 0;
        flex-direction: column;
        gap: 24px;
        align-items: start;
    }

    .footer-bottom__links {
        position: relative;
        top: 0;
        order: 1;
    }

    .footer-bottom__links a {
        font-size: 12px;
    }

    .footer-bottom__copy {
        order: 2;
        font-size: 12px;
        color: #7d7d7d;
        font-weight: 500;
    }

    .footer-bottom__dev {
        order: 3;
        justify-content: center;
        gap: 8px;
        padding: 8px 0;
        background: #222222;
        margin: 0 0 0 -16px;
        width: 100vw;
        font-size: 12px;
    }

    .footer-bottom__dev img {
        width: 42px;
    }
}

@media (max-width: 600px) {
    .footer-top {
        padding: 7.5vw 0;
        gap: 7.5vw;
    }

    .footer-top__logo {
        width: 30.938vw;
    }

    .footer-top__cat-menu {
        gap: 4.063vw;
    }

    .cat-menu__item {
        padding-bottom: 4.063vw;
        border-bottom: 0.313vw solid rgba(255, 255, 255, 0.2);
    }

    .cat-menu__item .item__title a {
        font-size: 3.75vw;
    }

    .cat-menu__item .item__title span svg {
        width: 3.75vw;
        height: 3.75vw;
    }

    .cat-menu__item .item__list {
        gap: 4.063vw;
        margin-top: 4.063vw;
    }

    .cat-menu__item .item__list li a {
        font-size: 3.75vw;
    }

    .footer-top__contacts {
        gap: 7.5vw;
    }

    .footer-top__contacts .contacts__social {
        gap: 2.5vw;
    }

    .footer-top__contacts .contacts__social a {
        width: 10vw;
        height: 10vw;
    }

    .footer-top__contacts .contacts__call {
        gap: 1.875vw;
        font-size: 3.75vw;
    }

    .footer-top__contacts .contacts__call a {
        font-size: 4.375vw;
    }

    .footer-top__contacts .contacts__call span {
        opacity: 0.7;
    }

    .footer-top__contacts .contacts__call .call__address {
        font-size: 4.375vw;
        margin-top: 3.75vw;
    }

    .footer-center {
        border-top: 0.313vw solid rgba(255, 255, 255, 0.1);
    }

    .footer-center__left {
        gap: 2.5vw;
    }

    .footer-center__left div:first-child {
        width: 38.75vw;
    }

    .footer-center__left div:last-child {
        width: 37.5vw;
    }

    .footer-bottom {
        padding: 7.5vw 0 21.25vw;
        gap: 7.5vw;
    }

    .footer-bottom__links a {
        font-size: 3.75vw;
    }

    .footer-bottom__copy {
        font-size: 3.75vw;
    }

    .footer-bottom__dev {
        gap: 2.5vw;
        padding: 2.5vw 0;
        margin: 0 0 0 -5vw;
        font-size: 3.75vw;
    }

    .footer-bottom__dev img {
        width: 13.125vw;
    }

    .top-btn {
        display: none;
    }
}

/* FIX MOBILE MENU */
.fix-mobile-menu {
    display: none;
}

@media (max-width: 600px) {
    .fix-mobile-menu {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 20;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: var(--white);
        gap: 2.5vw;
        padding: 1.875vw 2.875vw;
    }
    .fix-mobile-menu span {
        position: absolute;
        bottom: 6vw;
        right: 2vw;
        border-radius: 100%;
        width: 5vw;
        height: 5vw;
        background: var(--purple);
        color: var(--white);
        font-size: 3.125vw;
        font-weight: 500;
        line-height: normal;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .fix-mobile-menu .header-bottom__fav span {
        right: 4.5vw;
    }

    .fix-mobile-menu a {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 3.125vw;
        position: relative;
    }

    .fix-mobile-menu a img {
        width: 10vw;
        height: 10vw;
    }
}

/* COOKIE */
.cookie {
    position: fixed;
    bottom: 30px;
    left: 50%;
    width: calc(100% - 80px);
    max-width: 1840px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(calc(100% + 30px));
    transition: 0.3s;
    pointer-events: none;
}

.cookie.active {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    visibility: visible;
}

.cookie .container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.cookie-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    pointer-events: none;
}

.cookie-modal {
    padding: 32px;
    background: var(--white);
    display: flex;
    align-items: center;
    border-radius: 16px;
    gap: 24px;
    width: 666px;
    max-width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.1);
    pointer-events: auto;
}

.cookie-modal span {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
    width: 348px;
}

.cookie-modal span a {
    color: var(--purple);
}

.cookie-modal .default-btn {
    width: 230px;
    height: 60px;
    justify-content: center;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .cookie {
        bottom: 1.563vw;
        width: calc(100% - 4.169vw);
        max-width: 95.883vw;
        transform: translateX(-50%) translateY(calc(100% + 1.563vw));
    }

    .cookie.active {
        transform: translateX(-50%) translateY(0);
    }

    .cookie-modal {
        padding: 1.668vw;
        border-radius: 0.834vw;
        gap: 1.251vw;
        width: 34.706vw;
    }
    .cookie-modal span {
        font-size: 0.938vw;
        width: 18.134vw;
    }
    .cookie-modal .default-btn {
        width: 11.985vw;
        height: 3.126vw;
    }
}
@media (max-width: 1279px) {
    .cookie {
        width: calc(100% - 48px);
    }
}

@media screen and (max-width: 767px) {
    .cookie {
        width: calc(100% - 32px);
    }

    .cookie-modal {
        padding: 16px;
        flex-direction: column;
        align-items: start;
        width: 320px;
    }

    .cookie-modal span {
        font-size: 14px;
        width: 100%;
    }

    .cookie-modal .default-btn {
        width: 100%;
        height: 48px;
    }
}

@media screen and (max-width: 600px) {
    .cookie {
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        transform: translateY(100%);
    }

    .cookie.active {
        transform: translateY(0);
    }

    .cookie .container {
        width: 100%;
    }

    .cookie-modal {
        border-radius: 0;
        gap: 2.5vw;
        padding: 2vw;
        width: 100%;
    }

    .cookie-modal span {
        font-size: 3.8vw;
    }

    .cookie-modal .default-btn {
        height: 15vw;
    }
}

/* MODAL */
.modal {
    position: fixed;
    inset: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: -1;
}

.modal.active {
    visibility: visible;
    pointer-events: auto;
    z-index: 997;
}

.overlay {
    position: fixed;
    inset: 0;
    z-index: 998;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);

    background: rgba(0, 0, 0, 0);

    transition:
        opacity 0.5s ease,
        background 0.5s ease,
        backdrop-filter 0.5s ease,
        -webkit-backdrop-filter 0.5s ease,
        visibility 0.5s ease;
}

.modal.active .overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    background: rgba(0, 0, 0, 0.2);
}

.modal .wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 598px;
    height: auto;
    z-index: 999;
    background: var(--white);
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
}

.modal.active .wrap {
    opacity: 1;
    visibility: visible;
}

.mobile-menu.modal .wrap {
    opacity: 1 !important;
}

@media screen and (min-width: 1024px) {
    #modal-cat .wrap {
        position: fixed;
        top: 0;
        left: -980px;
        transform: none;
        width: 980px;
        height: 100%;
        padding: 32px 40px;
        border-radius: 0;
        transition: 0.5s ease;
    }

    #modal-cat.active .wrap {
        left: 0;
        transition: 0.5s ease;
    }
}

@media screen and (min-width: 1200px) {
    #modal-cat .wrap {
        left: -1034px;
        width: 1034px;
    }
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .modal.active .overlay {
        backdrop-filter: blur(0.521vw);
        -webkit-backdrop-filter: blur(0.521vw);
    }
    .modal .wrap {
        width: 31.162vw;
        padding: 1.668vw;
        gap: 1.251vw;
        border-radius: 0.834vw;
    }
    #modal-cat .wrap {
        left: -53.882vw;
        width: 53.882vw;
        padding: 1.668vw 2.084vw;
    }
}
@media screen and (max-width: 1023px) {
    #modal-cat .overlay {
        display: none;
    }
}

.modal-close {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 16px;
    right: 16px;
    z-index: 1000;
    transition: 0.5s ease;
}

.modal form .body {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.modal form .input-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.modal form .input-item {
    position: relative;
}

.modal form button {
    height: 60px;
    justify-content: center;
}
.modal .lk-payment form button {
    height: inherit;
}

.modal form .body__bottom {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.modal form .body__bottom .label-policy label span {
    color: var(--tetritary);
}

.modal form .body__bottom .label-policy label span a {
    color: var(--grey);
}

@media (min-width: 1280px) and (max-width: 1919px) {
    .modal-close {
        width: 1.251vw;
        height: 1.251vw;
        top: 0.834vw;
        right: 0.834vw;
    }
    .modal form .body {
        gap: 1.251vw;
    }
    .modal form .input-group {
        gap: 0.625vw;
    }
    .modal form button {
        height: 3.126vw;
    }
    .modal form .body__bottom {
        gap: 0.417vw;
    }
}
@media screen and (max-width: 767px) {
    .modal .wrap {
        width: 90%;
        padding: 16px;
    }
}

@media screen and (max-width: 600px) {
    .modal .wrap {
        padding: 5vw;
        gap: 5vw;
        border-radius: 5vw;
    }

    .modal-close {
        width: 5vw;
        height: 5vw;
        top: 5vw;
        right: 5vw;
    }

    .modal form .body {
        gap: 5vw;
    }

    .modal form .input-group {
        gap: 2.5vw;
    }

    .modal form button {
        height: 15vw;
    }

    .modal form .body__bottom {
        gap: 2.5vw;
    }
}

#modal-thx .modal__title {
    text-align: center;
}

#modal-thx .btn-close {
    justify-content: center;
}

.modal .modal-escape {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    color: var(--tetritary);
    line-height: 1.2em;
    cursor: pointer;
}

.modal .js-auth-change-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    color: var(--tetritary);
    line-height: 1.2em;
    cursor: pointer;
}

#modal-pin .modal__heading {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#modal-pin .modal__heading .modal__text {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
}

#modal-pin .modal__heading .modal__text .modal__info {
    font-size: 18px;
    font-weight: 600;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .modal .modal-escape {
        gap: 0.417vw;
        font-size: 0.834vw;
    }
    .modal .js-auth-change-phone {
        gap: 0.417vw;
        font-size: 0.834vw;
    }
    #modal-pin .modal__heading {
        gap: 0.834vw;
    }
    #modal-pin .modal__heading .modal__text {
        gap: 0.625vw;
        font-size: 0.834vw;
    }
    #modal-pin .modal__heading .modal__text .modal__info {
        font-size: 0.938vw;
    }
}

@media (max-width: 600px) {
    #modal-pin .form_pin {
        margin-top: 2vw;
    }
}

#modal-pin .form_pin .input-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 24px;
    position: relative;
}

#modal-pin .form_pin .input-group .input-group__error {
    display: none;
}

#modal-pin .form_pin .input-group.error .input-group__error {
    display: block;
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: -0.02em;
    color: var(--error);
    text-align: center;
}

#modal-pin .form_pin .input-group .input-item {
    width: 64px;
}

#modal-pin .form_pin .input-group .input-item input {
    text-align: center;
    font-size: 24px;
}

.modal .other-code p {
    text-align: center;
}

.modal .other-code p span {
    display: inline;
}

.modal .other-code button {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    #modal-pin .form_pin .input-group {
        gap: 1.251vw;
    }
    #modal-pin .form_pin .input-group.error .input-group__error {
        top: -1.251vw;
        font-size: 0.625vw;
    }
    #modal-pin .form_pin .input-group .input-item {
        width: 3.335vw;
    }
    #modal-pin .form_pin .input-group .input-item input {
        font-size: 1.251vw;
    }
    .modal .other-code button {
        height: 3.126vw;
        border-radius: 0.521vw;
        font-size: 0.834vw;
    }
}
@media screen and (max-width: 767px) {
    #modal-pin .form_pin .input-group .input-item {
        width: 48px;
    }
    .modal .other-code button {
        font-size: 12px;
    }
}

@media screen and (max-width: 600px) {
    .modal .modal-escape {
        gap: 1.25vw;
        font-size: 3.75vw;
    }
    .modal .modal-escape img {
        width: 4.375vw;
    }

    .modal .js-auth-change-phone {
        gap: 1.25vw;
        font-size: 3.75vw;
    }

    .modal .js-auth-change-phone img {
        width: 4.375vw;
    }

    #modal-pin .modal__heading {
        gap: 3.75vw;
    }

    #modal-pin .modal__heading .modal__text {
        gap: 1.25vw;
        font-size: 3.75vw;
    }

    #modal-pin .modal__heading .modal__text .modal__info {
        font-size: 5vw;
    }
    #modal-pin .form_pin .input-group {
        justify-content: space-between;
        gap: 0;
    }
    #modal-pin .form_pin .input-group .input-item {
        width: 15vw;
    }
    #modal-pin .form_pin .input-group .input-item input {
        font-size: 5.625vw;
    }
    .modal .other-code button {
        font-size: 3.75vw;
        height: 15vw;
        border-radius: 2.5vw;
    }
}

ul.pushNav > li.more li.all-products.li-lev-2 {
    display: none;
}

@media screen and (max-width: 1023px) {
    ul.pushNav > li.more li.all-products.li-lev-2 {
        display: block;
    }
}


ul.pushNav > li.more li.all-products.li-lev-1 {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px;
    text-decoration: underline;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    ul.pushNav > li.more li.all-products.li-lev-1 {
        right: 0.521vw;
        font-size: 0.729vw;
    }
}
@media screen and (max-width: 1023px) {
    ul.pushNav > li.more li.all-products.li-lev-1 {
        position: relative;
        font-size: inherit;
        text-decoration: none;
    }
}
ul.banner-item li.banner {
    max-width: 660px;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    ul.banner-item li.banner {
        max-width: 34.394vw; 
    }
}
@media screen and (max-width: 1023px) {
    ul.banner-item li.banner {
        max-width: 100%;
    }
}

.main-h1 {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.3em;
  letter-spacing: -0.02em;
}
@media (max-width: 600px) {
    .main-h1 {
        font-size: 3.75vw;
    }
}

#modal-soglasie p {
    font-size: 14px;
}
@media (max-width: 767px) {
    #modal-soglasie p {
        font-size: 12px;
    }
}
@media (max-width: 600px) {
    #modal-soglasie p {
        font-size: 3.75vw;
    }
}
.modal .default-btn {
    justify-content: center;
}
/* End */


/* Start:/local/templates/main/assets/css/swiper-bundle.min.css?178490137518448*/
/**
 * Swiper 11.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 27, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/main/assets/css/product.css?178704804487985*/
/* product-button */

.product-button {
    padding: 17px 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    transition: 0.3s;
    border-radius: 10px;
    background: var(--white);
    border: 1px solid transparent;
}

.product-button--accent {
    background: var(--purple);
    color: var(--white);
    text-align: center;
}

.product-button--outline {
    color: var(--purple);
    background: transparent;
    border-color: var(--purple);
}

@media not all and (hover: none) {
    .product-button:hover {
        background: var(--dark-purple);
    }

    .product-button--accent:hover {
        background: var(--dark-purple);
    }

    .product-button--outline:hover {
        border-color: var(--purple);
        background: var(--purple);
        color: var(--white);
    }
}

/* split */
.split {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.split__title {
    font-size: 18px;
    color: var(--purple);
}
.split-box {
    padding: 12px 20px;
    background: #f3f2f6;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 16px;
    font-weight: 500;
}

.split-box__head {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
}

.split-box__head-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: var(--white);
}

.split-box__info {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    align-items: center;
}

.split-box__info-discont {
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 14px;
    font-weight: 700;
    font-size: 12px;
    background: url("/local/templates/main/assets/css/../img/icons/discont-bg.svg") center center / 100% 100%
        no-repeat;
}

.split-box__info-text {
    display: flex;
    gap: 8px;
}

.split-box__info-text span {
    font-weight: 600;
}

.split--monthly .split-box__info {
    grid-template-columns: 1fr auto;
}

.split--monthly .split-box__info-discont {
    display: none;
}

.split--monthly .split-box__steps {
    grid-template-columns: 1fr 3fr;
}

.split-box__radios {
    padding: 4px;
    background: var(--white);
    border-radius: 16px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
}

.split-box__radio {
    cursor: pointer;
}

.split-box__radio input {
    display: none;
}

.split-box__radio-button {
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #35353580;
    transition: 0.3s;
    background: var(--white);
    border-radius: 12px;
    line-height: 1.25;
}

.split-box__radio-button span {
    display: none;
}

.split-box__radio input:checked ~ .split-box__radio-button {
    box-shadow: 0 2px 5px 0 rgba(210, 210, 210, 0.6);
    color: var(--dark-purple);
}

.split-box__radio input:checked ~ .split-box__radio-button span {
    display: block;
}

.split-box__steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    line-height: 1.3;
}

.split-box__step-line {
    margin: 3px 0px;
    width: 100%;
    display: block;
    height: 4px;
    background: #e1e0e4;
    border-radius: 16px;
}

.split-box__step-date {
    display: block;
    margin-bottom: 1px;
    color: #35353580;
    font-size: 13px;
    font-weight: 500;
}

.split-box__step-total {
    font-weight: 600;
    font-size: 14px;
}

.split-box__step:first-child .split-box__step-line {
    background: linear-gradient(270deg, #834eea 0%, #dbc9ff 100%);
}

.split-box__step:first-child .split-box__step-date {
    color: #353535;
}

/* product-dialog */

.product-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    visibility: hidden !important;
}

.product-dialog--active {
    visibility: visible !important;
}

.product-dialog__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.product-dialog__box {
    width: 100%;
    max-width: 600px;
    max-height: 100%;
    overflow-y: auto;
    position: relative;
    z-index: 2;
    padding: 32px;
    border-radius: 16px;
    background: var(--white);
    display: flex;
    flex-direction: column;
    gap: 24px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.product-dialog--active .product-dialog__overlay,
.product-dialog--active .product-dialog__box {
    opacity: 1;
    visibility: visible;
}

.product-dialog__box .product-dialog__specs[hidden] {
    display: none;
}

.product-dialog__box .subtext {
    font-size: 14px;
    margin: 0 0 -10px;
    color: var(--tetritary);
}

.product-dialog__close {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 16px;
    right: 16px;
}

.product-dialog__close img {
    width: 18px;
}

.product-dialog__draggble {
    display: none;
}

.product-dialog__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.product-dialog__title {
    font-size: 24px;
    font-weight: 600;
}

.product-dialog__item {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 8px;
}

.product-dialog__item-image {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-dialog__item-image {
    object-fit: contain;
}

.product-dialog__item-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-dialog__item-title {
    font-size: 16px;
    font-weight: 500;
}

.product-dialog__specs {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 24px;
}

.product-dialog__specs-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
}

.product-dialog__specs-item span {
    color: #99a2a3;
}

.product-dialog__price {
    display: flex;
    flex-direction: column;
}

.product-dialog__price-last {
    font-size: 12px;
    color: #99a2a3;
    text-decoration: line-through;
}

.product-dialog__price-actual {
    font-size: 20px;
}

/* prodcut-page */

.product-page {
    background: var(--bg);
}

/* product */

.product {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
}

/* prodcut-content */

.product-content {
    display: grid;
    grid-template-columns: 833px 1fr;
    gap: 24px;
}

/* prodcut-gallery */

.product-gallery {
    display: grid;
    grid-template-columns: 132px 1fr;
    grid-template-rows: 720px;
    gap: 16px;
}

/* product-gallery__thumbs */

.product-gallery__thumbs {
    height: 100%;
    position: relative;
}
.product-gallery__thumbs .swiper-wrapper {
    flex-direction: column;
}
.product-gallery__thumbs::before {
    content: "";
    width: 100%;
    height: 94px;
    background: linear-gradient(
        180deg,
        #f9f9f9 0%,
        rgba(249, 249, 249, 0) 100%
    );
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.product-gallery__thumbs::after {
    content: "";
    width: 100%;
    height: 94px;
    background: linear-gradient(
        180deg,
        #f9f9f9 0%,
        rgba(249, 249, 249, 0) 100%
    );
    display: none;
    transform: rotate(180deg);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.product-gallery__thumbs-item {
    width: 132px;
    height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-radius: 8px;
    background: var(--white);
    margin-bottom: 12px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.product-gallery__thumbs-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-gallery__thumbs-item--video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #6565653d;
    z-index: 2;
}

.product-gallery__thumbs-item--video:after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("/local/templates/main/assets/css/../img/icons/play-video.svg");
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.product-gallery__thumbs:has(
        .product-gallery__thumbs-item:first-child:not(
                .swiper-slide-fully-visible
            )
    )::before {
    display: block;
}

.product-gallery__thumbs:has(
        .product-gallery__thumbs-item:last-child:not(
                .swiper-slide-fully-visible
            )
    )::after {
    display: block;
}

/* product-gallery__slider */

.product-gallery__slider {
    width: 100%;
    height: 720px;
    background: var(--white);
    border-radius: 16px;
    position: relative;
}
.product-gallery__slider-item {
    width: 100%;
    height: 100%;
    padding: 100px 100px 70px 100px;
    position: relative;
    overflow: hidden;
}

.product-gallery__slider-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-gallery__slider-item video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.product-gallery__slider-item--video::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #6565653d;
    z-index: 2;
}

.product-gallery__slider-item--video::after {
    content: "";
    width: 48px;
    height: 48px;
    background-image: url("/local/templates/main/assets/css/../img/icons/play-video.svg");
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    cursor: pointer;
}

.product-gallery__slider-item--play img {
    display: none;
}

.product-gallery__slider-item--play video {
    display: block;
}

.product-gallery__slider-item--play::before {
    display: none;
}

.product-gallery__slider-item--play::after {
    display: none;
}

/* product-gallery__head */

.product-gallery__head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 6px;
    z-index: 2;
}

.product-gallery__badges {
    display: flex;
    align-items: center;
    gap: 6px;
}

.product-gallery__badges-item {
    padding: 8px 12px;
    border-radius: 6px;
    color: var(--white);
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
}

.product-gallery__badges-item--dark {
    color: var(--grey);
}

.product-gallery__favorite {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery__favorite svg path {
    transition: 0.3s;
}

@media not all and (hover: none) {
    .product-gallery__favorite:hover svg path {
        stroke: var(--purple);
        stroke-opacity: 1;
    }
}

.product-gallery__favorite--active svg path {
    stroke: var(--purple);
    fill: var(--purple);
    stroke-opacity: 1;
}

@media not all and (hover: none) {
    .product-gallery__favorite--active:hover svg path {
        stroke: var(--dark-purple);
        fill: var(--dark-purple);
        stroke-opacity: 1;
    }
}

/* product-gallery__pagination  */

.product-gallery__pagination {
    position: absolute;
    width: 100%;
    bottom: 20px !important;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.product-gallery__pagination .swiper-pagination-bullet {
    margin: 0 !important;
    width: 8px;
    height: 8px;
    background: #e4e4e4;
    opacity: 0.4;
    transition: 0.3s;
    border-radius: 4px;
}

@media not all and (hover: none) {
    .product-gallery__pagination .swiper-pagination-bullet:hover {
        background: #dadada;
        opacity: 1;
    }
}

.product-gallery__pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 28px;
    background: #dadada;
    opacity: 1;
    border-radius: 4px;
}

/* product-summary */

.product-summary {
    padding: 32px;
    background: var(--white);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* product-summary__head */

.product-summary__head {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.product-summary__head-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
}

.product-summary__head-stock {
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-summary__head-stock span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.product-summary__head-bottom {
    display: grid;
    align-items: start;
    grid-template-columns: 1fr 60px;
    gap: 44px;
}

.product-summary__head-title {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: normal;
}

.product-summary__head-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-summary__head-logo img {
    width: 36px;
}

/* product-summary__order */

.product-summary__order {
    display: grid;
    grid-template-columns: 1fr 377px;
    gap: 32px;
}

/* product-summary__blocks */

.product-summary__blocks {
    display: flex;
    flex-direction: column;
    gap: 55px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
}

.product-summary__block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-summary__block-title {
    display: flex;
    gap: 12px;
}

.product-summary__block-title span {
    font-size: inherit;
}

.product-summary__block-radios {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.product-summary__block-radio {
    cursor: pointer;
}

.product-summary__block-radio input {
    display: none;
}

.product-summary__block-radio span {
    padding: 16px 28.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fbfbfb;
    background: #fbfbfb;
    border-radius: 8px;
    transition: 0.3s;
}

.product-summary__block-radio input:checked ~ span {
    border-color: #999999;
}

.product-summary__block-radio--color span {
    padding: 6.5px;
    border-radius: 8px;
}

.product-summary__block-radio-color {
    width: 49px;
    height: 49px;
    border-radius: 4px;
}

@media not all and (hover: none) {
    .product-summary__block-radio:hover span {
        border-color: #999999;
    }
}
.product-summary__buy {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.product-summary__cart {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-summary__price {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-summary__price-top {
    display: flex;
    gap: 6px;
    align-items: baseline;
}

.product-summary__price-actual {
    font-size: 32px;
    font-weight: 500;
}

.product-summary__price-last {
    font-size: 20px;
    font-weight: 500;
    color: rgba(51, 51, 51, 0.5);
    text-decoration: line-through;
}

.product-summary__price-text {
    font-size: 16px;
    font-weight: 500;
    color: #999;
}

/* product-summary__buttons */

.product-summary__buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-summary__buttons button {
    width: 100%;
}

/* prodcut-cards */

.prodcut-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    line-height: 1.3;
}

.prodcut-cards__item {
    padding: 20px;
    background: var(--white);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.prodcut-cards__item-title {
    font-size: 20px;
}

.prodcut-cards__item-subtitle {
    font-size: 16px;
    color: #999999;
}

/* prodcut-tabs */

.prodcut-tabs {
    padding: 40px;
    border-radius: 16px;
    background: var(--white);
}

/* prodcut-tabs__buttons */

.prodcut-tabs__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 60px;
}

.prodcut-tabs__buttons-item {
    padding: 20px 40px;
    background: #f3f2f6;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    border-radius: 12px;
    transition: 0.3s;
    color: #353535;
}

.prodcut-tabs__buttons-item--active {
    color: var(--dark-purple);
}

@media not all and (hover: none) {
    .prodcut-tabs__buttons-item:hover {
        color: var(--dark-purple);
    }
}

/* product-tabs__content */

.product-tabs__content {
    display: none;
    line-height: 1.3;
}

.product-tabs__content--active {
    display: block;
}

.product-tabs__content-block {
    max-width: 1000px;
    margin: 52px 0px;
}

.product-tabs__content-block h2,
.product-tabs__content-block h3,
.product-tabs__content-block h4,
.product-tabs__content-block h5,
.product-tabs__content-block h6 {
    font-weight: 600;
}

.product-tabs__content-block > h2,
.product-tabs__content-block > h3,
.product-tabs__content-block > h4,
.product-tabs__content-block > h5,
.product-tabs__content-block > h6 {
    margin: 20px 0px !important;
    font-size: 28px;
}

.product-tabs__content-block p {
    font-weight: 400;
    font-size: 20px;
}

.product-tabs__content-block p strong {
    font-weight: 600;
}

.product-tabs__content-block > p {
    margin: 20px 0px;
}

.product-tabs__content-block > ul,
.product-tabs__content-block > ol {
    margin: 32px 0px;
    display: flex;
    flex-direction: column;
    counter-reset: counter;
    padding: 0;
}

.product-tabs__content-block > ul {
    gap: 20px;
}

.product-tabs__content-block > ul li,
.product-tabs__content-block > ol li {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    counter-increment: counter;
}

.product-tabs__content-block > ul li {
    padding-left: 40px;
}

.product-tabs__content-block > ol li {
    padding-left: 52px;
    padding-bottom: 24px;
}

.product-tabs__content-block > ol li:last-child {
    padding-bottom: 0;
}

.product-tabs__content-block > ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--dark-purple);
    position: absolute;
    left: 12px;
    top: 9px;
}

.product-tabs__content-block > ol li:before {
    content: counter(counter);
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: var(--white);
    border-radius: 4px;
    background: var(--dark-purple);
    z-index: 2;
}

.product-tabs__content-block > ol li:after {
    content: "";
    height: 100%;
    width: 1px;
    background: #481cb3;
    opacity: 50%;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 1;
}

.product-tabs__content-block ol li:last-child::after {
    content: none;
}

.product-tabs__content-block > ul li h2,
.product-tabs__content-block > ul li h3,
.product-tabs__content-block > ul li h4,
.product-tabs__content-block > ul li h5,
.product-tabs__content-block > ul li h6 {
    font-size: 20px;
}

.product-tabs__content-block .product-button {
    margin: 32px 0px;
    font-size: 16px;
    display: block;
    width: fit-content;
}

/* prodcut-review */

.product-tabs__content-block:has(.product-review) {
    max-width: 100%;
}

.product-review {
    padding: 32px 0px;
    border-radius: 16px;
    background: #f3f2f6;
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.product-review--purple {
    background: linear-gradient(90deg, #3f20a4 0%, #180c3e 100%);
    color: var(--white);
}

.product-review__block > h2,
.product-review__block > h3,
.product-review__block > h4,
.product-review__block > h5,
.product-review__block > h6 {
    font-size: 24px;
    padding: 0px 32px;
}

.product-review__block > p {
    font-size: 20px;
    margin-top: 16px;
    padding: 0px 32px;
}

.product-review__cards {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding: 0px 32px;
}

.product-review__cards--col-2 {
    grid-template-columns: repeat(2, 1fr);
}

.product-review__cards-item {
    padding: 24px;
    border-radius: 8px;
    background: var(--white);
    height: 326px;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.product-review__cards-item > h2,
.product-review__cards-item > h3,
.product-review__cards-item > h4,
.product-review__cards-item > h5,
.product-review__cards-item > h6 {
    font-size: 20px;
    color: var(--dark-purple);
}

.product-review__cards-item p {
    font-size: 20px;
    margin-top: 16px;
}

.product-review__slider {
    padding: 0px 40px;
    margin-top: 32px;
    position: relative;
}

.product-review__slider:before,
.product-review__slider:after {
    content: none;
    width: 228px;
    height: 100%;
    position: absolute;
    z-index: 2;
    opacity: 0;
    transition: 0.3s;
}

.product-review__slider:before {
    top: 0;
    left: 0;
    background: linear-gradient(270deg, rgba(34, 17, 88, 0) 0%, #3f20a4 100%);
}

.product-review__slider:after {
    top: 0;
    right: 0;
    transform: rotate(180deg);
    background: linear-gradient(270deg, rgba(34, 17, 88, 0) 0%, #180c3e 100%);
}

.product-review__slider:has(
        .product-review__slider-item:first-child:not(
                .swiper-slide-fully-visible
            )
    ):before {
    opacity: 1;
}

.product-review__slider:has(
        .product-review__slider-item:last-child:not(.swiper-slide-fully-visible)
    ):after {
    opacity: 1;
}

.product-review__slider-item {
    width: 367px;
    aspect-ratio: 1 / 1;
    background: var(--white);
    margin-right: 16px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-review__slider-item:last-child {
    margin-right: 0;
}

.product-review__slider-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.product-review__video {
    margin: 32px 32px 0px;
    max-width: 1000px;
    aspect-ratio: 1920 / 1080;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    background: var(--white);
}

.product-review__video-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-review__video-poster:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    z-index: 2;
}

.product-review__video-poster:after {
    content: "";
    width: 48px;
    height: 48px;
    background-image: url("/local/templates/main/assets/css/../img/icons/play-video.svg");
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    cursor: pointer;
}

.product-review__video-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.product-review__video video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: none;
}

.product-review__video--play .product-review__video-poster {
    display: none;
}

.product-review__video--play video {
    display: block;
}

/* product-quote */

.product-quote {
    margin: 32px 0px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    border-radius: 16px;
    background: linear-gradient(90deg, #180c3e 0%, #3f20a4 100%);
    color: var(--white);
    position: relative;
}

.product-quote:before {
    content: "";
    width: 142px;
    height: 124px;
    background: url("/local/templates/main/assets/css/../img/section/product/product-quote-before.svg") center
        center / contain no-repeat;
    position: absolute;
    bottom: 20px;
    right: 20px;
    opacity: 0.2;
}

.product-quote p {
    font-size: 20px;
    font-weight: 500;
}

.product-quote__info {
    font-size: 16px;
    font-weight: 400;
}

/* product-faq */

.product-faq {
    margin: 32px 0px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-faq__item {
    width: 100%;
    background: #f3f2f6;
    border-radius: 16px;
    padding: 0px 20px;
    overflow: hidden;
}

.product-faq__item-head {
    width: 100%;
    display: grid;
    grid-template-columns: auto 48px;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0px;
    color: #353535;
}

.product-faq__item-title {
    font-size: 20px;
    text-align: left;
}

.product-faq__item-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.product-faq__item-icon img {
    width: 18px;
}

.product-faq__item-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: 0.3s;
    overflow: hidden;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0;
}

.product-faq__item-content p {
    font-size: 16px;
    /*overflow: hidden;*/
}

.product-faq__item--active .product-faq__item-icon {
    transform: rotate(45deg);
}

.product-faq__item--active .product-faq__item-content {
    grid-template-rows: 1fr;
    padding-bottom: 20px;
    max-height: 1000px;
}

/* product-advantages */

.product-tabs__content-block:has(.product-advantages) {
    max-width: 100%;
}

.product-advantages {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.product-advantages__item {
    padding: 24px;
    border-radius: 8px;
    background: #f3f2f6;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-advantages__item > h2,
.product-advantages__item > h3,
.product-advantages__item > h4,
.product-advantages__item > h5,
.product-advantages__item > h6 {
    font-size: 20px;
    color: var(--dark-purple);
}

.product-advantages__item > p {
    font-size: 20px;
}

/* product-table */

.product-tabs__content-block:has(.product-table) {
    max-width: 100%;
}

.product-table {
    display: grid;
    grid-template-columns: 450px 1fr;
}

.product-table__title {
    font-size: 20px;
}

.product-table__content {
    display: grid;
    grid-template-columns: 450px 1fr;
    row-gap: 20px;
}

.product-table__content-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}

.product-table__content-item p {
    font-size: 20px;
    font-weight: 400;
}

.product-table__content-item ul {
    list-style: disc;
}

.product-table__content-item ul li {
    position: relative;
    padding-left: 30px;
}

.product-table__content-item ul li:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #353535;
    top: 12px;
    left: 12px;
}

.product-tabs__content-head {
    display: none;
}

.product-complect {
    padding: 40px 0px;
    background: linear-gradient(90deg, #180c3e 0%, #3f20a4 100%);
}

.product-complect__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.product-complect__title {
    font-size: 40px;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 16px;
}

.product-complect__content {
    display: grid;
    grid-template-columns: 442px 1fr 532px;
    column-gap: 108px;
}

.product-complect__mobile {
    display: none;
}

.product-complect__card .product-card {
    height: 100%;
}

.product-complect__card .product-card .product-card__bottom {
    height: 100%;
}

.product-complect__card .product-card .product-card__main {
    margin-top: auto;
}

.product-complect__card:last-child .product-card .price__new {
    display: flex;
    gap: 4px;
    align-items: baseline;
}

.product-complect__card:last-child .product-card .price__old {
    text-decoration: none !important;
}

.product-complect__card-head {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-complect__card-title {
    font-size: 24px;
    font-weight: 500;
}

.product-complect__card-badge {
    font-size: 20px;
    color: var(--dark-purple);
}

.product-complect__card-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.product-complect__card-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-complect__card-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-complect__items {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
}

.product-complect__items:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url("/local/templates/main/assets/css/../img/icons/complect-plus.svg") center center / 100% 100%
        no-repeat;
    position: absolute;
    top: 50%;
    left: -54px;
    transform: translate(-50%, -50%);
}

.product-complect__items:after {
    content: "";
    width: 18px;
    height: 12px;
    background: url("/local/templates/main/assets/css/../img/icons/complect-equal.svg") center center / 100% 100%
        no-repeat;
    position: absolute;
    top: 50%;
    right: -54px;
    transform: translate(50%, -50%);
}

.product-complect__item {
    padding: 14px;
    border-radius: 16px;
    min-height: 164px;
    display: flex;
    /* grid-template-columns: max-content auto; */
    gap: 16px;
    line-height: 1.3;
    background: var(--white);
}

.product-complect__item-badge {
    display: none;
}

.product-complect__item-image {
    max-width: 140px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.product-complect__item-image img {
    max-width: 100%;
    object-fit: contain;
}

.product-complect__item-info {
    padding: 10px 10px 10px 0;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.product-complect__item-title {
    font-size: 20px;
    font-weight: 500;
}

.product-complect__item-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 4px;
    column-gap: 8px;
    margin: auto 0 0 auto;
}

.product-complect__item-price-last {
    font-size: 16px;
    text-decoration: line-through;
    color: #999;
}

.product-complect__item-price-actual {
    font-size: 24px;
}

.product-complect__button {
    display: none;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .product-button {
        padding: 0.886vw 1.042vw;
        font-size: 1.042vw;
        line-height: 1.354vw;
        border-radius: 0.521vw;
        border-width: 0.052vw;
    }
    .split {
        gap: 1.251vw;
    }
    .split__title {
        font-size: 0.938vw;
    }
    .split-box {
        padding: 0.625vw 1.042vw;
        border-radius: 0.625vw;
        gap: 0.834vw;
        font-size: 0.834vw;
    }
    .split-box__head {
        gap: 0.521vw;
    }
    .split-box__head-icon {
        width: 1.251vw;
        height: 1.251vw;
        border-radius: 0.208vw;
    }
    .split-box__info {
        gap: 0.521vw;
    }
    .split-box__info-discont {
        width: 2.084vw;
        height: 0.729vw;
        font-size: 0.625vw;
    }
    .split-box__info-text {
        gap: 0.417vw;
    }
    .split-box__radios {
        padding: 0.208vw;
        border-radius: 0.834vw;
        gap: 0.208vw;
    }
    .split-box__radio-button {
        padding: 0.521vw 0;
        border-radius: 0.625vw;
        line-height: 1.042vw;
    }
    .split-box__steps {
        gap: 0.313vw;
        line-height: 1.084vw;
    }
    .split-box__step-line {
        height: 0.208vw;
        border-radius: 0.834vw;
    }
    .split-box__step-date {
        font-size: 0.677vw;
    }
    .split-box__step-total {
        font-size: 0.729vw;
    }
    .product-dialog__box {
        padding: 1.668vw;
        border-radius: 0.834vw;
        gap: 1.251vw;
        max-width: 31.266vw;
    }
    .product-dialog__close {
        width: 1.668vw;
        height: 1.668vw;
        top: 0.834vw;
        right: 0.834vw;
    }
    .product-dialog__box .subtext {
        font-size: 0.73vw;
        margin: 0 0 -0.52vw;
    }
    .product-dialog__close img {
        width: 0.938vw;
    }
    .product-dialog__content {
        gap: 1.251vw;
    }
    .product-dialog__title {
        font-size: 1.251vw;
    }
    .product-dialog__item {
        grid-template-columns: 7.295vw 1fr;
        gap: 0.417vw;
    }
    .product-dialog__item-text {
        gap: 0.834vw;
    }
    .product-dialog__item-title {
        font-size: 0.834vw;
    }
    .product-dialog__specs {
        gap: 1.251vw;
    }
    .product-dialog__specs-item {
        gap: 0.208vw;
        font-size: 0.729vw;
    }
    .product-dialog__price-last {
        font-size: 0.625vw;
    }
    .product-dialog__price-actual {
        font-size: 1.042vw;
    }
    .product {
        gap: 2.084vw;
        margin-top: 2.084vw;
    }
    .product-content {
        gap: 1.251vw;
        grid-template-columns: 43.408vw 1fr;
    }
    .product-gallery {
        grid-template-columns: 6.878vw 1fr;
        grid-template-rows: 37.520vw;
        gap: 0.834vw;
    }
    .product-gallery__thumbs::before,
    .product-gallery__thumbs::after {
        height: 4.898vw;
    }
    .product-gallery__thumbs-item {
        width: 6.878vw;
        height: 6.878vw;
        padding: 0.834vw;
        border-radius: 0.417vw;
        margin-bottom: 0.625vw;
    }
    .product-gallery__thumbs-item--video:after {
        width: 1.251vw;
        height: 1.251vw;
    }
    .product-gallery__slider {
        height: 37.520vw;
        border-radius: 0.834vw;
    }
    .product-gallery__slider-item {
        padding: 5.211vw 5.211vw 3.648vw 5.211vw;
    }
    .product-gallery__slider-item--video::after {
        width: 2.501vw;
        height: 2.501vw;
    }
    .product-gallery__head {
        padding: 0.834vw;
        gap: 0.313vw;
    }
    .product-gallery__badges-item {
        padding: 0.417vw 0.625vw;
        border-radius: 0.313vw;
        font-size: 0.729vw;
    }
    .product-gallery__favorite {
        width: 2.189vw;
        height: 2.189vw;
    }
    .product-gallery__pagination {
        gap: 0.417vw;
        bottom: 1.042vw;
    }
    .product-gallery__pagination .swiper-pagination-bullet {
        width: 0.417vw;
        height: 0.417vw;
        border-radius: 0.208vw;
    }
    .product-gallery__pagination .swiper-pagination-bullet-active {
        width: 1.459vw;
    }
    .product-summary {
        padding: 1.668vw;
        border-radius: 0.834vw;
        gap: 2.084vw;
    }
    .product-summary__head {
        gap: 1.251vw;
    }
    .product-summary__head-top {
        font-size: 0.834vw;
        gap: 0.625vw;
    }
    .product-summary__head-stock span {
        width: 0.521vw;
        height: 0.521vw;
    }
    .product-summary__head-bottom {
        gap: 2.293vw;
        grid-template-columns: 1fr 3.126vw;
    }
    .product-summary__head-title {
        font-size: 1.668vw;
    }
    .product-summary__head-logo img {
        width: 1.876vw;
    }
    .product-summary__order {
        grid-template-columns: 1fr 19.645vw;
        gap: 1.668vw;
    }
    .product-summary__blocks {
        gap: 2.866vw;
        font-size: 0.938vw;
    }
    .product-summary__block {
        gap: 0.834vw;
    }
    .product-summary__block-title {
        gap: 0.625vw;
    }
    .product-summary__block-radios {
        gap: 0.625vw;
    }
    .product-summary__block-radio span {
        padding: 0.834vw 1.485vw;
        border-radius: 0.417vw;
        border-width: 0.052vw;
    }
    .product-summary__block-radio--color span {
        padding: 0.339vw;
        border-radius: 0.417vw;
    }
    .product-summary__block-radio-color {
        width: 2.553vw;
        height: 2.553vw;
        border-radius: 0.208vw;
    }
    .product-summary__buy {
        gap: 1.042vw;
    }
    .product-summary__cart {
        gap: 1.042vw;
    }
    .product-summary__price {
        gap: 0.625vw;
    }
    .product-summary__price-actual {
        font-size: 1.668vw;
    }
    .product-summary__price-last {
        font-size: 1.042vw;
    }
    .product-summary__price-text {
        font-size: 0.834vw;
    }
    .product-summary__buttons {
        gap: 0.417vw;
    }
    .prodcut-cards {
        gap: 0.834vw;
    }
    .prodcut-cards__item {
        padding: 1.042vw;
        border-radius: 0.834vw;
        gap: 0.417vw;
    }
    .prodcut-cards__item-title {
        font-size: 1.042vw;
    }
    .prodcut-cards__item-subtitle {
        font-size: 0.834vw;
    }
    .prodcut-tabs {
        padding: 2.084vw;
        border-radius: 0.834vw;
    }
    .prodcut-tabs__buttons {
        gap: 1.251vw;
        margin-bottom: 3.126vw;
    }
    .prodcut-tabs__buttons-item {
        padding: 1.042vw 2.084vw;
        font-size: 1.042vw;
        border-radius: 0.625vw;
    }
    .product-tabs__content-block {
        max-width: 52.110vw;
        margin: 2.710vw 0;
    }
    .product-tabs__content-block > h2,
    .product-tabs__content-block > h3,
    .product-tabs__content-block > h4,
    .product-tabs__content-block > h5,
    .product-tabs__content-block > h6 {
        font-size: 1.459vw;
        margin: 1.042vw 0 !important;
    }
    .product-tabs__content-block p {
        font-size: 1.042vw;
    }
    .product-tabs__content-block > p {
        margin: 1.042vw 0;
    }
    .product-tabs__content-block > ul {
        gap: 1.042vw;
    }
    .product-tabs__content-block > ul li {
        padding-left: 2.084vw;
        gap: 0.417vw;
    }
    .product-tabs__content-block > ul li:before {
        width: 0.417vw;
        height: 0.417vw;
        left: 0.625vw;
        top: 0.469vw;
    }
    .product-tabs__content-block > ol li {
        padding-left: 2.710vw;
        padding-bottom: 1.251vw;
    }
    .product-tabs__content-block > ol li:before {
        width: 1.668vw;
        height: 1.668vw;
        font-size: 0.886vw;
        border-radius: 0.208vw;
    }
    .product-tabs__content-block > ol li:after {
        width: 0.052vw;
        left: 0.782vw;
    }
    .product-tabs__content-block > ul li h2,
    .product-tabs__content-block > ul li h3,
    .product-tabs__content-block > ul li h4,
    .product-tabs__content-block > ul li h5,
    .product-tabs__content-block > ul li h6 {
        font-size: 1.042vw;
    }
    .product-tabs__content-block .product-button {
        margin: 1.668vw 0;
        font-size: 0.834vw;
    }
    .product-review {
        padding: 1.668vw 0;
        border-radius: 0.834vw;
        gap: 2.293vw;
    }
    .product-review__block > h2,
    .product-review__block > h3,
    .product-review__block > h4,
    .product-review__block > h5,
    .product-review__block > h6 {
        font-size: 1.251vw;
        padding: 0 1.668vw;
    }
    .product-review__block > p {
        font-size: 1.042vw;
        margin-top: 0.834vw;
        padding: 0 1.668vw;
    }
    .product-review__cards {
        margin-top: 2.084vw;
        gap: 0.834vw;
        padding: 0 1.668vw;
    }
    .product-review__cards-item {
        padding: 1.251vw;
        border-radius: 0.417vw;
        height: 16.988vw;
    }
    .product-review__cards-item > h2,
    .product-review__cards-item > h3,
    .product-review__cards-item > h4,
    .product-review__cards-item > h5,
    .product-review__cards-item > h6 {
        font-size: 1.042vw;
    }
    .product-review__cards-item p {
        font-size: 1.042vw;
        margin-top: 0.834vw;
    }
    .product-review__slider {
        padding: 0 2.084vw;
        margin-top: 1.668vw;
    }
    .product-review__slider:before,
    .product-review__slider:after {
        width: 11.881vw;
    }
    .product-review__slider-item {
        width: 19.124vw;
        margin-right: 0.834vw;
        border-radius: 0.834vw;
    }
    .product-review__video {
        margin: 1.668vw 1.668vw 0;
        max-width: 52.110vw;
        border-radius: 1.146vw;
    }
    .product-review__video-poster:after {
        width: 2.501vw;
        height: 2.501vw;
    }
    .product-quote {
        margin: 1.668vw 0;
        padding: 2.084vw;
        gap: 1.668vw;
        border-radius: 0.834vw;
    }
    .product-quote:before {
        width: 7.399vw;
        height: 6.462vw;
    }
    .product-quote p {
        font-size: 1.042vw;
    }
    .product-quote__info {
        font-size: 0.834vw;
    }
    .product-faq {
        margin: 1.668vw 0;
        gap: 0.834vw;
    }
    .product-faq__item {
        border-radius: 0.834vw;
        padding: 0 1.042vw;
    }
    .product-faq__item-head {
        grid-template-columns: auto 2.501vw;
        gap: 0.834vw;
        padding: 0.834vw 0;
    }
    .product-faq__item-title {
        font-size: 1.042vw;
    }
    .product-faq__item-icon {
        width: 2.501vw;
        height: 2.501vw;
    }
    .product-faq__item-icon img {
        width: 0.938vw;
    }
    .product-faq__item-content p {
        font-size: 0.834vw;
    }
    .product-advantages {
        margin-top: 1.668vw;
        gap: 0.834vw;
    }
    .product-advantages__item {
        padding: 1.251vw;
        border-radius: 0.417vw;
        gap: 0.834vw;
    }
    .product-advantages__item > h2,
    .product-advantages__item > h3,
    .product-advantages__item > h4,
    .product-advantages__item > h5,
    .product-advantages__item > h6 {
        font-size: 1.042vw;
    }
    .product-advantages__item > p {
        font-size: 1.042vw;
    }
    .product-table {
        grid-template-columns: 23.450vw 1fr;
    }
    .product-table__title {
        font-size: 1.042vw;
    }
    .product-table__content {
        grid-template-columns: 23.450vw 1fr;
        row-gap: 1.042vw;
    }
    .product-table__content-item {
        padding-bottom: 1.042vw;
        border-bottom-width: 0.052vw;
    }
    .product-table__content-item p {
        font-size: 1.042vw;
    }
    .product-table__content-item ul li {
        padding-left: 1.563vw;
    }
    .product-table__content-item ul li:before {
        width: 0.156vw;
        height: 0.156vw;
        top: 0.625vw;
        left: 0.625vw;
    }
    .product-complect {
        padding: 2.084vw 0;
    }
    .product-complect__container {
        gap: 1.251vw;
    }
    .product-complect__title {
        font-size: 2.084vw;
        margin-bottom: 0.834vw;
    }
    .product-complect__content {
        grid-template-columns: 23.033vw 1fr 27.723vw;
        column-gap: 5.628vw;
    }
    .product-complect__card-title {
        font-size: 1.251vw;
    }
    .product-complect__card-badge {
        font-size: 1.042vw;
    }
    .product-complect__card-images {
        gap: 0.834vw;
    }
    .product-complect__items {
        gap: 1.251vw;
    }
    .product-complect__items:before {
        width: 1.251vw;
        height: 1.251vw;
        left: -2.814vw;
    }
    .product-complect__items:after {
        width: 0.938vw;
        height: 0.625vw;
        right: -2.814vw;
    }
    .product-complect__item {
        padding: 0.729vw;
        border-radius: 0.834vw;
        min-height: 8.546vw;
        gap: 0.834vw;
    }
    .product-complect__item-image {
        max-width: 7.295vw;
    }
    .product-complect__item-info {
        padding: 0.521vw 0.521vw 0.521vw 0;
        gap: 0.677vw;
    }
    .product-complect__item-title {
        font-size: 1.042vw;
    }
    .product-complect__item-price {
        row-gap: 0.208vw;
        column-gap: 0.417vw;
    }
    .product-complect__item-price-last {
        font-size: 0.834vw;
    }
    .product-complect__item-price-actual {
        font-size: 1.251vw;
    }
}
@media (max-width: 1279px) {
    .product-gallery__thumbs .swiper-wrapper {
        flex-direction: row;
    }
    .product-complect__item-price {
        flex-direction: row;
        align-items: baseline;
    }
    .product-complect__items:after {
        right: -27px;
    }
    .product-complect__items:before {
        left: -27px;
    }
    .product-complect__card:last-child
        .product-card
        .product-card__main
        button {
        display: none;
    }
    .product-summary__order {
        grid-template-columns: 1fr;
    }
    .product-gallery__thumbs::before {
        content: none;
    }
    .product-gallery__thumbs::after {
        content: none;
    }
    .product-gallery__thumbs {
        width: 100%;
        height: auto;
    }
    .product-button {
        font-size: 14px;
        border-radius: 12px;
        padding: 18px 20px;
    }

    .split {
        gap: 20px;
    }

    .split__title {
        font-size: 16px;
    }

    .product {
        margin-top: 0px;
    }

    .product-content {
        gap: 16px;
        grid-template-columns: 1fr 1fr;
    }

    .product-gallery {
        grid-template-columns: 1fr;
        grid-template-rows: max-content max-content;
        gap: 24px;
    }

    .product-gallery__thumbs-item {
        width: 86px;
        height: 86px;
        margin-right: 12px;
        margin-bottom: 0;
    }

    .product-summary__head {
        gap: 16px;
    }

    .product-summary__head-top {
        font-size: 14px;
    }

    .product-summary__head-title {
        font-size: 24px;
    }

    .product-summary {
        gap: 32px;
    }

    .product-summary__price-actual {
        font-size: 24px;
    }

    .product-summary__price-last {
        font-size: 16px;
    }

    .product-summary__price-text {
        font-size: 14px;
    }

    .product-summary__buttons {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .product-summary__blocks {
        gap: 16px;
    }

    .product-summary__block {
        gap: 12px;
    }

    .product-summary__block-title {
        font-size: 16px;
    }

    .product-summary__block-radio span {
        padding: 16px 24px;
        font-size: 14px;
    }

    .product-summary__block-radio--color span {
        padding: 5px;
        width: 48px;
        height: 48px;
    }

    .product-summary__block-radio-color {
        width: 38px;
        height: 38px;
    }

    .product-summary__text {
        font-size: 14px;
    }

    .prodcut-cards__item-title {
        font-size: 16px;
    }

    .prodcut-cards__item-subtitle {
        font-size: 14px;
    }

    .prodcut-tabs {
        padding: 24px;
    }

    .prodcut-tabs__buttons {
        gap: 12px;
        margin-bottom: 36px;
    }

    .prodcut-tabs__buttons-item {
        font-size: 16px;
        padding: 20px 24px;
    }

    .product-tabs__content-block {
        margin: 40px 0px;
        max-width: 100%;
    }

    .product-tabs__content-block > h2,
    .product-tabs__content-block > h3,
    .product-tabs__content-block > h4,
    .product-tabs__content-block > h5,
    .product-tabs__content-block > h6 {
        font-size: 24px;
        margin: 16px 0px !important;
    }

    .product-tabs__content-block p {
        font-size: 16px;
    }

    .product-tabs__content-block > p {
        margin: 16px 0px;
    }

    .product-tabs__content-block > ul,
    .product-tabs__content-block > ol {
        margin: 24px 0px;
    }

    .product-tabs__content-block > ul {
        gap: 16px;
    }

    .product-tabs__content-block > ul li h2,
    .product-tabs__content-block > ul li h3,
    .product-tabs__content-block > ul li h4,
    .product-tabs__content-block > ul li h5,
    .product-tabs__content-block > ul li h6 {
        font-size: 16px;
    }

    .product-tabs__content-block > ul li:before {
        top: 6.5px;
    }

    .product-tabs__content-block > ol li {
        padding-left: 44px;
    }

    .product-tabs__content-block > ol li:before {
        width: 24px;
        height: 24px;
    }

    .product-tabs__content-block > ol li:after {
        left: 12px;
    }

    .product-review__block > h2,
    .product-review__block > h3,
    .product-review__block > h4,
    .product-review__block > h5,
    .product-review__block > h6 {
        font-size: 20px;
    }

    .product-review__block > p {
        margin-top: 12px;
    }

    .product-review__cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-review__cards-item {
        height: 260px;
    }

    .product-dialog__box .subtext {
        font-size: 14px;
        margin: 0 0 -10px;
    }

    .product-review__cards-item > h2,
    .product-review__cards-item > h3,
    .product-review__cards-item > h4,
    .product-review__cards-item > h5,
    .product-review__cards-item > h6 {
        font-size: 16px;
    }

    .product-review__cards-item > p {
        font-size: 14px;
    }

    .product-review__slider-item {
        width: 240px;
    }

    .product-review__video {
        max-width: 100%;
    }

    .product-quote {
        margin-top: 24px 0px;
    }

    .product-quote__info {
        font-size: 14px;
    }

    .product-faq {
        margin: 24px 0px;
    }

    .product-faq__item {
        padding: 0px 20px;
    }

    .product-faq__item-title {
        font-size: 16px;
    }

    .product-faq__item-content p {
        font-size: 14px;
    }

    .product-faq__item--active .product-faq__item-content {
        padding-bottom: 16px;
    }

    .product-advantages {
        margin: 24px 0px;
    }

    .product-advantages__item {
        padding: 20px;
        border-radius: 16px;
    }

    .product-advantages__item > h2,
    .product-advantages__item > h3,
    .product-advantages__item > h4,
    .product-advantages__item > h5,
    .product-advantages__item > h6 {
        font-size: 16px;
    }

    .product-table {
        grid-template-columns: 232px 1fr;
        gap: 16px;
    }

    .product-table__content {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-table__content-item p {
        font-size: 16px;
    }

    .product-table__content-item ul li:before {
        top: 8px;
    }

    .product-complect__title {
        margin-bottom: 8px;
        font-size: 32px;
    }

    .product-complect__content {
        grid-template-columns: 1fr 1.6fr 1fr;
        gap: 54px;
    }

    .product-complect__card-head {
        gap: 8px;
    }

    .product-complect__card-title {
        font-size: 16px;
    }

    .product-complect__card-badge {
        width: fit-content;
        color: var(--white);
        padding: 4px 8px;
        border-radius: 4px;
        background: var(--dark-purple);
        font-size: 12px;
    }

    .product-complect__card-images {
        grid-template-columns: repeat(2, minmax(80px, 1fr));
    }

    .product-complect__card .product-card .price__new span {
        font-size: 20px;
        color: var(--dark-purple);
    }

    .product-complect__items {
        gap: 16px;
    }

    .product-complect__item {
        padding: 12px;
        gap: 6px;
        min-height: 110px;
    }

    .product-complect__item-image {
        max-width: 80px;
    }

    .product-complect__item-info {
        padding: 0px 12px 0px 0px;
        gap: 10px;
    }

    .product-complect__item-title {
        font-size: 14px;
    }

    .product-complect__item-price-last {
        font-size: 14px;
    }

    .product-complect__item-price-actual {
        font-size: 18px;
    }

    .product-complect__button {
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--dark-purple);
        padding: 17px 0px;
        line-height: 1.3;
        border-radius: 16px;
        background: var(--white);
        transition: 0.3s;
    }
    .product-gallery__slider {
        order: -1;
        aspect-ratio: 480 / 510;
        height: auto;
    }
}

@media (max-width: 1023px) {
    .product-button {
        font-size: 12px;
        padding: 16px 20px;
    }

    .split__title {
        font-size: 14px;
    }

    .product-content {
        grid-template-columns: 1fr;
    }

    .product-gallery__slider {
        aspect-ratio: auto;
        max-height: 430px;
    }

    .product-gallery__slider-item {
        padding: 70px 100px;
    }

    .product-gallery__badges-item {
        font-size: 12px;
    }

    .product-gallery__favorite {
        width: 32px;
        height: 32px;
    }

    .product-gallery__favorite svg {
        width: 16px;
        height: 16px;
    }

    .product-gallery__pagination {
        bottom: 16px !important;
    }

    .product-gallery {
        gap: 0px;
    }

    .product-gallery__thumbs {
        display: none;
    }

    .product-summary {
        padding: 20px 16px;
        position: relative;
        gap: 24px;
    }

    .product-summary__head {
        gap: 8px;
    }

    .product-summary__head-top {
        flex-direction: column;
        gap: 20px;
        align-items: start;
        font-size: 12px;
    }

    .product-summary__head-stock {
        order: -1;
        gap: 4px;
    }

    .product-summary__head-sku {
        color: #999;
    }

    .product-summary__head-logo {
        position: absolute;
        top: 20px;
        right: 16px;
        width: fit-content;
        height: fit-content;
    }

    .product-summary__head-logo img {
        width: 20px;
        height: 20px;
    }

    .product-summary__head-bottom {
        grid-template-columns: 1fr;
    }

    .product-summary__cart {
        gap: 10px;
    }

    .product-summary__price {
        gap: 12px;
    }

    .product-summary__price-last {
        font-size: 12px;
    }

    .product-summary__price-text {
        font-size: 12px;
        color: var(--dark-purple);
        padding: 4px 8px;
        border-radius: 8px;
        background: #f0eafd;
        width: fit-content;
    }

    .product-summary__order {
        gap: 24px;
    }

    .product-summary__block-title {
        font-size: 14px;
    }

    .product-summary__block-radios {
        gap: 8px;
    }

    .product-summary__block-radio span {
        font-size: 12px;
    }

    .product-summary__text {
        font-size: 12px;
    }

    .prodcut-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-review {
        padding: 24px 0px;
    }

    .product-review__block > h2,
    .product-review__block > h3,
    .product-review__block > h4,
    .product-review__block > h5,
    .product-review__block > h6 {
        padding: 0px 24px;
    }

    .product-review__block > p {
        padding: 0px 24px;
    }

    .product-review__cards {
        padding: 0px 24px;
    }

    .product-review__cards-item p {
        margin-top: 12px;
    }

    .product-tabs__content-block > h2,
    .product-tabs__content-block > h3,
    .product-tabs__content-block > h4,
    .product-tabs__content-block > h5,
    .product-tabs__content-block > h6 {
        font-size: 20px;
        margin: 12px 0px !important;
    }

    .product-tabs__content-block > p {
        margin: 12px 0px;
    }

    .product-review__slider {
        padding: 0px 24px;
    }

    .product-review__video-poster:after {
        width: 40px;
        height: 40px;
    }

    .product-quote {
        margin: 24px 0px;
    }

    .product-advantages {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-review__slider:before,
    .product-review__slider:after {
        content: none;
    }

    .product-table {
        grid-template-columns: 1fr;
    }

    .product-complect__container {
        gap: 16px;
    }

    .product-complect__title {
        margin-bottom: 0;
    }

    .product-complect__content {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 16px;
        border-radius: 16px;
        background: var(--white);
    }

    .product-complect__card {
        display: none;
    }

    .product-complect__mobile {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .product-complect__mobile-item {
        display: grid;
        grid-template-columns: 130px 1fr;
        gap: 8px;
    }

    .product-complect__mobile-item-image {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .product-complect__mobile-item-image img {
        max-width: 100%;
        object-fit: contain;
    }

    .product-complect__mobile-item-info {
        display: flex;
        flex-direction: column;
        padding: 10px 0px;
    }

    .product-complect__mobile-item-title {
        font-size: 16px;
        font-weight: 500;
    }

    .product-complect__mobile-item-price {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-top: auto;
    }

    .product-complect__mobile-item-price-last {
        color: #99a2a3;
        font-size: 12px;
        text-decoration: line-through;
    }

    .product-complect__mobile-item-price-actual {
        font-size: 20px;
        color: #612be2;
    }

    .product-complect__mobile-saving {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .product-complect__mobile-saving-badge {
        padding: 4px 8px;
        font-size: 12px;
        color: var(--white);
        border-radius: 4px;
        background: var(--dark-purple);
        width: fit-content;
    }

    .product-complect__mobile-saving-price {
        display: flex;
        flex-direction: column;
        gap: 4px;
        font-size: 12px;
    }

    .product-complect__mobile-saving-price-actual {
        display: flex;
        align-items: baseline;
        gap: 4px;
        font-size: 12px;
    }

    .product-complect__mobile-saving-price-actual span {
        color: #612be2;
        font-size: 24px;
        font-weight: 600;
    }

    .product-complect__mobile-saving-price-last {
        color: #999;
    }

    .product-complect__items::before,
    .product-complect__items::after {
        content: none;
    }

    .product-complect__item {
        min-height: 88px;
        gap: 8px;
        border: 1px solid #e6e6e6;
        position: relative;
    }

    .product-complect__item-image {
        max-width: 66px;
    }

    .product-complect__item-info {
        width: 100%;
        padding: 0;
    }

    .product-complect__item-badge {
        display: block;
        position: absolute;
        top: 12px;
        right: 12px;
        color: var(--white);
        background: #e34bef;
        width: fit-content;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 12px;
    }

    .product-complect__item-title {
        width: 90%;
    }
    
}

@media (max-width: 767px) {
    .product-dialog {
        align-items: flex-end;
    }

    .product-dialog__box .subtext {
        font-size: 12px;
        margin: 0 0 -10px;
    }
    
    .product-dialog__box {
        max-width: 100%;
        border-radius: 16px 16px 0px 0px;
        padding: 0px;
        gap: 16px;
        opacity: 1;
        visibility: visible;
        transform: translateY(100%);
    }

    .product-dialog--active .product-dialog__box {
        transform: translateY(0%);
    }

    .product-dialog__close {
        display: none;
    }

    .product-dialog__draggble {
        padding: 9px 0px;
        width: 100%;
        display: flex;
        justify-content: center;
        touch-action: none;
        user-select: none;
        -webkit-user-select: none;
        cursor: grab;
    }

    .product-dialog__draggble span {
        width: 50px;
        height: 4px;
        border-radius: 4px;
        background: rgba(153, 162, 163, 0.4);
    }

    .product-dialog__content {
        padding: 0px 16px;
    }

    .product-dialog__title {
        font-size: 18px;
    }

    .product-dialog__item {
        grid-template-columns: auto 1fr;
        gap: 14px;
    }

    .product-dialog__item-text {
        gap: 4px;
    }

    .product-dialog__item-title {
        font-size: 12px;
    }

    .product-dialog__specs {
        gap: 8px;
    }

    .product-dialog__specs-item span {
        display: none;
    }

    .product-dialog__specs-item p {
        font-size: 12px;
        color: #99a2a3;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .product-dialog__specs-item p:after {
        content: "";
        width: 2px;
        height: 2px;
        background: #99a2a3;
        border-radius: 50%;
    }

    .product-dialog__specs-item:last-child p:after {
        content: none;
    }

    .product-dialog__price {
        margin-top: auto;
        margin-left: auto;
        flex-direction: row;
        gap: 8px;
        align-items: baseline;
    }

    .product-dialog__price-last {
        font-size: 12px;
    }

    .product-dialog__price-actual {
        font-size: 16px;
    }

    .product-dialog .body .input-group {
        padding: 0px 16px;
    }

    .product-dialog .body .body__bottom {
        padding: 0px 16px;
    }

    .product-dialog .body button {
        order: 3;
        border-radius: 0px;
    }

    .product {
        gap: 32px;
    }

    .product-gallery__slider-item {
        padding: 100px 25px 50px;
    }

    .product-summary__head-title {
        font-size: 16px;
    }

    .product-summary__price-actual {
        font-size: 18px;
    }

    .prodcut-cards {
        display: flex;
        align-items: stretch;
        overflow-x: auto;
        gap: 8px;
        padding-bottom: 16px;
    }

    .prodcut-cards::-webkit-scrollbar {
        height: 1px;
    }

    .prodcut-cards::-webkit-scrollbar-track {
        background: #eaeaea;
    }

    .prodcut-cards::-webkit-scrollbar-thumb {
        background: #353535;
    }

    @supports not selector(::-webkit-scrollbar) {
        .prodcut-cards {
            scrollbar-width: thin;
            scrollbar-color: #353535 #eaeaea;
        }
    }

    .prodcut-cards__item {
        min-width: 213px;
        height: auto;
        gap: 6px;
    }

    .product-tabs__content--active {
        display: none;
    }

    .product-tabs__content--mobile-active {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100dvh;
        z-index: 9999;
        background: var(--white);
        overflow-y: auto;
    }

    .prodcut-tabs {
        padding: 16px;
        border-radius: 0;
        width: 100% !important;
    }

    .prodcut-tabs__buttons {
        flex-direction: column;
        gap: 0px;
        margin-bottom: 0;
    }

    .prodcut-tabs__buttons-item {
        padding: 16px 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(53, 53, 53, 0.2);
        background: transparent;
        border-radius: 0px;
        position: relative;
    }

    .prodcut-tabs__buttons-item:after {
        content: url("/local/templates/main/assets/css/../img/icons/arrow-right.svg");
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateX(-50%);
    }

    .prodcut-tabs__buttons-item:last-child {
        border-bottom: 0px;
    }

    .prodcut-tabs__buttons-item--active {
        color: #353535;
    }

    .product-tabs__content-block {
        margin: 24px 0px;
        padding: 0px 16px;
    }

    .product-tabs__content-block > h2,
    .product-tabs__content-block > h3,
    .product-tabs__content-block > h4,
    .product-tabs__content-block > h5,
    .product-tabs__content-block > h6 {
        font-size: 16px;
        margin: 8px 0px !important;
    }

    .product-tabs__content-block > p {
        margin: 8px 0px;
    }

    .product-tabs__content-block p {
        font-size: 12px;
    }

    .product-tabs__content-block:has(.product-review) {
        padding: 0px;
    }

    .product-review__block > h2,
    .product-review__block > h3,
    .product-review__block > h4,
    .product-review__block > h5,
    .product-review__block > h6 {
        font-size: 16px;
        padding: 0px 16px;
    }

    .product-review__block > p {
        padding: 0px 16px;
        margin-top: 8px;
    }

    .product-review__cards {
        margin-top: 16px;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .product-review__cards-item {
        height: 220px;
        padding: 12px;
    }

    .product-review__cards-item > h2,
    .product-review__cards-item > h3,
    .product-review__cards-item > h4,
    .product-review__cards-item > h5,
    .product-review__cards-item > h6 {
        font-size: 14px;
    }

    .product-review__cards-item p {
        margin-top: 8px;
    }

    .product-tabs__content-block > ul,
    .product-tabs__content-block > ol {
        margin: 16px 0px;
    }

    .product-tabs__content-block > ul li h2,
    .product-tabs__content-block > ul li h3,
    .product-tabs__content-block > ul li h4,
    .product-tabs__content-block > ul li h5,
    .product-tabs__content-block > ul li h6 {
        font-size: 12px;
    }

    .product-tabs__content-block > ul li,
    .product-tabs__content-block > ol li {
        gap: 6px;
    }

    .product-tabs__content-block > ul li:before {
        top: 3.5px;
    }

    .product-review {
        gap: 32px;
    }

    .product-review__slider {
        margin-top: 24px;
        padding: 0px 16px;
    }

    .product-review__video {
        margin: 24px 16px 0px;
    }

    .product-quote {
        margin: 16px 0px;
        padding: 16px;
    }

    .product-quote__info {
        font-size: 12px;
    }

    .product-quote:before {
        width: 100px;
        height: 100px;
    }

    .product-faq {
        margin: 16px 0px;
        gap: 8px;
    }

    .product-faq__item {
        padding: 0px 16px;
    }

    .product-faq__item-head {
        padding: 20px 0px;
        grid-template-columns: auto 32px;
    }

    .product-faq__item-title {
        font-size: 12px;
    }

    .product-faq__item-icon {
        width: 32px;
        height: 32px;
    }

    .product-faq__item-icon img {
        width: 12px;
    }

    .product-advantages {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .product-advantages__item {
        gap: 8px;
    }

    .product-advantages__item > h2,
    .product-advantages__item > h3,
    .product-advantages__item > h4,
    .product-advantages__item > h5,
    .product-advantages__item > h6 {
        font-size: 14px;
    }

    .product-tabs__content-head {
        display: grid;
        grid-template-columns: auto 24px;
        justify-content: space-between;
        align-items: center;
        padding: 12px 16px;
        border-bottom: 1px solid rgba(153, 162, 163, 0.2);
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
        background: var(--white);
        position: sticky;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 11;
    }

    .product-tabs__content-head span {
        font-weight: 500;
        font-size: 16px;
    }

    .product-tabs__content-head button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
    }

    .product-tabs__content-head button img {
        width: 14px;
        height: 14px;
    }

    .product-table__title {
        font-size: 16px;
    }

    .product-table__content-item {
        padding-bottom: 12px;
    }

    .product-table__content-item ul li:before {
        top: 6px;
    }

    .product-tabs__content-block .product-button {
        margin: 24px 0px;
        font-size: 12px;
        width: 100%;
        border-radius: 10px;
    }

    .product-table__content {
        gap: 12px;
    }

    .product-complect {
        padding: 24px 0px;
    }

    .product-complect__title {
        font-size: 18px;
    }

    .product-complect__content {
        padding: 12px;
    }

    .product-complect__mobile-item {
        grid-template-columns: 80px 1fr;
    }

    .product-complect__mobile-item-info {
        padding: 0;
        gap: 8px;
    }

    .product-complect__mobile-item-title {
        font-size: 12px;
    }

    .product-complect__mobile-item-price {
        align-items: flex-end;
    }

    .product-complect__mobile-item-price-actual {
        font-size: 16px;
    }

    .product-complect__mobile-saving-price-actual span {
        font-size: 18px;
    }

    .product-complect__items {
        gap: 8px;
    }

    .product-complect__item {
        padding: 8px 8px 43px 8px;
        border-radius: 8px;
    }

    .product-complect__item-image {
        max-width: 52px;
    }

    .product-complect__item-title {
        font-size: 12px;
    }

    .product-complect__item-price {
        position: absolute;
        left: 8px;
        bottom: 8px;
    }

    .product-complect__item-price-actual {
        order: -1;
        font-size: 16px;
    }

    .product-complect__item-price-last {
        font-size: 12px;
    }

    .product-complect__item-badge {
        top: auto;
        right: 8px;
        bottom: 8px;
    }

    .product-complect__button {
        border-radius: 8px;
        padding: 12px 0px;
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .product-button {
        padding: calc(16vw / 3.2) calc(10vw / 3.2);
        border-radius: calc(12vw / 3.2);
        font-size: calc(12vw / 3.2);
    }

    .split {
        gap: calc(20vw / 3.2);
    }

    .split__title {
        font-size: calc(14vw / 3.2);
    }

    .split-box {
        padding: calc(16vw / 3.2) calc(16vw / 3.2);
        border-radius: calc(12vw / 3.2);
        font-size: calc(12vw / 3.2);
    }

    .split-box__head {
        gap: calc(8vw / 3.2);
        align-items: center;
    }

    .split-box__head-icon {
        width: calc(20vw / 3.2);
        height: calc(20vw / 3.2);
    }

    .split-box__head-icon img {
        width: calc(10vw / 3.2);
    }

    .split-box__head-text {
        font-size: calc(12vw / 3.2);
    }

    .split-box__info {
        gap: calc(8vw / 3.2);
        align-items: start;
    }

    .split-box__info-text {
        flex-direction: column;
    }

    .split-box__info-tooltip {
        /* display: none; */
    }

    .split-box__info-discont {
        width: calc(40vw / 3.2);
        height: calc(14vw / 3.2);
        font-size: calc(12vw / 3.2);
    }

    .split-box__info-text {
        gap: calc(4vw / 3.2);
    }

    .split-box__radios {
        padding: calc(4vw / 3.2);
        border-radius: calc(16vw / 3.2);
        gap: calc(4vw / 3.2);
    }

    .split-box__radio-button {
        padding: calc(10vw / 3.2) 0;
        gap: calc(4vw / 3.2);
        border-radius: calc(12vw / 3.2);
    }

    .split-box__steps {
        gap: calc(6vw / 3.2);
    }

    .split-box__step-line {
        margin: calc(3vw / 3.2) 0;
        height: calc(4vw / 3.2);
        border-radius: calc(16vw / 3.2);
    }

    .split-box__step-date {
        font-size: calc(10vw / 3.2);
        margin-bottom: calc(1vw / 3.2);
    }

    .split-box__step-total {
        font-size: calc(10vw / 3.2);
    }

    .product-dialog__box {
        gap: calc(16vw / 3.2);
        border-radius: calc(16vw / 3.2) calc(16vw / 3.2) 0 0;
    }

    .product-dialog__box .subtext {
        font-size: 3.75vw;
        margin: -1vw 0 -2vw;
    }

    .product-dialog__draggble {
        padding: calc(9vw / 3.2) 0;
    }

    .product-dialog__draggble span {
        width: calc(50vw / 3.2);
        height: calc(4vw / 3.2);
        border-radius: calc(4vw / 3.2);
    }

    .product-dialog__content {
        padding: 0 calc(16vw / 3.2);
        gap: calc(16vw / 3.2);
    }

    .product-dialog__title {
        font-size: calc(18vw / 3.2);
    }

    .product-dialog__item {
        gap: calc(14vw / 3.2);
    }

    .product-dialog__item-text {
        gap: calc(4vw / 3.2);
    }

    .product-dialog__item-title {
        font-size: calc(12vw / 3.2);
    }

    .product-dialog__specs {
        gap: calc(8vw / 3.2);
        flex-wrap: wrap;
    }

    .product-dialog__specs-item p {
        gap: calc(4vw / 3.2);
        font-size: calc(12vw / 3.2);
    }

    .product-dialog__price {
        gap: calc(8vw / 3.2);
    }

    .product-dialog__price-last {
        font-size: calc(12vw / 3.2);
    }

    .product-dialog__price-actual {
        font-size: calc(16vw / 3.2);
    }

    .product-dialog .body .input-group {
        padding: 0 calc(16vw / 3.2);
    }

    .product-dialog .body .body__bottom {
        padding: 0 calc(16vw / 3.2);
    }

    .product {
        gap: calc(32vw / 3.2);
    }

    .product-content {
        gap: calc(16vw / 3.2);
    }

    .product-gallery__slider {
        border-radius: calc(16vw / 3.2);
        max-height: calc(430vw / 3.2);
    }

    .product-gallery__slider-item {
        padding: 20vw calc(25vw / 3.2) calc(50vw / 3.2);
    }

    .product-gallery__head {
        padding: calc(16vw / 3.2);
    }

    .product-gallery__badges {
        flex-wrap: wrap;
        gap: calc(6vw / 3.2);
    }

    .product-gallery__badges-item {
        font-size: calc(12vw / 3.2);
        padding: calc(8vw / 3.2) calc(12vw / 3.2);
        border-radius: calc(6vw / 3.2);
    }

    .product-gallery__favorite {
        width: calc(32vw / 3.2);
        height: calc(32vw / 3.2);
    }

    .product-gallery__favorite svg {
        width: calc(16vw / 3.2);
        height: calc(16vw / 3.2);
    }

    .product-gallery__pagination {
        bottom: calc(16vw / 3.2);
        gap: calc(8vw / 3.2);
    }

    .product-gallery__pagination .swiper-pagination-bullet {
        width: calc(8vw / 3.2);
        height: calc(8vw / 3.2);
        border-radius: calc(4vw / 3.2);
    }

    .product-gallery__pagination
        .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: calc(28vw / 3.2);
    }

    .product-summary {
        padding: calc(20vw / 3.2) calc(16vw / 3.2);
        border-radius: calc(16vw / 3.2);
    }

    .product-summary__head {
        gap: calc(8vw / 3.2);
    }

    .product-summary__head-top {
        font-size: calc(12vw / 3.2);
    }

    .product-summary__head-stock {
        gap: calc(4vw / 3.2);
    }

    .product-summary__head-stock span {
        width: calc(10vw / 3.2);
        height: calc(10vw / 3.2);
    }

    .product-summary__head-logo {
        top: calc(20vw / 3.2);
        right: calc(16vw / 3.2);
    }

    .product-summary__head-logo img {
        width: calc(20vw / 3.2);
        height: calc(20vw / 3.2);
    }

    .product-summary__head-title {
        font-size: calc(16vw / 3.2);
    }

    .product-summary {
        gap: calc(24vw / 3.2);
    }

    .product-summary__buy {
        gap: calc(20vw / 3.2);
    }

    .product-summary__cart {
        gap: calc(10vw / 3.2);
    }

    .product-summary__price {
        gap: calc(12vw / 3.2);
    }

    .product-summary__price-top {
        gap: calc(6vw / 3.2);
    }

    .product-summary__price-actual {
        font-size: calc(18vw / 3.2);
    }

    .product-summary__price-last {
        font-size: calc(12vw / 3.2);
    }

    .product-summary__price-text {
        font-size: calc(12vw / 3.2);
        padding: calc(4vw / 3.2) calc(8vw / 3.2);
        border-radius: calc(8vw / 3.2);
    }

    .product-summary__buttons {
        gap: calc(8vw / 3.2);
    }

    .product-summary__order {
        gap: calc(24vw / 3.2);
    }

    .product-summary__blocks {
        gap: calc(16vw / 3.2);
    }

    .product-summary__block {
        gap: calc(12vw / 3.2);
    }

    .product-summary__block-title {
        font-size: calc(14vw / 3.2);
        gap: calc(12vw / 3.2);
    }

    .product-summary__block-radios {
        gap: calc(8vw / 3.2);
    }

    .product-summary__block-radio span {
        font-size: calc(12vw / 3.2);
        padding: calc(16vw / 3.2) calc(24vw / 3.2);
        border-radius: calc(8vw / 3.2);
    }

    .product-summary__text {
        font-size: calc(12vw / 3.2);
    }

    .product-summary__block-radio--color span {
        width: calc(48vw / 3.2);
        height: calc(48vw / 3.2);
        padding: calc(5vw / 3.2) calc(5vw / 3.2);
    }

    .product-summary__block-radio-color {
        width: calc(38vw / 3.2);
        height: calc(38vw / 3.2);
    }

    .prodcut-cards {
        gap: calc(8vw / 3.2);
        padding-bottom: calc(16vw / 3.2);
    }

    .prodcut-cards__item {
        min-width: calc(213vw / 3.2);
        padding: calc(20vw / 3.2);
        gap: calc(6vw / 3.2);
        border-radius: calc(20vw / 3.2);
    }

    .prodcut-cards__item-title {
        font-size: calc(16vw / 3.2);
    }

    .prodcut-cards__item-subtitle {
        font-size: calc(14vw / 3.2);
    }

    .prodcut-tabs {
        padding: calc(16vw / 3.2);
    }

    .prodcut-tabs__buttons-item {
        padding: calc(16vw / 3.2) 0;
        font-size: calc(16vw / 3.2);
    }

    .product-tabs__content-head {
        padding: calc(12vw / 3.2) calc(16vw / 3.2);
    }

    .product-tabs__content-head span {
        font-size: calc(16vw / 3.2);
    }

    .product-tabs__content-head button {
        width: calc(24vw / 3.2);
        height: calc(24vw / 3.2);
    }

    .product-tabs__content-head button img {
        width: calc(14vw / 3.2);
        height: calc(14vw / 3.2);
    }

    .product-tabs__content-block {
        margin: calc(24vw / 3.2) 0;
        padding: 0 calc(16vw / 3.2);
    }

    .product-tabs__content-block > h2,
    .product-tabs__content-block > h3,
    .product-tabs__content-block > h4,
    .product-tabs__content-block > h5,
    .product-tabs__content-block > h6 {
        font-size: calc(16vw / 3.2);
        margin: calc(8vw / 3.2) 0 !important;
    }

    .product-tabs__content-block > p {
        margin: calc(8vw / 3.2) 0;
    }

    .product-tabs__content-block p {
        font-size: calc(12vw / 3.2);
    }

    .product-review {
        padding: calc(24vw / 3.2) 0;
        gap: calc(32vw / 3.2);
        border-radius: calc(16vw / 3.2);
    }

    .product-review__block > h2,
    .product-review__block > h3,
    .product-review__block > h4,
    .product-review__block > h5,
    .product-review__block > h6 {
        font-size: calc(16vw / 3.2);
        padding: 0 calc(16vw / 3.2);
    }

    .product-review__block > p {
        padding: 0 calc(16vw / 3.2);
        margin-top: calc(8vw / 3.2);
    }

    .product-review__cards {
        margin-top: calc(16vw / 3.2);
        gap: calc(12vw / 3.2);
        padding: 0 calc(24vw / 3.2);
    }

    .product-review__cards-item {
        height: calc(220vw / 3.2);
        padding: calc(12vw / 3.2);
        border-radius: 8px;
    }

    .product-review__cards-item > h2,
    .product-review__cards-item > h3,
    .product-review__cards-item > h4,
    .product-review__cards-item > h5,
    .product-review__cards-item > h6 {
        font-size: calc(14vw / 3.2);
    }

    .product-review__cards-item p {
        font-size: calc(12vw / 3.2);
        margin-top: calc(8vw / 3.2);
    }

    .product-tabs__content-block > ul,
    .product-tabs__content-block > ol {
        margin: calc(16vw / 3.2) 0;
        gap: 0;
    }

    .product-tabs__content-block > ul {
        gap: calc(12vw / 3.2);
    }

    .product-tabs__content-block > ul li {
        gap: calc(6vw / 3.2);
        padding-left: calc(40vw / 3.2);
    }

    .product-tabs__content-block > ul li:before {
        width: calc(8vw / 3.2);
        height: calc(8vw / 3.2);
        left: calc(12vw / 3.2);
        top: calc(3.5vw / 3.2);
    }

    .product-tabs__content-block > ul li h2,
    .product-tabs__content-block > ul li h3,
    .product-tabs__content-block > ul li h4,
    .product-tabs__content-block > ul li h5,
    .product-tabs__content-block > ul li h6 {
        font-size: calc(12vw / 3.2);
    }

    .product-tabs__content-block > ol li {
        gap: calc(6vw / 3.2);
        padding-left: calc(44vw / 3.2);
        padding-bottom: calc(12vw / 3.2);
    }

    .product-tabs__content-block > ol li:before {
        width: calc(24vw / 3.2);
        height: calc(24vw / 3.2);
        font-size: calc(17vw / 3.2);
        border-radius: calc(4vw / 3.2);
    }

    .product-review__slider {
        margin-top: calc(24vw / 3.2);
    }

    .product-review__slider-item {
        width: calc(240vw / 3.2);
        border-radius: calc(16vw / 3.2);
        margin-right: calc(16vw / 3.2);
    }

    .product-review__video {
        margin: calc(24vw / 3.2) calc(16vw / 3.2) 0;
    }

    .product-review__video-poster:after {
        width: calc(40vw / 3.2);
        height: calc(40vw / 3.2);
    }

    .product-quote {
        margin: calc(16vw / 3.2) 0;
        padding: calc(16vw / 3.2);
        gap: calc(32vw / 3.2);
        border-radius: calc(16vw / 3.2);
    }

    .product-quote:before {
        width: calc(100vw / 3.2);
        height: calc(100vw / 3.2);
        bottom: calc(20vw / 3.2);
        right: calc(20vw / 3.2);
    }

    .product-quote__info {
        font-size: calc(12vw / 3.2);
    }

    .product-faq {
        gap: calc(8vw / 3.2);
        margin: calc(16vw / 3.2) 0;
    }

    .product-faq__item {
        padding: 0 calc(16vw / 3.2);
        border-radius: calc(16vw / 3.2);
    }

    .product-faq__item-head {
        padding: calc(20vw / 3.2) 0;
        grid-template-columns: auto calc(32vw / 3.2);
        gap: calc(16vw / 3.2);
    }

    .product-faq__item-title {
        font-size: calc(12vw / 3.2);
    }

    .product-faq__item-icon {
        width: calc(32vw / 3.2);
        height: calc(32vw / 3.2);
    }

    .product-faq__item-icon img {
        width: calc(12vw / 3.2);
    }

    .product-advantages {
        gap: calc(8vw / 3.2);
        margin: calc(24vw / 3.2) 0;
    }

    .product-advantages__item {
        gap: calc(8vw / 3.2);
        padding: calc(20vw / 3.2);
        border-radius: calc(16vw / 3.2);
    }

    .product-advantages__item > h2,
    .product-advantages__item > h3,
    .product-advantages__item > h4,
    .product-advantages__item > h5,
    .product-advantages__item > h6 {
        font-size: calc(14vw / 3.2);
    }

    .product-review__cards {
        padding: 0 calc(16vw / 3.2);
    }

    .product-table {
        gap: calc(16vw / 3.2);
    }

    .product-table__title {
        font-size: calc(16vw / 3.2);
    }

    .product-table__content {
        gap: calc(12vw / 3.2);
    }

    .product-table__content-item {
        padding-bottom: calc(12vw / 3.2);
    }

    .product-review__cards--col-2 .product-review__cards-item {
        height: calc(130vw / 3.2);
    }

    .product-tabs__content-block .product-button {
        margin: calc(24vw / 3.2) 0;
        font-size: calc(12vw / 3.2);
        border-radius: calc(10vw / 3.2);
        padding: calc(16vw / 3.2) 0;
    }

    .product-complect {
        padding: calc(24vw / 3.2) 0;
    }

    .product-complect__container {
        gap: calc(16vw / 3.2);
    }

    .product-complect__title {
        font-size: calc(18vw / 3.2);
    }

    .product-complect__content {
        padding: calc(12vw / 3.2);
        border-radius: calc(16vw / 3.2);
    }

    .product-complect__button {
        border-radius: calc(8vw / 3.2);
        padding: calc(12vw / 3.2) 0;
        font-size: calc(12vw / 3.2);
    }

    .product-complect__mobile {
        gap: calc(16vw / 3.2);
    }

    .product-complect__items {
        gap: calc(8vw / 3.2);
    }

    .product-complect__mobile-item {
        gap: calc(8vw / 3.2);
        grid-template-columns: calc(80vw / 3.2) 1fr;
    }

    .product-complect__mobile-item-title {
        font-size: calc(12vw / 3.2);
    }

    .product-complect__mobile-item-price {
        gap: calc(8vw / 3.2);
    }

    .product-complect__mobile-item-price-last {
        font-size: calc(12vw / 3.2);
    }

    .product-complect__mobile-item-price-actual {
        font-size: calc(16vw / 3.2);
    }

    .product-complect__mobile-saving {
        gap: calc(16vw / 3.2);
    }

    .product-complect__mobile-saving-badge {
        padding: calc(4vw / 3.2) calc(8vw / 3.2);
        font-size: calc(12vw / 3.2);
        border-radius: calc(4vw / 3.2);
    }

    .product-complect__mobile-saving-price {
        gap: calc(4vw / 3.2);
        font-size: calc(12vw / 3.2);
    }

    .product-complect__mobile-saving-price-actual {
        gap: calc(4vw / 3.2);
        font-size: calc(12vw / 3.2);
    }

    .product-complect__mobile-saving-price-actual span {
        font-size: calc(18vw / 3.2);
    }

    .product-complect__item {
        padding: calc(8vw / 3.2) calc(8vw / 3.2) calc(43vw / 3.2)
            calc(8vw / 3.2);
        border-radius: calc(8vw / 3.2);
        min-height: calc(88vw / 3.2);
        gap: calc(8vw / 3.2);
    }

    .product-complect__item-badge {
        right: calc(8vw / 3.2);
        bottom: calc(8vw / 3.2);
        padding: calc(4vw / 3.2) calc(8vw / 3.2);
        font-size: calc(12vw / 3.2);
        border-radius: calc(4vw / 3.2);
    }

    .product-complect__item-image {
        max-width: calc(52vw / 3.2);
    }

    .product-complect__item-title {
        font-size: calc(12vw / 3.2);
    }

    .product-complect__item-price {
        left: calc(8vw / 3.2);
        bottom: calc(8vw / 3.2);
    }

    .product-complect__item-price {
        column-gap: calc(8vw / 3.2);
    }

    .product-complect__item-price-last {
        font-size: calc(12vw / 3.2);
    }

    .product-complect__item-price-actual {
        font-size: calc(16vw / 3.2);
    }
}

img[data-fancybox] {
  cursor: pointer;
}

/*маразм крепчал*/
.product-content__summary.product-summary.mobilefix {
    display: none;
}
@media (max-width: 1023px) {
    .product-content__summary.product-summary.mobilefix {
        display: block;
    }
    .product-content__summary.product-summary.mobilefix .product-summary__head {
        display: block;
    } 
}
.product-content__summary.product-summary .product-summary__head {} 
@media (max-width: 1023px) {
    .product-content__summary.product-summary .product-summary__head {
        display: none;
    } 
}
/*маразм крепчал*/


.product-fixed-bar {
    display: none;
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 9;
    box-shadow: 0px 4px 10px 0px #0000000F;
    background: #ffffff;
    justify-content: center;
    gap: 3vw;
    padding: 2vw 0;
    align-items: center;
}

@media (max-width: 767px) {
    .product-fixed-bar.product-fixed-bar--visible {
        display: grid;
        grid-template-columns: auto 1fr auto;
        padding: 0 16px 10px;
        gap: 2vw;
    }
}
@media (max-width: 600px) {
    .product-fixed-bar {
        top: 12.5vw;
    }
}
.product-fixed-bar__image {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
@media (max-width: 600px) {
    .product-fixed-bar__image {
        width: 10vw;
        height: 10vw;
    }
}
.product-fixed-bar__image img {
    width: 100%;
    height: 100%;
}
.product-fixed-bar--hidden {
    display: none !important;
}
.product-fixed-bar__name {
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: .7vw;
} 
.product-fixed-bar__info {
    width: 68vw;
}
@media (max-width: 600px) {
    .product-fixed-bar__info {
        width: 48.75vw;
    }
}
.product-fixed-bar .product-button {
    font-size: 12px;
    padding: 16px 20px;
    border-radius: 10px;
}

@media (max-width: 600px) {
    .product-fixed-bar .product-button {
        font-size: 3.75vw;
        padding: 3.5vw 3.67vw;
        border-radius: 3.13vw;
    }
}
.product-fixed-bar__price {
    font-weight: 500;
} 
.trade-in {
    background-color: #F0EAFD;
    display: flex;
    align-items: center;
    padding: 16px;
    gap: 16px;
    border-radius: 12px;
}
.trade-in img {
    width: 38px;
    height: 32px;
    object-fit: contain;
}
.trade-in p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}
.trade-in span {
    color: #612BE2;
    font-weight: 600;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .trade-in {
        padding: .8333vw;
        gap: .8333vw;
        border-radius: .75rem;
    }
    .trade-in img {
        width: 1.9792vw;
        height: 1.6667vw;
    }
    .trade-in p {
        font-size: .8333vw;
        line-height: 1.0417vw;
    }
}
@media (max-width: 600px) {
    .trade-in {
        padding: 3.75vw;
        gap: 2.5vw;
        border-radius: 3.75vw;
    }
    .trade-in img {
        width: 9.0625vw;
        height: 25px;
    }
    .trade-in p {
        font-size: 3.75vw;
        line-height: 5vw;
    }
}

/* End */


/* Start:/local/templates/main/assets/css/offer.css?17854983754944*/
.offer {
    padding: 24px 0 32px;
    background: #F9F9F9;
    overflow: hidden;
}
.main-slider {
    position: relative;
    width: 100%;
}

.main-slider-swiper {
    padding-left: 40px;
    padding-right: 40px;
}

.main-slider .swiper-slide {
    width: 410px;
    height: 600px;
}

.main-slider .swiper-slide .slide-card {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 18px;
    color: var(--white);
    text-decoration: none;
}

.main-slider .swiper-slide .slide-card .slide-img {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.main-slider .swiper-slide .slide-card .slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-slider .swiper-slide .slide-card .slide-text {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 32px;
}

.main-slider .swiper-slide .slide-card .slide-text .title {
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: -0.02em;
}

.main-slider .swiper-slide .slide-card .slide-text .subtitle {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: -0.02em;
}

.main-slider .main-slider__nav-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.main-slider .main-slider__navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
}

.main-slider .main-slider__navigation .main-slider__btn {
    cursor: pointer;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    pointer-events: auto;
    border-radius: 10px;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    line-height: 0;
    user-select: none;
}

.main-slider .main-slider__navigation .main-slider__btn svg {
    display: block;
    width: 100%;
    height: 100%;
}

.main-slider .main-slider__navigation .swiper-button-disabled {
    opacity: 0.4;
    pointer-events: none;
}

@media (min-width: 1280px) and (max-width: 1919px) {
    .offer {
        padding: 1.25vw 0 1.67vw;
        background: #F9F9F9;
    }
    .main-slider-swiper {
        padding-left: 2.084vw;
        padding-right: 2.084vw;
    }
    .main-slider .swiper-slide {
        width: 21.354vw;
        height: 31.25vw;
    }
    .main-slider .swiper-slide .slide-card {
        border-radius: 0.938vw;
    }
    .main-slider .swiper-slide .slide-card .slide-text {
        gap: 0.938vw;
        padding: 1.668vw;
    }
    .main-slider .swiper-slide .slide-card .slide-text .title {
        font-size: 1.771vw;
    }
    .main-slider .swiper-slide .slide-card .slide-text .subtitle {
        font-size: 0.938vw;
    }
    .main-slider .main-slider__navigation .main-slider__btn {
        width: 2.5vw;
        height: 2.5vw;
        border-radius: 0.521vw;
    }
}

@media (max-width: 1279px) {
    .offer {
        padding: 24px 0 23px;
    }
    .main-slider-swiper {
        padding-left: 24px;
        padding-right: 24px;
    }
    .main-slider .swiper-slide {
        width: 355px;
        height: 520px;
    }
    .main-slider .swiper-slide .slide-card {
        border-radius: 16px;
    }
    .main-slider .swiper-slide .slide-card .slide-text {
        gap: 16px;
        padding: 32px;
    }
    .main-slider .swiper-slide .slide-card .slide-text .title {
        font-size: 30px;
    }
    .main-slider .swiper-slide .slide-card .slide-text .subtitle {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .main-slider-swiper {
        padding-left: 16px;
        padding-right: 16px;
    }
    .offer {
        margin-top: 40px;
    }
    body:has(.attention) .offer {
        margin-top: 0; 
    }
}

@media (max-width: 600px) {
    .offer {
        padding: 5.31vw 0 5.63vw;
        margin-top: 12.50vw;
        
    }
    .main-slider-swiper {
        overflow: visible;
        padding-left: 5vw;
        padding-right: 5vw;
    }
    .main-slider .swiper-slide {
        width: 72.5vw;
        height: 106.25vw;
    }
    .main-slider .swiper-slide .slide-card {
        border-radius: 5vw;
    }
    .main-slider .swiper-slide .slide-card .slide-text {
        gap: 3.75vw;
        padding: 5vw;
    }
    .main-slider .swiper-slide .slide-card .slide-text .title {
        font-size: 7.5vw;
    }
    .main-slider .swiper-slide .slide-card .slide-text .subtitle {
        font-size: 3.75vw;
    }
    .main-slider .main-slider__nav-wrap {
        display: none;
    }
}

/* End */


/* Start:/local/templates/main/assets/css/categories.css?17870478612445*/
.categories {
    padding: 50px 0;
}

.categories-swiper {
    height: auto;
}

.categories-swiper .swiper-wrapper {
    justify-content: space-around;
    align-items: flex-start;
    height: auto !important;
}

.categories-swiper .swiper-slide {
    width: auto;
    height: auto;
}

.cat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    color: var(--grey);
    width: fit-content;
}

.cat-card img {
    max-height: 81px;
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
} 
@media (min-width: 1280px) and (max-width: 1919px) {
    .categories {
        padding: 2.606vw 0;
    }
    .cat-card {
        gap: 0.834vw;
    }
    .cat-card img {
        max-height: 4.2188vw;
    }
}
@media (max-width: 1279px) {
    .categories {
        padding: 40px 0;
    }
    .cat-card div {
        height: 80px;
    }
    .cat-card div img {
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 850px) {
    .categories-swiper {
        padding-bottom: 14px;
        height: auto;
        overflow: hidden;
    }
    .categories-swiper .swiper-wrapper {
        justify-content: flex-start;
        align-items: flex-start;
        height: auto !important;
    }

    .categories-swiper .swiper-scrollbar {
        left: 0 !important;
        height: 1px;
        opacity: 1 !important;
        background: #eaeaea;
    }

    .categories-swiper .swiper-scrollbar .swiper-scrollbar-drag {
        background: #353535;
        border-radius: 0px;
        left: 0;
        top: auto;
        bottom: 1px;
    }
    .categories-swiper .swiper-slide {
        padding: 0 30px;
    }
    
}

@media (max-width: 767px) {
    .categories {
        padding: 24px 0;
    }
}

@media (max-width: 600px) {
    .categories {
        padding: 7.5vw 0;
    }
    .cat-card {
        gap: 5vw;

    }
    .cat-card div {
        height: 15.625vw;
    }
    .categories-swiper .swiper-scrollbar {
        height: 0.313vw;
    }

    .categories-swiper .swiper-scrollbar .swiper-scrollbar-drag {
        bottom: 0.313vw;
    }
    .categories-swiper .swiper-slide {
        padding: 0 5vw;
    }
    .cat-card img {
        max-height: 15.625vw;
        height: auto;
        width: auto;
    }
}
/* End */


/* Start:/local/templates/main/assets/css/proposal.css?17849013731667*/
.slider-with-bg.proposal {
    background: url('/local/templates/main/assets/css/../img/section/proposal/p-bg.webp') no-repeat center center / cover;
}

.slider-with-bg.proposal .slider .swiper {
    padding-bottom: 30px;
}

.proposal-swiper .swiper-scrollbar {
    left: 0 !important;
    height: 1px;
    width: 100%;
    opacity: 1 !important;
    background: rgba(255, 255, 255, 0.3);
}

.proposal-swiper .swiper-scrollbar .swiper-scrollbar-drag {
    background: var(--white);
    border-radius: 0px;
    left: 0;
    top: auto;
    bottom: 1px;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .slider-with-bg.proposal .slider .swiper {
        padding-bottom: 1.563vw;
    }
    .proposal-swiper .swiper-scrollbar {
        height: 0.052vw;
    }
    .proposal-swiper .swiper-scrollbar .swiper-scrollbar-drag {
        bottom: 0.052vw;
    }
}
@media (max-width: 1279px) {
    .slider-with-bg.proposal {
        background: url('/local/templates/main/assets/css/../img/section/proposal/p-bg-1024.webp') no-repeat center center / cover;
    }
}
@media (max-width: 1023px) {
    .slider-with-bg.proposal {
        background: url('/local/templates/main/assets/css/../img/section/proposal/p-bg-768.webp') no-repeat center center / cover;
    }
}
@media (max-width: 767px) {
    .slider-with-bg.proposal {
        background: url('/local/templates/main/assets/css/../img/section/proposal/p-bg-320.webp') no-repeat center center / cover;
    }
}

@media (max-width: 600px) {
    .slider-with-bg.proposal .slider .swiper {
        padding-bottom: 7.5vw;
    }
    .proposal-swiper .swiper-scrollbar {
        height: 0.313vw;
    }
    .proposal-swiper .swiper-scrollbar .swiper-scrollbar-drag {
        bottom: 0.313vw;
    }
}
/* End */


/* Start:/local/templates/main/assets/css/sale.css?17849013741146*/
.slider-standart.sale {
	padding: 80px 0 40px;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .slider-standart.sale {
        padding: 4.169vw 0 2.084vw;
    }
}
.sale-swiper .swiper-scrollbar {
    display: none;
}

@media (max-width: 1279px) {
    .slider-standart.sale .slider .swiper {
        padding-bottom: 24px;
    }

    .sale-swiper .swiper-scrollbar {
        display: block;
    }

    .sale-swiper .swiper-scrollbar {
        left: 0 !important;
        height: 1px;
        opacity: 1 !important;
        background: #eaeaea;
        width: 100%;
    }

    .sale-swiper .swiper-scrollbar .swiper-scrollbar-drag {
        background: var(--grey);
        border-radius: 0px;
        left: 0;
        top: auto;
        bottom: 1px;
    }
}

@media (max-width: 767px) {
	.slider-standart.sale {
		padding: 48px 0 24px;
	}
}

@media (max-width: 600px) {
	.slider-standart.sale {
		padding: 15vw 0 7.5vw;
	}
    .sale-swiper .swiper-scrollbar {
        height: 0.313vw;
    }
    .sale-swiper .swiper-scrollbar .swiper-scrollbar-drag {
        bottom: 0.313vw;
    }
}
/* End */


/* Start:/local/templates/main/assets/css/new.css?17849013721002*/
.slider-standart.new .slider .swiper {
    padding-bottom: 40px;
}

.new-swiper .swiper-scrollbar {
    left: 0 !important;
    height: 1px;
    opacity: 1 !important;
    background: #eaeaea;
    width: 100%;
}

.new-swiper .swiper-scrollbar .swiper-scrollbar-drag {
    background: var(--grey);
    border-radius: 0px;
    left: 0;
    top: auto;
    bottom: 1px;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .slider-standart.new .slider .swiper {
        padding-bottom: 2.084vw;
    }
    .new-swiper .swiper-scrollbar {
        height: 0.052vw;
    }
    .new-swiper .swiper-scrollbar .swiper-scrollbar-drag {
        bottom: 0.052vw;
    }
}
@media (max-width: 1279px) {
    .slider-standart.new .slider .swiper {
        padding-bottom: 24px;
    }
}

@media (max-width: 600px) {
    .new-swiper .swiper-scrollbar {
        height: 0.313vw;
    }
    .new-swiper .swiper-scrollbar .swiper-scrollbar-drag {
        bottom: 0.313vw;
    }
}
/* End */


/* Start:/local/templates/main/assets/css/partners.css?17849013731060*/
.partners {
	padding: 40px 0 80px;
	overflow: hidden;
	background: var(--bg);
}

.partners-slider {
    overflow: visible;
}

.partners-slider .swiper-wrapper {
	transition-timing-function: linear !important;
}

.partners-slider .swiper-slide a {
	display: flex;
	justify-content: center;
	height: 106px;
}

.partners-slider .swiper-slide a img {
	height: 100%;
	filter: grayscale(1);
	opacity: .6;
}
.partners-slider .swiper-slide a:hover img {
	filter: grayscale(0);
	opacity: 1;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .partners {
        padding: 2.084vw 0 4.169vw;
    }
    .partners-slider .swiper-slide a {
        height: 5.524vw;
    }
}
@media (max-width: 1279px) {
	.partners-slider .swiper-slide a {
		height: 60px;
	}
}
@media (max-width: 767px) {
	.partners {
		padding: 24px 0 48px;
	}
	.partners-slider .swiper-slide a {
		height: 48px;
	}
}
@media (max-width: 600px) {
	.partners {
		padding: 7.5vw 0 15vw;
	}
	.partners-slider .swiper-slide a {
		height: 15vw;
	}
}
/* End */


/* Start:/local/templates/main/assets/css/hits.css?17849013691603*/
.slider-with-bg.hits {
    background: url('/local/templates/main/assets/css/../img/section/hits/h-bg.webp') no-repeat center center / cover;
}

.slider-with-bg.hits .slider .swiper {
    padding-bottom: 30px;
}

.hits-swiper .swiper-scrollbar {
    left: 0 !important;
    height: 1px;
    width: 100%;
    opacity: 1 !important;
    background: rgba(255, 255, 255, 0.3);
}

.hits-swiper .swiper-scrollbar .swiper-scrollbar-drag {
    background: var(--white);
    border-radius: 0px;
    left: 0;
    top: auto;
    bottom: 1px;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .slider-with-bg.hits .slider .swiper {
        padding-bottom: 1.563vw;
    }
    .hits-swiper .swiper-scrollbar {
        height: 0.052vw;
    }
    .hits-swiper .swiper-scrollbar .swiper-scrollbar-drag {
        bottom: 0.052vw;
    }
}
@media (max-width: 1279px) {
    .slider-with-bg.hits {
        background: url('/local/templates/main/assets/css/../img/section/hits/h-bg-1024.webp') no-repeat center center / cover;
    }
}

@media (max-width: 1023px) {
    .slider-with-bg.hits {
        background: url('/local/templates/main/assets/css/../img/section/hits/h-bg-768.webp') no-repeat center center / cover;
    }
}

@media (max-width: 767px) {
    .slider-with-bg.hits {
        background: url('/local/templates/main/assets/css/../img/section/hits/h-bg-320.webp') no-repeat center center / cover;
    }
}

@media (max-width: 600px) {
    .slider-with-bg.hits .slider .swiper {
        padding-bottom: 7.5vw;
    }
    .hits-swiper .swiper-scrollbar {
        height: 0.313vw;
    }
    .hits-swiper .swiper-scrollbar .swiper-scrollbar-drag {
        bottom: 0.313vw;
    }
}
/* End */


/* Start:/local/templates/main/assets/css/sale-banners.css?17849013743215*/
.sale-banners {
    padding: 80px 0 40px;
}

.sale-banners .wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.banner-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.banner-card {
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 24px;
    height: 520px;
}

.banner-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner-card__title {
    width: 445px;
    max-width: 100%;
    color: var(--white);
    font-size: 32px;
    letter-spacing: -0.02em;
    line-height: 1.1em;
}

.banner-card__desc {
    font-size: 16px;
    color: var(--white);
    letter-spacing: -0.02em;
    line-height: 1.3em;
    margin-top: 12px;
    width: 315px;
    max-width: 100%;
}

.banner-card__btn {
    margin-top: 24px;
    width: fit-content;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .sale-banners {
        padding: 4.169vw 0 2.084vw;
    }
    .sale-banners .wrap {
        gap: 2.084vw;
    }
    .banner-cards {
        gap: 1.251vw;
    }
    .banner-card {
        border-radius: 0.834vw;
        padding: 1.251vw;
        height: 27.097vw;
    }
    .banner-card__title {
        width: 23.189vw;
        font-size: 1.668vw;
    }
    .banner-card__desc {
        font-size: 0.834vw;
        margin-top: 0.625vw;
        width: 16.415vw;
    }
    .banner-card__btn {
        margin-top: 1.251vw;
    }
}
@media (max-width: 1279px) {
    .sale-banners .wrap {
        gap: 32px;
    }

    .banner-cards {
        gap: 16px;
    }

    .banner-card:last-child .banner-card__image img {
        object-position: left;
    }

    .banner-card__desc {
        margin-top: 8px;
        width: 300px;
    }

    .banner-card__btn {
        margin-top: 24px;
        width: fit-content;
    }    
    .banner-card {
        height: 410px;
    }

    .banner-card__title {
        width: 335px;
        font-size: 24px;
    }
}
@media (max-width: 1023px) {
    .banner-card {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .sale-banners {
        padding: 48px 0 24px;
    }

    .sale-banners .wrap {
        gap: 16px;
    }

    .banner-cards {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .banner-card {
        padding: 0 0 24px 12px;
        height: 288px;
    }

    .sale-banners .banner-card:last-child {
        display: none;
    }

    .banner-card__title {
        font-size: 16px;
        width: 225px;
    }

    .banner-card__btn {
        display: none;
    }
}

@media (max-width: 600px) {
    .sale-banners {
        padding: 15vw 0 7.5vw;
    }

    .sale-banners .wrap {
        gap: 5vw;
    }

    .banner-card {
        padding: 0 0 7.5vw 3.75vw;
        height: 90vw;
    }

    .banner-card__title {
        font-size: 5vw;
        width: 100%;
    }

    .banner-card__desc {
        font-size: 3.75vw;
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/main/assets/css/news.css?17849013729574*/
.news {
    padding: 40px 0 64px;
}

.news .wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.news-swiper {
    padding-bottom: 40px;
}

.news-swiper .swiper-slide.big-card {
    width: 900px;
}

.news-swiper .swiper-slide.card {
    width: 438px;
}

.news-swiper .swiper-slide.big-card .news-card {
    padding-bottom: 0;
}

.news-swiper .swiper-slide.big-card .news-card__top {
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    color: var(--white);
    width: 100%;
    height: 458px;
}

.news-swiper .swiper-slide.big-card .news-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.news-swiper .swiper-slide.big-card .news-card__title {
    font-size: 32px;
    line-height: 1.3em;
    width: 447px;
    max-width: 100%;
    height: auto;
    display: block;
    transition: .5s ease;
}

.news-swiper .swiper-slide:not(.big-card) .news-card__top:hover .news-card__title {
    color: var(--purple);
    transition: .5s ease;
}

.news-swiper .swiper-slide.big-card .news-card__title .desc {
    letter-spacing: -0.02em;
    margin-top: 16px;
    font-size: 20px;
    line-height: 1.3em;
    display: block;
}

.news-swiper .swiper-slide.big-card .news-card__bottom {
    display: none;
} 

.news-card {
    padding-bottom: 26px;
}

.news-card__top {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.news-card__image {
    overflow: hidden;
    border-radius: 16px;
    height: 290px;
    width: 100%;
}

.news-card__title {
    line-clamp: 3; 
	display: -webkit-box; 
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical; 
	text-overflow: ellipsis;
	overflow: hidden;
	height: 78px;
	font-size: 20px;
	line-height: 1.3em;
    letter-spacing: -0.02em;
}

.news-card__bottom {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 32px;
    color: #999999;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 1.3em;
    font-weight: normal;
}

.news-card__views {
    display: flex;
    align-items: center;
    gap: 4px;
}

.news-card__views img {
    width: 24px;
    height: 24px;
}

.news-swiper .swiper-scrollbar {
    left: 0 !important;
    height: 1px;
    opacity: 1 !important;
    background: #eaeaea;
    width: 100%;
}

.news-swiper .swiper-scrollbar .swiper-scrollbar-drag {
    background: var(--grey);
    border-radius: 0px;
    left: 0;
    top: auto;
    bottom: 1px;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .news {
        padding: 2.084vw 0 3.335vw;
    }
    .news .wrap {
        gap: 2.084vw;
    }
    .news-swiper {
        padding-bottom: 2.084vw;
    }
    .news-swiper .swiper-slide.big-card {
        width: 46.899vw;
    }
    .news-swiper .swiper-slide.card {
        width: 22.824vw;
    }
    .news-swiper .swiper-slide.big-card .news-card__top {
        border-radius: 0.834vw;
        padding: 1.251vw;
        height: 23.866vw;
    }
    .news-swiper .swiper-slide.big-card .news-card__title {
        font-size: 1.668vw;
        width: 23.292vw;
    }
    .news-swiper .swiper-slide.big-card .news-card__title .desc {
        margin-top: 0.834vw;
        font-size: 1.042vw;
    }
    .news-card {
        padding-bottom: 1.355vw;
    }
    .news-card__top {
        gap: 0.834vw;
    }
    .news-card__image {
        border-radius: 0.834vw;
        height: 15.112vw;
    }
    .news-card__title {
        height: 4.064vw;
        font-size: 1.042vw;
    }
    .news-card__bottom {
        margin-top: 1.251vw;
        gap: 1.668vw;
        font-size: 0.729vw;
    }
    .news-card__views img {
        width: 1.251vw;
        height: 1.251vw;
    }
    .news-swiper .swiper-scrollbar {
        height: 0.052vw;
    }
    .news-swiper .swiper-scrollbar .swiper-scrollbar-drag {
        bottom: 0.052vw;
    }
}
@media (max-width: 1279px) {
    .news {
        padding: 40px 0 80px;
    }
    .news .wrap {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }
    .news-swiper {
        padding-bottom: 32px;
    }
    .news-swiper .swiper-slide.big-card {
        width: 480px;
    }

    .news-swiper .swiper-slide.card {
        width: 232px;
    }
    .news-swiper .swiper-slide.big-card .news-card__top {
        padding: 16px;
        justify-content: start;
        height: 382px;
    }
    .news-swiper .swiper-slide.big-card .news-card__title {
        font-size: 24px;
        width: 340px;
    }

    .news-swiper .swiper-slide.big-card .news-card__title .desc {
        margin-top: 8px;
        font-size: 16px;
    }
    .news-card {
        padding-bottom: 0;
    }
    .news-card__title {
        height: 84px;
        font-size: 16px;
        line-clamp: 4; 
        -webkit-line-clamp: 4;
    }
    .news-card__bottom {
        margin-top: 18px;
    }
    .news-card__image {
        height: 240px;
    }
}
@media (max-width: 1023px) {
    .news {
        overflow: hidden;
    }
    .news-swiper {
        overflow: visible;
    }
    .news-swiper .swiper-slide.big-card {
        width: 352px;
    }
    .news-swiper .swiper-slide.card {
        width: 229px;
        height: auto;
    }
    .news-swiper .swiper-slide.big-card .news-card__title {
        width: 300px;
    }
    .news-swiper .swiper-slide.big-card .news-card__title .desc {
        font-size: 14px;
    }
    .news-card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
    .news-card__title {
        height: 72px;
        font-size: 14px;
    }
    .news-card__bottom {
        margin-top: 0;
        font-size: 12px;
    }
    .news-card__image {
        height: 240px;
    }
}

@media (max-width: 767px) {
    .news {
        padding: 24px 0 48px;
    }

    .news .wrap {
        gap: 16px;
    }

    .news-swiper {
        padding-bottom: 20px;
    }

    .news-swiper .swiper-slide.big-card {
        width: 230px;
    }

    .news-swiper .swiper-slide.card {
        width: 230px;
    }

    .news-swiper .swiper-slide.big-card .news-card__top {
        gap: 12px;
        overflow: visible;
        border-radius: 0;
        padding: 0;
        height: auto;
    }

    .news-swiper .swiper-slide.big-card .news-card__image {
        position: relative;
        height: 150px;
        z-index: 1;
        border-radius: 13px;
        overflow: hidden;
    }

    .news-swiper .swiper-slide.big-card .news-card__title {
        font-size: 12px;
        width: 100%;
        color: var(--grey);
        height: 64px;
        line-clamp: 4; 
        display: -webkit-box; 
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical; 
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .news-swiper .swiper-slide.big-card .news-card__top:hover .news-card__title {
        color: var(--purple);
        transition: .5s ease;
    }

    .news-swiper .swiper-slide.big-card .news-card__title .new-line {
        display: inline;
    }

    .news-swiper .swiper-slide.big-card .news-card__title .desc {
        margin-top: 0;
        font-size: 12px;
        display: inline;
    }

    .news-swiper .swiper-slide.big-card .news-card__bottom {
        display: flex;
        margin-top: 16px;
        gap: 24px;
    } 

    .news-card__top {
        gap: 12px;
    }

    .news-card__image {
        border-radius: 13px;
        height: 150px;
    }

    .news-card__title {
        height: 64px;
        font-size: 12px;
    }

    .news-card__bottom {
        margin-top: 16px;
        gap: 24px;
        font-size: 12px;
    }

    .news-card__views {
        gap: 3px;
    }

    .news-card__views img {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 600px) {
    .news {
        padding: 7.5vw 0 15vw;
    }

    .news .wrap {
        gap: 5vw;
    }

    .news-swiper {
        padding-bottom: 6.25vw;
    }

    .news-swiper .swiper-slide.big-card {
        width: 66.25vw;
    }

    .news-swiper .swiper-slide.card {
        width: 66.25vw;
    }

    .news-swiper .swiper-slide.big-card .news-card__top {
        gap: 3.75vw;
    }

    .news-swiper .swiper-slide.big-card .news-card__image {
        height: 46.875vw;
        border-radius: 4.063vw;
    }

    .news-swiper .swiper-slide.big-card .news-card__title {
        font-size: 3.75vw;
        height: 20vw;
    }

    .news-swiper .swiper-slide.big-card .news-card__title .desc {
        font-size: 3.75vw;
    }

    .news-swiper .swiper-slide.big-card .news-card__bottom {
        margin-top: 5vw;
        gap: 7.5vw;
    } 

    .news-card__top {
        gap: 3.75vw;
    }

    .news-card__image {
        height: 46.875vw;
        border-radius: 4.063vw;
    }

    .news-card__title {
        font-size: 3.75vw;
        height: 20vw;
    }

    .news-card__bottom {
        margin-top: 5vw;
        gap: 7.5vw;
        font-size: 3.75vw;
    }

    .news-card__views {
        gap: 0.938vw;
    }

    .news-card__views img {
        width: 5vw;
        height: 5vw;
    }
}

/* End */


/* Start:/local/templates/main/assets/css/subscribe.css?17863943364419*/
.subscribe {
    height: 295px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.subscribe-bg {
    content: '';
    position: absolute;
    width: 100%;
    height: 280px;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, #180C3E, #3F20A4);
    z-index: 1;
}

.subscribe .container {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 110px 0 0;
}

.subscribe-img {
    position: absolute;
    top: 0;
    right: -140px;
    width: 456px;
    height: 315px;
    z-index: 2;
}
/*.subscribe-img {
    position: absolute;
    top: -25px;
    right: -140px;
    width: 475px;
    height: 345px;
    z-index: 2;
}*/
.subscribe-img .obj {
    object-fit: contain;
}
.subscribe .wrap {
    display: flex;
    align-items: start;
    gap: 103px;
    position: relative;
}

.subscribe .wrap h2 {
    width: 448px;
    max-width: 100%;
}

.subscribe .form__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.subscribe .form__body .form__top {
    display: flex;
    align-items: center;
    gap: 18px;
}

.subscribe .form__body .form__top .form__input {
    width: 552px;
    position: relative; 
}

.subscribe .form__body .form__top .form__input .error-text {
    display: none;
}

.subscribe .form__bottom {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.subscribe .label-policy label div a {
    color: var(--white);
    text-decoration: underline;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .subscribe {
        height: 15.374vw;
    }
    .subscribe-bg {
        height: 14.591vw;
    }
    .subscribe .container {
        padding: 5.732vw 0 0;
    }
    .subscribe-img {
        right: -7.2917vw;
        width: 23.75vw;
        height: 16.4063vw;     
    }
    .subscribe .wrap {
        gap: 5.367vw;
    }
    .subscribe .wrap h2 {
        width: 23.346vw;
    }
    .subscribe .form__body {
        gap: 0.834vw;
    }
    .subscribe .form__body .form__top {
        gap: 0.938vw;
    }
    .subscribe .form__body .form__top .form__input {
        width: 28.765vw;
    }
    .subscribe .form__bottom {
        gap: 0.625vw;
    }
}
@media (max-width: 1279px) {
    .subscribe {
        height: auto;
    }
    .subscribe-bg {
        height: 100%;
    }
    .subscribe .container {
        padding: 80px 0;
    }
    /*.subscribe-img {
        top: auto;
        bottom: 0;
        right: -50px;
    }*/
    .subscribe-img {
        top: unset;
    }
    .subscribe .wrap {
        flex-direction: column;
        gap: 32px;
    }
    .subscribe .wrap h2 {
        width: 100%;
    }
    .subscribe .wrap h2 span {
        display: inline;
    }
    .subscribe .form__body .form__top .form__input {
        width: 315px;
    }
    .subscribe .form__bottom {
        width: 400px;
    }
    .subscribe .checkbox+label {
        align-items: start;
    }
}

@media (max-width: 1023px) {
    .subscribe-img {
        right: -205px;
    }
    .subscribe .wrap h2 {
        letter-spacing: -0.04em;
    }
    .subscribe .form__body .form__top .form__input {
        width: 290px;
    }
}

@media (max-width: 767px) {
    .subscribe .container {
        padding: 48px 0;
    }
    .subscribe-img {
        display: none;
    }
    .subscribe .wrap {
        gap: 16px;
    }
    .subscribe .wrap h2 {
        letter-spacing: 0;
    }
    .subscribe .form {
        width: 100%;
    }
    .subscribe .form__body .form__top {
        flex-direction: column;
        gap: 12px;
        width: 100%;
        align-items: start;
    }
    .subscribe .form__body .form__top .form__input {
        width: 100%;
    }
    .subscribe .form__body .form__top .default-btn {
        width: 100%;
        justify-content: center;
    }
    .subscribe .form__bottom {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .subscribe .container {
        padding: 15vw 0;
    }
    .subscribe .wrap {
        gap: 5vw;
    }
    .subscribe .wrap h2 span {
        display: block;
    }
    .subscribe .form__body {
        gap: 5vw;
    }
    .subscribe .form__body .form__top {
        gap: 3.75vw;
    }
    .subscribe .form__bottom {
        gap: 3.75vw;
    }
}
/* End */


/* Start:/local/templates/main/assets/css/address.css?17849013663884*/
.address {
    background: var(--bg);
    padding: 80px 0;
}

.address .wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.address-block {
    display: grid;
    grid-template-columns: 442px 1fr;
    gap: 24px;
}

.address-block__info {
    border-radius: 16px;
    padding: 24px 24px 32px;
    background: var(--white);
    display: flex;
    flex-direction: column;
    gap: 86px;
}

.address-block__top {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.address-block__title {
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: normal;
    font-size: 20px;
}

.address-block__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.address-block__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: normal;
}

.address-block__item .address-block__subtitle {
    opacity: 0.5;
}

.address-block__item .address-block__text span {
    display: none;
}

.address-block__info .default-btn {
    width: fit-content;
}

.address-block__map {
    overflow: hidden;
    border-radius: 16px;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .address {
        padding: 4.169vw 0;
    }
    .address .wrap {
        gap: 2.084vw;
    }
    .address-block {
        grid-template-columns: 23.033vw 1fr;
        gap: 1.251vw;
    }
    .address-block__info {
        border-radius: 0.834vw;
        padding: 1.251vw 1.251vw 1.668vw;
        gap: 4.481vw;
    }
    .address-block__top {
        gap: 1.251vw;
    }
    .address-block__title {
        font-size: 1.042vw;
    }
    .address-block__list {
        gap: 1.042vw;
    }
    .address-block__item {
        gap: 0.521vw;
        font-size: 0.834vw;
    }
    .address-block__map {
        border-radius: 0.834vw;
    }
}
@media (max-width: 1279px) {
    .address .wrap {
        gap: 32px;
    }
    .address-block {
        grid-template-columns: 314px 1fr;
        gap: 16px;
    }
}

@media (max-width: 1023px) {
    .address-block {
        grid-template-columns: 229px 1fr;
    }
    .address-block__info {
        padding: 16px;
    }
    .address-block__item {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .address {
        padding: 48px 0;
    }

    .address .wrap {
        gap: 16px;
    }

    .address-block {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .address-block__info {
        border-radius: 13px;
        padding: 13px;
        gap: 20px;
    }

    .address-block__top {
        gap: 20px;
    }

    .address-block__title {
        font-size: 14px;
    }

    .address-block__list {
        gap: 16px;
    }

    .address-block__item {
        gap: 8px;
        font-size: 12px;
    }

    .address-block__item .address-block__text span {
        display: block;
    }

    .address-block__info .default-btn {
        width: 100%;
        justify-content: center;
    }

    .address-block__map {
        border-radius: 13px;
        height: 290px;
    }
}

@media (max-width: 600px) {
    .address {
        padding: 15vw 0;
    }

    .address .wrap {
        gap: 5vw;
    }

    .address-block {
        gap: 3.75vw;
    }

    .address-block__info {
        border-radius: 4.063vw;
        padding: 4.063vw;
        gap: 6.25vw;
    }

    .address-block__top {
        gap: 6.25vw;
    }

    .address-block__title {
        font-size: 4.375vw;
    }

    .address-block__list {
        gap: 5vw;
    }

    .address-block__item {
        gap: 2.5vw;
        font-size: 3.75vw;
    }

    .address-block__map {
        border-radius: 4.063vw;
        height: 90.625vw;
    }
}
/* End */


/* Start:/local/templates/main/assets/css/feedback.css?17849013684241*/
.feedback .wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.feedback-swiper .swiper-slide {
    height: auto;
}

.feedback-card {
    background: #FBFBFB;
    border-radius: 16px;
    padding: 14px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    letter-spacing: -0.02em;
    height: 100%;
}

.feedback-card__name {
    font-size: 20px;
    line-height: 1.3em;
    color: var(--black);
}

.feedback-card__info {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: normal;
    color: #999999;
    margin-top: 12px;
}

.feedback-card__rating {
    margin-top: 16px;
    display: flex;
}

.feedback-card__text {
    line-clamp: 5; 
	display: -webkit-box; 
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical; 
	text-overflow: ellipsis;
	overflow: hidden;
	height: 105px;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: normal;
}

.feedback-card__btn {
    font-size: 16px;
    line-height: 1.3em;
    width: fit-content;
    font-weight: 500;
    border-bottom: 1px solid #999999;
    color: #999999;
}

.section-link.mobile {
    display: none;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .feedback .wrap {
        gap: 2.084vw;
    }
    .feedback-card {
        border-radius: 0.834vw;
        padding: 0.729vw 1.251vw 1.251vw;
        gap: 1.251vw;
    }
    .feedback-card__name {
        font-size: 1.042vw;
    }
    .feedback-card__info {
        font-size: 0.834vw;
        margin-top: 0.625vw;
    }
    .feedback-card__rating {
        margin-top: 0.834vw;
    }
    .feedback-card__text {
        height: 5.471vw;
        font-size: 0.834vw;
    }
    .feedback-card__btn {
        font-size: 0.834vw;
        border-bottom: 0.052vw solid #999999;
    }
}
@media (max-width: 1279px) {
    .feedback .wrap {
        gap: 32px;
    }
}
@media (max-width: 1023px) {
    .feedback-card__text {
        height: auto;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .feedback {
        overflow: hidden;
    }

    .feedback .wrap {
        gap: 12px;
    }

    .feedback h2 {
        width: 150px;
    }

    .feedback .section-heading .section-link {
        display: none;
    }

    .feedback-swiper {
        overflow: visible;
    }

    .feedback-swiper .swiper-slide {
        width: 212px;
    }

    .feedback-card {
        border-radius: 13px;
        padding: 13px;
        gap: 20px;
        height: auto;
    }

    .feedback-card__name {
        font-size: 14px;
    }

    .feedback-card__info {
        margin-top: 4px;
        font-size: 12px;
    }

    .feedback-card__rating {
        margin-top: 8px;
    }

    .feedback-card__rating img {
        width: 13px;
    }

    .feedback-card__text {
        line-clamp: 10; 
        -webkit-line-clamp: 10;
        height: auto;
        font-size: 12px;
    }

    .feedback-card__btn {
        font-size: 12px;
    }

    .section-link.mobile {
        display: flex;
    }
}

@media (max-width: 600px) {
    .feedback .wrap {
        gap: 3.75vw;
    }

    .feedback h2 {
        width: 46.875vw;
    }

    .feedback-swiper .swiper-slide {
        width: 66.25vw;
    }

    .feedback-card {
        border-radius: 4.063vw;
        padding: 4.063vw 4.063vw 6.25vw;
        gap: 6.25vw;
    }

    .feedback-card__name {
        font-size: 4.375vw;
    }

    .feedback-card__info {
        font-size: 3.75vw;
        margin-top: 1.25vw;
    }

    .feedback-card__rating {
        margin-top: 2.5vw;
    }

    .feedback-card__rating img {
        width: 4.063vw;
    }

    .feedback-card__text {
        height: auto;
        font-size: 3.75vw;
    }

    .feedback-card__btn {
        font-size: 3.75vw;
        border-bottom: 0.313vw solid #999999;
    }
}


/*in modal*/
#modal-feedback .wrap {
    padding: 0;
    width: 440px;
}
#modal-feedback .feedback-card__text {
    display: block;
    overflow: visible;
    height: auto;
}
@media (max-width: 600px) {
    #modal-feedback .wrap {
        width: 90%;
    }
}
/* End */


/* Start:/local/templates/main/assets/css/company-text.css?17864518912084*/
.company-text {
  background: var(--bg);
}

.company-text.bg-white {
  background: var(--white);
}

.company-text .wrap-text {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 24px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.3em;
  letter-spacing: -0.02em;
}

.company-text .wrap-text__mobile-hide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.company-text .more-mobile-text {
  display: none;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .company-text .wrap-text {
        gap: 1.251vw;
        font-size: 0.625vw;
    }
    .company-text .wrap-text__mobile-hide {
        gap: 1.251vw;
    }
}
@media (max-width: 1199px) {
  .company-text .wrap-text {
    grid-template-columns: 1fr;
  }
  .company-text .wrap-text__mobile-hide {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .company-text .wrap-text {
    gap: 3.75vw;
    font-size: 3.75vw;
  }

  .company-text .wrap-text.is-collapsed {
    max-height: 48.75vw; /* ~10 строк */
    overflow: hidden;
  }

  .company-text .wrap-text__mobile-hide {
    gap: 3.75vw;
  }

  .company-text .more-mobile-text {
    display: block;
    font-size: 3.75vw;
    font-weight: 500;
    margin-top: 5vw;
    position: relative;
  }

  .company-text .more-mobile-text[hidden] {
    display: none;
  }
  .company-text .more-mobile-text:after {
    content: "";
    position: absolute;
    width: 3.75vw;
    height: 3.75vw;
    right: -5vw;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' %3e%3cpath d='M10 3.55762L6 7.55762L2 3.55762' stroke='black' /%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 100%;
    transition: 0.5s ease;
  }

  .company-text .mini-acc.active .more-mobile-text:after {
    transform: translateY(-50%) rotate(180deg);
    transition: 0.5s ease;
  }
}

/* End */


/* Start:/local/templates/main/assets/css/breadcrumbs.css?17850699711226*/
.breadcrumbs {
  padding: 24px 0;
  font-size: 14px;
  color: var(--neutral-400);
  white-space: nowrap;
  overflow-x: auto;
}

.breadcrumbs__nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.breadcrumbs__link {
  color: inherit;
  display: flex;
  align-items: center;
  gap: 8px;
}

.breadcrumbs__separator {
  opacity: 30%;
}

.breadcrumbs__current {
  color: var(--neutral-400);
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .breadcrumbs {
        padding: 1.251vw 0;
        font-size: 0.729vw;
    }
    .breadcrumbs__nav {
        gap: 0.625vw;
    }
    .breadcrumbs__link {
        gap: 0.417vw;
    }
}
@media (max-width: 767px) {
  .breadcrumbs {
    padding: 10px 0;
    font-size: 10px;
    margin-top: 40px;
  }

  .breadcrumbs__nav {
    gap: 10px;
  }
}

@media (max-width: 600px) {
    .breadcrumbs {
        padding: 3.125vw 0;
        font-size: 3.13vw;
        color: var(--neutral-400);
        margin-top: 12.50vw;
    }

    .breadcrumbs__nav {
        gap: 2.5vw;
    }
      .breadcrumbs__link {
        gap: calc(8vw / 3.2);
    }

    .breadcrumbs__link img {
        height: calc(10vw / 3.2);
    }
}

/* End */


/* Start:/local/templates/main/assets/css/select.css?17849013742707*/
.select {
    position: relative;
    z-index: 90;
}

.select__button {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.select__button-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select__button-arrow {
    transition: 0.3s ease;
}

.select__options {
    position: absolute;
    right: 0;
    bottom: -16px;
    transform: translateY(100%);
    width: 320px;
    border-radius: 16px;
    overflow: hidden;
    background: var(--white);
    box-shadow: 0 4px 57px 0 rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3 ease;
}

.select__option {
    font-size: inherit;
    font-weight: inherit;
    padding: 16px;
    text-align: left;
}

.select--active .select__button {
    color: var(--purple);
}

.select--active .select__button-arrow {
    transform: rotate(180deg);
}

.select--active .select__options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .select__button {
        gap: 0.417vw;
    }
    .select__button-icon {
        width: 1.668vw;
        height: 1.668vw;
    }
    .select__options {
        bottom: -0.834vw;
        width: 16.675vw;
        border-radius: 0.834vw;
        box-shadow: 0 0.208vw 2.970vw 0 rgba(0, 0, 0, 0.08);
    }
    .select__option {
        padding: 0.834vw;
    }
}
@media (max-width: 1279px) {
    .select__button {
        font-size: 20px;
    }
}

@media (max-width: 1023px) {
    .select__button {
        font-size: inherit;
    }

    .select__button-icon {
        width: 24px;
        margin-right: 4px;
    }

    .select__button-icon svg {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 767px) {
    .select__button {
        gap: 4px;
    }

    .select__button-icon {
        width: 12px;
        margin-right: 8px;
    }

    .select__button-icon svg {
        width: 12px;
        height: 12px;
    }

    .select__button-arrow {
        width: 12px;
        height: 12px;
    }
}

@media (max-width: 600px) {
    .select__button {
        gap: 1.25vw;
    }

    .select__button-icon {
        width: 3.75vw;
        height: 10vw;
        margin-right: 2.5vw;
    }

    .select__button-icon svg {
        width: 3.75vw;
        height: 3.75vw;
    }

    .select__button-arrow {
        width: 3.75vw;
        height: 3.75vw;
    }
}

/* End */


/* Start:/local/templates/main/assets/css/single-page/single-page.css?178707294211108*/
.single-page {
    background: var(--bg);
}

.single-page__content {
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}

.single-page__content:first-child {
    padding-top: 32px;
}

.single-page__content--limited {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
}

.single-page__badge {
    display: block;
    width: max-content;
    margin-bottom: 24px;
    padding: 10px 16px;
    background: var(--purple);
    border-radius: 10px;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -2%;
    z-index: 2;
}

.single-page__header {
    margin-bottom: 32px;
}

.single-page__box {
    padding: 40px;
    background: var(--white);
    border-radius: 30px;
    margin: 24px 0px;
}

.single-page__box:last-child {
    margin-bottom: 0;
}

.single-page__box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--input-border);
    gap: 24px;
}

.single-page__box-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.single-page__box-badge {
    display: flex;
    gap: 32px;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -2%;
}

.single-page__box-badge img {
    height: 40px;
}

.single-page__box-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -2%;
    display: flex;
    align-items: center;
    gap: 12px;
}

.single-page__box-title img {
    width: 40px;
}

.single-page__title {
    font-size: 48px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -2%;
}

.single-page__subtitle {
    margin-top: 24px;
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -2%;
}

.single-page__text-title {
    font-size: 24px;
    line-height: 130%;
    font-weight: 500;
    letter-spacing: -2%;
    margin: 48px 0px 24px;
}

.single-page__text {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    margin: 24px 0px;
}

.single-page__text:last-child {
    margin-bottom: 0;
}

.single-page__text--500 {
    font-weight: 500;
}

.single-page__text--lg {
    font-size: 18px;
}

.single-page__list {
    margin: 32px 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -2%;
}

.single-page__list:last-child {
    margin-bottom: 0;
}

.single-page__list ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.single-page__list ul li {
    display: flex;
    align-items: center;
    gap: 15px;
}

.single-page__list ul li:before {
    content: "";
    min-width: 6px;
    min-height: 6px;
    width: 6px;
    height: 6px;
    background: var(--purple);
    border-radius: 50%;
}

.single-page__warning {
    padding: 24px;
    background: rgba(97, 43, 226, 0.1);
    color: var(--purple);
    border-radius: 16px;
    display: flex;
    gap: 8px;
    align-items: start;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -2%;
    width: fit-content;
    margin: 16px 0px;
}

.single-page__warning::before {
    content: "";
    min-width: 16px;
    min-height: 16px;
    width: 16px;
    height: 16px;
    background: url("/local/templates/main/assets/css/single-page/../../img/components/single-page/warning.svg") center
        center / 100% 100% no-repeat;
    margin-top: 2px;
}

.single-page__image {
    width: 100%;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
    margin: 48px 0px;
}

.single-page__image:last-child {
    margin-bottom: 0;
}
.single-page__content.policy p, .single-page__content.policy ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    
}
.single-page__content.policy p {
    margin: 24px 0px;
}
.single-page__content.policy ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 24px 0px;
}
.single-page__content.policy p + ul {
    margin: -14px 0 24px;
}
.single-page__content.policy ul li {
    display: flex;
    align-items: center;
    gap: 15px;
}

.single-page__content.policy ul li:before {
    content: "";
    min-width: 6px;
    min-height: 6px;
    width: 6px;
    height: 6px;
    background: var(--purple);
    border-radius: 50%;
}

@media (max-width: 1279px) {
    .single-page__content.policy p, .single-page__content.policy ul li {
        font-size: 16px;
    }
    .single-page__content {
        padding-bottom: 40px;
    }

    .single-page__badge {
        margin-bottom: 16px;
    }

    .single-page__header {
        margin-bottom: 24px;
    }

    .single-page__box {
        padding: 32px;
        margin: 16px 0px;
    }

    .single-page__box-title {
        font-size: 24px;
    }

    .single-page__box-title img {
        width: 32px;
    }

    .single-page__box-badge {
        font-size: 18px;
    }

    .single-page__box-badge img {
        height: 35px;
    }

    .single-page__title {
        font-size: 32px;
    }

    .single-page__subtitle {
        margin-top: 16px;
        font-size: 18px;
    }

    .single-page__text-title {
        margin: 32px 0px 16px;
    }

    .single-page__text--lg {
        font-size: 16px;
    }

    .single-page__list {
        font-size: 16px;
        margin: 16px 0px;
    }

    .single-page__warning {
        font-size: 16px;
    }

    .single-page__image {
        margin: 32px 0px;
    }
}

@media (max-width: 1023px) {
    .single-page__box-badge img {
        height: 25px;
    }
}

@media (max-width: 767px) {
    .single-page__content:first-child {
        padding-top: 28px;
    }
    .single-page__content.policy p, .single-page__content.policy ul li {
        font-size: 12px;        
    }
    .single-page__content.policy p {
        margin: 12px 0px;
    }
    .single-page__content.policy p + ul {
        margin: -6px 0 12px;
    }
    .single-page__badge {
        padding: 7px 12px;
        font-size: 12px;
    }

    .single-page__header {
        margin-bottom: 16px;
    }

    .single-page__title {
        font-size: 18px;
    }

    .single-page__subtitle {
        font-size: 12px;
        margin-top: 8px;
    }

    .single-page__box {
        padding: 16px;
        border-radius: 16px;
    }

    .single-page__box-header {
        gap: 16px;
        align-items: start;
        flex-wrap: wrap;
        padding-bottom: 12px;
    }

    .single-page__box-badge {
        gap: 12px;
        font-size: 12px;
        flex-wrap: wrap;
    }

    .single-page__box-badge img {
        height: 24px;
    }

    .single-page__box-title {
        font-size: 18px;
    }

    .single-page__box-title img {
        width: 16px;
    }

    .single-page__box-header .single-page__box-title {
        font-size: 16px;
    }

    .single-page__box-content {
        flex-direction: column;
        gap: 0px;
        align-items: flex-start;
    }

    .single-page__box-content .single-page__box-badge {
        order: -1;
        margin-top: 12px;
    }

    .single-page__text-title {
        font-size: 16px;
        margin: 24px 0px 16px;
    }

    .single-page__text {
        margin: 12px 0px;
        font-size: 12px;
    }

    .single-page__text img {
        width: 16px;
    }

    .single-page__list {
        margin: 12px 0px;
        font-size: 12px;
        gap: 8px;
    }

    .single-page__list ul {
        gap: 8px;
    }

    .single-page__warning {
        padding: 8px;
        border-radius: 16px;
        font-size: 12px;
        margin: 12px 0px;
        flex-direction: column;
    }

    .single-page__warning::before {
        width: 12px;
        height: 12px;
        margin-top: 0;
    }

    .single-page__image {
        margin: 24px 0px;
    }
}

@media (max-width: 600px) {
    .single-page__content.policy p, .single-page__content.policy ul li {
        font-size: calc(12vw / 3.2);
    }
    .single-page__content.policy p {
        margin: 3vw 0px;
    }
    .single-page__content.policy p + ul {
        margin: -2vw 0 2.5vw;
    }
    .single-page__content.policy ul li {
        gap: calc(15vw / 3.2);
    }
    .single-page__content.policy ul {
        gap: calc(8vw / 3.2);
    }
    
    .single-page__content {
        padding-bottom: calc(40vw / 3.2);
    }

    .single-page__content:first-child {
        padding-top: calc(28vw / 3.2);
    }

    .single-page__badge {
        margin-bottom: calc(16vw / 3.2);
        padding: calc(7vw / 3.2) calc(12vw / 3.2);
        font-size: calc(12vw / 3.2);
        border-radius: calc(10vw / 3.2);
    }

    .single-page__header {
        margin-bottom: calc(16vw / 3.2);
    }

    .single-page__title {
        font-size: calc(18vw / 3.2);
    }

    .single-page__subtitle {
        font-size: calc(12vw / 3.2);
        margin-top: calc(8vw / 3.2);
    }

    .single-page__box {
        padding: calc(16vw / 3.2);
        border-radius: calc(16vw / 3.2);
        margin: calc(16vw / 3.2) 0;
    }

    .single-page__box-title {
        font-size: calc(18vw / 3.2);
        gap: calc(12vw / 3.2);
    }

    .single-page__box-title img {
        width: calc(16vw / 3.2);
    }

    .single-page__box-header {
        gap: calc(16vw / 3.2);
        padding-bottom: calc(12vw / 3.2);
    }

    .single-page__box-header .single-page__box-title {
        font-size: calc(16vw / 3.2);
    }

    .single-page__box-badge {
        font-size: calc(12vw / 3.2);
        gap: calc(12vw / 3.2);
    }

    .single-page__box-badge img {
        height: calc(24vw / 3.2);
    }

    .single-page__box-content .single-page__box-badge {
        margin-top: calc(12vw / 3.2);
    }

    .single-page__text-title {
        font-size: calc(16vw / 3.2);
        margin: calc(24vw / 3.2) 0 calc(16vw / 3.2);
    }

    .single-page__text {
        font-size: calc(12vw / 3.2);
        margin: calc(12vw / 3.2) 0px;
        gap: calc(12vw / 3.2);
    }

    .single-page__text img {
        width: calc(16vw / 3.2);
    }

    .single-page__list {
        font-size: calc(12vw / 3.2);
        gap: calc(8vw / 3.2);
        margin: calc(12vw / 3.2) 0;
    }

    .single-page__list ul {
        gap: calc(8vw / 3.2);
    }

    .single-page__list ul li {
        gap: calc(15vw / 3.2);
    }

    .single-page__list ul li:before {
        min-width: calc(6vw / 3.2);
        min-height: calc(6vw / 3.2);
        width: calc(6vw / 3.2);
        height: calc(6vw / 3.2);
    }

    .single-page__warning {
        margin: calc(12vw / 3.2) 0;
        padding: calc(8vw / 3.2);
        border-radius: calc(16vw / 3.2);
        gap: calc(8vw / 3.2);
        font-size: calc(12vw / 3.2);
    }

    .single-page__warning:before {
        min-width: calc(12vw / 3.2);
        min-height: calc(12vw / 3.2);
        width: calc(12vw / 3.2);
        height: calc(12vw / 3.2);
    }

    .single-page__image {
        border-radius: calc(16vw / 3.2);
        margin: calc(24vw / 3.2) 0px;
    }
}
.p-block-display .single-page__text {
    display: block;
}



/* End */


/* Start:/local/templates/main/assets/css/filter-checkbox.css?17870699755243*/
.filter-checkbox {
    padding: 12px 8px 12px 4px;
    display: flex;
    align-items: start;
    font-size: 16px;
    cursor: pointer;
}

.filter-checkbox__input {
    display: none;
}

.filter-checkbox__box {
    min-width: 24px;
    min-height: 24px;
    border-radius: 4px;
    border: 1px solid #9c99a3;
    transition: 0.3s ease;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-checkbox__icon {
    opacity: 0;
    transition: 0.3s ease;
}

.filter-checkbox__color {
    min-width: 24px;
    min-height: 24px;
    border-radius: 4px;
    margin-right: 8px;
}

.filter-checkbox__count {
    display: block;
    color: var(--neutral-400);
    margin-left: 4px;
}

.filter-checkbox__tooltip {
    margin-left: 14px;
    transition: 0.5s ease;
}

.filter-checkbox__tooltip:hover {
    opacity: 0.7;
}

.filter-checkbox__tooltip-icon {
    width: 20px;
    height: 20px;
}

.filter-checkbox__input:checked ~ .filter-checkbox__box {
    background: var(--purple);
    border-color: var(--purple);
}

.filter-checkbox__input:checked ~ .filter-checkbox__box .filter-checkbox__icon {
    opacity: 1;
}

.filter-checkbox--switch {
    padding: 0px;
    align-items: center;
}

.filter-checkbox--switch .filter-checkbox__text {
    font-size: 20px;
}

.filter-checkbox__switch {
    margin-left: auto;
}

.filter-checkbox__tooltip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    cursor: pointer;
    touch-action: manipulation;
}

.filter-checkbox__tooltip-icon {
    display: block;
    width: 20px;
    height: 20px;
}









.tippy-tooltip.idstore-theme, .tippy-tooltip.consent-theme {
    font-size: 14px;
    background: var(--white);
    color: var(--grey);
    font-weight: 500;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0 4px 57px 0 rgba(0, 0, 0, 0.08);
}
.tippy-tooltip.consent-theme {
    width: 800px;
}
@media (min-width: 1280px) and (max-width: 1919px) {
    .filter-checkbox {
        padding: 0.625vw 0.417vw 0.625vw 0.208vw;
        font-size: 0.834vw;
    }
    .filter-checkbox__box {
        min-width: 1.251vw;
        min-height: 1.251vw;
        border-radius: 0.208vw;
        border-width: 0.052vw;
        margin-right: 0.834vw;
    }
    .filter-checkbox__color {
        min-width: 1.251vw;
        min-height: 1.251vw;
        border-radius: 0.208vw;
        margin-right: 0.417vw;
    }
    .filter-checkbox__count {
        margin-left: 0.208vw;
    }
    .filter-checkbox__tooltip {
        margin-left: 0.729vw;
    }
    .filter-checkbox__tooltip-icon {
        width: 1.042vw;
        height: 1.042vw;
    }
    .filter-checkbox--switch .filter-checkbox__text {
        font-size: 1.042vw;
    }
    .tippy-tooltip.idstore-theme, .tippy-tooltip.consent-theme {
        font-size: 0.729vw;
        padding: 0.834vw;
        border-radius: 0.834vw;
        box-shadow: 0 0.208vw 2.970vw 0 rgba(0, 0, 0, 0.08);
    }
    .tippy-tooltip.consent-theme {
        width: 41.67vw;
    }
}
@media (max-width: 1279px) {
    .filter-checkbox {
        padding: 8px 4px 8px 2px;
        font-size: 14px;
    }

    .filter-checkbox__box {
        min-width: 12px;
        min-height: 12px;
        border-radius: 2px;
        margin-right: 10px;
    }

    .filter-checkbox__icon {
        width: 7px;
    }

    .filter-checkbox__text {
        font-size: 14px;
    }

    .filter-checkbox__color {
        min-width: 16px;
        min-height: 16px;
        border-radius: 2px;
    }

    /* .filter-checkbox--switch {
    padding: 0px 0px 0px 2px;
  } */

    .filter-checkbox--switch .filter-checkbox__text {
        font-size: 18px;
    }

    .filter-checkbox__tooltip-icon {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 767px) {
    .filter-checkbox--switch .filter-checkbox__text {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .filter-checkbox {
        padding: 2.5vw 1.25vw 2.5vw 0.625vw;
        font-size: 4.375vw;
    }

    .filter-checkbox__box {
        min-width: 3.75vw;
        min-height: 3.75vw;
        border-radius: 0.625vw;
        margin-right: 3.125vw;
    }

    .filter-checkbox__text {
        font-size: 4.375vw;
    }

    .filter-checkbox__count {
        margin-left: 1.25vw;
    }

    .filter-checkbox__color {
        min-width: 5vw;
        min-height: 5vw;
        margin-right: 2.5vw;
        border-radius: 0.625vw;
    }

    .filter-checkbox--switch {
        padding: 0 0 0 0.625vw;
    }

    .filter-checkbox--switch .filter-checkbox__text {
        font-size: 4.375vw;
    }

    .filter-checkbox__tooltip-icon {
        width: 5vw;
        height: 5vw;
    }

    .tippy-tooltip.idstore-theme, .tippy-tooltip.consent-theme {
        padding: 5vw;
        border-radius: 5vw;
        top: -5vw;
        font-size: 4.375vw;
        margin-left: 4.375vw;
    }
}

.poly.filter-checkbox__tooltip {
    padding: unset;
    margin: unset;
}



/* End */


/* Start:/local/templates/main/assets/css/custom.css?1787041282344*/
/*скрываем изменение типа оплаты в ЛК, пока не продумана логика изменения цены*/
.lk-order__change-method {
    display: none;
} 
/*скрываем изменение типа оплаты в ЛК, пока не продумана логика изменения цены*/

/* End */


/* Start:/local/components/cript/sing_up.log_in/templates/.default/style.css?1779357693117*/
/* Стили авторизации берутся из текущей верстки модалок сайта. */

/* End */
/* /local/templates/main/assets/css/font.css?17851466742754 */
/* /local/templates/main/assets/css/main.css?178707678979170 */
/* /local/templates/main/assets/css/swiper-bundle.min.css?178490137518448 */
/* /local/templates/main/assets/css/product.css?178704804487985 */
/* /local/templates/main/assets/css/offer.css?17854983754944 */
/* /local/templates/main/assets/css/categories.css?17870478612445 */
/* /local/templates/main/assets/css/proposal.css?17849013731667 */
/* /local/templates/main/assets/css/sale.css?17849013741146 */
/* /local/templates/main/assets/css/new.css?17849013721002 */
/* /local/templates/main/assets/css/partners.css?17849013731060 */
/* /local/templates/main/assets/css/hits.css?17849013691603 */
/* /local/templates/main/assets/css/sale-banners.css?17849013743215 */
/* /local/templates/main/assets/css/news.css?17849013729574 */
/* /local/templates/main/assets/css/subscribe.css?17863943364419 */
/* /local/templates/main/assets/css/address.css?17849013663884 */
/* /local/templates/main/assets/css/feedback.css?17849013684241 */
/* /local/templates/main/assets/css/company-text.css?17864518912084 */
/* /local/templates/main/assets/css/breadcrumbs.css?17850699711226 */
/* /local/templates/main/assets/css/select.css?17849013742707 */
/* /local/templates/main/assets/css/single-page/single-page.css?178707294211108 */
/* /local/templates/main/assets/css/filter-checkbox.css?17870699755243 */
/* /local/templates/main/assets/css/custom.css?1787041282344 */
/* /local/components/cript/sing_up.log_in/templates/.default/style.css?1779357693117 */
