/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    outline: none;
    border: none;
    touch-action: manipulation;
    background-color: transparent;
}

/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */

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

.swiper,
swiper-container {
    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-wrapper {
    transform: translate3d(0px, 0, 0);
}

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

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

.swiper-slide,
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: 1200px;
}

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

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

.swiper-3d .swiper-slide,
.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-cube-shadow {
    transform-style: preserve-3d;
}

.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));
}

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

.swiper-vertical.swiper-css-mode > .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-centered > .swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999;
}

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

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

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

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

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

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

.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-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
    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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

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

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

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

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

.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-button-lock {
    display: none;
}

:root {
    /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms 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;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

/* Bullets */
.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-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

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

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

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms 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: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute;
    /*ADD_HOST*/
}

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

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

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

:root {
    /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-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-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
    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 > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none;
}

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

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

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

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

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

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

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

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

.swiper-cube {
    overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-flip {
    overflow: visible;
}

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

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

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

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

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .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(.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(.66)
}

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.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, .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: .2s transform, .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: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .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, .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
}

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

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

html {
    --root-font-size: 100px;
    font-size: 100px
}

main {
    max-width: 25rem;
    margin-right: auto;
    margin-left: auto
}

svg {
    width: 100%;
    height: 100%
}

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

body {
    font-family: "Gilroy-Regular";
    font-size: .2rem;
    line-height: 120%;
    height: 100%;
    max-width: 25rem;
    width: 100%;
    margin: 0 auto;
    background-color: #f7f7f7
}

body.active main {
    position: relative
}

body.active main::after {
    content: "";
    position: absolute;
    background: rgba(1, 5, 13, .7);
    -webkit-backdrop-filter: blur(0.07rem);
    backdrop-filter: blur(0.07rem);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.container {
    max-width: 19.2rem;
    margin: 0 auto
}

.h1 {
    font-family: "Gilroy-Medium";
    font-weight: 700;
    font-size: .48rem;
    line-height: 110%;
    max-width: 9.6rem;
    color: #f7f7f7;
    text-transform: uppercase
}

.h2 {
    font-family: "Gilroy-Medium";
    font-size: .55rem;
    line-height: 120%;
    text-align: center;
    margin-bottom: .4rem
}

.h3 {
    font-family: "Gilroy-Medium";
    font-size: .22rem;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center
}

.middle {
    margin-right: auto;
    margin-left: auto
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .08rem;
    width: 3rem;
    height: .55rem;
    font-size: .16rem;
    line-height: 110%;
    font-family: "Gilroy-Medium";
    transition: all .3s ease-in;
    color: #fff;
    background-color: #d62828;
    text-transform: uppercase
}

.btn:hover {
    cursor: pointer;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: all .3s ease-in
}

.input {
    border: none;
    outline: 1px solid #2c2c2c;
    height: .48rem;
    font-family: "Gilroy-Regular";
    font-size: .2rem;
    line-height: .29rem;
    border-radius: .08rem;
    padding-left: .15rem;
    vertical-align: middle
}

.input::-webkit-input-placeholder {
    font-family: "Gilroy-Regular";
    font-size: .16rem;
    line-height: .22rem
}

.input::placeholder {
    font-family: "Gilroy-Regular";
    font-size: .16rem;
    line-height: .22rem
}

.txt-light {
    font-family: "Gilroy-Regular";
    font-size: .16rem;
    line-height: .22rem;
    color: #2c2c2c
}

.input-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 3rem
}

.input-wrap label {
    font-size: .16rem;
    margin-bottom: .04rem;
    width: 100%
}

.input-wrap.error .input-text {
    display: block
}

.input-wrap.error .input {
    outline: 1px solid #2c2c2c
}

.input-wrap.confirm .input-confirm {
    display: block
}

.input-wrap .error-text {
    display: none
}

.input-wrap.error .error-text {
    color: red;
    display: block
}

.burger {
    width: .5rem;
    height: .5rem;
    border-radius: 100%;
    border: .01rem solid #fff;
    position: relative;
    z-index: 55;
    margin-left: auto;
    display: none;
    flex-shrink: 0
}

.burger:hover {
    cursor: pointer;
    background-color: #1b1f28;
    transition: all .3s ease-in
}

.burger:hover span {
    background-color: #fff;
    transition: all .3s ease-in
}

.burger span {
    display: inline-block;
    height: .02rem;
    width: .23rem;
    border-radius: .5rem;
    position: absolute;
    left: .13rem;
    transition: all .3s ease-in;
    background-color: #fff
}

.burger span:nth-child(1) {
    top: .16rem
}

.burger span:nth-child(2) {
    top: .23rem
}

.burger span:nth-child(3) {
    top: .3rem;
    width: .15rem;
    color: #1d1d1d
}

.burger.active span {
    transition: all .3s ease-in;
    top: .27rem;
    left: .15rem;
    color: #1d1d1d;
    background-color: #fff
}

.burger.active span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.burger.active span:nth-child(2) {
    opacity: 0;
    height: 0;
    visibility: hidden
}

.burger.active span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: .25rem
}

.check-doc-p {
    display: none
}

.check-doc-p.active {
    display: block;
    font-size: .12rem;
    line-height: 120%;
    margin-top: .12rem;
    color: #d62828
}

.check-doc-c {
    display: none
}

.check-doc-c.active {
    display: block;
    font-size: .12rem;
    line-height: 120%;
    margin-top: .12rem;
    color: #d62828
}

.case {
    position: relative;
    margin-bottom: 1.6rem
}

.case__list-wrap {
    width: 100%
}

.case__list {
    padding-top: 1.5rem;
    max-width: 100%;
    width: 100%
}

.case__item {
    position: relative;
    padding: .24rem;
    color: #fff;
    background-color: #2c2c2c;
    max-width: 3.5rem;
    border-radius: .15rem;
    padding-top: 1.1rem;
    min-height: 2rem
}

.case__item:first-child {
    margin-left: 1.2rem
}

.case__item-img {
    width: 75%;
    height: 2rem;
    position: absolute;
    top: -1.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: .08rem;
    overflow: hidden
}

.case__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.case__item-info {
    padding-left: .24rem;
    line-height: 140%
}

.case__item-info .key {
    font-size: .14rem;
    opacity: .8
}

.case .leasing__item-btn {
    margin-top: .48rem;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: .32rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.case .case-pagination {
    position: absolute;
    bottom: -0.5rem;
    width: -webkit-max-content;
    width: max-content;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.case .case-pagination .swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
    background-color: #d62828;
    opacity: .5
}

.case .case-pagination .swiper-pagination-bullet-active {
    width: .13rem;
    height: .13rem;
    opacity: 1
}

.case .swiper-button-next {
    right: 1rem;
    color: #d62828
}

.case .swiper-button-prev {
    left: 1rem;
    color: #d62828
}

.contacts {
    padding: 1.2rem
}

.contacts__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 8.6rem;
    margin-left: auto;
    margin-right: auto
}

.contacts__subtitle {
    font-size: .26rem;
    line-height: 110%;
    margin-bottom: .16rem;
    font-family: "Gilroy-Medium"
}

.contacts__item {
    display: flex;
    flex-direction: column;
    margin-bottom: .24rem
}

.contacts__item .label {
    font-size: .14rem;
    line-height: 110%;
    color: #395d7c;
    margin-bottom: .06rem
}

.contacts__item .main {
    font-size: .18rem;
    line-height: 110%
}

.contacts__left {
    width: 50%;
    flex-shrink: 0;
    margin-right: .5rem
}

.contacts__rigth {
    width: 55%;
    height: 3.5rem;
    flex-shrink: 0
}

.footer {
    background: linear-gradient(134deg, #1D1D1D 0%, #393939 100%);
    color: #fff;
    line-height: 130%
}

.footer__container {
    padding: .54rem 1.2rem;
    display: flex;
    justify-content: space-between
}

.footer__left {
    display: flex;
    align-items: center;
    font-size: .14rem;
    line-height: 110%
}

.footer__left-add {
    display: flex;
    flex-direction: column;
    margin-right: .64rem;
    max-width: 3rem
}

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

.footer__link {
    margin: 0
}

.footer__warning {
    max-width: 4rem
}

.footer__warning span {
    border-bottom: 1px solid #d62828
}

.footer__warning span:hover {
    cursor: pointer
}

.footer .header__logo {
    display: none
}

.footer .header__tels {
    margin-left: .24rem
}

.footer .header__tel {
    font-size: .16rem;
    line-height: 110%;
    margin-bottom: 0
}

.footer .header__tel:first-child {
    margin-bottom: 0
}

.form {
    position: relative;
    margin-bottom: 1.6rem;
    max-width: 15rem;
    margin-right: auto;
    margin-left: auto
}

.form__container {
    padding: 0 1.2rem
}

.form__bg {
    position: absolute;
    width: 8.6rem;
    height: 6.15rem;
    right: 0;
    top: 1.25rem
}

.form__bg img {
    width: 100%;
    object-fit: contain
}

.form__title {
    font-family: "Gilroy-Medium";
    font-size: .38rem;
    line-height: 110%;
    font-weight: 700;
    margin-bottom: .4rem
}

.form__subtitle {
    font-family: "Gilroy-Regular";
    font-size: .24rem;
    line-height: 110%;
    max-width: 5.42rem;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 1rem
}

.form__form {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-gap: .2rem;
    gap: .2rem;
    max-width: 6.5rem
}

.form__form.sended .form__btn {
    display: none
}

.form__form.sended .form__sended {
    display: block
}

.form__bottom {
    display: flex;
    flex-direction: column;
    grid-column: span 2
}

.form__sended {
    margin-top: .2rem;
    display: none
}

.header {
    color: #fff;
    position: relative;
    z-index: 5
}

.header__container {
    padding: .4rem 1.2rem;
    display: flex;
    padding-top: .4rem;
    justify-content: space-between;
    align-items: center
}

.header__concats {
    display: flex
}

.header__logo {
    width: .36rem;
    height: .4rem;
    flex-shrink: 0
}

.header__nav-list {
    display: flex;
    align-items: center
}

.header__nav-item {
    margin-right: .2rem;
    font-size: .17rem;
    transition: color .3s ease-in
}

.header__nav-item:last-child {
    margin-right: 0
}

.header__nav-item:hover {
    color: #d62828;
    transition: color .3s ease-in;
    cursor: pointer
}

.header__tels {
    display: flex;
    flex-direction: column;
    margin-left: .24rem
}

.header__tels .btn {
    width: 1.8rem;
    font-size: .16rem;
    text-transform: none
}

.header__tels-inner {
    display: flex;
    flex-direction: column
}

.header__info {
    width: 100%;
    font-size: .12rem;
    position: relative;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    line-height: 110%
}

.header__info::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -0.15rem;
    width: .06rem;
    height: .06rem;
    border-radius: 100%;
    background-color: #62c766
}

.header__tel {
    transition: color .3s ease-in;
    line-height: 110%
}

.header__tel:first-child {
    margin-bottom: 8px
}

.header__tel:hover {
    color: #d62828;
    transition: color .3s ease-in
}

.hero {
    background: linear-gradient(134deg, #1D1D1D 0%, #393939 100%);
    padding-top: 2.5rem;
    -webkit-transform: translateY(-2rem);
    transform: translateY(-2rem)
}

.hero__top {
    padding: 0 1.2rem;
    display: flex;
    align-items: center;
    margin-bottom: .3rem
}

.hero__title {
    margin-right: .8rem
}

.hero__title ._small {
    font-size: .28rem;
    text-transform: none;
    font-family: "Gilroy-Regular";
    opacity: .8
}

.hero__title ._color {
    font-size: .28rem;
    color: #fff;
    font-family: "Gilroy-Medium"
}

.hero__title ._second {
    display: inline-block;
    max-width: 5.5rem;
    margin-top: .12rem
}

.hero__btn {
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    color: #fff;
    text-transform: uppercase;
    background-color: #d62828;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in
}

.hero__btn span {
    font-size: .16rem;
    line-height: 120%;
    width: -webkit-min-content;
    width: min-content
}

.hero__btn:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in
}

.hero__btn:hover span {
    font-family: "Gilroy-Medium"
}

.hero__img {
    width: 11rem;
    height: 5.1rem;
    margin: 0 auto;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    position: relative
}

.hero__img img {
    width: 100%;
    object-fit: contain;
    -webkit-transform: translateX(0.45rem);
    transform: translateX(0.45rem);
    position: relative;
    z-index: 5
}

.hero__txt {
    color: #fff;
    font-size: .32rem;
    line-height: 110%;
    font-family: "Gilroy-Medium";
    text-align: center;
    position: absolute;
    width: -webkit-max-content;
    width: max-content
}

.hero__txt span {
    color: #d62828
}

.hero__info {
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem
}

.hero__info.time {
    left: 0
}

.hero__info.time .arm {
    position: absolute;
    width: .5rem;
    height: .5rem;
    top: 0rem;
    left: -1.15rem
}

.hero__info.time .line {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -0.2rem;
    left: -0.45rem;
    width: 2.6rem
}

.hero__info.time .hero__txt {
    top: .55rem;
    right: auto;
    right: initial;
    left: -1.45rem
}

.hero__info.avans {
    right: 0
}

.hero__info.avans .arm {
    position: absolute;
    width: .6rem;
    height: .6rem;
    top: -0.55rem;
    left: 1.15rem
}

.hero__info.avans .line {
    position: absolute;
    top: -0.4rem;
    left: -1.5rem;
    width: 2.6rem
}

.hero__info.avans .hero__txt {
    top: .1rem;
    right: 0
}

.hero__decor {
    position: absolute
}

.hero__decor .arm {
    width: .4rem;
    height: .4rem;
    position: absolute;
    top: -0.5rem
}

.hero__decor .line {
    position: relative;
    width: 2rem;
    z-index: 5;
    left: -2.3rem
}

.leasing {
    padding: 0 1.2rem;
    margin-bottom: 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: center
}

.leasing__list {
    display: flex
}

.leasing__item {
    background-color: #fff;
    border-radius: .15rem;
    padding: .45rem;
    width: 3.26rem;
    height: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: .35rem;
    position: relative
}

.leasing__item:last-child {
    margin-right: 0
}

.leasing__item-title {
    margin-bottom: .5rem
}

.leasing__item-conditions-item {
    display: flex;
    flex-direction: column;
    margin-bottom: .2rem
}

.leasing__item-conditions-item span {
    font-family: "Gilroy-Medium";
    font-weight: 700
}

.leasing__item-docs {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.leasing__item-docs span {
    font-family: "Gilroy-Medium";
    font-weight: 700
}

.leasing__item-add {
    color: #4a4a4a;
    font-size: .12rem;
    line-height: .14rem;
    max-width: 1.35rem;
    margin: 0 auto;
    margin-bottom: .1rem;
    text-align: center
}

.leasing__item-bottom {
    position: absolute;
    bottom: .46rem
}

.partners {
    padding: 1.2rem;
    background-color: #fff
}

.partners__list {
    max-width: 13.6rem;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.2rem;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto
}

.partners__item {
    margin-right: .4rem;
    margin-bottom: .5rem;
    max-height: .5rem
}

.partners__item img {
    height: 100%;
    object-fit: contain
}

.doc {
    padding: 1.2rem;
    line-height: 110%
}

.doc__title {
    font-size: .42rem;
    font-family: "Gilroy-Medium";
    font-weight: 700;
    margin-bottom: .32rem
}

.doc__subtitle {
    font-family: "Gilroy-Medium";
    font-size: .22rem;
    margin-bottom: .16rem
}

.doc__wrap {
    margin-bottom: .32rem
}

.doc p {
    font-family: "Gilroy-Regular";
    font-size: .16rem;
    margin-bottom: .04rem
}

.popup__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(1, 5, 13, .7);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    opacity: 0;
    pointer-events: none
}

.popup__bg .btn {
    margin-left: auto;
    margin-right: auto
}

.popup__bg.active {
    opacity: 1;
    pointer-events: all;
    z-index: 15
}

.popup {
    letter-spacing: -0.02em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 5rem;
    padding: .45rem;
    border-radius: .15rem;
    transition: .5s all
}

.popup .input-wrap {
    max-width: 100%;
    margin-bottom: .16rem
}

.popup.active {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: .5s all
}

.close-popup {
    position: absolute;
    top: .24rem;
    right: .24rem;
    cursor: pointer
}

.popup__title {
    margin-bottom: .24rem
}

.popup__subtitle {
    margin-bottom: .16rem;
    text-align: center;
    font-size: .16rem
}

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

.popup__content .form__bottom {
    width: 100%
}

.popup__form-wrap {
    width: 100%
}

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

.popup__form.sended .form__sended {
    display: block
}

.popup__form.sended .popup__btn {
    display: none
}

.popup__input-wrap {
    width: 100%
}

.popup__input-wrap .error-text {
    display: none
}

.popup__input-wrap.error .error-text {
    color: red;
    display: block
}

.popup__btn {
    width: 100%;
    margin-top: .12rem
}

.slider {
    padding: 1.2rem 0;
    padding-bottom: 0;
    position: relative
}

.slider__title {
    margin-bottom: .24rem
}

.slider__subtitle {
    max-width: 5.75rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .24rem;
    font-size: .24rem;
    line-height: 110%;
    text-align: center
}

.slider__countries {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .24rem
}

.slider__country {
    position: relative;
    padding-left: .6rem;
    margin-right: .1rem
}

.slider__country::before {
    content: "";
    position: absolute;
    left: .05rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    width: .48rem;
    height: .3rem;
    border-radius: .04rem
}

.slider__country.e::before {
    background-image: url(assets/flag-europ.svg)
}

.slider__country.c::before {
    background-image: url(assets/flag-china.svg)
}

.slider__country.t::before {
    background-image: url(assets/flag-turkey.svg)
}

.slider__country.uk::before {
    background-image: url(assets/flag-korey.svg)
}

.slider__add {
    max-width: 5rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center
}

.slider__slider {
    margin-right: auto;
    margin-left: auto;
    margin-top: .48rem;
    height: 7.5rem;
    max-width: 11rem
}

.slider__slide {
    border-radius: .24rem;
    position: relative;
    overflow: hidden
}

.slider__img {
    object-fit: cover;
    width: 10rem;
    height: 6rem;
    border-radius: .24rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.slider__slide-title-wrap {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: .6rem;
    display: flex;
    align-items: center
}

.slider__slide-title {
    background-color: rgba(0, 0, 0, 0);
    color: #1d1d1d;
    border: 1px solid #1d1d1d;
    width: -webkit-max-content;
    width: max-content;
    border-radius: .08rem;
    margin-right: .15rem;
    height: .5rem;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase
}

.slider .swiper-pagination {
    bottom: 0
}

.slider .swiper-pagination .swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
    background-color: #d62828;
    opacity: .5
}

.slider .swiper-pagination .swiper-pagination-bullet-active {
    width: .13rem;
    height: .13rem;
    opacity: 1
}

.slider .swiper-button-next {
    right: 1rem;
    color: #d62828
}

.slider .swiper-button-prev {
    left: 1rem;
    color: #d62828
}

.steps {
    background: linear-gradient(136deg, #1D1D1D 0%, #1D1D1D 100%);
    color: #fff
}

.steps__container {
    padding: 1.2rem
}

.steps__list {
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    margin-bottom: 80px
}

.steps__item {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: .48rem;
    position: relative
}

.steps__item:nth-child(1)::after, .steps__item:nth-child(2)::after {
    content: "";
    position: absolute;
    background-image: url(assets/line-steps.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.65rem;
    height: .02rem;
    right: -0.8rem;
    top: 33%
}

.steps__item:nth-child(4)::after {
    content: "";
    position: absolute;
    background-image: url(assets/line-steps.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.65rem;
    height: .02rem;
    right: -0.3rem;
    top: 33%
}

.steps__item:nth-child(4), .steps__item:nth-child(5) {
    grid-column: span 3;
    margin-bottom: 0
}

.steps__item:nth-child(4) {
    -webkit-transform: translateX(0.7rem);
    transform: translateX(0.7rem)
}

.steps__item:nth-child(5) {
    -webkit-transform: translateX(-0.7rem);
    transform: translateX(-0.7rem)
}

.steps__item-title {
    font-size: 1rem;
    line-height: 110%;
    color: #d62828;
    font-family: "Gilroy-Medium";
    font-weight: 800
}

.steps__item-txt {
    font-size: .16rem;
    line-height: 110%;
    text-align: center;
    max-width: 3rem
}

.steps__item-txt a, .steps__item-txt span {
    display: inline;
    border-bottom: 1px solid #d62828
}

.steps__btn-wrap {
    display: flex;
    flex-direction: column;
    align-items: center
}

.steps__btn {
    background-color: rgba(0, 0, 0, 0);
    outline: 1px solid #fff;
    margin-bottom: .16rem
}

.steps__btn-info {
    font-size: .14rem;
    line-height: 110%;
    padding-left: .2rem;
    position: relative
}

.steps__btn-info::before {
    content: "";
    position: absolute;
    width: .06rem;
    height: .06rem;
    border-radius: 100%;
    background-color: #d62828;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.we__container {
    padding: 1.2rem;
    background-color: #f7f7f7
}

.we__subtitle {
    max-width: 8.5rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: .24rem;
    line-height: 110%;
    margin-bottom: 1.2rem
}

.we__list {
    max-width: 11.6rem;
    display: flex;
    margin-bottom: 1.2rem;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto
}

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

.we__item-info {
    display: flex;
    flex-direction: column;
    align-items: center
}

.we__item-icon {
    margin-bottom: .16rem
}

.we__item-info-top {
    font-size: .28rem;
    line-height: 110%;
    font-family: "Gilroy-Medium";
    font-weight: 700;
    margin-bottom: .08rem
}

.we__item-info-top span {
    font-size: .48rem;
    color: #d62828
}

.we__item-info-bottom {
    max-width: 2rem;
    font-size: .18rem;
    line-height: 110%;
    text-align: center
}

.we__btns {
    display: flex;
    align-items: center;
    justify-content: center
}

.we__btn {
    text-align: center
}

.we__btn.white {
    background-color: rgba(0, 0, 0, 0);
    color: #1d1d1d;
    outline: 1px solid #1d1d1d;
    margin-left: .16rem
}

input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    width: .18rem;
    height: .18rem;
    border-radius: .04rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #2c2c2c;
    transition: 600ms ease;
    margin-right: .12rem
}

input[type=checkbox]::after {
    content: "";
    position: absolute;
    width: .1rem;
    height: .1rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #d62828;
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease
}

input[type=checkbox]:checked {
    transition: 300ms ease
}

input[type=checkbox]:checked::after {
    opacity: 1;
    visibility: visible;
    transition: 600ms ease
}

.checkbox-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: .3rem
}

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

.doc__checkbox label {
    font-size: .16rem;
    width: 100%
}

.doc__checkbox a {
    display: inline;
    border-bottom: 1px solid #d62828
}

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

.social__item {
    width: .36rem;
    height: .36rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.social__item.telegram {
    background-image: url(assets/logo-telegram.svg);
    margin-right: .08rem
}

.social__item.whatsapp {
    background-image: url(assets/logo-w.svg)
}

.social-choices {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 25px;
}
.social-choice {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 15px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .25);
    border-radius: 15px;
    background: #fff;
    transition: all 0.3s;
}

.social-choice::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.3),
            transparent
    );
    transition: 0.5s;
}
.social-choice:hover::before {
    left: 100%;
}

.social-choice img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    width: 150px;
    height: auto;
    max-width: 100%;
}
.social-choice img + strong {
    display: block;
    margin-top: 1em;
    font-weight: 600;
}
.social-choice img + strong + span {
    color: #aaa;
    font-size: .8em;
}

@media screen and (max-width: 1599px) {
    html {
        font-size: 100px !important;
        font-size: calc(32.2580645161px + (100 - 32.2580645161) * ((100vw - 500px) / (1550 - 500))) !important
    }
}

@media screen and (max-width: 1599px)and (max-width: 500px) {
    html {
        font-size: 32.2580645161px !important
    }
}

@media screen and (max-width: 899px) {
    html {
        font-size: 133.203125px !important;
        font-size: calc(100px + (133.203125 - 100) * ((100vw - 768px) / (1023 - 768))) !important
    }

    .h1 {
        font-family: "Gilroy-Regular";
        font-size: .32rem;
        font-weight: 400;
        margin-bottom: .1rem;
        margin-bottom: 0
    }

    .burger {
        display: block
    }

    .burger.active span:nth-child(1) {
        left: .12rem;
        top: .22rem;
        width: .25rem
    }

    .burger.active span:nth-child(3) {
        left: .12rem;
        width: .25rem;
        top: .22rem
    }

    .case .case-pagination {
        display: none
    }

    .case .swiper-button-next {
        right: 0;
        top: 33%
    }

    .case .swiper-button-prev {
        left: 0;
        top: 33%
    }

    .contacts {
        padding: 1.2rem .36rem
    }

    .contacts__inner {
        align-items: center;
        max-width: 6.96rem
    }

    .footer__container {
        padding: .25rem .36rem
    }

    .footer__left {
        font-size: .12rem
    }

    .footer__right {
        flex-direction: column;
        align-items: flex-start
    }

    .footer__link {
        width: -webkit-min-content;
        width: min-content
    }

    .footer__warning {
        max-width: 2.5rem
    }

    .footer .header__tels {
        margin-right: 0;
        margin-left: 0
    }

    .footer .header__tels-inner {
        flex-direction: column;
        margin-bottom: .08rem
    }

    .footer .header__tel {
        font-size: .14rem
    }

    .form {
        margin-bottom: .8rem
    }

    .form__container {
        padding: 0 .36rem
    }

    .form__bg {
        display: none
    }

    .form__title {
        font-size: .32rem
    }

    .form__subtitle {
        margin-bottom: .5rem
    }

    .form__form {
        max-width: 100%
    }

    .header__container {
        padding: .2rem .36rem;
        justify-content: flex-start
    }

    .header__logo {
        margin-right: .3rem
    }

    .header__nav-list {
        display: none;
        position: absolute;
        transition: all .3s ease-in-out;
        flex-direction: column;
        background: #1d1d1d;
        top: 0
    }

    .header__nav-list.active {
        display: flex;
        z-index: 55;
        padding: .2rem 1rem;
        width: calc(100% - 2rem);
        right: 0;
        transition: all .3s ease-in-out
    }

    .header__nav-item {
        margin-bottom: .24rem;
        margin-right: 0;
        text-align: center
    }

    .header__social {
        margin-left: .24rem
    }

    .header__tels {
        order: 1;
        margin-left: 0;
        margin-left: .5rem
    }

    .header__tels {
        margin-right: 0
    }

    .header__tels-inner {
        flex-direction: row;
        font-size: .16rem;
        line-height: 110%
    }

    .header__tel:first-child {
        margin-bottom: 0;
        margin-right: .16rem
    }

    .hero {
        -webkit-transform: translateY(-1.5rem);
        transform: translateY(-1.5rem);
        padding-top: 3rem
    }

    .hero__top {
        padding: 0 .36rem;
        -webkit-transform: translateY(-0.95rem);
        transform: translateY(-0.95rem)
    }

    .hero__btn {
        width: .8rem;
        height: .8rem
    }

    .hero__img {
        width: 5.95rem;
        height: 2.85rem;
        -webkit-transform: translateY(80px);
        transform: translateY(80px)
    }

    .hero__txt {
        font-size: .26rem
    }

    .hero__info.time {
        left: .8rem
    }

    .hero__info.avans {
        right: -0.45rem
    }

    .hero__info.avans .arm {
        width: .5rem;
        height: .5rem
    }

    .leasing {
        padding: 0 .36rem;
        margin-bottom: .8rem
    }

    .leasing__list {
        flex-direction: column
    }

    .leasing__item:last-child {
        margin-bottom: 0
    }

    .leasing__item {
        margin-right: 0;
        padding: .35rem;
        margin-bottom: .36rem;
        width: 4.6rem;
        height: 4.2rem
    }

    .partners {
        padding: .36rem
    }

    .partners__list {
        max-width: 6.98rem;
        margin-bottom: .6rem
    }

    .partners__item {
        height: .3rem;
        margin-right: .1rem;
        margin-bottom: .4rem;
        width: 2rem
    }

    .partners__item img {
        width: 100%
    }

    .slider__slider {
        height: 5.3rem;
        max-width: 7.5rem
    }

    .slider__img {
        width: 6.5rem;
        height: 4rem
    }

    .slider .swiper-button-next {
        right: 0;
        top: 33%
    }

    .slider .swiper-button-prev {
        left: 0;
        top: 33%
    }

    .steps__container {
        padding: 1.2rem .36rem
    }

    .steps__item:nth-child(1)::after, .steps__item:nth-child(2)::after {
        width: 1.25rem;
        right: -0.6rem;
        top: 22%
    }

    .steps__item:nth-child(4) {
        -webkit-transform: translateX(0.5rem);
        transform: translateX(0.5rem)
    }

    .steps__item:nth-child(5) {
        -webkit-transform: translateX(-0.5rem);
        transform: translateX(-0.5rem)
    }

    .steps__item-title {
        font-size: .7rem
    }

    .steps__item-txt {
        font-size: .14rem;
        max-width: 2rem
    }

    .we__container {
        padding: .36rem
    }

    .we__container {
        padding: .36rem .16rem
    }

    .we__subtitle {
        margin-bottom: .6rem;
        font-size: .21rem
    }

    .we__list {
        flex-wrap: wrap;
        margin-bottom: .6rem
    }

    .we__item {
        width: 50%;
        margin-bottom: .36rem
    }
}

@media screen and (max-width: 899px)and (max-width: 768px) {
    html {
        font-size: 100px !important
    }
}

@media screen and (max-width: 767px) {
    html {
        font-size: 100px !important
    }

    .h1 {
        font-size: .24rem
    }

    .h2 {
        font-family: "Gilroy-Medium";
        font-size: .28rem;
        line-height: .34rem
    }

    .h3 {
        font-family: "Gilroy-Medium";
        font-size: .2rem;
        line-height: .26rem;
        margin-bottom: .16rem
    }

    .btn {
        width: 2.5rem;
        height: .5rem;
        font-size: .14rem;
        line-height: .2rem
    }

    .input {
        font-size: .14rem;
        line-height: .18rem
    }

    .burger {
        width: .4rem;
        height: .4rem;
        border: none;
        background-color: rgba(0, 0, 0, 0);
        margin-left: .25rem
    }

    .burger span {
        background-color: #fff;
        height: .02rem;
        width: .18rem;
        left: .1rem
    }

    .burger span:nth-child(1) {
        top: .13rem
    }

    .burger span:nth-child(2) {
        top: .19rem
    }

    .burger span:nth-child(3) {
        width: .09rem;
        top: .25rem;
        color: #1d1d1d
    }

    .burger.active span:nth-child(1) {
        left: .07rem;
        top: .18rem
    }

    .burger.active span:nth-child(3) {
        left: .07rem;
        top: .18rem
    }

    .case {
        margin-bottom: .5rem
    }

    .case__list {
        padding-top: .9rem
    }

    .case__item {
        padding: .12rem;
        padding-top: .9rem;
        border-radius: .08rem;
        padding-left: 0;
        padding-right: 0
    }

    .case__item:first-child {
        margin-left: .16rem
    }

    .case__item-img {
        height: 1.5rem;
        top: -0.75rem
    }

    .case__item-info {
        font-size: .16rem
    }

    .case .leasing__item-btn {
        width: 2rem
    }

    .case .swiper-button-next {
        display: none
    }

    .case .swiper-button-prev {
        display: none
    }

    .contacts {
        padding: .36rem .16rem
    }

    .contacts__inner {
        flex-direction: column;
        max-width: 100%
    }

    .contacts__left {
        width: 100%;
        margin-bottom: 0;
        margin-right: 0
    }

    .contacts__rigth {
        width: 100%
    }

    .footer__container {
        padding: .25rem .16rem;
        flex-direction: column;
        align-items: flex-start
    }

    .footer__left {
        flex-direction: column;
        align-items: flex-start
    }

    .footer__left-add {
        margin-right: 0;
        margin-bottom: .08rem
    }

    .footer__left-add a {
        display: inline
    }

    .footer__link {
        margin: 0;
        width: -webkit-max-content;
        width: max-content
    }

    .footer__warning {
        max-width: 3rem;
        margin-bottom: .08rem
    }

    .form__container {
        padding: 0 .16rem
    }

    .form__subtitle {
        font-size: .14rem
    }

    .form__form {
        gap: .15rem 0;
        width: 100%
    }

    .form__btn {
        width: 100%
    }

    .form .input-wrap {
        grid-column: span 2;
        max-width: 100%
    }

    .header__container {
        padding: .2rem .16rem
    }

    .header__concats {
        align-items: center
    }

    .header__logo {
        display: none
    }

    .header__social {
        margin-left: 0
    }

    .header__tels .btn {
        font-size: .14rem;
        width: 1.3rem;
        height: .42rem
    }

    .header__tels-inner {
        flex-direction: column
    }

    .header__info {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    .header__tel {
        font-size: .14rem;
        margin-bottom: 4px
    }

    .header__tel:first-child {
        margin-right: 0;
        margin-bottom: 8px
    }

    .hero {
        padding-top: 2.5rem
    }

    .hero__top {
        padding: 0 .16rem;
        -webkit-transform: translateY(-0.5rem);
        transform: translateY(-0.5rem);
        margin-bottom: 1rem
    }

    .hero__title ._small {
        font-size: .18rem
    }

    .hero__title ._color {
        font-size: .18rem
    }

    .hero__title {
        margin-right: .2rem
    }

    .hero__btn span {
        font-size: .14rem;
        line-height: 110%
    }

    .hero__img {
        width: 3.2rem;
        height: 1.6rem;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    .hero__img img {
        -webkit-transform: translateX(0rem);
        transform: translateX(0rem)
    }

    .hero__txt {
        font-size: .16rem
    }

    .hero__info.time {
        left: 0;
        top: 0
    }

    .hero__info.time .arm {
        width: .45rem;
        height: .45rem;
        top: -1.3rem;
        left: 0
    }

    .hero__info.time .line {
        width: 1.45rem;
        left: 0;
        top: -1.2rem;
        -webkit-transform: rotate(85deg);
        transform: rotate(85deg)
    }

    .hero__info.time .hero__txt {
        left: .55rem;
        top: -1.3rem
    }

    .hero__info.avans {
        right: .3rem;
        top: -0.3rem
    }

    .hero__info.avans .arm {
        left: 1.55rem;
        top: -0.7rem
    }

    .hero__info.avans .line {
        width: 1.6rem;
        left: .3rem;
        -webkit-transform: rotate(-29deg);
        transform: rotate(-29deg)
    }

    .hero__info.avans .hero__txt {
        top: -0.6rem;
        right: .55rem
    }

    .leasing {
        margin-top: -0.4rem;
        padding: 0 .16rem
    }

    .leasing__item {
        padding: .3rem .16rem;
        width: 2.98rem;
        height: 3.8rem;
        box-shadow: 1px 3px 40px 0px rgba(0, 0, 0, .25)
    }

    .partners {
        padding: .36rem .16rem
    }

    .partners__list {
        max-width: 100%;
        margin-bottom: .24rem
    }

    .partners__item {
        height: .25rem;
        width: 1.6rem;
        margin-right: 0
    }

    .partners__item:last-child {
        width: 100%
    }

    .doc {
        padding: .16rem
    }

    .doc__title {
        font-size: .26rem
    }

    .doc__subtitle {
        font-size: .18rem;
        margin-bottom: .12rem
    }

    .doc__wrap {
        margin-bottom: .24rem
    }

    .doc p {
        font-size: .14rem
    }

    .popup {
        width: 3.23rem;
        padding: .24rem
    }

    .close-popup {
        width: .15rem;
        height: .15rem;
        top: .22rem;
        right: .22rem
    }

    .popup__form {
        flex-direction: column
    }

    .popup__input-wrap {
        margin-bottom: .1rem
    }

    .slider {
        padding: .36rem 0
    }

    .slider__subtitle {
        font-size: .16rem;
        line-height: 120%;
        max-width: 90%
    }

    .slider__countries {
        flex-direction: column;
        font-size: .16rem;
        line-height: 120%;
        align-items: flex-start;
        max-width: -webkit-max-content;
        max-width: max-content;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 0
    }

    .slider__country {
        margin-right: 0;
        padding-left: .4rem;
        margin-bottom: .16rem
    }

    .slider__country::before {
        width: .4rem;
        height: .2rem;
        border-radius: 0
    }

    .slider__add {
        font-size: .16rem;
        line-height: 120%
    }

    .slider__slider {
        height: 5rem;
        max-width: 3.6rem;
        margin-top: 0
    }

    .slider__img {
        width: 100%;
        height: 4rem;
        object-fit: contain
    }

    .slider__slide-title-wrap {
        flex-direction: column
    }

    .slider__slide-title {
        margin-right: 0;
        margin-bottom: .16rem;
        height: .45rem;
        font-size: .14rem
    }

    .slider__slide-btn {
        width: 3rem
    }

    .slider .swiper-button-next {
        display: none
    }

    .slider .swiper-button-prev {
        display: none
    }

    .steps__container {
        padding: .36rem .16rem
    }

    .steps__item::before {
        content: "";
        position: absolute;
        background-image: url(assets/line-steps.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 1.45rem;
        height: .02rem;
        bottom: -0.3rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .steps__item:last-child {
        margin-bottom: 0 !important
    }

    .steps__item:last-child::before {
        display: none
    }

    .steps__item {
        grid-column: span 6;
        margin-bottom: .55rem
    }

    .steps__item:nth-child(1)::after, .steps__item:nth-child(2)::after {
        display: none
    }

    .steps__item:nth-child(4)::after {
        display: none
    }

    .steps__item:nth-child(4), .steps__item:nth-child(5) {
        grid-column: span 6;
        margin-bottom: .55rem
    }

    .steps__item:nth-child(4) {
        -webkit-transform: translateX(0rem);
        transform: translateX(0rem)
    }

    .steps__item:nth-child(5) {
        -webkit-transform: translateX(0rem);
        transform: translateX(0rem)
    }

    .steps__item-txt {
        font-size: .16rem;
        line-height: 130%;
        max-width: 3rem
    }

    .steps__btn {
        width: 100%
    }

    .we__subtitle {
        margin-bottom: .4rem;
        font-size: .16rem;
        line-height: 120%
    }

    .we__list {
        flex-direction: column;
        margin-bottom: 0
    }

    .we__item {
        width: 100%
    }

    .we__item-icon {
        height: .6rem
    }

    .we__item-icon img {
        height: 100%;
        object-fit: contain
    }

    .we__item-info-top {
        font-size: .22rem;
        line-height: 120%;
        margin-bottom: .04rem
    }

    .we__item-info-top span {
        font-size: .36rem
    }

    .we__item-info-bottom {
        font-size: .16rem;
        line-height: 120%
    }

    .we__btns {
        flex-direction: column
    }

    .we__btn {
        width: 100%
    }

    .we__btn.white {
        margin-left: 0;
        margin-top: .16rem
    }

    .social-choices {
        gap: 15px;
    }
    .social-choice img {
        width: 120px;
    }
}

@media screen and (max-width: 767px)and (max-width: 300px) {
    html {
        font-size: 83.3333333333px !important
    }
}

@media screen and (max-width: 1599px)and (min-width: 1550px) {
    html {
        font-size: 100px !important
    }
}

@media screen and (max-width: 899px)and (min-width: 1023px) {
    html {
        font-size: 133.203125px !important
    }
}

@media only screen and (max-width: 767px)and (max-width: 360px)and (min-width: 300px) {
    html {
        font-size: calc(83.3333333333px + (100 - 83.3333333333) * ((100vw - 300px) / (360 - 300))) !important
    }
}

@media only screen and (max-width: 767px)and (max-width: 767px)and (min-width: 360px) {
    html {
        font-size: calc(100px + (213.0555555556 - 100) * ((100vw - 360px) / (767 - 360))) !important
    }
}

@media screen and (max-width: 767px)and (min-width: 767px) {
    html {
        font-size: 213.0555555556px !important
    }
}
