:root {
    --main-bg-color: #F4F4F4;
    --primary-color: #181f1d;
    --black: #181f1d;
    --white: #fff;
    --yellow: #fcd200;
    --grey: #5e5e5e;
    --red: #ff2626;
    --light-grey: #a9a9a9;
    --bg: #f4f4f4;
    --stroke: #e6e6e6;
    --stroke-bg: #dcdcdc;
    --stroke-in-bg: #dcdcdc;
    --body-font-size: 20px;
    --font-family: "Yandex Sans Text", sans-serif;
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
address {
    display: block;
}

audio,
canvas {
    display: inline-block;
}

video {
    display: block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

address {
    font-style: normal;
}

ul,
ol,
li,
form,
fieldset,
a,
img,
div,
figure,
address {
    margin: 0;
    padding: 0;
    border: 0;
}

ul {
    list-style: inside;
}

ol {
    list-style: inside;
}

ul li {
    list-style: none;
}

ol li {
    list-style: decimal inside;
}

ol {
    padding: 10px 0;
}

ol li {
    margin: 0 0 20px 0;
}

body {
    height: 100%;
    position: relative;
    background: var(--main-bg-color);
}

body,
td,
input,
textarea,
button {
    margin: 0px;
    padding: 0px;
}

body * {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s;
}

a:hover {
    text-decoration: none;
}

a,
a:active,
a:focus {
    outline: none;
}

b,
strong {
    font-weight: 600;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.main {
    position: relative;
}

.cbc {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

input::-moz-placeholder {
    opacity: 0.7;
    color: var(--primary-color);
}

input::placeholder {
    opacity: 0.7;
    color: var(--primary-color);
}

textarea::-moz-placeholder {
    opacity: 0.7;
    color: var(--primary-color);
}

textarea::placeholder {
    opacity: 0.7;
    color: var(--primary-color);
}

input[type=submit] {
    cursor: pointer;
}

textarea,
button,
input[type=text],
input[type=password] {
    -webkit-appearance: none;
    outline: none;
}

body,
td,
input,
textarea,
button {
    color: var(--primary-color);
    font-family: var(--font-family);
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

@media (max-width: 767px) {
    .row {
        margin: -7.5px;
    }
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding: 10px;
}

@media (max-width: 767px) {

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-auto,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-sm-auto,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-md-auto,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-lg-auto,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl,
    .col-xl-auto {
        padding: 7.5px;
    }
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }
}

/* elements */
.title-h1,
.title-h2,
.title-h3 {
    padding: 0;
    margin: 0;
    font-family: var(--font-family);
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 35px;
}

@media (max-width: 1200px) {

    .title-h1,
    .title-h2,
    .title-h3 {
        margin-bottom: 30px;
    }
}

@media (max-width: 568px) {

    .title-h1,
    .title-h2,
    .title-h3 {
        margin-bottom: 20px;
    }
}

.title-h1 {
    font-weight: 500;
    font-size: 80px;
    line-height: 110%;
    color: var(--black);
    margin-bottom: 40px;
}

@media (max-width: 1600px) {
    .title-h1 {
        font-size: 72px;
        margin: 0 0 30px;
    }
}

@media (max-width: 1380px) {
    .title-h1 {
        font-size: 64px;
        margin: 0 0 30px;
    }
}

@media (max-width: 767px) {
    .title-h1 {
        font-size: 38px;
        margin: 0 0 30px;
    }
}

@media (max-width: 390px) {
    .title-h1 {
        font-size: 38px;
    }
}

.title-h2 {
    font-weight: 500;
    font-size: 60px;
    line-height: 120%;
    color: var(--black);
}

h2 {
    font-weight: 500;
    font-size: 60px;
    line-height: 120%;
    color: var(--black);
}

@media (max-width: 1380px) {
    .title-h2 {
        font-size: 48px;
        margin: 0 0 30px;
    }
    h2 {
        font-size: 48px;
        margin: 0 0 30px;
    }
}

@media (max-width: 568px) {
    .title-h2 {
        font-size: 36px;
        margin: 0 0 30px;
    }
    h2 {
        font-size: 36px;
        margin: 0 0 30px;
    }
}

@media (max-width: 390px) {
    .title-h2 {
        font-size: 34px;
    }
    h2 {
        font-size: 34px;
    }
}

.title-h2 span {
    background: linear-gradient(114deg, #08a2b0 0%, #08b060 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-h3 {
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
}

@media (max-width: 992px) {
    .title-h3 {
        font-size: 30px;
    }
}

@media (max-width: 568px) {
    .title-h3 {
        font-size: 26px;
    }
}

.cms_submit,
.button {
    cursor: pointer;
    transition: 0.2s;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 70px;
    justify-content: center;
    border-radius: 8px;
    padding: 0 25px;
    text-decoration: none;
    min-width: 110px;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: var(--black);
    background: var(--yellow);
}

@media (max-width: 1600px) {

    .cms_submit,
    .button {
        height: 60px;
    }
}

@media (max-width: 568px) {

    .cms_submit,
    .button {
        padding: 0 10px;
        min-width: 0;
        font-size: 17px;
        height: 54px;
    }
}

@media (max-width: 390px) {

    .cms_submit,
    .button {
        font-size: 15px;
    }
}

.cms_submit:hover,
.button:hover {
    color: var(--white);
    background: var(--black);
}

.cms_submit._sm,
.button._sm {
    height: 60px;
    font-size: 17px;
    font-weight: 400;
}

@media (max-width: 1380px) {
    .cms_submit._sm,
    .button._sm {
        height: 48px;
        padding: 0 15px;
    }
}

.cms_submit._white,
.button._white {
    background-color: var(--white);
    color: var(--black);
}

.cms_submit._white:hover,
.button._white:hover {
    background-color: var(--yellow);
}

.cms_submit._filter::before,
.button._filter::before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../../images/icon-filter.svg);
}

.typography {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: var(--grey);
}

@media (max-width: 1200px) {
    .typography {
        font-size: 16px;
    }
}

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
    font-weight: 500;
    color: var(--black);
    line-height: 140%;
}

.typography h2 {
    font-weight: 500;
    font-size: 37px;
    line-height: 130%;
    color: var(--black);
    margin-bottom: 40px;
}

.typography h2:first-child {
    margin-top: 0;
}

.typography h2:last-child {
    margin-bottom: 0;
}

.typography h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    color: var(--black);
    margin-bottom: 24px;
}

.typography h3:first-child {
    margin-top: 0;
}

.typography h3:last-child {
    margin-bottom: 0;
}

.typography p {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .typography p {
        font-size: 16px;
    }
}

.typography p:first-child {
    margin-top: 0;
}

.typography p:last-child {
    margin-bottom: 0;
}

.typography ul {
    margin: 20px 0;
}

.typography ul li {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    padding-left: 21px;
    margin-bottom: 15px;
    position: relative;
}

@media (max-width: 568px) {
    .typography ul li {
        font-size: 16px;
    }
}

.typography ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 11px;
    height: 11px;
    background: url(../../images/list-marker.svg) center no-repeat;
    border-radius: 1px;
}

.typography ul li:last-child {
    margin-bottom: 0;
}

.typography ol {
    margin-bottom: 20px;
    padding-left: 20px;
    counter-reset: custom-counter;
    list-style: none;
}

.typography ol:last-child {
    margin-bottom: 0;
}

.typography ol li {
    font-size: 16px;
    line-height: 150%;
    padding-left: 15px;
    margin-bottom: 15px;
    position: relative;
    list-style: none;
}

@media (max-width: 568px) {
    .typography ol li {
        font-size: 16px;
        line-height: 1.5;
    }
}

.typography ol li::before {
    content: counter(custom-counter) ".";
    counter-increment: custom-counter;
    position: absolute;
    left: 0;
    top: 0;
}

.typography a {
    color: var(--red-new);
    text-decoration: underline;
}

.typography a:hover {
    text-decoration: none;
}

.typography strong {
    color: var(--black);
}

.breadcrumb {
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 40px;
    font-size: 17px;
    line-height: 150%;
    scrollbar-width: none;
}

@media (max-width: 568px) {
    .breadcrumb {
        overflow: auto;
        margin: 14px -15px 20px;
        padding: 0 15px;
        font-size: 14px;
    }
}

.breadcrumb::-webkit-scrollbar {
    display: none;
}

.breadcrumb a {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.breadcrumb a:not(:first-child)::before {
    content: "/";
    margin: 0 12px;
}

@media (min-width: 992px) {
    .breadcrumb a:hover {
        color: var(--yellow);
    }
}

.breadcrumb span {
    display: flex;
    color: var(--grey);
    white-space: nowrap;
    align-items: center;
    opacity: 0.6;
}

.breadcrumb span::before {
    content: "/";
    margin: 0 12px;
}

.forms label:not([class]) {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

.forms__label {
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .forms__label {
        margin-bottom: 5px;
    }
}

.forms__label span {
    color: var(--blue-brand);
}

.forms__row {
    display: flex;
    margin: 0 -4px 15px;
}

.forms__row:last-child {
    margin-bottom: 0;
}

.forms__field {
    padding: 0 4px;
    width: 100%;
}

.forms__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

@media (max-width: 767px) {
    .forms__footer {
        flex-direction: column;
    }
}

.forms select,
.forms textarea,
.forms input[type=text],
.forms input[type=password],
.forms input[type=email],
.forms input[type=tel] {
    width: 100%;
    height: 70px;
    padding: 0;
    font-size: 17px;
    text-align: left;
    border: none;
    border-bottom: 1px solid var(--stroke-bg);
    border-radius: 0;
    background: var(--white);
    caret-color: var(--yellow);
    outline: none !important;
}

.forms textarea {
    padding: 18px 0 0 0;
    resize: none;
    height: 160px;
}

@media (max-width: 568px) {
    .forms textarea {
        height: 100px;
    }
}

.forms select {
    width: 100%;
    -webkit-appearance: none;
    outline: none;
    background: url(../../images/select-arrow.svg) var(--white) right 18px center no-repeat;
}

.forms select option:disabled {
    display: none;
}

.forms .jq-selectbox {
    width: 100%;
}

.radio {
    display: inline-flex;
    cursor: pointer;
    font-size: 16px;
    line-height: 150%;
    color: var(--black);
    transition: 0.2s;
    position: relative;
}

.radio input[type=radio] {
    display: none;
}

.radio sup {
    position: relative;
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-top: 3px;
    margin-right: 7px;
}

.radio input:checked~sup {
    background: url(../../images/icon-check.svg) center no-repeat;
}

.checkbox {
    display: inline-flex;
    cursor: pointer;
    font-size: 16px;
    line-height: 150%;
    color: var(--black);
    transition: 0.2s;
    position: relative;
    gap: 10px;
    align-items: center;
}

.checkbox input[type=checkbox] {
    width: 24px;
    height: 24px;
    background: var(--white);
    border: 1px solid var(--yellow);
}

.checkbox.stylization input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.checkbox sup {
    position: relative;
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: url(../../images/checkbox.svg) center no-repeat;
    margin-right: 10px;
}

.checkbox input:checked~sup {
    background: url(../../images/checkbox-active.svg) center no-repeat;
}

.checkbox a {
    text-decoration: underline;
}

.checkbox a:hover {
    text-decoration: none;
}

.form-field__note {
    font-size: 16px;
    line-height: 140%;
    color: var(--gray-dark);
    margin-top: 10px;
}

.burger-btn {
    width: 30px;
    height: 21px;
    cursor: pointer;
    transition: 0.2s;
    overflow: hidden;
    background: none;
    border: none;
    position: relative;
    outline: none;
}

.burger-btn span {
    position: absolute;
    left: 0;
    top: 9px;
    width: 30px;
    height: 3px;
    background-color: var(--black);
    transition: 0.2s;
}

.burger-btn::before,
.burger-btn::after {
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: var(--black);
    transition: 0.2s;
}

.burger-btn::before {
    top: 0;
}

.burger-btn::after {
    bottom: 0;
}

.burger-btn.open {
    height: 30px;
}

.burger-btn.open span {
    opacity: 0;
}

.burger-btn.open::before,
.burger-btn.open::after {
    width: 28px;
    background: var(--black);
}

.burger-btn.open::before {
    top: 50%;
    margin-top: -1px;
    transform: rotate(-45deg);
}

.burger-btn.open::after {
    bottom: 50%;
    margin-bottom: -2px;
    transform: rotate(45deg);
}

.more-link {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    transition: 0.2s;
}

.more-link::after {
    content: "";
    width: 41px;
    height: 12px;
    background: url(../../images/more-arrow.svg) right center no-repeat;
    margin-left: 40px;
    transition: 0.2s;
}

@media (max-width: 767px) {
    .more-link::after {
        margin-left: 20px;
    }
}

.more-link:hover {
    color: var(--blue-brand);
}

.tabs__header {
    display: flex;
    align-items: center;
}

.tabs__item {
    cursor: pointer;
}

.tabs__item:first-child {
    margin-left: 0;
}

.tabs__item:hover,
.tabs__item.active {
    opacity: 1;
}

.tabs__box {
    display: none;
}

.tabs__box.visible {
    display: block;
}

/* plugins */
.swiper-button {
    top: 50%;
    margin-top: -31px;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    border: none;
    background: var(--yellow);
    transition: 0.5s;
}

.swiper-button:hover {
    background-color: var(--bg);
}

.swiper-button:after {
    content: "";
    width: 34px;
    height: 34px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev::after {
    background-image: url(../../images/arrow-prev.svg);
}

.swiper-button-next::after {
    background-image: url(../../images/arrow-next.svg);
}

.swiper-button-disabled {
    opacity: 1 !important;
    background: var(--bg);
}

.swiper-button-disabled::after {
    filter: brightness(0) invert(0.6);
}

.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    bottom: 25px !important;
}

.swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background-color: var(--white);
    border-radius: 50%;
    transition: 0.2s;
    opacity: 0.5;
    position: relative;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-horizontal>.swiper-scrollbar {
    width: 100%;
    left: 0;
    bottom: 0;
    position: static;
    margin-top: 15px;
}

.swiper-horizontal>.swiper-scrollbar .swiper-scrollbar-drag {
    background: var(--yellow);
}

.fancybox__content {
    padding: 0;
    border-radius: 8px;
}

.fancybox__content>.carousel__button.is-close {
    width: 30px;
    height: 30px;
    right: 30px;
    top: 30px;
    opacity: 0.5;
    background: url(../../images/close-button.svg) center no-repeat;
}

.fancybox__content>.carousel__button.is-close:hover {
    opacity: 1;
}

.fancybox__content>.carousel__button.is-close>* {
    display: none;
}

.animated,
.anmtli {
    opacity: 0;
}

/* support class style */
.full-bg {
    margin-left: calc((100vw - 1720px) / -2);
    margin-right: calc((100vw - 1720px) / -2);
    padding-left: calc((100vw - 1720px) / 2);
    padding-right: calc((100vw - 1720px) / 2);
}

@media (max-width: 1920px) {
    .full-bg {
        margin-left: -100px;
        margin-right: -100px;
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (max-width: 1380px) {
    .full-bg {
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 1280px) {
    .full-bg {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 568px) {
    .full-bg {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.mt-100 {
    margin-top: -100px;
}

.mb-160 {
    margin-bottom: -160px;
}

.white-bg {
    background-color: var(--white);
}

.cbc {
    overflow: hidden;
}

body.open-filter {
    overflow: hidden;
}

body.open-filter .cbc {
    overflow: hidden;
}

body.open-nav {
    overflow: hidden;
}

body.open-nav .cbc {
    overflow: hidden;
}

@media (max-width: 767px) {
    body.open-nav .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }

    body.open-nav .header__top {
        z-index: 999;
    }

    body.open-nav .header__action {
        z-index: 999;
    }
}

.container {
    margin: 0 auto;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1800px;
    width: 100%;
}

@media (max-width: 1600px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 1280px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 568px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.header {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: var(--white);
}

.header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 120px;
    gap: 20px;
}

@media (max-width: 1200px) {
    .header__wrap {
        height: 90px;
    }
}

@media (max-width: 568px) {
    .header__wrap {
        height: 70px;
    }
}

.header__logo {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 1200px) {
    .header__logo {
        flex: 1;
    }
}

.header__contacts {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 1380px) {
    .header__contacts {
        gap: 20px;
    }
}

@media (max-width: 992px) {
    .header__contacts {
        gap: 10px;
    }
}

@media (max-width: 568px) {
    .header__contacts {
        gap: 5px;
    }
}

.header__controls {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 568px) {
    .header__controls .header-feedback {
        display: none;
    }
}

@media (max-width: 1200px) {
    .header__nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--white);
        padding: 90px 20px 60px;
    }
}

@media (max-width: 568px) {
    .header__nav {
        padding: 80px 15px 60px;
    }
}

.header__mobile {
    display: none;
}

@media (max-width: 1200px) {
    .header__mobile {
        display: flex;
        align-items: center;
        gap: 20px;
    }
}

.header._white {
    color: var(--white);
    background: transparent;
}

.header._white .main-nav__link {
    color: var(--stroke);
}

@media (min-width: 1201px) {
    .header._white .main-nav__link:hover {
        color: var(--yellow);
    }
}

.header._white .main-nav__link._drop::after {
    filter: brightness(0) invert(0.8);
}

@media (max-width: 992px) {
    .header._white .header-phone {
        filter: brightness(0) invert(1);
    }
}

.header._white .header-msgr img {
    filter: brightness(0) invert(0.97);
}

.header._white .header-msgr__item:hover img {
    filter: none;
}

.header._white .button-fav._gray {
    background: #363636;
}

.header._white .button-fav._gray::after {
    filter: brightness(0) invert(1);
}

.header._white .button-fav._gray span {
    background: var(--white);
    color: var(--black);
    border: 2px solid #363636;
}

.header._white .button-fav._gray:hover {
    background: var(--yellow);
}

.header._white .button-fav._gray:hover::after {
    filter: brightness(0) invert(0.15);
}

.header._white .button-fav._gray:hover span {
    border: 2px solid var(--yellow);
    background: var(--black);
    color: var(--white);
}

.header._white .burger-btn::before,
.header._white .burger-btn::after,
.header._white .burger-btn span {
    background: var(--white);
}

@media (max-width: 1200px) {
    .header._white .header__nav {
        background: var(--black);
    }
}

.header-logo img {
    display: block;
    min-width: 290px;
}

@media (max-width: 1200px) {
    .header-logo img {
        min-width: auto;
    }
}

.main-nav {
    display: flex;
    gap: 40px;
}

@media (max-width: 1600px) {
    .main-nav {
        gap: 30px;
    }
}

@media (max-width: 1380px) {
    .main-nav {
        gap: 20px;
    }
}

@media (max-width: 1200px) {
    .main-nav {
        flex-direction: column;
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        margin-bottom: 40px;

        overflow: auto;
        height: calc(100vh - 200px);
    }
}

.main-nav__item {
    position: relative;
}

@media (min-width: 1201px) {
    .main-nav__item:hover .main-nav__link._drop {
        color: var(--yellow);
    }

    .main-nav__item:hover .main-nav__link._drop::after {
        filter: none;
    }

    .main-nav__item:hover .drop-nav {
        display: block;
    }
}

.main-nav__link {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    white-space: nowrap;
}

@media (max-width: 1380px) {
    .main-nav__link {
        font-size: 18px;
    }
}

@media (min-width: 1201px) {
    .main-nav__link:hover {
        color: var(--yellow);
    }
}

.main-nav__link._drop {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-nav__link._drop::after {
    content: "";
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(0.1);
    background: url(../../images/chevron-down.svg) center no-repeat;
    transition: 0.2s;
}

.main-nav__link._drop.open::after {
    transform: rotate(180deg);
}

.drop-nav {
    padding-left: 20px;
    padding-top: 10px;
    display: none;
}

@media (min-width: 1201px) {
    .drop-nav {
        position: absolute;
        top: 100%;
        left: -20px;
        background: var(--white);
        border-radius: 5px;
        padding: 10px 20px;
        margin-top: 10px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    }

    .drop-nav::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 100%;
        width: 100%;
        height: 10px;
    }

    .drop-nav._catalog {
        columns: 3;
    }

    .drop-nav__item._break {
        break-before: column;
    }

}

.drop-nav__link {
    display: block;
    white-space: nowrap;
    padding: 8px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
}

@media (min-width: 1201px) {
    .drop-nav__link {
        color: var(--black);
        padding: 5px 0;
    }

    .drop-nav__link:hover {
        color: var(--yellow);
    }
}

.header-phone {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-phone a {
    white-space: nowrap;
}

@media (min-width: 992px) {
    .header-phone::after {
        content: "";
        width: 16px;
        height: 16px;
        background: url(../../images/chevron-down.svg) center no-repeat;
        filter: brightness(0);
    }

    .header._white .header-phone::after {
        filter: brightness(0) invert(1);
    }

    .header-phone a:hover {
        color: var(--yellow);
    }

    .header-phone:hover .header-phone__drop {
        display: block;
    }

    .header-phone__drop {
        display: none;
        position: absolute;
        left: -15px;
        right: 0;
        top: 100%;
        background: var(--white);
        padding: 15px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
        z-index: 99;
        white-space: nowrap;
        margin-top: 15px;
        border-radius: 8px;
    }

    .header._white .header-phone__drop {
        color: var(--black);
    }

    .header-phone__drop::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 15px;
        bottom: 100%;
    }
}

@media (max-width: 992px) {
    .header-phone {
        display: none;
        border-radius: 8px;
        padding: 24px;
    }

    .header-phone.fancybox__content>.carousel__button.is-close {
        top: -35px;
        right: -5px;
        filter: brightness(0) invert(1);
        opacity: 1;
    }
}

.header-phone-mobile {
    display: none;
}

@media (max-width: 992px) {
    .header-phone-mobile {
        display: block;
        font-size: 0;
        color: transparent;
        text-indent: -1000%;
        border: none;
        width: 40px;
        height: 40px;
        background: url(../../images/icon-phone.svg) center 6px no-repeat;
    }

    .header._white .header-phone-mobile {
        filter: brightness(0) invert(1);
    }
}

.header-msgr {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 568px) {
    .header-msgr {
        gap: 5px;
    }
}

.header-msgr img {
    filter: brightness(0) invert(0.1);
    transition: 0.3s;
}

.header-msgr__item:hover img {
    filter: none;
}

.section {
    margin-top: 150px;
    margin-bottom: 150px;
}

.section:last-child {
    margin-bottom: 0;
}

@media (max-width: 1600px) {
    .section {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .section {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

.section-outer {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-outer:first-child {
    padding-top: 0;
}

@media (max-width: 1200px) {
    .section-outer {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .section-outer {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
    gap: 40px;
}

@media (max-width: 1200px) {
    .section-header {
        margin-bottom: 30px;
    }
}

.section-header__title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex: 1;
    margin-bottom: -5px;
}

@media (max-width: 1200px) {
    .section-header__controls {
        display: none;
    }
}

@media (max-width: 992px) {
    .section-header__right {
        display: none;
    }
}

.section-header .title-h2,
.section-header .title-h3 {
    margin: 0;
}

.section-header .swiper-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-header .swiper-button {
    position: static;
    margin: 0;
}

.footer-text {
    margin-bottom: -100px;
    padding-bottom: 160px;
    padding-top: 80px;
    margin: 0 auto -100px;
    border-radius: 48px 48px 0 0;
    max-width: 1920px;
}

@media (max-width: 767px) {
    .footer-text {
        border-radius: 24px 24px 0 0;
    }
}

.close-button {
    border: none;
    width: 24px;
    height: 24px;
    background: url(../../images/icon-cross.svg) center no-repeat;
    background-size: contain;
    cursor: pointer;
}

.promo-box {
    position: relative;
    margin-top: -120px;
    height: 1000px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1200px) {
    .promo-box {
        height: 100vh;
        margin-top: -90px;
    }
}

@media (max-width: 568px) {
    .promo-box {
        height: auto;
        min-height: 100vh;
        margin-top: -70px;
    }
}

.promo-box .container {
    flex: 1;
    display: flex;
    align-items: flex-end;
}

@media (max-width: 568px) {
    .promo-box .container {
        background: rgba(0, 0, 0, 0.5);
    }
}

.promo-box__wrap {
    width: 100%;
    padding-bottom: 100px;
}

@media (max-width: 1200px) {
    .promo-box__wrap {
        padding-bottom: 40px;
        padding-top: 120px;
    }
}

@media (max-width: 568px) {
    .promo-box__wrap {
        padding-top: 180px;
    }
}

.promo-box__title {
    color: var(--white);
    margin-bottom: 15px;
}

@media (max-width: 568px) {
    .promo-box__title {
        font-size: 42px;
    }

    .promo-box__title br {
        display: none;
    }
}

@media (max-width: 390px) {
    .promo-box__title {
        font-size: 40px;
    }
}

.promo-box__subtitle {
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    color: var(--white);
    margin-bottom: 60px;
}

@media (max-width: 1200px) {
    .promo-box__subtitle {
        font-size: 22px;
        margin-bottom: 40px;
    }
}

@media (max-width: 568px) {
    .promo-box__subtitle {
        font-size: 20px;
        font-weight: 400;
    }
}

.promo-box__control {
    display: flex;
    gap: 15px;
    margin-bottom: 60px;
}

@media (max-width: 1200px) {
    .promo-box__control {
        margin-bottom: 40px;
    }
}

@media (max-width: 568px) {
    .promo-box__control .button {
        width: 100%;
    }
}

.advantage-box {
    display: flex;
    gap: 100px;
    opacity: 0.7;
}

@media (max-width: 568px) {
    .advantage-box {
        justify-content: space-between;
        gap: 0;
        opacity: 0.9;
    }
}

.advantage-box__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.advantage-box__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    color: var(--white);
}

@media (max-width: 568px) {
    .advantage-box__title {
        font-size: 16px;
        white-space: nowrap;
    }
}

.advantage-box__title span {
    font-weight: 500;
    font-size: 80px;
    line-height: 110%;
}

@media (max-width: 1600px) {
    .advantage-box__title span {
        font-size: 72px;
    }
}

@media (max-width: 1380px) {
    .advantage-box__title span {
        font-size: 64px;
    }
}

@media (max-width: 767px) {
    .advantage-box__title span {
        font-size: 54px;
    }
}

@media (max-width: 568px) {
    .advantage-box__title span {
        font-size: 30px;
    }
}

.advantage-box__descr {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: var(--white);
}

@media (max-width: 568px) {
    .advantage-box__descr {
        font-size: 15px;
        max-width: 100px;
    }
}

.fast-filter {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0 25px;
    height: 35px;
    background: var(--white);
    font-size: 14px;
    line-height: 150%;
    color: #636866;
}

.filter-button:hover,
.filter-button.active {
    background-color: var(--yellow);
}

@media (max-width: 568px) {
    .filter-button {
        padding: 0 15px;
        height: 48px;
        font-size: 14px;
    }
}

.filter-box {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 50px;
}

.filter-form,
.filter-form form {
    display: flex;
    gap: 20px;
    flex: 1;
}

@media (max-width: 568px) {
    .filter-form,
    .filter-form form  {
        flex-direction: column;
    }
}

@media (max-width: 568px) {
    .filter-form .button {
        width: 100%;
    }
}

.filter-form__field {
    width: 100%;
}


.filter-box__header {
  display: none;
}

.open-filter {
  display: none;
}

@media (max-width: 568px) {
    .filter-box {
        display: none;
        position: fixed;
        inset: 0;
        z-index: 99;
        background: var(--main-bg-color);
        margin: 0;
        padding: 30px 20px;
    }

    .filter-box__header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 30px;
    }

    .filter-box-close {
      width: 24px;
      height: 24px;
      border: none;
      cursor: pointer;
      background: url(../../images/close-button.svg) var(--stroke) center no-repeat;
      border-radius: 4px;
    }

    .filter-box__header .title-h3 {
      margin: 0;
    }

    .open-filter {
      display: flex;
      width: 100%;
      margin-bottom: 20px;
    }

    .fast-filter {
      margin-top: 40px;
    }
}



.products-slider {
    position: relative;
}

@media (min-width: 992px) {
    .products-slider .swiper-scrollbar {
        display: none;
    }
}

.products-slider .swiper-slide {
    height: auto !important;
}

.product-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.product-card {
    position: relative;
    border-radius: 15px;
    background-color: var(--white);
    transition: 0.2s;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.product-card__photo img {
    display: block;
    border-radius: 15px 15px 0 0;
    width: 100%;
    aspect-ratio: 5/3;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-card__photo .mark {position:absolute;right: 10px;top: 10px;padding: 5px 10px;    background: #fff;border-radius: 15px;background: #03bf00;color: #fff;}

.product-card__wrap {
    display: flex;
    flex-direction: column;
    padding: 30px;
    flex: 1;
}

@media (max-width: 1600px) {
    .product-card__wrap {
        padding: 20px;
    }
}

.product-card__link {
    position: absolute;
    inset: 0;
}

.product-card__title {
    font-weight: 700;
    font-size: 25px;
    line-height: 130%;
    color: var(--black);
    margin-bottom: 20px;
}

.product-card__info {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 30px;
    margin-top: -10px;
}

.product-card__params {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
    flex: 1;
}

.product-card__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.product-card__price {
    font-weight: 700;
    font-size: 25px;
    line-height: 130%;
    color: var(--black);
    white-space: nowrap;
}

@media (max-width: 1600px) {
    .product-card__price {
        font-size: 22px;
    }
}

.product-card__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-card__more {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: 0.2s;
    z-index: 1;
    background: url(../../images/arrow-next.svg) var(--bg) center no-repeat;
}

@media (max-width: 1380px) {
    .product-card__more {
        width: 48px;
        height: 48px;
    }
}

.product-card__more:hover {
    background-color: var(--yellow);
}

.product-card:hover {
    box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.1), 0 15px 30px 0 rgba(0, 0, 0, 0.06);
}

.button-fav {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--stroke);
    border-radius: 8px;
    width: 60px;
    height: 60px;
    position: relative;
}

@media (max-width: 1380px) {
    .button-fav {
        width: 48px;
        height: 48px;
    }
}

.button-fav::after {
    content: "";
    width: 28px;
    height: 28px;
    background: url(../../images/icon-fav.svg) center no-repeat;
    filter: brightness(0);
}

.button-fav:hover {
    background-color: var(--yellow);
}

.button-fav:hover span {
    border-color: var(--yellow);
}

.button-fav._gray {
    border: none;
    background: var(--bg);
}

.button-fav._gray:hover {
    background-color: var(--yellow);
}

.button-fav.active {
    background: var(--yellow);
}

.button-fav span {
    position: absolute;
    right: 6px;
    top: 8px;
    width: 20px;
    height: 20px;
    color: var(--white);
    font-size: 12px;
    background: var(--grey);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid var(--bg);
    z-index: 1;
}

@media (max-width: 1200px) {
    .button-fav span {
        right: 3px;
        top: 6px;
        width: 18px;
        height: 18px;
    }
}

.params-card {
    display: flex;
    align-items: baseline;
    font-size: 18px;
    line-height: 150%;
}

@media (max-width: 1600px) {
    .params-card {
        font-size: 16px;
    }
}

.params-card span:first-child {
    color: #929292;
    order: 1;
}

.params-card span:last-child {
    color: #929292;
    order: 3;
}

.params-card::after {
    content: "";
    flex-grow: 1;
    border-bottom: 2px dotted var(--light-grey);
    margin: 0 10px;
    order: 2;
}

.service-list {
    display: flex;
    flex-wrap: wrap;
    margin: -10px -10px 20px;
}

@media (max-width: 568px) {
    .service-list {
        margin: 0 0 30px;
    }
}

.service-list__item {
    width: 25%;
    height: 560px;
    padding: 10px;
}

@media (max-width: 1200px) {
    .service-list__item {
        width: 50%;
        height: 450px;
    }
}

@media (max-width: 568px) {
    .service-list__item {
        padding: 0;
    }
}

.service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    padding: 40px;
    position: relative;
    z-index: 1;
    transition: 0.2s;
    overflow: hidden;
}

@media (max-width: 1600px) {
    .service-card {
        padding: 24px;
    }
}

.service-card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    z-index: -2;
    backdrop-filter: blur(3px);
}

.service-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 395px;
    z-index: -1;
    background: linear-gradient(180deg, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%);
    transition: 0.3s;
}

.service-card__title {
    font-weight: 500;
    font-size: 34px;
    line-height: 130%;
    color: var(--white);
    margin: 0 0 15px;
}

@media (max-width: 1600px) {
    .service-card__title {
        font-size: 28px;
    }
}

@media (max-width: 1200px) {
    .service-card__title {
        font-size: 34px;
    }
}

.service-card__descr {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: var(--white);
    margin-bottom: 45px;
}

@media (max-width: 1600px) {
    .service-card__descr {
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    .service-card__descr {
        font-size: 16px;
        font-weight: 400;
    }
}

.service-card__adv {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    margin-bottom: 30px;
}

.service-card__adv-item {
    width: -moz-max-content;
    width: max-content;
    font-weight: 400;
    font-size: 17px;
    line-height: 38px;
    color: var(--black);
    border-radius: 20px;
    padding: 0 17px;
    height: 38px;
    background: var(--white);
}

@media (max-width: 1600px) {
    .service-card__adv-item {
        font-size: 16px;
        height: 34px;
    }
}

.service-card__cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -2;
}

.service-card__cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-card__more {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: 0.2s;
    z-index: 1;
    background: url(../../images/arrow-next.svg) var(--yellow) center no-repeat;
}

@media (max-width: 1600px) {
    .service-card__more {
        left: 24px;
        bottom: 24px;
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 1600px) {
    .service-card__more {
        width: 54px;
        height: 54px;
    }
}

.service-card:hover .service-card__more {
    background-color: var(--bg);
}

.service-card:hover::before {
    height: 120%;
}

.filter-select {
    position: relative;
    z-index: 9;
    width: 100%;
}

@media (max-width: 992px) {
    .filter-select {
        width: 100%;
    }
}

.filter-select__header {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    width: 100%;
    height: 70px;
    background: var(--white);
    position: relative;
    z-index: 9;
}

@media (max-width: 1600px) {
    .filter-select__header {
        height: 60px;
    }
}

@media (max-width: 568px) {
    .filter-select__header {
        height: 54px;
    }
}

.filter-select__header input {
    width: 100%;
    border: none;
    height: 100%;
    padding: 0 25px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    cursor: pointer;
    position: relative;
    z-index: 1;
    background: transparent;
}

@media (max-width: 992px) {
    .filter-select__header input {
        font-size: 18px;
        font-weight: 400;
        padding: 0 20px;
    }
}

.filter-select__header::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../images/select-arrow.svg) center;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -10px;
}

@media (max-width: 992px) {
    .filter-select__header::after {
        right: 20px;
    }
}

.filter-select:not(.open) .filter-select__header.active {
  outline: 3px solid var(--yellow);
}

.filter-select__dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    border-top: 1px solid var(--stroke);
    background: var(--white);
    border-radius: 0 0 8px 8px;
    padding: 20px 25px;
    box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.1), 0 15px 30px 0 rgba(0, 0, 0, 0.06);
}

.filter-select.open {
    z-index: 10;
}

.filter-select.open .filter-select__header {
    border-radius: 8px 8px 0 0;
}

.filter-select.open .filter-select__header::after {
    transform: rotate(180deg);
    filter: brightness(0) invert(0.5);
}

.filter-select.open .filter-select__dropdown {
    display: block;
}

.filter-select .no-results {
    color: var(--grey);
    display: none;
}

.filter-dropdown {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 240px;
    overflow: auto;
}

.filter-dropdown::-webkit-scrollbar {
    width: 4px;
}

.filter-dropdown::-webkit-scrollbar-track {
    background: var(--stroke-in-bg);
    border-radius: 4px;
}

.filter-dropdown::-webkit-scrollbar-thumb {
    background: var(--grey);
    border-radius: 4px;
}

.filter-el {
    font-size: 18px;
    line-height: 150%;
    color: var(--black);
    cursor: pointer;
}

.filter-el:hover {
    color: var(--grey);
}

@media (max-width: 992px) {
    .filter-el {
        font-size: 18px;
    }
}

.filter-selected {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 25px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    position: relative;
    z-index: 9;
}

@media (max-width: 992px) {
    .filter-selected {
        font-size: 18px;
        font-weight: 400;
        padding: 0 18px 0 20px;
    }
}

.filter-selected__clear {
    width: 24px;
    height: 24px;
    border: none;
    cursor: pointer;
    background: url(../../images/close-button.svg) var(--stroke) center no-repeat;
    border-radius: 4px;
}


.more-button .button {
    width: 100%;
}

.more-button .button span {
    color: var(--grey);
}

.reviews-slider {
    position: relative;
}

@media (max-width: 992px) {
    .reviews-slider__item {
        width: 70vw;
    }
}

@media (max-width: 568px) {
    .reviews-slider__item {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .reviews-slider .swiper-scrollbar {
        display: none;
    }
}

.reviews-slider .swiper-slide {
    height: auto !important;
}

.reviews-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    min-height: 550px;
    border-radius: 15px;
    padding: 114px 40px 40px;
    background-color: var(--bg);
}

@media (max-width: 1380px) {
    .reviews-card {
        padding: 80px 24px 24px;
        min-height: 0;
    }
}

.reviews-card::before {
    content: "";
    position: absolute;
    width: 38px;
    height: 34px;
    top: 40px;
    left: 40px;
    background: url(../../images/icon-quote.svg) left center no-repeat;
}

@media (max-width: 1380px) {
    .reviews-card::before {
        top: 24px;
        left: 24px;
    }
}

.reviews-card__title {
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    color: var(--black);
    margin-bottom: 20px;
}

@media (max-width: 1380px) {
    .reviews-card__title {
        font-size: 24px;
        line-height: 1.2;
    }
}

.reviews-card__descr {
    font-size: 20px;
    line-height: 150%;
    color: var(--grey);
}

@media (max-width: 1380px) {
    .reviews-card__descr {
        font-size: 18px;
        line-height: 1.4;
    }
}

.reviews-card__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: var(--black);
    opacity: 0.7;
    padding-top: 40px;
}

.about-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 165px;
}

@media (max-width: 1600px) {
    .about-box {
        gap: 60px;
    }
}

@media (max-width: 1380px) {
    .about-box {
        gap: 30px;
        flex-direction: column;
    }
}

.about-box__photo {
    border-radius: 15px;
}

@media (max-width: 1380px) {
    .about-box__photo {
        width: 100%;
    }
}

.about-box__photo img {
    display: block;
    border-radius: 15px;
}

@media (max-width: 1380px) {
    .about-box__photo img {
        width: 100%;
        aspect-ratio: 5/3;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.about-box__title {
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    color: var(--black);
    margin-bottom: 35px;
}

@media (max-width: 568px) {
    .about-box__title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .about-box__title br {
        display: none;
    }
}

.about-box__descr {
    font-size: 20px;
    line-height: 150%;
    font-weight: 400;
    color: var(--grey);
    margin-bottom: 35px;
}

@media (max-width: 1380px) {
    .about-box__descr {
        font-size: 18px;
    }
}

.about-box__descr span {
    font-weight: 500;
    color: var(--black);
}

.advantage-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    max-height: 420px;
}

@media (max-width: 1600px) {
    .advantage-list {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .advantage-list .advantage-card {
        width: 25%;
    }
}

@media (max-width: 992px) {
    .advantage-list {
        flex-wrap: wrap;
        gap: 10px;
        margin-right: -10px;
    }

    .advantage-list .advantage-card {
        width: calc(50% - 10px);
    }
}

.advantage-card {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 0;
}

@media (max-width: 1200px) {
    .advantage-card {
        background: var(--white);
        border-radius: 20px;
        padding: 20px;
    }
}

@media (max-width: 992px) {
    .advantage-card {
        gap: 20px;
    }
}

@media (max-width: 568px) {
    .advantage-card {
        padding: 15px;
    }
}

.advantage-card__icon img {
    display: block;
}

.advantage-card__descr {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: var(--black);
}

@media (max-width: 1200px) {
    .advantage-card__descr {
        line-height: 1.2;
    }
}

@media (max-width: 568px) {
    .advantage-card__descr {
        font-size: 16px;
        line-height: 1.3;
    }

    .advantage-card__descr br {
        display: none;
    }
}

@media (max-width: 390px) {
    .advantage-card__descr {
        font-size: 15px;
    }
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

@media (max-width: 568px) {
    .pagination {
        gap: 10px;
        justify-content: space-between;
    }
}

.pagination__pages {
    display: flex;
    align-items: center;
    gap: 5px;
}

@media (max-width: 568px) {
    .pagination__pages {
        gap: 1px;
    }
}

.pagination-button {
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
}

.pagination-button._disable {
    filter: brightness(0) invert(0.6);
}

.pagination-button._prev {
    background-image: url(../../images/pagination-arrow-prev.svg);
}

.pagination-button._next {
    background-image: url(../../images/pagination-arrow-next.svg);
}

.pagination-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    width: 56px;
    height: 56px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: var(--black);
    border: 1px solid transparent;
}

.pagination-link.active {
    color: var(--black);
    border: 1px solid var(--stroke);
}

.pagination-link:not(.active):hover {
    color: var(--yellow);
}

.text-two-cols {
    display: flex;
    gap: 165px;
}

@media (max-width: 1600px) {
    .text-two-cols {
        gap: 60px;
    }
}

@media (max-width: 1380px) {
    .text-two-cols {
        gap: 40px;
    }
}

@media (max-width: 1200px) {
    .text-two-cols {
        flex-direction: column;
    }
}

.text-two-cols .text-col {
    width: 50%;
}

@media (max-width: 1200px) {
    .text-two-cols .text-col {
        width: 100%;
    }
}

.crop-text__wrap {
    height: 280px;
    overflow: hidden;
    position: relative;
}

.crop-text__wrap::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 130px;
    background: linear-gradient(to bottom, rgba(244, 244, 244, 0) 0%, rgb(244, 244, 244) 100%);
    z-index: 1;
    transition: 0.5s;
}

.crop-text__wrap.open::before {
    opacity: 0;
}

.crop-text__more {
    margin-top: 30px;
}

.toggle-crop-text {
    font-size: 17px;
    line-height: 150%;
    border-bottom: 1px dashed rgba(24, 31, 29, 0.5);
    cursor: pointer;
}

@media (min-width: 992px) {
    .toggle-crop-text:hover {
        border-bottom-color: transparent;
    }
}

.text-columns h3:first-child {
    margin-top: 0 !important;
}

.text-columns h3 {
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    margin: 60px 0 20px !important;
}

@media (min-width: 992px) {
    .text-columns h3 {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .text-columns {
        -moz-columns: 2;
        columns: 2;
        -moz-column-gap: 32px;
        column-gap: 32px;
    }
}

.product-page {
    display: flex;
    flex-wrap: wrap;
}

.product-page__header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    border-bottom: 1px solid var(--stroke-bg);
    margin-bottom: 60px;
}

@media (max-width: 1200px) {
    .product-page__header {
        flex-direction: column;
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    .text-columns h3 {
        font-size: 26px;
    }
}

.product-page__params {
    margin-top: 100px;
    flex: 1;
}

.product-page__gallery {
    position: relative;
    width: 56%;
}

.product-page__gallery .mark {position: absolute;left: 10px;top: 10px;padding: 5px 10px;border-radius: 15px;background: #03bf00;color: #fff;z-index:10;}

@media (max-width: 1200px) {
    .product-page__gallery {
        width: 100%;
        margin-bottom: 30px;
    }
}

.product-page__info {
    width: 44%;
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 1200px) {
    .product-page__info {
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 568px) {
    .product-page__info {
        margin-top: 20px;
    }
}

@media (max-width: 1200px) {
    .product-page-title {
        margin-bottom: 10px;
    }
}

@media (max-width: 568px) {
    .product-page-title {
        font-size: 38px;
    }
}

.product-page-price {
    font-weight: 500;
    font-size: 60px;
    line-height: 120%;
    color: var(--black);
    white-space: nowrap;
}

@media (max-width: 1200px) {
    .product-page-price {
        font-size: 48px;
    }
}

@media (max-width: 568px) {
    .product-page-price {
        font-size: 32px;
    }
}

.product-slider {
    overflow: hidden;
    position: relative;
}

.product-slider img {
    display: block;
    width: 100%;
    height: 585px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

@media (max-width: 992px) {
    .product-slider img {
        height: auto;
    }
}

.product-slider .swiper-button {
    background: none;
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
    margin-top: -12px;
}

.product-slider .swiper-button-prev {
    left: 25px;
}

.product-slider .swiper-button-next {
    right: 25px;
}

.product-page-fav {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 9;
}

.product-page-fav .button-fav {
    background: rgba(255, 255, 255, 0.3);
    border: none;
}

.product-page-fav .button-fav:not(.active):hover {
    background: rgba(255, 255, 255, 0.5);
}

.product-page-fav .button-fav.active {
    background: var(--yellow);
}

.product-page-fav .button-fav.active::after {
    filter: brightness(0);
}

.product-page-fav .button-fav::after {
    filter: none;
}

.product-info {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 25px;
    line-height: 130%;
    color: var(--black);
}

.product-info__year {
    display: flex;
    align-items: center;
}

.product-info__year::after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 100%;
    margin: 0 21px;
    background-color: var(--yellow);
}

.product-info__mileage {
    display: flex;
    align-items: center;
}

.product-info__mileage::after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 100%;
    margin: 0 21px;
    background-color: var(--yellow);
}

.product-descr {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: var(--grey);
}

.product-param {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 40px;
    max-height: 222px;
    border-radius: 8px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 992px) {
    .product-param {
        padding: 20px;
        gap: 20px;
        max-height: 100%;
    }
}

.product-param__title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-param__title img {
    display: none;
}

.product-param__title span {
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: var(--grey);
}

.product-param__param {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: var(--black);
}

.product-controls {
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 992px) {
    .product-controls .button {
        width: 100%;
    }
}

.info-box {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--grey);
}

.info-box__data,
.info-box__views {
    padding-left: 25px;
}

.info-box__data span,
.info-box__views span {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--black);
}

.info-box__data {
    background: url(../../images/icon-calend.svg) left 0px no-repeat;
}

.info-box__views {
    background: url(../../images/icon-view.svg) left 0px no-repeat;
}

.equipment-box li {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: var(--black);
    list-style: disc;
    margin-left: 24px;
    text-transform: lowercase; /* Все буквы станут строчными */
}

.equipment-box li::first-letter {
  text-transform: uppercase; /* Первая буква станет заглавной */
}

@media (max-width: 992px) {
    .equipment-box .title-h3 {
        margin-top: 40px;
    }
}

.popup {
    /* display: none; */
    border-radius: 8px;
    max-width: 715px;
    width: 100%;
    padding: 50px;
    background: var(--white);
    color: var(--black);
    font-family: var(--font-family);
}

@media (max-width: 568px) {
    .popup {
        padding: 24px;
    }
}

.popup._sending {
    text-align: center;
}

.popup-title {
    margin-bottom: 10px;
}

@media (max-width: 568px) {
    .popup-title {
        font-size: 32px;
    }
}

.popup-note {
    font-size: 20px;
    line-height: 150%;
    color: var(--grey);
}

@media (max-width: 568px) {
    .popup-note {
        font-size: 16px;
    }
}

.popup-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
}

.popup-form .button {
    min-width: 210px;
}

.popup-form__fields {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.popup-form__fields .form-field {
    width: 50%;
    padding: 5px;
}

@media (max-width: 568px) {
    .popup-form__fields .form-field {
        width: 100%;
    }
}

.popup-form__footer {
    display: flex;
    align-items: center;
    gap: 15px;
}

.popup-form__footer .cms_submit:hover {
    background: #5e5e5e
}

@media (max-width: 568px) {
    .popup-form__footer {
        flex-direction: column;
        gap: 20px;
    }
}

.popup-form__footer .button {
    width: 300px;
}

.popup-form__footer .button:hover {
    background-color: var(--grey);
}

.popup-form__footer .button:hover .cms_submit {color:#fff}

.popup-form__footer .button:hover .cms_submit {background-color: var(--grey);}

@media (max-width: 568px) {
    .popup-form__footer .button {
        width: 100%;
        order: 2;
    }
}

.footer {
    background: url(../../images/footer-bg.jpg) var(--black) center/cover no-repeat;
    color: var(--white);
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.footer a:hover {
    color: var(--yellow);
}

.footer__wrap {
    display: flex;
    justify-content: space-between;
    padding: 100px 0;
}

@media (max-width: 1600px) {
    .footer__wrap {
        gap: 60px;
    }
}

@media (max-width: 1380px) {
    .footer__wrap {
        padding: 60px 0;
    }
}

@media (max-width: 1200px) {
    .footer__wrap {
        padding: 20px 0;
        flex-direction: column;
        gap: 40px;
    }
}

.footer__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 170px;
    min-width: 875px;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 1600px) {
    .footer__left {
        min-width: 0;
        gap: 0;
        flex: 1;
    }
}

@media (max-width: 1200px) {
    .footer__left {
        order: 2;
        width: 100%;
        min-width: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 1200px) {
    .footer__right {
        order: 1;
        width: 100%;
    }
}

.footer__nav {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .footer__nav {
        display: none;
    }
}

.footer__info {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 568px) {
    .footer__info {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
}

.footer-info {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--light-grey);
    border-bottom: 2px dotted var(--light-grey);
}

.footer-info:hover {
    color: var(--yellow);
    border-bottom: 2px dotted var(--yellow);
}

.footer-copyright {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--light-grey);
}

.footer-feedback .button:hover {
    color: var(--white);
}

.footer-dev {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--light-grey);
}

.footer-dev a {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-dev a:hover {
    color: var(--yellow);
}

.footer-dev img {
    display: block;
}

@media (max-width: 568px) {
    .footer-dev {
        order: 3;
    }
}

@media (max-width: 1200px) {

    .footer-nav:nth-child(2),
    .footer-nav:nth-child(3) {
        display: none;
    }
}

@media (max-width: 992px) {
    .footer-nav {
        display: none;
    }
}

.footer-nav__title {
    font-weight: 500;
    font-size: 25px;
    line-height: 130%;
    color: var(--white);
    margin-bottom: 30px;
}

.footer-nav__item {
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
    color: var(--light-grey);
    margin-bottom: 20px;
}

.footer-nav__item:last-child {
    margin-bottom: 0;
}

.footer-contacts {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    padding: 40px;
    width: 560px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1200px) {
    .footer-contacts {
        width: 100%;
    }
}

@media (max-width: 568px) {
    .footer-contacts {
        padding: 24px;
    }
}

.footer-contacts__info {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 568px) {
    .footer-contacts__info {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding-bottom: 20px;
    }
}

.footer-contacts__address {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: var(--white);
    margin-top: 50px;
    margin-bottom: 20px;
}

@media (max-width: 568px) {
    .footer-contacts__address {
        text-align: center;
        margin-top: 20px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .footer-contacts {
        width: 100%;
    }
}

@media (max-width: 568px) {
    .footer-feedback .button {
        width: 100%;
    }
}

.footer-phone {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

@media (max-width: 568px) {
    .footer-phone {
        gap: 10px;
    }
}

.footer-phone__item {
    font-weight: 500;
    font-size: 25px;
    line-height: 130%;
    color: var(--white);
}

@media (max-width: 568px) {
    .footer-phone__item {
        font-size: 22px;
    }
}

.footer-soc {
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer-soc__item img {
    display: block;
    filter: brightness(0) invert(0.8);
    transition: 0.2s;
}

.footer-soc__item:hover img {
    filter: brightness(0) invert(1);
}

.footer-mode {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 50px;
}

@media (max-width: 568px) {
    .footer-mode {
        gap: 10px;
        justify-content: space-between;
        margin-bottom: 20px;
    }
}

.footer-mode__item {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: var(--white);
}

@media (max-width: 568px) {
    .footer-mode__item {
        font-size: 16px;
    }
}

.footer-mode__item span {
    font-weight: 500;
    color: var(--light-grey);
    margin-left: 5px;
}

.footer-nav div.footer-nav__item a.active {
    color: var(--yellow);
}

.main-nav__item a.main-nav__link._drop.active {
    color: var(--yellow);
}

.drop-nav div.drop-nav__item a.drop-nav__link.active {
    color: var(--yellow);
}

.inner_info {
    width: 70%;
    margin-bottom: 50px;
}

.inner_info p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 20px;
}

.inner_info .first {
    font-size: 28px;
    line-height: 150%;
}

.inner_info h2 {
    font-size: 50px;
    line-height: 130%;
    width: 75%;
}

.inner_info h3 {
    font-size: 30px;
    line-height: 130%;
    width: 75%;
    margin: 60px 0 30px;
}

.gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.w100 {
    width: 100% !important
}

@media (max-width: 1024px) {
    .inner_info {
        width: 100%
    }

    .inner_info img {
        width: 100%;
    }

    .inner_info h2 {
        font-size: 30px;
        line-height: 120%;
        width: 100%;
    }

    .inner_info h3 {
        font-size: 25px;
        line-height: 130%;
        width: 100%;
        font-weight: 400;
    }

    .inner_info .first {
        font-size: 25px;
        line-height: 130%;
    }
   .product-page iframe {width:100%}
}


.main-nav__item a.main-nav__link.active {
    color: var(--yellow);
}

.filter-box div.filter-form form {
    display: flex;
    gap: 20px;
}

.animatedList div.service-list.kool {
    display: flex;
}

.gpl_asw {
    font-size: 30px;
    line-height: 130%;
    width: 75%;
    margin: 60px 0 30px;
}



.error {
    background: pink !important;
}

.agree.error {
    background: red;
}

.confirm-field {
    display: block;
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 24px;
    cursor: pointer;
}

.confirm-field .st {
    margin: 0;
    padding-left: 32px;
    position: relative;
}

.confirm-field input[type=checkbox] {
    display: none;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
}

.confirm-field .st::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url(../../images/checkbox.svg);
border: 1px solid var(--red);
}

.confirm-field input[type=checkbox]:checked+.st::before {
    background-image: url(../../images/checkbox-active.svg);
background-position: center;
background-color: var(--red);
}

.confirm-field input[type=checkbox].error+.st::before {
    background-image: url(../../images/checkbox-error.svg);
}


.descr .text tr {font-size: 18px !important;}
.news-date {float:left;}
.all-news-link {margin-left:120px;}
@media (max-width: 960px) {
.news-date {float:none;}
.all-news-link {margin-left:0px;}
.all-news {margin-bottom:15px;}
}
/* Stylesheet: Style Modified On 2026-07-13 14:27:02 */
