@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:regular,500,700&display=swap");

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

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

*::before,
*::after {
    display: inline-block;
}

html,
body {
    height: 100%;
}

body {
    line-height: 1;
    scrollbar-gutter: stable;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: transparent;
}

input,
textarea {
    width: 100%;
}

label {
    display: inline-block;
}

button,
select,
option {
    cursor: pointer;
}

a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

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

address {
    font-style: normal;
}

@font-face {
    font-family: "iconfont";
    font-display: swap;
    src: url("../fonts/iconfont.woff2?3cd29f01a36a5971d25aabd80ef554aa") format("woff2");
}

[class*="--icon-"]::before {
    font-family: iconfont;
}

[class*="--icon-arrow"]::before {
    content: "\f101";
}


/* Generated by vite-plugin-svg-spritemap */
:root {
    /* Стиль шрифта */
    --fontFamily: "Roboto";
    /* Размер шрифта */
    --fontSize: 1.125rem;
    /* Межстрочный  интервал */
    --lineHeight_100: 100%; /* Межстрочный интервал по умолчанию */
    --lineHeight_110: 110%;
    --lineHeight_120: 120%;
    --lineHeight_130: 130%;
    --lineHeight_140: 140%;
    /* Начертание шрифта */
    --fontWeight_400: 400; /* Начертание шрифта по умолчанию */
    --fontWeight_500: 500;
    --fontWeight_700: 700;
    /* Цвет шрифта */
    --mainColor: #fff; /* Цвет шрифта по умолчанию */
    --whiteColor: #fff;
    --blackColor: #000;
    /* Цвет фона */
    --mainBg: #00245a; /* Цвет фона по умолчанию */
    --whiteBg: #fff;
    --blackBg: #000;
    /* Общие цвета */
    --grey-1-border: #e2e2e2;
    --grey-dark: #616161;
    --light-blue-1: #00bfff;
    --light-blue-2: #dae4fe;
    --light-blue-3: #e7eefe;
    --light-blue-4: #95aed4;
    --blue-2-border-for-light: #325384;
    --blue-3-border-for-dark: #375076;
    --blue-4: #1e4278;
    --blue-5: #0a2e64;
    --deep-blue-1: #00002d;
    --deep-blue-2: #191946;
    --error: #bb1a2c;
    /* Тень */
    --box-shadow: 0 1.875rem 3.75rem -1.25rem rgba(30, 66, 120, 0.5);
    --box-shadow2: 0 1.5rem 3rem -0.75rem rgba(30, 66, 120, 0.24);
    --box-shadow3: 0 0.25rem 0.625rem 0 rgba(30, 66, 120, 0.09);
    /* Скорость анимации */
    --s: 0.3s;
    /* Эффект анимации */
    --e: ease;
}

body {
    min-width: 20rem;
    color: var(--mainColor);
    font-family: var(--fontFamily);
    font-size: var(--fontSize);
}

body.home,
body.page-id-73 {
    background-color: var(--mainBg);
}

[data-fls-scrolllock] body {
    overflow: hidden;
    touch-action: none;
    overscroll-behavior: none;
}

.wrapper {
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: clip;
}

.wrapper > main {
    flex: 1 1 auto;
}

.wrapper > * {
    min-width: 0;
}

[class*=__container] {
    max-width: 81.5rem;
    margin: 0 auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.container {
    color: var(--grey-dark);
}

.title {
    text-align: center;
    line-height: var(--lineHeight_110);
    color: var(--mainBg);
    font-weight: var(--fontWeight_500);
}

.title--white {
    color: var(--whiteColor);
}

.title--left {
    text-align: left;
}

.page--top {
    background-color: var(--light-blue-3);
    color: var(--mainBg);
}

/* Generated by vite-plugin-svg-spritemap */
.swiper {
    overflow: hidden;
}

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

.swiper-wrapper {
    width: 100%;
    height: 100%;
    box-sizing: content-box;
    display: flex;
    position: relative;
}

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

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
}

.swiper-initialized .swiper-slide {
    flex-shrink: 0;
}

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

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

.pagination {
    margin-top: -1.875rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem 0.25rem;
    position: relative;
    z-index: 50;
}

.pagination .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: var(--whiteBg);
    position: relative;
    transition: background-color var(--s) var(--e);
    cursor: pointer;
}

.pagination .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pagination .swiper-pagination-bullet-active {
    background-color: var(--light-blue-1);
}

.gapmob {
    height: 55px !important;
}

/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */

/* FONT_START */
@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;
}

/* FONT_END */
:root {
    --swiper-theme-color: #007aff;
    /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

: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;
    /* Fix of Webkit flickering */
    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(0rem, 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;
}

/* Auto Height */
.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;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 75rem;
}

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

.swiper-3d {
    perspective: 75rem;
}

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

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

.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: 0.0625rem;
    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: 0.0625rem;
    height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    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: 2.625rem;
    height: 2.625rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1.3125rem;
    margin-top: -1.3125rem;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 0.25rem solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .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);
    }
}

/* Slide styles end */
/* Generated by vite-plugin-svg-spritemap */
[data-fls-show-animate-custom] [data-fls-show-elements] > * {
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 1;
    transform: scale(1);
}

[data-fls-show-animate-custom] [data-fls-show-elements] > *.--slide {
    opacity: 0;
    transform: scale(0);
}

.show {
    display: grid;
}

.show__elements {
    will-change: height;
    display: grid;
}

.show__box {
    display: flex;
    justify-content: center;
}

.show__image {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0rem auto;
}

.show__button {
    position: relative;
}

.--active .button__span {
    display: none;
}

.button__span2 {
    display: none;
}

.--active .button__span2 {
    display: block;
}

/* Generated by vite-plugin-svg-spritemap */
.menu__item {
    padding: 0;
}

.menu__item--border {
    display: flex;
    padding: 0 1.375rem;
    border-left: 0.0625rem solid var(--blue-2-border-for-light);
    border-right: 0.0625rem solid var(--blue-2-border-for-light);
    position: relative;
}

.menu__link {
    display: inline-flex;
    align-items: center;
    column-gap: 0.625rem;
    line-height: var(--lineHeight_140);
    border-bottom: 0.0625rem solid transparent;
}

.menu__link--hover {
    border-bottom: transparent;
}

.menu__sublink {
    position: relative;
    z-index: 100;
    width: 100%;
    color: var(--light-blue-4);
    line-height: var(--lineHeight_140);
    padding: 0.375rem 1.5rem 0.375rem 0rem;
}

.menu__sublink--bold {
    font-weight: var(--fontWeight_500);
    font-size: 1.5rem;
    display: flex;
    padding-bottom: 0.1875rem;
    line-height: var(--lineHeight_120);
    color: var(--whiteColor);
}

.menu__link .menu__arrow::before {
    font-size: 0.875rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: color var(--s) var(--e), transform var(--s) var(--e);
}

.menu__arrow {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 1.5rem;
    width: 1.5rem;
}

/* Generated by vite-plugin-svg-spritemap */
/* ===== Локальный reset для header и footer ===== */
.header {
    position: relative;
    z-index: 102;
    background-color: var(--mainBg);
    letter-spacing: 0;
}

.header__row {
    display: flex;
    column-gap: 1.5rem;
    justify-content: space-between;
}

.header__wrapper {
    display: flex;
    align-items: center;
}

.hidden_gtranslate {
    display: none;
}

.header__search {
    flex: 1 1 auto;
}

.header__box {
    display: flex;
    column-gap: 1.5625rem;
    align-items: center;
}

.header__icon {
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
}

.header__phone {
    position: relative;
    z-index: 105;
    text-align: center;
    color: var(--light-blue-1);
}

.logo {
    position: relative;
    z-index: 105;
}

.logo img {
    object-fit: contain;
}

form.search {
    position: relative;
    z-index: 60;
    margin: 0;
}

.header__search .search__input {
    outline: none !important;
    width: 100%;
    height: 1.75rem;
    border: none;
    border-bottom: 0.0625rem solid var(--blue-3-border-for-dark);
    line-height: var(--lineHeight_130);
    font-size: 0.9375rem;
    padding: 0 3.375rem 0 0;
    font-family: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}

.header__search .search__input:focus {
    background-color: transparent !important;
    outline: none !important;
}

.header__search .search__input:focus::placeholder {
    opacity: 0;
}

.header__search .search__input::placeholder {
    transition: opacity var(--s) var(--e);
    color: var(--blue-2-border-for-light);
}

.search__delete {
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--s) var(--e), visibility var(--s) var(--e);
    position: absolute;
    top: 50%;
    transform: translate(0rem, -50%);
    right: 2.25rem;
}

.search__delete .search__icon {
    width: 0.75rem;
    height: 0.75rem;
}

.--search .search__delete {
    opacity: 1;
    visibility: visible;
}

.search__button {
    position: absolute;
    top: 0rem;
    right: 0.125rem;
}

.header button.menu__back {
    display: none;
}

.header button {
    margin-bottom: 4px;
    outline: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    min-width: 24px;
    backface-visibility: hidden;
    transition: none;
    z-index: 1;
    text-align: center !important;
    text-transform: none;
    background: none;
    display: flex;
}

.header button:hover {
    background: none;
}

.search__icon {
    min-width: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
}

.search__list {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--s) var(--e), visibility var(--s) var(--e);
}

.--search .search__list {
    opacity: 1;
    visibility: visible;
}

.search__link {
    position: relative;
    line-height: var(--lineHeight_140);
}

.search__link::before {
    content: "";
    position: absolute;
    top: 0.375rem;
    width: 1rem;
    height: 1rem;
    background: url("../img/search_2.svg") 0 0/contain no-repeat;
}

.search__link:not(:last-child) {
    margin-bottom: 0.75rem;
}

.search__link span {
    font-weight: var(--fontWeight_500);
}

/* Generated by vite-plugin-svg-spritemap */
.footer {
    background-color: var(--deep-blue-1);
    position: relative;
}

.footer::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0rem);
    background: url("../img/shadow.webp") 0 0/cover no-repeat;
    pointer-events: none;
    filter: blur(3.125rem);
}

.footer__row {
    display: flex;
}

.footer__logo img {
    object-fit: contain;
}

.footer__column:not(:last-child) {
    margin-bottom: 1.5rem;
}

.footer__phone {
    font-weight: var(--fontWeight_500);
    line-height: var(--lineHeight_120);
}

.footer__links {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.625rem;
}

.footer__link {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: var(--deep-blue-2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__icon {
    width: 1.625rem;
    height: 1.625rem !important;
    object-fit: contain;
}

.footer__politics {
    color: var(--blue-2-border-for-light);
    font-size: 0.9375rem;
    line-height: var(--lineHeight_130);
    display: flex;
}

.footer__copyright {
    color: var(--blue-2-border-for-light);
    font-size: 0.9375rem;
    line-height: var(--lineHeight_130);
}

.menu-footer__list {
    display: flex;
    border-left: 0.0625rem solid var(--light-blue-4);
}

.menu-footer__link {
    line-height: var(--lineHeight_140);
    border-right: 0.0625rem solid var(--light-blue-4);
}

/* Generated by vite-plugin-svg-spritemap */
input[type=text],
input[type=email],
input[type=tel],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input {
    outline: none;
    border-radius: 0rem !important;
    width: 100%;
    display: block;
    padding: 0rem 0.125rem;
    height: 2.8125rem;
    line-height: var(--lineHeight_140);
    caret-color: inherit;
    border-bottom: 0.0625rem solid var(--blue-3-border-for-dark);
    transition: border var(--s) var(--e);
}

.input.--form-error {
    border-bottom: 0.0625rem solid var(--error);
}

.input.--form-success {
    border-bottom: 0.0625rem solid greenyellow;
}

.input:focus {
    border-bottom: 0.0625rem solid var(--whiteBg);
}

.placeholder {
    position: absolute;
    top: 50%;
    transform: translate(0rem, -50%);
    left: 0.125rem;
    transition: transform var(--s) var(--e), color var(--s) var(--e), font-size var(--s) var(--e);
    pointer-events: none;
    color: var(--whiteColor);
}

.placeholder span {
    color: var(--error);
}

.input:focus + .placeholder,
.input:not(:placeholder-shown) + .placeholder {
    transform: translate(0rem, -2rem);
    font-size: 0.9375rem;
    color: var(--blue-2-border-for-light);
}

/* Generated by vite-plugin-svg-spritemap */
.form__title {
    text-align: center;
    font-weight: var(--fontWeight_500);
    line-height: var(--lineHeight_110);
}

.form__description {
    line-height: var(--lineHeight_140);
    text-align: center;
}

.form__line {
    position: relative;
    width: 100%;
}

.form__text {
    text-align: right;
    font-size: 0.9375rem;
    color: var(--blue-2-border-for-light);
    line-height: var(--lineHeight_130);
}

.form__link {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.form [data-fls-form-error] {
    position: absolute;
    top: calc(100% + 0.25rem);
    left: 0rem;
    color: var(--error);
    font-size: 0.9375rem;
    line-height: var(--lineHeight_130);
}

/* Generated by vite-plugin-svg-spritemap */
.block-buttons {
    display: flex;
    justify-content: center;
}

.button {
    outline: none;
    column-gap: 1.5rem;
    line-height: var(--lineHeight_140);
    background-color: var(--light-blue-1);
    padding: 0.625rem 0.625rem 0.625rem 1.875rem;
    border: 0.0625rem solid transparent;
}

.button:focus {
    outline: 0.125rem solid var(--light-blue-4);
    border: 0.0625rem solid var(--whiteBg);
}

.button--bg {
    background-color: var(--light-blue-3);
    border: 0.0625rem solid var(--mainBg);
    color: var(--mainBg);
}

.button--bg::before, .button--bg::after {
    content: "";
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity var(--s) var(--e), border var(--s) var(--e);
}

.button--bg::before {
    border: 0.0625rem solid var(--mainBg);
}

.button--bg::after {
    border: 0.125rem solid var(--mainBg);
}

.button--bg:focus {
    outline: 0.125rem solid var(--light-blue-4);
    border: 0.0625rem solid var(--light-blue-3);
}

.button--bg:focus::after {
    opacity: 1;
    border: 0.125rem solid var(--mainBg);
}

.button--center {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.button--fw {
    width: 100%;
}

.button--padding {
    padding: 0.625rem 1.875rem;
}

.button--padding:focus {
    border: 0.0625rem solid var(--mainBg);
}

.button__icon {
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
}

.--active .button__icon--arrow {
    transform: scale(1, -1);
}

/* Generated by vite-plugin-svg-spritemap */
.lang-select {
    z-index: 50;
    position: relative;
    display: inline-block;
}

.lang-select__current {
    color: var(--whiteColor);
    cursor: pointer;
    display: flex;
    column-gap: 0.25rem;
    align-items: center;
    font-size: 0.9375rem;
    line-height: var(--lineHeight_130);
    flex-direction: row-reverse;
    font-weight: normal;
}

.lang-select__current::before {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.875rem;
    transition: transform var(--s) var(--e);
}

[data-fls-lang-open] .lang-select__current::before {
    transform: scale(1, -1);
}

.lang-select__list {
    padding: 0.375rem 0;
    margin: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    left: -0.375rem;
    background-color: var(--blue-4);
    transition: top var(--s) var(--e), opacity var(--s) var(--e), visibility var(--s) var(--e);
}

[data-fls-lang-open] .lang-select__list {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.lang-select__item {
    font-size: 0.9375rem;
    padding: 0.125rem 0.5rem;
    line-height: var(--lineHeight_130);
    color: var(--whiteColor);
    cursor: pointer;
}

/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */
section.home {
    position: relative;
}

section.home::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0rem);
    background: url("../img/shadow.webp") 0 0/cover no-repeat;
    pointer-events: none;
    filter: blur(0.625rem);
    z-index: -1;
}

.home__title {
    font-weight: var(--fontWeight_500);
    text-align: center;
}

.home__title:not(:last-child) {
    margin-bottom: 1.5rem;
}

.home__title span {
    display: block;
}

.home__text {
    line-height: var(--lineHeight_140);
    text-align: center;
}

.home__parent {
    position: relative;
}

.home__parent::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../img/shadow.webp") 0 0/cover no-repeat;
    pointer-events: none;
    filter: blur(0.625rem);
    z-index: -1;
}

.home__slider.swiper {
    overflow: visible;
}

.home__slide {
    box-shadow: 0 1.5rem 0.9375rem -0.625rem rgb(30, 66, 120);
    opacity: 0;
    border: 0.3125rem solid var(--whiteBg);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s var(--e);
}

.home__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home .swiper-slide-prev,
.home .swiper-slide-active,
.home .swiper-slide-next {
    opacity: 1;
}

.home .products {
    position: relative;
    z-index: 10;
    background-color: var(--light-blue-3);
}

.home .products__columns:not(:last-child) {
    margin-bottom: 1.5rem;
}

.home .columns-products {
    display: grid;
}

.home .columns-products__column {
    position: relative;
    border: 0.3125rem solid var(--whiteBg);
}

.home .columns-products__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0rem;
    left: 0rem;
    object-fit: cover;
}

.home .columns-products__name {
    padding: 0.625rem 0.625rem 1.5rem 0.625rem;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0rem;
    left: 50%;
    transform: translate(-50%, 0rem);
}

.advantages {
    position: relative;
}

.advantages::before, .advantages::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0rem);
    background: url("../img/shadow.webp") 0 0/cover no-repeat;
    pointer-events: none;
    filter: blur(3.125rem);
    z-index: -1;
}

.advantages__columns {
    border-bottom: 0.0625rem solid var(--blue-3-border-for-dark);
}

.advantages__picture {
    display: flex;
    justify-content: flex-end;
}

.advantages__icon {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
}

.advantages__subtitle {
    font-weight: var(--fontWeight_500);
    line-height: var(--lineHeight_120);
}

.advantages__text {
    line-height: var(--lineHeight_140);
}

.advantages__text:not(:last-child) {
    margin-bottom: 1rem;
}

.advantages__items {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    max-width: 17.5rem;
}

.advantages__item {
    flex: 1 1 calc(50% - 0.625rem);
    line-height: var(--lineHeight_140);
    padding-left: 1.375rem;
    position: relative;
}

.advantages__item::before {
    content: "";
    position: absolute;
    top: 0.4375rem;
    left: 0rem;
    width: 0.625rem;
    height: 0.625rem;
    background-color: var(--light-blue-1);
    border-radius: 0.125rem;
}

.box-advantages__name {
    font-weight: var(--fontWeight_500);
    line-height: var(--lineHeight_120);
    font-size: 2rem;
}

.box-advantages__name:not(:last-child) {
    margin-bottom: 0.625rem;
}

.box-advantages__name span {
    line-height: var(--lineHeight_110);
    font-size: 3rem;
    color: var(--light-blue-1);
}

.box-advantages__text {
    line-height: var(--lineHeight_140);
}

.box-advantages__image {
    border: 0.3125rem solid var(--whiteBg);
    height: 27.5625rem;
    object-fit: cover;
}

.clients {
    position: relative;
    z-index: 5;
    background-color: var(--light-blue-3);
}

.application {
    position: relative;
}

.application::before, .application::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0rem);
    background: url("../img/shadow.webp") 0 0/cover no-repeat;
    pointer-events: none;
    filter: blur(3.125rem);
    z-index: -1;
}

.application__box {
    display: flex;
}

.application__image {
    object-fit: cover;
    border: 0.3125rem solid var(--whiteBg);
}

.about__row:not(:last-child) {
    margin-bottom: 1.5rem;
}

.about__subtitle {
    color: var(--light-blue-1);
    line-height: var(--lineHeight_120);
    font-weight: var(--fontWeight_500);
}

.about__text {
    line-height: var(--lineHeight_140);
}

.about__picture {
    flex: 1 1 calc(50% - 1.5rem);
    position: relative;
}

.about__picture::before {
    content: "";
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 100%;
    border: 0.3125rem solid var(--whiteBg);
}

.about__image {
    object-fit: cover;
    width: 100%;
}

/* Generated by vite-plugin-svg-spritemap */
body::after {
    content: "";
    background-color: rgba(0, 0, 45, 0.83);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0rem;
    left: 0rem;
    opacity: 0;
    transition: opacity 0.8s var(--e);
    pointer-events: none;
    z-index: 149;
}

[data-fls-popup-open] body::after {
    opacity: 1;
}

[data-fls-popup] {
    position: fixed;
    top: 0rem;
    left: 0rem;
    bottom: 0rem;
    right: 0rem;
    padding: 1.875rem 0.625rem;
    transition: visibility 0.8s var(--e);
    visibility: hidden;
    pointer-events: none;
}

[data-fls-popup][data-fls-popup-active] {
    z-index: 150;
    visibility: visible;
    overflow: auto;
    pointer-events: auto;
}

[data-fls-popup-active] [data-fls-popup-body] {
    visibility: visible;
    transform: scale(1);
}

[data-fls-popup-wrapper] {
    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;
}

[data-fls-popup-body] {
    visibility: hidden;
    transform: scale(0);
    transition: transform var(--s) var(--e), visibility var(--s) var(--e);
    background-color: var(--whiteBg);
    width: 100%;
}

[data-fls-popup-youtube-place] iframe {
    width: 100%;
    aspect-ratio: 16/9;
}

[data-fls-popup-close] {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

[data-fls-popup-close] svg {
    width: 1.125rem;
    height: 1.125rem;
    stroke: var(--light-blue-4);
    stroke-width: 0.1875rem;
}

.popup__text {
    text-align: center;
    font-weight: var(--fontWeight_500);
    line-height: var(--lineHeight_140);
    color: var(--mainBg);
}

/* Generated by vite-plugin-svg-spritemap */
.breadcrumbs {
    background-color: var(--light-blue-3);
}

.breadcrumbs__navigation {
    display: flex;
}

.breadcrumbs__title {
    font-weight: var(--fontWeight_500);
}

.breadcrumbs__description {
    line-height: var(--lineHeight_140);
}

.breadcrumbs__description span {
    font-weight: var(--fontWeight_700);
}

.breadcrumbs__list {
    display: flex;
    column-gap: 0.5rem;
    align-items: center;
}

.breadcrumbs__item {
    line-height: var(--lineHeight_140);
    color: var(--light-blue-4);
}

.breadcrumbs__link {
    display: flex;
    column-gap: 0.5rem;
    align-items: center;
    color: var(--mainBg);
}

.breadcrumbs__link::after {
    content: "";
    background: url("../img/arrow_6.svg") center/contain no-repeat;
    width: 0.375rem;
    height: 0.625rem;
}

#menu-category.menu::before {
    display: none;
}

.post-body-inner a.button {
    font-family: var(--fontFamily);
    font-weight: 400;
}

@media (max-width: 62em) {
    .header__wrapper {
        column-gap: 1.875rem;
    }
}

@media (max-width: 61.99875em) and (min-width: 62em) {
    .about__image {
        height: 43.75rem;
    }
}

@media (max-width: 61.99875em) and (max-width: 22.5em) {
    .about__image {
        height: 15.8125rem;
    }
}

@media (max-width: 61.99875em) and (any-hover: none) {
    .burger__icon {
        cursor: default;
    }
}

@media (max-width: 61.99875em) {
    .page::before {
        content: "";
        position: absolute;
        top: 0rem;
        left: 0rem;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 45, 0.83);
        visibility: hidden;
        opacity: 0;
        transition: visibility var(--s) var(--e), opacity var(--s) var(--e);
    }

    .--search .page::before {
        opacity: 1;
        visibility: visible;
    }

    .show__elements {
        margin: -0.375rem;
    }

    .show__element {
        padding: 0.375rem;
    }

    .menu {
        display: flex;
        column-gap: 1rem;
    }

    .menu__body {
        position: fixed;
        width: 100%;
        height: 100svh;
        top: 0rem;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 100;
        background-color: var(--blue-4);
        left: -100%;
        padding: 4.625rem 1.25rem 1.875rem 1.25rem;
        transition: left var(--s) var(--e);
    }

    .menu__body::before {
        content: "";
        top: 0rem;
        position: fixed;
        width: 100%;
        z-index: 3231;
        background-color: var(--mainBg);
        left: -100%;
        transition: left var(--s) var(--e);
        height: 2.75rem;
    }

    [data-fls-menu-open] .menu__body {
        left: 0rem;
    }

    [data-fls-menu-open] .menu__body::before {
        left: 0rem;
    }

    .menu__item--border {
        margin-top: 1.5rem;
        column-gap: 1.25rem;
        align-items: center;
    }

    .menu__item--border::after {
        display: none;
    }

    .menu__item--border .menu__link {
        display: flex;
        align-items: center;
        column-gap: 1.25rem;
        position: relative;
        padding: 0rem;
        padding: 0rem 1.25rem 0rem 0rem;
    }

    .menu__item--border .menu__link::after {
        content: "";
        position: absolute;
        top: 0rem;
        left: calc(100% + 0rem);
        width: 0.0625rem;
        height: 1.5625rem;
        background-color: var(--blue-2-border-for-light);
    }

    .menu__back {
        padding-bottom: 1rem;
        display: flex !important;
        align-items: center;
        width: 100%;
        font-size: 0.9375rem;
        color: var(--light-blue-4);
        line-height: var(--lineHeight_130);
        column-gap: 0.625rem;
    }

    .menu__back::before {
        content: "";
        color: var(--whiteColor);
        transform: translate(0rem, -0.0625rem);
        width: 1.5rem;
        height: 1.5rem;
        background: url("../img/arrow_3.svg") 0 0/contain no-repeat;
    }

    .menu__name {
        padding: 1rem 0rem;
        font-weight: var(--fontWeight_500);
        line-height: var(--lineHeight_140);
        position: relative;
    }

    .menu__name::before {
        content: "";
        position: absolute;
        top: 0rem;
        left: 50%;
        transform: translate(-50%, 0rem);
        width: 100vw;
        height: 100%;
        z-index: -1;
        background-color: var(--mainBg);
    }

    .menu__sublist {
        position: fixed;
        width: 100%;
        height: 100svh;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 105;
        background-color: var(--blue-4);
        padding: 3.375rem 0.9375rem 1.875rem 0.9375rem;
        top: 0rem;
        left: -100%;
        transition: left var(--s) var(--e);
    }

    .menu__sublist.--open {
        left: 0rem;
    }

    .menu__subitem, .menu__item {
        position: relative;
    }

    .menu__subitem::after, .menu__item::after {
        content: "";
        position: absolute;
        bottom: 0rem;
        left: 50%;
        transform: translate(-50%, 0rem);
        width: 100vw;
        height: 0.0625rem;
        background-color: var(--blue-2-border-for-light);
    }

    .menu__link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        column-gap: 1.25rem;
        padding: 1rem 0rem;
        width: 100%;
    }

    .menu__sublink {
        padding: 1rem 0rem;
        color: var(--light-blue-4);
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .menu__sublink .menu__arrow::before {
        font-size: 0.875rem;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: var(--whiteColor);
    }

    .menu__arrow {
        transform: rotate(-90deg);
    }

    .burger {
        position: relative;
        z-index: 140;
        padding: 0.1875rem 0.9375rem;
        border-left: 0.0625rem solid var(--blue-2-border-for-light);
        border-right: 0.0625rem solid var(--blue-2-border-for-light);
        transition: margin var(--s) var(--e), padding var(--s) var(--e), border var(--s) var(--e), opacity var(--s) var(--e);
    }

    .--search .burger {
        margin-right: -4.5rem;
        opacity: 0;
    }

    [data-fls-menu-open] .burger {
        padding: 0.875rem 0rem 0rem 0rem;
        border-left: 0.0625rem solid transparent;
        border-right: 0.0625rem solid transparent;
    }

    .burger::before {
        content: "";
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 2.5rem;
        height: 2.5rem;
    }

    .burger__icon {
        display: block;
        position: relative;
        width: 1.5rem;
        height: 1.125rem;
    }

    .burger__icon span, .burger__icon::before, .burger__icon::after {
        content: "";
        right: 0rem;
        position: absolute;
        width: 100%;
        height: 0.125rem;
        background-color: var(--whiteBg);
        z-index: 5;
    }

    .burger__icon::before {
        top: 0rem;
        transition: transform var(--s) var(--e), top var(--s) var(--e);
    }

    .burger__icon::after {
        bottom: 0rem;
        transition: transform var(--s) var(--e), bottom var(--s) var(--e);
    }

    .burger__icon span {
        top: calc(50% - 0.0625rem);
        transition: width var(--s) var(--e);
    }

    [data-fls-menu-open] .burger__icon span {
        width: 0rem;
    }

    [data-fls-menu-open] .burger__icon::before {
        top: calc(50% - 0.0625rem);
        transform: rotate(-45deg);
    }

    [data-fls-menu-open] .burger__icon::after {
        bottom: calc(50% - 0.0625rem);
        transform: rotate(45deg);
    }

    .header {
        padding: 0.625rem 0rem 0.5rem 0rem;
    }

    .header__row:not(:last-child) {
        margin-bottom: 0.5rem;
    }

    form.search {
        display: flex;
        column-gap: 1rem;
    }

    .header button.search__back {
        padding-right: 1rem;
        border-right: 0.0625rem solid var(--blue-3-border-for-dark);
        margin-left: -3.5625rem;
        visibility: hidden;
        opacity: 0;
        transition: margin var(--s) var(--e), visibility var(--s) var(--e), opacity var(--s) var(--e);
    }

    .--search button.search__back {
        margin-left: 0rem;
        opacity: 1;
        visibility: visible;
    }

    .search__list {
        padding: 1rem 0rem 2.75rem 0rem;
        top: 100%;
    }

    .search__list::before {
        content: "";
        position: absolute;
        top: 0rem;
        left: 50%;
        transform: translate(-50%, 0rem);
        width: 150vw;
        height: 100%;
        background-color: var(--mainBg);
    }

    .search__link::before {
        opacity: 0.4;
        left: 0rem;
    }

    .search__link {
        padding: 0.125rem 0rem 0.125rem 1.5rem;
    }

    .footer__phone:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .footer__links {
        justify-content: center;
    }

    .footer__politics {
        justify-content: center;
        text-align: center;
    }

    .footer__politics:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .footer__copyright {
        text-align: center;
    }

    .advantages__columns:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .advantages__column {
        border-bottom: 0.0625rem solid var(--blue-3-border-for-dark);
        padding-bottom: 1.5rem;
    }

    .advantages__column:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .box-advantages__items {
        justify-content: center;
    }

    .box-advantages__items:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .box-advantages__picture {
        display: flex;
        justify-content: center;
    }

    .box-advantages__picture:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .application__box {
        flex-direction: column-reverse;
        row-gap: 0.5rem;
    }

    .application__picture {
        display: flex;
        justify-content: center;
    }

    .about__row {
        padding-top: 0.75rem;
        border-top: 0.0625rem solid var(--whiteBg);
    }

    .about__body:not(:last-child) {
        margin-bottom: 0.75rem;
    }
}

@media (max-width: 47.99875em) {
    .show__elements {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer__row {
        flex-direction: column;
        align-items: center;
    }

    .footer__logo:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .breadcrumbs__navigation {
        flex-direction: column-reverse;
        row-gap: 0.75rem;
    }
}

@media (max-width: 29.99875em) {
    .show__element {
        flex: 1 1 33.333%;
    }

    .header__cart {
        display: none;
    }

    .header__phone {
        line-height: var(--lineHeight_140);
        transform: translate(0rem, 0.25rem);
    }

    .form__line:not(:last-child) {
        margin-bottom: 2.5rem;
    }

    .button--fwm {
        width: 100%;
    }

    .home__slider {
        position: relative;
        left: 50%;
        transform: translate(-50%, 0rem);
        width: 125vw;
    }

    .columns-products__column {
        height: 13.3125rem;
    }

    .columns-products__name {
        line-height: var(--lineHeight_140);
    }

    .box-advantages__image {
        width: 100%;
    }

    .application__image {
        width: 100%;
    }
}

@media (max-width: 22.5em) {
    .title {
        font-size: 2rem;
    }

    [class*="--indent"] {
        padding-top: 4rem;
    }

    [class*="--indent"] {
        padding-bottom: 4rem;
    }

    .page--top {
        padding-top: 0.5rem;
    }

    .page__home {
        padding-top: 1.5rem;
    }

    .page__home {
        padding-bottom: 4rem;
    }

    .page__breadcrumbs {
        padding-bottom: 4rem;
    }

    .show {
        gap: 1.5rem;
    }

    .header__phone {
        font-size: 0.9375rem;
    }

    .logo img {
        width: 8.5625rem;
    }

    .logo img {
        height: 1.25rem;
    }

    .footer::before {
        width: 42.75rem;
    }

    .footer::before {
        height: 15.1875rem;
    }

    .footer::before {
        bottom: -9rem;
    }

    .footer__row:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .footer__logo img {
        width: 14.25rem;
    }

    .footer__logo img {
        height: 2.125rem;
    }

    .footer__phone {
        font-size: 1.125rem;
    }

    .footer__links {
        column-gap: 1.25rem;
    }

    .menu-footer__link {
        padding-left: 1rem;
    }

    .menu-footer__link {
        padding-right: 1rem;
    }

    .form__title {
        font-size: 2rem;
    }

    .form__title:not(:last-child) {
        margin-bottom: 1rem;
    }

    .form__description:not(:last-child) {
        margin-bottom: 2rem;
    }

    .form__lines:not(:last-child) {
        margin-bottom: 0.5rem;
    }

    section.home::before {
        bottom: -9.0625rem;
    }

    section.home::before {
        width: 38.375rem;
    }

    section.home::before {
        height: 13.9375rem;
    }

    .home__title {
        font-size: 2.5rem;
    }

    .home__text {
        font-size: 1.125rem;
    }

    .home__text:not(:last-child) {
        margin-bottom: 1rem;
    }

    .home__parent::before {
        width: 38.375rem;
    }

    .home__parent::before {
        height: 13.9375rem;
    }

    .products__title:not(:last-child) {
        margin-bottom: 1rem;
    }

    .columns-products {
        gap: 1.25rem;
    }

    .columns-products__name {
        padding-bottom: 1rem;
    }

    .columns-products__name {
        font-size: 1.125rem;
    }

    .advantages::before, .advantages::after {
        width: 42.75rem;
    }

    .advantages::before, .advantages::after {
        height: 15.1875rem;
    }

    .advantages::before {
        top: -6.875rem;
    }

    .advantages::after {
        bottom: -6.875rem;
    }

    .advantages__title:not(:last-child) {
        margin-bottom: 1rem;
    }

    .advantages__picture:not(:last-child) {
        margin-bottom: 1rem;
    }

    .advantages__subtitle {
        font-size: 1.5rem;
    }

    .advantages__subtitle:not(:last-child) {
        margin-bottom: 1rem;
    }

    .box-advantages__item:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .box-advantages__image {
        height: 23.5rem;
    }

    .clients__title:not(:last-child) {
        margin-bottom: 1rem;
    }

    .application::before, .application::after {
        width: 42.75rem;
    }

    .application::before, .application::after {
        height: 15.1875rem;
    }

    .application::before {
        top: -6.875rem;
    }

    .application::after {
        bottom: -6.875rem;
    }

    .application__image {
        height: 23.75rem;
    }

    .about__title:not(:last-child) {
        margin-bottom: 1rem;
    }

    .about__subtitle {
        font-size: 1.5rem;
    }

    .about__subtitle:not(:last-child) {
        margin-bottom: 0.75rem;
    }

    [data-fls-popup-body] {
        padding: 1.875rem;
    }

    [data-fls-popup-body] {
        max-width: 16.9375rem;
    }

    [data-fls-popup-close] {
        top: 0.25rem;
    }

    [data-fls-popup-close] {
        right: 0.25rem;
    }

    .popup__text {
        font-size: 1.125rem;
    }

    .breadcrumbs__title {
        font-size: 2.5rem;
    }

    .breadcrumbs__title:not(:last-child) {
        margin-bottom: 0.75rem;
    }
}

@media (max-width: 61.99875em) and (min-width: 22.5em) and (max-width: 62em) {
    .about__image {
        height: clamp(15.8125rem, -0.1012658227875rem + 70.7278481013vw, 43.75rem);
    }
}

@media (min-width: 22.5em) and (min-width: 81.5em) {
    .header__phone {
        font-size: 1.5rem;
    }
}

@media (min-width: 22.5em) and (min-width: 22.5em) and (max-width: 81.5em) {
    .header__phone {
        font-size: clamp(1.125rem, 0.981991525425rem + 0.6355932203vw, 1.5rem);
    }
}

@media (min-width: 22.5em) and (max-width: 81.5em) {
    .title {
        font-size: clamp(2rem, 1.61864406779375rem + 1.6949152542vw, 3rem);
    }

    [class*="--indent"] {
        padding-top: clamp(4rem, 3.14194915254375rem + 3.813559322vw, 6.25rem);
    }

    [class*="--indent"] {
        padding-bottom: clamp(4rem, 3.14194915254375rem + 3.813559322vw, 6.25rem);
    }

    .page--top {
        padding-top: clamp(0.5rem, -0.8347457627125rem + 5.9322033898vw, 4rem);
    }

    .page__home {
        padding-top: clamp(1.5rem, 0.64194915254375rem + 3.813559322vw, 3.75rem);
    }

    .page__home {
        padding-bottom: clamp(4rem, 2.7129237288125rem + 5.7203389831vw, 7.375rem);
    }

    .page__breadcrumbs {
        padding-bottom: clamp(4rem, 3.14194915254375rem + 3.813559322vw, 6.25rem);
    }

    .show {
        gap: clamp(1.5rem, 1.11864406779375rem + 1.6949152542vw, 2.5rem);
    }

    .logo img {
        width: clamp(8.5625rem, 7.96663135593125rem + 2.6483050847vw, 10.125rem);
    }

    .logo img {
        height: clamp(1.25rem, 1.15466101695rem + 0.4237288136vw, 1.5rem);
    }

    .footer::before {
        width: clamp(42.75rem, 1.58739406779375rem + 182.9449152542vw, 150.6875rem);
    }

    .footer::before {
        height: clamp(15.1875rem, -1.02012711864375rem + 72.0338983051vw, 57.6875rem);
    }

    .footer::before {
        bottom: clamp(-40.8125rem, 3.13188559321875rem + -53.9194915254vw, -9rem);
    }

    .footer__row:not(:last-child) {
        margin-bottom: clamp(1.5rem, 1.11864406779375rem + 1.6949152542vw, 2.5rem);
    }

    .footer__logo img {
        width: clamp(14.25rem, 9.14936440678125rem + 22.6694915254vw, 27.625rem);
    }

    .footer__logo img {
        height: clamp(2.125rem, 1.38612288135625rem + 3.2838983051vw, 4.0625rem);
    }

    .footer__phone {
        font-size: clamp(1.125rem, 0.981991525425rem + 0.6355932203vw, 1.5rem);
    }

    .footer__links {
        column-gap: clamp(1.25rem, 1.15466101695rem + 0.4237288136vw, 1.5rem);
    }

    .menu-footer__link {
        padding-left: clamp(1rem, 0.42796610169375rem + 2.5423728814vw, 2.5rem);
    }

    .menu-footer__link {
        padding-right: clamp(1rem, 0.42796610169375rem + 2.5423728814vw, 2.5rem);
    }

    .form__title {
        font-size: clamp(2rem, 1.61864406779375rem + 1.6949152542vw, 3rem);
    }

    .form__title:not(:last-child) {
        margin-bottom: clamp(1rem, 0.8093220339rem + 0.8474576271vw, 1.5rem);
    }

    .form__description:not(:last-child) {
        margin-bottom: clamp(2rem, 1.856991525425rem + 0.6355932203vw, 2.375rem);
    }

    .form__lines:not(:last-child) {
        margin-bottom: clamp(0.5rem, 0.21398305085rem + 1.2711864407vw, 1.25rem);
    }

    section.home::before {
        bottom: clamp(-39.5625rem, 2.56885593220625rem + -51.6949152542vw, -9.0625rem);
    }

    section.home::before {
        width: clamp(38.375rem, 0.31091101695rem + 169.1737288136vw, 138.1875rem);
    }

    section.home::before {
        height: clamp(13.9375rem, -1.07838983050625rem + 66.7372881356vw, 53.3125rem);
    }

    .home__title {
        font-size: clamp(2.5rem, 1.73728813559375rem + 3.3898305085vw, 4.5rem);
    }

    .home__text {
        font-size: clamp(1.125rem, 1.077330508475rem + 0.2118644068vw, 1.25rem);
    }

    .home__text:not(:last-child) {
        margin-bottom: clamp(1rem, 0.61864406779375rem + 1.6949152542vw, 2rem);
    }

    .home__parent::before {
        width: clamp(38.375rem, 0.31091101695rem + 169.1737288136vw, 138.1875rem);
    }

    .home__parent::before {
        height: clamp(13.9375rem, 0.89989406779375rem + 57.9449152542vw, 48.125rem);
    }

    .products__title:not(:last-child) {
        margin-bottom: clamp(1rem, 0.8093220339rem + 0.8474576271vw, 1.5rem);
    }

    .columns-products {
        gap: clamp(1.25rem, 1.15466101695rem + 0.4237288136vw, 1.5rem);
    }

    .columns-products__name {
        padding-bottom: clamp(1rem, 0.8093220339rem + 0.8474576271vw, 1.5rem);
    }

    .columns-products__name {
        font-size: clamp(1.125rem, 0.791313559325rem + 1.4830508475vw, 2rem);
    }

    .advantages::before, .advantages::after {
        width: clamp(42.75rem, 1.58739406779375rem + 182.9449152542vw, 150.6875rem);
    }

    .advantages::before, .advantages::after {
        height: clamp(15.1875rem, -1.02012711864375rem + 72.0338983051vw, 57.6875rem);
    }

    .advantages::before {
        top: clamp(-39.5625rem, 5.5905720339rem + -55.4025423729vw, -6.875rem);
    }

    .advantages::after {
        bottom: clamp(-39.5625rem, 5.5905720339rem + -55.4025423729vw, -6.875rem);
    }

    .advantages__title:not(:last-child) {
        margin-bottom: clamp(1rem, 0.8093220339rem + 0.8474576271vw, 1.5rem);
    }

    .advantages__picture:not(:last-child) {
        margin-bottom: clamp(1rem, 0.42796610169375rem + 2.5423728814vw, 2.5rem);
    }

    .advantages__subtitle {
        font-size: clamp(1.5rem, 1.3093220339rem + 0.8474576271vw, 2rem);
    }

    .advantages__subtitle:not(:last-child) {
        margin-bottom: clamp(1rem, 0.8093220339rem + 0.8474576271vw, 1.5rem);
    }

    .box-advantages__item:not(:last-child) {
        margin-bottom: clamp(1.5rem, 0.73728813559375rem + 3.3898305085vw, 3.5rem);
    }

    .box-advantages__image {
        height: clamp(23.5rem, 21.950741525425rem + 6.8855932203vw, 27.5625rem);
    }

    .clients__title:not(:last-child) {
        margin-bottom: clamp(1rem, 0.8093220339rem + 0.8474576271vw, 1.5rem);
    }

    .application::before, .application::after {
        width: clamp(42.75rem, 1.58739406779375rem + 182.9449152542vw, 150.6875rem);
    }

    .application::before, .application::after {
        height: clamp(15.1875rem, -1.02012711864375rem + 72.0338983051vw, 57.6875rem);
    }

    .application::before {
        top: clamp(-39.5625rem, 5.5905720339rem + -55.4025423729vw, -6.875rem);
    }

    .application::after {
        bottom: clamp(-39.5625rem, 5.5905720339rem + -55.4025423729vw, -6.875rem);
    }

    .application__image {
        height: clamp(23.75rem, 21.77171610169375rem + 8.7923728814vw, 28.9375rem);
    }

    .about__title:not(:last-child) {
        margin-bottom: clamp(1rem, 0.8093220339rem + 0.8474576271vw, 1.5rem);
    }

    .about__subtitle {
        font-size: clamp(1.5rem, 1.11864406779375rem + 1.6949152542vw, 2.5rem);
    }

    .about__subtitle:not(:last-child) {
        margin-bottom: clamp(0.75rem, 0.65466101695rem + 0.4237288136vw, 1rem);
    }

    [data-fls-popup-body] {
        padding: clamp(1.875rem, 1.15995762711875rem + 3.1779661017vw, 3.75rem);
    }

    [data-fls-popup-close] {
        top: clamp(0.25rem, 0.106991525425rem + 0.6355932203vw, 0.625rem);
    }

    [data-fls-popup-close] {
        right: clamp(0.25rem, 0.106991525425rem + 0.6355932203vw, 0.625rem);
    }

    .popup__text {
        font-size: clamp(1.125rem, 0.791313559325rem + 1.4830508475vw, 2rem);
    }

    .breadcrumbs__title {
        font-size: clamp(2.5rem, 1.73728813559375rem + 3.3898305085vw, 4.5rem);
    }

    .breadcrumbs__title:not(:last-child) {
        margin-bottom: clamp(0.75rem, 0.46398305085rem + 1.2711864407vw, 1.5rem);
    }
}

@media (min-width: 22.5em) and (max-width: 48em) {
    [data-fls-popup-body] {
        max-width: clamp(16.9375rem, -2.86029411765rem + 87.9901960784vw, 39.375rem);
    }
}

@media (min-width: 22.5em) and (max-width: 22.5em) {
    .header__phone {
        font-size: 1.125rem;
    }
}

@media (min-width: 29.99875em) and (min-width: 81.5em) {
    .header__cart {
        padding-left: 1.5625rem;
    }

    .header__cart {
        padding-right: 1.5625rem;
    }

    .form__lines {
        column-gap: 2.5rem;
    }

    .box-advantages__image {
        min-width: 23.4375rem;
    }

    .box-advantages__image {
        width: 22.8125rem;
    }

    .application__image {
        width: 24.375rem;
    }
}

@media (min-width: 29.99875em) and (min-width: 62em) and (max-width: 81.5em) {
    .form__lines {
        column-gap: clamp(1.25rem, -2.72435897435625rem + 6.4102564103vw, 2.5rem);
    }
}

@media (min-width: 29.99875em) and (min-width: 22.5em) and (max-width: 81.5em) {
    .header__cart {
        padding-left: clamp(1.125rem, 0.9581567796625rem + 0.7415254237vw, 1.5625rem);
    }

    .header__cart {
        padding-right: clamp(1.125rem, 0.9581567796625rem + 0.7415254237vw, 1.5625rem);
    }

    .box-advantages__image {
        min-width: clamp(20rem, 18.68908898305rem + 5.8262711864vw, 23.4375rem);
    }

    .box-advantages__image {
        width: clamp(20rem, 18.927436440675rem + 4.7669491525vw, 22.8125rem);
    }

    .application__image {
        width: clamp(20rem, 18.3315677966125rem + 7.4152542373vw, 24.375rem);
    }
}

@media (min-width: 29.99875em) and (max-width: 62em) {
    .form__lines {
        column-gap: 1.25rem;
    }
}

@media (min-width: 29.99875em) and (max-width: 22.5em) {
    .header__cart {
        padding-left: 1.125rem;
    }

    .header__cart {
        padding-right: 1.125rem;
    }

    .box-advantages__image {
        min-width: 20rem;
    }

    .box-advantages__image {
        width: 20rem;
    }

    .application__image {
        width: 20rem;
    }
}

@media (min-width: 29.99875em) {
    .header__cart {
        padding: 0rem 1.5625rem;
        border-left: 0.0625rem solid var(--blue-3-border-for-dark);
        border-right: 0.0625rem solid var(--blue-3-border-for-dark);
        display: flex;
    }

    .header__number {
        position: relative;
        padding: 0rem 0.3125rem;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        min-width: 1rem;
        margin: auto 0rem 0rem -0.375rem;
        height: 1.125rem;
        border-radius: 0.75rem;
        background-color: var(--light-blue-1);
        color: var(--whiteColor);
        font-size: 0.9375rem;
        line-height: var(--lineHeight_130);
    }

    .header__phone {
        line-height: var(--lineHeight_120);
        font-weight: var(--fontWeight_500);
        padding-left: 1.5625rem;
        padding-right: 1.5625rem;
        border-left: 0.0625rem solid var(--blue-3-border-for-dark);
        border-right: 0.0625rem solid var(--blue-3-border-for-dark);
    }

    .form__lines {
        display: flex;
    }

    .columns-products {
        grid-template-columns: repeat(auto-fill, minmax(25.625rem, 1fr));
    }

    .columns-products__column {
        padding-bottom: 61.7%;
    }

    .columns-products__name {
        line-height: var(--lineHeight_120);
    }
}

@media (min-width: 47.99875em) and (min-width: 81.5em) {
    .breadcrumbs__content {
        max-width: 55.125rem;
    }
}

@media (min-width: 47.99875em) and (min-width: 48em) and (max-width: 81.5em) {
    .breadcrumbs__content {
        max-width: clamp(29.5rem, -7.21641791045rem + 76.4925373134vw, 55.125rem);
    }
}

@media (min-width: 47.99875em) and (max-width: 61.99875em) {
    .footer__phone {
        display: flex;
        justify-content: center;
    }

    .box-advantages__items {
        display: flex;
        column-gap: 1.875rem;
    }
}

@media (min-width: 47.99875em) and (max-width: 48em) {
    .breadcrumbs__content {
        max-width: 29.5rem;
    }
}

@media (min-width: 47.99875em) and (any-hover: hover) {
    .menu__item:hover .menu__link {
        border-bottom: 0.0625rem solid var(--light-blue-1);
        color: var(--light-blue-1);
    }

    .menu__item:hover .menu__arrow {
        transform: translate(0rem, 0.125rem);
    }

    .menu__item:hover .menu__arrow::before {
        transform: scale(1, -1);
        color: var(--light-blue-1);
    }

    .menu__item--border:hover .menu__link {
        color: var(--whiteColor);
        border-bottom: 0.0625rem solid transparent;
    }

    .menu__link {
        transition: border var(--s) var(--e), color var(--s) var(--e);
    }

    .menu__link--hover {
        transition: border var(--s) var(--e), color var(--s) var(--e);
    }

    .menu__link--hover:hover {
        border-bottom: 0.0625rem solid var(--light-blue-1) !important;
        color: var(--light-blue-1) !important;
    }

    .menu__subitem:hover > a {
        color: var(--light-blue-1);
    }

    .menu__sublink {
        transition: color var(--s) var(--e);
    }

    .search__link {
        transition: background-color var(--s) var(--e);
    }

    .search__link:hover {
        background-color: var(--light-blue-2);
    }

    .footer__phone {
        transition: color var(--s) var(--e);
    }

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

    .footer__link {
        transition: background-color var(--s) var(--e);
    }

    .footer__link:hover {
        background-color: var(--light-blue-1);
    }

    .footer__politics {
        transition: color var(--s) var(--e);
    }

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

    .menu-footer__link {
        transition: color var(--s) var(--e);
    }

    .menu-footer__link:hover {
        color: var(--light-blue-1);
    }

    .input:hover {
        border-bottom: 0.0625rem solid var(--light-blue-4);
    }

    .form__link {
        transition: color var(--s) var(--e);
    }

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

    .button {
        transition: background-color var(--s) var(--e);
    }

    .button:hover {
        background-color: #009ddd;
    }

    .button:hover .button__icon--rotate {
        transform: rotate(45deg);
    }

    .button--bg:hover {
        background-color: var(--light-blue-3);
    }

    .button--bg:hover::before {
        opacity: 1;
    }

    .button__icon {
        transition: transform var(--s) var(--e);
    }

    .lang-select__item {
        transition: color var(--s) var(--e), background-color var(--s) var(--e);
    }

    .lang-select__item:hover {
        background-color: var(--light-blue-2);
        color: var(--mainBg);
    }

    .columns-products__column {
        transition: box-shadow var(--s) var(--e);
        overflow: hidden;
    }

    .columns-products__column:hover {
        box-shadow: 0 0.375rem 0.75rem -0.1875rem rgba(30, 66, 120, 0.24);
    }

    .columns-products__column:hover img {
        transform: scale(1.1);
    }

    .columns-products__column:hover .columns-products__name {
        color: var(--light-blue-1);
    }

    .columns-products__image {
        transition: transform 0.5s var(--e);
    }

    .columns-products__name {
        transition: color var(--s) var(--e);
    }

    .breadcrumbs__link {
        transition: color var(--s) var(--e);
    }

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

@media (min-width: 47.99875em) {
    .show__elements {
        grid-template-columns: repeat(6, 1fr);
    }

    .footer__row {
        column-gap: 1.25rem;
        justify-content: space-between;
        align-items: flex-end;
    }

    [data-fls-popup-close] svg {
        transition: stroke var(--s) var(--e);
    }

    .breadcrumbs__navigation {
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 48em) {
    [data-fls-popup-body] {
        max-width: 39.375rem;
    }
}

@media (min-width: 61.99875em) and (min-width: 81.5em) {
    .box-advantages__items {
        min-width: 17.4375rem;
    }

    .box-advantages__picture {
        margin-left: 6.5rem;
    }

    .box-advantages__picture {
        margin-right: 3.5rem;
    }

    .application__box {
        column-gap: 4.6875rem;
    }

    .about__body {
        padding-left: 4.375rem;
    }

    .about__body {
        padding-right: 4.375rem;
    }

    .about__image {
        height: 29.625rem;
    }
}

@media (min-width: 61.99875em) and (min-width: 62em) and (max-width: 81.5em) {
    .box-advantages__items {
        min-width: clamp(13.9375rem, 2.80929487179375rem + 17.9487179487vw, 17.4375rem);
    }

    .box-advantages__picture {
        margin-left: clamp(2.25rem, -11.26282051281875rem + 21.7948717949vw, 6.5rem);
    }

    .box-advantages__picture {
        margin-right: clamp(2.25rem, -1.72435897435625rem + 6.4102564103vw, 3.5rem);
    }

    .application__box {
        column-gap: clamp(1.875rem, -7.06730769230625rem + 14.4230769231vw, 4.6875rem);
    }
}

@media (min-width: 61.99875em) and (min-width: 29.9375em) and (max-width: 81.5em) {
    .about__image {
        height: clamp(15.8125rem, 7.79287878788125rem + 26.7878787879vw, 29.625rem);
    }
}

@media (min-width: 61.99875em) and (min-width: 22.5em) and (max-width: 81.5em) {
    .about__body {
        padding-left: clamp(2.5rem, 1.78495762711875rem + 3.1779661017vw, 4.375rem);
    }

    .about__body {
        padding-right: clamp(2.5rem, 1.78495762711875rem + 3.1779661017vw, 4.375rem);
    }
}

@media (min-width: 61.99875em) and (max-width: 62em) {
    .box-advantages__items {
        min-width: 13.9375rem;
    }

    .box-advantages__picture {
        margin-left: 2.25rem;
    }

    .box-advantages__picture {
        margin-right: 2.25rem;
    }

    .application__box {
        column-gap: 1.875rem;
    }
}

@media (min-width: 61.99875em) and (max-width: 29.9375em) {
    .about__image {
        height: 15.8125rem;
    }
}

@media (min-width: 61.99875em) and (max-width: 22.5em) {
    .about__body {
        padding-left: 2.5rem;
    }

    .about__body {
        padding-right: 2.5rem;
    }
}

@media (min-width: 61.99875em) {
    .show__elements {
        margin: -0.75rem;
    }

    .show__element {
        padding: 0.75rem;
    }

    .menu {
        position: relative;
        padding: 0.5rem 0rem;
    }

    .menu::before {
        content: "";
        position: absolute;
        top: 0rem;
        left: 50%;
        transform: translate(-50%, 0rem);
        width: 100vw;
        height: 100%;
        background-color: var(--blue-4);
        z-index: -1;
    }

    .menu__list {
        display: flex;
        align-items: center;
        column-gap: 1.25rem;
        justify-content: space-between;
        position: relative;
        margin: 0;
    }

    .menu__item--border {
        column-gap: 2.75rem;
    }

    .menu__item--border::before {
        content: "";
        background-color: var(--blue-2-border-for-light);
        width: 0.0625rem;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .menu__item:hover > .menu__sublist--bottom, .menu__sublist--bottom:hover {
        opacity: 1;
        top: calc(100% + 0.5rem);
        pointer-events: all;
        visibility: visible;
    }

    .menu__subitem:hover > .menu__sublist--right, .menu__sublist--right:hover {
        opacity: 1;
        pointer-events: all;
        visibility: visible;
    }

    .menu__back {
        display: none;
    }

    .menu__name {
        display: none;
    }

    .menu__sublist {
        display: flex;
        flex-direction: column;
        padding: 0.25rem 0rem 2.125rem 0rem;
        background-color: var(--blue-4);
        opacity: 1;
        top: calc(100% + 0.5rem);
        pointer-events: all;
        visibility: visible;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        top: 0rem;
        position: absolute;
        width: max-content;
        z-index: 20;
        left: 0rem;
        min-width: 18.125rem;
        transition: opacity var(--s) var(--e), top var(--s) var(--e), visibility var(--s) var(--e);
        border-left: 0.0625rem solid #2d4e81;
        border-right: 0.0625rem solid #2d4e81;
    }

    .menu__sublist::after {
        content: "";
        position: absolute;
        top: 0rem;
        left: 50%;
        transform: translate(-50%, 0rem);
        width: 200vw;
        height: 100%;
        background-color: var(--blue-4);
        z-index: -1;
    }

    .menu__sublist--bottom::before {
        content: "";
        position: absolute;
        width: 200vw;
        height: 1.875rem;
        top: -0.9375rem;
        left: 50%;
        transform: translate(-50%, 0rem);
    }

    .menu__sublist--right {
        left: 100%;
        padding: 0.25rem 0rem 2.125rem 1.5rem;
    }

    .menu__sublist--right::before {
        content: "";
        position: absolute;
        top: 0rem;
        left: 0rem;
        border-left: 0.0625rem solid #2d4e81;
        width: 0.0625rem;
        height: 100%;
        z-index: 20;
    }

    .menu__link {
        z-index: 30;
        position: relative;
    }

    .menu__sublink .menu__arrow {
        display: none;
    }

    .menu__arrow {
        transform: translate(0rem, -0.125rem);
        transition: transform var(--s) var(--e);
    }

    .burger {
        display: none;
    }

    .header__row {
        padding: 0.9375rem 0rem 0.5625rem 0rem;
    }

    .header button.search__back {
        display: none;
    }

    .search__list {
        padding: 1rem 0rem;
        top: calc(100% + 0.25rem);
        box-shadow: var(--box-shadow3);
        background-color: var(--whiteBg);
    }

    .search__link::before {
        left: 1rem;
    }

    .search__link {
        padding: 0.125rem 1rem 0.125rem 2.5rem;
        color: var(--mainBg);
    }

    .footer__columns {
        display: flex;
        column-gap: 1.25rem;
        justify-content: space-between;
    }

    .footer__column:last-child {
        margin-top: 1.8125rem;
    }

    .footer__column:nth-child(2) {
        margin-top: auto;
    }

    .footer__phone:not(:last-child) {
        margin-bottom: 3.75rem;
    }

    .footer__politics {
        justify-content: flex-end;
        text-align: right;
    }

    .footer__politics:not(:last-child) {
        margin-bottom: 4.375rem;
    }

    .footer__copyright {
        text-align: right;
    }

    .form__lines {
        max-width: 47.3125rem;
    }

    .form__text {
        max-width: 47.3125rem;
    }

    .advantages__columns {
        display: flex;
        padding-bottom: 2.5rem;
    }

    .advantages__columns:not(:last-child) {
        margin-bottom: 2.5rem;
    }

    .advantages__column {
        padding: 0rem 2.5rem;
        border-left: 0.0625rem solid var(--blue-3-border-for-dark);
        flex: 1 1 33.333%;
    }

    .box-advantages {
        border-left: 0.0625rem solid var(--blue-3-border-for-dark);
        padding: 0rem 2.5rem;
        display: flex;
    }

    .box-advantages__items {
        margin-top: 2.5rem;
    }

    .box-advantages__picture {
        height: 100%;
    }

    .application__box {
        align-items: center;
    }

    .application__body {
        flex: 1 1 auto;
        margin-top: 2.375rem;
    }

    .about__row {
        display: flex;
        column-gap: 1.5rem;
    }

    .about__row:nth-child(even) {
        flex-direction: row-reverse;
    }

    .about__row:nth-child(even) .about__body::before {
        right: 0rem;
    }

    .about__row:nth-child(even) .about__body .about__content {
        margin: auto 0rem auto auto;
    }

    .about__row:nth-child(odd) .about__body::before {
        left: 0rem;
    }

    .about__body {
        display: flex;
        flex-direction: column;
        position: relative;
        flex: 1 1 calc(50% - 1.5rem);
        border-top: 0.0625rem solid var(--whiteBg);
        border-bottom: 0.0625rem solid var(--whiteBg);
    }

    .about__body::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translate(0rem, -50%);
        width: 0.0625rem;
        height: 90%;
        background-color: var(--whiteBg);
    }

    .about__content {
        margin: auto 0rem;
        max-width: 27.0625rem;
    }
}

@media (min-width: 62em) and (max-width: 81.5em) {
    .header__wrapper {
        column-gap: clamp(1.875rem, -9.25320512820625rem + 17.9487179487vw, 5.375rem);
    }
}

@media (min-width: 81.5em) {
    .title {
        font-size: 3rem;
    }

    [class*="--indent"] {
        padding-top: 6.25rem;
    }

    [class*="--indent"] {
        padding-bottom: 6.25rem;
    }

    .page--top {
        padding-top: 4rem;
    }

    .page__home {
        padding-top: 3.75rem;
    }

    .page__home {
        padding-bottom: 7.375rem;
    }

    .page__breadcrumbs {
        padding-bottom: 6.25rem;
    }

    .show {
        gap: 2.5rem;
    }

    .header__wrapper {
        column-gap: 5.375rem;
    }

    .logo img {
        width: 10.125rem;
    }

    .logo img {
        height: 1.5rem;
    }

    .footer::before {
        width: 150.6875rem;
    }

    .footer::before {
        height: 57.6875rem;
    }

    .footer::before {
        bottom: -40.8125rem;
    }

    .footer__row:not(:last-child) {
        margin-bottom: 2.5rem;
    }

    .footer__logo img {
        width: 27.625rem;
    }

    .footer__logo img {
        height: 4.0625rem;
    }

    .footer__phone {
        font-size: 1.5rem;
    }

    .footer__links {
        column-gap: 1.5rem;
    }

    .menu-footer__link {
        padding-left: 2.5rem;
    }

    .menu-footer__link {
        padding-right: 2.5rem;
    }

    .form__title {
        font-size: 3rem;
    }

    .form__title:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .form__description:not(:last-child) {
        margin-bottom: 2.375rem;
    }

    .form__lines:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    section.home::before {
        bottom: -39.5625rem;
    }

    section.home::before {
        width: 138.1875rem;
    }

    section.home::before {
        height: 53.3125rem;
    }

    .home__title {
        font-size: 4.5rem;
    }

    .home__text {
        font-size: 1.25rem;
    }

    .home__text:not(:last-child) {
        margin-bottom: 2rem;
    }

    .home__parent::before {
        width: 138.1875rem;
    }

    .home__parent::before {
        height: 48.125rem;
    }

    .products__title:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .columns-products {
        gap: 1.5rem;
    }

    .columns-products__name {
        padding-bottom: 1.5rem;
    }

    .columns-products__name {
        font-size: 2rem;
    }

    .advantages::before, .advantages::after {
        width: 150.6875rem;
    }

    .advantages::before, .advantages::after {
        height: 57.6875rem;
    }

    .advantages::before {
        top: -39.5625rem;
    }

    .advantages::after {
        bottom: -39.5625rem;
    }

    .advantages__title:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .advantages__picture:not(:last-child) {
        margin-bottom: 2.5rem;
    }

    .advantages__subtitle {
        font-size: 2rem;
    }

    .advantages__subtitle:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .box-advantages__item:not(:last-child) {
        margin-bottom: 3.5rem;
    }

    .box-advantages__image {
        height: 27.5625rem;
    }

    .clients__title:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .application::before, .application::after {
        width: 150.6875rem;
    }

    .application::before, .application::after {
        height: 57.6875rem;
    }

    .application::before {
        top: -39.5625rem;
    }

    .application::after {
        bottom: -39.5625rem;
    }

    .application__image {
        height: 28.9375rem;
    }

    .about__title:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .about__subtitle {
        font-size: 2.5rem;
    }

    .about__subtitle:not(:last-child) {
        margin-bottom: 1rem;
    }

    [data-fls-popup-body] {
        padding: 3.75rem;
    }

    [data-fls-popup-close] {
        top: 0.625rem;
    }

    [data-fls-popup-close] {
        right: 0.625rem;
    }

    .popup__text {
        font-size: 2rem;
    }

    .breadcrumbs__title {
        font-size: 4.5rem;
    }

    .breadcrumbs__title:not(:last-child) {
        margin-bottom: 1.5rem;
    }
}

@media (any-hover: hover) {
    [data-fls-popup-close] svg:hover {
        stroke: var(--light-blue-1);
    }
}