:root {
    --main-bg-color: #fff;
    --primary-color: #000;
    --white: #fff;
    --blue: #4995ee;
    --black: #1d2023;
    --white-35: #6c6e70;
    --gray-light: #f8f8f8;
    --gray: #d2d2d3;
    --error: #e64646;
    --dark-blue: #135caf;
    --yellow-1c: #fc0;
    --red: #cf1830;
    --red-light: #ffc1c0;
    --yellow-light: #ffec9f;
    --brown: #4b0602;
    --body-font-size: 18px;
    --font-family: "Montserrat", sans-serif;
    --second-family: "Manrope", sans-serif;
}
.hidden { display: none; }
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.3s;
}

a:hover {
    text-decoration: none;
}

a,
a:active,
a:focus {
    outline: none;
}

b,
strong {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.main {
    position: relative;
}

.cbc {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

input::-moz-placeholder {
    opacity: 0.7;
}

input::placeholder {
    opacity: 0.7;
}

textarea::-moz-placeholder {
    opacity: 0.7;
}

textarea::placeholder {
    opacity: 0.7;
}

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: -15px;
}

@media (max-width: 1200px) {
    .row {
        margin: -15px -10px;
    }
}

@media (max-width: 767px) {
    .row {
        margin: -15px -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: 15px;
}

@media (max-width: 1200px) {

    .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: 15px 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: 15px 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: 800;
    line-height: 1;
    margin-bottom: 40px;
}

.title-h1 span,
.title-h2 span,
.title-h3 span {
    color: var(--black);
}

.title-h1 {
    font-size: 70px;
}

@media (max-width: 1600px) {
    .title-h1 {
        font-size: 60px;
    }
}

@media (max-width: 1200px) {
    .title-h1 {
        font-size: 54px;
    }
}

@media (max-width: 568px) {
    .title-h1 {
        font-size: 40px;
    }
}

.title-h2 {
    font-size: 60px;
    margin-bottom: 60px;
    color: #000;
}

@media (max-width: 1600px) {
    .title-h2 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .title-h2 {
        font-size: 34px;
        margin-bottom: 20px;
        line-height: 1.3;
    }
}

.title-h2:last-child {
    margin-bottom: 0;
}

.title-h3 {
    font-weight: 800;
    font-size: 36px;
}

@media (max-width: 1200px) {
    .title-h3 {
        font-size: 32px;
    }
}

@media (max-width: 992px) {
    .title-h3 {
        font-size: 26px;
    }
}

.cms_submit,
.button {
    cursor: pointer;
    transition: 0.5s;
    border: none;
    background: var(--red);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    height: 67px;
    border-radius: 40px;
    text-decoration: none;
    min-width: 160px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--white);
}

@media (max-width: 1200px) {

    .cms_submit,
    .button {
        height: 64px;
        padding: 0 20px;
    }
}

@media (max-width: 992px) {

    .cms_submit,
    .button {
        height: 52px;
        font-size: 12px;
    }
}

@media (max-width: 568px) {

    .cms_submit,
    .button {
        width: 100%;
    }
}

.cms_submit:hover,
.button:hover {
    color: var(--white);
    background-color: var(--black);
}

.cms_submit._sm,
.button._sm {
    height: 58px;
    font-size: 13px;
}

.cms_submit._yellow,
.button._yellow {
    color: var(--black);
    background-color: var(--yellow-1c);
}

.cms_submit._yellow:hover,
.button._yellow:hover {
    color: var(--white);
    background-color: var(--black);
}

.cms_submit._white,
.button._white {
    color: var(--red);
    background-color: var(--white);
}

.cms_submit._white:hover,
.button._white:hover {
    color: var(--white);
    background-color: var(--black);
}

.typography {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.typography p {
    font-size: 16px;
    line-height: 147%;
    color: var(--black);
    margin: 0 0 20px;
}

.typography p:last-child {
    margin-bottom: 0;
}

.typography ul {
    margin-bottom: 20px;
    padding-left: 10px;
}

.typography ul li {
    font-size: 16px;
    line-height: 1.5;
    color: var(--black);
    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: 12px;
    width: 4px;
    height: 4px;
    background-color: var(--black);
    border-radius: 50%;
}

.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: 1.5;
    color: var(--black);
    padding-left: 25px;
    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 h2 {
    font-size: 32px;
    font-weight: 500;
    margin: 40px 0 20px;
}

.typography h2:first-child {
    margin-top: 0;
}

.typography h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 127%;
    margin: 40px 0 20px;
}

.typography h3:first-child {
    margin-top: 0;
}

.typography a {
    color: var(--white);
}

.typography a:hover {
    text-decoration: underline;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 14px;
    line-height: 115%;
    color: var(--white-35);
}

@media (max-width: 568px) {
    .breadcrumb {
        flex-wrap: nowrap;
        overflow: auto;
        margin: 0 -15px 40px;
        padding: 0 15px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        font-size: 13px;
    }

    .breadcrumb::-webkit-scrollbar {
        display: none;
    }
}

.breadcrumb a {
    white-space: nowrap;
}

.breadcrumb a:hover {
    color: var(--red);
}

.breadcrumb a::before {
    content: "/";
    margin: 0 10px;
}

.breadcrumb a:first-child::before {
    display: none;
}

.breadcrumb span {
    white-space: nowrap;
    color: var(--red);
}

.breadcrumb span::before {
    content: "/";
    margin: 0 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);
}

.tabs__header {
    display: flex;
    align-items: center;
    gap: 20px;
}

.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;
}

.forms .row {
    margin: -5px;
}

.forms .row>* {
    padding: 5px;
}

.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(--white);
}

.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;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

@media (max-width: 568px) {
    .forms__footer {
        flex-direction: column;
        gap: 20px;
    }
}

.forms__footer .button {
    min-width: 240px;
}

.forms__note {
    font-weight: 500;
    font-size: 14px;
    line-height: 115%;
    color: var(--white-35);
}

.forms__note a {
    text-decoration: underline;
    color: var(--red);
}

.forms__note a:hover {
    text-decoration: none;
}

.forms .checkbox {
    font-weight: 300;
    font-size: 12px;
}

.forms .checkbox sup {
    margin-right: 10px;
}

.forms textarea,
.forms input[type=text],
.forms input[type=password],
.forms input[type=email],
.forms input[type=tel] {
    width: 100%;
    height: 67px;
    padding: 0 30px;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    border-radius: 34px;
}

.forms textarea.active,
.forms textarea:focus,
.forms input[type=text].active,
.forms input[type=text]:focus,
.forms input[type=password].active,
.forms input[type=password]:focus,
.forms input[type=email].active,
.forms input[type=email]:focus,
.forms input[type=tel].active,
.forms input[type=tel]:focus {
    background: var(--white);
}

.forms textarea {
    padding: 20px;
    resize: none;
    height: 260px;
    border-radius: 34px;
}

@media (max-width: 568px) {
    .forms textarea {
        height: 200px;
    }
}

.forms .jq-selectbox {
    width: 100%;
}

.forms._white textarea,
.forms._white input[type=text],
.forms._white input[type=password],
.forms._white input[type=email],
.forms._white input[type=tel] {
    border: none;
}

.forms .label-field {
    position: relative;
    min-height: 67px;
    border-radius: 34px;
    background: #fff;
}

.forms .label-field.active {
    background: var(--white);
}

.forms .label-field label {
    position: absolute;
    left: 30px;
    top: 1px;
    right: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 65px;
    color: var(--second-family);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index:1;
}

.forms .label-field label span {
    color: var(--red);
}

.forms .label-field input {
    position: absolute;
    bottom: 8px;
    left: 20px;
    right: 20px;
    padding: 0;
    height: 50px;
    z-index: 1;
    background-color: transparent;
    width: auto;
    border-radius: 0;
}

.forms .label-field input:focus {
    background: transparent;
}

.forms .label-field textarea {
    width: calc(100% - 15px) !important;
    height: 95px;
    margin: 40px 15px 20px 0;
    z-index: 1;
    background-color: transparent;
    width: auto;
    border-radius: 0;
    padding: 0 30px;
}

.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._show label,
.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: 11px;
    left: 30px;
    right: auto;
    font-size: 14px;
    line-height: 115%;
    color: var(--white-35);
    z-index: 99;
}

.forms .label-field._show label {
    display: block;
}

/* support class style */
.text-center {
    text-align: center;
}

.full-bg {
    margin-left: calc((100vw - 1680px) / -2);
    margin-right: calc((100vw - 1680px) / -2);
    padding-left: calc((100vw - 1680px) / 2);
    padding-right: calc((100vw - 1680px) / 2);
}

@media (max-width: 1680px) {
    .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: 568px) {
    .full-bg {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.full-width {
    margin-left: calc((100vw - 1600px) / -2);
    margin-right: calc((100vw - 1600px) / -2);
}

@media (max-width: 1200px) {
    .full-width {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (max-width: 568px) {
    .full-width {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.dark-bg {
    background: var(--black);
    color: var(--white);
}

.mob-show {
    display: none;
}

@media (max-width: 568px) {
    .mob-show {
        display: block;
    }
}

@media (max-width: 568px) {
    .mob-hide {
        display: none !important;
    }
}

.animated,
.anmtli {
    opacity: 0;
}

.row+.row {
    margin-top: 60px;
}

.cbc {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100%;
}

body.open-nav {
    overflow: hidden;
}

body.open-nav .cbc {
    overflow: hidden;
}

@media (max-width: 992px) {
    body.open-nav .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }

    body.open-nav .header__top {
        z-index: 999;
    }

    body.open-nav .header__action {
        z-index: 999;
    }
}

body.open-nav .header__wrap::before {
    display: block;
}

.container {
    margin: 0 auto;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1760px;
    width: 100%;
}

@media (max-width: 1200px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 568px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.section {
    padding: 75px 0;
}

@media (max-width: 1730px) {
    .section {
        padding: 50px 0;
    }
}

@media (max-width: 1200px) {
    .section {
        padding: 40px 0;
    }
}

@media (max-width: 1200px) {
    .section {
        padding: 30px 0;
    }
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .section-header {
        margin-bottom: 30px;
    }
}

.section-header .title-h2 {
    margin: 0;
}

.section-header .link-decor {
    margin-left: 40px;
}

.section-footer {
    margin-top: 60px;
}

@media (max-width: 767px) {
    .section-footer {
        margin-top: 30px;
    }
}

.header {
    padding: 20px 0;
    position: /*relative*/ fixed;
    width: 100%;
    z-index: 999;
    background: var(--gray-light);
}

.header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 55px;
}

@media (max-width: 1730px) {
    .header__wrap {
        gap: 40px;
    }
}

@media (max-width: 1470px) {
    .header__wrap {
        position: relative;
        padding-bottom: 80px;
    }
}

@media (max-width: 992px) {
    .header__wrap {
        padding-bottom: 0;
    }
}

@media (max-width: 568px) {
    .header__wrap {
        gap: 30px;
    }
}

@media (max-width: 992px) {
    .header__wrap::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        height: 95px;
        background: var(--bg);
        display: none;
    }
}

.header__left {
    display: flex;
    align-items: center;
}

@media (max-width: 1730px) {
    .header__left {
        flex: 1;
    }
}

.header__right {
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {
    .header__logo {
        flex: 1;
        position: relative;
        z-index: 10;
    }
}

.header__logo a {
    display: block;
}

.header__logo img {
    display: block;
}

@media (max-width: 568px) {
    .header__logo img {
        max-width: 100%;
    }
}

.header__nav {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 13px;
}

@media (max-width: 1470px) {
    .header__nav {
        position: absolute;
        left: 40px;
        right: 40px;
        bottom: 0;
    }
}

@media (max-width: 1200px) {
    .header__nav {
        left: 20px;
        right: 20px;
    }
}

@media (max-width: 992px) {
    .header__nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bg);
        z-index: -1;
        padding: 100px 20px 60px 20px;
        overflow: auto;
        background: var(--yellow-1c);
    }
}

.header__contacts {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 1730px) {
    .header__contacts {
        gap: 15px;
    }
}

@media (max-width: 992px) {
    .header__contacts {
        margin-right: 20px;
    }
}

@media (max-width: 1730px) {
    .header__contacts .button {
        padding: 0 20px;
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .header__phone {
        position: relative;
        z-index: 10;
    }
}

.header__sepor {
    width: 1px;
    height: 58px;
    margin: 0 20px;
    background: #d9d9d9;
}

@media (max-width: 1730px) {
    .header__sepor {
        margin: 0 15px;
    }
}

@media (max-width: 992px) {
    .header__sepor {
        display: none;
    }
}

@media (max-width: 992px) {
    .header__user {
        display: none;
    }
}

.header__burger {
    display: none;
}

@media (max-width: 992px) {
    .header__burger {
        display: block;
        position: relative;
        z-index: 10;
    }
}

.main-page .header {
    background: var(--white);
    margin-bottom: 60px;
}

@media (max-width: 1600px) {
    .main-page .header {
        margin-bottom: 40px;
    }
}

@media (max-width: 992px) {
    .main-page .header {
        margin-bottom: 20px;
    }
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

@media (max-width: 1730px) {
    .main-nav {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 1470px) {
    .main-nav {
        padding: 0 20px;
        border-radius: 40px;
        border: 1px solid var(--black);
    }
}

@media (max-width: 992px) {
    .main-nav {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        margin-bottom: 0;
        border: none;
    }
}

@media (max-width: 1470px) {
    .main-nav__item {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .main-nav__item {
        width: auto;
    }
}

.main-nav__link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 115%;
    color: var(--black);
    padding: 8px 10px;
    white-space: nowrap;
}

@media (max-width: 1730px) {
    .main-nav__link {
        padding: 8px 5px;
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .main-nav__link {
        justify-content: flex-start;
        padding: 8px 0;
    }
}

.main-nav__link.active,
.main-nav__link:hover {
    color: var(--red);
}

.main-nav__link span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    padding: 5px;
    width: 28px;
    height: 28px;
    background: var(--red);
    color: var(--white);
    margin-left: 5px;
}

@media (max-width: 992px) {
    .main-nav__link {
        font-size: 18px;
    }
}

.user-nav {
    display: flex;
    gap: 20px;
}

@media (max-width: 992px) {
    .user-nav {
        flex-direction: column;
        position: relative;
        padding-top: 25px;
        margin-top: 20px;
    }

    .user-nav::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 180px;
        height: 1px;
        background: var(--black);
    }
}

.user-nav__link {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 26px;
    font-weight: 600;
    font-size: 16px;
}

@media (max-width: 1200px) {
    .user-nav__link {
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    .user-nav__link {
        font-size: 16px;
    }
}

.user-nav__link:hover {
    color: var(--red);
}

.user-nav__link::before {
    width: 26px;
    height: 26px;
    background-position: center;
    background-repeat: no-repeat;
}

.user-nav__link._office::before {
    content: "";
    background-image: url(../../images/icon-user.svg);
}

.user-nav__link._pay::before {
    content: "";
    background-image: url(../../images/icon-pay.svg);
}

.header-phone {
    font-weight: 600;
    font-size: 18px;
    line-height: 115%;
    text-transform: uppercase;
    white-space: nowrap;
}

@media (max-width: 1600px) {
    .header-phone {
        width: auto;
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .header-phone {
        display: block;
        font-size: 0;
        text-indent: -1000px;
        width: 32px;
        height: 32px;
        background: url(../../images/icon-phone.svg) center no-repeat;
        background-size: contain;
    }
}

.header-phone:hover {
    color: var(--red);
}

@media (max-width: 568px) {
    .header-button {
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 30px;
        width: auto;
    }
}

.header-soc {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-soc__link {
    display: block;
}

.header-soc__link img {
    display: block;
    filter: brightness(0);
    opacity: 0.3;
    transition: 0.3s;
}

.header-soc__link:hover img {
    filter: none;
    opacity: 1;
}

.page-content {
    flex: 1;
}

.promo-box {
    margin-bottom: 75px;
    margin-top: 115px;
}

@media (max-width: 1200px) {
    .promo-box {
        margin-bottom: 50px;
    }
}

@media (max-width: 568px) {
    .promo-box {
        margin-bottom: 40px;
    }
}

.promo-box__cover {
    margin-left: calc((100vw - 1600px) / -2);
    margin-right: calc((100vw - 1600px) / -2);
    height: 560px;
    position: relative;
}

@media (max-width: 1680px) {
    .promo-box__cover {
        margin-left: -40px;
        margin-right: -40px;
    }
}

@media (max-width: 1200px) {
    .promo-box__cover {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (max-width: 568px) {
    .promo-box__cover {
        height: 400px;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.promo-box__cover img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.promo-box__cover .play-button {
    position: absolute;
    left: calc((100vw - 1600px) / 2);
    bottom: 70px;
}

@media (max-width: 1200px) {
    .promo-box__cover .play-button {
        left: 20px;
    }
}

@media (max-width: 568px) {
    .promo-box__cover .play-button {
        left: 15px;
    }
}

.promo-box__cover._inner {
    height: 550px;
}

@media (max-width: 992px) {
    .promo-box__cover._inner {
        height: 400px;
    }
}

@media (max-width: 568px) {
    .promo-box__cover._inner {
        height: 320px;
    }
}

.promo-box__top {
    margin-bottom: 40px;
    position: relative;
    padding-right: 240px;
}

@media (max-width: 1200px) {
    .promo-box__top {
        padding-right: 0;
    }
}

.promo-box__subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 115%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.promo-box__title {
    margin-bottom: 0;
    max-width: 1120px;
}

.promo-box__more {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 1200px) {
    .promo-box__more {
        position: static;
        margin-top: 30px;
    }
}

.play-button {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.play-button:hover {
    color: var(--red);
}

.play-button::before {
    content: "";
    width: 45px;
    height: 45px;
    background: url(../../images/icon-play.svg) center no-repeat;
}

@media (max-width: 568px) {
    .play-button::before {
        width: 45px;
        height: 45px;
    }
}

.link-decor {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.link-decor::after {
    content: "";
    display: block;
    border: 1px solid var(--stroke);
    border-radius: 5px;
    width: 50px;
    height: 50px;
    background: url(../../images/arrow-link.svg) center no-repeat;
}

@media (max-width: 767px) {
    .link-decor::after {
        width: 36px;
        height: 36px;
        background-size: cover;
    }
}

.link-decor:hover {
    color: var(--red);
}

.link-full-decor {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    background: var(--yellow-1c);
    padding: 0 5px 0 20px;
    border-radius: 40px;
}

.link-full-decor::after {
    content: "";
    display: block;
    border: 1px solid var(--stroke);
    border-radius: 5px;
    width: 50px;
    height: 50px;
    background: url(../../images/arrow-link.svg) center no-repeat;
}

.link-full-decor:hover {
    color: var(--red);
}

.motivation-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 60px 80px;
    background: var(--red);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    color: var(--white);
}

@media (max-width: 1730px) {
    .motivation-box {
        padding: 60px 40px;
    }
}

@media (max-width: 767px) {
    .motivation-box {
        padding: 30px 20px;
    }
}

.motivation-box__decor {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .motivation-box__decor {
        top: auto;
    }
}

.motivation-box__decor img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1730px) {
    .motivation-box__decor img {
        width: 700px;
        -o-object-position: center right;
        object-position: center right;
    }
}

@media (max-width: 992px) {
    .motivation-box__decor img {
        opacity: 0.7;
    }
}

.motivation-box__wrap {
    width: 50%;
}

@media (max-width: 1730px) {
    .motivation-box__wrap {
        position: relative;
    }
}

@media (max-width: 767px) {
    .motivation-box__wrap {
        width: auto;
    }
}

.motivation-box__title {
    font-family: var(--second-family);
    font-weight: 800;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .motivation-box__title {
        font-size: 36px;
    }
}

.motivation-box__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
}

.motivation-box__button {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .motivation-box__button {
        margin-top: 100px;
    }
}

.advantages {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

@media (max-width: 568px) {
    .advantages {
        flex-wrap: nowrap;
        overflow: auto;
        margin: 0 -20px;
        padding: 0 10px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .advantages::-webkit-scrollbar {
        display: none;
    }
}

.advantages__item {
    width: 20%;
    padding: 5px;
}

@media (max-width: 1200px) {
    .advantages__item {
        width: 50%;
    }
}

@media (max-width: 568px) {
    .advantages__item {
        width: 85vw;
        min-width: 85vw;
        padding: 0 10px;
    }
}

.advantage-card {
    border-radius: 20px;
    padding: 30px;
    background: #f8f8f8;
    height: 100%;
}

.advantage-card__icon {
    margin-bottom: 30px;
}

.advantage-card__icon img {
    display: block;
}

.advantage-card__title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 115%;
}

.advantage-card__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: var(--white-35);
}

.reviews {
    display: flex;
    margin: 0 -15px;
}

@media (max-width: 1200px) {
    .reviews {
        overflow: auto;
        margin: 0 -20px;
        padding: 0 10px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .reviews::-webkit-scrollbar {
        display: none;
    }
}

.reviews__item {
    width: 33.33%;
    padding: 0 15px;
}

@media (max-width: 1200px) {
    .reviews__item {
        width: 45vw;
        min-width: 45vw;
        padding: 0 10px;
    }
}

@media (max-width: 992px) {
    .reviews__item {
        width: 60vw;
        min-width: 60vw;
    }
}

@media (max-width: 568px) {
    .reviews__item {
        width: 85vw;
        min-width: 85vw;
    }
}

.review-card {
    border-radius: 20px;
    padding: 35px;
    height: 100%;
    background: var(--gray-light);
}

@media (max-width: 1200px) {
    .review-card {
        padding: 25px;
    }
}

@media (max-width: 568px) {
    .review-card {
        padding: 17px;
    }
}

.review-card__wrap {
    min-height: 290px;
    margin-bottom: 30px;
}

@media (max-width: 568px) {
    .review-card__wrap {
        margin-bottom: 20px;
    }
}

.review-card__header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

@media (max-width: 568px) {
    .review-card__header {
        gap: 10px;
        margin-bottom: 20px;
    }
}

.review-card__header:last-child {
    margin-bottom: 0;
}

.review-card__avatar img {
    display: block;
}

.review-card__date {
    font-weight: 500;
    font-size: 14px;
    line-height: 115%;
    color: var(--red);
    margin-bottom: 5px;
}

@media (max-width: 568px) {
    .review-card__date {
        font-size: 12px;
    }
}

.review-card__name {
    font-weight: 600;
    font-size: 24px;
    line-height: 115%;
}

@media (max-width: 568px) {
    .review-card__name {
        font-size: 16px;
    }
}

.review-card__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 115%;
    color: var(--red);
    margin-bottom: 15px;
    min-height: 52px;
}

@media (max-width: 568px) {
    .review-card__title {
        font-size: 18px;
        min-height: 42px;
    }
}

.review-card__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: var(--white-35);
}

@media (max-width: 568px) {
    .review-card__text {
        font-size: 15px;
    }
}

.review-card__tags {
    /*display: flex;*/
    display: none;
    flex-wrap: wrap;
    gap: 10px;
}

.tag {
    display: inline-flex;
    align-items: center;
    border-radius: 20px;
    padding: 0 22px;
    height: 40px;
    background: var(--gray-light);
    font-weight: 500;
    font-size: 14px;
    line-height: 115%;
    text-transform: uppercase;
    color: var(--white-35);
}

@media (max-width: 1200px) {
    .tag {
        padding: 0 15px;
        font-size: 12px;
        height: 34px;
    }
}

@media (max-width: 568px) {
    .tag {
        padding: 0 10px;
        font-size: 10px;
        height: 32px;
    }
}

.tag._white {
    background: var(--white);
}

.fact-card-list {
    position: relative;
    display: flex;
}

.fact-card-list::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: #d2d2d3;
}

@media (max-width: 992px) {
    .fact-card-list {
        display: flex;
        overflow: auto;
        margin: 0 -20px;
        padding: 0 10px;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .fact-card-list::-webkit-scrollbar {
        display: none;
    }
}

.fact-card-list__item {
    width: 33.33%;
}

@media (max-width: 992px) {
    .fact-card-list__item {
        width: 40vw;
        min-width: 40vw;
        padding: 0 10px;
    }
}

@media (max-width: 568px) {
    .fact-card-list__item {
        width: 85vw;
        min-width: 85vw;
    }
}

.fact-card {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 35px;
    position: relative;
}

@media (max-width: 992px) {
    .fact-card {
        gap: 20px;
        padding-top: 0;
    }
}

.fact-card::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 164px;
    height: 1px;
    background: var(--red);
}

.fact-card__value {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: var(--red);
}

@media (max-width: 992px) {
    .fact-card__value {
        font-size: 16px;
    }
}

.fact-card__value strong {
    font-weight: 800;
    font-size: 70px;
    line-height: 1;
}

@media (max-width: 1200px) {
    .fact-card__value strong {
        display: block;
    }
}

@media (max-width: 992px) {
    .fact-card__value strong {
        font-size: 60px;
    }
}

.fact-card__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    max-width: 370px;
}

@media (max-width: 992px) {
    .fact-card__title {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .fact-card__title {
        max-width: 100%;
    }
}

.fact-card__thumb img {
    display: block;
    border-radius: 20px;
}

@media (max-width: 992px) {
    .fact-card__thumb img {
        width: 100%;
    }
}

.about-box {
    margin-bottom: 60px;
}

.about-box__title {
    margin-bottom: 10px;
}

.about-box__text-1 {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
}

.about-box__text-2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 115%;
    color: var(--red);
}

@media (max-width: 992px) {
    .about-box__text-2 {
        font-size: 20px;
    }
}

.calc-form {
    border-radius: 20px;
    position: relative;
    height: 690px;
    background: var(--yellow-1c);
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 1730px) {
    .calc-form {
        height: auto;
    }
}

.calc-form__wrap {
    width: 50%;
    padding: 80px 30px 80px 80px;
}

@media (max-width: 1730px) {
    .calc-form__wrap {
        padding: 60px 0 60px 60px;
    }
}

@media (max-width: 1200px) {
    .calc-form__wrap {
        width: 100%;
        padding: 30px;
    }
}

@media (max-width: 568px) {
    .calc-form__wrap {
        padding: 20px;
    }
}

.calc-form__decor {
    position: absolute;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

@media (max-width: 1730px) {
    .calc-form__decor {
        width: 720px;
    }
}

@media (max-width: 1200px) {
    .calc-form__decor {
        width: 420px;
    }
}

.calc-form__header {
    margin-bottom: 45px;
}

.calc-form__title {
    margin-bottom: 20px;
}

.calc-form__subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: var(--white-35);
}

.calc-form._right {
    height: auto;
}

.calc-form._right .calc-form__wrap {
    width: auto;
    display: flex;
    gap: 45px;
}

@media (max-width: 992px) {
    .calc-form._right .calc-form__wrap {
        display: block;
        padding-bottom: 200px;
    }
}

.calc-form._right .calc-form__wrap>* {
    width: 50%;
}

@media (max-width: 992px) {
    .calc-form._right .calc-form__wrap>* {
        width: 100%;
    }
}

.calc-form._right .calc-form__decor {
    left: 0;
    right: auto;
}

.service-card-list {
    margin-bottom: -35px;
}

.service-card {
    position: relative;
    border-top: 1px solid var(--gray);
}

.service-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    height: 1px;
    width: 67px;
    background: var(--red);
}

.service-card__header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 100px;
    cursor: pointer;
}

@media (max-width: 992px) {
    .service-card__header {
        padding: 25px 70px 25px 60px;
    }
}

.service-card__header::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    border: 1px solid var(--stroke);
    border-radius: 5px;
    width: 50px;
    height: 50px;
    background: url(../../images/arrow-link.svg) center no-repeat;
    transition: 0.3s;
}

.service-card__header.open::after {
    transform: translate(0, -50%) rotate(90deg);
}

.service-card__header.open .service-card__tags {
    opacity: 0;
}

.service-card__num {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    font-weight: 400;
    font-size: 50px;
    line-height: 115%;
    text-transform: uppercase;
    color: var(--red);
}

@media (max-width: 1200px) {
    .service-card__num {
        font-size: 40px;
    }
}

.service-card__title {
    display: flex;
    margin-bottom: 0;
    min-height: 50px;
    align-items: center;
    max-width: 720px;
}

.service-card__wrap {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 35px;
}

@media (max-width: 1200px) {
    .service-card__wrap {
        padding: 0 0 35px;
    }
}

.service-card__body {
    display: none;
}

.service-card__text {
    display: flex;
    flex-direction: column;
}

.service-card__text .service-card__tags {
    flex: 1;
}

@media (max-width: 1200px) {
    .service-card__cover {
        display: none;
    }
}

.service-card__cover img {
    display: block;
    border-radius: 20px;
}

.service-card__logo {
    margin-bottom: 35px;
}

@media (max-width: 1200px) {
    .service-card__logo {
        margin-bottom: 20px;
    }
}

.service-card__logo img {
    display: block;
}

.service-card__descr {
    max-width: 510px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
}

@media (max-width: 1200px) {
    .service-card__descr {
        max-width: 100%;
        font-size: 16px;
    }
}

.service-card__more {
    margin-top: 35px;
}

@media (max-width: 1200px) {
    .service-card__more {
        margin-top: 20px;
    }
}

.service-card__tags {
    /*display: flex;*/
    display: none;
    flex-wrap: wrap;
    gap: 10px;
    transition: 0.3s;
}

@media (max-width: 1200px) {
    .service-card__tags {
        display: none;
        margin-bottom: 30px;
    }
}

.service-card.open::before {
    width: 100%;
}

.page-header {
    background: var(--gray-light);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* min-height: 487px; */
    padding-top: 30px;
    padding-bottom: 40px;
    position: relative;
margin-top: 75px;
}

@media (max-width: 568px) {
    .page-header {
        padding-top: 10px;
    }
}

.page-header__wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 1070px;
}

.page-header__title {
    margin: 0;
}

.page-header__info {
    display: flex;
    align-items: center;
    gap: 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: var(--white-35);
}

@media (max-width: 568px) {
    .page-header__info {
        flex-direction: column;
        align-items: flex-start;
    }
}

.page-header__info strong {
    font-weight: 800;
    font-size: 40px;
    line-height: 100%;
    color: var(--red);
}

.page-header__price {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.page-header__intro {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: var(--white-35);
    margin-top: 50px;
    margin-bottom: 50px;
}

.page-header__intro p {
    font-size: 18px;
    line-height: 150%;
    margin: 0 0 20px;
}

.page-header__intro p:last-child {
    margin-bottom: 0;
}

.page-header__cover {
    position: absolute;
    right: calc((100vw - 1680px) / 2);
    bottom: 0;
}

.page-header__cover img {
    display: block;
}

.steps {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 70px;
    background: var(--gray-light);
    border-radius: 20px;
    padding: 25px 50px 50px 50px;
}

@media (max-width: 1600px) {
    .steps {
        padding: 5px 30px 30px 30px;
        gap: 40px;
    }
}

@media (max-width: 992px) {
    .steps {
        padding: 5px 30px 30px 30px;
        gap: 20px 40px;
    }
}

@media (max-width: 568px) {
    .steps {
        flex-wrap: nowrap;
        overflow: auto;
        margin: 0 -15px;
        padding: 0 10px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        background: none;
        gap: 15px;
    }

    .steps::-webkit-scrollbar {
        display: none;
    }
}

.steps .step-card {
    width: 25%;
    flex: 1 1 calc(25% - 70px);
}

@media (max-width: 1600px) {
    .steps .step-card {
        flex-basis: calc(25% - 40px);
    }
}

@media (max-width: 1200px) {
    .steps .step-card {
        flex-basis: calc(33.3333333333% - 40px);
    }
}

@media (max-width: 992px) {
    .steps .step-card {
        flex-basis: calc(50% - 40px);
    }
}

@media (max-width: 568px) {
    .steps .step-card {
        flex: 1;
        width: 85vw;
        min-width: 85vw;
    }
}

.step-card {
    border-radius: 20px;
    padding: 25px 0;
}

@media (max-width: 568px) {
    .step-card {
        background: var(--gray-light);
        padding: 25px;
    }
}

.step-card__num {
    font-weight: 500;
    font-size: 32px;
    line-height: 115%;
    color: var(--red);
    margin-bottom: 32px;
}

.step-card__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 115%;
    min-height: 52px;
    margin-bottom: 13px;
}

.step-card__descr {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: var(--white-35);
}

@media (max-width: 1600px) {
    .step-card__descr {
        font-size: 16px;
    }
}

.step-card._selected {
    color: var(--white);
    background: var(--red);
    padding: 25px;
}

.step-card._selected .step-card__num {
    color: var(--white);
}

.step-card._selected .step-card__descr {
    color: var(--white);
}

.members {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

@media (max-width: 568px) {
    .members {
        margin: -10px -7.5px;
    }
}

.members__item {
    width: 16.6666666667%;
    padding: 15px;
}

@media (max-width: 1200px) {
    .members__item {
        width: 33.3333333333%;
    }
}

@media (max-width: 568px) {
    .members__item {
        width: 50%;
        padding: 10px 7.5px;
    }
}

.members__item:first-child {
    /* width: 33.3333333333%; */
}

@media (max-width: 1200px) {
    .members__item:first-child {
        width: 33.3333333333%;
    }
}

@media (max-width: 568px) {
    .members__item:first-child {
        width: 100%;
    }
}

.member-card__photo {
    margin-bottom: 20px;
}

@media (max-width: 568px) {
    .member-card__photo {
        margin-bottom: 10px;
    }
}

.member-card__photo img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

@media (max-width: 1200px) {
    .member-card__photo img {
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
        object-position: top center;
    }
}

.member-card__name {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 5px;
}

@media (max-width: 568px) {
    .member-card__name {
        font-size: 18px;
    }
}

.member-card__post {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: var(--red);
}

@media (max-width: 568px) {
    .member-card__post {
        font-size: 14px;
    }
}

@media (max-width: 568px) {
    .member-card._main .member-card__photo {
        margin-bottom: 15px;
    }

    .member-card._main .member-card__photo img {
        height: 400px;
    }

    .member-card._main .member-card__name {
        font-size: 24px;
    }

    .member-card._main .member-card__post {
        font-size: 18px;
    }
}

.tarifs {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

@media (max-width: 1200px) {
    .tarifs {
        overflow: auto;
        margin: 0 -20px;
        padding: 0 10px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .tarifs::-webkit-scrollbar {
        display: none;
    }
}

.tarifs__item {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 35px;
}

@media (max-width: 1200px) {
    .tarifs__item {
        width: 45vw;
        min-width: 45vw;
        padding: 0 10px;
    }
}

@media (max-width: 992px) {
    .tarifs__item {
        width: 60vw;
        min-width: 60vw;
    }
}

@media (max-width: 568px) {
    .tarifs__item {
        width: 100vw;
        min-width: 85vw;
    }
}

.tarif-card {
    border-radius: 20px;
    padding: 35px;
    height: 100%;
    background: var(--gray-light);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 1200px) {
    .tarif-card {
        padding: 25px;
    }
}

@media (max-width: 568px) {
    .tarif-card {
        padding: 17px;
        gap: 20px;
    }
}

.tarif-card__label {
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-flex;
    align-items: center;
    border-radius: 58px;
    padding: 0 22px;
    height: 40px;
    color: var(--white);
    background: var(--red);
}

.tarif-card__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 115%;
    color: #252e4a;
}

@media (max-width: 568px) {
    .tarif-card__title {
        font-size: 22px;
    }
}

.tarif-card__params {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tarif-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    padding: 25px;
    background: var(--white);
}

@media (max-width: 568px) {
    .tarif-card__footer {
        flex-wrap: wrap;
        gap: 15px;
        padding: 15px;
    }
}

@media (max-width: 568px) {
    .tarif-card__controls {
        width: 100%;
    }
}

.tarif-card__controls .button {
    width: auto;
}

@media (max-width: 568px) {
    .tarif-card__controls .button {
        width: 100%;
    }
}

.tarif-card__price {
    font-weight: 600;
    font-size: 24px;
    line-height: 115%;
    color: var(--red);
}

@media (max-width: 568px) {
    .tarif-card__price {
        display: flex;
        align-items: baseline;
        gap: 15px;
    }
}

.tarif-card__price strike {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 115%;
    text-decoration: line-through;
    color: var(--white-35);
    margin-top: 5px;
}

.tarif-card._selected {
    color: var(--white);
    background: var(--red);
}

.tarif-card._selected .tarif-card__title {
    color: var(--white);
}

.tarif-card._selected .tarif-card__params {
    color: var(--white);
}

.tarif-card._selected .tarif-card__label {
    color: var(--red);
    background: var(--gray-light);
}

.tarif-card._selected .tarif-param::before {
    filter: brightness(0) invert(1);
}

.tarif-param {
    position: relative;
    padding-left: 26px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
}

@media (max-width: 568px) {
    .tarif-param {
        font-size: 15px;
    }
}

@media (max-width: 390px) {
    .tarif-param {
        font-size: 14px;
    }
}

.tarif-param::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background: url(../../images/icon-star.svg) center no-repeat;
}

.tarif-param._disable {
    color: var(--white-35);
    opacity: 0.3;
}

.tarif-param._disable::before {
    filter: brightness(0) invert(0.7);
}

.service-card-sm {
    display: flex;
    gap: 60px;
}

@media (max-width: 1600px) {
    .service-card-sm {
        gap: 40px;
    }
}

@media (max-width: 1200px) {
    .service-card-sm {
        gap: 20px;
    }
}

@media (max-width: 568px) {
    .service-card-sm {
        flex-direction: column;
        padding-bottom: 10px;
    }
}

.service-card-sm__thumb img {
    border-radius: 20px;
    width: 255px;
    height: 255px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 568px) {
    .service-card-sm__thumb img {
        width: 100%;
        height: 160px;
    }
}

.service-card-sm__wrap {
    flex: 1;
    position: relative;
    padding-bottom: 80px;
}

@media (max-width: 568px) {
    .service-card-sm__wrap {
        padding: 0;
    }
}

.service-card-sm__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: var(--black);
    margin-bottom: 15px;
}

@media (max-width: 568px) {
    .service-card-sm__title {
        font-size: 20px;
    }
}

.service-card-sm__title span {
    font-weight: 600;
    line-height: 115%;
    text-transform: uppercase;
    color: var(--red);
}

.service-card-sm__descr {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: var(--white-35);
}

@media (max-width: 568px) {
    .service-card-sm__descr {
        font-size: 16px;
    }
}

.service-card-sm__more {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 568px) {
    .service-card-sm__more {
        position: static;
        margin-top: 30px;
    }
}

.info-text__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 115%;
    color: var(--red);
    margin-bottom: 25px;
}

@media (max-width: 992px) {
    .info-text__title {
        font-size: 20px;
        line-height: 140%;
        margin-bottom: 15px;
    }
}

.info-text__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: var(--white-35);
}

@media (max-width: 992px) {
    .info-text__text {
        font-size: 16px;
    }
}

.info-text__text p {
    margin: 0 0 25px;
}

.info-text__text p:last-child {
    margin-bottom: 0;
}

.doc-list {
    border-radius: 20px;
    padding: 40px;
    background: var(--gray-light);
}

@media (max-width: 568px) {
    .doc-list {
        padding: 20px;
    }
}

.marker-list li {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: var(--white-35);
    margin: 0 0 30px;
    padding-left: 35px;
}

@media (max-width: 568px) {
    .marker-list li {
        font-size: 16px;
        margin: 0 0 20px;
    }
}

.marker-list li:last-child {
    margin-bottom: 0;
}

.marker-list li span {
    font-weight: 700;
    text-decoration: underline;
}

.marker-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background: url(../../images/check-marker.svg) center no-repeat;
}

.column-2 {
    -moz-columns: 2;
    columns: 2;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

@media (max-width: 568px) {
    .column-2 {
        -moz-columns: 1;
        columns: 1;
    }
}

.product-descr__header {
    margin-bottom: 60px;
    padding-left: 33.33%;
}

@media (max-width: 1600px) {
    .product-descr__header {
        padding-left: 0;
    }
}

@media (max-width: 568px) {
    .product-descr__header {
        margin-bottom: 30px;
    }
}

.product-descr__title {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 70px;
    line-height: 109%;
    margin-bottom: 20px;
}

@media (max-width: 1600px) {
    .product-descr__title {
        font-size: 60px;
    }
}

@media (max-width: 1200px) {
    .product-descr__title {
        font-size: 54px;
    }
}

@media (max-width: 992px) {
    .product-descr__title {
        font-size: 48px;
    }
}

@media (max-width: 568px) {
    .product-descr__title {
        font-size: 30px;
    }
}

.product-descr__subtitle {
    font-weight: 500;
    font-size: 36px;
    line-height: 133%;
    color: var(--red);
}

@media (max-width: 1200px) {
    .product-descr__subtitle {
        font-size: 32px;
    }
}

@media (max-width: 992px) {
    .product-descr__subtitle {
        font-size: 26px;
    }
}

@media (max-width: 568px) {
    .product-descr__subtitle {
        font-size: 20px;
    }
}

@media (max-width: 390px) {
    .product-descr__subtitle {
        font-size: 18px;
    }
}

.product-descr__cover {
    margin: 60px 0;
}

@media (max-width: 568px) {
    .product-descr__cover {
        margin: 30px 0;
    }
}

.product-descr__cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

@media (max-width: 1024px) {
.product-descr__cover img {
        width: 100%;
    }
}

.product-descr__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: var(--white-35);
    padding-left: 33.33%;
}

@media (max-width: 1600px) {
    .product-descr__text {
        padding-left: 0;
    }
}

@media (max-width: 568px) {
    .product-descr__text {
        font-size: 16px;
    }
}

.product-descr__text p {
    font-size: 18px;
    line-height: 150%;
    color: var(--white-35);
    margin: 0 0 14px;
}

@media (max-width: 568px) {
    .product-descr__text p {
        font-size: 16px;
    }
}

.product-descr__text p:last-child {
    margin-bottom: 0;
}

.product-descr h2 {font-size: 40px;margin-bottom: 10px;color: #000;line-height: 60px;font-weight: 700;}

@media (max-width: 992px) {
    .product-descr h2 {font-size: 25px;line-height: 35px;}
    .faq-list {
        border-bottom: 1px solid #e4e4e4;
    }
}

.faq-card {
    border-top: 1px solid #e4e4e4;
    padding-bottom: 40px;
}

@media (max-width: 568px) {
    .faq-card {
        padding-bottom: 20px;
    }
}

.faq-card__left {
    flex: 1;
}

.faq-card__right {
    width: 620px;
}

@media (max-width: 1200px) {
    .faq-card__right {
        width: 400px;
    }
}

@media (max-width: 992px) {
    .faq-card__right {
        width: auto;
    }
}

.faq-card__header {
    position: relative;
    display: flex;
    align-items: center;
    padding: 45px 30px 5px 0;
    cursor: pointer;
}

@media (max-width: 992px) {
    .faq-card__header {
        padding: 20px 50px 0 0;
        display: block;
    }
}

.faq-card__header::before {
    content: "";
    position: absolute;
    right: 0;
    top: 33px;
    width: 60px;
    height: 60px;
    background: url(../../images/faq-open.svg) center no-repeat;
}

@media (max-width: 992px) {
    .faq-card__header::before {
        top: 24px;
        transform: none;
        width: 40px;
        height: 40px;
        background-size: contain;
    }
}

.faq-card__header.open::before {
    background-image: url(../../images/faq-close.svg);
}

.faq-card__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
}

@media (max-width: 568px) {
    .faq-card__title {
        font-size: 22px;
    }
}

.faq-card__tags {
    padding-right: 40px;
}

@media (max-width: 992px) {
    .faq-card__tags {
        padding: 0;
        margin-top: 20px;
    }
}

.faq-card__wrap {
    display: flex;
}

@media (max-width: 992px) {
    .faq-card__wrap {
        display: block;
        margin-top: 0;
    }
}

.faq-card__body {
    display: none;
    border-radius: 5px;
    padding: 30px;
    background: var(--gray-light);
    border-top: 20px solid var(--white);
}

@media (max-width: 568px) {
    .faq-card__body {
        padding: 20px;
    }
}

.faq-card__intro {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: var(--red);
    max-width: 580px;
    padding-right: 40px;
}

@media (max-width: 992px) {
    .faq-card__intro {
        max-width: 100%;
        padding-right: 0;
    }
}

@media (max-width: 568px) {
    .faq-card__intro {
        font-size: 18px;
    }
}

.faq-card__descr {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: var(--white-35);
}

@media (max-width: 992px) {
    .faq-card__descr {
        margin-top: 30px;
    }
}

@media (max-width: 568px) {
    .faq-card__descr {
        font-size: 16px;
    }
}

.popup {
    display: none;
}

.footer {
    padding: 90px 0 25px;
    background: var(--yellow-1c);
}

@media (max-width: 1200px) {
    .footer {
        padding: 50px 0 25px;
    }
}

.footer__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .footer__top {
        flex-direction: column;
        gap: 15px;
    }
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .footer__bottom {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 767px) {
    .footer__logo {
        margin-bottom: 20px;
    }
}

.footer__logo img {
    display: block;
}

.footer__nav {
    width: 280px;
}

@media (max-width: 1200px) {
    .footer__nav {
        display: none;
    }
}

.footer__copyright {
    font-weight: 500;
    font-size: 16px;
    line-height: 115%;
}

.footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-feedback__top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    margin-bottom: 30px;
    gap: 30px;
}

@media (max-width: 767px) {
    .footer-feedback__top {
        justify-content: flex-start;
    }
}

.footer-feedback__bottom {
    display: flex;
    justify-content: flex-end;
}

.footer-soc {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-tel {text-align: right;display: flex;flex-direction: column;}

.footer-soc__link {
    display: block;
}

.footer-soc__link:hover img {
    filter: brightness(0);
}

.footer-soc img {
    display: block;
    transition: 0.3s;
}

.footer-phone {
    font-weight: 500;
    font-size: 24px;
}

.footer-phone:hover {
    color: var(--red);
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
}

.footer-nav__item {
    width: calc(50% - 15px);
}

.footer-nav__link {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 10px;
    height: 28px;
}

.footer-nav__link:hover {
    color: var(--red);
}

.footer-nav__link span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    padding: 5px;
    width: 28px;
    height: 28px;
    background: var(--red);
    color: var(--white);
    margin-left: 5px;
}

@media (max-width: 992px) {
    .footer-nav__link {
        font-size: 18px;
    }
}

.footer-contact-card {
    position: relative;
    padding-left: 35px;
}

.footer-contact-card__value {
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 2px;
}

.footer-contact-card__label {
    font-weight: 500;
    font-size: 14px;
    line-height: 115%;
    color: var(--white-35);
}

.footer-contact-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
}

.footer-contact-card._addr::before {
    background-image: url(../../images/footer-icon-loc.svg);
}

.footer-contact-card._time::before {
    background-image: url(../../images/footer-icon-time.svg);
}

.footer-dev {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    white-space: nowrap;
}

.footer-dev img {
    display: block;
}

.footer-dev:hover {
    color: var(--red);
}

.footer-nav__item a.footer-nav__link.active {
    color: var(--red);
}

.error {
    background: #ffebef !important;
}

.pop {
    display: none;
}

.field .wrap input {
    border: 1px solid #7777;
    margin-bottom: 14px;
}

.field div.wrap textarea {
    border: 1px solid #7777;
    margin-bottom: 14px;
}

.gh a {
    color: var(--red);
}

.gh {
    margin-bottom: 12px;
}


.pochta {
    color: grey;
    font-size: 12px;
}

.fancybox__container {
    z-index: 9999 !important
}

.gh {
    font-size: 12px;
}

#konsultation {
    border-radius: 10px
}

@media (max-width: 992px) {
    #konsultation {
        max-width: 450px;
        border-radius: 0px;
    }
}



/* SLIDER */

.swiper-button {
    border: none;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    width: 50px;
    height: 50px;
    transition: 0.3s;
}

.swiper-button:after {
    display: none;
}

.swiper-button-prev {
    background-image: url(../../images/chevron-left.svg);
    left: -25px;
}

.swiper-button-next {
    background-image: url(../../images/chevron-right.svg);
    right: -25px;
}

.swiper-button.swiper-button-disabled {
    opacity: 0.3;
    filter: brightness(0);
}

.non-swiper-slide {
    display: none;
}

.swiper-scrollbar {
    display: none;
}

@media (max-width: 767px) {
    .swiper-scrollbar {
        display: block;
    }
}

.swiper-horizontal>.swiper-scrollbar {
    width: 100%;
    position: static;
    margin-top: 20px;
}

.swiper-scrollbar-drag {
    background: var(--red);
}

.slider-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 104px;
    height: 52px;
    border-radius: 5px;
    border: 1px solid #d2d2d3;
    position: relative;
}

.slider-nav::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 26px;
    background: #d2d2d3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.review-slider-box,
.card-slider-box {
    position: relative;
}

.card-slider-controls {
    position: absolute;
    right: 0;
    top: -110px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-header__controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 767px) {
    .card-slider-controls,
    .section-header__controls {
        display: none;
    }
}

.card-slider-controls .swiper-button,
.section-header__controls .swiper-button {
    position: static;
    transform: none;
    margin: 0;
}

.review-slider,
.card-slider {
    overflow: hidden;
}

.review-slider .swiper-slide {
    height: auto;
}

.photo-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    border: 1px solid #eee;
}

.photo-card a {
    display: block;
}

.service-card_href-list {
    margin-bottom: -35px;
}

.service-card_href {
    position: relative;
    border-top: 1px solid var(--gray);
}

.service-card_href::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    height: 1px;
    width: 67px;
    background: var(--red);
}

.service-card_href__header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 100px;
    cursor: pointer;
}

@media (max-width: 992px) {
    .service-card_href__header {
        padding: 25px 70px 25px 60px;
    }
    .swiper-slide {width:47%}
}

.service-card_href__header::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    border: 1px solid var(--stroke);
    border-radius: 5px;
    width: 50px;
    height: 50px;
    background: url(../../images/arrow-link.svg) center no-repeat;
    transition: 0.3s;
}

.service-card_href__header.open::after {
    transform: translate(0, -50%) rotate(90deg);
}

.service-card_href__header.open .service-card_href__tags {
    opacity: 0;
}

.service-card_href__num {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    font-weight: 400;
    font-size: 50px;
    line-height: 115%;
    text-transform: uppercase;
    color: var(--red);
}

@media (max-width: 1200px) {
    .service-card_href__num {
        font-size: 40px;
    }
}

.service-card_href__title {
    display: flex;
    margin-bottom: 0;
    min-height: 50px;
    align-items: center;
    max-width: 720px;
}

.service-card_href__wrap {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 35px;
}

@media (max-width: 1200px) {
    .service-card_href__wrap {
        padding: 0 0 35px;
    }
}

.service-card_href__body {
    display: none;
}

.service-card_href__text {
    display: flex;
    flex-direction: column;
}

.service-card_href__text .service-card_href__tags {
    flex: 1;
}

@media (max-width: 1200px) {
    .service-card_href__cover {
        display: none;
    }
}

.service-card_href__cover img {
    display: block;
    border-radius: 20px;
}

.service-card_href__logo {
    margin-bottom: 35px;
}

@media (max-width: 1200px) {
    .service-card_href__logo {
        margin-bottom: 20px;
    }
}

.service-card_href__logo img {
    display: block;
}

.service-card_href__descr {
    max-width: 510px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
}

@media (max-width: 1200px) {
    .service-card_href__descr {
        max-width: 100%;
        font-size: 16px;
    }
}

.service-card_href__more {
    margin-top: 35px;
}

@media (max-width: 1200px) {
    .service-card_href__more {
        margin-top: 20px;
    }
}

.service-card_href__tags {
    /*display: flex;*/
    display: none;
    flex-wrap: wrap;
    gap: 10px;
    transition: 0.3s;
}

@media (max-width: 1200px) {
    .service-card_href__tags {
        display: none;
        margin-bottom: 30px;
    }
}

.service-card_href.open::before {
    width: 100%;
}


/* drop nav */

.main-nav__item {
    position: relative;
}

.drop-nav {
    display: none;
    padding: 10px 20px;
}

.drop-nav__item {
    margin-bottom: 15px;
}

.drop-nav__item:last-child {
    margin-bottom: 0;
}

.drop-nav__link {
    font-weight: 500;
    font-size: 16px;
}


@media (min-width: 992px) {

    .drop-nav {
        position: absolute;
        left: -20px;
        top: 100%;
        border-radius: 20px;
        padding: 30px;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
        background: var(--white);
    }

    .drop-nav__link {
        font-weight: 500;
        font-size: 14px;
        white-space: nowrap;
    }

    .drop-nav__link:hover {
        color: var(--red);
    }

    .main-nav__item:hover .drop-nav {
        display: block;
    }
}



@media (max-width: 992px) {
    .main-nav__item {
        width: 100%;
    }

    .main-nav__item._drop::before {
        content: '';
        position: absolute;
        right: 0;
        top: 11px;
        width: 16px;
        height: 16px;
        background: url(../../images/chevron-down.svg) center / contain no-repeat;
    }

    .main-nav__item._drop.open::before {
        transform: rotate(180deg);
    }

    .main-nav__link span {
        display: none;
    }
}


.drop-nav div.drop-nav__item a.drop-nav__link.active {
   color:var(--red);
}
#paymentForm input {width: 100%;
    height: 67px;
    padding: 0 30px;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    border-radius: 34px;border: 1px solid #7777;
    margin-top: 14px;}

#paymentForm {max-width: 580px;}
#paymentForm button {
    cursor: pointer;
    transition: 0.5s;
    border: none;
    background: var(--red);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    height: 67px;
    border-radius: 40px;
    text-decoration: none;
    min-width: 160px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--white);
}
#paymentForm button:hover {
    color: var(--white);
    background-color: var(--black);
}
@media (max-width: 992px) {
#paymentForm {max-width: 100%;}
}
.product-descr__cover video {width: 100%; max-width: 1680px;}
.pay_buttons {display:flex;gap: 20px;}
.pay_buttons a {cursor: pointer;
    transition: 0.5s;
    border: none;
    background: #fc0;
    border:solid 1px #fc0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    height: 67px;
    border-radius: 40px;
    text-decoration: none;
    min-width: 160px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;height: 58px;font-size: 13px;}
.pay_buttons a.active {background: #fff;}
.error-message {font-size: 15px;}
#send_pay {margin-top:14px;}
@media (max-width: 992px) {
.pay_buttons a {font-size: 11px;padding: 0 20px;}
}
  .page_up {display: none; z-index: 999; position: fixed; left: 20px; bottom: 20px; margin-top: -20px; width: 40px; height: 40px; border: 2px solid #ef112c; color: #ef112c; line-height: 42px; border-radius: 50%; text-align: center;cursor:pointer;}


  @media (max-width: 1600px) {
	
	.page_up {right: 40px;}
  }
  
    @media (max-width: 1280px) {
	.page_up {right: 30px;}
  }




.cookies {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    left: 0;
    right: 0;
    background: #F3F3F3;
}

.cookies .inf {
    width: 60%;
    margin: auto;
    padding: 20px;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
}

.cookies .inf a {color:#9A9A9A}

.cookies .close {
    display: block;
    background: var(--red);
    padding: 6px;
    margin-left: 20px;
    color: #ffffff;
    font-family: arial;
    color: #ffffff !important;
}

.cookies .close:hover {
    background: #2f2f2f
}

.cookies .close span {
    /*-moz-transform: rotate(45deg);*/
    /* Для Firefox */
    /*-ms-transform: rotate(45deg);*/
    /* Для IE */
    /*-webkit-transform: rotate(45deg);*/
    /* Для Safari, Chrome, iOS */
    /*-o-transform: rotate(45deg);*/
    /* Для Opera */
    /*transform: rotate(45deg);*/
    display: block;
    padding-top: 1px;
    padding-left: 2px;
}

@media (max-width: 767px) {
    .cookies .inf {
        width: 100%;
        font-size: 13px;
        letter-spacing: 1px;
    }
    .cookies .close {font-size:11px;height: auto;}
    .cookies .inf span {font-size: 10px;max-width: 70%;}
}
@media (max-width: 767px) {
.header__contacts .button
{
display: none;
}
}








@media (max-width: 568px) {
  .header__logo img {
    max-width: 100%;
    height: 30px;
  }
  .header__contacts {
    margin-right: 15px;
    gap: 10px;
  }
}
@media (max-width: 390px) {
  .title-h1 {
    font-size: 36px;
  }
}
.page-content {
  padding-top: 98px;
}
@media (max-width: 1470px) {
  .page-content {
    padding-top: 178px;
  }
}
@media (max-width: 992px) {
  .page-content {
    padding-top: 98px;
  }
}
@media (max-width: 767px) {
  .page-content {
    padding-top: 84px;
  }
}
@media (max-width: 568px) {
  .page-content {
    padding-top: 72px;
  }
}

.page-header {
  margin-top: 0;
}

.main-intro {
  position: relative;
  margin-top: 15px;
  margin-bottom: 75px;
  margin-left: calc((100vw - 1600px) / -2);
  margin-right: calc((100vw - 1600px) / -2);
  display: flex;
  min-height: 760px;
  background: #f3f3f3;
}
@media (max-width: 1470px) {
  .main-intro {
    margin-top: 0;
  }
}
@media (max-width: 1600px) {
  .main-intro {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (max-width: 1200px) {
  .main-intro {
    margin-bottom: 50px;
    margin-left: -20px;
    margin-right: -20px;
    min-height: 580px;
  }
}
@media (max-width: 992px) {
  .main-intro {
    display: block;
    min-height: 0;
  }
}
@media (max-width: 568px) {
  .main-intro {
    margin-bottom: 40px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.main-intro__wrap {
  display: flex;
  align-items: center;
  padding: 40px;
  padding-left: calc((100vw - 1600px) / 2);
}
@media (min-width: 992px) {
  .main-intro__wrap {
    width: 50%;
    padding-right: 40px;
  }
}
@media (max-width: 1600px) {
  .main-intro__wrap {
    padding-left: 40px;
  }
}
@media (max-width: 1200px) {
  .main-intro__wrap {
    padding-left: 20px;
  }
}
@media (max-width: 992px) {
  .main-intro__wrap {
    padding: 40px 20px;
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 568px) {
  .main-intro__wrap {
    padding: 40px 15px;height:80vh;
  }
}
.main-intro__cover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .main-intro__cover {
    width: 50%;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    order: 2;
    position: static;
  }
}
.main-intro__cover img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.main-intro__subtitle {
  display: inline-flex;
  align-items: center;
  padding: 14px;
  border-radius: 500px;
  font-weight: 500;
  font-size: 24px;
  line-height: 115%;
  margin-bottom: 30px;
  background: #fff;
}
@media (min-width: 1200px) {
  .main-intro__subtitle {
    min-height: 56px;
  }
}
@media (max-width: 1200px) {
  .main-intro__subtitle {
    font-size: 18px;
  }
}
@media (max-width: 568px) {
  .main-intro__subtitle {
    font-size: 14px;
  }
}
.main-intro__title {
  margin-bottom: 0;
  max-width: 1120px;
}
@media (max-width: 992px) {
  .main-intro__title {
    color: #fff;
  }
}
.main-intro__more {
  display: inline-flex;
  width: auto;
  margin-top: 50px;
}

.motivation-box._gray {
  background: #f3f3f3;
}
@media (min-width: 1200px) {
  .motivation-box._gray .motivation-box__title {
    color: #000;
  }
  .motivation-box._gray .motivation-box__text {
    color: #857d7d;
  }
}
.motivation-box__decor-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 325px;
  z-index: 9;
}
@media (max-width: 992px) {
  .motivation-box__decor-right {
    width: 250px;
  }
}
@media (max-width: 568px) {
  .motivation-box__decor-right {
    width: 170px;
    opacity: 0.3;
  }
}
.motivation-box__decor-right img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.motivation-box._right-decor {
  position: relative;
  padding-right: 345px;
  padding-left: 280px;
}
@media (max-width: 1600px) {
  .motivation-box._right-decor {
    padding-left: 600px;
  }
}
@media (max-width: 1200px) {
  .motivation-box._right-decor {
    padding-left: 40px;
  }
  .motivation-box._right-decor::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 8;
  }
}
@media (max-width: 992px) {
  .motivation-box._right-decor {
    padding: 30px 280px 30px 30px;
  }
}
@media (max-width: 568px) {
  .motivation-box._right-decor {
    padding: 25px;
  }
}
.motivation-box._right-decor .motivation-box__wrap {
  width: auto;
  z-index: 10;
}

.about-box {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .about-box {
    display: flex;
    justify-content: space-between;
  }
  .about-box__text-1 {
    width: 554px;
  }
  .about-box__text-2 {
    width: 472px;
  }
}
@media (max-width: 1200px) {
  .about-box__text-1 {
    margin-bottom: 30px;
  }
}

.service-step-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px 0;
  border-bottom: 1px solid var(--yellow-1c);
}
@media (max-width: 992px) {
  .service-step-card {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.service-step-card__num {
  display: block;
  font-weight: 400;
  min-width: 65px;
  font-size: 50px;
  line-height: 115%;
  text-transform: uppercase;
  color: var(--yellow-1c);
}
@media (max-width: 1200px) {
  .service-step-card__num {
    font-size: 40px;
  }
}
@media (max-width: 568px) {
  .service-step-card__num {
    font-size: 30px;
    min-width: 40px;
  }
}
.service-step-card__title {
  display: flex;
  margin-bottom: 0;
  flex: 1;
  min-width: 240px;
}
@media (max-width: 568px) {
  .service-step-card__title {
    font-size: 24px;
  }
}
.service-step-card__descr {
  max-width: 610px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #5b5b5b;
}
@media (max-width: 1200px) {
  .service-step-card__descr {
    max-width: 100%;
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .service-step-card__descr {
    width: 100%;
  }
}

.page-header__wrap {
  gap: 10px;
  padding: 20px 0 10px;
  position: relative;
  z-index: 9;
}
.page-header__cover {
  top: 0;
  right: 0;
  width: 50%;
}
.page-header__cover::before, .page-header__cover::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 300px;
  background: linear-gradient(90deg, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  transform: rotate(-180deg);
}

.page-header__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-header__price strong {
  font-weight: 800;
  font-size: 40px;
  line-height: 1;
  color: #cf1830;
}
.page-header__more {
  margin-top: 30px;
}
.page-header__intro {
  margin: 40px 0 0;
}

@media (max-width: 992px) {
.page-header__cover::before, .page-header__cover::after {width:100%;background:linear-gradient(90deg, rgba(248, 248, 248, 20%) 0%, #f8f8f8 100%)}
.page-header__cover {width:100%}
}

@media (max-width: 1200px) {
  .calc-form__decor {
    display: none;
  }
}
@media (max-width: 992px) {
  .tarifs__item {
    width: 100%;
    min-width: 100%;
  }
}
.service-card-sm {
  gap: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #f8f8f8;
}
.service-card-sm__wrap {
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 568px) {
  .service-card-sm__wrap {
    padding: 20px;
  }
}
.service-card-sm__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #1d2023;
  margin-bottom: 0;
}
.service-card-sm__title span {
  display: block;
  margin-bottom: 14px;
}
.service-card-sm__more {
  position: static;
}
.service-card-sm__thumb {
  overflow: hidden;
  border-radius: 20px 0 0 20px;
}
@media (max-width: 568px) {
  .service-card-sm__thumb {
    height: 240px;
    border-radius: 20px;
  }
}
.service-card-sm__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s;
  border-radius: 0;
}
@media (min-width: 568px) {
  .service-card-sm:hover .service-card-sm__thumb img {
    transform: scale(1.05);
  }
}

.video-box {
  border-radius: 20px;
  position: relative;
}
.video-box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  z-index: 100;
  cursor: pointer;
  transition: 0.15s;
}
.video-box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  background: url(../../images/play-button.svg) center/contain no-repeat;
  z-index: 101;
  cursor: pointer;
  transition: 0.3s;
  max-width: 15vw;
}

@media (max-width: 1200px) {
  width: 100px;
  height: 100px;
}

.video-box__cover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 99;
  transition: 0.15s;
}
.video-box video {
  border-radius: 20px;
}
.video-box:hover::after {
  transform: translate(-50%, -50%) scale(0.95);
}
.video-box.play .video-box__cover, .video-box.play::after, .video-box.play::before {
  opacity: 0;
  visibility: hidden;
}

.start-page__body {
padding:14px 32px!important;
}

.section h3 {font-size: 40px;margin-bottom: 40px;color: #000;font-weight: 700;}
@media (max-width: 1200px) {
.section h3 {font-size: 20px;}
}
/* Stylesheet: New_style Modified On 2025-04-24 16:36:17 */
