:root {
    --main-bg-color: #fff;
    --primary-color: #000;
    --black: #000;
    --blue: #2873b9;
    --blue-dark: #213159;
    --white: #fff;
    --gray: #888888;
    --dark-gray: #4d4d4d;
    --light-gray: #e6e6e6;
    --orange: #ee8833;
    --body-font-size: 16px;
    --font-family: "montserrat", sans-serif;
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
address {
    display: block;
}

audio,
canvas {
    display: inline-block;
}

video {
    display: block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

address {
    font-style: normal;
}

ul,
ol,
li,
form,
fieldset,
a,
img,
div,
figure,
address {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: 500;
}

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: 1;
    color: #333;
}

input::placeholder {
    opacity: 1;
    color: #333;
}

textarea::-moz-placeholder {
    opacity: 1;
    color: #333;
}

textarea::placeholder {
    opacity: 1;
    color: #333;
}

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;
    justify-content: center;
}

@media (max-width: 1200px) {
    .row {
        margin: -10px;
    }
}

@media (max-width: 767px) {
    .row {
        margin: -7.5px;
        justify-content: center;
    }

}

.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: 10px;
    }
}

@media (max-width: 767px) {

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-auto,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-sm-auto,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-md-auto,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-lg-auto,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl,
    .col-xl-auto {
        padding: 7.5px;
    }
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }
}

/* elements */
.title-h1,
.title-h2 {
    font-family: var(--font-family);
    padding: 0;
    margin: 0;
    font-weight: 700;
    line-height: 1.4;
    color: #3d6098;
}

.title-h1 {
    font-size: 24px;
    margin: 0 0 25px;
    text-transform: uppercase;
}

@media (max-width: 568px) {
    .title-h1 {
        font-size: 20px;
        margin: 0 0 20px;
    }
}

.title-h2 {
    font-size: 24px;
    margin: 0 0 40px;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 568px) {
    .title-h2 {
        font-size: 20px;
        margin: 0 0 30px;
    }
}

.cms_submit,
.button {
    cursor: pointer;
    transition: 0.3s;
    border: none;
    background: #3d6098;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 40px;
    padding: 0 15px;
    border-radius: 15px;
    text-decoration: none;
    font-size: 15px;
    color: var(--white);
    text-transform: uppercase;
}

.cms_submit:hover,
.button:hover {
    color: var(--white);
    background: var(--blue-dark);
}

@media (max-width: 1200px) {

    .cms_submit,
    .button {
        font-size: 10px;
        gap: 10px;
    }
}

@media (max-width: 568px) {

    .cms_submit,
    .button {
        width: 100%;
    }
}

.cms_submit._lg,
.button._lg {
    height: 46px;
}

.cms_submit._more,
.button._more {
    background: var(--blue);
}

.cms_submit._more::after,
.button._more::after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../../images/more.png) center no-repeat;
}

.typography {
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
}

@media (max-width: 767px) {
    .typography {
        font-size: 15px;
    }
}

.typography p {
    font-size: 16px;
    line-height: 170%;
    margin: 0 0 20px;
}

@media (max-width: 767px) {
    .typography p {
        font-size: 15px;
    }
}

.typography p:last-child {
    margin-bottom: 0;
}

.typography ul {
    margin-bottom: 20px;
    padding-left: 10px;
    margin-left: 10px;
}

.typography ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    list-style-type: disc;
}

@media (max-width: 767px) {
    .typography ul li {
        font-size: 15px;
    }
}

.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: 20px;
    line-height: 150%;
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
    list-style: none;
}

@media (max-width: 767px) {
    .typography ol li {
        font-size: 15px;
        line-height: 170%;
    }
}

.typography ol li::before {
    content: counter(custom-counter) ".";
    counter-increment: custom-counter;
    position: absolute;
    left: 0;
    top: 0;
}

.typography h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 40px 0 20px;
    text-transform: uppercase;
}

.typography h2:first-child {
    margin-top: 0;
}

.typography h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    text-transform: uppercase;
    color: var(--blue);
    margin: 20px 0 10px;
}

.typography h3:first-child {
    margin-top: 0;
}

.typography a {
    color: #3d6098;
}

.typography a:hover {
    color: #1c2e44;
}

.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__row {
    display: flex;
    gap: 13px;
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .forms__row {
        flex-direction: column;
    }
}

.forms__row:last-child {
    margin-bottom: 0;
}

.forms__field {
    width: 100%;
}

.forms .checkbox {
    display: flex;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    cursor: pointer;
}

.forms .checkbox input {
    display: none;
}

.forms .checkbox sup {
    margin-right: 18px;
    border: 1px solid rgba(0, 0, 0, 0.35);
    border-radius: 4px;
    width: 25px;
    min-width: 25px;
    height: 25px;
}

.forms .checkbox input:checked+sup {
    background: url(../../images/check.svg) center no-repeat;
}

.forms .checkbox._approval {
    font-weight: 400;
    font-size: 14px;
    color: #f8efff;
}

.forms .checkbox._approval a {
    text-decoration: underline;
}

.forms .checkbox._approval a:hover {
    text-decoration: none;
}

.forms textarea,
.forms input[type=text],
.forms input[type=password],
.forms input[type=email],
.forms input[type=tel] {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    background: transparent;
    border-radius: 10px;
    border: 1px solid var(--dark-gray);
}

.popup__wrap select {width:100%;height: 40px;padding: 0 20px;font-weight: 500;font-size: 18px;background: transparent;border-radius: 10px;border: 1px solid var(--dark-gray);color:#515151}

@media (max-width: 992px) {

    .forms textarea,
    .forms input[type=text],
    .forms input[type=password],
    .forms input[type=email],
    .forms input[type=tel] {
        height: 52px;
    }
}

.forms textarea {
    padding: 20px;
    resize: none;
    height: 100px;
}

@media (max-width: 568px) {
    .forms textarea {
        height: 100px;
    }
}

.forms .button {
    height: 60px;
}

.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(--blue);
    transition: 0.3s;
}

.burger-btn::before,
.burger-btn::after {
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: var(--blue);
    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(--blue);
}

.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;
}

.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;
}

/* support class style */
.animated,
.anmtli {
    opacity: 0;
}

.light-bg {
    background: var(--light-gray);
}

.full-bg {
    margin-left: calc((100vw - 1140px) / -2);
    margin-right: calc((100vw - 1140px) / -2);
    padding-left: calc((100vw - 1140px) / 2);
    padding-right: calc((100vw - 1140px) / 2);
}

@media (max-width: 1220px) {
    .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;
    }
}

.cbc {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

body.open-nav {
    overflow: hidden;
}

body.open-nav .cbc {
    overflow: hidden;
}

.container {
    margin: 0 auto;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1220px;
    width: 100%;
}

@media (max-width: 1200px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.page-content {
    flex: 1;
}

.header {
    position: relative;
    z-index: 999;
    background: var(--white);
}

@media (max-width: 992px) {
    .header__wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
        gap: 20px;
        position: fixed;
        width: 100%;
        background: #fff;
    }
}

.header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
}

@media (max-width: 992px) {
    .header__logo {
        height: 60px;
        flex: 1;
        justify-content: flex-start;
    }
}

.header__logo img {
    height: 50px;
    transition: 0.2s;
}

@media (max-width: 1500px) {
    .header__logo img {
        height: 40px;
    }
}

@media (max-width: 1200px) {
    .header__logo img {
        height: 25px;
    }
}

.header__nav {
    position: sticky;
    top: 0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

@media (min-width: 992px) {
    .header__nav {
        background: var(--blue);
        color: var(--white);
    }
}

@media (max-width: 992px) {
    .header__nav {
        display: none;
        position: fixed;
        background: var(--white);
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 20px 20px 20px 20px;
        z-index: 99;
        height: auto;
    }
}

.header .burger-btn {
    display: none;
}

@media (max-width: 992px) {
    .header .burger-btn {
        display: block;
        order: 3;
    }
}

.header.fix {
    padding-bottom: 40px;
}

.header.fix .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.header-phone {
    font-size: 20px;
    font-weight: bold;
    transition: 0.2s;
}

.header-phone:hover {
    color: var(--blue);
}

@media (max-width: 1500px) {
    .header-phone {
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    .header-phone {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .header-phone {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .header-phone {
        display: block;
        width: 24px;
        height: 24px;
        font-size: 0;
        overflow: hidden;
        text-indent: -1000px;
        background: url(../../images/icon-phone.svg) center/30px no-repeat;
    }
}

.header-logo {
    display: flex;
    align-items: center;
    gap: 50px;
}

.header-logo img {
    display: block;
}

.header-logo__slogan {
    font-size: 31px;
    font-weight: bold;
    color: #3e68ab;
}

@media (max-width: 1200px) {
    .header-logo__slogan {
        font-size: 26px;
    }
}

@media (max-width: 992px) {
    .header-logo__slogan {
        display: none;
    }
}

.header-feedback {
    font-size: 20px;
    font-weight: bold;
    color: var(--blue);
    border-bottom: 2px dashed var(--blue);
    transition: 0.2s;
}

@media (max-width: 1500px) {
    .header-feedback {
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    .header-feedback {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .header-feedback {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .header-feedback {
        display: none;
    }
}

.header-feedback:hover {
    border-color: transparent;
}

.dashed-link {
    color: var(--blue);
    border-bottom: 2px dashed var(--blue);
}

.dashed-link:hover {
    border-color: transparent;
}

.main-nav {
    display: flex;
    justify-content: center;
    gap: 40px;
}

@media (max-width: 992px) {
    .main-nav {
        flex-direction: column;
    }
}

@media (max-width: 1500px) {
    .main-nav {
        gap: 20px;
    }
}

@media (max-width: 1200px) {
    .main-nav {
        gap: 12px;
    }
}

@media (max-width: 992px) {
    .main-nav {
        gap: 10px;
        justify-content: flex-start;
    }
}

.main-nav__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 16px;
    transition: 0.2s;
    padding: 0 15px;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .main-nav__link {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .main-nav__link {
        padding: 0;
        font-size: 22px;
        font-weight: bold;
        text-transform: uppercase;
        color: var(--blue-dark);
        text-align: left;
        justify-content: flex-start;
    }
}

@media (min-width: 992px) {
    .main-nav__link:hover {
        color: var(--blue);
        background: var(--white);
    }
}

.search-button {
    width: 24px;
    height: 24px;
    background: url(../../images/icon-search.svg) center/contain no-repeat;
    filter: brightness(0) invert(1);
    transition: 0.3s;
    cursor: pointer;
}

@media (max-width: 992px) {
    .search-button {
        filter: none;
    }
}

.search-button:hover {
    opacity: 0.7;
}

/* search box */
.search-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-color: var(--blue);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
}

.search-box.open {
    opacity: 1;
    visibility: visible;
}

.search-box__wrap {
    max-width: 1180px;
    width: 100%;
    height: 200px;
    position: relative;
}

@media (max-width: 1180px) {
    .search-box__wrap {
        padding: 0 30px;
    }
}

.search-box__close {
    position: fixed;
    right: calc((100vw - 1180px) / 2);
    top: 15vh;
}

@media (max-width: 1200px) {
    .search-box__close {
        top: 80px;
        right: 30px;
    }
}

@media (max-width: 992px) {
    .search-box__close {
        top: 20px;
        right: 20px;
    }
}

.close-button {
    border: none;
    width: 24px;
    height: 24px;
    background: url(../../images/icon-cross.svg) center no-repeat;
    filter: brightness(0) invert(1);
    background-size: contain;
    cursor: pointer;
}

.search-form__field {
    position: relative;
}

.search-form__field input[type=text] {
    width: 100%;
    height: 100px;
    font-size: 56px;
    text-transform: uppercase;
    border: none;
    background: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: var(--white);
}

.search-form__field input[type=text]::-webkit-input-placeholder {
    opacity: 1;
    color: var(--white);
}

.search-form__field input[type=text]::-moz-placeholder {
    opacity: 1;
    color: var(--white);
}

.search-form__field input[type=text]:-ms-input-placeholder {
    opacity: 1;
    color: var(--white);
}

@media (max-width: 767px) {
    .search-form__field input[type=text] {
        height: 60px;
        font-size: 28px;
    }
}

.search-form__field input[type=submit] {
    border: none;
    display: none;
    width: 40px;
    height: 40px;
    background: url(../../images/icon-search.svg) right bottom no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    filter: brightness(0) invert(0.2);
}

@media (max-width: 992px) {
    .search-form__field input[type=submit] {
        display: block;
    }
}

@media (max-width: 767px) {
    .search-form__field input[type=submit] {
        width: 26px;
        height: 26px;
        margin-top: -13px;
    }
}

.search-form__note {
    text-align: right;
    font-size: 18px;
    margin-top: 15px;
    padding-right: 35px;
}

@media (max-width: 992px) {
    .search-form__note {
        display: none;
    }
}

.section {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (max-width: 992px) {
    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.section-intro {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 40px;
}

@media (max-width: 1200px) {
    .section-intro {
        font-size: 18px;
        line-height: 140%;
    }
}

@media (max-width: 992px) {
    .section-intro {
        margin-top: -10px;
    }
}

.promo-box__cover {
    margin-bottom: 35px;
}

.promo-box__cover img {
    display: block;
    max-width: 100%;
}

.promo-box__text {
    font-weight: 500;
    text-align: justify;
}

@media (max-width: 767px) {
    .promo-box__text {
        text-align: left;
    }
}

.partners {
    display: flex;
    flex-wrap: wrap;
}

.partners__item {
    width: 25%;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
}

@media (max-width: 767px) {
    .partners {
        justify-content: center;
    }

    .partners__item {
        width: 33.33%;
        padding: 15px;
        height: auto;
    }
}

.partners__item img {
    display: block;
    max-width: 100%;
}

.product-card {
    display: flex;
    min-height: 245px;
    height: 100%;
    border-radius: 30px;
    background: var(--white);
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.35);
}

.product-card:hover {
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.35);
}

.product-card__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 50%;
}

.product-card__thumb img {
    display: block;
    max-width: 100%;
}

.product-card__wrap {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 30px 20px 30px 0;
}

.product-card__title {
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 18px;
    color: var(--blue);
    text-transform: uppercase;
    max-width: 210px;
    line-height: 1.5;
    overflow-wrap: break-word;
}

@media (max-width: 1200px) {
    .product-card__title {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .product-card__title {
        font-size: 14px;
    }
}

.product-card .button {
    width: 100%;
}

@media (max-width: 767px) {
    .product-card__title {
        font-size: 12px;
    }

    .product-card {
        flex-direction: column;
        min-height: 0;
        height: 100%;
        padding: 15px;
    }

    .product-card .product-card__thumb {
        width: 100%;
    }

    .product-card .product-card__wrap {
        width: 100%;
        padding: 0;
        align-items: center;
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .product-card .product-card__title {
        margin-bottom: 20px;
        flex: 1;
        text-align: center;
    }

    .product-card .button {
        max-width: 100%;
        width: 100%;
    }
}

.product-card._vert {
    flex-direction: column;
    min-height: 305px;
    height: 100%;
    padding: 15px;
}

@media (max-width: 767px) {
    .product-card._vert {
        min-height: 0;
    }
}

.product-card._vert .product-card__thumb {
    width: 100%;
}

.product-card._vert .product-card__wrap {
    width: 100%;
    padding: 0;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-card._vert .product-card__title {
    margin-bottom: 20px;
    flex: 1;
    text-align: center;
}

.product-card._vert .button {
    max-width: 245px;
    width: 100%;
}



.nav_link a.sp_btn {
    display: none;
}

@media (max-width: 767px) {
    .nav_link a.sp_btn {
        display: block;
    }
}


.breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px;
    color: var(--gray);
}

.breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.breadcrumb a::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../../images/chevron-right.svg) center no-repeat;
}

.breadcrumb a:hover {
    color: var(--blue);
}

@media (min-width: 1200px) {
    .product-page {
        display: flex;
        gap: 40px;
    }

    .product-page__photo {
        width: 50%;
    }

    .product-page__descr {
        width: 50%;
    }
}

.product-page img {
    width: 100%;
    border-radius: 15px;
}

.product-page__controls {
    margin-top: 35px;
}

.product-page__controls .button {
    width: 100%;
}

.product-page__params {
    margin-top: 25px;
}

.product-params__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    text-transform: uppercase;
    color: var(--blue);
}



.product-gallery-main {
    overflow: hidden;
    position: relative;
}

@media (max-width: 992px) {
    .product-gallery-main {
        padding: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

.product-gallery-main img {
    display: block;
    width: 100%;
    max-height: 470px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 568px) {
    .product-gallery-main img {
        max-height: 360px;
    }
}

.product-gallery-main .swiper-slide {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery-main .swiper-pagination {
    display: none;
    margin-top: 15px;
}

@media (max-width: 568px) {
    .product-gallery-main .swiper-pagination {
        display: block;
    }
}

.product-gallery-main .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 20px;
    transition: 0.5s;
    background: var(--white);
    border: 1px solid var(--blue-dark);
    opacity: 1;
}

.product-gallery-main .swiper-pagination-bullet-active {
    width: 15px;
    background: var(--blue-dark);
}

.product-gallery-thumb {
    height: 110px;
    overflow: hidden;
    opacity: 0;
    display: flex;
    margin-top: 20px;
}

.product-gallery-thumb.swiper-initialized {
    opacity: 1;
}

.product-gallery-thumb__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    cursor: pointer;
}

.product-gallery-thumb__item img {
    height: 70%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-gallery-thumb img {
    display: block;
    width: 100%;
}

.product-gallery-thumb .swiper-slide {
    border: 1px solid var(--gray-light);
}

.product-gallery-thumb .swiper-slide-thumb-active {
    border: solid 1px #2873b9;
    border-radius: 15px;
}

.product-gallery-bottom {
    position: relative;
    margin-top: 30px;
}

.product-page-gallery .swiper-button {
    display: none;
}

@media (min-width: 767px) {
    .product-gallery-thumb {
        height: auto;
    }

    .product-gallery-thumb .swiper-wrapper {
        transform: none !important;
        flex-wrap: wrap;
    }
}

@media (max-width: 568px) {

    /*.product-gallery-bottom {
      display: none;
  }*/
    .product-gallery-bottom {
        margin: 30px 0
    }

    .gallery-thumb .gallery__item {
        width: 29% !important;
    }

    .product-gallery-main {
        padding-bottom: 0;
    }

    .product-gallery-bottom {
        margin: 0 0 30px 0;
    }

    .product-gallery-main .swiper-pagination {
        position: static;
    }
}

.swiper-button {
    width: 36px;
    height: 36px;
    border: none;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button::after {
    display: none;
}

.swiper-button-prev {
    background-image: url(../../images/arrow-prev.svg);
}

.swiper-button-next {
    background-image: url(../../images/arrow-next.svg);
}


.popup {
    display: none;
    border-radius: 30px;
    max-width: 580px;
    width: 100%;
    padding: 0;
    position: relative;
    overflow: hidden;
}

@media (max-width: 992px) {
    .popup {
        border-radius: 20px;
    }

    .breadcrumb {
        overflow-x: auto;
        flex-wrap: nowrap;
        margin-top: 70px;
    }

    .breadcrumb a {
        white-space: nowrap;
    }

    .breadcrumb span {
        white-space: nowrap;
    }
}

@media (max-width: 568px) {
    .popup {
        border-radius: 15px;
    }
}

.popup__wrap {
    display: flex;
    flex-direction: column;
    padding: 40px 50px;overflow-y:auto;
}

@media (max-width: 992px) {
    .popup__wrap {
        padding: 30px;
    }
}

.popup__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    margin: 0 0 15px;
    text-transform: uppercase;
    color: var(--blue);
}

.popup__note {
    font-size: 14px;
    margin-bottom: 25px;
    font-weight: 400;
}

.popup__note:last-child {
    margin-bottom: 0;
}

.popup .button {
    width: 100%;
}

.popup>.carousel__button.is-close {
    background: url(../../images/popup-close.svg) center/contain no-repeat;
    width: 20px;
    height: 20px;
    top: 30px;
    right: 30px;
    border-radius: 0;
}

@media (max-width: 568px) {
    .popup>.carousel__button.is-close {
        top: 20px;
        right: 20px;
    }
}

.popup>.carousel__button.is-close svg {
    display: none;
}

.forms-field textarea#m3206farea {
    height: 160px;
}


.popup__form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.popup input::-moz-placeholder {
    opacity: 1;
    color: var(--dark-gray);
}

.popup input::placeholder {
    opacity: 1;
    color: var(--dark-gray);
}

.popup textarea::-moz-placeholder {
    opacity: 1;
    color: var(--dark-gray);
}

.popup textarea::placeholder {
    opacity: 1;
    color: var(--dark-gray);
}

.data-confirm {
    font-size: 12px;
    line-height: 150%;
    color: var(--dark-gray);
}

.footer {
    background: var(--blue);
    color: var(--white);
    margin-top: 40px;
    font-size: 18px;
}

@media (max-width: 992px) {
    .footer {
        font-size: 16px;
        margin-top: 20px;
        margin-top: 40px;
        height: auto;
        padding: 25px 20px;
    }
}

.footer__wrap {
    display: flex;
    max-width: 1350px;
    width: 100%;
    height: 110px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .footer__wrap {
        flex-direction: column;
        justify-content: center;
        gap: 15px;
        text-align: center;
        font-size: 14px;
    }
}

.footer-logo img {
    display: block;
    height: 40px;
}

@media (max-width: 992px) {
    .footer-logo img {
        height: 25px;
    }
}

.footer a {
    text-decoration: underline;
}

.footer a:hover {
    text-decoration: none;
}

.main-nav__item a.main-nav__link.active {
    color: #f5ac0f;
}

.lljk {
    float: left;
}

.error {
    background: pink !important;
}

.vd_head_mob {
    display: none;
}

/*.gallery-thumb {display: flex;flex-wrap: wrap;gap: 20px;justify-content: space-between;}
.gallery-thumb .gallery__item {width:30%}*/

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery a {
    display: flex;
    width: 23%;
}

.h1_ind {
    display: none
}

@media (max-width: 767px) {
    .h1_ind {
        display: block;
        font-size: 18px;
        font-weight: bold;
        color: #3e68ab;
        margin-top: 40px;
        padding: 0 15px;
        font-weight: 500;
    }

    .vd_head_mob {
        display: block;
    }

    .vd_head_pk {
        display: none;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom, -4px);
        top: var(--swiper-pagination-top, auto);
        left: 0;
        width: 100%;
    }

    .nav_link a {
        display: block !important;
        margin: auto;
        background: #f5ac0f;
        color: #fff;
        padding: 15px;
        border-radius: 15px;
        text-align: center;
    }

    .gallery {
        gap: 10px;
    }

    .gallery a {
        display: flex;
        width: 48%;
    }
}

video {
    margin: auto
}


@media (max-height: 800px) {
    .forms-field textarea#m3206farea {
        height: 120px;
    }

    .forms textarea,
    .forms input[type=text],
    .forms input[type=password],
    .forms input[type=email],
    .forms input[type=tel] {
        height: 54px;
        font-size: 16px;
        border-radius: 8px;
    }

    .cms_submit,
    .button {
        border-radius: 10px;
    }

    .popup {
        border-radius: 20px;
        max-width: 540px;
    }

    .fancybox__slide {
        padding: 20px 40px;
    }
}


.new_bt_rm {
    background: #f5ac0f;
}


.header-controls {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.header-controls_index {
margin-bottom:30px;
}




.container_ml {
margin: 0 auto;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1220px;
  width: 100%;
  margin: 20px auto 0px;
display: flex;justify-content: space-between;align-items: center;
}

.container_ml a.button.new_bt {
    width: 30%;
}




.container_ml a.button.new_bt_rm {
    width: 30%;
}

@media (max-width: 767px) {
.container_ml a.button.new_bt {
  display:none;
}
.container_ml a.button.new_bt_rm {
    width:100%;
font-size: 16px;
}

.container_ml {
margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  position: relative;
  padding-left: 14px;
  padding-right: 20px;
  max-width: 1220px;
  width: 100%;
  margin-top: 65px;
  margin-bottom: -48px;
}

.header-controls_index div.container_ml a.button.new_bt {
   display:none;

}

.header-controls_index {
position: absolute;
    margin-top: -783px;
    margin-left: 15px;
}

.cbc div.header-controls_index div.container_ml {
  margin-top: 0px;
}
.popup__title {
  font-size:18px;
}

}


.popup__form.forms span.zag_selk {
  display: block;
  margin-top: 9px;
  margin-bottom: -5px;
  font-size: 18px;
  color: var(--blue);
}

.zag_selk_kl {
  color: grey;
  font-size: 22px;
  display:none;
}

.popup__form.forms div.rzdl_bl {
padding: 20px;
  border: 1px solid #7777;
  border-radius: 19px;background: #f7f7f7;
}

.rzdl_bl .forms-field {margin-top:10px;}

.calc_ind {display:none;}

.calc_ind_video {display:none}

@media (max-width: 1290px) {
.chill_ind_mob {display:none}
}

@media (max-width: 767px) {
.container_ml {margin: 0 auto;}
.header-controls_index {position: relative;margin: 20px 0}
#chiller .popup__wrap {padding: 0;}
.popup__form.forms span.zag_selk {font-size: 16px;}

.calc_ind_video {display:flex;position: absolute;width: 100%;z-index:998;}
.calc_ind_video a {display:block;cursor: pointer;
    transition: 0.3s;
    border: none;
    background: #3d6098;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 40px;
    padding: 0 15px;
    border-radius: 15px;
    text-decoration: none;
    font-size: 16px;
    color: var(--white);
    text-transform: uppercase;position: relative;margin: 20px 20px;background: #f5ac0f;pdding - 20px;}
}
/* Stylesheet: Новый Modified On 2026-01-29 11:32:15 */
