@charset "UTF-8";

@font-face {
    font-family: "Mallory";
    src: url("../fonts/Mallory-Light.eot");
    src: local("Mallory Light"), local("Mallory-Light"), url("../fonts/Mallory-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Mallory-Light.woff2") format("woff2"), url("../fonts/Mallory-Light.woff") format("woff"), url("../fonts/Mallory-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Mallory";
    src: url("../fonts/Mallory-Book.eot");
    src: local("Mallory Book"), local("Mallory-Book"), url("../fonts/Mallory-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Mallory-Book.woff2") format("woff2"), url("../fonts/Mallory-Book.woff") format("woff"), url("../fonts/Mallory-Book.ttf") format("truetype");
    font-weight: 400;
    /* normal */
    font-style: normal;
}

@font-face {
    font-family: "Mallory";
    src: url("../fonts/Mallory-Medium.eot");
    src: local("Mallory Medium"), local("Mallory-Medium"), url("../fonts/Mallory-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Mallory-Medium.woff2") format("woff2"), url("../fonts/Mallory-Medium.woff") format("woff"), url("../fonts/Mallory-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Mallory";
    src: url("../fonts/Mallory-Bold.eot");
    src: local("Mallory Bold"), local("Mallory-Bold"), url("../fonts/Mallory-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Mallory-Bold.woff2") format("woff2"), url("../fonts/Mallory-Bold.woff") format("woff"), url("../fonts/Mallory-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Mallory";
    src: url("../fonts/Mallory-Black.eot");
    src: local("Mallory Black"), local("Mallory-Black"), url("../fonts/Mallory-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Mallory-Black.woff2") format("woff2"), url("../fonts/Mallory-Black.woff") format("woff"), url("../fonts/Mallory-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Mallory";
    src: url("../fonts/Mallory-XLight.eot");
    src: local("Mallory XLight"), local("Mallory-XLight"), url("../fonts/Mallory-XLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Mallory-XLight.woff2") format("woff2"), url("../fonts/Mallory-XLight.woff") format("woff"), url("../fonts/Mallory-XLight.ttf") format("truetype");
    font-weight: 200;
    font-family: "NunitoSans", sans-serif;
    font-style: normal;
}

@font-face {
    font-family: "Mallory";
    src: url("../fonts/Mallory-Thin.eot");
    src: local("Mallory Thin"), local("Mallory-Thin"), url("../fonts/Mallory-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Mallory-Thin.woff2") format("woff2"), url("../fonts/Mallory-Thin.woff") format("woff"), url("../fonts/Mallory-Thin.ttf") format("truetype");

    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Mallory";
    src: url("../fonts/Mallory-Ultra.eot");
    src: local("Mallory Ultra"), local("Mallory-Ultra"), url("../fonts/Mallory-Ultra.eot?#iefix") format("embedded-opentype"), url("../fonts/Mallory-Ultra.woff2") format("woff2"), url("../fonts/Mallory-Ultra.woff") format("woff"), url("../fonts/Mallory-Ultra.ttf") format("truetype");
    font-weight: 950;
    font-style: normal;
}



@font-face {
    font-family: "NunitoSans";
    src: url("../fonts/NunitoSans-Light.eot");
    src: local("NunitoSans Light"), local("NunitoSans-Light"), url("../fonts/NunitoSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NunitoSans-Light.woff2") format("woff2"), url("../fonts/NunitoSans-Light.woff") format("woff"), url("../fonts/NunitoSans-Light.ttf") format("truetype");
    font-weight: 200;
    font-family: "NunitoSans", sans-serif;
    font-style: normal;
}



:root {
    --white: #fff;
    --white-90: #ffffffe6;
    --white-80: #ffffffcc;
    --black: #0B0B0B;
    --gray-light: #E2E2E2;
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

aside,
nav,
footer,
header,
section {
    display: block;
}

html {
    font-size: 18px;
    scroll-padding: 100px;
}

@media (max-width: 1500px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 991.98px) {
    html {
        font-size: 16px;
    }
}

html,
body {
    height: 100%;
    min-width: 320px;
}

body {
    line-height: 1;
    font-family: "Mallory", sans-serif;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: "Mallory", sans-serif;
    font-size: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
    background-color: inherit;
}

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

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
    color: white;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/
body {
    color: var(--white-80);
    line-height: 1.2;
    background: black;
}

body._lock {
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
    scroll-snap-type: none;
}

@media (max-width: 1500px) {
    html {
        scroll-padding-top: 72px;
    }
}

* {
    scroll-behavior: smooth;
}

body {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: smooth;
}

.wrapper {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

*[style*=overflow] {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

._container {
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

@media (max-width: 1652px) {
    ._container {
        max-width: none;
        padding: 0 30px;
    }
}

._ibg {
    position: relative;
}

._ibg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

body.ie ._ibg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

body.ie ._ibg img {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.tabs-block-js {
    display: none;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.tabs-block-js._active {
    display: block;
}

.tabs-block-js._opacity {
    opacity: 1;
    transform: translateY(0);
}

._btn {
    height: 44px;
    padding: 0px 25px;
    color: var(--black) !important;
    text-transform: uppercase;
    background: var(--white-90);
    font-weight: 500;
    background: var(--gray-light);
    border-radius: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    border: 1.5px solid var(--gray-light);
    transition: all 0.3s ease 0s;
    font-size: 16px;
}

[lang="ru-RU"] ._btn {
    font-weight: 600;
}

@media (any-hover: hover) {
    ._btn:hover {
        border-color: white;
        background: white;
    }
}

@media (max-width: 991.98px) {
    ._btn {
        height: 38px;
        font-size: 14px;
    }
}

._btn._solid {
    color: var(--white-90) !important;
    background: transparent;
}

@media (any-hover: hover) {
    ._btn._solid:hover {
        color: var(--black) !important;
        background: var(--white-90);
    }
}

.slider-pagination {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    display: flex;
    gap: 5px;
}

.slider-pagination .swiper-pagination-bullet {
    background: rgba(217, 217, 217, 0.5);
    width: 15px;
    height: 2px;
    border-radius: 3px;
    transition: all 0.3s ease 0s;
}

.slider-pagination .swiper-pagination-bullet-active {
    background: #D9D9D9;
}

._section {
    position: relative;
    padding: 100px 0;
    background: url("../img/section-bg.jpg") 0 0/cover no-repeat;
    background-color: var(--black);
}

@media (max-width: 1500px) {
    ._section {
        padding: 85px 0;
    }
}

@media (max-width: 991.98px) {
    ._section {
        background: url("../img/section-bg.jpg") -600px 0/auto auto repeat;
        background-color: var(--black);
    }
}

@media (max-width: 991.98px) {
    ._section {
        padding: 50px 0;
    }
}

h2,
.page-home__title {
    font-size: 40px;
    color: white;
    line-height: 119%;
}

.page-home__title {
    margin-bottom: 30px;
}

@media (max-width: 1500px) {

    h2,
    .page-home__title {
        font-size: 34px;
    }
}

@media (max-width: 991.98px) {

    h2,
    .page-home__title {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {

    h2,
    .page-home__title {
        font-size: 26px;
    }
}

h2::after,
.page-home__title:after {
    content: "";
    width: 90px;
    height: 2px;
    background: white;
    display: block;
    margin-top: 17px;
}

@media (max-width: 991.98px) {

    h2::after,
    .page-home__title:after {
        margin-top: 10px;
        width: 60px;
    }
}

._ui-text h2,
._ui-text h3,
._ui-text h4 {
    font-weight: 400;
    margin-bottom: 24px;
}

@media (max-width: 991.98px) {

    ._ui-text h2,
    ._ui-text h3,
    ._ui-text h4 {
        margin-bottom: 20px;
    }
}

._ui-text h2 {
    font-size: 40px;
}

._ui-text h2:not(:first-child) {
    margin-top: 100px;
}

@media (max-width: 1500px) {
    ._ui-text h2 {
        font-size: 34px;
    }

    ._ui-text h2:not(:first-child) {
        margin-top: 50px;
    }
}

@media (max-width: 991.98px) {
    ._ui-text h2 {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {
    ._ui-text h2 {
        font-size: 26px;
    }
}

._ui-text h3 {
    font-size: 26px;
    line-height: 140%;
    margin-top: 54px;
}

@media (max-width: 991.98px) {
    ._ui-text h3 {
        bottom: 13px;
        margin-top: 39px;
    }
}

@media (max-width: 991.98px) {
    ._ui-text h3 {
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {
    ._ui-text h3 {
        font-size: 20px;
    }
}

._ui-text h4 {
    font-size: 24px;
}

@media (max-width: 991.98px) {
    ._ui-text h4 {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    ._ui-text h4 {
        font-size: 18px;
    }
}

._ui-text ul,
._ui-text ol {
    color: var(--white-80);
    margin: 20px 0;
    font-weight: 200;
    font-family: "NunitoSans", sans-serif;
    line-height: 160%;
    font-family: "NunitoSans", sans-serif;
}

._ui-text ol {
    list-style-type: none;
    /* Убираем исходные маркеры */
    counter-reset: num;
}

._ui-text ol>li::before {
    content: counter(num) ". ";
    counter-increment: num;
    color: var(--white-80);
    margin-right: 5px;
    margin-left: 5px;
}

._ui-text li {
    margin-bottom: 20px;
}

._ui-text li:last-child {
    margin-bottom: 0;
}

._ui-text ul>li {
    padding-left: 25px;
    position: relative;
    color: var(--white-80);
}

[dir="rtl"] ._ui-text ul>li {
    padding-right: 25px;
    padding-left: 0;
}

._ui-text ul>li::before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    background-color: var(--white-80);
    height: 8px;
    width: 8px;
    position: absolute;
    left: 5px;
    flex-shrink: 0;
    top: 11px;
}

[dir="rtl"] ._ui-text ul>li::before {
    left: auto;
    right: 5px;
}

._ui-text a {
    color: white;
    transition: all 0.3s ease 0s;
    border-bottom: 1px solid white;

}

._ui-text a:hover {
    border-color: var(--white-80);
    color: var(--white-80);
}

._ui-text a:active {
    border-color: var(--white-80);
    color: var(--white-80);
}

._ui-text p {
    color: var(--white-80);
    line-height: 160%;
    margin-bottom: 25px;
    font-weight: 200;
    font-family: "NunitoSans", sans-serif;

}

._ui-text p:last-child {
    margin-bottom: 0;
}

._ui-text img {
    border-radius: 6px;
    max-width: 100%;
    height: 100%;
}

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

._ui-text table {
    margin: 20px 0;
    border-spacing: 0;
    border-collapse: inherit
}



._ui-text table thead tr th:first-child {
    border-radius: 30px 0 0 0;
}

._ui-text table thead tr th:last-child {
    border-radius: 0 30px 0 0;
}

._ui-text td,
._ui-text th {
    padding: 10px;
    font-weight: 200;
    font-family: "NunitoSans", sans-serif;
    color: var(--white-80);
    padding: 15px 25px;
    background: #212227;

}

._ui-text table thead tr th {
    text-align: left;
    font-weight: 400;
    color: #ffffff;
    background: #35363d;

}

._ui-text tbody tr:last-child td:first-child {
    border-radius: 0 0 0 30px;
}

._ui-text tbody tr:last-child td:last-child {
    border-radius: 0 0 30px 0;
}

._ui-text td strong {
    font-weight: 700;
    color: white;
}


.slider-nav {
    display: flex;
    gap: 15px;
}

[dir="rtl"] .slider-nav button {
    transform: scale(-1, 1);
}

@media (max-width: 991.98px) {
    .slider-nav {
        gap: 10px;
    }
}


.slider-nav button {
    width: 36px;
    height: 36px;
    color: var(--white-80);
    transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
    .slider-nav button:hover {
        color: white;
    }
}

@media (max-width: 991.98px) {
    .slider-nav button {
        width: 30px;
        height: 30px;
    }

    .slider-nav button svg {
        width: 30px;
        height: 30px;
    }
}

.image-comparison {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.image-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.image-container::before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 57.41%, rgba(0, 0, 0, 0.8) 90.28%);
    position: absolute;
    inset: 0;
    z-index: 1;
}

.image-after {
    z-index: 1;
}

.image-before {
    width: 100%;
    z-index: 2;
}

.comparison-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.slider-handle {
    position: absolute;
    top: 0;
    bottom: 30%;
    left: 50%;
    background: white;
    cursor: ew-resize;
    transform: translateX(-2px);
    z-index: 10;
}

.slider-handle::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100$' height='100%' viewBox='0 0 80 40' fill='none'%3E%3Cg opacity='0.8'%3E%3Cpath d='M0 20C0 8.95431 8.95431 0 20 0H40V40H20C8.95431 40 0 31.0457 0 20Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.0719 29.6614C25.3935 29.3569 25.5742 28.9441 25.5742 28.5136C25.5742 28.0831 25.3935 27.6703 25.0719 27.3658L16.9525 19.6175C16.7943 19.4625 16.6049 19.3388 16.3956 19.2537C16.1863 19.1686 15.9611 19.1238 15.7333 19.122C15.5055 19.1201 15.2796 19.1612 15.0687 19.2428C14.8578 19.3244 14.6662 19.445 14.5051 19.5974C14.344 19.7498 14.2167 19.9311 14.1304 20.1306C14.0441 20.3301 14.0007 20.5439 14.0027 20.7595C14.0047 20.975 14.052 21.1881 14.1419 21.3861C14.2318 21.5842 14.3625 21.7633 14.5264 21.9131L22.6457 29.6614C22.9675 29.9657 23.4038 30.1367 23.8588 30.1367C24.3138 30.1367 24.7501 29.9657 25.0719 29.6614Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.068 11.816C25.3896 12.1204 25.5703 12.5333 25.5703 12.9638C25.5703 13.3943 25.3896 13.8071 25.068 14.1116L16.9486 21.8599C16.7904 22.0149 16.601 22.1386 16.3917 22.2237C16.1824 22.3088 15.9572 22.3535 15.7294 22.3554C15.5016 22.3573 15.2756 22.3162 15.0648 22.2346C14.8539 22.1529 14.6623 22.0324 14.5012 21.88C14.3401 21.7275 14.2127 21.5463 14.1265 21.3468C14.0402 21.1473 13.9968 20.9335 13.9988 20.7179C14.0007 20.5024 14.0481 20.2893 14.138 20.0912C14.2279 19.8932 14.3586 19.714 14.5225 19.5643L22.6418 11.816C22.9636 11.5116 23.3999 11.3407 23.8549 11.3407C24.3099 11.3407 24.7462 11.5116 25.068 11.816Z' fill='black'/%3E%3C/g%3E%3Cg opacity='0.8'%3E%3Cpath d='M40 0H60C71.0457 0 80 8.95431 80 20C80 31.0457 71.0457 40 60 40H40V0Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M54.932 29.6614C54.6104 29.3569 54.4297 28.9441 54.4297 28.5136C54.4297 28.0831 54.6104 27.6703 54.932 27.3658L63.0514 19.6175C63.2096 19.4625 63.399 19.3388 63.6083 19.2537C63.8176 19.1686 64.0428 19.1238 64.2706 19.122C64.4984 19.1201 64.7244 19.1612 64.9352 19.2428C65.1461 19.3244 65.3377 19.445 65.4988 19.5974C65.6599 19.7498 65.7873 19.9311 65.8735 20.1306C65.9598 20.3301 66.0032 20.5439 66.0012 20.7595C65.9993 20.975 65.9519 21.1881 65.862 21.3861C65.7721 21.5842 65.6414 21.7633 65.4775 21.9131L57.3582 29.6614C57.0364 29.9657 56.6001 30.1367 56.1451 30.1367C55.6901 30.1367 55.2538 29.9657 54.932 29.6614Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M54.932 11.816C54.6104 12.1204 54.4297 12.5333 54.4297 12.9638C54.4297 13.3943 54.6104 13.8071 54.932 14.1116L63.0514 21.8599C63.2096 22.0149 63.399 22.1386 63.6083 22.2237C63.8176 22.3088 64.0428 22.3535 64.2706 22.3554C64.4984 22.3573 64.7244 22.3162 64.9352 22.2346C65.1461 22.1529 65.3377 22.0324 65.4988 21.88C65.6599 21.7276 65.7873 21.5463 65.8735 21.3468C65.9598 21.1473 66.0032 20.9335 66.0012 20.7179C65.9993 20.5024 65.9519 20.2893 65.862 20.0912C65.7721 19.8932 65.6414 19.714 65.4775 19.5643L57.3582 11.816C57.0364 11.5116 56.6001 11.3407 56.1451 11.3407C55.6901 11.3407 55.2538 11.5116 54.932 11.816Z' fill='black'/%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    bottom: 95px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    display: block;
    width: 80px;
    height: 40px;
}

@media (max-width: 991.98px) {
    .slider-handle::before {
        width: 60px;
        height: 30px;
    }
}

/**
 * Swiper 8.2.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 10, 2022
 */
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube {
    overflow: visible;
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}

.swiper-flip {
    overflow: visible;
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}

.swiper-cards {
    overflow: visible;
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.popup {
    -webkit-overflow-scrolling: touch;
    z-index: 100;
    padding: 30px 10px;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    transition: visibility 0.8s ease 0s;
    visibility: hidden;
}

.popup::before {
    content: "";
    background: rgba(26, 117, 187, 0.5098039216);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.8s ease 0s;
}

.popup.show {
    visibility: visible;
    overflow: auto;
}

.popup.show::before {
    opacity: 1;
}

.popup.show .popup__body {
    transform: scale(1);
}

.popup._active {
    overflow: auto;
    visibility: visible;
}

.popup._active::before {
    opacity: 1;
}

.popup._active .popup__body {
    transition: all 0.3s ease 0.2s;
    transform: scale(1);
}

.popup__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup__body {
    transform: scale(0);
    transition: all 0.3s ease 0s;
    background: white;
    border-radius: 20px;
    padding: 60px;
    max-width: 600px;
    text-align: center;
}

@media (max-width: 1500px) {
    .popup__body {
        padding: 50px;
    }
}

@media (max-width: 991.98px) {
    .popup__body {
        padding: 30px;
    }
}

.popup__close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 30;
    background: url("./img/icons/close.svg") 0 0 no-repeat;
}

.header {
    position: fixed;
    width: 100%;
    z-index: 10;
    transition: all 0.3s ease 0s;
}

.header._active {
    background: var(--black);
}

.header a {
    color: var(--white);
}

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

@media (max-width: 1099.98px) {
    .header__wrapper {
        padding: 16px 0;
    }
}

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

@media (max-width: 1099.98px) {
    .header__socials {
        display: none;
    }
}

.header__socials a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E2E2E2;
    transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
    .header__socials a:hover {
        color: white;
    }
}

@media (max-width: 1652px) {
    .header__socials a {
        width: 35px;
        height: 35px;
    }
}

.header__socials a svg {
    width: 30px;
    height: 30px;
}

@media (max-width: 1652px) {
    .header__socials a svg {
        width: 25px;
        height: 25px;
    }
}

.header__menu {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

@media (max-width: 1500px) {
    .header__menu {
        margin-right: 60px;
        margin-left: 0;
    }
}

@media (max-width: 1099.98px) {
    .header__menu {
        margin-right: 0px;
        margin-left: 20px;
    }

    .header__menu ul {
        display: none;
    }
}

@media (min-width: 1099.98px) {
    .header__menu>ul {
        text-transform: uppercase;
        display: flex;
        gap: 30px;
        font-size: 16px;
    }
}

@media (min-width: 1099.98px) and (max-width: 1652px) {
    .header__menu>ul {
        gap: 20px;
    }
}

@media (min-width: 1099.98px) and (max-width: 991.98px) {
    .header__menu>ul {
        display: none;
    }
}

@media (min-width: 1099.98px) {
    .header__menu>ul>li {
        padding: 20px 0;
    }

    .header__menu>ul>li>a {
        position: relative;
    }

    .header__menu>ul>li>a::before {
        position: absolute;
        top: 120%;
        left: 0;
        right: 0;
        height: 2px;
        transform: scaleX(0);
        transition: transform 0.4s;
        transform-origin: 0 0;
        background: #fff;
        content: "";
    }
}

@media (min-width: 1099.98px) and (any-hover: hover) {
    .header__menu>ul>li>a:hover::before {
        transform: scaleX(1);
    }
}

@media (min-width: 1099.98px) {
    .header__menu>ul>li.has-children>a {
        display: flex;
        gap: 5px;
        align-items: center;
    }

    .header__menu>ul>li.has-children>a::after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M4.5 7.30005L8.5 11.3L12.5 7.30005' stroke='white' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        width: 16px;
        height: 16px;
    }
}

@media (min-width: 1099.98px) and (any-hover: hover) {
    .header__menu>ul>li.has-children:hover.details>ul {
        visibility: visible;
        opacity: 1;
    }

    .header__menu>ul>li.has-children:hover:not(.details)>ul {
        visibility: visible;
        opacity: 1;
    }
}

@media (min-width: 1099.98px) {
    .header__menu>ul>li.has-children:not(.details)>ul {
        position: absolute;
        border-radius: 0 0 15px 15px;
        border-top: 3px solid var(--gray-light, #E2E2E2);
        background: rgba(26, 25, 29, 0.98);
        top: 90px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease 0s;
        overflow: hidden;
    }

    .header__menu>ul>li.has-children:not(.details)>ul a {
        padding: 12px 30px;
        display: block;
        text-transform: none;
        transition: all 0.3s ease 0s;
    }
}

@media (min-width: 1099.98px) and (any-hover: hover) {
    .header__menu>ul>li.has-children:not(.details)>ul a:hover {
        background: white;
        color: var(--black);
    }
}

@media (min-width: 1099.98px) {
    .header__menu>ul>li.has-children.details>ul {
        transition: all 0.3s ease 0s;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        border-radius: 10px;
        left: -35%;
        right: -48%;
        /* left: -10%; */
        top: 60px;
        background: linear-gradient(45deg, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.07) 126.4%), rgba(26, 25, 29, 0.99);
        padding: 50px 60px;
        display: flex;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 50px;
        padding-right: 50px;
    }

    .header__menu>ul>li.has-children.details>ul>li.has-children>a {
        color: #FFF;
        font-size: 18px;
        font-weight: 500;
        line-height: 160%;
        margin-bottom: 15px;
        display: block;
    }


    .header__menu>ul>li.has-children.details>ul>li.has-children {
        padding-left: 50px;
        border-left: 1px solid rgba(226, 226, 226, 0.15);
    }

    .header__menu>ul>li.has-children.details>ul>li.has-children:first-of-type {
        padding-left: 0;
        border-left: 0;
    }

    [dir="rtl"] .header__menu>ul>li.has-children.details>ul>li.has-children:first-of-type {
        padding-left: 50px;
        border-left: 1px solid rgba(226, 226, 226, 0.15);
    }

    [dir="rtl"] .header__menu>ul>li.has-children.details>ul>li.has-children:last-of-type {
        padding-left: 0px;
        border-left: 0;
    }

    .header__menu>ul>li.has-children.details>ul>li.has-children>ul {
        max-height: 440px;
        display: flex;
        flex-direction: column;
        gap: 0 25px;
        flex-wrap: wrap;
        width: 100%;
        /* overflow-x: hidden; */
        padding-right: 10px;
    }

    /* .header__menu>ul>li.has-children.details>ul>li.has-children>ul {
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: thin;
        scrollbar-color: rgb(43 43 43) transparent;
    } */

    /* Стилизация для Webkit */
    /* .header__menu>ul>li.has-children.details>ul>li.has-children>ul::-webkit-scrollbar {
        width: 4px;
    }

    .header__menu>ul>li.has-children.details>ul>li.has-children>ul::-webkit-scrollbar-track {
        background: transparent;
    }

    .header__menu>ul>li.has-children.details>ul>li.has-children>ul::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.3);
        border-radius: 2px;
    } */

    .header__menu>ul>li.has-children.details>ul>li.has-children>ul a {
        font-size: 14px;
        font-style: normal;
        font-weight: 350;
        line-height: 150%;
        color: var(--white-80, rgba(255, 255, 255, 0.8));
        text-transform: none;
        white-space: nowrap;
        padding: 3px 0;
        display: block;
        transition: all 0.3s ease 0s;
    }
}

@media (min-width: 991.98px) and (any-hover: hover) {
    .header__menu>ul>li.has-children.details>ul>li.has-children>ul a:hover {
        color: white;
    }
}

.header__logo {
    margin: 0 54px;
    height: 44px;
}

@media (max-width: 1652px) {
    .header__logo {
        height: 40px;
        margin: 0 40px;
    }
}

@media (max-width: 1099.98px) {
    .header__logo {
        height: 27px;
        margin: 0 0 0 20px;
    }
}

.header__logo img {
    width: 100%;
    height: 100%;
}

.header__contacts {
    display: flex;
    gap: 17px;
    margin-right: 8px;
}

@media (max-width: 1500px) {
    .header__contacts {
        margin-right: 0;
        gap: 3px;
    }
}

.header__contacts a {
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
    direction: ltr;
    unicode-bidi: isolate;
}

@media (max-width: 1500px) {
    .header__contacts a {
        font-size: 0;
    }
}

.header-menu-mob {
    display: none;
    position: fixed;
    inset: 0;
    max-width: 100%;
    background: black;
    z-index: 5;
    padding: 16px 40px;
    overflow: hidden;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: scroll;
}

.header-menu-mob {
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgb(43 43 43) transparent;
}

/* Стилизация для Webkit */
.header-menu-mob::-webkit-scrollbar {
    width: 2px;
}

.header-menu-mob::-webkit-scrollbar-track {
    background: transparent;
}

.header-menu-mob::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}

@media (max-width: 1099.98px) {
    .header-menu-mob {
        display: block;
    }
}

.header-menu-mob._active {
    transform: translateX(0);
}

.header-menu-mob>ul {
    display: grid;
    gap: 20px;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

.header-menu-mob>ul>li.has-children>a {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-transform: uppercase;
}

.header-menu-mob>ul>li.has-children>a::after {
    content: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.408 7.70224L11.1997 7.9076C11.1405 7.96676 11.0603 8 10.9766 8C10.8929 8 10.8127 7.96676 10.7535 7.9076L3.59202 0.744218C3.53306 0.684896 3.5 0.60463 3.5 0.520979C3.5 0.437328 3.53306 0.357086 3.59202 0.297765L3.80029 0.0923967C3.85949 0.033237 3.93974 0 4.02341 0C4.10709 0 4.18733 0.033237 4.24653 0.0923967L11.408 7.25617C11.4669 7.31543 11.5 7.39561 11.5 7.4792C11.5 7.56279 11.4669 7.64298 11.408 7.70224Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.59202 14.7022L3.80029 14.9076C3.85949 14.9668 3.93974 15 4.02341 15C4.10709 15 4.18733 14.9668 4.24653 14.9076L11.408 7.74422C11.4669 7.6849 11.5 7.60463 11.5 7.52098C11.5 7.43733 11.4669 7.35709 11.408 7.29776L11.1997 7.0924C11.1405 7.03324 11.0603 7 10.9766 7C10.8929 7 10.8127 7.03324 10.7535 7.0924L3.59202 14.2562C3.53309 14.3154 3.5 14.3956 3.5 14.4792C3.5 14.5628 3.53309 14.643 3.59202 14.7022Z' fill='white'/%3E%3C/svg%3E");
    display: block;
}

.header-menu-mob>ul>li.has-children ul {
    position: absolute;
    top: -102px;
    left: -40px;
    right: -40px;
    bottom: -20px;
    background: black;
    z-index: 10;
    padding: 20px 60px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    display: none;
    flex-direction: column;
    gap: 15px;
    height: 100vh;
}

.header-menu-mob>ul>li.has-children ul .submenu-header {
    font-size: 26px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-left: -35px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    cursor: pointer;
}

.header-menu-mob>ul>li.has-children ul .submenu-header::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.78944 9.73052L5.06714 9.45669C5.14607 9.37781 5.25307 9.3335 5.36463 9.3335C5.4762 9.3335 5.58319 9.37781 5.66213 9.45669L15.2107 19.0079C15.2893 19.087 15.3334 19.194 15.3334 19.3055C15.3334 19.4171 15.2893 19.524 15.2107 19.6031L14.933 19.877C14.8541 19.9558 14.7471 20.0002 14.6355 20.0002C14.524 20.0002 14.417 19.9558 14.338 19.877L4.78944 10.3253C4.71086 10.2463 4.66675 10.1393 4.66675 10.0279C4.66675 9.91644 4.71086 9.80953 4.78944 9.73052Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.2107 0.397019L14.933 0.123196C14.8541 0.0443164 14.7471 0 14.6355 0C14.524 0 14.417 0.0443164 14.338 0.123196L4.78944 9.67438C4.71083 9.75347 4.66675 9.86049 4.66675 9.97203C4.66675 10.0836 4.71083 10.1906 4.78944 10.2696L5.06714 10.5435C5.14607 10.6224 5.25307 10.6667 5.36463 10.6667C5.4762 10.6667 5.58319 10.6224 5.66213 10.5435L15.2107 0.991776C15.2893 0.912765 15.3334 0.805851 15.3334 0.694398C15.3334 0.582944 15.2893 0.47603 15.2107 0.397019Z' fill='white'/%3E%3C/svg%3E");
    background-size: contain;
    cursor: pointer;
}

.header-menu-mob>ul>li.has-children ul .submenu-header span {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-transform: inherit;
}

.header-menu-mob>ul>li.has-children ul._active {
    transform: translateX(0);
    display: flex;
}

.header-menu-mob>ul>li.has-children ul li a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    font-family: "NunitoSans", sans-serif;
    line-height: 150%;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
}

.header-menu-mob>ul>li.has-children ul li a:hover {
    color: #ccc;
}

.header-menu-mob>ul>li>a {
    text-transform: uppercase;
    font-size: 20px;
}

.header-menu-mob__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 41px;
}

.header-menu-mob__logo {
    height: 41px;
}

.header-menu-mob__logo img {
    width: 100%;
    height: 100%;
}

.header-menu-mob__close {
    z-index: 9;
}

.header-menu-mob__address {
    margin: 41px 0 20px;
    color: var(--white-80, rgba(255, 255, 255, 0.8));
    font-weight: 200;
    font-family: "NunitoSans", sans-serif;
    line-height: 150%;
}

.header-menu-mob__switchers {
    display: flex;
    gap: 30px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(56, 56, 56, 0.5);
    border-top: 1px solid rgba(56, 56, 56, 0.5);
}

.header-menu-mob__switchers .footer-contacts-city {
    margin: 0;
}

.header-menu-mob__switchers svg {
    width: 24px;
    height: 24px;
}

.header-menu-mob__switchers svg:last-of-type {
    width: 20px;
    height: 20px;
}

.header-menu-mob .footer-socials {
    margin-bottom: 30px;
}

.header-menu-mob .footer-socials a {
    width: 34px;
    height: 34px;
    color: black;
}

.burger-menu {
    display: none;
}

@media (max-width: 1099.98px) {
    .burger-menu {
        display: block;
        width: 28px;
        height: 28px;
        cursor: pointer;
        z-index: 5;
    }

    .burger-menu::before {
        content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M1.8667 7.46678C1.8667 6.95131 2.28457 6.53345 2.80003 6.53345H25.2C25.7155 6.53345 26.1334 6.95131 26.1334 7.46678C26.1334 7.98225 25.7155 8.40011 25.2 8.40011H2.80003C2.28457 8.40011 1.8667 7.98225 1.8667 7.46678Z' fill='white' /%3E%3Cpath d='M1.8667 14C1.8667 13.4845 2.28457 13.0667 2.80003 13.0667H25.2C25.7155 13.0667 26.1334 13.4845 26.1334 14C26.1334 14.5154 25.7155 14.9333 25.2 14.9333H2.80003C2.28457 14.9333 1.8667 14.5154 1.8667 14Z' fill='white' /%3E%3Cpath d='M1.8667 20.5334C1.8667 20.018 2.28457 19.6001 2.80003 19.6001H25.2C25.7155 19.6001 26.1334 20.018 26.1334 20.5334C26.1334 21.0489 25.7155 21.4668 25.2 21.4668H2.80003C2.28457 21.4668 1.8667 21.0489 1.8667 20.5334Z' fill='white' /%3E%3C/svg%3E");
    }
}

.mobile-line {
    position: fixed;
    top: auto;
    bottom: 0;
    z-index: 9;
    display: none;
    background: linear-gradient(0deg, #0B0B0B 0%, #0B0B0B 100%), linear-gradient(45deg, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.07) 126.4%), linear-gradient(90deg, rgba(31, 33, 36, 0.4) -2.27%, rgba(11, 11, 11, 0.4) 40.9%, rgba(31, 33, 36, 0.4) 83.43%, rgba(31, 33, 36, 0.4) 130.46%), linear-gradient(0deg, rgba(41, 40, 47, 0.96) 0%, rgba(41, 40, 47, 0.96) 100%), var(--black, #0B0B0B);
    width: 100%;
    padding: 10px 20px;
    align-items: center;
    grid-gap: 15px;
    height: 52px;
    transform: translateY(100%);
    transition: all 0.3s ease 0s;
}

.mobile-line._active {
    transform: translateY(0);
}

.mobile-line a {
    color: white;
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 14px;
    justify-content: center;
}

.mobile-line a:last-child::after {
    display: none;
}

.mobile-line span {
    content: "";
    background: rgba(217, 217, 217, 0.21);
    width: 1px;
    height: 24px;
}

@media (max-width: 767.98px) {
    .mobile-line {
        display: flex;
        justify-content: space-between;
        grid-template-columns: repeat(3, 1fr);
    }
}

.footer {
    padding: 100px 0 70px;
    position: relative;
    background-color: var(--black);
}

@media (max-width: 1099.98px) {
    .footer {
        padding: 50px 0;
    }
}

.footer__container {
    position: relative;
    z-index: 1;
}

.footer__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.footer__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer__wrapper {
    display: flex;
}

@media (max-width: 1200px) {
    .footer__wrapper {
        flex-wrap: wrap;
    }
}

@media (max-width: 1099.98px) {
    .footer__wrapper {
        flex-direction: column;
        align-items: center;
    }
}

.footer__logo {
    margin-right: 110px;
    height: 66px;
}

[dir="rtl"] .footer__logo {
    margin-right: 0;
    margin-left: 110px;

}

@media (max-width: 1200px) {
    .footer__logo {
        margin-right: 50px;
        width: 100%;
        margin-bottom: 50px;
    }

    [dir="rtl"] .footer__logo {
        margin-left: 50px;

    }
}

@media (max-width: 1099.98px) {
    .footer__logo {
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
        height: 80px;
    }
}

.footer__logo img {
    width: fit-content;
    height: 100%;
}

.footer-contacts {
    display: grid;
    grid-gap: 40px;
    max-width: 450px;
    height: fit-content;
    direction: ltr;
    unicode-bidi: isolate;
}

@media (max-width: 1099.98px) {
    .footer-contacts {
        text-align: center;
        grid-gap: 20px;
        margin-bottom: 50px;
    }
}

@media (max-width: 1099.98px) {
    .footer-contacts-item:last-child {
        order: -1;
    }
}

.footer-contacts-item__ttl {
    color: white;
    font-size: 20px;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 10px;
}

@media (max-width: 1099.98px) {
    .footer-contacts-item__ttl {
        font-size: 18px;
    }
}

.footer-contacts-item__info {
    display: grid;
}

.footer-contacts-item__info a,
.footer-contacts-item__info span {
    font-weight: 200;
    font-family: "NunitoSans", sans-serif;
    color: var(--white-80);
    line-height: 160%;
}

@media (max-width: 1099.98px) {

    .footer-contacts-item__info a,
    .footer-contacts-item__info span {
        font-size: 16px;
    }
}

.footer-contacts-item__info a {
    transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
    .footer-contacts-item__info a:hover {
        color: white;
    }
}

.footer-contacts-city {
    margin-top: 10px;
}

@media (max-width: 1099.98px) {
    .footer-contacts-city {
        margin-left: auto;
        margin-right: auto;
    }
}

.footer-contacts-city__ttl {
    display: flex;
    align-items: center;
    gap: 3px;
}

.footer-main-menu {
    margin: 0 50px;
}

@media (max-width: 1099.98px) {
    .footer-main-menu {
        margin: 0;
    }
}

.footer-main-menu nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 85px;
}

@media (max-width: 1652px) {
    .footer-main-menu nav {
        grid-gap: 15px;
    }
}

@media (max-width: 1652px) {
    .footer-main-menu nav {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

@media (max-width: 1099.98px) {
    .footer-main-menu nav {
        text-align: center;
        gap: 30px;
    }
}

.footer-main-menu nav ul {
    display: grid;
    gap: 15px;
    height: fit-content;
}

@media (max-width: 1099.98px) {
    .footer-main-menu nav ul {
        grid-gap: 10px;
    }
}

.footer-main-menu nav ul li a {
    color: white;
    line-height: 140%;
    font-size: 20px;
    font-weight: 300;
    transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
    .footer-main-menu nav ul li a:hover {
        color: white;
    }
}

@media (max-width: 1099.98px) {
    .footer-main-menu nav ul li a {
        font-size: 18px;
        line-height: 130%;
    }
}

.footer-socials {
    margin-top: 105px;
    display: flex;
    gap: 15px;
}

@media (max-width: 1099.98px) {
    .footer-socials {
        margin-top: 30px;
    }
}

@media (max-width: 560px) {
    .footer-socials {
        gap: 10px;
    }
}

.footer-socials a {
    background: var(--white-80);
    width: 38px;
    height: 38px;
    padding: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

.footer-socials a svg {
    width: 16px;
    height: 16px;
}

@media (any-hover: hover) {
    .footer-socials a:hover {
        background: white;
    }
}

.footer-seccond-menu {
    margin-left: auto;
}

@media (max-width: 1500px) {
    .footer-seccond-menu {
        margin-left: 0;
        min-width: auto;
    }

    .footer-bottom__copyright {
        margin-left: 50px;
    }
}

@media (max-width: 1099.98px) {
    .footer-seccond-menu {
        margin-left: 0;
        margin-top: 30px;
        text-align: center;
    }
}

.footer-seccond-menu ul {
    display: grid;
    gap: 15px;
    height: fit-content;
    min-width: 120px;
}

.footer-seccond-menu ul li a {
    color: var(--white-90);
    line-height: 140%;
    font-size: 20px;
    font-weight: 300;
    transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
    .footer-seccond-menu ul li a:hover {
        color: white;
    }
}

@media (max-width: 1099.98px) {
    .footer-seccond-menu ul li a {
        font-size: 18px;
        line-height: 130%;
    }
}

.footer-bottom {
    margin-left: 297px;
    display: flex;
    margin-top: 70px;
    align-items: center;
    gap: 20px;
}

@media (max-width: 1200px) {
    .footer-bottom {
        margin-left: 0px;
    }
}

@media (max-width: 1099.98px) {
    .footer-bottom {
        flex-direction: column;
    }
}

.footer-bottom__links {
    display: flex;
    gap: 40px;
    font-weight: 200;
    font-family: "NunitoSans", sans-serif;
}

.footer-bottom__links a {
    color: var(--white-90);
    font-weight: 200;
    font-family: "NunitoSans", sans-serif;
    transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
    .footer-bottom__links a:hover {
        color: white;
    }
}

@media (max-width: 1099.98px) {
    .footer-bottom__links a {
        font-size: 16px;
    }
}

.footer-bottom__copyright {
    color: var(--white-80);
    font-weight: 200;
    font-family: "NunitoSans", sans-serif;
}

@media (min-width: 1200px) {
    .footer-bottom__copyright {
        margin-left: 150px;
    }
}

@media (max-width: 1099.98px) {
    .footer-bottom__copyright {
        font-size: 16px;
    }
}

.footer-lang {
    margin-left: auto;
    margin-right: 25px;
}

.footer-lang .list-switcher__list {
    bottom: 28px;
    border-radius: 15px 15px 0 0;
    border-bottom: 3px solid var(--gray-light, #E2E2E2);
    border-top: 0;
}

@media (max-width: 1099.98px) {
    .footer-lang {
        margin-left: auto;
        margin-right: auto;
    }
}

.list-switcher {
    position: relative;
    width: fit-content;
}

@media (any-hover: hover) {
    .list-switcher:hover .list-switcher__list {
        visibility: visible;
        opacity: 1;
    }
}

.list-switcher__list.active {
    visibility: visible;
    opacity: 1;
}

@media (any-hover: hover) {

    .list-switcher:hover .list-switcher__ttl svg:last-child {
        transform: rotate(180deg);
    }
}

.list-switcher__ttl.active svg:last-child {
    transform: rotate(180deg);
}

.list-switcher__ttl {
    display: flex;
    align-items: center;
    gap: 3px;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    .list-switcher__ttl {
        font-size: 16px;
    }
}

.list-switcher__ttl svg {
    transition: all 0.3s ease 0s;
}

.list-switcher__list {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    /* display: grid; */
    right: 0;
    border-radius: 0 0 15px 15px;
    border-top: 3px solid var(--gray-light, #E2E2E2);
    background: rgba(26, 25, 29, 0.98);
    /* padding: 10px; */
    transition: all 0.3s ease 0s;
    overflow: hidden;
}

.list-switcher__list .active {
    font-weight: 600;
    pointer-events: none;
}

.list-switcher__list a {
    color: var(--white-80);
    font-size: 16px;
    font-weight: 200;
    font-family: "NunitoSans", sans-serif;
    white-space: nowrap;
    padding: 12px;
    display: block;
    line-height: normal;
    transition: all 0.3s ease 0s;
}

.list-switcher__list a:hover {
    background: white;
    color: var(--black);
}


.page {
    flex: 1 1 auto;
}

.information {
    padding: 100px 0 117px;
    background-color: var(--black);
}

.information__content {
    max-width: 1211px;
}

.faq__ttl {
    margin-bottom: 70px;
}

@media (max-width: 991.98px) {
    .faq__ttl {
        margin-bottom: 39px;
    }
}

.faq__items {
    display: grid;
    grid-gap: 11px;
    max-width: 870px;
}

.faq__btn {
    margin-top: 39px;
}

.faq-item {
    border-radius: 20px;
    background: var(--gray-background-60, linear-gradient(45deg, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.07) 126.4%), linear-gradient(90deg, rgba(31, 33, 36, 0.4) -2.27%, rgba(11, 11, 11, 0.4) 40.9%, rgba(31, 33, 36, 0.4) 83.43%, rgba(31, 33, 36, 0.4) 130.46%), rgba(41, 40, 47, 0.6));
    box-shadow: 0 20px 55px 0 rgba(0, 0, 0, 0.07);
    padding: 19px 50px 19px 60px;
}

@media (max-width: 991.98px) {
    .faq-item {
        padding: 27px 30px 25px 40px;
    }
}

.faq-item__question {
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor: pointer;
    gap: 10px;
    color: white;
    transition: all 0.3s ease 0s;
}

@media (max-width: 991.98px) {
    .faq-item__question {
        font-size: 18px;
        align-items: start;
    }
}

.faq-item__question._active {
    padding-top: 25px;
}

.faq-item__question._active span::after {
    transform: rotate(0deg);
}

.faq-item__question span {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    position: relative;
}

@media (max-width: 1500px) {
    .faq-item__question span {
        width: 20px;
        height: 20px;
    }
}

.faq-item__question span::before,
.faq-item__question span::after {
    content: "";
    display: block;
    background: var(--white-90);
    width: 26px;
    height: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    transition: all 0.3s ease 0s;
}

@media (max-width: 991.98px) {

    .faq-item__question span::before,
    .faq-item__question span::after {
        width: 19px;
        height: 2px;
    }
}

.faq-item__question span::before {
    top: calc(50% + 1px);
}

.faq-item__question span::after {
    transform: rotate(90deg);
}

.faq-item__answer {
    margin-top: 13px;
    padding-right: 50px;
    line-height: 160%;
    padding-bottom: 22px;
    font-weight: 200;
    font-family: "NunitoSans", sans-serif;
    color: var(--white-80);
}

@media (max-width: 991.98px) {
    .faq-item__answer {
        line-height: 150%;
    }
}

.about {
    position: relative;
    padding: 100px 0 210px;
	background-color: var(--black);
	overflow:hidden;
}

@media (max-width: 1500px) {
    .about {
        padding: 100px 0 150px;
    }
}

@media (max-width: 991.98px) {
    .about {
        padding: 50px 0 50px;
    }
}

.about__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

[dir="rtl"] .about__bg {
    transform: scale(-1, 1)
}

@media (max-width: 991.98px) {
    .about__bg {
        bottom: 0;
        top: auto;
        height: fit-content;
    }
}

.about__bg img:last-child{
	display:none;
}
@media (max-width: 991.98px) {
	.about__bg img:first-child{
	display:none;
	}
	.about__bg img:last-child{
	display:block;
}
}
.about__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about__content {
    position: relative;
    z-index: 1;
    max-width: 869px;
}

.about__btn {
    margin-top: 42px;
}

.reviews {
    background-color: var(--black);
}

@media (max-width: 991.98px) {
    .reviews {
        padding-bottom: 20px;
    }
}

.reviews.single {
    padding-top: 170px;
    padding-bottom: 30px;
}

@media (max-width: 991.98px) {
    .reviews.single {
        padding-top: 90px;
        height: 100vh;
    }
}

.reviews.single .reviews__container>a {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.reviews.single .reviews__top {
    margin-bottom: 52px;
}

.reviews.single .reviews__top a {
    margin-right: 0;
}

.reviews.single h1 {
    font-size: 60px;
    color: white;
    line-height: 119%;
}

@media (max-width: 1500px) {
    .reviews.single h1 {
        font-size: 34px;
    }
}

.reviews.single h1::after {
    content: "";
    width: 90px;
    height: 2px;
    background: white;
    margin-top: 17px;
    display: none;
}

@media (max-width: 991.98px) {
    .reviews.single h1::after {
        display: block;
        margin-top: 10px;
        width: 60px;
    }
}

@media (min-width: 991.98px) {
    .reviews.single .reviews-slider__wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}

.reviews__top {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    margin-top: 0px;
}

@media (max-width: 991.98px) {
    .reviews__top {
        margin-bottom: 38px;
    }
}

.reviews__top a {
    margin-left: auto;
    margin-right: 57px;
    font-size: 16px;
}

@media (max-width: 991.98px) {
    .reviews__top a {
        margin-right: 0;
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .reviews__top .slider-nav {
        display: none;
    }
}

.reviews-slider {
    overflow: visible;
}

.reviews-slider__pagination {
    display: none;
    margin-top: 80px;
}

@media (max-width: 991.98px) {
    .reviews-slider__pagination {
        display: flex;
    }
}

.review-item {
    border-radius: 20px;
    background: var(--gray-background-60, linear-gradient(45deg, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.07) 126.4%), linear-gradient(90deg, rgba(31, 33, 36, 0.4) -2.27%, rgba(11, 11, 11, 0.4) 40.9%, rgba(31, 33, 36, 0.4) 83.43%, rgba(31, 33, 36, 0.4) 130.46%), rgba(41, 40, 47, 0.6));
    box-shadow: 0 20px 55px 0 rgba(0, 0, 0, 0.07);
    padding: 40px 50px 40px 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media (max-width: 991.98px) {
    .review-item {
        padding: 25px 40px;
    }
}

.review-item__name {
    font-size: 20px;
    line-height: 140%;
    font-weight: 500;
    color: white;
}

.review-item__rating {
    display: flex;
    gap: 3px;
    margin-top: 10px;
}

.review-item__txt {
    margin-top: 25px;
    font-weight: 350;
    line-height: 160%;
    color: var(--white-80, rgba(255, 255, 255, 0.8));
    font-weight: 200;
    font-family: "NunitoSans", sans-serif;
}

.review-item__date {
    margin: 10px 0;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-family: "NunitoSans", sans-serif;
    font-size: 15px;
    margin-top: 20px;

}

@media (max-width: 991.98px) {
    .team {
        padding-bottom: 20px;
    }
}

.team__top {
    margin-bottom: 114px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

@media (max-width: 1500px) {
    .team__top {
        margin-bottom: 80px;
    }
}

@media (max-width: 991.98px) {
    .team__top {
        margin-bottom: 40px;
    }
}

@media (max-width: 991.98px) {
    .team__top .slider-nav {
        display: none;
    }
}

.team-slider {
    overflow: visible;
}

.team-slider__pagination {
    display: none;
    margin-top: 150px;
}

@media (max-width: 991.98px) {
    .team-slider__pagination {
        display: flex;
    }
}

.team-item {
    text-align: center;
}

.team-item__img {
    position: relative;
    padding-bottom: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.team-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}

.team-item__name {
    font-size: 20px;
    margin-top: 20px;
}

@media (max-width: 991.98px) {
    .team-item__name {
        font-size: 18px;
        margin-top: 5px;
    }
}

.team-item__position {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-weight: 200;
    font-family: "NunitoSans", sans-serif;
    line-height: 150%;
    margin-top: 5px;
}

.advantages {
    position: relative;
    padding: 150px 0 170px;
    overflow: hidden;
    background: var(--black);
}

@media (max-width: 1500px) {
    .advantages {
        padding: 100px 0 150px;
    }
}

.advantages.fix {
    z-index: -1;
}

.advantages {
    min-height: 100vh;
}

/* @media (min-width: 991.98px) { */


.advantages::before {
    content: "";
    background: var(--black);
    inset: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    transition: all 0.3s ease 0s;
    opacity: 0.7;
}

.advantages::before {
    /* opacity: 1;
        visibility: visible; */
    /* transition: opacity 1.5s ease-out, visibility 0.3s ease-out; */
}

.advantages.visible-block::before {
    /* opacity: 0;
        visibility: hidden; */
}

.advantages .advantages__container {
    /* opacity: 0;
    transform: translateY(50px); */
    transition: opacity 1.2s ease-out 0.8s, transform 1.2s ease-out 0.8s;
    position: relative;
    z-index: 2;
}

/* .advantages.visible-block .advantages__container {
    opacity: 1;
    transform: translateY(0);
} */

.advantages .advantages__bg {
    /* opacity: 0;
    transform: scale(1.1); */
    transition: opacity 1.5s ease-out 0.5s, transform 1.5s ease-out 0.5s;
}

/* .advantages.visible-block .advantages__bg {
    opacity: 1;
    transform: scale(1);
} */

/* } */

@media (max-width: 991.98px) {
    .advantages {
        padding: 50px 0 20px;
        z-index: 0;
    }
}

.advantages h2 {
    margin-bottom: 177px;
}

@media (max-width: 1500px) {
    .advantages h2 {
        margin-bottom: 80px;
    }
}

@media (max-width: 991.98px) {
    .advantages h2 {
        margin-bottom: 40px;
    }
}

.advantages__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 991.98px) {
    .advantages__bg {
        /* top: 200px; */
    }
}

.advantages__bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advantages__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advantages__bg img:last-child {
    display: none;
}

@media (max-width: 767.98px) {
    .advantages__bg img:last-child {
        display: block;
    }
}

@media (max-width: 767.98px) {
    .advantages__bg img {
        display: none;
    }
}

.advantages__container {
    position: relative;
    z-index: 1;
}

.advantages__desktop {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .advantages__desktop {
        display: none;
    }
}

.advantages__column {
    width: 450px;
    display: grid;
    grid-gap: 60px;
}

@media (max-width: 991.98px) {
    .advantages-item {
        border-radius: 20px;
        background: var(--gray-background-60, linear-gradient(45deg, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.07) 126.4%), linear-gradient(90deg, rgba(31, 33, 36, 0.4) -2.27%, rgba(11, 11, 11, 0.4) 40.9%, rgba(31, 33, 36, 0.4) 83.43%, rgba(31, 33, 36, 0.4) 130.46%), rgba(41, 40, 47, 0.6));
        box-shadow: 0 20px 55px 0 rgba(0, 0, 0, 0.07);
        padding: 25px 30px 25px 40px;
    }
}

.advantages-item__title {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 140%;
    color: white;
}

@media (max-width: 991.98px) {
    .advantages-item__title {
        font-size: 20px;
        line-height: 120%;
    }
}

.advantages-item__txt {
    font-weight: 200;
    font-family: "NunitoSans", sans-serif;
    line-height: 160%;
    color: var(--white-80);
}

@media (max-width: 991.98px) {
    .advantages-item__txt {
        font-size: 16px;
        line-height: 150%;
    }
}

.advantages-slider {
    display: none;
    overflow: visible;
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .advantages-slider {
        display: block;
    }
}

.advantages-slider__pagination {
    margin-top: 180px;
}

.video-shorts {
    padding: 115px 0;
    position: relative;
    height: 100vh;
}

@media (max-width: 991.98px) {
    .video-shorts {
        padding: 0;
        position: relative;
        height: 620px;
    }

    .video-shorts:before {
        content: "";
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) -0.59%, rgba(0, 0, 0, 0.8) 99.28%);
        position: absolute;
        height: 30%;
        width: 100%;
        z-index: 3;
        bottom: 0;
    }
}

@media (max-width: 991.98px) {
    .video-shorts__container {
        padding: 0;
    }
}

.video-shorts__bottom {
    bottom: 123px;
    position: absolute;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    left: 0;
    right: 0;
}

@media (max-width: 991.98px) {
    .video-shorts__bottom {
        bottom: 30px;
    }
}

.video-shorts__bottom-left {
    left: 21px;
}

.video-shorts__bottom-left p {
    margin-top: 22px;
    font-weight: 200;
    font-family: "NunitoSans", sans-serif;
}

@media (max-width: 991.98px) {
    .video-shorts__bottom-left p {
        margin-top: 15px;
    }
}

@media (max-width: 991.98px) {
    .video-shorts__bottom-left {
        left: 30px;
    }
}

@media (max-width: 991.98px) {

    .video-shorts__bottom-right,
    .video-shorts__bottom-left {
        z-index: 99999999;
        bottom: 35px;
    }
}

.video-shorts__bottom-right {
    right: 0px;
    display: flex;
    align-items: flex-end;
}

@media (max-width: 991.98px) {
    .video-shorts__bottom-right {
        right: 30px;
    }
}

.video-shorts__link {
    display: flex;
    align-items: center;
    color: var(--white-90);
    margin-right: 40px;
    gap: 11px;
}

@media (max-width: 991.98px) {
    .video-shorts__link {
        display: none;
    }
}

.video-shorts__nav {
    display: grid;
    justify-items: end;
}

.video-shorts__fraction {
    color: rgba(255, 255, 255, 0.7);
    margin-left: auto;
    display: block;
    width: fit-content;
    margin-bottom: 24px;
    font-size: 32px;
    letter-spacing: -5px;
}

@media (max-width: 991.98px) {
    .video-shorts__fraction {
        font-size: 18px;
        letter-spacing: -2px;
        margin-bottom: 12px;
    }
}

.video-shorts__fraction .swiper-pagination-current,
.video-shorts__fraction .swiper-pagination-total {
    letter-spacing: 0;
}

.video-shorts .video-preview {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.video-wrap {
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s ease 0s;
}

.video-wrap.loaded {
    visibility: visible;
    opacity: 1;
}

.video-shorts .video-wrap .play-button {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;

}

.video-shorts .video-wrap .play-button svg {
    width: 68px;
    height: 90px;
    top: -50%;
    left: -50%;
    transform: translate(-50%, -50%);


}

/* .video-shorts__fraction .swiper-pagination-current:before {
    content: "0";
}

.video-shorts__fraction .swiper-pagination-total:before {
    content: "0";
} */

.video-shorts-slider {
    max-width: 1420px;
}

@media (max-width: 991.98px) {
    .video-shorts-slider {
        box-shadow: 0 50px 50px 0 #0B0B0B;
    }
}

.video-shorts-slider__slide {
    height: fit-content;
    box-shadow: 0 50px 50px 0 #0B0B0B;
}

.video-shorts-slider__slide.swiper-slide {
    width: 349px;
    padding-bottom: 55vh;
    margin-top: -20px;
    position: relative;
    transition: all 0.3s ease 0s;
    transform: scale(0.8);
}

.video-shorts-slider__slide.swiper-slide::before {
    content: "";
    background: linear-gradient(0deg, rgba(11, 11, 11, 0.85) 0%, rgba(11, 11, 11, 0.85) 100%);
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    transition: all 0.3s ease 0s;
}

@media (max-width: 991.98px) {
    .video-shorts-slider__slide.swiper-slide {
        width: 100%;
        height: 100%;
        transform: none;
        padding-bottom: 620px;
        margin-top: 0;
    }
}

.video-shorts-slider__slide.swiper-slide-active {
    position: relative;
    padding-bottom: 60vh;
    margin-top: 0;
    transform: scale(1);
}

.video-shorts-slider__slide.swiper-slide-active::before {
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 991.98px) {
    .video-shorts-slider__slide.swiper-slide-active {
        padding-bottom: 620px;
    }
}

.video-shorts-slider__slide iframe {
    width: 350px;
    height: 100%;
    position: absolute;
	    left: 50%;
    transform: translateX(-50%);
}

.main-services {
    padding-top: 150px;
}

@media (max-width: 1500px) {
    .main-services {
        padding-top: 100px;
    }
}

@media (max-width: 991.98px) {
    .main-services {
        padding-top: 100px;
    }
}

.main-services h2 {
    margin-bottom: 22px;
}

.main-services__txt {
    font-weight: 200;
    font-family: "NunitoSans", sans-serif;
    line-height: 160%;
}

.main-services__slider {
    display: none;
    overflow: visible;
}

@media (max-width: 991.98px) {
    .main-services__slider {
        display: block;
    }
}

.main-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
}

@media (max-width: 991.98px) {
    .main-services-grid {
        grid-template-columns: 1fr;
        grid-gap: 0;
        margin-bottom: 20px;
    }
}

.main-services-grid__column {
    display: flex;
    flex-direction: column;
    gap: 50px;
    height: 100%;
}

@media (max-width: 991.98px) {
    .main-services-grid__column .service-card {
        display: none;
    }
}

.main-services-grid__column .service-card__img {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
}

.main-services-grid__column .service-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: static;
}

@media (max-width: 1652px) {
    .main-services-grid__column .service-card__info {
        padding: 40px;
    }
}

@media (max-width: 1500px) {
    .main-services-grid__column .service-card__info {
        padding: 20px;
    }
}

.main-services-grid__column:nth-child(1) .service-card {
    height: 43%;
}

.main-services-grid__column:nth-child(2) .service-card:nth-child(1) {
    height: 40%;
}

.main-services-grid__column:nth-child(2) .service-card:nth-child(2) {
    height: 30%;
}

.main-services-grid__column:nth-child(2) .service-card:nth-child(3) {
    height: 30%;
}

.main-services-grid__column:nth-child(3) .service-card:nth-child(1) {
    height: 30%;
}

.main-services-grid__column:nth-child(3) .service-card:nth-child(2) {
    height: 40%;
}

.main-services-grid__column:nth-child(3) .service-card:nth-child(3) {
    height: 30%;
}

.service-card {
    position: relative;
    overflow: hidden;
    color: var(--white-90);
    display: block
}

.service-card::before {
    content: '';
    background: linear-gradient(188deg, rgba(0, 0, 0, 0.00) 22.44%, rgba(0, 0, 0, 0.70) 51.93%);
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    inset: 0;
    z-index: 1;
}

@media (any-hover: hover) {
    .service-card:hover .service-card__img {
        transform: scale(1.03);
    }
}

@media (min-width: 991.98px) {
    .service-card_small .service-card__info {
        padding: 40px;
    }

    .service-card_small .service-card__ttl {
        font-size: 20px;
        text-transform: none;
    }
}

.service-card__img {
    padding-bottom: 100%;
    transition: all 1s ease 0s;
}

.service-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}

.service-card__info {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: auto;
    padding: 50px;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .service-card__info {
        padding: 30px;
    }
}

.service-card__ttl {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 130%;
}

@media (max-width: 1500px) {
    .service-card__ttl {
        font-size: 20px;
    }
}

.service-card__subttl {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 200;
    font-family: "NunitoSans", sans-serif;
    line-height: 130%;
}

.main-banner {
    padding-bottom: 100vh;
    position: relative;
}

.main-banner__wrap {
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 0;
}

.main-banner__img {
    position: absolute;
    inset: 0;
}

/* @media (max-width: 767.98px) {
    .main-banner__img {
        right: -120%;
    }
} */

.main-banner__img video,
.main-banner__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main-banner__ttl {
    position: absolute;
    top: 174px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
}

@media (max-width: 991.98px) {
    .main-banner__ttl {
        font-size: 34px;
        top: 110px;
        width: 100%;
    }
}

.main-banner__links {
    position: absolute;
    bottom: 15%;
    display: flex;
    gap: 80px;
    width: 100%;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .main-banner__links {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 25px 60px;
        padding: 30px;
        justify-items: center;
    }
}


.main-banner__links a {
    color: var(--white-90);
    font-size: 22px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

@media (max-width: 991.98px) {
    .main-banner__links a {
        font-size: 16px;
    }
}

.main-banner__links a::before {
    content: "";
    width: 50px;
    height: 3px;
    background: var(--white-90);
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

@media (max-width: 767.98px) {
    .main-banner__links a::before {
        height: 2px;
        margin-bottom: 8px;
    }
}

.map {
    direction: ltr;
    unicode-bidi: isolate;
    padding: 40px 0 50px;
    position: relative;
    min-height: 600px;
    f
}

@media (max-width: 991.98px) {
    .map {
        padding: 0;
    }
}

.map h2 {
    z-index: 1;
    position: relative;
    margin-top: 65px;
}

@media (max-width: 991.98px) {
    .map h2 {
        position: absolute;
        top: 30px;
        margin-top: 0;
    }
}

.map__img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
}

@media (max-width: 991.98px) {
    .map__img {
        position: static;
        height: 230px;
    }
}

.map__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map__wrapper {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .map__wrapper {
        flex-direction: column;
    }
}

.form {
    z-index: 1;
    border-radius: 15px;
    background: linear-gradient(90deg, rgba(31, 33, 36, 0.4) -2.27%, rgba(11, 11, 11, 0.4) 40.9%, rgba(31, 33, 36, 0.4) 83.43%, rgba(31, 33, 36, 0.4) 130.46%), linear-gradient(0deg, rgba(41, 40, 47, 0.3) 0%, rgba(41, 40, 47, 0.3) 100%), linear-gradient(0deg, #252424 0%, #3f3e3e 100%), linear-gradient(0deg, rgba(30, 30, 30, 0.6) 0%, rgba(30, 30, 30, 0.6) 100%);
    padding: 60px 100px;
    display: grid;
    direction: ltr;
    unicode-bidi: isolate;
}

@media (max-width: 991.98px) {
    .form {
        border-radius: 0;
        margin: 0 -30px;
        padding: 25px 40px;
    }
}

.form__ttl {
    font-size: 26px;
    line-height: 140%;
    margin-bottom: 10px;
}

.form__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

@media (max-width: 991.98px) {
    .form__row {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
}

.form input,
.form textarea {
    border-radius: 26px;
    background: #EBEBEB;
    width: 422px;
    padding: 7px 26px;
    width: 100%;
}

.form input:placeholder,
.form textarea:placeholder {
    color: #1F1F24;
    font-weight: 200;
    font-family: "NunitoSans", sans-serif;
}

.form__field {
    position: relative;
    margin-bottom: 19px;
    color: #1F1F24;

    font-weight: 200;
    /* font-family: "NunitoSans", sans-serif; */

}

.form__field svg {
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    bottom: 7px;
    width: 26px;
    height: 26px;
}

.form__field {
    border-radius: 26px;
    background: #EBEBEB;
    border: 2px solid #EBEBEB;
}

.form__field.error {
    border-color: red;
}


@media (max-width: 991.98px) {

    /* .form input,
    .form textarea {
        margin-bottom: 10px;
    } */
}

.form input {
    height: 40px;
}

.form textarea {
    height: 90px;
    border-radius: 20px;
    resize: none;
}

.form__subttl {
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 160%;
    color: var(--white-80);
    font-weight: 200;
    font-family: "NunitoSans", sans-serif;
}

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

.form button {
    margin-left: auto;
    margin-top: 20px;
    width: 100%;
}



.form-rating {
    position: relative;
    width: 160px;
    height: 27px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='27' viewBox='0 0 28 27' fill='none'%3E%3Cpath d='M18.8551 7.92609L26.3395 9.04405C26.9592 9.1337 27.4801 9.57667 27.678 10.1831C27.8759 10.7948 27.7145 11.4593 27.2665 11.9128L21.8395 17.3023L23.1207 25.0331C23.2249 25.6659 22.9697 26.3093 22.4488 26.6837C21.9332 27.0581 21.2509 27.1056 20.6936 26.805L14.0061 23.1927L7.32383 26.805C6.76133 27.1056 6.07904 27.0581 5.56341 26.6837C5.04779 26.3093 4.78737 25.6659 4.89675 25.0331L6.178 17.3023L0.749872 11.9128C0.301435 11.4593 0.14206 10.7948 0.338935 10.1831C0.535289 9.57667 1.05456 9.1337 1.67904 9.04405L9.15716 7.92609L12.5113 0.947746C12.7874 0.366824 13.3707 -0.00195312 14.0061 -0.00195312C14.6467 -0.00195312 15.2301 0.366824 15.5061 0.947746L18.8551 7.92609Z' fill='%23ffffff7a'/%3E%3C/svg%3E");
    background-size: 32px 27px;
    background-repeat: repeat-x;
}

.form-rating input {
    background: transparent;
    height: 27px;
    padding: 0;
}

.form-rating__star {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0 !important;
    height: 27px;
    font-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 32px 27px;
    background-repeat: repeat-x;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='27' viewBox='0 0 28 27' fill='none'%3E%3Cpath d='M18.8551 7.92609L26.3395 9.04405C26.9592 9.1337 27.4801 9.57667 27.678 10.1831C27.8759 10.7948 27.7145 11.4593 27.2665 11.9128L21.8395 17.3023L23.1207 25.0331C23.2249 25.6659 22.9697 26.3093 22.4488 26.6837C21.9332 27.0581 21.2509 27.1056 20.6936 26.805L14.0061 23.1927L7.32383 26.805C6.76133 27.1056 6.07904 27.0581 5.56341 26.6837C5.04779 26.3093 4.78737 25.6659 4.89675 25.0331L6.178 17.3023L0.749872 11.9128C0.301435 11.4593 0.14206 10.7948 0.338935 10.1831C0.535289 9.57667 1.05456 9.1337 1.67904 9.04405L9.15716 7.92609L12.5113 0.947746C12.7874 0.366824 13.3707 -0.00195312 14.0061 -0.00195312C14.6467 -0.00195312 15.2301 0.366824 15.5061 0.947746L18.8551 7.92609Z' fill='%23ffffff7a'/%3E%3C/svg%3E");
    transition: all 0.3s ease 0s;
}

.form-rating__star:focus {
    outline: none;
}

.form-rating__star:hover,
.form-rating__star:checked {
    background-size: 32px 27px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='27' viewBox='0 0 28 27' fill='none'%3E%3Cpath d='M18.8551 7.92609L26.3395 9.04405C26.9592 9.1337 27.4801 9.57667 27.678 10.1831C27.8759 10.7948 27.7145 11.4593 27.2665 11.9128L21.8395 17.3023L23.1207 25.0331C23.2249 25.6659 22.9697 26.3093 22.4488 26.6837C21.9332 27.0581 21.2509 27.1056 20.6936 26.805L14.0061 23.1927L7.32383 26.805C6.76133 27.1056 6.07904 27.0581 5.56341 26.6837C5.04779 26.3093 4.78737 25.6659 4.89675 25.0331L6.178 17.3023L0.749872 11.9128C0.301435 11.4593 0.14206 10.7948 0.338935 10.1831C0.535289 9.57667 1.05456 9.1337 1.67904 9.04405L9.15716 7.92609L12.5113 0.947746C12.7874 0.366824 13.3707 -0.00195312 14.0061 -0.00195312C14.6467 -0.00195312 15.2301 0.366824 15.5061 0.947746L18.8551 7.92609Z' fill='white'/%3E%3C/svg%3E");
}

.form-rating__star:nth-of-type(1) {
    z-index: 5;
    width: 32px;
}

.form-rating__star:nth-of-type(2) {
    z-index: 4;
    width: 64px;
}

.form-rating__star:nth-of-type(3) {
    z-index: 3;
    width: 96px;
}

.form-rating__star:nth-of-type(4) {
    z-index: 2;
    width: 128px;
}

.form-rating__star:nth-of-type(5) {
    z-index: 1;
    width: 160px;
}

@media (max-width: 992px) {
    .form-rating {
        width: 122px;
        height: 20px;
        background-size: 24.4px 20px;
    }

    .form-rating input {
        height: 20px;
    }

    .form-rating__star {
        height: 20px;
        background-size: 24.4px 20px;
    }

    .form-rating__star:hover,
    .form-rating__star:checked {
        background-size: 24.4px 20px;
    }

    .form-rating__star:hover~.form-rating__star {
        background-size: 24.4px 20px;
    }

    .form-rating__star:nth-of-type(1) {
        width: 24.4px;
    }

    .form-rating__star:nth-of-type(2) {
        width: 48.8px;
    }

    .form-rating__star:nth-of-type(3) {
        width: 73.2px;
    }

    .form-rating__star:nth-of-type(4) {
        width: 97.6px;
    }

    .form-rating__star:nth-of-type(5) {
        width: 122px;
    }
}

.portfolio-tab {
    position: relative;
    height: calc(100vh - 99px);
    background: var(--black);
}

@media (max-width: 991.98px) {
    .portfolio-tab {
        height: 50vh;
    }
}

.portfolio-tab__slider {
    height: 100%;
}

@media (max-width: 1500px) {

    .portfolio-tab.before-after .portfolio-tab-content,
    .portfolio-tab.single .portfolio-tab-content {
        bottom: 30px;
    }
}

.portfolio-tab-slider__slide {
    position: relative;
}

.portfolio-tab-slider__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio-tab-slider__slide img.vertical-image {
    object-fit: contain;
    height: 100%;
    width: auto;
    margin: 0 auto;
}

.portfolio-tab-slider__slide::before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 57.41%, rgba(0, 0, 0, 0.8) 90.28%);
    position: absolute;
    inset: 0;
}

.portfolio-tab-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    bottom: 110px;
}

@media (max-width: 991.98px) {
    .portfolio-tab-content {
        bottom: 0;
    }
}

.portfolio-tab-content__wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
}

@media (max-width: 991.98px) {
    .portfolio-tab-content__wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media (max-width: 1500px) {
    .portfolio-tab-content__txt {
        order: 0;
    }
}

.portfolio-tab-content__txt p {
    margin-top: 20px;
    font-weight: 200;
    font-family: "NunitoSans", sans-serif;
}

@media (max-width: 991.98px) {
    .portfolio-tab-content__txt p {
        margin-top: 15px;
    }
}

.portfolio-tab-content__tabs {
    display: flex;
    gap: 5px;
    margin-bottom: -6px;
    margin: 0 57px;
    flex-wrap: wrap;
    justify-content: center;
}

/* 
.portfolio-tab-content__tabs::-webkit-scrollbar {
    display: block;
}

.portfolio-tab-content__tabs {
    scrollbar-width: auto;
    -ms-overflow-style: auto;
} */

.portfolio-tab-content__tabs::-webkit-scrollbar {
    display: none;
}

.portfolio-tab-content__tabs {
    scrollbar-width: none;
    -ms-overflow-style: none;

}

@media (max-width: 991.98px) {
    .portfolio-tab-content__tabs {
        grid-column-start: 1;
        grid-column-end: 3;
        order: 3;
        margin-right: 0;
        overflow-x: auto;
        margin: 0 -30px;
        padding: 10px 30px;
        background: var(--black);
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
}

.portfolio-tab-content__tab-item {
    height: 33px;
    display: flex;
    padding: 0 18px;
    line-height: 130%;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    .portfolio-tab-content__tab-item {
        font-size: 14px;
        padding: 0px 13px;
        height: 31px;
    }
}

.portfolio-tab-content__tab-item._active {
    background: var(--white-80);
    color: var(--black);
    border-radius: 20px;
    pointer-events: none;
}

.portfolio-tab-content__nav {
    display: flex;
    flex-direction: column;
    align-items: end;
}

@media (max-width: 1500px) {
    .portfolio-tab-content__nav {
        order: 1;
    }
}

.portfolio-tab-content__fraction {
    color: rgba(255, 255, 255, 0.7);
    margin-left: auto;
    display: block;
    width: fit-content;
    margin-bottom: 12px;
    font-size: 32px;
    letter-spacing: -5px;
    font-weight: 300;
}

@media (max-width: 991.98px) {
    .portfolio-tab-content__fraction {
        font-size: 18px;
        letter-spacing: -2px;
    }
}

.portfolio-tab-content__fraction .swiper-pagination-current,
.portfolio-tab-content__fraction .swiper-pagination-total {
    letter-spacing: 0;
}

/* .portfolio-tab-content__fraction .swiper-pagination-current:before {
    content: "0";
}

.portfolio-tab-content__fraction .swiper-pagination-total:before {
    content: "0";
} */

.callback {
    padding: 60px 0 100px;
}

.callback#form-reviews button {
    width: fit-content;

}

@media (max-width: 991.98px) {
    .callback {
        height: 100vh;
        padding: 90px 0;
        background: url("../img/section-bg.webp") -600px 0/auto auto repeat;
    }
}

@media (max-width: 1500px) {
    .callback__container {
        padding: 0;
    }
}

.callback .form {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991.98px) {
    .callback .form {
        background: none;
    }
}

.socials {
    direction: ltr;
    unicode-bidi: isolate;
}

@media (max-width: 991.98px) {
    .socials {
        padding: 30px 0;
    }
}

.socials__wrapper {
    display: flex;
}

@media (max-width: 1500px) {
    .socials__wrapper {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.socials__wrapper h2 {
    margin-right: 99px;
}

.socials__links {
    display: flex;
    gap: 50px;
}

@media (max-width: 1500px) {
    .socials__links {
        gap: 15px;
    }
}

.socials__links a {
    background: #E2E2E2;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    transition: all 0.3s ease 0s;
}

.socials__links a:hover {
    background: white;
}

@media (max-width: 1500px) {
    .socials__links a {
        width: 40px;
        height: 40px;
    }
}

.socials__links a svg {
    width: 30px;
    height: 30px;
}

@media (max-width: 1500px) {
    .socials__links a svg {
        width: 24px;
        height: 24px;
    }
}

.banner {
    height: 100vh;
    position: relative;
    padding-bottom: 100px;
}

@media (max-width: 1500px) {
    .banner {
        padding-bottom: 30px;
    }
}

.banner__img {
    position: absolute;
    inset: 0;
}

@media (max-width: 767.98px) {
    .banner__img {
        left: -110%;
    }
}

.banner__img::before {
    content: "";
    background: linear-gradient(180deg, rgba(11, 11, 11, 0) 52.22%, #0B0B0B 93.19%), linear-gradient(0deg, rgba(11, 11, 11, 0.01) 0%, rgba(11, 11, 11, 0.01) 100%), linear-gradient(0deg, rgba(11, 11, 11, 0) 45%, rgba(11, 11, 11, 0.91) 73.33%), linear-gradient(180deg, rgba(0, 0, 0, 0) 44.95%, rgba(0, 0, 0, 0.58) 80.65%);
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.banner__img video,
.banner__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner__container {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.banner #breadcrumbs {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 144px;

}

@media (max-width: 991.98px) {
    .banner #breadcrumbs {
        top: 78px;
    }
}

#breadcrumbs {
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.91);
    width: 100%;

}

#breadcrumbs>span {
    display: flex;
    gap: 15px;
    justify-content: center;
}

#breadcrumbs>span span::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='8' viewBox='0 0 9 8' fill='none'%3E%3Cpath d='M1.77273 0.5H4.5H7.22727L8.5 2.99979L4.5 7.49957L4.72727 7.5L0.5 2.99979L1.77273 0.5Z' fill='%239A9A9A'/%3E%3C/svg%3E");
    margin-left: 15px;
}

#breadcrumbs>span span.breadcrumb_last::after {
    display: none;
}

.banner__ttl {
    position: absolute;
    top: 174px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
}

@media (max-width: 991.98px) {
    .banner__ttl {
        font-size: 34px;
        top: 100px;
        width: 100%;
        padding: 0 30px;
    }

}

.banner__content {
    position: relative;
    margin-top: auto;
}

@media (max-width: 991.98px) {
    .contacts-banner-img::before {
        background: linear-gradient(180deg, rgba(11, 11, 11, 0.00) 133.35%, #0B0B0B 49.19%), linear-gradient(0deg, rgba(11, 11, 11, 0.20) 0%, rgba(11, 11, 11, 0.20) 100%), linear-gradient(0deg, rgba(11, 11, 11, 0.00) 52.45%, #0B0B0B 100%), linear-gradient(180deg, rgba(11, 11, 11, 0.00) 44.95%, #0B0B0B 73.82%);
    }

    .contacts-banner-img {
        padding-bottom: 220px;
        left: -166%;
        right: -27%;
        top: -160px;
    }
}

.contacts-banner {
    display: flex;
    justify-content: space-between;
    gap: 22px;
    flex-wrap: wrap;
    font-size: 20px;
    direction: ltr;
    unicode-bidi: isolate;
}

@media (max-width: 991.98px) {
    .contacts-banner {
        font-size: 16px;
        /* padding-bottom: 100px; */
    }
}

.contacts-banner__item {
    display: flex;
    gap: 10px;
}

.contacts-banner__item svg {
    margin-top: -5px;
    flex-shrink: 0;
}

@media (max-width: 991.98px) {
    .contacts-banner__item svg {
        margin-top: -4px;
        width: 30px;
        height: 30px;
    }
}

.contacts-banner__item>div {
    display: grid;
}

.contacts-banner__item>div span {
    font-weight: 500;
    line-height: 140%;
    color: white;
}

.contacts-banner__item>div span:last-child {
    font-weight: 200;
    font-family: "NunitoSans", sans-serif;
    color: var(--white-80);
}

.contacts-banner__item>div a {
    color: var(--white-80);
    transition: all 0.3s ease 0s;
    font-weight: 200;
    font-family: "NunitoSans", sans-serif;
}

@media (any-hover: hover) {
    .contacts-banner__item>div a:hover {
        color: white;
    }
}

.contacts-block {
    direction: ltr;
    unicode-bidi: isolate;
}

.contacts-block__items {
    margin-top: 60px;
    display: grid;
    grid-gap: 30px;
}

@media (max-width: 991.98px) {
    .contacts-block__items {
        margin-top: 30px;
    }
}

.contacts-block__item {
    display: flex;
    gap: 10px;
}

@media (max-width: 991.98px) {
    .contacts-block__item svg {
        width: 30px;
        height: 30px;
    }
}

.contacts-block__item>div {
    margin-top: 5px;
    display: grid;
}

.contacts-block__item>div span {
    font-weight: 500;
    line-height: 140%;
    color: white;
}

.contacts-block__item>div span:last-child {
    font-weight: 400;
    color: var(--white-80);
}

.contacts-block__item>div a {
    color: var(--white-80);
    transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
    .contacts-block__item>div a:hover {
        color: white;
    }
}

.contacts-block__socials {
    display: flex;
    gap: 30px;
    margin-top: 60px;
}

@media (max-width: 1500px) {
    .contacts-block__socials {
        gap: 15px;
    }
}

@media (max-width: 991.98px) {
    .contacts-block__socials {
        margin-top: 30px;
    }
}

.contacts-block__socials a {
    background: #E2E2E2;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: black;
}

@media (max-width: 1500px) {
    .contacts-block__socials a {
        width: 40px;
        height: 40px;
    }
}

.contacts-block__socials a svg {
    width: 30px;
    height: 30px;
}

@media (max-width: 1500px) {
    .contacts-block__socials a svg {
        width: 24px;
        height: 24px;
    }
}

.single-banner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.single-banner__items {
    display: flex;
    gap: 50px;
}

@media (max-width: 1500px) {
    .single-banner__items {
        gap: 30px;
    }
}

@media (max-width: 991.98px) {
    .single-banner__items {
        overflow-y: scroll;
        gap: 20px;
        scrollbar-width: none;
        margin: 0 -30px;
        padding: 0 30px;
    }
}

.single-banner__price {
    display: flex;
    margin-left: auto;
    flex-direction: column;
    font-size: 26px;
    line-height: 140%;
    align-items: flex-end;
}

[dir="rtl"] .single-banner__price {
    margin-left: 0;
    margin-right: auto;
}

@media (max-width: 1100px) {
    .single-banner__price {
        width: 100%;
        align-items: flex-start;
        flex-direction: row;
        gap: 28px;
        align-items: center;
    }
}

@media (max-width: 499.98px) {
    .single-banner__price {
        gap: 20px;
        justify-content: space-between;
    }
}

@media (max-width: 1500px) {
    .single-banner__price {
        font-size: 18px;
        font-weight: 500;
    }
}

.single-banner__price::before {
    content: "";
    width: 90px;
    height: 2px;
    background: white;
    display: block;
    order: 2;
    margin: 10px 0 19px;
}

@media (max-width: 1100px) {
    .single-banner__price::before {
        display: none;
    }
}

.single-banner__price a,
.single-banner__price button {
    order: 3;
    width: fit-content;
    gap: 10px;
}

.single-banner__item {
    max-width: 250px;
    width: 100%;
    display: grid;
    grid-gap: 10px;
    font-size: 22px;
    font-style: normal;
    font-weight: 200;
    font-family: "NunitoSans", sans-serif;
    line-height: 130%;
    height: fit-content;

}

@media (max-width: 1500px) {
    .single-banner__item {
        font-size: 16px;
    }
}

@media (max-width: 991.98px) {
    .single-banner__item {
        flex-shrink: 0;
        max-width: 160px;
    }
}

@media (max-width: 499.98px) {
    .single-banner__item {
        flex-shrink: 0;
        max-width: 150px;
    }
}

.single-banner__item img,
.single-banner__item svg {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

@media (max-width: 1500px) {

    .single-banner__item img,
    .single-banner__item svg {
        width: 30px;
        height: 30px;
    }
}

.prices-archive {
    padding-top: 124px;
}

@media (max-width: 991.98px) {
    .prices-archive {
        padding-top: 90px;
    }
}

.prices-archive h1 {
    margin-bottom: 80px;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .prices-archive h1 {
        font-size: 34px;
        margin-bottom: 16px;
    }
}

.prices-archive__wprapper {
    display: grid;
    grid-template-columns: 1fr 245px;
    grid-gap: 266px;
}

@media (max-width: 1652px) {
    .prices-archive__wprapper {
        grid-gap: 100px;
    }
}

@media (max-width: 991.98px) {
    .prices-archive__wprapper {
        grid-template-columns: 1fr;
        grid-gap: 35px;
    }
}

.prices {
    display: grid;
    grid-gap: 120px;
}

.prices .vat-note,
.prices-archive__vat-note {
    margin-bottom: 20px;
    display: grid;
    grid-gap: 10px;
}

.prices h2 {
    margin-bottom: 39px;
}

@media (max-width: 991.98px) {
    .prices h2 {
        margin-bottom: 30px;
    }
}

.prices h3 {
    margin-bottom: 20px;
    margin-top: 50px;
    font-size: 26px;
    line-height: 140%;
}

.prices h3:first-of-type {
    margin-top: 0;
}

@media (max-width: 991.98px) {
    .prices h3 {
        margin-top: 30px;
        font-size: 20px;
        line-height: 120%;
    }
}

@media (max-width: 991.98px) {
    .prices {
        grid-gap: 30px;
    }
}

.prices__items {
    display: grid;
    grid-gap: 10px;
}

.price-item {
    padding: 20px 50px;
    border-radius: 5px;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.07) 126.4%), linear-gradient(90deg, rgba(31, 33, 36, 0.4) -2.27%, rgba(11, 11, 11, 0.4) 40.9%, rgba(31, 33, 36, 0.4) 83.43%, rgba(31, 33, 36, 0.4) 130.46%), var(--gray-dark-90, rgba(41, 40, 47, 0.9));
    box-shadow: 0 50px 30px 0 rgba(11, 11, 11, 0.2);
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 164px 240px fit-content(20%);
    font-size: 22px;
}

.price-item:nth-child(2n) {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.07) 126.4%), linear-gradient(90deg, rgba(31, 33, 36, 0.12) -2.27%, rgba(11, 11, 11, 0.12) 40.9%, rgba(31, 33, 36, 0.12) 83.43%, rgba(31, 33, 36, 0.12) 130.46%), #1A191D;
}

@media (max-width: 1652px) {
    .price-item {
        padding: 20px;
    }
}

@media (max-width: 1500px) {
    .price-item {
        grid-template-columns: 1fr 54px;
        gap: 0 15px;
    }
}

@media (max-width: 991.98px) {
    .price-item {
        padding: 10px 20px;
        font-size: 14px;
    }
}


.price-item__ttl,
.price-item__time,
.price-item__price,
.price-item__specs {
    margin-top: 7px;
}

.price-item__ttl {
    color: white;
}

@media (max-width: 1500px) {
    .price-item__ttl {
        font-weight: 500;
        margin-top: 0;
    }
}

@media (max-width: 1500px) {
    .price-item__ttl {
        font-size: 18px;
    }
}

.price-item__time {
    color: var(--gray-light, #E2E2E2);
}

@media (max-width: 1500px) {
    .price-item__time {
        order: 4;
        font-size: 18px;
        font-weight: 300;
        margin-top: 0;
    }
}

@media (max-width: 991.98px) {
    .price-item__time {
        font-size: 14px;
    }
}

.price-item__price {
    font-weight: 500;
    display: flex;
    gap: 5px;
    color: white;
}

@media (max-width: 1500px) {
    .price-item__price {
        font-weight: 300;
        font-size: 20px;
    }
}

@media (max-width: 991.98px) {
    .price-item__price {
        font-size: 14px;
    }
}

.price-item__price svg {
    margin-top: -7px;
}

.price-item a,
.price-item button {
    white-space: nowrap;
}

@media (max-width: 1500px) {

    .price-item a,
    .price-item button {
        font-size: 0;
        grid-column-start: 2;
        grid-row-start: 1;
        grid-row-end: 4;
        width: 54px;
        margin-top: 7px;
    }
}

.price-item a::before,
.price-item button::before {
    content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21L19 14.5L12 8' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    display: none;
}

@media (max-width: 1500px) {

    .price-item a::before,
    .price-item button::before {
        display: block;
    }
}

.price-item-tooltip {
    position: relative;
}

.price-item-tooltip:hover .price-item-tooltip__content {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 1500px) {
    .price-item-tooltip svg {
        width: 25px;
        height: 25px;
        margin-top: 0;
    }
}

@media (max-width: 991.98px) {
    .price-item-tooltip svg {
        margin-top: -5px;
    }
}

.price-item-tooltip__content {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    font-size: 14px;
    border-radius: 5px;
    background: var(--gray-light, #E2E2E2);
    box-shadow: 0 50px 30px 0 rgba(11, 11, 11, 0.2);
    width: 450px;
    max-width: 450px;
    padding: 15px 30px;
    color: var(--black);
    z-index: 5;
    bottom: 70px;
    right: -205px;
    font-weight: 350;
    line-height: 150%;
    transition: all 0.3s ease 0s;
    text-align: center;
}

@media (max-width: 991.98px) {
    .price-item-tooltip__content {
        width: 250px;
        right: -112px;
        bottom: 35px;
        padding: 10px 20px;
        font-size: 12px;
    }
}

.price-item-tooltip__content::after {
    content: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='23' viewBox='0 0 96 23' fill='none'%3E%3Cpath d='M0 1.05287V0H96V1.05287C96 1.05287 80.0062 0.0983558 66.8831 6.30109C53.76 12.5038 49.2862 23 49.2862 23C49.2862 23 43.2 12.5035 30.4031 6.30109C17.6062 0.0986414 0 1.05287 0 1.05287Z' fill='%23E2E2E2'/%3E%3C/svg%3E");
    display: block;
    position: absolute;
    bottom: -26px;
    transform: translateX(-50%);
    left: 50%;
}

@media (max-width: 991.98px) {
    .price-item-tooltip__content::after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='14' viewBox='0 0 54 14' fill='none'%3E%3Cpath d='M0 1.0951V0.5H54V1.0951C54 1.0951 45.0035 0.555592 37.6217 4.06149C30.24 7.56738 27.7235 13.5 27.7235 13.5C27.7235 13.5 24.3 7.56722 17.1017 4.06149C9.90346 0.555754 0 1.0951 0 1.0951Z' fill='%23E2E2E2'/%3E%3C/svg%3E");
        bottom: -15px;
    }
}

@media (max-width: 991.98px) {
    .prices-archive-nav {
        order: -1;
        overflow-x: scroll;
        margin: 0 -30px;
        padding: 10px 30px;
        scrollbar-width: none;
    }
}

.prices-archive-nav ul {
    display: grid;
    grid-gap: 17px;
    position: sticky;
    top: 130px;
}

@media (max-width: 991.98px) {
    .prices-archive-nav ul {
        display: flex;
        grid-gap: 0;
    }
}

.prices-archive-nav a {
    color: rgba(255, 255, 255, 0.2);
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    transition: all 0.3s ease 0s;
}

@media (max-width: 991.98px) {
    .prices-archive-nav a {
        white-space: nowrap;
        padding: 5px 13px;
        border-radius: 20px;
        font-size: 14px;
        line-height: 150%;
        font-weight: 200;
        font-family: "NunitoSans", sans-serif;
        color: white;
    }
}

.prices-archive-nav a.active {
    color: white;
}

@media (max-width: 991.98px) {
    .prices-archive-nav a.active {
        color: var(--black);
        background: var(--white);
        background: var(--white-80, rgba(255, 255, 255, 0.8));
    }
}

@media (any-hover: hover) {
    .prices-archive-nav a:hover {
        color: white;
    }
}

.single-services__top {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    margin-top: 0px;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .single-services__top {
        margin-bottom: 38px;
    }
}

.single-services__top a {
    margin-left: auto;
    margin-right: 57px;
    font-size: 16px;
}

@media (max-width: 991.98px) {
    .single-services__top a {
        margin-right: 0;
    }
}

@media (max-width: 991.98px) {
    .single-services__top .slider-nav {
        display: none;
    }
}

.callback-fixed {
    position: fixed;
    bottom: 30px;
    right: 30px;
    border-radius: 10px;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.07) 126.4%), linear-gradient(90deg, rgba(31, 33, 36, 0.4) -2.27%, rgba(11, 11, 11, 0.4) 40.9%, rgba(31, 33, 36, 0.4) 83.43%, rgba(31, 33, 36, 0.4) 130.46%), rgba(41, 40, 47, 0.96);
    padding: 15px 20px;
    display: flex;
    gap: 20px;
    z-index: 6;
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.3s ease 0s;
}

@media (max-width: 767.98px) {
    .callback-fixed {
        display: none;
    }
}

.callback-fixed._active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.callback-fixed img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
}

.callback-fixed__ttl {
    line-height: 114%;
    margin-bottom: 5px;
}

.callback-fixed__subttl {
    color: #9F9F9F;
    line-height: 114%;
    font-size: 14px;
}

.callback-fixed__btns {
    display: flex;
    gap: 5px;
    margin-top: 15px;
}

.callback-fixed__btns a {
    height: 32px;
    font-size: 14px;
    padding: 0 15px;
}

.callback-fixed__btns a:last-of-type {
    padding: 0 5px;
}

.simulator__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .simulator__content {
        gap: 30px;
    }
}

.simulator__wrapper {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .simulator__wrapper {
        flex-direction: column;
        justify-content: center;
    }
}

.specs-title {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 10px;
}

@media (max-width: 991.98px) {
    .specs-title {
        font-size: 18px;
        margin-bottom: 5px;
    }
}

.specs {
    color: var(--white-80);
    line-height: 160%;
    font-weight: 200;
    font-family: "NunitoSans", sans-serif;
}

@media (max-width: 991.98px) {
    .specs {
        font-size: 16px;
        line-height: 150%;
    }
}

.specs-image-percents {
    margin-top: 7px;
    margin-right: 253px;
}

@media (max-width: 1400px) {
    .specs-image-percents {
        margin-right: auto;
    }
}

@media (max-width: 991.98px) {
    .specs-image-percents {
        margin-left: auto;
    }
}

.image {
    width: 655px;
    height: 479px;
}

@media (max-width: 991.98px) {
    .image {
        width: 100%;
        height: 100%;
    }
}

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

.switch-panel {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.switch-panel__button {
    height: 33px;
    display: flex;
    padding: 0 18px;
    line-height: 130%;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
}

.switch-panel__button.active {
    background: var(--white-80);
    color: var(--black);
    border-radius: 20px;
}

.percents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 17px;
    position: relative;
}

@media (max-width: 991.98px) {
    .percents {
        margin-top: 20px;
        flex-direction: row;
        gap: 10px;
    }
}

.percents .slider-nav {
    position: absolute;
    right: 2px;
    bottom: 0;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .percents .slider-nav {
        width: 100%;
        justify-content: space-between;
    }
}

.percent {
    color: rgba(255, 255, 255, 0.2);
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .percent {
        font-size: 22px;
    }
}

.percent.active {
    color: white;
}


/* --- pagination-1 ---*/
nav.pagination-1 {
    margin-top: 50px;
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.pagination-1 .page-numbers {
    min-width: 35px;
    max-width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin: 0 5px;
    border-radius: 50%;
    border: 1px solid white;
}

.pagination-1 .page-numbers.double-digit {
    min-width: 45px;
    max-width: 45px;
}

.pagination-1 .page-numbers.current {
    background: white;
    color: var(--black);
    border: 1px solid white;
}

.pagination-1 .page-numbers.prev,
.pagination-1 .page-numbers.next {
    border: 1px solid white;
    font-size: 0;
}

.pagination-1 .page-numbers.next {
    background: url("../img/arrow-down.svg") center no-repeat transparent;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.pagination-1 .page-numbers.prev {
    background: url("../img/arrow-down.svg") center no-repeat transparent;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.pagination-1 .page-numbers a {
    display: block;
    border: 1px solid #fff;
    border-radius: 3px;
    height: 100%;
    width: 100%;
}

/* --- pagination-1 ---*/

/* --- GOOGLE REVIEWS GALLERY ---*/
/*.service-reviews{*/
/*    width: 430px;*/
/*    margin: 0 auto;*/
/*}*/
.google-reviews-header {
    margin-top: 15px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    border-style: solid;
    border-radius: 4px;
    padding: 0;
    transition: transform 0.3s ease-in-out;
    text-align: center;
    overflow: hidden;
    color: white !important;
    background: var(--gray-background-60, linear-gradient(45deg, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.07) 126.4%), linear-gradient(90deg, rgba(31, 33, 36, 0.4) -2.27%, rgba(11, 11, 11, 0.4) 40.9%, rgba(31, 33, 36, 0.4) 83.43%, rgba(31, 33, 36, 0.4) 130.46%), rgba(41, 40, 47, 0.6)) !important;
}


html[lang="ar"] .google-reviews-header {
    justify-content: flex-end;
}



#benefits-of-ppf {
    padding-top: 60px;
}

#benefits-of-ppf .benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-top: 40px;
    justify-content: space-between;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    #benefits-of-ppf .benefits {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991.98px) {
    #benefits-of-ppf .benefits {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767.98px) {
    #benefits-of-ppf .benefits {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    #benefits-of-ppf .benefits {
        grid-template-columns: repeat(1, 1fr);
    }
}

#benefits-of-ppf .benefits .item {

    min-height: 180px;
    padding: 20px;
    border-radius: 7px;
    /* height: 180px; */
    order-radius: 20px;
    background: var(--gray-background-60, linear-gradient(45deg, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.07) 126.4%), linear-gradient(90deg, rgba(31, 33, 36, 0.4) -2.27%, rgba(11, 11, 11, 0.4) 40.9%, rgba(31, 33, 36, 0.4) 83.43%, rgba(31, 33, 36, 0.4) 130.46%), rgba(41, 40, 47, 0.6));
    box-shadow: 0 20px 55px 0 rgba(0, 0, 0, 0.07);
}

#benefits-of-ppf .benefits .item:nth-last-child(1),
#benefits-of-ppf .benefits .item:nth-last-child(2) {
    opacity: 0;
    padding: 0;
    margin: 0;
    min-height: auto;
}

#benefits-of-ppf .benefits .item:nth-child(4n+4) {
    margin-right: 0;
}

#benefits-of-ppf .num-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

html[lang="ar"] #benefits-of-ppf .num-wrap {
    justify-content: flex-end;
    text-align: right;
}

#benefits-of-ppf .num {
    min-width: 35px;
    max-width: 35px;
    height: 35px;
    border-radius: 50%;
    color: var(--black);
    font-weight: 700;
    margin-right: 15px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

html[lang="ar"] #benefits-of-ppf .num {
    order: 1;
    margin: 0 0 0 15px;
}

#benefits-of-ppf .name {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: white;
}

#benefits-of-ppf .desc {
    margin-top: 15px;
    font-weight: 200;
    font-family: "NunitoSans", sans-serif;
    color: var(--white-80);
    line-height: 160%;
}

html[lang="ar"] #benefits-of-ppf .desc {
    text-align: right;
}

.prices-block-wrap {
    padding: 90px 0 50px;
    width: 100%;
    overflow: hidden;
}



.modal {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 15px;
    background: rgba(0, 0, 0, 0.454);
}

.modal__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
    cursor: initial;
    width: 552px;
    border-radius: var(--radius);
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
}

.modal__container.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.modal__header {
    text-align: center;
    margin-bottom: 30px;
}



.modal__subtitle {
    margin-top: 13px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #525252;
}

.modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    background: url("../img/close.svg") center no-repeat;
    background-size: contain;
    z-index: 2;
}

.modal__close svg {
    width: 12px;
    height: 12px;
    fill: var(--color-dark);
}

.modal.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 105;
    -webkit-overflow-scrolling: touch;
    touch-action: none;
    -ms-touch-action: none;
}

.modal__form {
    width: 100%;
}

.modal__form.form {
    margin: 0;
}

.modal .form__fields {
    row-gap: 38px;
}

.modal__button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    margin-top: 35px;
}

.modal-thanks {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 15px;
    background: rgba(0, 0, 0, 0.454);
}

.modal-thanks.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal-thanks__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
    cursor: initial;
    width: 552px;
    padding: 46px 55px;
    border-radius: 15px;
    background: linear-gradient(90deg, rgba(31, 33, 36, 0.4) -2.27%, rgba(11, 11, 11, 0.4) 40.9%, rgba(31, 33, 36, 0.4) 83.43%, rgba(31, 33, 36, 0.4) 130.46%), linear-gradient(0deg, rgba(41, 40, 47, 0.3) 0%, rgba(41, 40, 47, 0.3) 100%), linear-gradient(0deg, var(--black, #0B0B0B) 0%, var(--black, #0B0B0B) 100%), linear-gradient(0deg, rgba(30, 30, 30, 0.6) 0%, rgba(30, 30, 30, 0.6) 100%);
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
}

.modal-thanks__container.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.modal-thanks .modal__header {
    margin-bottom: 0;
    font-size: 40px;

}

@media (max-width: 991.98px) {
    .modal-thanks .modal__header {
        font-size: 30px;
    }
}

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

#modal-login-window .modal__subtitle {
    text-align: center;
}

#modal-congratulation {
    text-align: center;
}

#modal-congratulation .modal__header {
    margin-bottom: 0;
}

#modal-congratulation .modal__title {
    margin-bottom: 40px;
}

#modal-video .modal__container {
    max-width: 900px;
    width: 100%;
    padding: 0;
}

#modal-video .modal__header {
    padding: 0 55px;
}

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

#modal-video .modal__body {}

.modal__video {
    position: relative;
    overflow: hidden;
    padding-top: 56.2%;
    border-radius: var(--radius);
}

.modal__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.modal-offer .modal__container {
    padding: 35px 0;
    overflow: hidden;
}

.modal-offer .modal__header {
    padding: 0 15px;
}

.modal-offer .modal__body {
    padding: 0 15px;
}

.modal-offer__offer {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
}

.modal-offer__offer-big {
    font-size: 48px;
    font-weight: 700;
}

.modal-offer__img {
    position: relative;
    overflow: hidden;
    padding-top: 59%;
    border-radius: var(--radius);
}

.modal-offer__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.modal-order .modal__header {
    text-align: left;
}

.modal__text {
    font-weight: 700;
    margin-bottom: 15px;
}

.modal-order .form__fields {
    margin-bottom: 20px;
}

#modal-arrange-services .modal__header {
    text-align: left;
}

@media (max-width: 1350px) {
    .modal__subtitle br {
        display: none;
    }

    .modal__header {
        font-size: 24px;
    }

    .modal-admin__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        row-gap: 5px;
    }

}

@media (max-width: 576px) {
    .modal__header {
        margin-bottom: 20px;
        text-align: center;
    }

    .modal .form__fields {
        row-gap: 28px;
    }

    #modal-book-appointment .modal__header {
        margin-bottom: -10px;
    }

    #modal-congratulation .modal__header {
        text-align: center;
    }

    #modal-congratulation .modal__title {
        margin-bottom: 16px;
        text-align: center;
    }

    #modal-congratulation .form__buttons {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    #modal-congratulation .form__buttons {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 0 auto;
    }

    .modal-admin .modal__container-inner {
        padding: 25px 20px;
    }

    .modal-admin__head {
        margin-bottom: 15px;
    }

    .modal-admin__descr {
        padding: 10px;
    }

    .modal-admin {
        font-size: 14px;
    }

    .modal__title {
        font-size: 20px;
    }

    .modal__subtitle {
        font-size: 12px;
    }

    .modal-admin {
        font-size: 12px;
    }

    .modal-admin__head {
        margin-bottom: 10px;
    }

    .modal-admin__title {
        font-size: 18px;
    }

    .order-about .modal-admin__descr {
        padding: 5px;
    }
}

#terms-table tr th,
#terms-table tr td {
    border: 1px solid;
    padding: 20px;
    width: 50%;
}

#terms-table tr th,
#terms-table tr td strong {
    font-weight: 700;
}

#terms-table tr td:last-child {
    margin-left: -1px;
    text-align: right;
    direction: rtl;
}

.services-promo {
    padding: 90px 0;
    background: var(--color-grey);
}

.services-promo.blue-bg {
    background: var(--color-dark);
}

.services__promo-text.text-white * {
    color: white;
}

.page-service .services-promo {
    padding: 100px 0;
}

/* .page-service__single h1 {
    font-size: 70px;
} */

.services-promo__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [12];
    grid-template-columns: repeat(12, 1fr);
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
}

.services-promo__content {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
}

.services__promo-title {
    margin-bottom: 20px;
}

.services-promo .slider {
    -ms-grid-column-span: 8;
    grid-column: 8 span;
}

.services-promo .slider.margin-top {
    margin-top: 30px;
}

.service-list.columns-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.service-list.columns-4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [4];
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

@media (max-width: 1200px) {

    .services-promo__content {
        -ms-grid-column-span: 12;
        grid-column: 12 span;
        margin-bottom: 32px;
    }

    .service-list {
        -ms-grid-column-span: 12;
        grid-column: 12 span;
    }
}

.services {
    padding: 80px 0;
    background: var(--color-grey);
    overflow: hidden;
}

.services.no-padding-top {
    padding-top: 0;
}

.services .swiper {
    overflow: initial;
}

.services__title {
    margin-bottom: 50px;
}

.services .service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin: -16px;
}

.service-list__item {
    padding: 15px;
}

@media (max-width: 768px) {
    .service-list__item {
        padding: 0;
    }

    .services .service-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}

.form__field.telegram_nickname {
    position: relative
}

.form__field.telegram_nickname:before {
    content: "@";
    position: absolute;
    left: 26px;
    top: 9px;
    color: var(--black);
}

.form__field.telegram_nickname input {
    padding-left: 45px !important
}

.form__field.telegram_nickname .remove {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    right: 0;
    bottom: 7px;
    width: 26px;
    height: 26px
}

.form_messengers,
.form_radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 19px 0;
    grid-gap: 15px 20px;
    flex-wrap: wrap;
}

.form_messengers .choice,
.form_radio .choice {
    position: relative
}

.form_messengers .choice:before,
.form_radio .choice:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid white;
    cursor: pointer;
    position: absolute;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    box-sizing: border-box;
    left: 0;
    top: 50%;
    margin-top: -9px
}

.form_messengers .choice.active:after,
.form_radio .choice.active:after {
    background-color: white;
    content: '';
    width: 10px;
    height: 10px;
    cursor: pointer;
    position: absolute;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    box-sizing: border-box;
    left: 3px;
    top: 50%;
    margin-top: -6px
}

.form_radio_name {
    margin-bottom: 15px
}

.form_messengers .choice input,
.form_radio .choice input {
    display: none
}

.form_messengers .choice label,
.form_radio .choice label {
    padding-left: 23px;
    color: white;
    font-family: OpenSans, sans-serif;
    font-size: 16px;
    cursor: pointer;
    z-index: 1;
    position: relative
}


/* Prices Block Styles - Restored Complete Component */
.prices-block-wrap ._container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    overflow: hidden;


}

.prices-block-wrap .left-titles {
    min-width: 24%;
    max-width: 24%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    box-sizing: border-box;
    transition: all .5s ease;
}

.prices-block-wrap .left-titles.shadow {
    box-shadow: 8px 0px 32px 0px rgba(0, 0, 0, 0.16);
}

.prices-block-wrap .titles-values {
    margin-top: auto;
}

.prices-block-wrap .titles-values div {
    /*font-size: 14px;*/
    margin-bottom: 12px;
    position: relative;
    width: 100%;
}

.prices-block-wrap .titles-values div.line {
    width: 100%;
    height: 1px;
    margin: 24px 0;
    background-color: var(--color-border-blue);
}



.prices-block-wrap .left-titles .titles-values div:not(.line):after {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    background: url("../img/prices-line.svg") right center;
}

.prices-block-wrap .titles-values div:last-child {
    margin-bottom: 0;
}

.prices-block-wrap .prices-blocks-inner {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(3, 1fr);
}

.prices-block-wrap .price-block {
    border-radius: 12px;
    padding: 24px;
    box-sizing: border-box;
    background: var(--gray-background-60, linear-gradient(45deg, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.07) 126.4%), linear-gradient(90deg, rgba(31, 33, 36, 0.4) -2.27%, rgba(11, 11, 11, 0.4) 40.9%, rgba(31, 33, 36, 0.4) 83.43%, rgba(31, 33, 36, 0.4) 130.46%), rgba(41, 40, 47, 0.6));
    box-shadow: 0 20px 55px 0 rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    overflow: hidden;
}

.prices-block-wrap .price-block:last-child {
    margin-right: 0;
}

.prices-block-wrap .price-block .name {
    font-weight: 700;
    font-size: 24px;
}

.prices-block-wrap .price-block .desc {
    line-height: 20px;
    /*font-size: 14px;*/
    margin-top: 6px;
}

.prices-block-wrap .price-block .from {
    margin-top: 20px;
}

.prices-block-wrap .price-block .price-val {
    font-size: 32px;
    font-weight: 700;
    margin-top: 4px;
    color: white;
    padding-bottom: 20px;
    border-bottom: 1px solid white;
}

.prices-block-wrap .price-block .titles-values {
    margin-top: 24px;
}

.prices-block-wrap .price-block .titles-values .price-bot {
    font-weight: 600;
}


/* Swiper Arrows Navigation */
.prices-block-wrap .swiper-arrows-wrap {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 3;
}

.prices-block-wrap .swiper-arrows {
    display: flex;
    gap: 8px;
}

.prices-block-wrap .arrow-prev,
.prices-block-wrap .arrow-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #ddd;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
}

.prices-block-wrap .arrow-prev:hover,
.prices-block-wrap .arrow-next:hover {
    background: var(--color-blue);
    border-color: var(--color-blue);
    transform: scale(1.05);
}

.prices-block-wrap .arrow-prev::before,
.prices-block-wrap .arrow-next::before {
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    position: absolute;
}

.prices-block-wrap .arrow-prev::before {
    border-right-color: #666;
    right: 12px;
}

.prices-block-wrap .arrow-next::before {
    border-left-color: #666;
    left: 12px;
}

.prices-block-wrap .arrow-prev:hover::before,
.prices-block-wrap .arrow-next:hover::before {
    border-right-color: #fff;
    border-left-color: #fff;
}

.prices-block-wrap .arrow-prev.swiper-button-disabled,
.prices-block-wrap .arrow-next.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.prices-block-wrap .arrow-prev.swiper-button-disabled:hover,
.prices-block-wrap .arrow-next.swiper-button-disabled:hover {
    background: #fff;
    border-color: #ddd;
    transform: none;
}

.prices-block-wrap .arrows-desc {
    font-size: 14px;
    color: var(--color-strong-grey);
    text-align: center;
    white-space: nowrap;
}

/* Price Block Hover Effects */
.prices-block-wrap .price-block {
    transition: all 0.3s ease;
}

.prices-block-wrap .price-block:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* Dynamic Height Adjustments */
.prices-block-wrap .titles-values>div,
.prices-block-wrap .price-block .titles-values>div,
.prices-block-wrap .price-block .name {
    min-height: 18px;
}

.prices-block-wrap .covered-parts {
    min-height: 55px !important;
    align-items: flex-start !important;
    line-height: 1.3;
}

.prices-block-wrap .masters {
    font-size: 12px !important;
    line-height: 1.2;
}

.prices-block-wrap .left-titles.shadow {
    box-shadow: 8px 0 32px 0 rgba(0, 0, 0, .16);
}

/* Сохраняем оригинальные размеры из старого файла */
.prices-block-wrap {
    background: var(--black);
    padding: 90px 0 50px;
    width: 100%;
    overflow: hidden;
}

.prices-block-wrap .container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    overflow: hidden;
}

.prices-block-wrap .left-titles {
    min-width: 24%;
    max-width: 24%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    box-sizing: border-box;
    transition: all .5s ease;
    background: var(--color-grey);
}

.prices-block-wrap .titles-values {
    margin-top: auto;
    background: var(--color-grey);
}

.prices-block-wrap .titles-values div {
    margin-bottom: 12px;
    position: relative;
    width: 100%;
}

.prices-block-wrap .titles-values div.line {
    width: 100%;
    height: 1px;
    margin: 24px 0;
    background-color: var(--color-border-blue);
}

.prices-block-wrap .left-titles .titles-values div span {
    display: inline-block;
    padding: 2px 8px;
    background-color: white;
    position: relative;
    z-index: 1;
    color: var(--black);
    border-radius: 8px;
}

.prices-block-wrap .left-titles .titles-values div:not(.line):after {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    background: url("../img/prices-line.svg") right center;
}

.prices-block-wrap .titles-values div:last-child {
    margin-bottom: 0;
}

.prices-block-wrap .prices-blocks-inner {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(3, 1fr);
}

.prices-block-wrap .price-block {
    border-radius: 12px;
    padding: 24px;
    box-sizing: border-box;
    border: 2px solid var(--color-border-blue);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    overflow: hidden;
}

.prices-block-wrap .price-block:last-child {
    margin-right: 0;
}

.prices-block-wrap .price-block .name {
    font-weight: 700;
    font-size: 24px;
}

.prices-block-wrap .price-block .desc {
    line-height: 20px;
    margin-top: 6px;
}

.prices-block-wrap .price-block .from {
    margin-top: 20px;
}

.prices-block-wrap .price-block .price-val {
    font-size: 32px;
    font-weight: 700;
    margin-top: 4px;
    color: var(--color-blue);
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-border-blue);
}

.prices-block-wrap .price-block .titles-values {
    margin-top: 24px;
}

.prices-block-wrap .price-block .titles-values .price-bot {
    font-weight: 600;
}

/* Адаптивные стили из старого файла */
@media (max-width: 1200px) {
    .prices-block-wrap ._container {
        flex-wrap: wrap;
        overflow: hidden;
        padding: 0;
    }

    .prices-block-wrap .left-titles {
        padding-left: 15px !important;
    }

    .prices-blocks-swiper {
        min-width: 240px;
        max-width: 240px;
        overflow: visible;
    }

    .prices-block-wrap .left-titles,
    .prices-block-wrap .price-block {
        min-width: 240px;
        max-width: 240px;
        padding: 24px 16px;
        margin-right: 12px;
    }

    .prices-block-wrap .price-block:last-child {
        margin-right: 0 !important;
    }

    .prices-block-wrap .prices-blocks-inner {
        gap: 0;
    }

    .prices-block-wrap .swiper-arrows {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .prices-block-wrap .arrow-prev,
    .prices-block-wrap .arrow-next {
        width: 40px;
        height: 40px;
        position: relative;
    }

    .prices-block-wrap .arrow-prev:after,
    .prices-block-wrap .arrow-next:after {
        font-family: swiper-icons;
        font-size: 17px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .prices-block-wrap .arrow-prev:after {
        content: 'prev';
    }

    .prices-block-wrap .arrow-next:after {
        content: 'next';
    }

    .prices-block-wrap .arrows-desc {
        text-align: center;
    }
}

@media (max-width: 992px) {
    .prices-block-wrap .left-titles {
        background: var(--black);
        position: relative;
        z-index: 2;
    }

    .prices-block-wrap .swiper-arrows-wrap {
        display: block;
        width: 90%;
        margin: 10px auto 0;
    }
}

@media (max-width: 768px) {
    .prices-block-wrap {
        padding: 60px 0 30px;
    }

    .prices-block-wrap .container {
        justify-content: space-between;
    }

    .prices-block-wrap .price-block .name {
        font-size: 22px;
    }

    .prices-block-wrap .price-block {
        margin-left: auto;
    }

    .prices-block-wrap .price-block .desc,
    .prices-block-wrap .price-block .from,
    .prices-block-wrap .arrows-desc {
        font-size: 14px;
    }

    .prices-block-wrap .price-block .price-val {
        font-size: 30px;
    }

    .prices-block-wrap .left-titles .titles-values div:not(.line):after {
        display: none;
    }

    .prices-block-wrap .titles-values div {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .prices-blocks {
        min-width: calc(60% - 25px);
        max-width: calc(60% - 25px);
    }

    .prices-block-wrap .left-titles {
        min-width: 40%;
        max-width: 40%;
        padding: 24px 0 26px;
        margin-right: 0;
    }

    .prices-blocks-swiper {
        min-width: 240px;
        max-width: 240px;
    }
}

/* Дополнительные адаптивные стили для очень маленьких экранов */
@media (max-width: 460px) {
    .prices-blocks-swiper {
        min-width: 220px;
        max-width: 220px;
    }

    .prices-block-wrap .price-block {
        min-width: 220px;
        max-width: 220px;
    }
}

@media (max-width: 410px) {
    .prices-blocks-swiper {
        min-width: 215px;
        max-width: 215px;
        margin-left: -10px;
    }

    .prices-block-wrap .price-block {
        min-width: 215px;
        max-width: 215px;
    }
}

@media (max-width: 400px) {
    .prices-blocks-swiper {
        min-width: 210px;
        max-width: 210px;
    }

    .prices-block-wrap .price-block {
        min-width: 210px;
        max-width: 210px;
    }
}

@media (max-width: 390px) {
    .prices-blocks-swiper {
        min-width: 205px;
        max-width: 205px;
    }

    .prices-block-wrap .price-block {
        min-width: 205px;
        max-width: 205px;
    }
}

@media (max-width: 375px) {
    .prices-blocks-swiper {
        min-width: 200px;
        max-width: 200px;
    }

    .prices-block-wrap .price-block {
        min-width: 200px;
        max-width: 200px;
    }
}

@media (max-width: 360px) {
    .prices-blocks-swiper {
        min-width: 180px;
        max-width: 180px;
    }

    .prices-block-wrap .price-block {
        min-width: 180px;
        max-width: 180px;
    }
}

/* End Complete Prices Block Styles */


.scrolling-brands {
    padding: 60px 0 60px;
    background: var(--color-dark);
    position: relative;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    /*background: linear-gradient(to bottom, var(--color-dark) 65%, #F1F1F1 100%);*/
    overflow: hidden;
}

.scrolling-brands-track {
    display: flex;
    align-items: center;
    gap: 40px;
    width: max-content;
    animation: scroll-left 45s linear infinite;
}

.scrolling-brand {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 120px;
    height: 120px;
}

.scrolling-brand img {
    mix-blend-mode: multiply;
    max-height: 90px;
    max-width: 110px;
}

.scrolling-brand .name {
    margin-top: 8px;
    font-size: 14px;
    text-align: center;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
        /* Сдвигаем на половину длины дублированного контента */
    }
}

.elevate-your-car .swiper-wrapper {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.elevate-your-car .swiper-slide {
    width: 148.75px;
    margin-right: 20px;
}

.elevate-your-car .swiper-slide .image {
    width: 75px;
    height: 75px;
    margin: 0 auto;
}

.elevate-your-car .swiper-slide .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.elevate-your-car .swiper-slide .name {
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
}

.elevate-your-car .swiper-pagination {
    margin-top: 35px;
}

.iti__selected-flag {
    background-color: transparent !important;
    padding: 0 !important;
    margin-left: 28px !important;
}

.iti__flag-container {
    position: static !important;
}

.iti__country-list,
div.wpforms-container-full .wpforms-form ul.iti__country-list {
    width: 100% !important;
    margin: 6px 0 0 -1px !important;
    border-radius: 30px 0 0 30px;
    background-color: #EBEBEB;
    border: none !important;
}

.iti__country-list .search-input-wrap {}

.iti--separate-dial-code .iti__selected-dial-code {
    font-size: 18px !important;
}

@media (max-width: 991.98px) {
    .iti--separate-dial-code .iti__selected-dial-code {
        font-size: 16px !important;
    }
}

.iti__country-name {
    color: var(--black) !important;
}

@media (max-width: 991.98px) {
    .iti__selected-flag {
        margin-left: 0px;
    }
}

.time-picker {
    position: relative
}

.time-picker__list {
    overflow: hidden;
    overflow-y: scroll;
    position: absolute;
    z-index: 1;
    top: 45px;
    left: 0;
    width: 100%;
    height: 145px;
    background: #EBEBEB;
    border-radius: 25px 0 0 25px;
    opacity: 0;
    visibility: hidden;
    transition: .1s;
    font-size: 14px;
    line-height: 19px;
    box-shadow: 0 20px 55px 0 rgba(0, 0, 0, 0.07);
}

.time-picker.active .time-picker__list {
    opacity: 1;
    visibility: visible
}

.time-picker__item {
    cursor: pointer;
    padding: 5px 12px;
    border-bottom: 1px solid #EBEBEB
}

.time-picker__item:last-child {
    border: 0
}

.time-picker__item:hover {
    background: #EBEBEB
}

.qs-datepicker-container {
    overflow: hidden;
    border: 0;
    border-radius: 25px;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, .15);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .15);
    font-family: OpenSans;
    font-size: 16px
}

.qs-controls {
    height: 30px;
    background: #EBEBEB;
    font-size: 14px
}

.qs-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    height: 100%;
    border: 0;
    border-radius: 0
}

.qs-arrow:after {
    display: none
}

.qs-arrow svg {
    position: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 10px;
    height: 12px;
    fill: var(--black)
}

.qs-day {
    font-size: 12px;
    color: var(--black)
}

.qs-current {
    text-decoration: none
}

.qs-active,
.qs-range-end,
.qs-range-start {
    background: var(--black);
    color: #fff
}

.qs-square {
    height: 19.5px
}

.qs-num {
    font-size: 14px
}

.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
    background: #EBEBEB
}

.qs-left svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}