:root {
    --main-bg-color: #fff;
    --primary-color: #211e1b;
    --black: #211e1b;
    --white: #fff;
    --blue-brand: #506bdf;
    --orange: #da651d;
    --bg: #f8f6f4;
    --gray-text: #6e6c6b;
    --gray-element: #a9a39d;
    --light-gray: #e3e0de;
    --body-font-size: 16px;
    --font-family: "IBM Plex Sans", sans-serif;
    --second-family: "Geist Mono", 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.15s;
}

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: 992px) {
    .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: 992px) {

    .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(--second-family);
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 40px;
}

@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-size: 60px;
    line-height: 100%;
    margin-bottom: 30px;
}

@media (max-width: 1280px) {
    .title-h1 {
        font-size: 54px;
    }
}

@media (max-width: 568px) {
    .title-h1 {
        font-size: 38px;
        margin: 0 0 30px;
    }
}

@media (max-width: 390px) {
    .title-h1 {
        font-size: 32px;
    }
}

.title-h2 {
    font-family: var(--font-family);
    font-size: 60px;
    line-height: 100%;
    color: var(--black);
}

@media (max-width: 1280px) {
    .title-h2 {
        font-size: 42px;
    }
}

@media (max-width: 568px) {
    .title-h2 {
        font-size: 32px;
        margin: 0 0 30px;
    }
}

@media (max-width: 390px) {
    .title-h2 {
        font-size: 28px;
    }
}

.title-h2 span {
    background: linear-gradient(114deg, #08a2b0 0%, #08b060 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-h2._white {
    color: var(--white);
}

.title-h3 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    color: var(--black);
}

@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.15s;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    justify-content: center;
    border: 2px solid var(--orange);
    border-radius: 12px;
    padding: 0 20px;
    height: 58px;
    text-decoration: none;
    min-width: 160px;
    font-weight: 500;
    font-size: 16px;
    color: var(--white);
    background: var(--orange);
    transition: 0.3s;
    white-space: nowrap;
}

@media (max-width: 568px) {

    .cms_submit,
    .button {
        gap: 10px;
        padding: 0 10px;
        font-size: 14px;
        min-width: 0;
    }
}

@media (max-width: 390px) {

    .cms_submit,
    .button {
        gap: 5px;
        padding: 0 5px;
    }
}

.cms_submit:hover,
.button:hover {
    color: var(--black);
    background: var(--white);
}

.cms_submit._white,
.button._white {
    color: var(--black);
    background-color: var(--white);
}

.cms_submit._white:hover,
.button._white:hover {
    color: var(--white);
    background: var(--orange);
}

.cms_submit._get-rout,
.button._get-rout {
    height: 38px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--black);
    border-radius: 8px;
    padding: 0 10px;
    color: var(--black);
    background: var(--bg);
    border: 2px solid rgba(33, 30, 27, 0.1);
}

.cms_submit._get-rout::before,
.button._get-rout::before {
    content: "";
    width: 22px;
    min-width: 22px;
    height: 22px;
    background: url(../../images/icon-location.svg) center no-repeat;
}

.cms_submit._get-rout:hover,
.button._get-rout:hover {
    color: var(--white);
    border: 2px solid rgba(255, 255, 255, 0.05);
    background-color: var(--black);
}

.cms_submit._black,
.button._black {
    color: var(--white);
    border: 2px solid rgba(255, 255, 255, 0.05);
    background-color: var(--black);
}

.cms_submit._black:hover,
.button._black:hover {
    color: var(--black);
    background-color: var(--bg);
    border: 2px solid rgba(33, 30, 27, 0.1);
}

.cms_submit._calc::before,
.button._calc::before {
    content: "";
    width: 22px;
    min-width: 22px;
    height: 22px;
    background: url(../../images/icon-calculation-white.svg) center no-repeat;
}

.cms_submit._calc:hover,
.button._calc:hover {
    border: 2px solid rgba(255, 255, 255, 0.1);
    color: var(--white);
    background-color: var(--black);
}

.cms_submit._feedback,
.button._feedback {
    border: none;
}

.cms_submit._feedback::before,
.button._feedback::before {
    content: "";
    width: 22px;
    min-width: 22px;
    height: 22px;
    background: url(../../images/icon-feedback.svg) center no-repeat;
}

.cms_submit._feedback:hover,
.button._feedback:hover {
    color: var(--black);
    background-color: var(--light-gray);
}

.typography {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: var(--text-gray);
}

@media (max-width: 1200px) {
    .typography {
        font-size: 16px;
        font-weight: 400;
    }
}

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
    font-family: var(--second-family);
    font-weight: 500;
    color: var(--black);
    line-height: 140%;
}

.typography h2 {
    font-size: 42px;
    margin: 36px 0;
}

.typography h2:first-child {
    margin-top: 0;
}

.typography h2:last-child {
    margin-bottom: 0;
}

.typography h3 {
    font-size: 22px;
    margin: 24px 0;
}

.typography h3:first-child {
    margin-top: 0;
}

.typography h3:last-child {
    margin-bottom: 0;
}

.typography p {
    font-size: 18px;
    line-height: 140%;
    margin: 0 0 30px;
}

@media (max-width: 1200px) {
    .typography p {
        font-size: 16px;
    }
}

.typography p:last-child {
    margin-bottom: 0;
}

.typography ul {
    margin-bottom: 30px;
}

.typography ul:last-child {
    margin-bottom: 0;
}

.typography ul li {
    font-size: 18px;
    line-height: 140%;
    padding-left: 15px;
    margin-bottom: 10px;
    position: relative;
}

@media (max-width: 568px) {
    .typography ul li {
        font-size: 16px;
    }
}

.typography ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 4px;
    height: 4px;
    background-color: var(--orange);
    border-radius: 50%;
}

.typography ol {
    margin-bottom: 30px;
    counter-reset: custom-counter;
    list-style: none;
}

.typography ol:last-child {
    margin-bottom: 0;
}

.typography ol li {
    font-size: 18px;
    line-height: 140%;
    padding-left: 15px;
    margin-bottom: 10px;
    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;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--black);
    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;
    color: var(--black);
    white-space: nowrap;
}

@media (min-width: 992px) {
    .breadcrumb a:hover {
        color: var(--orange);
    }
}

.breadcrumb span {
    color: var(--gray-element);
    white-space: nowrap;
}

.breadcrumb .sepor {
    color: var(--black);
}

.forms {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.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: 58px;
    padding: 0 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.09);
}

.forms select::-moz-placeholder,
.forms textarea::-moz-placeholder,
.forms input[type=text]::-moz-placeholder,
.forms input[type=password]::-moz-placeholder,
.forms input[type=email]::-moz-placeholder,
.forms input[type=tel]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.forms select::placeholder,
.forms textarea::placeholder,
.forms input[type=text]::placeholder,
.forms input[type=password]::placeholder,
.forms input[type=email]::placeholder,
.forms input[type=tel]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.forms select:focus,
.forms textarea:focus,
.forms input[type=text]:focus,
.forms input[type=password]:focus,
.forms input[type=email]:focus,
.forms input[type=tel]:focus {
    color: var(--black);
    background: rgb(255, 255, 255);
}

.forms textarea {
    padding: 18px 20px;
    resize: none;
    height: 150px;
}

@media (max-width: 568px) {
    .forms textarea {
        height: 200px;
    }
}

.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%;
}

.forms .label-field {
    position: relative;
    min-height: 58px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(20px);
    transition: 0.15s;
}

.forms .label-field.active {
    background: var(--white);
}

.forms .label-field label {
    position: absolute;
    left: 20px;
    top: 18px;
    right: 10px;
    font-weight: 500;
    font-size: 16px;
    color: var(--white);
    opacity: 0.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    transition: 0.15s;
}

.forms .label-field label span {
    color: var(--red);
}

.forms .label-field input {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 20px 0 20px;
    height: 58px;
    z-index: 1;
    background-color: transparent;
    width: 100%;
    border-radius: 0;
    border: none;
    backdrop-filter: none;
}

.forms .label-field input:focus {
    background: transparent;
}

.forms .label-field textarea {
    width: 100%;
    height: 150px;
    z-index: 1;
    background-color: transparent;
    border-radius: 0;
    padding: 38px 20px 0 20px;
    border: none;
    display: block;
    backdrop-filter: none;
}

.forms .label-field textarea::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.forms .label-field textarea::-webkit-scrollbar-track {
    margin: 0 15px;
}

.forms .label-field textarea::-webkit-scrollbar-thumb {
    background-color: var(--black);
    border-radius: 4px;
}

.forms .label-field input:not(.input-icon)::-moz-placeholder,
.forms .label-field textarea:focus::-moz-placeholder {
    color: transparent;
}

.forms .label-field input:not(.input-icon)::placeholder,
.forms .label-field textarea:focus::placeholder {
    color: transparent;
}

.forms .label-field.active input+label,
.forms .label-field input:focus+label,
.forms .label-field.active textarea+label,
.forms .label-field textarea:focus+label {
    top: 7px;
    left: 20px;
    right: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 115%;
    color: var(--gray-text);
    opacity: 1;
    z-index: 99;
}

.forms .label-field.active textarea+label,
.forms .label-field textarea:focus+label {
    top: 15px;
}

.checkbox {
    display: inline-flex;
    cursor: pointer;
    font-size: 16px;
    line-height: 150%;
    color: var(--black);
    transition: 0.3s;
    position: relative;
}

.checkbox input[type=checkbox] {
    width: 24px;
    height: 24px;
    background: var(--white);
    border: 1px solid var(--orange-brand);
}

.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 input:checked~sup~span {
    color: var(--orange-brand);
}

.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.3s;
    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.3s;
}

.burger-btn::before,
.burger-btn::after {
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: var(--black);
    transition: 0.3s;
}

.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;
    font-family: var(--second-family);
    transition: 0.3s;
}

.more-link::after {
    content: "";
    width: 41px;
    height: 12px;
    background: url(../../images/more-arrow.svg) right center no-repeat;
    margin-left: 40px;
    transition: 0.3s;
}

@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: 58px;
    height: 58px;
    border-radius: 9px;
    border: none;
    background: var(--bg);
    border: 1px solid rgba(33, 30, 27, 0.05);
    transition: 0.3s;
}

.swiper-button:hover {
    border: 1px solid rgba(33, 30, 27, 0.3);
}

.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;
}

.swiper-button-disabled::after {
    filter: brightness(0) invert(0.6);
}

.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 2px solid var(--white);
    background-color: var(--black);
    border-radius: 50%;
    transition: 0.2s;
    opacity: 1;
    position: relative;
}

.swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    top: -18px;
    left: -18px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid var(--white);
}

.swiper-horizontal>.swiper-scrollbar {
    margin-top: 20px;
    position: static;
}

.swiper-horizontal>.swiper-scrollbar {
    width: 100%;
    left: 0;
    bottom: 0;
}

.swiper-horizontal>.swiper-scrollbar .swiper-scrollbar-drag {
    background: var(--orange);
}

.fancybox__content {
    padding: 0 !important;
    background: none !important;
}

.fancybox__content>.carousel__button.is-close {
    width: 30px;
    height: 30px;
    right: 30px;
    top: 30px;
    opacity: 0.5;
    background: url(../../images/close-button-white.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 - 1520px) / -2);
    margin-right: calc((100vw - 1520px) / -2);
    padding-left: calc((100vw - 1520px) / 2);
    padding-right: calc((100vw - 1520px) / 2);
}

@media (max-width: 1600px) {
    .full-bg {
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 1200px) {
    .full-bg {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 992px) {
    .full-bg {
        border-radius: 24px;
    }
}

.light-bg {
    background: var(--bg);
}

.dark-bg {
    background: var(--black);
}

.pt-140 {
    padding-top: 140px;
}

.cbc {
    overflow: hidden;
}

@media (max-width: 1280px) {
    body {
        padding-top: 90px;
    }
}

@media (max-width: 992px) {
    body {
        padding-top: 74px;
    }
}

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: 1280px) {
    body.open-nav .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }

    body.open-nav .header__top {
        z-index: 999;
        background: #F4EEE8;
    }
}

.container {
    margin: 0 auto;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1600px;
    width: 100%;
}

@media (max-width: 1200px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 568px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.header {
    height: 162px;
    padding: 20px 0;
    margin-bottom: 20px;
}

@media (max-width: 1280px) {
    .header {
        height: 90px;
        margin-bottom: 0;
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        background: var(--white);
    }

    .header.fixed {
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 992px) {
    .header {
        height: 74px;
    }
}

.header {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    position: relative;
    z-index: 100;
}

@media (max-width: 1600px) {
    .header__top {
        gap: 20px;
    }
}

@media (max-width: 1280px) {
    .header__top {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.header__info {
    display: flex;
    align-items: center;
    gap: 60px;
}

@media (max-width: 1600px) {
    .header__info {
        gap: 40px;
        flex: 1;
    }
}

.header__contacts {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 1400px) {
    .header__contacts {
        gap: 20px;
    }
}

.header__contacts .button {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .header__contacts .button._get-rout {
        display: none;
    }
}

.header__mobile {
    display: none;
}

@media (max-width: 1280px) {
    .header__mobile {
        display: flex;
        align-items: center;
        gap: 20px;
    }
}

.header__nav {
    background-color: var(--bg);
}

@media (min-width: 1280px) {
    .header__nav.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 1280px) {
    .header__nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        padding-top: 120px;
    }
}

@media (max-width: 568px) {
    .header__nav {
        padding-top: 100px;
    }
}

.header__nav .header-links {
    display: flex;
}

.header__nav .button._get-rout {
    margin-top: 30px;
}

.header-logo {
    display: block;
}

@media (max-width: 568px) {
    .header-logo {
        position: relative;
        top: 3px;
    }
}

.header-logo img {
    display: block;
}

@media (max-width: 1600px) {
    .header-logo img {
        height: 44px;
    }
}

@media (max-width: 992px) {
    .header-logo img {
        height: 40px;
    }
}

@media (max-width: 568px) {
    .header-logo img {
        height: 34px;
    }
}

@media (max-width: 390px) {
    .header-logo img {
        height: 30px;
    }
}

@media (max-width: 1600px) {

    .header .cms_submit._get-rout,
    .header .button._get-rout {
        font-size: 15px;
    }
}


.header-links {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 1400px) {
    .header-links {
        gap: 20px;
    }
}

@media (max-width: 1280px) {
    .header-links {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding-top: 15px;
        margin-top: 15px;
        border-top: 1px solid var(--light-gray);
    }
}

.header-links__item {
    display: block;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--black);
    padding-left: 32px;
    background-position: left center;
    background-repeat: no-repeat;
    white-space: nowrap;
}

@media (max-width: 1600px) {
    .header-links__item {
        font-size: 15px;
    }
}

@media (max-width: 1280px) {
    .header-links__item {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        background: none !important;
        padding: 0;
    }
}

.header-links__item:hover {
    color: var(--orange);
}

.header-links__item._company {
    background-image: url(../../images/icon-company.svg);
}

.header-links__item._contact {
    background-image: url(../../images/icon-contact.svg);
}

.header-links__item._lang {
    display: none;
}

@media (max-width: 767px) {
    .header-links__item._lang {
        display: block;
    }
}

.header-mail,
.header-phone {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: var(--black);
    padding-left: 32px;
    white-space: nowrap;
}

@media (max-width: 1600px) {

    .header-mail,
    .header-phone {
        font-size: 15px;
    }
}

@media (max-width: 992px) {

    .header-mail,
    .header-phone {
        font-size: 0;
        overflow: hidden;
        text-indent: -1000px;
        padding: 0;
        width: 24px;
        height: 24px;
        background-position: center !important;
    }
}

.header-mail:hover,
.header-phone:hover {
    color: var(--orange);
}

.header-mail {
    background: url(../../images/icon-email.svg) left center no-repeat;
}

@media (max-width: 1380px) {
    .button._get-rout {
        display: none;
    }
}

.header-phone {
    background: url(../../images/icon-phone.svg) left center no-repeat;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
}

@media (max-width: 1280px) {
    .main-nav {
        display: block;
        background: transparent;
        height: auto;
    }
}

.main-nav__item {
    position: relative;
}

.main-nav__item:first-child {
    position: static;
}

@media (max-width: 1280px) {
    .main-nav__item {
        margin-bottom: 15px;
        padding: 0;
    }
}

.main-nav__link {
    display: flex;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--black);
    white-space: nowrap;
}

.main-nav__link:hover {
    color: var(--orange);
}

.section {
    margin-top: 140px;
    margin-bottom: 140px;
}

@media (max-width: 1600px) {
    .section {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

@media (max-width: 1280px) {
    .section {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

@media (max-width: 768px) {
    .section {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .main-nav__link {
        font-size: 20px;
    }
}

.section:first-child {
    margin-top: 0;
}

.section:last-child {
    margin-bottom: 0;
}

.section-inner {
    padding-top: 140px;
    padding-bottom: 140px;
}

@media (max-width: 1600px) {
    .section-inner {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 1280px) {
    .section-inner {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 568px) {
    .section-inner {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
    gap: 40px;
}

@media (max-width: 1200px) {
    .section-header {
        margin-bottom: 30px;
    }
}

.section-header__left {
    max-width: 70%;
}

@media (max-width: 1280px) {
    .section-header__left {
        max-width: 100%;
    }
}

@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;
}

.section-more {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.footer-text {
    margin-bottom: -100px;
    padding-bottom: 160px;
    padding-top: 80px;
    margin: 0 auto -100px;
    border-radius: 48px 48px 0 0;
}

@media (max-width: 767px) {
    .footer-text {
        border-radius: 24px 24px 0 0;
    }
}

.subtitle {
    font-weight: 300;
    font-size: 22px;
    line-height: 130%;
    color: var(--gray-dark);
}

@media (max-width: 1200px) {
    .subtitle {
        font-size: 18px;
        margin-top: 16px;
    }
}

.close-button {
    border: none;
    width: 24px;
    height: 24px;
    background: url(../../images/icon-cross.svg) center no-repeat;
    background-size: contain;
    cursor: pointer;
}

.promo-box {
    margin-bottom: 40px;
}

.promo-box__slider {
    width: 100%;
    position: relative;
}

@media (max-width: 1200px) {
    .promo-box__slider {
        width: 100%;
    }
}

.promo-slider {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
}

@media (max-width: 1280px) {
    .promo-slider {
        border-radius: 30px;
    }
}

@media (max-width: 568px) {
    .promo-slider {
        border-radius: 20px;
    }
}

.promo-slider .swiper-pagination {
    position: absolute;
    bottom: 40px;
    gap: 30px;
}

.promo-slider .swiper-pagination-bullet-active::after {
    top: -13px;
    left: -13px;
    width: 29px;
    height: 29px;
}

.promo-slider .swiper-pagination-fraction {
    position: absolute;
    display: flex;
    font-family: var(--second-family);
    z-index: 9;
    top: 40px;
    bottom: auto;
    left: 70px;
    width: auto;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 0 10px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    gap: 0;
    font-weight: 500;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1280px) {
    .promo-slider .swiper-pagination-fraction {
        top: 30px;
        left: 30px;
    }
}

@media (max-width: 568px) {
    .promo-slider .swiper-pagination-fraction {
        top: 20px;
        left: 20px;
    }
}

.promo-slider .swiper-pagination-fraction span {
    color: var(--white);
}

.promo-slide {
    display: block;
    position: relative;
    z-index: 1;
    height: 619px;
    padding: 40px 40px 70px 70px;
    border-radius: 40px;
    color: var(--white);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 1280px) {
    .promo-slide {
        border-radius: 30px;
        padding: 30px;
    }
}

@media (max-width: 568px) {
    .promo-slide {
        border-radius: 20px;
        padding: 20px;
        background-position: top;
        background-size: auto;
    }
}

.promo-slide__wrap {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 50px;
}

@media (max-width: 992px) {
    .promo-slide__wrap {
        padding-bottom: 70px;
    }
}

@media (max-width: 568px) {
    .promo-slide__wrap {
        gap: 0;
    }
}

.promo-slide__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    max-width: 595px;
}

.promo-slide__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 75px;
    line-height: 100%;
}

@media (max-width: 1280px) {
    .promo-slide__title {
        font-size: 64px;
    }
}

@media (max-width: 568px) {
    .promo-slide__title {
        font-size: 33px;
    }
}

@media (max-width: 390px) {
    .promo-slide__title {
        font-size: 30px;
    }
}

.promo-slide__subtitle {
    font-weight: 600;
    font-size: 32px;
    line-height: 115%;
}

@media (max-width: 767px) {
    .promo-slide__subtitle {
        font-size: 20px;
    }
}

.promo-slide__control {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 9;
}

@media (max-width: 767px) {
    .promo-slide__control {
        margin-top: 40px;
    }
}

@media (max-width: 568px) {
    .promo-slide__control {
        width: 100%;
    }

    .promo-slide__control .button {
        width: 100%;
    }
}

.promo-slide__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.advantages-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 263px;
    border-radius: 30px;
    padding: 30px 28px 30px;
    border: 2px solid rgba(33, 30, 27, 0.1);
    background-color: var(--bg);
}

@media (max-width: 1280px) {
    .advantages-card {
        padding: 20px;
        border-radius: 24px;
        min-height: 0;
        height: 280px;
    }
}

@media (max-width: 768px) {
    .advantages-card {
        border-radius: 20px;
        padding: 16px;
        height: 240px;
        border: 1px solid rgba(33, 30, 27, 0.1);
    }
}

@media (max-width: 767px) {
    .advantages-card {
        height: 190px;
    }
}


.advantages-card__header {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 767px) {
    .advantages-card__header {
        gap: 20px;
    }
}

.advantages-card__icon img {
    display: block;
}

@media (max-width: 767px) {
    .advantages-card__icon img {
        width: 35px;
        height: 35px;
    }
}

.advantages-card__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 32px;
    line-height: 115%;
    color: var(--black);
}

@media (max-width: 1600px) {
    .advantages-card__title {
        font-size: 26px;
    }
}

@media (max-width: 1280px) {
    .advantages-card__title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .advantages-card__title {
        font-size: 17px;
    }
}

.advantages-card__descr {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--black);
}

@media (max-width: 767px) {
    .advantages-card__descr {
        font-size: 15px;
    }
}

@media (max-width: 390px) {
    .advantages-card__descr {
        font-size: 13px;
    }
}

.service-slider {
    position: relative;
}

.service-slider__item {
    width: 622px;
}

@media (max-width: 1280px) {
    .service-slider__item {
        width: 42vw;
    }
}

@media (max-width: 568px) {
    .service-slider__item {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .service-slider .swiper-scrollbar {
        display: none;
    }
}

.service-list {
    display: flex;
    justify-content: left;
    gap: 20px;
}

.service-card {
    display: block;
    border-radius: 30px;
    padding: 40px;
    width: 40%;
    width: 100%;
    height: 100%;
    height: 440px;
    position: relative;
    z-index: 1;
    transition: 0.3s;
    overflow: hidden;
    color: var(--white);
}

@media (max-width: 1280px) {
    .service-card {
        border-radius: 24px;
        padding: 24px;
        height: 300px;
    }
}

@media (max-width: 568px) {
    .service-card {
        border-radius: 20px;
        padding: 20px;
    }
}

.service-card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 260px;
    background: linear-gradient(180deg, #211e1b 0%, rgba(33, 30, 27, 0) 100%);
    z-index: -1;
}

.service-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 315px;
    background: linear-gradient(90deg, #211e1b 0%, rgba(33, 30, 27, 0) 100%);
    z-index: -1;
}

.service-card__thumb {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -2;
}

.service-card__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-card__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 32px;
    line-height: 115%;
}

@media (max-width: 1280px) {
    .service-card__title {
        font-size: 28px;
    }
}

.service-card__part.part {
    font-size: 12px;
    padding-left: 16px;
}

.service-card__part.part::before {
    width: 7px;
    height: 7px;
    top: 4px;
}

.service-card__link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.service-card__link::after {
    content: "";
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: 0.3s;
    z-index: 1;
    border: 2px solid rgba(255, 255, 255, 0.1);
    background: url(../../images/arrow-link.svg) rgba(255, 255, 255, 0.09) center no-repeat;
}

@media (max-width: 1280px) {
    .service-card__link::after {
        left: 24px;
        bottom: 24px;
    }
}

.service-card__link:hover::after {
    background-color: var(--orange);
}

.part {
    position: relative;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-left: 25px;
}

@media (max-width: 767px) {
    .part {
        font-size: 14px;
    }
}

.part::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    background-color: var(--orange);
    border-radius: 100%;
}

.part._white {
    color: var(--white);
}

.part._white::before {
    background-color: var(--white);
}

.garant-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 660px;
    border-radius: 30px;
    padding: 40px;
    margin-bottom: 40px;
    background: url(../../images/garant-box-bg.jpg) center/cover no-repeat;
}

@media (max-width: 1280px) {
    .garant-box {
        border-radius: 24px;
        padding: 20px;
    }
}

@media (max-width: 568px) {
    .garant-box {
        border-radius: 20px;
        padding: 20px;
        height: 480px;
    }
}

.garant-list {
    display: flex;
    gap: 20px;
}

@media (max-width: 992px) {
    .garant-list {
        flex-wrap: wrap;
    }
}

@media (max-width: 568px) {
    .garant-list {
        overflow: auto;
        flex-wrap: nowrap;
        margin: 0 -20px;
        padding: 0 20px;
        gap: 15px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .garant-list::-webkit-scrollbar {
        display: none;
    }
}

.garant-list__item {
    width: 20%;
}

@media (max-width: 992px) {
    .garant-list__item {
        width: calc(33.33% - 15px);
    }
}

@media (max-width: 568px) {
    .garant-list__item {
        width: 200px;
        min-width: 200px;
    }
}

.garant-card {
    display: block;
    height: 100%;
    border-radius: 30px;
    padding: 30px;
    font-weight: 600;
    font-size: 20px;
    line-height: 115%;
    color: var(--black);
    background-color: var(--white);
    transition: 0.3s;
}

@media (max-width: 1280px) {
    .garant-card {
        border-radius: 24px;
        font-size: 18px;
        padding: 20px;
    }
}

@media (max-width: 568px) {
    .garant-card {
        border-radius: 20px;
        padding: 20px;
    }
}

.garant-card:hover {
    color: var(--white);
    background-color: var(--orange);
}

.map-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    height: 727px;
    border-radius: 40px;
    padding: 70px;
    background-color: var(--orange);
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 1280px) {
    .map-box {
        border-radius: 30px;
        padding: 40px;
        height: 640px;
    }
}

@media (max-width: 992px) {
    .map-box {
        justify-content: flex-start;
        height: 760px;
    }
}

@media (max-width: 568px) {
    .map-box {
        border-radius: 20px;
        padding: 20px;
    }
}

.map-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 53%;
    border-radius: 40px;
    background: linear-gradient(rgb(218, 101, 29) 17%, rgba(255, 255, 255, 0));
    z-index: -1;
}

@media (max-width: 1280px) {
    .map-box::before {
        border-radius: 30px;
    }
}

@media (max-width: 568px) {
    .map-box::before {
        border-radius: 20px;
    }
}

.map-box .title-h3 {
    color: var(--white);
}

.map-box__header {
    width: 57%;
}

@media (max-width: 1280px) {
    .map-box__header {
        width: 100%;
    }
}

.map-box__top {
    position: relative;
    z-index: 1;
}

.map-box__map {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 1280px) {
    .map-box__map {
        transform: scale(0.8);
        transform-origin: bottom right;
        right: -160px;
    }
}

@media (max-width: 992px) {
    .map-box__map {
        transform: scale(0.85);
    }
}

@media (max-width: 568px) {
    .map-box__map {
        transform: scale(0.48);
        right: -100px;
    }
}

@media (max-width: 390px) {
    .map-box__map {
        transform: scale(0.45);
        right: -100px;
    }
}

.map-box__map img {
    display: block;
}

.map-box__cover {
    margin-bottom: 30px;
}

.map-box__cover img {
    display: block;
}

@media (max-width: 992px) {
    .map-box__cover img {
        width: 36px;
        height: 36px;
    }
}

.map-box__descr {
    width: 314px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 115%;
    color: var(--white);
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    .map-box__descr {
        width: auto;
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .map-box__bottom {
        display: flex;
        gap: 20px;
    }
}

.map-point {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 65px;
    padding: 10px;
    width: 50px;
    height: 50px;
    background: var(--light-gray);
    cursor: pointer;
    z-index: 9;
    transition: 0.3s;
}

.map-point.active,
.map-point:hover {
    color: var(--white);
    background: var(--black);
}

#map-point-1 {
    bottom: 80px;
    left: 90px;
}

#map-point-2 {
    bottom: 182px;
    left: 90px;
}

#map-point-3 {
    bottom: 168px;
    left: 40px;
}

#map-point-4 {
    bottom: 130px;
    right: 230px;
}

#map-point-5 {
    bottom: 170px;
    right: 270px;
}

#map-point-6 {
    bottom: 125px;
    left: 305px;
}

#map-point-7 {
    bottom: 58px;
    left: 486px;
}

#map-point-8 {
    bottom: 30px;
    left: 436px;
}

.map-list {
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 7px;
}

@media (max-width: 1280px) {
    .map-list {
        width: 100%;
    }
}

.map-list__city {
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 36px;
    border-radius: 8px;
    padding: 0 10px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    border: 1px solid rgba(33, 30, 27, 0.1);
    background-color: var(--white);
    transition: 0.3s;
}

@media (max-width: 568px) {
    .map-list__city {
        font-size: 14px;
    }
}

.map-list__city span {
    margin-right: 7px;
    color: var(--orange);
    transition: 0.3s;
}

.map-list__city.active,
.map-list__city:hover {
    color: var(--white);
    background-color: var(--black);
}

.map-list__city.active span,
.map-list__city:hover span {
    color: var(--white);
}

.storage-slider {
    position: relative;
}

.storage-slider__item {
    width: 622px;
}

@media (max-width: 1280px) {
    .storage-slider__item {
        width: 42vw;
    }
}

@media (max-width: 568px) {
    .storage-slider__item {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .storage-slider .swiper-scrollbar {
        display: none;
    }
}

.storage-list {
    display: flex;
    justify-content: left;
    gap: 20px;
}

.storage-card {
    position: relative;
    display: block;
    border-radius: 30px;
}

@media (max-width: 1280px) {
    .storage-card {
        border-radius: 24px;
    }
}

@media (max-width: 568px) {
    .storage-card {
        border-radius: 20px;
    }
}

.storage-card__cover img {
    display: block;
    border-radius: 30px;
}

.storage-card__cover span {font-size:20px;display:block;padding:10px 0 0 20px;}

@media (max-width: 1280px) {
    .storage-card__cover img {
        border-radius: 24px;
        height: 300px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (max-width: 568px) {
    .storage-card__cover img {
        border-radius: 20px;
        height: 240px;
    }
}

.storage-card__zoom {
    position: absolute;
    display: none;
    width: 58px;
    height: 58px;
    top: 50%;
    left: 50%;
    border-radius: 9px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    margin-top: -29px;
    margin-left: -29px;
    background: url(../../images/icon-plus.svg) var(--orange) center no-repeat;
    transition: 0.3s;
}

.storage-card__zoom:hover {
    background-color: var(--black);
}

.storage-card:hover {
    cursor: pointer;
}

.storage-card:hover span {
    display: block;
}

.managers-list {
    height: 522px;
    margin-top: 94px;
}

@media (max-width: 1280px) {
    .managers-list {
        height: 400px;
        margin-top: 60px;
    }
}

@media (max-width: 1280px) {
    .managers-list {
        height: 360px;
    }
}

@media (max-width: 767px) {
    .managers-list {
        height: auto;
    }
}

.manager-card {
    cursor: pointer;
    position: relative;
    border-radius: 35px;
    transition: 0.3s;
}

@media (max-width: 1280px) {
    .manager-card {
        border-radius: 24px;
    }
}

@media (max-width: 992px) {
    .manager-card {
        border-radius: 20px;
    }
}

.manager-card__cover img {
    display: block;
    border-radius: 35px 35px 0 0;
    width: 100%;
}

@media (max-width: 1280px) {
    .manager-card__cover img {
        border-radius: 24px 24px 0 0;
    }
}

@media (max-width: 992px) {
    .manager-card__cover img {
        border-radius: 20px 20px 0 0;
    }
}

.manager-card__info {
    border-radius: 0 0 35px 35px;
    padding: 30px 25px 30px 30px;
    border-left: 1px solid rgba(33, 30, 27, 0.1);
    border-bottom: 1px solid rgba(33, 30, 27, 0.1);
    background-color: var(--white);
}

@media (max-width: 1280px) {
    .manager-card__info {
        padding: 20px;
        border-radius: 0 0 24px 24px;
    }
}

@media (max-width: 992px) {
    .manager-card__info {
        border-radius: 0 0 20px 20px;
    }
}

.manager-card__name {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 26px;
    line-height: 115%;
    color: var(--black);
    margin-bottom: 15px;
}

@media (max-width: 1280px) {
    .manager-card__name {
        font-size: 22px;
    }
}

.manager-card__post {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--black);
    margin-bottom: 8px;
}

@media (max-width: 1280px) {
    .manager-card__post {
        font-size: 14px;
    }
}

.manager-card__experience {
    display: flex;
    gap: 8px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--orange);
}

@media (max-width: 1280px) {
    .manager-card__experience {
        font-size: 14px;
    }
}

.manager-card__experience span {
    display: block;
    color: var(--gray-text);
}

.manager-card__control {
    display: none;
    gap: 10px;
    margin-top: 30px;
}

@media (max-width: 1280px) {
    .manager-card__control {
        flex-direction: column;
    }

    .manager-card__control a {
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .manager-card__control {
        display: flex;
    }
}

@media (min-width: 767px) {
    .manager-card:hover {
        margin-top: -34px;
    }

    .manager-card:hover .manager-card__control {
        display: flex;
    }
}

.send-mail-btn,
.call-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--black);
    border-radius: 8px;
    padding: 0 10px;
    height: 38px;
    border: 2px solid rgba(33, 30, 27, 0.05);
    background: var(--bg);
    transition: 0.3s;
}

.send-mail-btn::before,
.call-btn::before {
    content: "";
    width: 22px;
    height: 22px;
    transition: 0.3s;
}

.send-mail-btn:hover,
.call-btn:hover {
    border: 2px solid rgba(255, 255, 255, 0.15);
    color: var(--white);
    background-color: var(--orange);
}

.send-mail-btn:hover::before,
.call-btn:hover::before {
    filter: brightness(0) invert(1);
}

.send-mail-btn::before {
    background: url(../../images/icon-email.svg) center no-repeat;
}

.call-btn::before {
    background: url(../../images/icon-phone.svg) center no-repeat;
}

.clients-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media (min-width: 992px) {
    .clients-slider .swiper-scrollbar {
        display: none;
    }
}

.clients-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
    border-radius: 30px;
    padding: 40px 10px 30px;
    border: 2px solid rgba(33, 30, 27, 0.1);
    background-color: var(--white);
}

@media (max-width: 1360px) {
    .clients-card {
        padding: 20px 10px;
        gap: 20px;
    }
}

@media (max-width: 1280px) {
    .clients-card {
        border-radius: 24px;
    }
}

@media (max-width: 568px) {
    .clients-card {
        border-radius: 20px;
    }
}

.clients-card__cover {
    display: flex;
    justify-content: center;
}

.clients-card__cover img {
    display: block;
    max-width: 100%;
}

@media (max-width: 992px) {
    .clients-card__cover img {
        max-width: 70%;
    }
}

.clients-card__title {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: var(--black);
}

@media (max-width: 992px) {
    .clients-card__title {
        font-size: 14px;
    }
}

@media (max-width: 568px) {
    .clients-card__title {
        font-size: 12px;
    }
}

.clients-card:hover {
    background-color: var(--light-gray);
}

.ml55 {
    margin-left: 55px;
    margin-top: 20px;
}

.calculation-box {
    position: relative;
    height: 705px;
    padding: 70px;
    z-index: 1;
    background: url(../../images/calc-form-bg.jpg) center/cover no-repeat;
    border-radius: 40px;
}

@media (max-width: 1280px) {
    .calculation-box {
        border-radius: 30px;
        padding: 40px;
        height: auto;
    }
}

@media (max-width: 1280px) {
    .calculation-box {
        padding: 30px;
    }
}

@media (max-width: 568px) {
    .calculation-box {
        border-radius: 20px;
        padding: 30px 20px;
    }
}

.calculation-box .part {
    margin-bottom: 10px;
}

.calculation-box .part._white::before {
    background: var(--orange);
}

.feedback-box {
    width: 690px;
    margin-top: 89px;
}

@media (max-width: 1280px) {
    .feedback-box {
        width: 100%;
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .feedback-box {
        margin-top: 30px;
    }
}

.feedback-box .form-fields {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}

@media (max-width: 767px) {
    .feedback-box .form-fields {
        flex-wrap: wrap;
    }
}

.feedback-box .form-footer {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .feedback-box .form-footer {
        flex-wrap: wrap;
    }
}

.feedback-box .form-footer .button {
    width: 200px;
    white-space: nowrap;
}

.feedback-box .form-footer .button:hover {
    background-color: var(--blue);
}

@media (max-width: 767px) {
    .feedback-box .form-footer .button {
        width: 100%;
    }
}

.feedback-box .form-footer__note {
    display: flex;
    align-items: flex-start;
    width: 50%;
    margin: 0;
}

@media (max-width: 1280px) {
    .feedback-box .form-footer__note {
        width: auto;
    }
}

@media (max-width: 767px) {
    .feedback-box .form-footer__note {
        order: -1;
    }
}

.feedback-box .form-footer label {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 10px;
    margin-bottom: 0;
    margin-top: -5px;
}

@media (max-width: 1280px) {
    .feedback-box .form-footer label {
        font-size: 14px;
    }
}

.feedback-box .form-footer a {
    color: var(--white);
    text-decoration: underline;
}

.feedback-box .form-footer a:hover {
    color: var(--orange);
}

.feedback-box .label-field {
    width: 50%;
}

@media (max-width: 767px) {
    .feedback-box .label-field {
        width: 100%;
    }
}

.feedback-box .label-field:only-child {
    width: 100%;
}

.page-cover {
    display: flex;
    gap: 20px;
    position: relative;
}

.page-cover__info {
    display: flex;
    flex-direction: column;
    width: 50%;
    border-radius: 40px;
    padding: 70px 90px 70px 70px;
    background-color: var(--bg);
    border: 2px solid rgba(33, 30, 27, 0.05);
}

@media (max-width: 1280px) {
    .page-cover__info {
        position: relative;
        z-index: 1;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        border: none;
        color: var(--white);
        min-height: 600px;
        gap: 40px;
        padding: 30px;
    }
}

@media (max-width: 568px) {
    .page-cover__info {
        border-radius: 20px;
        padding: 20px;
    }
}

.page-cover__cover {
    width: 50%;
}

@media (max-width: 1280px) {
    .page-cover__cover {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: auto;
    }
}

.page-cover__cover img {
    display: block;
    border-radius: 40px;
    max-width: 100%;
}

@media (max-width: 1280px) {
    .page-cover__cover img {
        border-radius: 30px;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (max-width: 568px) {
    .page-cover__cover img {
        border-radius: 20px;
    }
}

.page-cover__intro {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 30px;
}

@media (max-width: 568px) {

    .page-cover__text,
    .page-cover__intro {
        text-align: left !important;
    }
}

.page-cover__intro p {
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    text-align: left !important;
}

.page-cover__intro p:last-child {
    margin: 0;
}

.page-cover__text {
    font-weight: 600;
    font-size: 26px;
    line-height: 115%;
}

.page-cover__text p {
    text-align: left !important;
}

.page-cover__control {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    flex: 1;
}

.info-box {
    display: flex;
    align-items: flex-end;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 660px;
    padding: 40px;
    border-radius: 40px;
}

@media (max-width: 1280px) {
    .info-box {
        border-radius: 30px;
        padding: 30px;
    }
}

@media (max-width: 568px) {
    .info-box {
        border-radius: 20px;
        padding: 20px;
    }
}

.info-box__wrap {
    width: 710px;
    border-radius: 30px;
    padding: 50px;
    background-color: var(--white);
    border: 2px solid rgba(33, 30, 27, 0.05);
}

@media (max-width: 1280px) {
    .info-box__wrap {
        padding: 20px;
        border-radius: 24px;
    }
}

@media (max-width: 568px) {
    .info-box__wrap {
        border-radius: 20px;
        padding: 16px;
    }
}

@media (max-width: 992px) {
    .info-box__wrap {
        width: 100%;
    }
}

.info-box__text {
    font-weight: 500;
}

.set-box {
    display: flex;
    gap: 20px;
}

@media (max-width: 992px) {
    .set-box {
        flex-direction: column;
    }
}

.set-box__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.set-box__cover {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 30px;
    padding: 30px;
    width: 365px;
    background: var(--orange);
    color: var(--white);
}

@media (max-width: 1280px) {
    .set-box__cover {
        padding: 24px;
        border-radius: 24px;
    }
}

@media (max-width: 992px) {
    .set-box__cover {
        width: 100%;
        gap: 40px;
    }
}

@media (max-width: 568px) {
    .set-box__cover {
        border-radius: 20px;
        padding: 20px;
    }
}

.set-item {
    border-radius: 30px;
    padding: 30px;
    background: var(--bg);
    border: 2px solid rgba(33, 30, 27, 0.05);
}

@media (max-width: 1280px) {
    .set-item {
        padding: 24px;
        border-radius: 24px;
    }
}

@media (max-width: 568px) {
    .set-item {
        border-radius: 20px;
        padding: 20px;
    }
}

.set-item__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 115%;
    color: var(--black);
    margin-bottom: 20px;
}

.set-item__descr {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: var(--black);
}

.set-cover-title {
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-weight: 600;
    font-size: 32px;
    line-height: 115%;
    color: var(--white);
}

.set-cover-title img {
    display: block;
    width: 45px;
    height: 45px;
}

.set-cover-info {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--white);
}

.informer {
    border-radius: 30px;
    padding: 30px;
    background: var(--bg);
    border: 2px solid rgba(33, 30, 27, 0.05);
    height: 100%;
}

@media (max-width: 1280px) {
    .informer {
        padding: 20px;
        border-radius: 24px;
    }
}

@media (max-width: 568px) {
    .informer {
        border-radius: 20px;
        padding: 16px;
    }
}

.informer__icon {
    margin-bottom: 50px;
}

.informer__icon img {
    display: block;
}

.informer__title {
    margin-bottom: 20px;
}

.informer__descr {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: var(--black);
}

.popup {
    border-radius: 30px;
    max-width: 640px;
    width: 100%;
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
    color: var(--white);
    font-family: var(--font-family);
}

@media (max-width: 1280px) {
    .popup {
        border-radius: 24px;
    }
}

@media (max-width: 568px) {
    .popup {
        padding: 24px;
    }
}

.popup._sending {
    text-align: center;
}

.popup-title {
    margin-bottom: 14px;
    color: var(--white);
}

@media (max-width: 568px) {
    .popup-title {
        font-size: 32px;
    }
}

.popup-note {
    font-size: 17px;
    line-height: 140%;
    color: var(--white);
}

@media (max-width: 568px) {
    .popup-note {
        font-size: 16px;
    }
}

.popup-form {
    margin-top: 30px;
}

.form-fields {
    display: flex;
    gap: 10px;
}

@media (max-width: 568px) {
    .form-fields {
        flex-wrap: wrap;
    }
}

.form-fields__item {
    width: calc(50% - 5px);
}

@media (max-width: 568px) {
    .form-fields__item {
        width: 100%;
    }
}

.form-fields__item._full {
    width: 100%;
}

.form-fields__controls {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 568px) {
    .form-fields__controls {
        flex-wrap: wrap;
    }
}

.form-fields__controls .confirm-field {
    font-size: 14px;
    margin-bottom: 0;
}

@media (max-width: 568px) {
    .form-fields__controls .confirm-field {
        font-size: 13px;
        order: -1;
        margin-top: 5px;
    }
}

@media (max-width: 568px) {
    .form-fields__controls .button {
        width: 100%;
    }
}

.form-fields._column {
    flex-wrap: wrap;
}

.form-fields .checkbox {
    color: var(--white);
    font-size: 16px;
}

.form-footer__note {
    margin-top: 20px;
}

.footer {
    background: var(--black);
    color: var(--white);
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.footer__wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 70px 0;
}

@media (max-width: 1280px) {
    .footer__wrap {
        padding: 40px 0;
    }
}

@media (max-width: 992px) {
    .footer__wrap {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 24px;
        padding-top: 120px;
        padding-bottom: 80px;
    }
}

.footer__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
    .footer__info {
        order: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
}

.footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 74px;
}

@media (max-width: 992px) {
    .footer__contacts {
        gap: 40px;
        order: -1;
        width: 100%;
    }
}

.footer .button:hover {
    color: var(--black);
    background: var(--white);
}

.footer-logo {
    margin-top: 30px;
}

@media (max-width: 1280px) {
    .footer-logo {
        margin-top: 10px;
    }
}

@media (max-width: 992px) {
    .footer-logo {
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
    }
}

.footer-logo img {
    display: block;
}

.footer-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (max-width: 992px) {
    .footer-info {
        font-size: 14px;
        font-weight: 300;
    }

    .footer-dev__title {
        font-weight: 300;
    }
}

.footer-policy a,
.footer-inn a {
    border-bottom: 1.3px solid rgba(255, 255, 255, 0.5);
}

.footer-policy a:hover,
.footer-inn a:hover {
    color: var(--white);
    border-color: var(--white);
}

.footer-dev {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .footer-dev {
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
    }
}

.footer-dev a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--gray-element);
}

@media (max-width: 992px) {
    .footer-dev a {
        font-size: 14px;
    }
}

.footer-dev a:hover {
    color: var(--white);
}

.footer-dev img {
    display: block;
}

.footer-nav {
    margin-top: 30px;
}

@media (max-width: 1280px) {
    .footer-nav {
        display: none;
    }
}

.footer-nav__title {
    position: relative;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: var(--orange);
    padding-left: 25px;
    margin-bottom: 30px;
}

.footer-nav__title::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: 5px;
    background-color: var(--orange);
    border-radius: 100%;
}

.footer-nav__item {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--white);
    margin-bottom: 15px;
}

.footer-nav__item:last-child {
    margin-bottom: 0;
}

.footer-nav__item:hover {
    color: var(--orange);
}

.footer-contacts {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 24px;
    padding: 30px 105px 30px 30px;
    background: rgba(255, 255, 255, 0.09);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 992px) {
    .footer-contacts {
        padding: 24px;
        border: 0;
    }
}

.footer-contacts__title {
    position: relative;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 992px) {
    .footer-contacts__title {
        justify-content: center;
    }
}

.footer-contacts__title::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--orange);
    border-radius: 100%;
    position: relative;
    top: -1px;
}

@media (max-width: 767px) {
    .footer-contacts {
        width: 100%;
    }
}

.footer-phone {
    display: block;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 26px;
    line-height: 115%;
    color: var(--white);
    margin-bottom: 8px;
}

.footer-phone:hover {
    color: var(--orange);
}

.footer-mail {
    display: block;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--white);
}

.footer-mail:hover {
    color: var(--orange);
}



.main-nav__item a.main-nav__link.active {
    color: var(--orange);
}

.section-inn {
    padding-bottom: 60px;
}

.awwer {
    color: var(--orange);
}


.header-links a.header-links__item._contact.active {
    color: var(--orange);
}

.footer-nav div.footer-nav__item a.active {
    color: var(--orange);
}

.error {
    border: 1px solid red !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;
    display: block;
}

.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: url(../../images/checkbox.svg) center no-repeat;
    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);
}


.header-links a.header-links__item._company.active {
    color: var(--orange);
}

.cont_block {
    margin-bottom: 50px;
}

.cont_block .page-cover__text {
    text-align: start !important;
    margin-bottom: 20px;
}

.cont_block iframe {
    border-radius: 40px;
}

@media (max-width: 1280px) {
    .cont_block iframe {
        border-radius: 30px;
    }
}

@media (max-width: 568px) {
    .cont_block iframe {
        border-radius: 20px;
    }

    .confirm-field .st {
        margin: 0;
        padding-left: 32px;
        position: relative;
        font-weight: 300;
    }
}

.desc_route {
    display: inline-flex;
}

.mob_route {
    display: none;
}

@media (max-width: 767px) {
    .desc_route {
        display: none;
    }

    .mob_route {
        display: inline-flex;
    }

    .cont_block {
        flex-wrap: wrap;
    }

    .cont_block .page-cover__cover {
        position: static;
        width: 100%;
        height: 460px;
    }

    .cont_block .page-cover__info {
        min-height: auto;
        background: none;
        padding: 0;
        border-radius: 0;
        gap: 0;
        color: var(--black);
    }

    .cont_block .cms_submit,
    .page-cover .button {
        width: 100%;
    }

    .cont_block .cms_submit._feedback,
    .cont_block .button._feedback {
        border: 1px solid var(--orange);
    }

    .page-cover__control {
        gap: 7px;
    }

    .page-cover__text {
        font-size: 19px;
    }
}


.header-lang {
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
    padding: 3px;
    height: 38px;
    background: var(--bg);
    border: 2px solid rgba(33, 30, 27, 0.1);
}

.header-lang__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--gray-text);
}

.header-lang__item.active {
    border-radius: 5px;
    color: var(--white);
    background: var(--orange);
}

.header-lang__item:hover:not(.active) {
    color: var(--orange);
}

@media (max-width: 1600px) {
    .header-lang__item {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .header__top .header__lang {
        display: none;
    }
}


.mobil_promo {
    display: none;
}

@media (max-width: 767px) {
    .mobil_promo {
        display: block !important;
    }

    .promo-box {
        display: none;
    }
}
/* Stylesheet: Стиль Modified On 2026-05-27 17:40:12 */
