/*
Theme Name: Agregatka
*/

:root {
    --orange: #d35400;
    --dark-blue: #012144;
    --blue: #215985;
    --light-blue: #91c3f1;
    --red: #ff4747;
}

@font-face {
    font-family: "Geist";
    font-display: swap;
    src: url("./assets/fonts/Geist-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: "normal";
}

@font-face {
    font-family: "Geist";
    font-display: swap;
    src: url("./assets/fonts/Geist-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: "normal";
}

@font-face {
    font-family: "Geist";
    font-display: swap;
    src: url("./assets/fonts/Geist-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: "normal";
}

@font-face {
    font-family: "Geist";
    font-display: swap;
    src: url("./assets/fonts/Geist-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: "normal";
}

@font-face {
    font-family: "Geist";
    font-display: swap;
    src: url("./assets/fonts/Geist-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: "normal";
}

@font-face {
    font-family: "Involve";
    font-display: swap;
    src: url("./assets/fonts/Involve-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: "normal";
}

@font-face {
    font-family: "Involve";
    font-display: swap;
    src: url("./assets/fonts/Involve-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: "normal";
}

@font-face {
    font-family: "Involve";
    font-display: swap;
    src: url("./assets/fonts/Involve-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: "normal";
}

* {
    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: 16px;
}

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

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

input,
button,
textarea {
    font-family: Geist, 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;
}

/*
  &::-webkit-scrollbar {
      display: none;
  }
  */
body {
    font-family: Geist, sans-serif;
    color: white;
    line-height: 1.3;
    background: #001230;
    scroll-behavior: smooth;
}

body._lock {
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 126px;
}

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

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

.wrapper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #00021b 0%, #022549 72.4%, rgba(0, 2, 27, 0.7) 84.4%, #034877 100%);
}

.page {
    flex: 1 1 auto;
}

._container {
    max-width: 1328px;
    margin: 0 auto;
}

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

._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 {
    display: inline-flex;
    padding: 0 30px 0 40px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    text-align: center;
    height: 48px;
    width: fit-content;
    min-width: 208px;
    transition: all 0.3s ease 0s;
    gap: 10px;
    position: relative;
}

.btn span {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn span::after {
    transition: all 0.3s ease 0s;
}

.btn::before {
    content: "";
    transform: skewX(23deg);
    background: var(--orange);
    position: absolute;
    display: block;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    z-index: 0;
    transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
    .btn:hover::before {
        background: #b44800;
    }
}

.btn_arrow_r span::after {
    line-height: 0;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 6L15 12L9 18' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

@media (any-hover: hover) {
    .btn_arrow_r:hover span::after {
        transform: translateX(5px);
    }
}

.btn_arrow_b span::after {
    line-height: 0;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 6L15 12L9 18' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    transform: rotate(90deg);
}

.ui-input.invalid .ui-input__error {
    display: block;
}

.ui-input label {
    display: block;
    font-size: 12px;
    margin-bottom: 7px;
    line-height: 1.3;
}

.ui-input input,
.ui-input textarea {
    display: block;
    width: 100%;
    transition: all 0.3s ease 0s;
    padding: 16px;
    border: 1px solid white;
    background: transparent;
    color: white;
}

.ui-input input:focus,
.ui-input textarea:focus {
    border-color: var(--orange);
}

.ui-input input::placeholder,
.ui-input textarea::placeholder {
    color: white;
    opacity: 0.5;
}

.ui-input input {
    height: 53px;
}

.ui-input textarea {
    height: 83px;
    resize: none;
}

.ui-input.invalid input,
.ui-input.invalid textarea {
    border-color: var(--red);
}

.ui-input__error {
    display: none;
    color: var(--red);
    font-size: 12px;
    margin-top: 5px;
}

label.ui-checkbox,
.ui-checkbox label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

label.ui-checkbox span,
.ui-checkbox label span {
    transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {

    label.ui-checkbox:hover input:not(:checked)+b,
    .ui-checkbox label:hover input:not(:checked)+b {
        border-color: var(--orange);
    }

    label.ui-checkbox:hover input:not(:checked)+b+span,
    .ui-checkbox label:hover input:not(:checked)+b+span {
        color: var(--orange);
    }
}

@media (max-width: 991.98px) {

    label.ui-checkbox,
    .ui-checkbox label {
        font-size: 14px;
    }
}

.ui-checkbox input {
    position: absolute;
    inset: 0;
    visibility: hidden;
    opacity: 0;
}

.ui-checkbox input+b {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    line-height: 0;
    transition: all 0.3s ease 0s;
    margin-right: 12px;
    flex-shrink: 0;
    position: relative;
}

.ui-checkbox input+b::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 11.5833L9.62162 17L20 7' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
    display: block;
    opacity: 0;
    visibility: hidden;
}

.ui-checkbox input:checked+b::before {
    opacity: 1;
    visibility: visible;
}

.ui-text {
    line-height: 1.5;
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .ui-text {
        font-size: 14px;
    }
}

.ui-text h1,
.ui-text h2,
.ui-text h3,
.ui-text h4,
.ui-text h5,
.ui-text h6 {
    font-weight: 600;
    line-height: normal;
    margin: 20px 0;
}

.ui-text h1 {
    font-size: 48px;
}

@media (max-width: 767.98px) {
    .ui-text h1 {
        font-size: 24px;
    }
}

.ui-text h2 {
    font-size: 32px;
}

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

.ui-text h3 {
    font-size: 30px;
}

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

.ui-text h4 {
    font-size: 20px;
}

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

.ui-text h5 {
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .ui-text h5 {
        font-size: 14px;
    }
}

.ui-text h6 {
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .ui-text h6 {
        font-size: 13px;
    }
}

.ui-text p {
    margin-bottom: 20px;
    line-height: 1.5;
}

.ui-text ol {
    margin-left: 15px;
}

.ui-text li {
    margin-bottom: 8px;
}

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

.ui-text ul>li {
    display: flex;
}

.ui-text ul>li::before {
    content: "";
    display: inline-block;
    background-color: var(--orange);
    height: 5px;
    width: 5px;
    margin: 9px 20px 9px 9px;
    position: relative;
    flex-shrink: 0;
}

.ui-text a {
    color: white;
    border-bottom: 1px solid;
    transition: all 0.3s ease 0s;
    font-weight: 600;
}

.ui-text a:hover {
    border-color: transparent;
}

.ui-text img.alignleft {
    margin-right: 50px;
    float: left;
    margin-bottom: 20px;
}

@media (max-width: 1368px) {
    .ui-text img.alignleft {
        margin-right: 20px;
    }
}

.ui-text img.alignright {
    float: right;
    margin-left: 50px;
}

@media (max-width: 1368px) {
    .ui-text img.alignright {
        margin-left: 20px;
    }
}

@media (max-width: 767.98px) {

    .ui-text img.alignright,
    .ui-text img.alignleft {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        height: 100%;
    }
}

.ui-text>p,
.ui-text>ul,
.ui-text>ol,
.ui-text>img,
.ui-text>div,
.ui-text>blockquote,
.ui-text>table {
    margin-bottom: 10px;
}

.ui-text>*:last-child {
    margin-bottom: 0;
}

.ui-text>*:first-child {
    margin-top: 0;
}

.ui-text blockquote {
    display: block;
    font-style: italic;
    padding: 16px 0px 16px 24px;
    border-left: 1.5px solid var(--orange);
}

.slider-nav {
    cursor: pointer;
    transition: all 0.3s ease 0s;
    line-height: 0;
}

.slider-nav.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

@media (any-hover: hover) {
    .slider-nav:hover {
        color: var(--orange);
    }
}

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

.alert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--red);
    color: black;
    padding: 20px 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    transform: translateY(100%);
    visibility: hidden;
    z-index: 30;
    box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.1);
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .alert {
        font-size: 14px;
    }
}

.alert_success {
    background: var(--orange);
    color: white;
}

.alert.active {
    transform: none;
    visibility: visible;
}

.alert.active a {
    color: white;
    border-bottom: 1px solid;
    transition: all 0.3s ease 0s;
}

.alert.active a:hover {
    border-color: transparent;
}

@keyframes progress-bar {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    to {
        left: 100%;
        right: -90%;
    }
}

@keyframes progress-bar-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    to {
        left: 107%;
        right: -8%;
    }
}

.progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    height: 5px;
    display: block;
    width: 100%;
    overflow: hidden;
    background: var(--dark-blue);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}

.progress-bar.active {
    opacity: 1;
    visibility: visible;
}

.progress-bar__indeterminate:before,
.progress-bar__indeterminate:after {
    content: "";
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    animation: progress-bar 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    background: white;
}

.progress-bar__indeterminate:after {
    animation: progress-bar-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation-delay: 1.15s;
}

/**
   * Swiper 11.1.9
   * Most modern mobile touch slider and framework with hardware accelerated transitions
   * https://swiperjs.com
   *
   * Copyright 2014-2024 Vladimir Kharlampidi
   *
   * Released under the MIT License
   *
   * Released on: July 31, 2024
   */
@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;
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

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

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

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

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

.swiper-horizontal {
    touch-action: pan-y;
}

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

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

.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-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d {
    perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d;
}

.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-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory;
}

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

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none;
}

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

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

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}

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

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

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

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

.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-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-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: var(--swiper-navigation-top-offset, 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 svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}

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

.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:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}

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

.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: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    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: var(--swiper-pagination-bullet-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: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    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-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, 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: var(--swiper-pagination-progressbar-size, 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: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
}

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

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, 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: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: var(--swiper-scrollbar-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;
    touch-action: none;
}

.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 {
    pointer-events: auto;
}

.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-prev {
    pointer-events: auto;
    visibility: visible;
}

.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-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

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

.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-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-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;
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    max-width: 100%;
    /* Not required for horizontal scroll to trigger */
    max-height: 100%;
    /* Needed for vertical scroll to trigger */
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
    content: " ";
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: black;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.5;
    transition-delay: 0s;
    transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.simplebar-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size>div {
    width: 200%;
    height: 200%;
    margin: 10px 0;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.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: 991.98px) {
    .popup__body {
        padding: 50px;
    }
}

@media (max-width: 767.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;
}

.burger-menu {
    display: none;
}

@media (max-width: 991.98px) {
    .burger-menu {
        display: block;
        position: relative;
        width: 30px;
        height: 18px;
        cursor: pointer;
        z-index: 5;
    }

    .burger-menu span {
        transition: all 0.3s ease 0s;
        top: calc(50% - 1px);
        left: 0px;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: white;
    }

    .burger-menu span:first-child {
        top: 0px;
    }

    .burger-menu span:last-child {
        top: auto;
        bottom: 0px;
    }

    .burger-menu.active span {
        transform: scale(0);
    }

    .burger-menu.active span:first-child {
        transform: rotate(-45deg);
        top: calc(50% - 1px);
    }

    .burger-menu.active span:last-child {
        transform: rotate(45deg);
        bottom: calc(50% - 1px);
    }
}

.header__sentinel {
    position: absolute;
    top: 0;
}

.header-nav {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 10;
    border-bottom: 1px solid rgba(237, 237, 237, 0.2);
    transition: all 0.3s ease 0s;
    background: rgba(105, 153, 191, 0.2);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    padding: 12px 0;
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .header-nav {
        padding: 0;
        position: static;
        background: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        min-height: 0;
    }
}

@media (max-width: 991.98px) {
    .header-nav__overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 1;
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease 0s;
    }

    .open .header-nav__overlay {
        opacity: 1;
        visibility: visible;
    }
}

.header-nav__top {
    transition: all 0.3s ease 0s;
    visibility: visible;
    opacity: 1;
    height: 31px;
    margin-bottom: 20px;
}

.short .header-nav__top {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin-bottom: 0;
}

.header-nav.short {
    border-color: transparent;
    background: rgba(105, 153, 191, 0.7);
    box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991.98px) {
    .header-top {
        z-index: 10;
        position: fixed;
        inset: 0 0 auto 0;
        background: rgba(105, 153, 191, 0.6);
        backdrop-filter: blur(7px);
        -webkit-backdrop-filter: blur(7px);
        height: 70px;
        transition: all 0.3s ease 0s;
    }

    .open .header-top {
        background: rgb(105, 153, 191);
    }
}

@media (max-width: 767.98px) {
    .header-top {
        height: 60px;
    }
}

@media (max-width: 479.98px) {
    .header-top {
        height: 50px;
    }
}

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

@media (max-width: 991.98px) {
    .header-top__container {
        height: 100%;
    }
}

.header-top__logo {
    width: 166px;
}

@media (max-width: 479.98px) {
    .header-top__logo {
        width: 120px;
    }
}

.header-top__right {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 32px;
}

@media (max-width: 1368px) {
    .header-top__right {
        gap: 16px;
    }
}

@media (max-width: 767.98px) {
    .header-top__contacts {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .header-top__socials {
        display: none !important;
    }
}

.header-top__burger {
    display: none;
}

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

.header-top-phones {
    display: flex;
    gap: 32px;
    align-items: center;
}

.header-top-phones a,
.header-top-phones>* {
    color: white;
    font-size: 12px;
    line-height: 1.16;
}

@media (max-width: 1368px) {
    .header-top-phones {
        display: grid;
        gap: 6px;
    }
}

.header-top-contacts {
    display: flex;
    gap: 32px;
    align-items: center;
}

.header-top-contacts>div {
    color: white;
    font-size: 12px;
    line-height: 1.16;
}

@media (max-width: 1368px) {
    .header-top-contacts {
        gap: 24px;
    }
}

@media (max-width: 991.98px) {
    .header-top-contacts {
        display: grid;
        gap: 6px;
    }
}

@media (max-width: 991.98px) {
    .header-bottom {
        position: fixed;
        inset: 0 0 0 auto;
        background: var(--dark-blue);
        padding-top: 70px;
        z-index: 5;
        max-width: 380px;
        transform: translateX(100%);
        transition: all 0.3s ease 0s;
    }

    .open .header-bottom {
        transform: none;
    }
}

@media (max-width: 767.98px) {
    .header-bottom {
        padding-top: 60px;
    }
}

@media (max-width: 479.98px) {
    .header-bottom {
        padding-top: 50px;
        width: 100%;
        max-width: 100%;
    }
}

.header-bottom__container {
    display: flex;
    align-items: center;
}

@media (max-width: 991.98px) {
    .header-bottom__container {
        flex-direction: column;
        align-items: flex-start;
        height: 100%;
        overflow: auto;
        padding: 28px 20px;
    }
}

.header-bottom__logo {
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease 0s;
    width: 0;
    display: block;
    margin-right: 0;
}

.short .header-bottom__logo {
    visibility: visible;
    opacity: 1;
    transform: none;
    width: 120px;
    margin-right: 30px;
}

@media (max-width: 991.98px) {
    .header-bottom__logo {
        display: none !important;
    }
}

.header-bottom__nav {
    flex-grow: 1;
}

@media (max-width: 991.98px) {
    .header-bottom__nav {
        margin-bottom: 32px;
    }
}

.header-bottom__contacts {
    display: none;
}

.header-bottom__socials {
    display: none;
}

@media (max-width: 991.98px) {
    .header-bottom__socials {
        display: block;
        margin-top: 24px;
    }
}

.header-bottom__hotline {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0 30px;
    justify-items: start;
}

@media (max-width: 1368px) {
    .header-bottom__hotline {
        flex-direction: column;
        align-items: start;
    }
}

@media (max-width: 991.98px) {
    .header-bottom__hotline {
        flex-direction: row;
        margin: 24px 0 0 0;
    }
}

.header-bottom__hotline span {
    font-size: 10px;
}

@media (max-width: 991.98px) {
    .header-bottom__hotline span {
        font-size: 16px;
    }
}


.header-bottom__hotline a {
    font-size: 14px;
    color: white;
    border-bottom: 1px solid white;
    transition: all 0.3s ease 0s;
    line-height: 1;
    font-weight: 500;
}

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

@media (any-hover: hover) {
    .header-bottom__hotline a:hover {
        border-color: transparent;
    }
}

.header-bottom__btn-desk {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    gap: 5px;
    display: flex;
    align-items: center;
    color: white;

}

.header-bottom__btn-desk::after {
    line-height: 0;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 6L15 12L9 18' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
    .header-bottom__btn-desk:hover::after {
        transform: translateX(5px);
    }
}

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

.header-bottom__btn-mob {
    display: none;
}

@media (max-width: 991.98px) {
    .header-bottom__btn-mob {
        display: flex;
        margin-top: 24px;
        flex-shrink: 0;
    }
}

@media (max-width: 479.98px) {
    .header-bottom__btn-mob {
        font-size: 14px;
        width: 100%;
    }
}

.header-socials {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-socials a {
    color: white;
    transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
    .header-socials a:hover {
        transform: scale(1.1);
    }
}

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

.header-menu {
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 1368px) {
    .header-menu {
        gap: 16px;
    }
}

.header-menu a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.14;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease 0s;
    color: white;
}

@media (max-width: 3638px) {
    .header-menu a {
        font-size: 12px;
    }
}

.header-menu a.active {
    border-color: white;
}

@media (any-hover: hover) {
    .header-menu a:hover {
        border-color: white;
    }
}

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

@media (max-width: 991.98px) {
    .header-menu {
        display: grid;
        gap: 20px;
    }
}

.header-logo {
    display: block;
}

.header-logo img {
    max-width: 100%;
}

.header-bottom-contacts a {
    color: white;
    border-bottom: 1px solid;
}

@media (max-width: 991.98px) {
    .header-bottom-contacts {
        display: grid;
        gap: 12px;
    }
}

@media (max-width: 479.98px) {
    .header-bottom-contacts {
        gap: 8px;
        font-size: 14px;
    }
}

.footer {
    background: var(--dark-blue);
    padding: 56px 0;
}

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

@media (max-width: 767.98px) {
    .footer__container {
        display: grid;
        grid-gap: 28px;
    }
}

.footer__col_right {
    display: flex;
    align-items: center;
    gap: 32px;
}

@media (max-width: 767.98px) {
    .footer__col_right {
        display: grid;
        gap: 28px;
        justify-content: start;
    }
}

.footer__logo {
    width: 166px;
    display: block;
    color: white;
}

.footer__logo img {
    width: 100%;
    height: auto;
}

.footer__address {
    margin-top: 28px;
    font-size: 18px;
}

@media (max-width: 479.98px) {
    .footer__address {
        font-size: 16px;
    }
}

.footer__phones {
    display: grid;
    grid-gap: 16px;
}

.footer__phones a {
    display: block;
    color: white;
    transition: all 0.3s ease 0s;
    font-size: 18px;
}

@media (max-width: 479.98px) {
    .footer__phones a {
        font-size: 16px;
    }
}

@media (any-hover: hover) {
    .footer__phones a:hover {
        color: var(--orange);
    }
}

.footer__socials {
    display: grid;
    grid-auto-flow: column;
    gap: 12px;
}

.footer__socials a {
    color: white;
    transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
    .footer__socials a:hover {
        transform: scale(1.1);
    }
}

.footer__socials svg {
    width: 24px;
    height: 24px;
}

.contacts {
    background: radial-gradient(195.31% 208.85% at 83.62% 204.76%, #00041e 0%, rgba(1, 23, 54, 0) 100%), #215985;
    padding: 56px 0;
}

.contacts__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 48px;
}

@media (max-width: 1368px) {
    .contacts__container {
        grid-gap: 24px;
    }
}

@media (max-width: 767.98px) {
    .contacts__container {
        grid-template-columns: 1fr;
        grid-gap: 36px;
    }
}

.contact-item__ttl {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 130%;
    text-transform: uppercase;
    opacity: 0.64;
}

@media (max-width: 1368px) {
    .contact-item__ttl {
        font-size: 14px;
    }
}

.contact-item__address {
    font-size: 24px;
}

@media (max-width: 1368px) {
    .contact-item__address {
        font-size: 18px;
    }
}

.contact-item__list {
    font-size: 24px;
    display: grid;
    grid-gap: 16px;
}

@media (max-width: 1368px) {
    .contact-item__list {
        font-size: 16px;
    }
}

.contact-item__list li {
    display: flex;
    gap: 8px;
    align-items: center;
}

.contact-item__list a {
    color: white;
    border-bottom: 1px solid;
    transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
    .contact-item__list a:hover {
        border-color: transparent;
    }
}

@media (max-width: 1368px) {
    .contact-item__list a {
        display: block;
    }
}

.contact-item__list_contacts {
    font-size: 20px;
}

@media (max-width: 1368px) {
    .contact-item__list_contacts {
        font-size: 16px;
    }
}

.contact-item__icon {
    line-height: 0;
}

.contact-item__icon svg {
    width: 24px;
    height: 24px;
}

@media (max-width: 1368px) {
    .contact-item__phones {
        display: grid;
        grid-gap: 6px;
    }
}

.map {
    height: 420px;
    background: black;
}

.request {
    margin: 56px 0;
}

@media (max-width: 767.98px) {
    .request_dark {
        margin: 56px 0 0;
    }
}

.request__container {
    display: grid;
    grid-template-columns: 41% 49%;
    justify-content: space-between;
}

@media (max-width: 1368px) {
    .request__container {
        grid-template-columns: 41% 55%;
    }
}

@media (max-width: 767.98px) {
    .request__container {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}

@media (max-width: 479.98px) {
    .request__container {
        gap: 0;
    }
}

.request__col_content {
    display: flex;
    flex-direction: column;
}

.request__ttl {
    font-family: Involve, sans-serif;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.8px;
}

@media (max-width: 991.98px) {
    .request__ttl {
        font-size: 32px;
    }
}

.request__desc {
    margin-top: 32px;
    font-family: Involve, sans-serif;
    font-size: 24px;
    line-height: 1.33;
}

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

.request__img {
    margin-top: 61px;
    position: relative;
    flex-grow: 1;
}

@media (max-width: 991.98px) {
    .request__img {
        padding-bottom: 62%;
        flex-grow: 0;
        margin-top: 40px;
    }
}

@media (max-width: 479.98px) {
    .request__img {
        margin: 40px -20px 0;
    }
}

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

.request__form {
    background: linear-gradient(0deg, #215985 0%, #215985 100%), #012144;
    padding: 32px;
}

@media (max-width: 479.98px) {
    .request__form {
        margin: 0 -20px;
    }
}

.request_dark .request__form {
    background: var(--dark-blue);
}

.request-form__fields {
    display: grid;
    grid-gap: 48px;
}

@media (max-width: 991.98px) {
    .request-form__fields {
        grid-gap: 36px;
    }
}

.request-form__block-ttl {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 16px;
}

.request-form__fields-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

@media (max-width: 991.98px) {
    .request-form__fields-grid {
        grid-template-columns: 1fr;
    }
}

.request-form__message {
    margin-top: -9px;
}

.request-form__field-desc {
    margin-top: 16px;
    line-height: 130%;
}

.request-form__checkboxes {
    display: flex;
    gap: 32px;
}

@media (max-width: 991.98px) {
    .request-form__checkboxes {
        gap: 16px;
        display: grid;
    }
}

.request-form__bottom {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: flex-end;
}

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

.request-form__policy {
    flex-grow: 1;
    font-size: 12px;
    opacity: 0.5;
    line-height: 1.33;
}

@media (max-width: 991.98px) {
    .request-form__submit {
        margin: 16px 0 0 auto;
        display: flex;
    }
}

@media (max-width: 479.98px) {
    .request-form__submit {
        width: 100%;
    }
}

.faq {
    margin: 144px 0;
}

@media (max-width: 991.98px) {
    .faq {
        margin: 56px 0;
    }
}

.faq__ttl {
    margin-bottom: 48px;
    font-family: Involve, sans-serif;
    font-size: 48px;
    line-height: 1.33;
    letter-spacing: -0.96px;
}

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

.spollers__item {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 479.98px) {
    .spollers__item {
        margin: 0 -20px;
        padding: 0 20px;
    }
}

.spollers__header {
    cursor: pointer;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 0;
}

@media (max-width: 991.98px) {
    .spollers__header {
        font-size: 24px;
    }
}

@media (max-width: 479.98px) {
    .spollers__header {
        font-size: 18px;
        padding: 20px 0;
    }
}

.spollers__header span {
    flex-shrink: 0;
    background: #4a789c;
    width: 48px;
    height: 48px;
    display: block;
    position: relative;
}

@media (max-width: 991.98px) {
    .spollers__header span {
        width: 36px;
        height: 36px;
    }
}

.spollers__header svg {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
    transform: rotate(-180deg);
}

.spollers__header svg:last-child {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    inset: 0 0 15px 0;
    transform: scale(0.5);
}

.spollers__header._active svg:first-child {
    opacity: 0;
    visibility: hidden;
    transform: rotate(-180deg) scale(0.5);
}

.spollers__header._active svg:last-child {
    visibility: visible;
    opacity: 1;
    inset: 0;
    transform: scale(1);
}

.spollers__body {
    margin-top: -8px;
    padding-bottom: 24px;
    opacity: 0.8;
}

@media (max-width: 479.98px) {
    .spollers__body {
        margin-top: 0;
    }
}

.charts {
    margin: 144px 0;
}

@media (max-width: 991.98px) {
    .charts {
        margin: 56px 0;
    }
}

.charts__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
}

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

@media (max-width: 767.98px) {
    .charts__container {
        justify-items: center;
    }
}

@media (max-width: 479.98px) {
    .charts__container {
        grid-template-columns: 1fr;
        justify-items: start;
    }
}

@media (max-width: 991.98px) {
    .chart {
        display: flex;
        align-items: center;
        gap: 20px;
    }
}

@media (max-width: 767.98px) {
    .chart {
        display: grid;
        gap: 0;
        max-width: 280px;
    }
}

@media (max-width: 479.98px) {
    .chart {
        display: flex;
        max-width: none;
        gap: 20px;
    }
}

.chart__circle {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    line-height: 0;
    flex-shrink: 0;
}

@media (max-width: 991.98px) {
    .chart__circle {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 479.98px) {
    .chart__circle {
        width: 100px;
        height: 100px;
    }
}

.chart__circle svg {
    width: 100%;
    height: 100%;
    transform: rotate(90deg);
}

.chart__content {
    position: relative;
    margin-top: -50px;
    text-align: center;
}

@media (max-width: 1368px) {
    .chart__content {
        margin-top: -40px;
    }
}

@media (max-width: 991.98px) {
    .chart__content {
        text-align: left;
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .chart__content {
        text-align: center;
        margin-top: -35px;
    }
}

@media (max-width: 479.98px) {
    .chart__content {
        text-align: left;
        margin-top: 0;
    }
}

.chart__svg {
    width: 160px;
    height: 160px;
    max-width: 100%;
}

.chart__svg-circle {
    transition: all 1.5s linear 0s;
}

.chart__number {
    font-family: Involve, sans-serif;
    font-size: 96px;
    line-height: 1.2;
}

@media (max-width: 1368px) {
    .chart__number {
        font-size: 72px;
    }
}

@media (max-width: 991.98px) {
    .chart__number {
        font-size: 64px;
    }
}

@media (max-width: 479.98px) {
    .chart__number {
        font-size: 48px;
    }
}

.chart__txt {
    font-size: 20px;
}

@media (max-width: 1368px) {
    .chart__txt {
        font-size: 18px;
    }
}

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

.diagnostics {
    margin: 100px 0;
}

@media (max-width: 991.98px) {
    .diagnostics {
        margin: 56px 0;
    }
}

.diagnostics__content {
    padding: 48px;
    min-height: 368px;
    position: relative;
    background: radial-gradient(195.31% 208.85% at 83.62% 204.76%, #00041e 0%, rgba(1, 23, 54, 0) 100%), #215985;
    display: flex;
}

@media (max-width: 991.98px) {
    .diagnostics__content {
        padding: 32px;
    }
}

@media (max-width: 479.98px) {
    .diagnostics__content {
        margin: 0 -20px;
        padding: 20px;
    }
}

.diagnostics__inner {
    max-width: 550px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

@media (max-width: 1368px) {
    .diagnostics__inner {
        max-width: 450px;
    }
}

@media (max-width: 991.98px) {
    .diagnostics__inner {
        max-width: 400px;
    }
}

@media (max-width: 767.98px) {
    .diagnostics__inner {
        max-width: 100%;
    }
}

.diagnostics__ttl {
    font-family: Involve, sans-serif;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.8px;
}

@media (max-width: 991.98px) {
    .diagnostics__ttl {
        font-size: 32px;
    }
}

.diagnostics__txt {
    line-height: 1.5;
    margin-top: 16px;
}

.diagnostics__bottom {
    flex-grow: 1;
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
}

.diagnostics__btn {
    display: flex;
}

@media (max-width: 479.98px) {
    .diagnostics__btn {
        width: 100%;
    }
}

.diagnostics__bg {
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    height: calc(100% - 14px);
    width: 50%;
    z-index: 0;
}

@media (max-width: 479.98px) {
    .diagnostics__bg {
        opacity: 0.3;
        width: 100%;
        height: 100%;
    }
}

.diagnostics__bg img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
}

.reviews {
    margin: 118px 0 144px;
}

@media (max-width: 991.98px) {
    .reviews {
        margin: 56px 0;
    }
}

.reviews__ttl {
    margin-bottom: 64px;
    text-align: center;
    font-family: Involve, sans-serif;
    font-size: 48px;
    line-height: 1.33;
    letter-spacing: -0.96px;
}

@media (max-width: 991.98px) {
    .reviews__ttl {
        font-size: 32px;
        margin-bottom: 32px;
    }
}

.reviews__slider-messages {
    max-width: 1139px;
    margin: 0 auto;
}

.reviews__slider-authors {
    margin-top: 64px;
}

@media (max-width: 991.98px) {
    .reviews__slider-authors {
        margin-top: 32px;
    }
}

.review-message {
    text-align: center;
    min-height: 170px;
}

.review-message__ttl {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .review-message__ttl {
        font-size: 24px;
    }
}

.review-message__txt {
    font-size: 24px;
    margin-top: 16px;
}

@media (max-width: 991.98px) {
    .review-message__txt {
        font-size: 20px;
    }
}

@media (max-width: 479.98px) {
    .review-message__txt {
        font-size: 16px;
    }
}

.review-message__rating {
    margin-top: 16px;
}

.rating {
    display: inline-flex;
    gap: 4px;
}

.rating span::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M12.5 2L15.59 8.26L22.5 9.27L17.5 14.14L18.68 21.02L12.5 17.77L6.32 21.02L7.5 14.14L2.5 9.27L9.41 8.26L12.5 2Z' fill='%23D35400'/%3E%3C/svg%3E");
}

.rating_1 span:nth-child(1)~span {
    opacity: 0.4;
}

.rating_2 span:nth-child(2)~span {
    opacity: 0.4;
}

.rating_3 span:nth-child(3)~span {
    opacity: 0.4;
}

.rating_4 span:nth-child(4)~span {
    opacity: 0.4;
}

.reviews-authors {
    overflow: hidden;
    position: relative;
}

.reviews-authors__slider {
    padding-left: 20px;
    margin-left: 20px;
    overflow: visible;
}

@media (max-width: 991.98px) {
    .reviews-authors__slider {
        padding-left: 15px;
        margin-left: 15px;
    }
}

.reviews-authors__slide:not(.swiper-slide-active, .swiper-slide-prev, .swiper-slide-next) {
    opacity: 0;
}

@media (max-width: 767.98px) {
    .reviews-authors__slide:not(.swiper-slide-active) {
        opacity: 0;
    }
}

.reviews-authors__slide-inner {
    position: relative;
    left: -20px;
    transition: all 0.3s ease 0s;
}

@media (max-width: 991.98px) {
    .reviews-authors__slide-inner {
        left: -15px;
    }
}

.reviews-authors__slide-inner::before {
    content: "";
    transform: skewX(30deg);
    position: absolute;
    display: block;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
    background: var(--blue);
}

@media (max-width: 991.98px) {
    .reviews-authors__slide-inner::before {
        left: 5px;
        right: 5px;
    }
}

.swiper-slide-thumb-active .reviews-authors__slide-inner::before,
.swiper-slide-active .reviews-authors__slide-inner::before {
    background: var(--orange);
}

.reviews-authors__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.reviews-authors__nav_prev {
    left: 0;
}

.reviews-authors__nav_next {
    right: 0;
}

.review-author {
    display: flex;
    gap: 16px;
    padding: 16px;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .review-author {
        gap: 12px;
        padding: 12px;
    }
}

.review-author__img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .review-author__img {
        width: 42px;
        height: 42px;
    }
}

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

.review-author__name {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
}

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

.review-author date {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;
    line-height: 130%;
}

@media (max-width: 991.98px) {
    .review-author date {
        font-size: 12px;
    }
}

.why {
    margin: 70px 0;
}

@media (max-width: 991.98px) {
    .why {
        margin: 56px 0;
    }
}

.why__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

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

@media (max-width: 600px) {
    .why__grid {
        grid-template-columns: 1fr;
    }
}

.why__col {
    position: relative;
    padding-bottom: 100%;
}

@media (max-width: 767.98px) {
    .why__col {
        padding-bottom: 0;
        min-height: 300px;
    }
}

@media (max-width: 600px) {
    .why__col {
        min-height: auto;
    }
}

@media (max-width: 767.98px) {
    .why__col_first {
        grid-column: 1/3;
        min-height: auto;
        padding-bottom: 12px;
    }
}

@media (max-width: 600px) {
    .why__col_first {
        grid-column: auto;
    }
}

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

.why__col-inner {
    position: absolute;
    inset: 0;
}

@media (max-width: 767.98px) {
    .why__col-inner {
        position: static;
        height: 100%;
    }
}

.why-card-text__ttl {
    font-family: Involve, sans-serif;
    font-size: 48px;
    font-weight: 300;
    font-weight: 600;
    line-height: 1;
    /* 100% */
    letter-spacing: -0.96px;
    padding-right: 20px;
}

@media (max-width: 1368px) {
    .why-card-text__ttl {
        font-size: 40px;
        padding-right: 0;
    }
}

@media (max-width: 991.98px) {
    .why-card-text__ttl {
        font-size: 48px;
    }
}

@media (max-width: 767.98px) {
    .why-card-text__ttl {
        font-size: 40px;
    }
}

.why-card-text__text {
    margin-top: 32px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
}

@media (max-width: 1368px) {
    .why-card-text__text {
        font-size: 18px;
        margin-top: 24px;
    }
}

@media (max-width: 991.98px) {
    .why-card-text__text {
        margin-top: 32px;
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .why-card-text__text {
        font-size: 18px;
        margin-top: 24px;
    }
}

.why-card__bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.why-card__bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 1s ease 0s;
}

.why-card__bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(242deg, rgba(0, 0, 0, 0) -43.75%, rgba(1, 33, 68, 0.7) 72.37%);
    z-index: 1;
    mix-blend-mode: normal;
}

.why-card__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(33, 89, 133) 0%, rgb(8, 21, 31) 149.07%);
    mix-blend-mode: color;
}

@media (any-hover: hover) {
    .why-card:hover .why-card__bg img {
        transform: scale(1.03);
    }
}

.why-card__content {
    position: relative;
    z-index: 2;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

@media (max-width: 1368px) {
    .why-card__content {
        padding: 24px;
    }
}

@media (max-width: 991.98px) {
    .why-card__content {
        padding: 32px;
    }
}

@media (max-width: 767.98px) {
    .why-card__content {
        padding: 16px;
    }
}

.why-card__number {
    font-family: Involve, sans-serif;
    font-weight: 500;
    font-size: 80px;
    width: fit-content;
    background: linear-gradient(143deg, rgb(33, 89, 133) 0%, rgb(255, 255, 255) 68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 1368px) {
    .why-card__number {
        font-size: 64px;
    }
}

@media (max-width: 991.98px) {
    .why-card__number {
        font-size: 80px;
    }
}

@media (max-width: 767.98px) {
    .why-card__number {
        font-size: 60px;
        margin-bottom: 30px;
    }
}

.why-card__ttl {
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 1368px) {
    .why-card__ttl {
        font-size: 22px;
    }
}

@media (max-width: 991.98px) {
    .why-card__ttl {
        font-size: 24px;
    }
}

@media (max-width: 767.98px) {
    .why-card__ttl {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .why-card__ttl {
        font-size: 22px;
    }
}

.why-card__desc {
    margin-top: 12px;
    font-size: 18px;
    opacity: 0.64;
    font-weight: 300;
}

@media (max-width: 1368px) {
    .why-card__desc {
        font-size: 16px;
        margin-top: 8px;
    }
}

@media (max-width: 991.98px) {
    .why-card__desc {
        font-size: 18px;
        margin-top: 12px;
    }
}

@media (max-width: 767.98px) {
    .why-card__desc {
        font-size: 16px;
        margin-top: 8px;
    }
}

.loan {
    position: relative;
    padding: 64px 0;
}

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

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

.loan__bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(2deg, rgba(0, 0, 0, 0) -24.06%, rgba(0, 0, 0, 0.3) 71.35%);
    mix-blend-mode: normal;
    z-index: 0;
}

.loan__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(338deg, rgba(27, 70, 134, 0) -4.24%, #1b4686 79.4%);
    mix-blend-mode: multiply;
    z-index: 0;
}

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

.loan__container {
    position: relative;
}

.loan__header {
    display: flex;
    gap: 48px;
    justify-content: space-between;
    max-width: 1236px;
    margin: 0 auto 80px;
}

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

@media (max-width: 767.98px) {
    .loan__header {
        display: grid;
    }
}

.loan__header-right {
    flex-shrink: 0;
}

.loan__header-left {
    flex-grow: 1;
}

.loan__ttl {
    font-family: Involve, sans-serif;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.8px;
}

@media (max-width: 991.98px) {
    .loan__ttl {
        font-size: 32px;
    }
}

.loan__txt {
    margin-top: 24px;
    font-family: Involve, sans-serif;
    font-size: 24px;
    line-height: 1.33;
}

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

@media (max-width: 479.98px) {
    .loan__txt {
        font-size: 18px;
    }
}

.loan__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 767.98px) {
    .loan__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 479.98px) {
    .loan__grid {
        grid-template-columns: 1fr;
    }
}

.loan-item {
    border-bottom: 4px solid #205884;
    background: linear-gradient(307deg, rgba(255, 255, 255, 0.2) -45.07%, rgba(0, 9, 36, 0.2) 43.54%), #0f2d50;
    padding: 32px 16px;
    display: grid;
    gap: 16px;
}

@media (max-width: 1368px) {
    .loan-item {
        padding: 24px 8px;
    }
}

@media (max-width: 991.98px) {
    .loan-item {
        padding: 16px 8px;
        gap: 8px;
    }
}

@media (max-width: 479.98px) {
    .loan-item {
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 16px 20px;
    }
}

.loan-item__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .loan-item__icon {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 479.98px) {
    .loan-item__icon {
        margin: 0;
    }
}

.loan-item__icon img,
.loan-item__icon svg {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.loan-item__content {
    text-align: center;
}

@media (max-width: 479.98px) {
    .loan-item__content {
        text-align: left;
    }
}

.loan-item__ttl {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33;
    text-transform: uppercase;
}

@media (max-width: 1368px) {
    .loan-item__ttl {
        font-size: 20px;
    }
}

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

.loan-item__desc {
    margin-top: 5px;
    line-height: 1.3;
}

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

@media (max-width: 479.98px) {
    .loan-item__desc {
        font-size: 16px;
    }
}

.brands {
    padding: 56px 0;
    background: radial-gradient(195.31% 208.85% at 83.62% 204.76%, #00041e 0%, rgba(1, 23, 54, 0) 100%), #215985;
}

.brands__ttl {
    margin-bottom: 24px;
    font-size: 40px;
    font-family: Involve, sans-serif;
    max-width: 987px;
}

@media (max-width: 991.98px) {
    .brands__ttl {
        font-size: 32px;
        margin-bottom: 16px;
    }
}

.brands__desc {
    margin-bottom: 52px;
    line-height: 150%;
    max-width: 987px;
    opacity: 0.72;
}

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

@media (max-width: 767.98px) {
    .brands__desc {
        margin-bottom: 32px;
    }
}

.brands__items {
    display: grid;
    grid-gap: 52px 25px;
    grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 991.98px) {
    .brands__items {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 30px 25px;
    }
}

@media (max-width: 767.98px) {
    .brands__items {
        grid-template-columns: repeat(3, 1fr);
    }
}

.brands__btn {
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

@media (max-width: 767.98px) {
    .brands__btn {
        margin-top: 40px;
    }
}

.brands-item {
    text-align: center;
    width: fit-content;
    color: white;
    font-family: Involve, sans-serif;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

@media (any-hover: hover) {
    .brands-item:hover .brands-item__img {
        transform: scale(1.08);
    }

    .brands-item:hover .brands-item__img>div {
        background: var(--orange);
    }

    .brands-item:hover .brands-item__ttl {
        opacity: 1;
    }
}

.brands-item__img {
    position: relative;
    padding-bottom: 70%;
    transition: all 0.3s ease 0s;
}

.brands-item__img>div {
    position: absolute;
    inset: 0;
    -webkit-mask-image: none;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    background-color: white;
    transition: all 0.3s ease 0s;
}

.brands-item__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brands-item__ttl {
    margin-top: 18px;
    opacity: 0.5;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}

@media (max-width: 767.98px) {
    .brands-item__ttl {
        font-size: 14px;
    }
}

@media (max-width: 479.98px) {
    .brands-item__ttl {
        margin-top: 10px;
        display: none;
    }
}

.services {
    overflow: hidden;
    background: var(--blue);
    position: relative;
}

.services__container {
    display: flex;
    max-width: 1440px;
    padding-right: 56px;
}

@media (max-width: 1440px) {
    .services__container {
        padding-right: calc((100vw - 1328px) / 2);
    }
}

@media (max-width: 1368px) {
    .services__container {
        padding-left: 0;
        padding-right: 20px;
        max-width: none;
    }
}

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

.services__nav {
    position: relative;
    flex: 0 0 474px;
}

@media (max-width: 1368px) {
    .services__nav {
        flex-basis: 300px;
    }
}

.services__nav::before {
    content: "";
    position: absolute;
    inset: 0 calc(100% - 1px) 0 -1000px;
    z-index: 0;
    background: var(--dark-blue);
}

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

.services__content {
    flex-grow: 1;
}

.services__item {
    z-index: 1;
    display: none;
    height: 100%;
}

.services__item.active {
    display: block;
}

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

.services-nav {
    display: flex;
    flex-direction: column;
}

.services-nav__item {
    flex: 1 0 auto;
    position: relative;
    background: linear-gradient(90deg, var(--dark-blue) 0%, var(--dark-blue) 0%);
    color: var(--light-blue);
    padding: 24px 24px 24px 56px;
    transition: all 0.3s ease 0s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    width: 100%;
    font-size: 20px;
    text-align: left;
}

@media (max-width: 1440px) {
    .services-nav__item {
        padding-left: calc((100vw - 1328px) / 2);
    }
}

@media (max-width: 1368px) {
    .services-nav__item {
        padding: 15px 20px;
        font-size: 18px;
    }
}

.services-nav__item:not(:first-child)::before {
    content: "";
    position: absolute;
    right: 0;
    left: 1px;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--blue) 10%);
}

.services-nav__item::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 6L15 12L9 18' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
    transform: scale(0.5) translateX(-10px);
    line-height: 0;
}

.services-nav__item.active {
    background: transparent;
    color: white;
    pointer-events: none;
}

.services-nav__item.active::after {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.services-nav__item.active+*::before {
    background: var(--blue);
}

@media (any-hover: hover) {
    .services-nav__item:hover {
        transition: all 0.3s ease 0s;
        color: white;
        background: linear-gradient(90deg, var(--dark-blue) 0%, rgba(1, 33, 68, 0.9) 30%);
    }
}

.service-item:not(:last-child) .service-item__ttl {
    border-bottom: 1px solid var(--blue);
}

.service-item__ttl {
    display: none;
}

.service-item__ttl::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 6L15 12L9 18' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    transition: all 0.3s ease 0s;
    line-height: 0;
    transform: rotate(90deg);
}

.service-item__ttl._active::after {
    transform: rotate(-90deg);
}

@media (max-width: 991.98px) {
    .service-item__ttl {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: var(--dark-blue);
        padding: 20px;
        gap: 15px;
        font-size: 26px;
    }
}

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

@media (max-width: 479.98px) {
    .service-item__ttl {
        font-size: 18px;
        padding: 16px 20px;
    }
}

.service-item__content {
    padding: 64px 0 64px 64px;
    height: 100%;
}

@media (max-width: 1368px) {
    .service-item__content {
        padding: 32px 0 32px 32px;
    }
}

@media (max-width: 991.98px) {
    .service-item__content {
        padding: 0;
        height: auto;
    }
}

.service-content {
    min-height: 600px;
    height: 100%;
}

@media (max-width: 1368px) {
    .service-content {
        min-height: 500px;
    }
}

@media (max-width: 991.98px) {
    .service-content {
        min-height: auto;
        position: relative;
        overflow: hidden;
        padding: 20px;
        height: auto;
    }
}

.service-content__gradient {
    position: absolute;
    width: 773px;
    height: 1125px;
    right: -100px;
    bottom: 0;
    background: radial-gradient(98.77% 50% at 100% 100%, #00041e 0%, rgba(1, 23, 54, 0) 100%), #215985;
    z-index: 0;
    /*
    &::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter:blur(20px);
    }
        */
}

@media (max-width: 1368px) {
    .service-content__gradient {
        width: 618.4px;
        height: 900px;
    }
}

@media (max-width: 991.98px) {
    .service-content__gradient {
        width: 463.8px;
        height: 675px;
    }
}

.service-content__img {
    position: absolute;
    width: 626px;
    height: 462px;
    bottom: 0;
    right: 0;
}

@media (max-width: 1368px) {
    .service-content__img {
        width: 500.8px;
        height: 369.6px;
    }
}

@media (max-width: 991.98px) {
    .service-content__img {
        width: 313px;
        height: 231px;
    }
}

@media (max-width: 767.98px) {
    .service-content__img {
        width: 50%;
    }
}

@media (max-width: 479.98px) {
    .service-content__img {
        width: 100%;
        height: 160px;
    }
}

.service-content__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
}

.service-content__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    height: 100%;
}

@media (max-width: 991.98px) {
    .service-content__inner {
        min-height: 250px;
        flex-direction: column;
        gap: 80px;
    }
}

@media (max-width: 479.98px) {
    .service-content__inner {
        padding-bottom: 140px;
        gap: 30px;
    }
}

.service-content__col_main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 80px;
}

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

@media (max-width: 767.98px) {
    .service-content__col_main {
        gap: 20px;
    }
}

.service-content__ttl {
    font-family: Involve, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 32px;
}

@media (max-width: 1368px) {
    .service-content__ttl {
        margin-bottom: 24px;
    }
}

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

.service-content__subttl {
    font-family: Involve, sans-serif;
    font-size: 24px;
    line-height: 1.33;
}

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

@media (max-width: 767.98px) {
    .service-content__subttl {
        font-size: 18px;
    }
}

@media (max-width: 479.98px) {
    .service-content__subttl {
        font-size: 16px;
    }
}

@media (max-width: 479.98px) {
    .service-content__btn {
        width: 100%;
    }
}

.service-content__price {
    font-family: Involve, sans-serif;
    font-size: 56px;
    font-weight: 500;
    line-height: 1;
}

@media (max-width: 1368px) {
    .service-content__price {
        font-size: 40px;
    }
}

@media (max-width: 767.98px) {
    .service-content__price {
        font-size: 32px;
    }
}

@media (max-width: 479.98px) {
    .service-content__price {
        font-size: 28px;
    }
}

.transmission {
    min-height: 736px;
    padding: 70px 0;
    position: relative;
}

@media (max-width: 1368px) {
    .transmission {
        min-height: 660px;
    }
}

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

@media (max-width: 767.98px) {
    .transmission {
        min-height: 0;
    }
}

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

.transmission__container {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

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

.transmission__col {
    flex: 0 1 556px;
}

@media (max-width: 1368px) {
    .transmission__col_right {
        flex-basis: 664px;
    }
}

.transmission__ttl {
    font-family: Involve, sans-serif;
    font-size: 40px;
    line-height: 1.2;
}

@media (max-width: 1368px) {
    .transmission__ttl {
        font-size: 32px;
    }
}

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

.transmission__txt {
    line-height: 1.5;
}

.transmission__selects {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width: 991.98px) {
    .transmission__selects {
        width: fit-content;
        margin-top: 40px;
    }
}

@media (max-width: 767.98px) {
    .transmission__selects {
        margin-top: 30px;
        width: 100%;
    }
}

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

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

.transmission-video-layer__gradient {
    position: absolute;
    inset: 0;
}

.transmission-video-layer__gradient:nth-child(2) {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #0f273e 117.66%);
}

.transmission-video-layer__gradient:nth-child(3) {
    background: linear-gradient(178deg, rgba(0, 0, 0, 0) 31.63%, rgba(15, 43, 62, 0.5) 98.43%);
    opacity: 0.5;
}

.transmission-video-layer__gradient:nth-child(4) {
    background: linear-gradient(0deg, #011636 0%, #011636 100%);
    mix-blend-mode: color;
    opacity: 0.1;
}

.dropdown {
    position: relative;
    min-width: 160px;
}

@media (max-width: 479.98px) {
    .dropdown {
        width: 100%;
    }
}

.dropdown::before {
    content: "";
    background: black;
    position: fixed;
    inset: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}

@media (max-width: 767.98px) {
    .dropdown.open::before {
        opacity: 0.75;
        visibility: visible;
    }
}

.dropdown__field {
    display: flex;
    padding: 16px 0px;
    align-items: center;
    gap: 26px;
    color: white;
    transition: all 0.3s ease 0s;
    width: 100%;
    text-align: left;
}

.dropdown__field:hover {
    color: var(--light-blue);
}

.dropdown__field svg {
    width: 14px;
    height: 14px;
    transition: transform 0.3s ease 0s;
    flex-shrink: 0;
}

.dropdown.open .dropdown__field svg {
    transform: rotate(-180deg);
}

.dropdown__icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
}

.dropdown__icon svg,
.dropdown__icon img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.dropdown__bottom {
    top: 100%;
    margin-top: 16px;
    position: absolute;
    left: 0;
    background: rgba(183, 183, 183, 0.4);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    width: 100%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease 0s;
}

@media (max-width: 767.98px) {
    .dropdown__bottom {
        position: fixed;
        margin: 0;
        z-index: 20;
        inset: auto 0 0 0;
        max-height: 100%;
        transform: translateY(100%);
        background: var(--dark-blue);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
}

.dropdown__header-mob {
    display: none;
}

@media (max-width: 767.98px) {
    .dropdown__header-mob {
        display: flex;
        background: var(--light-blue);
        padding: 16px 20px;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        font-size: 20px;
        font-weight: 500;
        line-height: 100%;
        /* 24px */
    }
}

.dropdown.open .dropdown__bottom {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.dropdown__inner {
    /* min-height: 100px;
    max-height: 228px; */

    height: 228px;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .dropdown__inner {
        height: 100%;
        overflow: auto;
    }
}

.dropdown__simplebar {
    height: 100%;
}

.dropdown__options {
    display: grid;
    gap: 12px;
    padding: 16px 21px;
}

@media (max-width: 767.98px) {
    .dropdown__options {
        gap: 0;
        padding: 0;
    }

    .dropdown__options li {
        padding: 10px 20px;
    }

    .dropdown__options li:not(:last-child) {
        border-bottom: 1px solid rgba(33, 89, 133, 0.5);
    }
}

.dropdown__close::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M7.51465 24.4854L24.4852 7.51479' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.51465 7.51465L24.4852 24.4852' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.problems {
    margin: 120px 0px;
}

@media (max-width: 991.98px) {
    .problems {
        margin: 56px 0px;
    }
}

.problems-slider {
    overflow: visible;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.problems-slider__heaader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

@media (max-width: 991.98px) {
    .problems-slider__heaader {
        align-items: start;
        flex-direction: column;
        width: 100%;
    }
}

.problems-slider__ttl {
    font-size: 48px;
    font-family: Involve, sans-serif;
    max-width: 502px;
    line-height: 100%;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .problems-slider__ttl {
        font-size: 32px;
        max-width: 100%;
    }
}

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

.problems-slider__nav button:first-child {
    transform: rotate(180deg);
}

.problems-slider__line {
    background: linear-gradient(90deg, #215985 0%, #01102e 100%);
    height: 6px;
    width: 100%;
}

.problems-slider-slide {
    position: relative;
}

.problems-slider-slide__img {
    padding-bottom: 132%;
    position: relative;
    z-index: 0;
}

.problems-slider-slide__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.problems-slider-slide__img::before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(1, 21, 52, 0.48) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 100%);
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.problems-slider-slide__ttl {
    position: absolute;
    bottom: 32px;
    left: 32px;
    right: 32px;
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
}

@media (max-width: 991.98px) {
    .problems-slider-slide__ttl {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
}


.intro {
    position: relative;
    background: #034877;
    background-blend-mode: soft-light;
}

.intro__top {
    position: relative;
}

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

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

.intro__content {
    padding-top: 162px;
    padding-bottom: 32px;
}

@media (max-width: 767.98px) {
    .intro__content {
        padding-top: 106px;
    }
}

.intro__bottom {
    background: linear-gradient(180deg, rgba(65, 104, 145, 0.4) 0%, rgba(34, 80, 116, 0.4) 25%, #00071f 100%);
    backdrop-filter: blur(36px);
    -webkit-backdrop-filter: blur(36px);
    padding-top: 35px;
    padding-bottom: 106px;
}

@media (max-width: 767.98px) {
    .intro__bottom {
        padding-bottom: 0;
        margin-bottom: 106px;
    }
}

.intro-content {
    max-width: 869px;
}

.intro-content__subttl {
    font-size: 24px;
    font-weight: 500;
    line-height: 133%;
    margin-bottom: 24px;
}

@media (max-width: 767.98px) {
    .intro-content__subttl {
        font-size: 20px;
    }
}

.intro-content__ttl {
    font-family: Involve, sans-serif;
    font-size: 56px;
    font-weight: 600;
    line-height: 100%;
}

@media (max-width: 767.98px) {
    .intro-content__ttl {
        font-size: 42px;
    }
}

@media (max-width: 479.98px) {
    .intro-content__ttl {
        font-size: 32px;
    }
}

.intro-content__ttl span {
    line-height: 120%;
    display: block;
    font-size: 72px;
}

@media (max-width: 767.98px) {
    .intro-content__ttl span {
        font-size: 56px;
    }
}

@media (max-width: 479.98px) {
    .intro-content__ttl span {
        font-size: 46px;
    }
}

.intro-content__button {
    margin-top: 72px;
}

@media (max-width: 767.98px) {
    .intro-content__button {
        margin-top: 40px;
        width: 100%;
    }
}

.intro-achive {
    display: flex;
    gap: 21px;
}

.intro-achive__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro-achive__icon::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath opacity='0.3' fill-rule='evenodd' clip-rule='evenodd' d='M23.8544 45.9995C23.9452 46.0001 24.036 46.0002 24.1267 45.9996C36.2187 45.9315 46 36.108 46 24H48C48 24.6693 47.972 25.3365 47.9165 26C47.5786 30.0416 46.2206 33.9434 43.9553 37.3337C41.3181 41.2805 37.5698 44.3566 33.1844 46.1731C28.799 47.9896 23.9734 48.4649 19.3178 47.5388C14.6623 46.6128 10.3859 44.327 7.02945 40.9706C3.67299 37.6141 1.38721 33.3377 0.461164 28.6822C-0.464881 24.0266 0.0103986 19.201 1.8269 14.8156C3.6434 10.4302 6.71954 6.68188 10.6663 4.04473C14.0566 1.77944 17.9584 0.421409 22 0.0834608C22.6635 0.0279836 23.3307 0 24 0V2C11.8948 2 2.07315 11.7768 2.00042 23.8648C1.99982 23.9613 1.99986 24.0579 2.00054 24.1545C2.0412 30.0677 4.41474 35.4266 8.24672 39.3569C8.31191 39.4238 8.37756 39.4902 8.44366 39.5564C8.45718 39.5699 8.47072 39.5834 8.48427 39.5969C12.4303 43.5225 17.8576 45.9607 23.8544 45.9995Z' fill='white'/%3E%3C/svg%3E");
    position: absolute;
    inset: 0;
}

.intro-achive__img {
    width: 32px;
    height: 32px;
}

.intro-achive__img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.intro-achive__content {
    max-width: 380px;
}

.intro-achive__ttl {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 8px;
}

@media (max-width: 767.98px) {
    .intro-achive__ttl {
        font-size: 20px;
    }
}

.intro-achive__txt {
    line-height: 150%;
}

@media (max-width: 767.98px) {
    .intro-achive__txt {
        font-size: 14px;
    }
}

.intro-car {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 580px;
}

@media (max-width: 1368px) {
    .intro-car {
        right: -10%;
    }
}

@media (max-width: 1099.98px) {
    .intro-car {
        right: -20%;
    }
}

@media (max-width: 991.98px) {
    .intro-car {
        position: relative;
        right: 0;
    }
}

.intro-car__logo {
    position: absolute;
    max-width: 530px;
    max-height: 330px;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 30%;
    top: -5%;
    animation-name: logoOpacity;
    animation-duration: 1s;
    animation-delay: 1.5s;
    opacity: 0;
    animation-fill-mode: forwards;
}

@media (max-width: 991.98px) {
    .intro-car__logo {
        max-height: 300px;
        max-width: 300px;
    }
}

@media (max-width: 767.98px) {
    .intro-car__logo {
        max-height: 200px;
        left: 10%;
    }
}

.intro-car__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
}

.intro-car__img {
    position: relative;
    z-index: 1;
    transform: translateX(8%);
    opacity: 0;
    animation-name: slideFromLeft;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}

.intro-car__img img {
    width: 100%;
    height: 100%;
}

@keyframes slideFromLeft {
    from {
        transform: translateX(8%);
        opacity: 0;
    }

    to {
        transform: none;
        opacity: 1;
    }
}

@keyframes logoOpacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.1;
    }
}

.cities {
    position: fixed;
    inset: 0;
    background: #001230;
    z-index: 20;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.cities.active {
    opacity: 1;
    visibility: visible;
}

.cities__scroll {
    height: 100%;
}

.cities__container {
    position: relative;
}

.cities__content {
    padding: 120px 0;
}

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

.cities__ttl {
    font-family: Involve, sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 64px;
}

@media (max-width: 991.98px) {
    .cities__ttl {
        font-size: 32px;
        margin-bottom: 48px;
    }
}

.cities__current {
    display: flex;
    gap: 16px;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}

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

.cities__current svg {
    color: var(--orange);
    flex-shrink: 0;
    width: 48px;
    height: 48px;
}

@media (max-width: 767.98px) {
    .cities__current svg {
        width: 32px;
        height: 32px;
    }
}

.cities__list {
    margin-top: 64px;
    columns: 4;
    margin-left: 24px;
    column-gap: 52px;
}

@media (max-width: 991.98px) {
    .cities__list {
        margin-top: 48px;
        columns: 3;
    }
}

@media (max-width: 479.98px) {
    .cities__list {
        columns: 2;
    }
}

.cities__group {
    display: grid;
    gap: 8px;
    position: relative;
}

.cities__group:not(:last-child) {
    margin-bottom: 24px;
}

.cities__group span {
    position: absolute;
    left: -24px;
    color: var(--orange);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    /* 120% */
}

.cities__group a {
    color: white;
    line-height: 24px;
    transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
    .cities__group a:hover {
        color: var(--orange);
    }
}

.cities__group a.current {
    color: var(--orange);
}

.cities__close {
    position: absolute;
    color: white;
    top: 56px;
    right: 0;
}

@media (max-width: 1368px) {
    .cities__close {
        top: 20px;
        right: 20px;
    }
}

.cities__close svg {
    transition: all 0.3s ease 0s;
    width: 48px;
    height: 48px;
    line-height: 0;
}

@media (max-width: 767.98px) {
    .cities__close svg {
        width: 32px;
        height: 32px;
    }
}

@media (any-hover: hover) {
    .cities__close:hover svg {
        transform: rotate(90deg);
        color: var(--orange);
    }
}

.header-city {
    position: relative;
}

.header-city__link {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    font-weight: 500;
}

@media (any-hover: hover) {
    .header-city__link:hover>svg {
        transform: scale(1.1);
    }

    .header-city__link:hover span {
        border-color: white;
    }
}

.header-city__link span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.48);
    display: flex;
    align-items: center;
    gap: 3px;
    transition: all 0.3s ease 0s;
}

.header-city__link span>svg {
    width: 10px;
    height: 10px;
    line-height: 0;
}

@media (max-width: 479.98px) {
    .header-city__link span>svg {
        display: none;
    }
}

.header-city__link>svg {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease 0s;
}

@media (max-width: 479.98px) {
    .header-city__link>svg {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 479.98px) {
    .header-city__link {
        border: none;
    }

    .header-city__link span {
        display: none;
    }

    .header-city__link>svg {
        display: block;
    }
}

.header-city__dialog {
    position: absolute;
    right: -22px;
    top: calc(100% + 35px);
    width: 330px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}

@media (max-width: 479.98px) {
    .header-city__dialog {
        width: 300px;
    }
}

.header-city.active .header-city__dialog {
    opacity: 1;
    visibility: visible;
}

.header-city:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='21' viewBox='0 0 26 21' fill='none'%3E%3Cpath d='M13 0L25.1244 21H0.875645L13 0Z' fill='white'/%3E%3C/svg%3E");
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 16px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}

.header-city.active::before {
    opacity: 1;
    visibility: visible;
}

.city-dialog {
    padding: 24px;
    background: white;
    border-radius: 8px;
    font-size: 16px;
    display: grid;
    gap: 24px;
}

@media (max-width: 479.98px) {
    .city-dialog {
        padding: 16px;
        font-size: 14px;
        gap: 16px;
    }
}

.city-dialog__txt {
    color: #01031c;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    /* 150% */
}

.city-dialog__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.city-dialog__button {
    flex-grow: 1;
    color: #215985;
    text-align: center;

}

.city-dialog__button span {
    border-bottom: 1px solid;
    transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
    .city-dialog__button span:hover {
        border-color: transparent;
    }
}

.city-dialog__button_orange {
    color: var(--orange);
}

.yandex-route-btn {
    background: var(--dark-blue);
    color: white;
    padding: 7px 12px;
    margin-top: 10px;
    display: flex;
    gap: 12px;
    align-items: center;
    border-radius: 3px;
    text-align: center;
    justify-content: center;
    transition: all 0.3s ease 0s;
}

.yandex-route-btn::before {
    /* content: url("data:image/svg+xml,%3Csvg width='15px' height='15px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 21C7.5 19.4 9 17.9673 9 16.2C9 14.4327 7.65685 13 6 13C4.34315 13 3 14.4327 3 16.2C3 17.9673 4.5 19.4 6 21ZM6 21H17.5C18.8807 21 20 19.8807 20 18.5C20 17.1193 18.8807 16 17.5 16H15M18 11C19.5 9.4 21 7.96731 21 6.2C21 4.43269 19.6569 3 18 3C16.3431 3 15 4.43269 15 6.2C15 7.96731 16.5 9.4 18 11ZM18 11H14.5C13.1193 11 12 12.1193 12 13.5C12 14.8807 13.1193 16 14.5 16H15.6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); */
    content: url("data:image/svg+xml,%3Csvg fill='white' width='18px' height='18px' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M416 320h-96c-17.6 0-32-14.4-32-32s14.4-32 32-32h96s96-107 96-160-43-96-96-96-96 43-96 96c0 25.5 22.2 63.4 45.3 96H320c-52.9 0-96 43.1-96 96s43.1 96 96 96h96c17.6 0 32 14.4 32 32s-14.4 32-32 32H185.5c-16 24.8-33.8 47.7-47.3 64H416c52.9 0 96-43.1 96-96s-43.1-96-96-96zm0-256c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM96 256c-53 0-96 43-96 96s96 160 96 160 96-107 96-160-43-96-96-96zm0 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z'/%3E%3C/svg%3E");
}

.yandex-route-btn:hover {
    background: var(--orange);
}

.yandex-route-address {
    text-wrap: wrap;
    margin-top: 3px;
    min-width: 140px;
}