@charset "UTF-8";
/**
* Подключение шрифтов локально из папки "./src/fonts"
*/

/** Подключение переменных */

:root {
    --bs-font-family: "Inter", sans-serif;
    --bs-font-size: 16px;
    --bs-font-weight: 400;
    --bs-line-height: 1;
    --bs-font-color: #222;
    --bs-transition: .3s ease-in-out;
    --bs-radius: 10px;
    --primary-color: #131313;
    --primary-hover-color: #2d2d2d;
    --secondary-color: #ff4040;
    --white-color: #fff;
    --black-color: #131313;
    --bs-shadow: 0px 2px 3px rgba(#000 10%), 0px 8px 3px rgba(#000 10%);
    --hover-shadow: 0 0 5px 0 rgba(#000 10%), 0 0 10px 0 rgba(#000 10%), 0 0 15px 0 rgba(#000 10%);
}

/**
* Подключение sass function и mixins и extends стилей
*/

/* Шаблоны (заготовки)
* @extend %имя шаблона;
*/

/** Обнуление */

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

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

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

hr {
    -webkit-box-sizing: content-box;
    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 */
    -webkit-text-decoration: underline;
    text-decoration: underline;
    /* 2 */
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    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 {
    -webkit-box-sizing: border-box;
    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] {
    -webkit-box-sizing: border-box;
    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;
}

* {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-tap-highlight-color: transparent;
}

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

*:focus,
*:active {
    outline: none;
}

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

html {
    /* opacity: 0; */
    scroll-behavior: smooth;
    -webkit-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out;
}

/* html.loaded {
  opacity: 1;
} */

html.lock {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

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

body {
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    font-size: 16px;
    font-size: var(--bs-font-size);
    font-family: "Inter", sans-serif;
    font-family: var(--bs-font-family);
    font-weight: 400;
    font-weight: var(--bs-font-weight);
    line-height: 1;
    line-height: var(--bs-line-height);
    text-rendering: optimizelegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: #FFFFFF;
}

input,
button,
textarea {
    font-family: inherit;
}

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

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

button {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

a {
    -webkit-text-decoration: none !important;
    text-decoration: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a:focus,
a:active {
    outline: none;
}

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

a:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

ol,
ul {
    padding-left: 0;
}

img {
    vertical-align: top;
}

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

sup {
    color: inherit;
}

/**
* Библиотеки
* раскомментировать для использования
*/

/**
* Подключение custom scrollbar для всего сайта
*/

* {
    scrollbar-width: 0.5rem;
    scrollbar-color: #131313 #d6d6d6;
    scrollbar-color: var(--primary-color) #d6d6d6;
}

*::-webkit-scrollbar {
    width: 0.5rem;
    background-color: #fff;
    background-color: var(--white-color);
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
    background: #eee;
}

*::-webkit-scrollbar-thumb {
    border-radius: 0.25rem;
    border: 0 none #fff;
    background-color: #131313;
    background-color: var(--primary-color);
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #2d2d2d;
    background-color: var(--primary-hover-color);
}

/**
* Общие параметры, шаблоны(заготовки) и вспомогательные классы
*/

/** Базовые анимации: */

@-webkit-keyframes show-header {
    0% {
        top: -100%;
    }
    100% {
        top: 0;
    }
}

@keyframes show-header {
    0% {
        top: -100%;
    }
    100% {
        top: 0;
    }
}

@-webkit-keyframes fade-up-big {
    0% {
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-up-big {
    0% {
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/** Стили для полноэкранного блока: */

/*
* (i) Стили будут применяться ко
* всем классам содержащим *__container
* Например header__container, main__container и т.д.
*/

/* [class*='__container'] {
  max-width: rem($maxWidthContainer);
  margin: 0 auto;
  padding: 0 rem($mainOffset);
} */

[class*=-ibg] {
    position: relative;
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

[class*=-ibg_contain] img {
    -o-object-fit: contain;
    object-fit: contain;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    /** Поменять на clip - если используется в проекте position: sticky */
    overflow: hidden;
    padding-top: 128px;
}

.page {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.page [data-observ] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.125rem;
    background: transparent;
    pointer-events: none;
}

.page_start {
    padding-top: 6.25rem;
}

/**
* БЕМ блоки используемые во всё проекте
*/

.container {
    position: relative;
    margin: 0 auto;
    max-width: 1730px;
    width: 100%;
}

button {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    max-height: 80px;
    padding: 12px 30px;
    border-radius: 500px;
    color: #FFF;
    text-align: center;
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.8px;
    /* 140% */
    letter-spacing: 0.51px;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
}

.btn--black {
    gap: 5px;
    background: #22292D;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    /* 14px */
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.btn--black span {
    font-size: 12px;
    line-height: 12px;
    /* 100% */
    letter-spacing: 0.6px;
    text-transform: none;
}

.btn--red {
    background: #D72B36;
    padding-top: 30px;
    padding-bottom: 30px;
}

.btn--white {
    background: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #22292D;
}

.btn--green {
    padding-top: 12px;
    padding-bottom: 12px;
    background: #12C868;
}

.btn--empty {
    background: #ffffff;
    padding: 15px 20px;
    border: 1px solid rgb(215, 43, 54);
    border-radius: 100px;
    color: rgb(215, 43, 54);
    font-family: Manrope;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: left;
}

.btn:before {
    content: "";
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    -webkit-animation: glowing 20s linear infinite;
    animation: glowing 20s linear infinite;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    border-radius: 500px;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    overflow: hidden;
}

.btn:hover:before {
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

@-webkit-keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

.title {
    position: relative;
    color: #FFF;
    font-family: Manrope;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    /* 140% */
}

.nowrap {
    text-wrap: nowrap;
}

.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 520px;
    width: 100%;
    /* max-width: calc((100% - 120px) / 3);
  width: 100%; */
}

.card__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 26px;
    width: 100%;
}

.card__gallery__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 35.483px;
    overflow: hidden;
    width: 100%;
    height: 320px;
    margin-bottom: 28px;
}

.card__gallery__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.card__gallery__list__item {
    width: 100%;
    height: 100%;
}

.card__gallery__list__item__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card__gallery__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
}

.card__gallery__nav__btn {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #E3EAEE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.card__gallery__nav__btn__icon {
    width: 15px;
    height: 15px;
}

.card__gallery__nav__btn--next .card__gallery__nav__btn__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.card__gallery__nav__btn:hover {
    background: #D72B36;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.card__gallery__nav__dots {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card__gallery__nav__dots__dot {
    width: 100%;
    height: 4px;
    background: #E3EAEE;
}

.card__gallery__nav__dots__dot.active {
    background: #D72B36;
}

.card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card__info__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    gap: 10px;
    height: 63px;
}

.card__info__top__title {
    color: #222;
    font-family: Manrope;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.5px;
}

.card__info__top__flag {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    direction: rtl;
    grid-gap: 7px;
    gap: 7px;
}

.card__info__top__flag__item {
    width: 53px;
}

.card__info__top__flag__item__pic {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card__info__desc {
    color: #778392;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 375px;
    margin-bottom: 14px;
}

.card__info__price,
.card__info__price__val {
    color: #D72B36;
    font-family: Manrope;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.card__btn {
    width: 100%;
    height: 62px;
    padding: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 30px;
    margin-top: 20px;
    color: #FFF;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}

.field {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

.field__title {
    color: #FFF;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.8;
}

.field__label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 50px;
    border-radius: 102.41px;
    background: #FFF;
    cursor: pointer;
}

.field__label__input {
    color: #22292D;
    font-family: Manrope;
    font-size: 19.202px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
}

.field__label__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.field__select {
    display: none;
    position: absolute;
    top: 105%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 5;
}

.field__select__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 20px rgba(9, 9, 9, 0.35);
    box-shadow: 0 5px 20px rgba(9, 9, 9, 0.35);
}

.field__select__list__item {
    color: #22292D;
    font-family: Manrope;
    font-size: 19.202px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    background: #FFFFFF;
    padding: 5px 10px;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.field__select__list__item:hover {
    background: #d6d6d6;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.field--textarea .field__label {
    height: unset;
    border-radius: 36px;
}

.field--textarea .field__label__input {
    resize: none;
}

.field--mob {
    display: none;
}

.form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}

.form-check__input {
    display: none;
}

.form-check__input__fake {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 23px;
    height: 23px;
    border-radius: 5px;
    background: #FFFFFF;
    overflow: hidden;
}

.form-check__input__fake:after {
    display: none;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 23px;
    height: 24px;
    background: url("/cms_content/static/icon-tick.svg");
}

.form-check__input:checked+.form-check__input__fake:after {
    display: block;
}

.form-check__text {
    color: #FFF;
    font-family: Manrope;
    font-size: 12.801px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-check__text__link {
    color: #D72B36;
    text-decoration-line: underline;
}

.swiper-scrollbar-horizontal {
    width: 100%;
    height: 4px;
    background: #E3EAEE;
}

.swiper-scrollbar-drag {
    background: #D72B36;
}

/**
* Подключение стилей отдельных блоков и секций
*/

.header {
    z-index: 30;
    /* box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25); */
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: #FFFFFF;
}

.header__wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 35px;
}

.header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    gap: 70px;
}

.header__top__logo {
    max-height: 68px;
    height: auto;
    margin-right: auto;
}

.header__top__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 70px;
    margin-right: 105px;
}

.header__top__btns__calc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__top__burger {
    display: none;
    margin-left: 30px;
}

.header__top__burger__icon--mob {
    display: none;
    width: 28px;
    height: 28px;
}

.header__top__burger__icon--full {
    width: 30px;
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 38px;
}

.logo__pic {
    width: 191px;
}

.logo__slogan {
    color: #22292D;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 128.571% */
    max-width: 326px;
    width: 100%;
}

.logo__slogan span {
    text-wrap: nowrap;
}

.header__top__logo {
    flex-shrink: 0;
    gap: 7px;
}

.header__top__logo .logo__pic {
    width: 170px;
}

.header__top__logo .logo__slogan {
    max-width: 250px;
    color: #22292D;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
    text-align: left;
}

.soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.soc__text {
    color: #22292D;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 128.571% */
    letter-spacing: 0.42px;
    max-width: 120px;
}

.soc__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.soc__list__item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.soc__list__item__link__icon {
    fill: #FFFFFF;
}

.soc__list__item__link--tg {
    background: #05A0EB;
}

.soc__list__item__link--tg svg {
    width: 22px;
    height: 18px;
}

.soc__list__item__link--whatsapp {
    background: #12C868;
}

.soc__list__item__link--whatsapp svg {
    width: 23px;
    height: 23px;
}

.info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
}

.info-block__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    color: #22292D;
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 128.571% */
    letter-spacing: 0.28px;
}

.info-block__tel {
    color: #22292D;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 81.818% */
    letter-spacing: 0.44px;
    text-wrap: nowrap;
}

.info-block__link {
    color: #D72B36;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 150% */
    letter-spacing: 0.24px;
    border-bottom: 2px dotted #D72B36;
}

.header__top__info-block {
    align-items: flex-start;
    flex-shrink: 0;
}

.start {
    margin-top: 100px;
}

.menu {
    width: 100%;
    position: relative;
    z-index: 5;
}

.menu--bottom {
    display: flex;
    align-items: center;
    /* margin-left: auto;
  margin-right: auto;
  width: fit-content; */
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.menu--bottom .menu__list {
    width: 100%;
}

.menu__item {
    position: relative;
    flex-shrink: 0;
}

.menu__item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #22292D;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 111.111% */
    letter-spacing: 1.8px;
    text-transform: uppercase;
    cursor: pointer;
}

.menu__item__link__arrow {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.menu__item__link.active .menu__item__link__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.menu__item__drop {
    display: none;
    width: 100%;
}

.menu__item__drop__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    position: absolute;
    top: 105%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 20px rgba(9, 9, 9, 0.35);
    box-shadow: 0 5px 20px rgba(9, 9, 9, 0.35);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.menu__item__drop__list__item {
    padding: 5px 10px;
    border-radius: 10px;
    background: #FFFFFF;
    cursor: pointer;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.menu__item__drop__list__item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.menu__item__drop__list__item:hover {
    background: #d6d6d6;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.menu__item__drop__list__item,
.menu__item__drop__list__item a {
    color: #22292D;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    width: 100%;
}

.menu--burger {
    display: none;
}

.menu--burger .menu__list {
    background: #FFFFFF;
    padding: 50px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu--burger .menu__item__drop {
    position: relative;
    z-index: 10;
}

.menu__close {
    position: absolute;
    right: 20px;
    top: 45px;
}

.menu__close__icon {
    width: 20px;
    height: 20px;
}

.breadcrumbs {
    padding-bottom: 34px;
}

.breadcrumbs__wrap {
    width: 100%;
}

.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.breadcrumbs__list__item,
.breadcrumbs__list__item__link {
    color: rgba(0, 0, 0, 0.71);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 150% */
}

.breadcrumbs__list__item {
    position: relative;
}

.breadcrumbs__list__item:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -12px;
    background: url("/cms_content/static/icon-arrow-breadcrumbs.svg");
}

.breadcrumbs__list__item:first-child::before {
    display: none;
}

.breadcrumbs__list__item:last-child {
    color: #D72B36;
}

.breadcrumbs__list__item:last-child .breadcrumbs__list__item__link {
    color: #D72B36;
}

.start__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.start__list__item {
    width: 100%;
}

.start__slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 35px;
    overflow: hidden;
    padding: 80px 115px 80px 80px;
}

.start__slide__bg {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

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

.start__slide:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, right top, color-stop(40.27%, rgba(19, 23, 25, 0.4)), color-stop(60.69%, rgba(19, 23, 25, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(90deg, rgba(19, 23, 25, 0.4) 40.27%, rgba(19, 23, 25, 0) 60.69%);
}

@media (max-width: 480px) {
    .start__slide:after {
        display: none;
    }
}

.start__slide__title {
    position: relative;
    margin-bottom: 61px;
    z-index: 5;
}

.start__slide__subtitle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 35px;
    z-index: 5;
    margin-bottom: 140px;
}

.start--thx .start__slide__subtitle {
    margin-bottom: 0;
}

.start__slide__subtitle__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.start__slide__subtitle__dots__item {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.start__slide__subtitle__dots__item:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #d72b36;
}

.start__slide__subtitle__text {
    color: #FFF;
    font-family: Manrope;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 41.1px;
    z-index: 5;
    margin-bottom: 25px;
    /* 137% */
}

.start__slide__subtitle .start__slide__subtitle__text {
    margin-bottom: 0;
}

.start__slide__buttons {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.start__slide__buttons__btn {
    width: 452px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.start__slide__buttons__btn .btn__icon {
    width: 34px;
    height: 34px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.start__slide__socials {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
    gap: 20px;
    z-index: 5;
}

.start__slide__socials__title {
    color: #FFF;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
    max-width: 750px;
}

.start__slide__socials__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
}

.start__slide__socials__list__item {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.start__slide__socials__list__item__link {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.start__slide__socials__list__item--vk {
    background: #0077FF;
}

.start__slide__socials__list__item--tg {
    background: #27A6E5;
}

.start__slide__socials__list__item--yt {
    background: #F40000;
}

.start__slide__video-btn {
    width: 68px;
    height: 68px;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 5;
}

.start__slide__video-btn__icon {
    width: 100%;
    height: 100%;
}

.page-thx .start {
    padding-bottom: 90px;
}

.page-thx .start__slide__subtitle__text {
    position: relative;
    z-index: 5;
}

.page-thx .start__slide__subtitle__text+.start__slide__subtitle {
    margin-top: 25px;
}

.page-thx .start__slide__subtitle {
    margin-bottom: 0;
}

.page-thx .start__slide__subtitle+.start__slide__subtitle {
    margin-top: 13px;
}

.table {
    padding-top: 90px;
    padding-bottom: 90px;
}

.table__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 56px;
}

.table__title {
    color: #22292D;
    max-width: 1238px;
}

.table__content {
    width: 100%;
}

.table__content__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.table__content__countries {
    padding: 12px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 30px;
    gap: 30px;
    border-top: 2px solid rgba(0, 0, 0, 0.12);
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 19px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.table__content__countries__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
}

.table__content__countries__item__img {
    width: 111px;
    height: 58px;
}

.table__content__countries__item__text {
    color: #000;
    font-family: Manrope;
    font-size: 30.852px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.617px;
}

.table__content__title {
    padding: 15px;
    border-radius: 12.855px;
    background: #5d5b5c;
    text-align: center;
}

.table__content__title--nobr {
    border-radius: 0;
    border-radius: initial;
    border-left: none;
    border-right: none;
}

.table__content__title__text {
    color: #FFFFFF;
    font-family: Manrope;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.5px;
}

.table__content__rating {
    padding-top: 35px;
    padding-bottom: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
    gap: 30px;
}

.table__content__rating__item__pic {
    width: 166px;
    height: 25px;
}

.table__content__data {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
    gap: 30px;
    padding-top: 30px;
    padding-bottom: 35px;
}

.table__content__data__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 7px;
}

.table__content__data__item__icon {
    width: 35px;
    height: 35px;
}

.table__content__data__item__text {
    color: #000;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 37.463px;
    /* 208.127% */
    max-width: 230px;
}

.guarantees__wrap {
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    padding: 80px 110px 45px 110px;
}

.guarantees__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.guarantees__bg-person {
    position: absolute;
    right: 14%;
    bottom: 0;
}

.guarantees__title {
    max-width: 630px;
    margin-bottom: 60px;
    z-index: 10;
}

.guarantees__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 83px;
    z-index: 10;
}

.guarantees__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.guarantees__list__item__count {
    color: #FF004D;
    font-family: Manrope;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.6px;
    margin-bottom: 5px;
}

.guarantees__list__item__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 15px;
    padding: 12px 30px;
    min-width: 180px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 54px;
    background: linear-gradient(116deg, #E62828 -44.76%, #070708 71.91%);
    -webkit-transform: skewX(-35deg);
    -ms-transform: skewX(-35deg);
    transform: skewX(-35deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    margin-bottom: 10px;
}

.guarantees__list__item__desc__text {
    color: #FFF;
    text-align: center;
    font-family: Manrope;
    font-size: 14.188px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.284px;
    text-transform: uppercase;
    -webkit-transform: skewX(35deg);
    -ms-transform: skewX(35deg);
    transform: skewX(35deg);
}

.guarantees__list__item__bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 10px;
    gap: 5px;
}

.guarantees__list__item__bullets__bullet {
    position: relative;
    color: #FFF;
    font-family: Manrope;
    font-size: 14.188px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.282px;
    /* 150% */
    max-width: 236px;
}

.guarantees__list__item__bullets__bullet:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #D72B36;
}

.guarantees__person {
    position: absolute;
    right: 255px;
    bottom: 50px;
}

.guarantees__person__name {
    color: #FFF;
    font-family: Manrope;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.92px;
    /* 136% */
}

.guarantees__person__position {
    color: #FFF;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.04px;
    /* 136% */
    letter-spacing: 0.28px;
}

.cards {
    padding-top: 90px;
    padding-bottom: 90px;
}

.cards__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.cards__title {
    color: #22292D;
    font-family: Manrope;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    /* 112% */
    margin-bottom: 75px;
    width: 100%;
    text-align: center;
}

.cards__list {
    row-gap: 60px;
    -webkit-column-gap: 85px;
    -moz-column-gap: 85px;
    column-gap: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cards__list__item.hidden {
    display: none;
}

.cards__btn-more {
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    color: #D31E1E;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 25.6px */
    letter-spacing: 0.48px;
    text-transform: uppercase;
}

.cards__btn-more__icon {
    width: 12px;
    height: 13px;
}

.selection {
    padding-bottom: 90px;
}

.selection__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.selection__title {
    color: #22292D;
    margin-bottom: 56px;
}

.selection__subtitle {
    color: #22292D;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
    /* 140% */
    margin-bottom: 30px;
}

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

.selection__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    height: 210px;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #D72B36;
    background: #FFF;
}

.selection__list__item__icon {
    width: 57px;
    height: 57px;
}

.selection__list__item__text {
    color: #000;
    text-align: center;
    font-family: Manrope;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
}

.selection__text-after {
    margin-top: 30px;
    color: #22292D;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
}

.consult__wrap {
    position: relative;
    padding: 50px 80px;
    border-radius: 35px;
    /* overflow: hidden; */
}

.consult__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 35px;
    overflow: hidden;
}

.consult__bg img,
.consult__bg source {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.consult__bg-person {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    right: -69px;
    height: 84%;
}

.consult__title {
    position: relative;
    z-index: 5;
    max-width: 1078px;
    margin-bottom: 18px;
    font-size: 44px;
    line-height: 64px;
}

.consult__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 122px;
    z-index: 5;
}

.consult__content__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    padding-top: 40px;
}

.consult__content__info__title {
    color: #FFF;
    font-family: Manrope;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 43.94px;
    /* 169% */
}

.consult__content__info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.consult__content__info__list__item {
    position: relative;
    padding-left: 40px;
    color: #FFF;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.6px;
    /* 138% */
    max-width: 403px;
}

.consult__content__info__list__item:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background: #D72B36;
}

.consult__content__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 13px;
    max-width: 423px;
    width: 100%;
}

.consult__content__form__submit {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.consult__person {
    position: absolute;
    right: 53px;
    bottom: 92px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
}

.consult__person__name {
    color: #FFF;
    font-family: Manrope;
    font-size: 24.405px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.191px;
    /* 136% */
}

.consult__person__position {
    color: #FFF;
    font-family: Manrope;
    font-size: 15.531px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.122px;
    /* 136% */
    letter-spacing: 0.311px;
}

.countries__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.countries__title {
    color: #22292D;
    font-family: Manrope;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    /* 112% */
    margin-bottom: 56px;
}

.countries__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

.countries__content__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.countries__content__row__item {
    position: relative;
    width: 100%;
    border-radius: 35px;
    background: #22292D;
    overflow: hidden;
    height: 410px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 38px 45px;
}

.countries__content__row__item:hover {
    transition: all .5s ease;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.countries__content__row__item__bg {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 30%;
    -o-object-fit: cover;
    object-fit: cover;
}

.countries__content__row__item__info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    z-index: 5;
}

.countries__content__row__item__info__country {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.countries__content__row__item__info__country__pic {
    width: 110px;
    height: 58px;
}

.countries__content__row__item__info__country__title {
    color: #FFF;
    text-align: center;
    font-family: Manrope;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-wrap: nowrap;
}

.countries__content__row__item__info__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #FFFFFF;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 25.6px */
    letter-spacing: 0.48px;
    text-transform: uppercase;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    border-bottom: 2px dotted transparent;
}

.countries__content__row__item__info__link__icon {
    fill: #FFFFFF;
    width: 31px;
    height: 8px;
    -webkit-transition: fill 0.5s;
    transition: fill 0.5s;
}

.countries__content__row__item__info__link:hover {
    color: #D72B36;
    border-bottom: 2px dotted #D72B36;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.countries__content__row__item__info__link:hover .countries__content__row__item__info__link__icon {
    fill: #D72B36;
    -webkit-transition: fill 0.5s;
    transition: fill 0.5s;
}

.countries__content__row__item__lock {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(34, 41, 45, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
    padding-left: 15px;
    padding-right: 15px;
}

.countries__content__row__item__lock__icon {
    width: 82px;
    height: 82px;
    margin-bottom: 20px;
}

.countries__content__row__item__lock__btn {
    height: 57px;
    color: #FFF;
    font-size: 16.002px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.803px;
    /* 180% */
    letter-spacing: 0.48px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.countries__content__row--col3 .countries__content__row__item {
    background: #FFFFFF;
}

.countries__content__row--col3 .countries__content__row__item--bg-dark {
    background: #22292D;
}

.countries__content__row--col3 .countries__content__row__item__info__country__title {
    color: #000000;
}

.countries__content__row--col3 .countries__content__row__item--bg-dark .countries__content__row__item__info__country__title {
    color: #FFFFFF;
}

.process__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.process__title {
    color: #22292D;
    margin-bottom: 58px;
    text-align: center;
    width: 100%;
}

.process__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    gap: 30px;
    margin-bottom: 50px;
    /* &__wrap {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
  } */
}

.process__grid__item {
    height: 248px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    border-radius: 31.918px;
    border: 1px solid #D72B36;
    background: #FFFFFF;
}

.process__grid__item__count__pic {
    width: 119px;
    height: 119px;
}

.process__grid__item__text {
    color: #22292D;
    font-family: Manrope;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 38.4px;
    /* 153.6% */
    max-width: 220px;
}

.process__grid__item__icon {
    width: 119px;
    height: 119px;
}

.process__list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-gap: 30px;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-height: 100%;
}

.process__list__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    min-height: 423px;
    border-radius: 31.918px;
    border: 1px solid #E3EAEE;
    width: 100%;
    height: 100%;
}

.process__list__item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    height: 130px;
}

.process__list__item__title {
    color: #22292D;
    font-family: Manrope;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 42.898px;
    /* 140% */
    max-width: 210px;
}

.process__list__item__pic {
    width: 77px;
    height: 77px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 5px;
    border-radius: 17.946px;
    background: #22292D;
    -webkit-box-shadow: 0px 0px 11.964px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 11.964px 0px rgba(0, 0, 0, 0.21);
}

.process__list__item__pic__icon {
    width: 60px;
    height: 60px;
}

.process__list__item__pic__icon--doc {
    margin-left: 2px;
}

.process__list__item__desc {
    color: #778392;
    font-family: Manrope;
    font-size: 17.874px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.386px;
    /* 170% */
    margin-top: 25px;
}

.process__list__item__desc a {
    text-decoration: underline !important;
}

.process__list__item__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.process__list__item__img {
    width: 128px;
    height: 125px;
}

.process__list__item__img__pic {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.process__list__item__tip {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
}

.process__list__item__tip__icon {
    width: 27px;
    height: 21px;
}

.process__list__item__tip__text {
    color: #1C1C1C;
    font-family: Manrope;
    font-size: 9.851px;
    font-style: normal;
    font-weight: 300;
    line-height: 13.135px;
    letter-spacing: 0.69px;
    max-width: 91px;
}

.reviews__wrap {
    /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; */
    width: 100%;
}

.reviews__title {
    color: #22292D;
    margin-bottom: 56px;
}

.reviews__videos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 58px;
    margin-bottom: 58px;
}

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

.reviews__videos__list__item {
    position: relative;
    border-radius: 37px;
    overflow: hidden;
    aspect-ratio: 9/14;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
}

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

.reviews__videos__list__item__btn {
    position: relative;
    width: 133px;
    height: 133px;
    border-radius: 50%;
    background: #cc2b3b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

.reviews__videos__list__item__time {
    position: absolute;
    bottom: 30px;
    right: 30px;
    padding: 12px 25px;
    border-radius: 204.8px;
    background: #22292D;
    color: #FFF;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.28px;
}

.reviews__videos__list__item.hidden {
    display: none;
}

.reviews__videos__more {
    color: #D31E1E;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 25.6px */
    letter-spacing: 0.48px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-item-align: center;
    align-self: center;
}

.reviews__videos-wide {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    align-items: flex-start;
}

.reviews__videos-wide__item__trigger {
    width: 100%;
    height: 100%;
}

.reviews__videos-wide__item__trigger__prev {
    aspect-ratio: 16/9;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.reviews__videos-wide .reviews__videos__list__item__btn {
    width: 45px;
    height: 45px;
}

.reviews__videos-wide .reviews__videos__list__item__btn__icon {
    width: 8px;
}

.reviews__videos-wide__item__trigger__desc {
    font-family: Manrope;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #778392;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 2;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.reviews__comments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #e6e6e6;
    border-radius: 8px;
    padding: 10px;
    overflow: hidden;
}

.reviews__comments__wrap {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
    overflow: visible;
    overflow: initial;
}

.reviews__comments__list__item {
    max-width: 535px;
    aspect-ratio: 1/0.84;
    border-radius: 35px;
    border: 1px solid #E3EAEE;
    padding: 30px 40px;
    overflow: hidden;
}

.reviews__comments__list__item__pic {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.reviews__comments__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 35px;
}

.reviews__comments__nav__btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #EDF1F4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.reviews__comments__nav__btn--next .reviews__comments__nav__btn__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.reviews__comments__nav__btn:hover {
    background: #D72B36;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.reviews__comments__nav__scroll {
    height: 2px;
    border-radius: 10px;
    background: #E3EAEE;
    width: 100%;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(175, 110, 120, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(175, 110, 120, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(175, 110, 120, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(175, 110, 120, 0.8);
        box-shadow: 0 0 0 0 rgba(175, 110, 120, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(175, 110, 120, 0);
        box-shadow: 0 0 0 50px rgba(175, 110, 120, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(175, 110, 120, 0);
        box-shadow: 0 0 0 0 rgba(175, 110, 120, 0);
    }
}

.team__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.team__title {
    color: #22292D;
    font-family: Manrope;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    /* 112% */
    margin-bottom: 20px;
}

.team__subtitle {
    color: #22292D;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 150% */
    letter-spacing: 0.36px;
    margin-bottom: 56px;
}

.team__slider {
    max-width: 100%;
    width: 100%;
}

.team__list {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.team__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.team__list__item__photo {
    height: 410px;
    aspect-ratio: 1/1;
    border-radius: 24px;
    overflow: hidden;
}

.team__list__item__photo__pic,
.team__list__item__photo__pic img,
.team__list__item__photo__pic source {
    /* display: flex; */
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.team__list__item__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
    gap: 5px;
    text-align: left;
    align-items: flex-end;
    justify-content: flex-start;
    text-transform: capitalize;
}

.team__list__item__desc__text {
    color: #778392;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 150% */
    /* max-width: 175px; */
}

.team__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 35px;
}

.team__nav__btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #EDF1F4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.team__nav__btn--next .team__nav__btn__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.team__nav__btn:hover {
    background: #D72B36;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.team__nav__scroll {
    height: 2px;
    border-radius: 10px;
    background: #E3EAEE;
    width: 100%;
}

.page-contacts .team {
    padding-bottom: 90px;
}

.page-contacts .team__title {
    margin-bottom: 64px;
}

.page-about .team {
    padding-top: 90px;
}

.contacts {
    padding-top: 45px;
    padding-bottom: 45px;
}

.contacts__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}

.contacts__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contacts__inner:nth-child(2)>div {
    position: relative;
    max-width: 850px;
    height: 450px;
    border-radius: 36px;
    overflow: hidden;
}

.contacts__title {
    color: #2A2A2A;
    text-align: right;
    font-family: Manrope;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom: 24px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.contacts__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 77px;
}

.contacts__info__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contacts__info__left__address {
    color: #000;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 14px;
}

.contacts__info__left__link {
    color: #D72B36;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 50% */
    letter-spacing: 0.32px;
    border-bottom: 2px dotted #D72B36;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 25px;
}

.contacts__info__left__info-block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 34px;
}

.contacts__info__left__soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.contacts__info__left__soc__item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.contacts__info__left__soc__item__link__icon {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.contacts__info__right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.contacts__info__right__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 35px;
}

.contacts__info__right__list__item {
    position: relative;
    width: 195px;
    height: 45px;
    border-radius: 11px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-filter: drop-shadow(0px 0px 26.78px rgba(0, 0, 0, 0.21));
    filter: drop-shadow(0px 0px 26.78px rgba(0, 0, 0, 0.21));
}

.contacts__info__right__list__item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 7px 16px 12px 52px;
}

.contacts__info__right__list__item--yt {
    background: #EA1A11;
}

.contacts__info__right__list__item--vk {
    background: #2E78D1;
}

.contacts__info__right__list__item--tg {
    background: #2BA4DA;
}

.contacts__info__right__list__item--dzen {
    background: #0f0f0f;
}

.contacts__info__right__list__item--auto-ru {
    background: #cc2828;
}

.contacts__info__right__list__item--auto-ru img {
    background-color: white;
    border: 1px solid #cc2828;
    border-radius: 50%;
}

.contacts__info__right__list__item__pic {
    position: absolute;
    top: 50%;
    left: -12%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.contacts__info__right__list__item__pic__icon {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.contacts__info__right__list__item__text {
    color: #FFF;
    font-family: Manrope;
    font-size: 19.043px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contacts__map {
    position: relative;
    max-width: 850px;
    width: 100%;
    height: 440px;
    border-radius: 36px;
    overflow: hidden;
}

.textfield {
    padding-top: 90px;
    padding-bottom: 90px;
}

.textfield__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.textfield__title {
    color: #22292D;
    margin-bottom: 40px;
}

.textfield__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.textfield__content:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.09)), to(#FFF));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.09) 0%, #FFF 100%);
}

.textfield__content__text {
    color: #778392;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 29.958px;
    /* 187.24% */
}

.textfield__content__text+.textfield__content__text {
    margin-top: 10px;
}

.textfield__content__text--hidden {
    display: none;
}

.textfield__content.active:after {
    display: none;
}

.textfield__btn {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 30px;
}

.better {
    padding-top: 90px;
    padding-bottom: 90px;
}

.better__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.better__title {
    color: #22292D;
    margin-bottom: 56px;
}

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

.better__list__item {
    min-height: 425px;
    border-radius: 31.918px;
    border: 1.277px solid #E3EAEE;
    background: #FFF;
    padding: 44px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: border 0.5s, background 0.5s;
    transition: border 0.5s, background 0.5s;
}

.better__list__item__wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 20px;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
}

.better__list__item__wrap:hover {
    top: 0;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
}

.better__list__item__top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
    height: 230px;
    margin-bottom: 35px;
}

.better__list__item__top__icon {
    width: 105px;
    height: 105px;
    fill: #D72B36;
    -webkit-transition: fill 0.5s;
    transition: fill 0.5s;
}

.better__list__item__top__title {
    color: #22292D;
    font-family: Manrope;
    font-size: 30.642px;
    font-style: normal;
    font-weight: 500;
    line-height: 42.898px;
    /* 140% */
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.better__list__item__top__arrow {
    display: none;
    width: 20px;
    height: 20px;
    fill: #000000;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 0.5s, -webkit-transform 0.5s;
    transition: fill 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, fill 0.5s;
    transition: transform 0.5s, fill 0.5s, -webkit-transform 0.5s;
}

.better__list__item__separator {
    width: 100%;
    height: 2px;
    background: #E0E7E9;
    margin-bottom: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.better__list__item__desc {
    position: relative;
    display: none;
    color: #778392;
    font-family: Manrope;
    font-size: 17.874px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.386px;
    /* 170% */
}

.better__list__item.active {
    border: 1.277px solid #D72B36;
    -webkit-transition: border 0.5s;
    transition: border 0.5s;
}

.better__list__item.active--mob {
    background: #D72B36;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.better__list__item.active--mob .better__list__item__top__icon {
    fill: #FFFFFF;
    -webkit-transition: fill 0.5s;
    transition: fill 0.5s;
}

.better__list__item.active--mob .better__list__item__top__title {
    color: #FFFFFF;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.better__list__item.active--mob .better__list__item__top__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #FFFFFF;
    -webkit-transition: fill 0.5s, -webkit-transform 0.5s;
    transition: fill 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, fill 0.5s;
    transition: transform 0.5s, fill 0.5s, -webkit-transform 0.5s;
}

.video {
    padding-top: 90px;
    padding-bottom: 90px;
}

.video__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.video__title {
    color: #22292D;
}

.video__subtitle {
    color: #22292D;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.36px;
    max-width: 705px;
    margin-top: 20px;
}

.video__prev {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 35px;
    overflow: hidden;
    aspect-ratio: 16/6.8;
    margin-top: 56px;
}

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

.video__btn {
    width: 90px;
    height: 90px;
}

.video__btn .reviews__videos__list__item__btn__icon {
    width: 17px;
}

.stage {
    padding-bottom: 90px;
}

.stage__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border-radius: 35px;
    background: #22292D;
    padding: 93px 136px;
}

.stage__subtitle {
    color: #FFF;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 111.111% */
    margin-top: 24px;
}

.stage__tip {
    margin-top: 56px;
    margin-bottom: 25px;
}

.stage__tip .process__list__item__tip__text {
    color: #FFFFFF;
    max-width: 140px;
}

.stage__tip #tip-hand {
    fill: #FFFFFF;
}

.stage__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 78px;
}

.stage__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 20px;
}

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

.stage__buttons__list__item {
    border-radius: 14.481px;
    border: 1.448px solid #4f5457;
    background: none;
    padding: 18px 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    min-height: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-transition: border 0.5s, background 0.5s;
    transition: border 0.5s, background 0.5s;
}

.stage__buttons__list__item__count {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #D9D9D9;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.stage__buttons__list__item__count__pic {
    fill: #495057;
    height: 34px;
}

.stage__buttons__list__item__title {
    color: #FFF;
    text-align: center;
    font-family: Manrope;
    font-size: 21.319px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.stage__buttons__list__item.active {
    border: 1.448px solid #D72B36;
    background: #FFFFFF;
    -webkit-transition: border 0.5s, background 0.5s;
    transition: border 0.5s, background 0.5s;
}

.stage__buttons__list__item.active .stage__buttons__list__item__count {
    background: #D72B36;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.stage__buttons__list__item.active .stage__buttons__list__item__title {
    color: #D72B36;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.stage__buttons__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 25px;
    max-width: 600px;
    -ms-flex-item-align: center;
    align-self: center;
}

.stage__buttons__btns--bottom {
    display: none;
}

.stage__buttons__btns__title {
    color: #FFF;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    /* 125% */
    margin-bottom: 10px;
}

.stage__buttons__btns .btn--red {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 33px;
    max-height: 63px;
    width: 100%;
}

.stage__buttons__btns .btn--green {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    max-height: 50px;
    width: 100%;
}

.stage__buttons__btns .btn--green .btn__icon {
    fill: #FFFFFF;
    width: 23px;
    height: 23px;
}

.stage__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
}

.stage__tabs__list__item {
    display: none;
}

.stage__tabs__list__item.active {
    display: block;
}

.stage__tabs__list__item__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 25px;
}

.stage__tabs__list__item__title {
    color: #FFF;
    font-family: Manrope;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 36.5px;
    /* 114.063% */
    letter-spacing: 0.64px;
}

.stage__tabs__list__item h4 {
    color: #FFF;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 90% */
    letter-spacing: 0.4px;
}

.stage__tabs__list__item li:not(.stage__tabs__list__item__gallery__img) {
    position: relative;
    color: #FFF;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
    padding-left: 27px;
}

.stage__tabs__list__item li:not(.stage__tabs__list__item__gallery__img)::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #D72B36;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.stage__tabs__list__item__desc {
    color: #FFF;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.stage__tabs__list__item__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 19px;
    width: 100%;
}

.stage__tabs__list__item__gallery__img {
    aspect-ratio: 1/1;
    max-width: 175px;
    width: 100%;
    border-radius: 15px;
    background: #D9D9D9;
    overflow: hidden;
}

.stage__tabs__list__item__gallery__img__pic {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.stage__tabs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.stage__tabs__nav__btn {
    border-bottom: 2px dotted transparent;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.stage__tabs__nav__btn__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.stage__tabs__nav__btn__icon {
    fill: #848484;
    width: 22px;
    height: 16px;
    -webkit-transition: fill 0.5s;
    transition: fill 0.5s;
}

.stage__tabs__nav__btn--prev {
    display: none;
    margin-right: auto;
}

.stage__tabs__nav__btn--next {
    margin-left: auto;
}

.stage__tabs__nav__btn--next .stage__tabs__nav__btn__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.stage__tabs__nav__btn__count {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: #D9D9D9;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.stage__tabs__nav__btn__count__pic {
    fill: #495057;
    height: 27px;
}

.stage__tabs__nav__btn__title {
    color: #848484;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 52.592px;
    /* 262.962% */
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.stage__tabs__nav__btn:hover {
    border-bottom: 2px dotted #D72B36;
}

.stage__tabs__nav__btn:hover .stage__tabs__nav__btn__icon {
    fill: #D72B36;
    -webkit-transition: fill 0.5s;
    transition: fill 0.5s;
}

.stage__tabs__nav__btn:hover .stage__tabs__nav__btn__count {
    background: #D72B36;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.stage__tabs__nav__btn:hover .stage__tabs__nav__btn__title {
    color: #D72B36;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.stage__tabs__link {
    display: none;
}

.breadcrumbs+.stage {
    padding-top: 0;
}

.price {
    margin-top: 200px;
    padding-bottom: 90px;
}

.price__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 77px;
    width: 100%;
}

.price__left,
.price__right {
    width: 100%;
}

.price__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.price__left__title {
    color: #22292D;
    margin-bottom: 45px;
}

.price__left__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px;
}

.price__left__desc__icon {
    width: 44px;
    height: 44px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.price__left__desc__text {
    color: #22292D;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.price__left__cost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 27px;
}

.price__left__cost__title {
    color: #22292D;
    font-family: Manrope;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.64px;
}

.price__left__cost__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
}

.price__left__cost__list__item {
    width: 100%;
    height: 205px;
    border-radius: 37.986px;
    border: 1.899px solid #D72B36;
    background: #FFF;
    padding: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 7px;
}

.price__left__cost__list__item__title {
    color: #000;
    text-align: center;
    font-family: Manrope;
    font-size: 25.695px;
    font-style: normal;
    font-weight: 500;
    line-height: 32.288px;
    /* 125.66% */
    letter-spacing: 0.771px;
}

.price__left__cost__list__item__tip {
    color: #778392;
    text-align: center;
    font-family: Manrope;
    font-size: 15.417px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.price__right__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-height: 644px;
}

.price__right__list__item {
    position: relative;
    padding-top: 44px;
    padding-bottom: 37px;
}

.price__right__list__item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

.price__right__list__item__info__count {
    width: 105px;
    height: 105px;
}

.price__right__list__item__info__text {
    color: #000;
    font-family: Manrope;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.price__right__list__item__desc {
    color: #000;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.288px;
    /* 134.534% */
    letter-spacing: 0.72px;
    margin-top: 37px;
}

.price__right__list__divider {
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, color-stop(7.76%, #E62828), color-stop(93.75%, #823282));
    background: linear-gradient(90deg, #E62828 7.76%, #823282 93.75%);
}

.price__right__list__item:first-child {
    padding-top: 0;
}

/* custom scroll styles */

.mCSB_scrollTools {
    opacity: 1 !important;
}

.mCSB_scrollTools {
    width: 30px;
}

.mCSB_inside>.mCSB_container {
    margin-right: 90px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.mCSB_scrollTools .mCSB_draggerContainer:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(7.76%, #E62828), color-stop(93.75%, #823282));
    background: linear-gradient(to bottom, #E62828 7.76%, #823282 93.75%);
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger {
    height: 30px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 30px;
    height: 30px;
    margin: 0;
    background-color: #E62828;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
    background-color: #000000;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    display: none;
}

/* custom scroll styles */

.faq {
    padding-bottom: 90px;
}

.faq__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.faq__title {
    color: #22292D;
    margin-bottom: 56px;
}

.faq__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.faq__list__item {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 65px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.faq__list__item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.faq__list__item__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}

.faq__list__item__question__text {
    color: #22292D;
    font-family: Manrope;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 66.667% */
}

.faq__list__item__question__icon {
    width: 32px;
    height: 17px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.faq__list__item__answer {
    display: none;
    color: #778392;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 111.111% */
    margin-top: 40px;
}

.faq__list__item.active .faq__list__item__question__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.company {
    padding-top: 90px;
}

.company__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.company__title {
    color: #22292D;
    margin-bottom: 56px;
}

.company__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 23px;
    gap: 23px;
    display: grid;
    grid-template-columns: 42% 1fr;
}

.company__info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 45.75px;
    background: linear-gradient(139deg, #823282 20.21%, #E62828 85.98%);
    overflow: hidden;
    max-width: 732px;
    width: 100%;
    aspect-ratio: 1/0.9;
    max-height: 100%;
}

.company__info__list__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 50%;
    height: 50%;
    padding: 20px;
}

.company__info__list__item:first-child {
    border-bottom-right-radius: 14.901px;
    background: linear-gradient(200deg, #E62828 -31.48%, #8F3177 96.69%);
}

.company__info__list__item:first-child .company__info__list__item__bg {
    position: absolute;
    right: 0;
    bottom: 0;
}

.company__info__list__item:last-child {
    border-top-left-radius: 14.901px;
    background: linear-gradient(131deg, #E62828 -25.78%, #823282 126.94%);
}

.company__info__list__item:last-child .company__info__list__item__bg {
    position: absolute;
    left: 0;
    top: 0;
}

.company__info__list__item__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
}

.company__info__list__item__title {
    color: #FFF;
    font-family: Manrope;
    font-size: 57.188px;
    font-style: normal;
    font-weight: 600;
    text-align: left;
}

.company__info__list__item__title span {
    font-size: 36.6px;
    line-height: 0px;
    /* 0% */
}

.company__info__list__item__desc {
    color: #EDEDED;
    font-family: Manrope;
    font-size: 22.875px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.738px;
    /* 130% */
    letter-spacing: 0.458px;
    text-align: left;
}

.company__info__photo {
    border-radius: 33.919px;
    height: 100%;
    max-width: 975px;
    width: 100%;
    overflow: hidden;
}

.company__info__photo__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.timeline {
    padding-top: 90px;
    padding-bottom: 90px;
}

.timeline__wrap {
    /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; */
    width: 100%;
}

.timeline__title {
    color: #22292D;
    margin-bottom: 70px;
}

.timeline__content {
    padding-top: 57px;
    padding-bottom: 110px;
}

.timeline__content__list {
    position: relative;
    width: 100%;
    height: 236px;
    background: url("/cms_content/static/timeline.svg");
    background-size: 100% 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
}

.timeline__content__list__item {
    position: relative;
    max-width: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.timeline__content__list__item__year {
    font-family: Manrope;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 41.068px;
    /* 82.136% */
    letter-spacing: 1px;
    background: -webkit-gradient(linear, left top, right top, color-stop(7.76%, #E62828), color-stop(93.75%, #823282));
    background: linear-gradient(90deg, #E62828 7.76%, #823282 93.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.timeline__content__list__item__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #D72B36;
    margin-bottom: 10px;
}

.timeline__content__list__item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.timeline__content__list__item__info__title {
    color: #000;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    /* 85% */
    letter-spacing: 0.6px;
}

.timeline__content__list__item__info__desc {
    color: #000;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* .timeline__content__list__item:first-child,
.timeline__content__list__item:nth-child(2),
.timeline__content__list__item:nth-child(3) {
    top: -54px;
}

.timeline__content__list__item:nth-child(4),
.timeline__content__list__item:nth-child(5),
.timeline__content__list__item:last-child {
    bottom: -13px;
}

.timeline__content__list__item:first-child,
.timeline__content__list__item:nth-child(4) {
    justify-self: flex-end;
}

.timeline__content__list__item:nth-child(3),
.timeline__content__list__item:last-child {
    justify-self: flex-start;
} */
.timeline__content__list__item:nth-child(-n+4) {
    top: -54px;
    bottom: auto;
}

/* Нижние 3 года */
.timeline__content__list__item:nth-child(n+5) {
    top: auto;
    bottom: -13px;
}

.mission__wrap {
    /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; */
    width: 100%;
}

.mission__title {
    color: #22292D;
    max-width: 1060px;
    margin-bottom: 56px;
}

.mission__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 30px;
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mission__content__block {
    border-radius: 35px;
    overflow: hidden;
    aspect-ratio: 16/11;
}

.mission__content__block__bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mission__content__block--2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    /* aspect-ratio: unset; */
}

.mission__content__block--2 .mission__content__block__item {
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    padding: 20px 65px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.mission__content__block--2 .mission__content__block__item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 41, 45, 0.8);
}

.mission__content__block--2 .mission__content__block__item__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
}

.mission__content__block--2 .mission__content__block__item__title {
    position: relative;
    color: #FFF;
    font-family: Manrope;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 44.8px;
    /* 140% */
    z-index: 5;
}

.mission__content__block--2 .mission__content__block__item__desc {
    position: relative;
    color: #FFF;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 150% */
    letter-spacing: 0.36px;
    z-index: 5;
}

.order__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border-radius: 35px;
    overflow: hidden;
    padding: 82px 95px 72px 95px;
}

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

.order__pic {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
}

.order__title {
    position: relative;
    color: #22292D;
    margin-bottom: 40px;
    max-width: 1140px;
}

.order__subtitle {
    position: relative;
    color: #22292D;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
    /* 140% */
    max-width: 578px;
    margin-bottom: 80px;
}

.order__form {
    max-width: 770px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.order__form__inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
    gap: 25px;
    margin-bottom: 50px;
}

.order__form__inputs .field__title {
    color: #000;
    opacity: 0.8;
}

.order__form__inputs .field__label {
    border: 1px solid rgba(119, 131, 146, 0.2);
}

.order__form .form-check {
    position: relative;
    margin-bottom: 16px;
}

.order__form .form-check__text {
    color: #22292D;
}

.order__form .form-check__input__fake {
    border: 1px solid rgba(119, 131, 146, 0.2);
}

.order__form__submit {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.download {
    padding-bottom: 90px;
}

.download__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.download__title {
    color: #22292D;
    margin-bottom: 56px;
}

.download__content {
    position: relative;
    border-radius: 35px;
    background: #2F3032;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    overflow: hidden;
    padding: 140px 130px;
}

.download__content__pic {
    max-width: 772px;
    width: 100%;
    border-radius: 35px;
    overflow: hidden;
}

.download__content__pic__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.download__content__info {
    position: relative;
    max-width: 600px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.download__content__info__title {
    color: #FFF;
    font-family: Manrope;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.64px;
    margin-bottom: 24px;
}

.download__content__info__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.download__content__info__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
}

.download__content__info__btn .btn__icon {
    width: 36px;
    height: 36px;
}

.download__content__info__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.download__content__info__total__tip {
    margin-top: 0;
    margin-bottom: 0;
}

.download__content__info__total__tip .process__list__item__tip__text {
    max-width: 155px;
}

.download__content__info__total__text {
    color: #FFF;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 15.5px;
    /* 96.875% */
    letter-spacing: 1.12px;
    text-align: right;
}

.contacts2 {
    padding-bottom: 90px;
}

.contacts2__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.contacts2__title {
    color: #2A2A2A;
    margin-bottom: 64px;
}

.contacts2__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}

.contacts2__content__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 295px;
    width: 100%;
}

.contacts2__content__info__text-block,
.contacts2__content__info__socials-block {
    width: 100%;
}

.contacts2__content__info__text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 56px;
    margin-bottom: 56px;
}

.contacts2__content__info__item {
    position: relative;
    padding-left: 44px;
    color: #000;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0.32px;
}

.contacts2__content__info__item b {
    font-weight: 500;
}

.contacts2__content__info__item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.contacts2__content__info__item__link {
    color: #000;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0.32px;
}

.contacts2__content__info__item--address:before {
    background: url("/cms_content/static/contacts2-pin.svg");
}

.contacts2__content__info__item--time:before {
    background: url("/cms_content/static/contacts2-clock.svg");
}

.contacts2__content__info__item--tel:before {
    background: url("/cms_content/static/contacts2-phone.svg");
}

.contacts2__content__info__socials {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 44px;
}

.contacts2__content__info__socials+.contacts2__content__info__socials {
    margin-top: 20px;
}

.contacts2__content__info__socials__title {
    color: #000;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 17px;
    /* 106.25% */
    letter-spacing: 0.48px;
    margin-bottom: 20px;
}

.contacts2__content__info__socials__title b {
    font-weight: 500;
}

.contacts2__content__info__socials__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.contacts2__content__info__socials__list__item {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.contacts2__content__info__socials__list__item__link {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contacts2__content__info__socials__list__item--tg {
    background: #27A6E5;
}

.contacts2__content__info__socials__list__item--whatsapp {
    background: #12C868;
}

.contacts2__content__info__socials__list__item--vk {
    background: #0077FF;
}

.contacts2__content__info__socials__list__item--yt {
    background: #F40000;
}

.contacts2__content__info__text {
    margin-top: 60px;
    color: #778392;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: 0.56px;
    padding-left: 44px;
}

.contacts2__content__map {
    max-width: 630px;
    width: 100%;
    height: 850px;
    border-radius: 36px;
    overflow: hidden;
    margin-left: auto;
}

.contacts2__content__map__inner {
    width: 100%;
    height: 100%;
}

.contacts2__content__order {
    border-radius: 36px;
    background: #22292D;
    overflow: hidden;
    padding: 50px 52px;
    max-width: 630px;
    width: 100%;
    height: 850px;
}

.contacts2__content__order__title {
    color: #FFF;
    font-family: Manrope;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 74px;
}

.contacts2__content__order__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px;
    padding: 0 57px;
}

.contacts2__content__order__form__submit {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.all {
    padding-top: 90px;
    padding-bottom: 90px;
}

.all__wrap {
    padding: 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.all__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

.all__block+.all__block {
    margin-top: 40px;
}

.all__block__title {
    color: #2A2A2A;
}

.all__block__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.overlay {
    display: none;
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(34, 41, 45, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 100;
    width: 100%;
    height: 100%;
}

.popup {
    display: none;
    position: absolute;
    background: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 744px;
    width: 100%;
    border-radius: 24px;
    padding: 46px 150px;
}

.popup__close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.popup__close__icon {
    width: 20px;
    height: 20px;
}

.popup__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup__title {
    color: #22292D;
    font-family: Manrope;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    /* 175% */
    margin-bottom: 18px;
}

.popup__subtitle {
    color: #22292D;
    text-align: center;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 35px;
}

.popup .field {
    margin-bottom: 12px;
}

.popup .field:last-child {
    margin-bottom: 0;
}

.popup .field__title {
    color: #424242;
}

.popup .field__label {
    border: 1px solid #E3EAEE;
}

.popup .form-check {
    margin-top: 16px;
    margin-bottom: 16px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.popup .form-check__input__fake {
    border: 1px solid #E3EAEE;
}

.popup .form-check__text {
    color: #424242;
}

.popup__submit {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup--cookie {
    top: auto;
    top: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    left: 40px;
    bottom: 40px;
    max-width: 755px;
    padding: 32px;
}

.popup--cookie .popup__wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.popup--cookie .popup__title {
    color: #22292D;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 135% */
    text-align: left;
}

.popup--cookie .popup__info {
    color: #22292D;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.2px;
    /* 170% */
    margin-bottom: 24px;
}

.popup--cookie .popup__info__link {
    color: #D72B36;
    text-decoration-line: underline;
}

.popup--cookie .popup__submit {
    max-width: 244px;
    width: 100%;
}

.popup--photo {
    max-width: 1156px;
    padding: 0;
    overflow: hidden;
}

.popup--photo .popup__close {
    z-index: 10;
}

.popup--photo .popup__close__icon {
    fill: #FFFFFF;
}

.popup--photo .popup__wrap {
    width: 100%;
    height: 100%;
}

.popup--photo .popup__slider {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 16/9.8;
}

.popup--photo .popup__slider__list__item {
    width: 100%;
    height: 100%;
}

.popup--photo .popup__slider__list__item__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.popup--photo .popup__slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 33px;
    padding: 30px 75px;
    width: 100%;
}

.popup--photo .popup__slider-nav__btn {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #E3EAEE;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.popup--photo .popup__slider-nav__btn--next .popup__slider-nav__btn__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.popup--photo .popup__slider-nav__btn:hover {
    background: #D72B36;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.popup--photo .popup__slider-nav__scroll {
    width: 100%;
    height: 4px;
    background: #E3EAEE;
}

.popup--video {
    max-width: 100%;
    width: 80vw;
    padding: 0;
    overflow: hidden;
}

.popup--video .popup__close {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.popup--video .popup__close:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.popup--video .popup__video-content {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.popup--video .popup__video-content__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.countries__header {
    text-align: center;
    font-size: 64px;
    line-height: 1.2
}

.countries__header2 {
    font-size: 24px;
    text-align: center
}

.benefits {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
}

.benefits .text {
    color: #22292D;
    font-size: 24px;
    display: flex;
    align-items: center;
}

.benefit {
    padding: 25px 35px;
    background-color: #F1F6F9;
    color: #22292D;
    border-radius: 15px;
    margin-bottom: 20px;
}

.benefit .benefit__header {
    display: flex;
    align-items: flex-start;
    column-gap: 15px;
}

.benefit .benefit__header .name {
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
}

.benefit .benefit__header .percent {
    color: #39CB59;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.benefit .count {
    color: #778392;
    font-size: 12px;
}

.tg-button {
    position: absolute;
    padding: 15px 35px;
    left: 5%;
    bottom: 10%;
    color: white;
    background-color: #05A0EB;
    border: 1px solid #05A0EB;
    border-radius: 50px;
    transition: all .5s ease;
    display: flex;
    align-items: center;
    column-gap: 15px;
    max-width: 50%;
}

.banner-tg__container {
    position: relative;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-repeat: repeat;
}

.banner-tg__container img {
    height: 550px;
}

.banner-tg__container .info {
    width: 40%;
}

.banner-tg__container .info h2,
.banner-tg__container .info p {
    color: white;
}

.banner-tg__container .info h2 {
    margin-bottom: 15px;
}

.tg-button {
    color: black;
    background-color: white;
}

.tg-button:hover {
    color: white;
    background-color: #05A0EB;
}

.reviews-container {
    display: flex;
    align-items: flex-start;
    column-gap: 15px;
}

.reviews-container .rating {
    padding: 10px 20px;
    border-radius: 15px;
    border: 1px solid #E3EAEE;
}

.reviews-container .rating .yandex {
    margin-bottom: 30px;
}

.reviews-container .rating .yandex,
.reviews-container .rating .gis2 {
    text-align: center;
}

.reviews-container .rating .yandex .info,
.reviews-container .rating .gis2 .info {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 20px;
}

.reviews-container .rating .yandex a,
.reviews-container .rating .gis2 a {
    border: 1px solid #E3EAEE;
    padding: 10px 15px;
    border-radius: 5px;
    display: block;
}

.reviews-container .rating .yandex span,
.reviews-container .rating .gis2 span {
    font-size: 20px;
    font-weight: bold;
}

.black-button-link {
    width: 250px;
    text-align: center;
    color: white;
    background-color: #22292D;
    border: 1px solid #22292D;
    padding: 15px 20px;
    border-radius: 50px;
    transition: color, border 0.5s;
    font-size: 16.5px;
}

.reviews-yandex__reviews .review {
    border: 1px solid #E3EAEE;
    border-radius: 15px;
    padding: 20px 30px;
}

.reviews-yandex__reviews .review .user-info {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 15px;
}

.reviews-yandex__reviews .review .user-info img {
    border-radius: 50%;
}

.reviews-yandex__reviews .review .user-info .user-review p:not(:last-child) {
    margin-bottom: 5px;
}

.reviews-yandex__reviews .review .user-info .user-review p:first-child {
    font-size: 20px;
    font-weight: bold;
}

.reviews-yandex__reviews .review .user-info .user-review p:last-child {
    font-size: 16px;
    color: #A4A4A4;
}

.reviews-yandex__reviews .navigations {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 20px;
}

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

/* .reviews__videos__list__item:last-child,
.reviews__videos__list__item:nth-child(5),
*/
.reviews__videos__more {
    display: none;
} 

@media (max-width: 1800px) {
    .header__wrap {
        padding-left: 1%;
        padding-right: 1%;
    }
    .table__wrap,
    .selection__wrap {
        padding: 0 5%;
        padding-top: 28px;
        padding-bottom: 35px;
    }
    .countries__wrap,
    .process__wrap,
    .reviews__wrap,
    .team__wrap,
    .contacts__wrap,
    .textfield__wrap,
    .footer__wrap,
    .breadcrumbs__wrap,
    .better__wrap,
    .video__wrap,
    .price__wrap,
    .faq__wrap,
    .company__title,
    .timeline__wrap,
    .mission__wrap,
    .download__title,
    .contacts2__wrap {
        padding: 0 5%;
    }
    .table__content__countries {
        padding-left: 0;
        padding-right: 0;
    }
    .table__content__countries__item {
        max-width: 111px;
        width: 100%;
    }
    .table__content__rating {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 30px;
    }
    .process__grid__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 25px;
    }
    .process__grid__item__text {
        text-align: center;
    }
    .process__list__item {
        padding: 25px;
    }
}

@media (max-width: 1760px) {
    .cards__wrap {
        padding: 0 5%;
    }
}

@media (max-width: 1705px) {
    .better__list__item__top__title {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (max-width: 1640px) {
    .header__top {
        gap: 30px;
    }
}

@media (max-width: 1510px) {
    .process__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .process__list__item {
        min-height: unset;
    }
    .process__list__item__top {
        height: unset;
        gap: 20px;
    }
}

@media (max-width: 1620px) {
    .guarantees__bg-person {
        right: 0;
    }
    .guarantees__person {
        right: 35px;
    }
    /* .countries__content__row--col3 {
        display: grid;
        grid-template-columns: repeat(3, 1fr); 
        gap: 20px; 
    } */
    .countries__content__row__item {
        height: 300px;
        padding: 25px;
    }
    .countries__content__row__item__bg {
        height: 100%;
        left: auto;
        left: initial;
    }
    .countries__content__row__item__info {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
    }
    .process__list__item--cols {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
    .process__list__item__title {
        max-width: none;
        max-width: initial;
        font-size: 25px;
    }
}

@media (max-width: 1500px) {
    .wrapper {
        padding-top: 98px;
    }
    .header__wrap {
        padding: 20px 1%;
    }
    .header__top__logo {
        gap: 3px;
    }
    .header__top__logo .logo__pic {
        width: 121px;
    }
    .header__top__logo .logo__slogan {
        font-size: 11px;
        line-height: 10px;
        /* max-width: 102px; */
    }
    .menu__item__link {
        font-size: 16px;
        line-height: 22px;
        gap: 6px;
    }
    .header__top__info-block .info-block__time {
        font-size: 12px;
        line-height: 12px;
    }
    .header__top__info-block .info-block__tel {
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 2%;
    }
    .contacts__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .contacts__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 850px;
        width: 100%;
    }
    .price__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .price__right__list {
        max-height: none;
        max-height: initial;
    }
    .contacts2__content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: center;
    }
    .contacts2__content__map {
        grid-row: 2/3;
        grid-column: 1/3;
        max-width: 100%;
    }
    .contacts2__content__info {
        -ms-flex-item-align: center;
        align-self: center;
    }
    .contacts2__content__info__text-block {
        gap: 24px;
        margin-bottom: 24px;
    }
    .contacts2__content__info__text {
        margin-top: 24px;
    }
}

@media (max-width: 1440px) {
    .selection__title {
        font-size: 44px;
    }
    .stage__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .stage__buttons {
        max-width: 100%;
        width: 100%;
    }
    .stage__buttons__btns {
        display: none;
    }
    .stage__buttons__btns--bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .stage__tabs__list__item__gallery {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .company__info__list__item__title {
        font-size: 40px;
    }
    .company__info__list__item__title span {
        font-size: 26px;
    }
    .company__info__list__item__desc {
        font-size: 20px;
        line-height: 22px;
    }
    .order__wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .order__pic {
        position: relative;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        max-width: 495px;
        width: 100%;
        margin-bottom: -72px;
    }
    .order__title,
    .order__subtitle {
        text-align: center;
    }
    .video__prev {
        aspect-ratio: unset;
        height: 50vh;
    }
    .mission__content__block--2 .mission__content__block__item {
        gap: 30px;
    }
    .mission__content__block--2 .mission__content__block__item__desc {
        font-size: 12px;
    }
}

@media (max-width: 1400px) {
    .consult__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .consult__bg-person {
        height: auto;
        height: initial;
    }
}

@media (max-width: 1377px) {
    .header__top__logo .logo__slogan {
        max-width: 102px;
    }
}

@media (max-width: 1340px) {
    .menu--bottom {
        display: none;
    }
    .header__top {
        align-items: center;
    }
    .header__top__burger {
        display: block;
    }
    .header__top {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header__top__logo {
        margin-right: 0;
    }
    .header__top__btns {
        margin-right: 0;
    }
    .menu__list {
        gap: 30px;
    }
    .reviews__videos__list__item__btn {
        width: 85px;
        height: 85px;
    }
    .contacts2__content {
        gap: 15px;
        row-gap: 30px;
    }
    .contacts2__content__order {
        padding: 30px;
    }
    .contacts2__content__order__form {
        padding: 0;
    }
}

@media (max-width: 1300px) {
    .mission__content__block--2 .mission__content__block__item {
        gap: 5px;
    }
}

@media (max-width: 1240px) {
    .header__top__btns__calc {
        display: none;
    }
    .start__list__item__slide {
        padding: 80px;
    }
    .start__slide__title {
        margin-bottom: 25px;
    }
    .start__slide__subtitle {
        margin-bottom: 135px;
    }
    /* .start--thx .start__slide__subtitle {
    margin-bottom: 50px;
  } */
    .table__content {
        overflow-x: scroll;
        padding-bottom: 20px;
    }
    .table__content__wrap {
        width: 1110px;
    }
    .table__content__countries__item__text {
        font-size: 26.852px;
    }
    .table__content__title {
        text-align: left;
    }
    .table__content__title__text {
        font-size: 23px;
    }
    .table__content__data__item__text {
        font-size: 16px;
        line-height: 35.463px;
    }
    .guarantees__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .selection__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .countries__content__row__item__bg {
        height: 85%;
    }
    .countries__content__row__item__lock__btn {
        font-size: 14px;
    }
    .process__grid {
        grid-template-columns: 1fr 1fr;
    }
    .process__grid__item__text {
        max-width: none;
        max-width: initial;
    }
    .better__list__item {
        padding: 30px;
    }
}

@media (max-width: 1200px) {
    .download__content {
        padding: 50px;
    }
}

@media (max-width: 1140px) {
    .company__info__list__item__title {
        font-size: 30px;
    }
    .company__info__list__item__title span {
        font-size: 24px;
    }
    .company__info__list__item__desc {
        font-size: 16px;
        line-height: 18px;
    }
    .mission__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .mission__content__block {
        width: 100%;
    }
    .mission__content__block--2 {
        aspect-ratio: unset;
    }
    .mission__content__block--2 .mission__content__block__item {
        gap: 30px;
    }
    .mission__content__block--2 .mission__content__block__item__desc {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    header .black-button-link {
        display: none;
    }
    .better__list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 990px) {
    .start__slide__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .title {
        font-size: 44px;
        line-height: 64px;
    }
    .countries__content__row__item__info {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
    }
    .countries__content__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-template-columns: 1fr;
    }
    .countries__content__row__item {
        height: 410px;
    }
    .countries__content__row__item__bg {
        height: auto;
        height: initial;
    }
    .reviews__videos__list {
        grid-template-columns: 1fr 1fr;
    }
    .stage__wrap {
        padding: 50px;
    }
    .stage__buttons__list__item__title {
        font-size: 14px;
    }
    .faq__list__item {
        padding-right: 0;
    }
    .faq__list__item__question__text {
        font-size: 26px;
    }
    .company__info {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .company__info__photo {
        max-width: 975px;
    }
    .timeline__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
    }
    .timeline__content__list {
        background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
        background: initial;
        grid-template-columns: 1fr;
        height: auto;
        height: initial;
        max-width: 400px;
        width: 100%;
    }
    .timeline__content__list:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 2px;
        height: 82%;
        background: #E62828;
    }
    .timeline__content__list__item:first-child,
    .timeline__content__list__item:nth-child(4) {
        justify-self: initial;
    }
    .timeline__content__list__item:nth-child(3),
    .timeline__content__list__item:last-child {
        justify-self: initial;
    }
    .timeline__content__list__item:first-child,
    .timeline__content__list__item:nth-child(2),
    .timeline__content__list__item:nth-child(3) {
        top: auto;
        top: initial;
    }
    .timeline__content__list__item:nth-child(4),
    .timeline__content__list__item:nth-child(5),
    .timeline__content__list__item:last-child {
        bottom: auto;
        bottom: initial;
    }
    .timeline__content__list__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: none;
        max-width: initial;
        margin-left: -3px;
        gap: 15px;
        margin-bottom: 50px;
    }
    .timeline__content__list__item__year {
        margin-bottom: 0;
        margin-top: -20px;
    }
    .timeline__content__list__item__dot {
        margin-bottom: 0;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .timeline__content__list__item__info {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .timeline__content__list__item__info__desc {
        text-align: left;
    }
    .order__wrap {
        padding: 50px;
        padding-bottom: 0;
    }
    .order__pic {
        margin-bottom: 0;
    }
    .order__form__inputs {
        gap: 15px;
    }
    .download__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contacts2__content__info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .download__content__info__title {
        text-align: center;
    }
    .contacts2__content {
        grid-template-columns: 1fr;
    }
    .contacts2__content__map {
        grid-column: unset;
        grid-row: unset;
    }
    .popup__title {
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 56px;
    }
    .popup--cookie {
        bottom: auto;
        bottom: initial;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .popup--photo .popup__slider-nav {
        padding: 30px;
    }
}

@media (max-width: 940px) {
    .wrap-overflow {
        display: none;
    }
    .consult__bg {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
    }
    .consult__content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        margin-bottom: 20px;
        text-align: left !important;
    }
    .consult__bg-person {
        position: relative;
    }
    .consult__person {
        right: 20%;
    }
}

@media (max-width: 900px) {
    #amocrm-form .screen .view-2 {
        display: block;
    }
    #amocrm-form .screen .view-3 {
        width: 100%;
    }
    .header__top__btns {
        display: none;
    }
    .guarantees__wrap {
        padding: 50px;
        padding-bottom: 56px;
    }
    .guarantees__person {
        bottom: 24px;
        right: 40px;
    }
}

@media (max-width: 820px) {
    header .socials {
        display: none;
    }
    .countries__content__row__item__bg {
        height: auto;
        height: initial;
        max-height: 90%;
        max-width: 90%;
    }
    .process__list {
        display: flex;
        flex-direction: column;
        width: 100%;
        /* grid-template-columns: 1fr; */
    }
}

@media (max-width: 770px) {
    .countries__header {
        font-size: 36px;
        line-height: 1.1;
        margin-bottom: 25px;
    }
    .countries__header2 {
        font-size: 18px;
        line-height: 1.1;
    }
    .process__list__item {
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content;
    }
    .process__list__item__top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .process__list__item__col .process__list__item__desc {
        margin-top: 170px;
    }
    .process__list__item__col--download {
        position: absolute;
        top: 25px;
        right: 25px;
    }
    .reviews__videos__list__item:last-child,
    .reviews__videos__list__item:nth-child(5) {
        display: flex;
    }
}

@media (max-width: 720px) {
    .start__list__item__slide {
        padding: 45px;
    }
    .start__slide__subtitle {
        margin-bottom: 200px;
    }
    .title {
        font-size: 38px;
        line-height: 58px;
    }
    .guarantees__bg-person {
        margin-right: -177px;
    }
    .better__list {
        gap: 12px;
        grid-template-columns: 1fr;
    }
    .price__left__cost {
        border-radius: 20px;
        border: 1px solid #E62828;
        border: 1px solid var(--4, #E62828);
        overflow: hidden;
        padding: 13px 5px 24px 5px;
    }
    .price__left__cost__title {
        -ms-flex-item-align: center;
        align-self: center;
    }
    .price__left__cost__list {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    .price__left__cost__list__item {
        border: medium none currentColor;
        border: initial;
        border-radius: 0;
        border-radius: initial;
        padding: 0;
        height: auto;
        height: initial;
    }
    .price__right__list__item {
        padding: 20px 0;
    }
    .price__right__list__item__info {
        gap: 25px;
    }
    .price__right__list__item__info__count {
        width: 60px;
        height: 60px;
    }
    .price__right__list__item__info__text {
        font-size: 26px;
    }
    .price__right__list__item__desc {
        font-size: 20px;
    }
    .order__form__inputs {
        grid-template-columns: 1fr;
    }
    .popup {
        padding: 50px;
    }
    .popup--photo {
        padding: 0;
    }
    .popup__title {
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 56px;
    }
    .popup--video {
        padding: 0;
        width: 95vw;
    }
}

@media (max-width: 677px) {
    .reviews__comments__list__item {
        max-width: none;
        max-width: initial;
    }
}

@media (max-width: 670px) {
    .reviews-container {
        display: block;
        text-align: center;
    }
    .reviews-container .rating {
        margin-bottom: 20px;
    }
    .reviews-container .rating .info {
        justify-content: center;
    }
    .selection__list {
        grid-template-columns: 1fr;
    }
    .process__grid {
        grid-template-columns: 1fr;
    }
    .contacts__info {
        gap: 30px;
    }
}

@media (max-width: 640px) {
    .header__top__logo .logo__slogan {
        display: none;
    }
    .card {
        max-width: 100%;
        width: 100%;
    }
    .reviews__videos__list {
        gap: 15px;
    }
    .consult__bg-person--2 {
        right: 20px;
    }
    .contacts__info {
        flex-wrap: wrap;
    }
}

@media (max-width: 620px) {
    .contacts__info {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .contacts__info__right__list {
        gap: 15px;
    }
    .contacts__info__right__list__item {
        width: 160px;
        height: 38px;
    }
    .contacts__info__right__list__item__link {
        padding-right: 12px;
        padding-bottom: 7px;
    }
    .contacts__info__right__list__item__pic {
        width: 50px;
        height: 50px;
    }
    .contacts__info__right__list__item__text {
        font-size: 14px;
    }
    .stage__wrap {
        padding: 30px;
    }
    .stage__buttons__list__item {
        padding: 12px;
    }
}

@media (max-width: 540px) {
    .start,
    #section-map {
        margin-top: 0 !important
    }
    .team {
        padding-top: 0 !important;
    }
    #amocrm-form h2 {
        padding: 0 20px;
    }
    .contacts2__content__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 295px;
        justify-self: flex-start;
    }
    .contacts2__content__order {
        height: auto;
        height: initial;
    }
}

@media (max-width: 500px) {
    .header__top {
        gap: 10px;
    }
    .header__top__logo .logo__pic {
        width: 95px;
    }
    .info-block__time {
        font-size: 11px;
        line-height: 11px;
        /* 100% */
        letter-spacing: 0.16px;
    }
    .info-block__tel {
        font-size: 12px;
        line-height: 18px;
        /* 150% */
        letter-spacing: 0.24px;
    }
    .info-block__link {
        font-size: 11px;
        line-height: 11px;
        /* 100% */
        letter-spacing: 0.16px;
    }
    .header__top__burger__icon--full {
        display: none;
    }
    .header__top__burger__icon--mob {
        display: block;
    }
    .start__list__item__slide {
        padding: 30px;
        border-radius: 24px;
    }
    .title {
        font-size: 22px;
        line-height: 24.5px;
    }
    .start__slide__subtitle__text {
        font-size: 12px;
        line-height: normal;
    }
    .start__slide__video-btn {
        width: 33px;
        height: 33px;
    }
    .start__slide__video-btn {
        top: 170px;
        right: 30px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
    }
    .start__slide__buttons {
        gap: 7px;
    }
    .start__slide__buttons__btn {
        width: 100%;
    }
    .btn {
        height: 54px;
        font-size: 11px;
        line-height: 18px;
        /* 180% */
        letter-spacing: 0.3px;
    }
    .table {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .table__content__wrap {
        width: 590px;
    }
    .table__content__countries {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .table__content__countries__item {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 10px;
    }
    .table__content__countries__item__img {
        width: 43px;
        height: auto;
    }
    .table__content__countries__item__text {
        font-size: 12px;
        line-height: normal;
        letter-spacing: 0.24px;
    }
    .table__content__title {
        padding: 5px;
        border-radius: 5px;
    }
    .table__content__title__text {
        font-size: 12px;
        line-height: normal;
        letter-spacing: 0.24px;
    }
    .table__content__rating {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .table__content__rating__item__pic {
        width: 80px;
        height: auto;
    }
    .table__content__data {
        padding-top: 18px;
        padding-bottom: 18px;
        gap: 10px;
    }
    .table__content__data__item {
        gap: 3px;
    }
    .table__content__data__item__icon {
        width: 18px;
        height: 18px;
    }
    .table__content__data__item__text {
        font-size: 11px;
        font-weight: 400;
        line-height: 14.571px;
        /* 145.714% */
    }
    .guarantees__wrap {
        padding: 30px;
        padding-bottom: 56px;
    }
    .guarantees__title {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        /* 155.556% */
        margin-bottom: 20px;
    }
    .guarantees__list {
        gap: 16px;
    }
    .guarantees__list__item__count {
        font-size: 12px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.24px;
        margin-bottom: 0;
        margin-bottom: initial;
    }
    .guarantees__list__item__desc {
        left: -8px;
        position: relative;
        min-width: 0;
        min-width: initial;
        margin-bottom: 0;
        margin-bottom: initial;
    }
    .guarantees__list__item__desc__text {
        font-size: 11px;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.16px;
    }
    .guarantees__list__item__bullets {
        margin-top: 6px;
    }
    .guarantees__list__item__bullets__bullet {
        font-size: 11px;
        font-style: normal;
        font-weight: 700;
        line-height: 12px;
        /* 150% */
        max-width: 134px;
    }
    .guarantees__list__item__bullets__bullet:before {
        top: 3px;
    }
    .guarantees__bg-person {
        height: 60%;
        right: 62px;
    }
    .guarantees__person__name {
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-align: right;
    }
    .guarantees__person__position {
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.16px;
    }
    .cards {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .cards__title {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        /* 138.889% */
    }
    .card__gallery__wrap {
        height: 180px;
        margin-bottom: 16px;
        border-radius: 20px;
    }
    .card__gallery__nav {
        gap: 22px;
    }
    .card__gallery__nav__btn {
        width: 24px;
        height: 24px;
    }
    .card__gallery__nav__btn__icon {
        width: 10px;
        height: 10px;
    }
    .card__info__top__title {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.28px;
    }
    .card__info__top__flag__item {
        width: 25px;
    }
    .card__info__desc {
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .card__info__price,
    .card__info__price__val {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .card__btn {
        -ms-flex-item-align: center;
        align-self: center;
        width: 228px;
    }
    .cards__btn-more {
        margin-top: 24px;
    }
    .selection {
        padding-bottom: 50px;
    }
    .selection__title {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        /* 138.889% */
        margin-bottom: 24px;
    }
    .selection__subtitle {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 24px;
    }
    .selection__list {
        gap: 12px;
    }
    .selection__list__item {
        height: auto;
        height: initial;
        padding: 18px 25px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
    }
    .selection__list__item__icon {
        width: 27px;
        height: 27px;
    }
    .selection__list__item__text {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 17px;
        /* 121.429% */
        letter-spacing: 0.42px;
    }
    .selection__text-after {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 24px;
    }
    .consult__wrap {
        padding: 40px 25px;
        /* padding-bottom: 0; */
        border-radius: 24px;
        background: url(/cms_content/static/consult-bg-mob.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .consult__bg {
        width: 100%;
        height: 100%;
        /* display:none; */
        border-radius: 24px;
    }
    .consult__title {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        /* 138.889% */
        margin-bottom: 20px;
        text-align: center;
    }
    .consult__content {
        gap: 40px;
    }
    .consult__content__info {
        padding-top: 0;
        gap: 15px;
    }
    .consult__content__info__title {
        font-size: 16px;
    }
    .consult__content__info__list__item {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        max-width: 235px;
    }
    .consult__content__info__list__item:before {
        width: 6px;
        height: 6px;
        left: 20px;
    }
    .field {
        gap: 4px;
    }
    .field__title {
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .field__label {
        padding: 12px 32px;
        height: 51px;
    }
    .field__label__input {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .form-check {
        gap: 14px;
    }
    .form-check__text {
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 15px;
        /* 187.5% */
    }
    .consult__content__form__submit {
        height: 54px;
        padding: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .consult__person {
        right: auto;
        right: initial;
        left: 25px;
        bottom: 30px;
        gap: 8px;
    }
    .consult__person__name {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 25px;
        /* 125% */
    }
    .consult__person__position {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        /* 128.571% */
        letter-spacing: 0.311px;
    }
    .countries {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .countries__title {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        /* 138.889% */
        margin-bottom: 24px;
    }
    .countries__content {
        gap: 7px;
    }
    .countries__content__row {
        gap: 7px;
    }
    .countries__content__row__item {
        height: 230px;
        border-radius: 18px;
        padding: 13px 15px;
    }
    .countries__content__row__item__info {
        gap: 10px;
    }
    .countries__content__row__item__info__country {
        gap: 7px;
    }
    .countries__content__row__item__info__country__pic {
        width: 43px;
    }
    .countries__content__row__item__info__country__title {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .countries__content__row__item__info__link {
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: 160%;
        /* 12.8px */
        letter-spacing: 0.24px;
        text-transform: uppercase;
    }
    .countries__content__row__item__lock__icon {
        width: 42px;
        height: 42px;
        margin-bottom: 10px;
    }
    .countries__content__row__item__lock__btn {
        width: 218px;
    }
    .process__title {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        /* 138.889% */
        margin-bottom: 24px;
    }
    .process__grid {
        gap: 12px;
        margin-bottom: 24px;
    }
    .process__grid__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 8px;
        border-radius: 16px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
    }
    .process__grid__item__count__pic,
    .process__grid__item__icon {
        width: 36px;
        height: 36px;
    }
    .process__grid__item__text {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 142.857% */
        text-align: left;
    }
    .textfield {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .textfield__title {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        /* 138.889% */
        margin-bottom: 20px;
    }
    .textfield__content__text {
        font-size: 11px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px;
        /* 200% */
    }
    .textfield__btn {
        margin-top: 12px;
    }
    .better__list__item {
        padding: 14px 22px;
        min-height: 0;
        min-height: initial;
        border-radius: 20px;
        border: 1px solid #D72B36;
    }
    .better__list__item__top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
        height: initial;
        margin-bottom: 0;
        margin-bottom: initial;
        gap: 10px;
    }
    .better__list__item__top__icon {
        width: 27px;
        height: 27px;
    }
    .better__list__item__top__title {
        font-size: 14px;
        line-height: 20px;
    }
    .better__list__item__top__arrow {
        display: block;
        margin-left: auto;
    }
    .better__list__item__separator {
        display: none;
    }
    .better__list__item__desc {
        color: #FFF;
        font-size: 14px;
        line-height: 20px;
        margin-top: 16px;
    }
    .stage__tabs__list__item__title {
        font-size: 18px;
    }
    .stage__tabs__list__item__desc {
        font-size: 16px;
    }
    .faq__list__item__question__text {
        font-size: 20px;
        line-height: 20px;
    }
    .company__info__list {
        border-radius: 20px;
    }
    .company__info__list__item__bg {
        width: 127px;
        height: 127px;
    }
    .mission__content__block--2 .mission__content__block__item {
        padding: 35px;
    }
    .mission__content__block--2 .mission__content__block__item__title {
        font-size: 20px;
    }
    .mission__content__block--2 .mission__content__block__item__desc {
        font-size: 16px;
    }
    .order__subtitle {
        font-size: 20px;
        line-height: 24.5px;
    }
    .start__slide__socials__title {
        font-size: 12px;
        line-height: normal;
    }
    /* ex 480px */
    .title {
        font-size: 20px;
    }
    .start__slide__subtitle {
        gap: 8px;
    }
    .start__slide__subtitle__dots svg {
        width: 25px;
    }
    .consult__bg-person {
        height: 300px;
        right: -20px;
    }
    .consult__bg-person--2 {
        right: -38px;
    }
    .process__list {
        border-radius: 25px;
    }
    .process__list__item {
        padding: 20px 24px;
    }
    .process__list__item__title {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        /* 125% */
        letter-spacing: 0.48px;
    }
    .process__list__item__img {
        width: 78px;
        height: 76px;
    }
    .process__list__item__tip {
        gap: 4px;
    }
    .process__list__item__tip__icon {
        width: 17px;
        height: auto;
        height: initial;
    }
    .process__list__item__tip__text {
        font-size: 11px;
        font-style: normal;
        line-height: 11px;
        /* 133.333% */
        letter-spacing: 0.42px;
        max-width: 57px;
    }
    .process__list__item__col .process__list__item__title {
        max-width: 200px;
    }
    .process__list__item__desc {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 142.857% */
    }
    .process__list__item__col .process__list__item__desc {
        margin-top: 55px;
    }
    .process__list__item__pic {
        width: 64px;
        height: 64px;
    }
    .process__list__item__pic__icon {
        width: 50px;
        height: 50px;
    }
    .reviews {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .reviews__title {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        /* 138.889% */
        margin-bottom: 24px;
    }
    .reviews__videos {
        gap: 19px;
        margin-bottom: 24px;
    }
    .reviews__videos__list__item {
        border-radius: 17px;
        width: 100%;
        padding: 8px 11px;
    }
    .reviews__videos__list__item__btn {
        width: 45px;
        height: 45px;
    }
    .reviews__videos__list__item__btn__icon {
        width: 8px;
    }
    .reviews__videos__list__item__time {
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.8px;
        padding: 4px 8px;
        right: 11px;
        bottom: 8px;
    }
    .reviews__comments__wrap {
        margin-bottom: 12px;
    }
    .reviews__comments__list__item {
        border-radius: 17px;
        padding: 20px;
    }
    .reviews__comments__nav {
        gap: 22px;
    }
    .reviews__comments__nav__btn {
        width: 24px;
        height: 24px;
    }
    .reviews__comments__nav__btn__icon {
        width: 10px;
        height: 10px;
    }
    .team__title,
    .page-contacts .team__title {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        /* 138.889% */
        margin-bottom: 12px;
    }
    .team__subtitle {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 12px;
    }
    .team__list__item {
        gap: 5px;
    }
    .team__list__item__photo {
        /* height: 209px; */
        border-radius: 17px;
        aspect-ratio: unset;
    }
    .team__list__item__desc__text {
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .team__nav {
        gap: 22px;
    }
    .team__nav__btn {
        width: 24px;
        height: 24px;
    }
    .team__nav__btn__icon {
        width: 10px;
        height: 10px;
    }
    .page-about .team {
        padding-top: 50px;
    }
    .contacts__title {
        margin-bottom: 10px;
    }
    .contacts__info__left__address {
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 5px;
    }
    .contacts__info__left__link {
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: 11px;
        /* 100% */
        letter-spacing: 0.16px;
        margin-bottom: 10px;
    }
    .contacts__info__left__info-block {
        gap: 6px;
        margin-bottom: 5px;
    }
    .contacts__info__left__info-block .info-block__tel {
        text-align: left;
    }
    .contacts__info__left__soc {
        gap: 7px;
    }
    .contacts__info__left__soc__item__link {
        width: 21px;
        height: 21px;
    }
    .contacts__info__right__list__item {
        width: 108px;
        height: 30px;
        border-radius: 5px;
    }
    .contacts__info__right__list__item__link {
        padding: 2px 5px 2px 22px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .contacts__info__right__list__item__text {
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .contacts__info__right__list__item__pic {
        width: 40px;
        height: 40px;
    }
    .better {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .better__title {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        /* 138.889% */
        margin-bottom: 24px;
    }
    .video {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .video__title {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        /* 138.889% */
    }
    .video__subtitle {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 12px;
    }
    .video__prev {
        height: 160px;
        aspect-ratio: unset;
        border-radius: 16px;
        margin-top: 24px;
    }
    .stage__wrap {
        padding: 0 5%;
        border-radius: 0;
        border-radius: initial;
        background: #FFFFFF;
    }
    .stage__title {
        color: #22292D;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        /* 138.889% */
        max-width: 225px;
    }
    .stage__subtitle {
        color: #778392;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        /* 166.667% */
        margin-top: 12px;
    }
    .stage__content {
        gap: 12px;
    }
    .stage__tip {
        margin-top: -12px;
        margin-bottom: 20px;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .stage__tip #tip-hand {
        fill: #000000;
    }
    .stage__tip .process__list__item__tip__text {
        color: #000;
        font-size: 7.043px;
        font-style: normal;
        font-weight: 400;
        line-height: 9.391px;
        /* 133.333% */
        letter-spacing: 0.493px;
        max-width: 83px;
    }
    .stage__buttons__list {
        gap: 5px;
    }
    .stage__buttons__list__item {
        padding: 8px;
        border-radius: 6.792px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        min-height: 0;
        min-height: initial;
        gap: 5px;
    }
    .stage__buttons__list__item__count {
        width: 16px;
        height: 16px;
    }
    .stage__buttons__list__item__count__pic {
        height: 19px;
    }
    .stage__buttons__list__item__title {
        color: #22292D;
        text-align: center;
        font-family: Manrope;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .stage__tabs {
        padding: 20px 5%;
        border-radius: 24px;
        background: #22292D;
        margin-left: -6%;
        margin-right: -6%;
        gap: 14px;
    }
    .stage__tabs__list__item__wrap {
        gap: 12px;
    }
    .stage__tabs__list__item h4 {
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;
        /* 150% */
        letter-spacing: 0.24px;
    }
    .stage__tabs__list__item li:not(.stage__tabs__list__item__gallery__img) {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .stage__tabs__list__item__title {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 17px;
        /* 121.429% */
        letter-spacing: 0.42px;
    }
    .stage__tabs__list__item__desc {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .stage__tabs__list__item__gallery {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 5px;
    }
    .stage__tabs__nav {
        display: none;
    }
    .stage__buttons__link {
        display: none;
    }
    .stage__tabs__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .breadcrumbs+.stage {
        padding-bottom: 50px;
    }
    .price {
        padding-bottom: 50px;
    }
    .price__wrap {
        gap: 18px;
    }
    .price__left__title {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        /* 138.889% */
        margin-bottom: 12px;
    }
    .price__left__desc {
        margin-bottom: 12px;
    }
    .price__left__desc__icon {
        width: 23px;
        height: 23px;
    }
    .price__left__desc__icon__pic {
        height: 100%;
    }
    .price__left__desc__text {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .price__left__cost {
        gap: 10px;
    }
    .price__left__cost__title {
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.24px;
    }
    .price__left__cost__list {
        gap: 8px;
    }
    .price__left__cost__list__item {
        gap: 4px;
    }
    .price__left__cost__list__item__title {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 17px;
        /* 121.429% */
        letter-spacing: 0.42px;
    }
    .price__left__cost__list__item__tip {
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .price__right__list__item {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .price__right__list__item__info {
        gap: 13px;
    }
    .price__right__list__item__info__count {
        width: 39px;
        height: 39px;
    }
    .price__right__list__item__info__text {
        font-size: 12.126px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .price__right__list__item__desc {
        padding-left: 52px;
        font-size: 9.095px;
        font-style: normal;
        font-weight: 400;
        line-height: 12.236px;
        /* 134.534% */
        letter-spacing: 0.273px;
        margin-top: 10px;
    }
    .faq {
        padding-bottom: 50px;
    }
    .faq__title {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        /* 138.889% */
        margin-bottom: 24px;
    }
    .faq__list__item {
        padding: 10px 0;
    }
    .faq__list__item__question__text {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 142.857% */
    }
    .faq__list__item__question__icon {
        width: 10px;
        height: 5px;
    }
    .faq__list__item__answer {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 142.857% */
        margin-top: 10px;
    }
    .company {
        padding-top: 50px;
    }
    .company__title {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        /* 138.889% */
        margin-bottom: 24px;
    }
    .company__info {
        gap: 20px;
    }
    .company__info__list__item__title {
        font-size: 25px;
        font-style: normal;
        font-weight: 600;
    }
    .company__info__list__item__title span {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 0px;
        /* 0% */
    }
    .company__info__list__item__desc {
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        /* 130% */
        letter-spacing: 0.2px;
    }
    .company__info__photo {
        border-radius: 20px;
    }
    .timeline {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .timeline__title {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        /* 138.889% */
        margin-bottom: 24px;
    }
    .timeline__content__list {
        justify-items: initial;
    }
    .timeline__content__list__item {
        gap: 6px;
        margin-bottom: 53px;
    }
    .timeline__content__list__item__year {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: 0.32px;
        margin-top: -5px;
    }
    .timeline__content__list__item__info {
        gap: 6px;
        margin-top: -4px;
    }
    .timeline__content__list__item__info__title {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 0.42px;
    }
    .timeline__content__list__item__info__desc {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
    }
    .mission__title {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        /* 138.889% */
        margin-bottom: 24px;
    }
    .mission__content {
        gap: 12px;
    }
    .mission__content__block {
        border-radius: 20px;
    }
    .mission__content__block--2 {
        gap: 12px;
    }
    .mission__content__block--2 .mission__content__block__item {
        border-radius: 20px;
        padding: 24px;
        gap: initial;
    }
    .mission__content__block--2 .mission__content__block__item__title {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        margin-bottom: 24px;
        margin-bottom: 20px;
    }
    .mission__content__block--2 .mission__content__block__item__desc {
        font-size: 14px;
        line-height: 16px;
    }
    .order__container {
        padding: 0 5%;
    }
    .order__wrap {
        padding: 54px 25px;
        padding-bottom: 0;
        border-radius: 24px;
    }
    .order__title {
        text-align: left;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        /* 144.444% */
        margin-bottom: 30px;
    }
    .order__subtitle {
        text-align: left;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 24px;
    }
    .order__form__inputs {
        margin-bottom: 10px;
    }
    .field--desktop {
        display: none;
    }
    .field--mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .field--textarea {
        border-radius: 25px;
    }
    .download {
        padding-bottom: 50px;
    }
    .download__wrap {
        padding: 25px 5%;
        border-radius: 24px;
        background: #2F3032;
    }
    .download__title {
        color: #FFF;
        text-align: left;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        /* 138.889% */
        margin-bottom: 24px;
    }
    .download__content {
        padding: 0;
        border-radius: 0;
    }
    .download__content__pic {
        border-radius: 24px;
    }
    .download__content__info__title {
        color: #FFF;
        text-align: left;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.24px;
        margin-bottom: 12px;
    }
    .download__content__info__bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 5px;
    }
    .download__content__info__btn {
        width: 134px;
        height: 33px;
        padding: 7px 13px;
        margin-bottom: 0;
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
        /* 180% */
        letter-spacing: 0.3px;
        text-transform: uppercase;
    }
    .download__content__info__btn .btn__icon {
        width: 18px;
        height: 18px;
    }
    .download__content__info__total {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: 5px;
    }
    .download__content__info__total__tip {
        -ms-flex-item-align: initial;
        align-self: initial;
        margin-top: 0;
        margin-top: initial;
        margin-bottom: 0;
    }
    .download__content__info__total__text {
        text-align: left;
        font-size: 11px;
        font-style: normal;
        font-weight: 300;
        line-height: 11px;
        /* 133.333% */
        letter-spacing: 0.42px;
    }
    .download__content__info__total .process__list__item__tip__text {
        color: #FFF;
        max-width: none;
        max-width: initial;
        font-size: 11px;
        font-style: normal;
        font-weight: 300;
        line-height: 11px;
        /* 133.333% */
        letter-spacing: 0.42px;
    }
    .page-thx .start {
        padding-bottom: 50px;
    }
    .page-thx .start__slide__subtitle__text+.start__slide__subtitle {
        margin-top: 5px;
    }
    .page-thx .start__slide__subtitle+.start__slide__subtitle {
        margin-top: 9px;
    }
    .page-thx .start__slide__subtitle {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .start__slide__socials {
        margin-top: 32px;
        gap: 16px;
    }
    .start__slide__socials__title {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 142.857% */
    }
    .start__slide__socials__list {
        gap: 7px;
    }
    .start__slide__socials__list__item {
        width: 27px;
        height: 27px;
    }
    .start__slide__socials__list__item__link__icon {
        width: 15px;
    }
    .contacts2__title {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 24.5px;
        /* 122.5% */
        margin-bottom: 30px;
    }
    .contacts2__content {
        gap: 40px;
    }
    .contacts2__content__info__text-block {
        gap: 20px;
        margin-bottom: 20px;
    }
    .contacts2__content__info__item {
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 140%;
        letter-spacing: 0.32px;
    }
    .contacts2__content__info__socials {
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 17px;
        letter-spacing: 0.48px;
        margin-bottom: 20px;
    }
    .contacts2__content__info__text {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 171.429% */
        letter-spacing: 0.56px;
        padding-left: 0;
        padding-left: initial;
    }
    .contacts2__content__map {
        border-radius: 24px;
        height: 388px;
    }
    .contacts2__content__order {
        border-radius: 24px;
        padding: 30px 5%;
        margin-left: -6%;
        margin-right: -6%;
        width: auto;
        width: initial;
    }
    .contacts2__content__order__title {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 125.6%;
        /* 20.096px */
        letter-spacing: 0.48px;
        margin-bottom: 30px;
    }
    .contacts2__content__order__form {
        gap: 8px;
    }
    .contacts2__content__order__form__submit {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .popup {
        max-width: 288px;
        padding: 50px 24px;
    }
    .popup__title {
        font-size: 18px;
        line-height: 26px;
        /* 144.444% */
        margin-bottom: 20px;
    }
    .popup__subtitle {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .popup--cookie {
        padding: 44px 30px;
    }
    .popup--cookie .popup__title {
        margin-bottom: 20px;
    }
    .popup--cookie .popup__info {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 12px;
    }
    .popup--photo {
        padding: 0;
        border-radius: 17px;
    }
    .popup--photo .popup__close {
        top: 12px;
        right: 12px;
    }
    .popup--photo .popup__close__icon {
        width: 16px;
        height: 16px;
    }
    .popup--photo .popup__slider-nav {
        padding: 15px 8px;
        gap: 14px;
    }
    .popup--photo .popup__slider-nav__btn {
        width: 24px;
        height: 24px;
    }
    .popup--photo .popup__slider-nav__btn__icon {
        width: 10px;
        height: 10px;
    }
    .popup--photo .popup__slider-nav__scroll {
        height: 2px;
    }
    .consult--2 .consult__content__info {
        display: none;
    }
    .popup--video {
        max-width: 100%;
        width: 100vw;
        padding: 0;
    }
    .popup--video .popup__close {
        width: 35px;
        height: 35px;
        top: 10px;
        right: 10px;
    }
    .popup--video .popup__close__icon {
        width: 17px;
        height: 17px;
    }
    .better__list__item__wrap {
        top: 0;
    }
}

@media (max-width: 480px) {
    .countries__header {
        font-size: 22px;
    }
    .countries__header2 {
        font-size: 14px;
    }
    .wrapper {
        padding-top: 85px;
    }
    .header__top__info-block {
        gap: unset;
    }
    .header__top__info-block .info-block__time {
        font-size: 8px;
        line-height: 8px;
        letter-spacing: 2%;
    }
    .header__top__info-block .info-block__tel {
        font-size: 12px;
        line-height: 18px;
    }
    .start--main .start__slide::after {
        display: none;
    }
    .start__slide__bg {
        width: 100%;
        top: auto;
        top: initial;
        bottom: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
    }
    .contacts2 {
        padding-bottom: 50px;
    }
    .better--china {
        padding-bottom: 0;
    }
}

/* CUSTOM */

.contacts__info__right__list__item {
    filter: none;
}

.card__gallery .uk-scope .uk-slideshow-items {
    border-radius: 35.483px;
}

@media (max-width: 480px) {
    .tg-button {
        font-size: 12px;
        padding: 10px 20px;
    }
    .card__gallery .uk-scope .uk-slideshow-items {
        border-radius: 20px;
        height: 180px;
        min-height: unset !important;
    }
}

.reviews__comments__inner {
    width: 100%;
    height: 800px;
    display: flex;
    justify-content: center;
}

.reviews__comments__inner>iframe {
    min-width: 720px;
    height: 100%;
}

@media (max-width: 850px) {
    .reviews__comments__inner>iframe {
        min-width: unset;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .reviews__comments {
        margin-left: -8px;
        margin-right: -8px;
    }
}

.map__wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 35px;
    padding: 62px 60px 120px 30px;
    background: #22292D;
    overflow: hidden;
}

.map__title {
    color: #FFFFFF;
    font-family: Manrope;
    font-size: 32px;
    font-weight: 400;
    line-height: 44.8px;
    letter-spacing: 0%;
}

.map__tip {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 18px;
}

.map__tip__icon {
    width: 27px;
    height: 21px;
    fill: #FFFFFF;
}

.map__tip__text {
    color: #FFFFFF;
    font-family: Manrope;
    font-size: 11.79px;
    font-weight: 400;
    line-height: 15.72px;
    letter-spacing: 7%;
    max-width: 140px;
}

.map__content {
    display: flex;
    align-items: flex-start;
}

.map__content__buttons {
    position: relative;
    width: 980px;
    aspect-ratio: 1/0.73;
    overflow: hidden;
    flex-shrink: 0;
}

.map__content__buttons__lines {
    position: absolute;
    top: -2.2%;
    left: 8.7%;
    z-index: 20;
    pointer-events: none;
    width: 84.3%;
}

.map__content__buttons__lines--mob {
    display: none;
}

.map__content__buttons__btn {
    position: absolute;
    top: 0;
    right: 0;
}

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

.map__content__buttons__btn__bg--red {
    display: none;
}

.map__content__buttons__btn__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 4px 10px;
    min-width: 100px;
    background: #22292D;
    border-radius: 9px;
    color: #FFFFFF;
    font-family: Manrope;
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0%;
    z-index: 25;
}

.map__content__buttons__btn--usa {
    right: unset;
    width: 27%;
    top: 12%;
    left: 0;
}

.map__content__buttons__btn--usa .map__content__buttons__btn__text {
    left: 38%;
    top: 45%;
}

.map__content__buttons__btn--by {
    right: unset;
    width: 18.5%;
    top: 43%;
    left: 6%;
}

.map__content__buttons__btn--by .map__content__buttons__btn__text {
    top: 58%;
}

.map__content__buttons__btn--eu {
    right: unset;
    top: unset;
    width: 37.9%;
    left: 7.5%;
    bottom: 0;
}

.map__content__buttons__btn--eu .map__content__buttons__btn__text {
    top: 60%;
}

.map__content__buttons__btn--kor {
    top: unset;
    width: 19.4%;
    bottom: 10.5%;
    right: -1%;
}

.map__content__buttons__btn--kor .map__content__buttons__btn__text {
    left: 54%;
}

.map__content__buttons__btn--china {
    top: unset;
    right: unset;
    width: 51.2%;
    bottom: -4.2%;
    left: 39.3%;
}

.map__content__buttons__btn--rus {
    right: unset;
    width: 50.3%;
    top: 17.6%;
    left: 22.7%;
}

.map__content__buttons__btn--rus .map__content__buttons__btn__text {
    top: 66%;
    left: 56%;
    background: #D72B36;
    color: #FFFFFF;
}

.map__content__buttons__btn.active .map__content__buttons__btn__bg {
    display: none;
}

.map__content__buttons__btn.active .map__content__buttons__btn__bg--red {
    display: block;
}

.map__content__buttons__btn.active .map__content__buttons__btn__text {
    background: #FFFFFF;
    color: #D72B36;
}

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

.map__content__tabs__item {
    display: none;
    flex-direction: column;
    width: 100%;
}

.map__content__tabs__item.active {
    display: flex;
}

.map__content__tabs__item__title {
    color: #FFFFFF;
    font-family: Manrope;
    font-size: 32px;
    font-weight: 700;
    line-height: 36.5px;
    letter-spacing: 2%;
    margin-bottom: 35px;
}

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

.map__content__tabs__item__desc__title {
    position: relative;
    padding-left: 25px;
    color: #FFFFFF;
    font-family: Manrope;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 2%;
}

.map__content__tabs__item__desc__title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #D72B36;
}

.map__content__tabs__item__desc__text {
    color: #FFFFFF;
    font-family: Manrope;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0%;
    margin-top: 15px;
}

.map__content__tabs__item__desc+.map__content__tabs__item__desc {
    margin-top: 25px;
}

.map__content__scrollto {
    display: none;
    color: rgb(211, 30, 30);
    font-family: Manrope;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    width: fit-content;
    align-self: flex-start;
    margin-top: 13px;
}

/* map */

@media (max-width: 1440px) {
    .map__content {
        flex-direction: column;
        align-items: center;
    }
    .map__content__buttons {
        flex-shrink: unset;
    }
    .map__content__tabs {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid rgba(255, 255, 255, 0.34);
    }
    .map__content__scrollto {
        display: flex;
    }
}

@media (max-width: 1100px) {
    .map__content__buttons {
        max-width: 980px;
        width: 100%;
    }
}

@media (max-width: 990px) {
    .banner-tg__container {
        padding-top: 100px;
        flex-direction: column;
        text-align: center;
        column-gap: 0;
        row-gap: 25px;
        max-width: 98% !important;
    }
    .banner-tg__container img {
        height: 300px;
        display: block;
    }
    .tg-button {
        position: static;
        max-width: 100%;
    }
    .banner-tg__container .info {
        width: 95%;
    }
    .map__content__buttons__btn__text {
        font-size: 18px;
        line-height: 15px;
        min-width: unset;
        padding: 5px;
    }
}

@media (max-width: 720px) {
    .map__content__tabs__item__title {
        font-size: 28px;
    }
}

@media (max-width: 620px) {
    .map__content__buttons__btn__text {
        padding: 2px 4px;
        border-radius: 5px;
        font-size: 12px;
    }
}

@media (max-width: 500px) {
    .map__content__tabs__item__title {
        font-size: 18px;
    }
    .map__content__tabs__item__desc__title {
        font-size: 16px;
    }
    .map__content__tabs__item__desc__text {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .map {
        padding-bottom: 50px;
    }
    .map__wrap {
        padding: 20px 12px;
        border-radius: 24px;
    }
    .map__title {
        font-size: 18px;
    }
    .map__tip {
        margin-top: 0;
        align-self: flex-end;
    }
    .map__tip__text {
        font-size: 11px;
        line-height: 11px;
        max-width: 113px;
    }
    .map__content {
        margin-top: 10px;
    }
    .map__content__buttons {
        width: 100%;
        aspect-ratio: 1/1.5;
        overflow: unset;
    }
    .map__content__buttons__lines {
        display: none;
    }
    .map__content__buttons__lines--mob {
        display: block;
        position: absolute;
        width: 83.5%;
        top: 15%;
        z-index: 25;
        pointer-events: none;
    }
    .map__content__buttons__btn--eu {
        bottom: unset;
        top: 0;
        right: -6.2%;
        left: unset;
        width: 56%;
    }
    .map__content__buttons__btn--usa {
        top: 5.2%;
        width: 53%;
    }
    .map__content__buttons__btn--by {
        width: 50%;
        left: unset;
        right: 0;
        top: 32%;
    }
    .map__content__buttons__btn--kor {
        width: 50%;
        bottom: .4%;
        right: unset;
        left: 0;
    }
    .map__content__buttons__btn--china {
        width: 66%;
        left: unset;
        right: -10%;
        bottom: 4%;
    }
    .map__content__buttons__btn--rus {
        width: 78%;
        top: 38%;
        left: -28%;
    }
    .map__content__tabs {
        margin-top: 15px;
        padding-top: 15px;
    }
    .map__content__tabs__item__title {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 25px;
    }
    .map__content__tabs__item__desc+.map__content__tabs__item__desc {
        margin-top: 20px;
    }
    .map__content__tabs__item__desc__title {
        font-size: 12px;
        line-height: 18px;
    }
    .map__content__tabs__item__desc__text {
        font-size: 12px;
        line-height: 16px;
        margin-top: 10px;
    }
}

/* map */

.loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 3px solid;
    border-color: #FFF #FFF transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent #FF3D00 #FF3D00;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.process,
.selection {
    overflow: hidden;
}

.policy-text {
    font-size: 1rem;
    margin-top: 2rem;
}

.policy-text p {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.wrap-overflow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 35px;
    overflow: hidden;
}

.wrap-overflow__inner {
    position: relative;
    width: 100%;
    height: 100%;
}

@media (max-width: 500px) {
    .wrap-overflow {
        border-radius: 24px;
    }
}

.field__label .select2-container {
    width: 100%;
}

.select2-container .select2-selection--multiple {
    min-height: unset;
}

.select2-container--default .select2-selection--multiple {
    border: 0;
    border-radius: unset;
    padding: 0;
    display: flex;
    align-items: center;
}

.select2-container .select2-search--inline .select2-search__field {
    margin: 0;
}

.select2-container .select2-search--inline .select2-search__field {
    color: #22292D;
    font-family: Manrope;
    font-size: 19.202px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 24px;
    border: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
}

.select2-dropdown {
    padding: 10px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(9, 9, 9, 0.35);
    border: none;
}

.select2-results__options {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-right: 5px;
}

.select2-results__option {
    /* padding: 0; */
    color: #22292D;
    font-family: Manrope;
    font-size: 19.202px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    background: #FFFFFF;
    padding: 5px 10px;
    border-radius: 10px;
    cursor: pointer;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #d6d6d6;
}

@media (max-width: 500px) {
    .field__multi .field__label {
        min-height: 51px;
        height: unset;
    }
    .select2-container .select2-search--inline .select2-search__field {
        height: 17px;
    }
    .field__select__list__item,
    .select2-container .select2-search--inline .select2-search__field,
    .select2-results__option {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}

@media (max-width: 990px) {
    .timeline__content__list__item__year {
        min-width: 127px;
    }
}

@media (max-width: 500px) {
    .timeline__content__list__item__year {
        min-width: 41px;
    }
}

.textfield__wrap h3 {
    font-family: Manrope;
    font-size: 30px;
    line-height: 56px;
}

.textfield__wrap strong {
    font-family: Manrope;
    font-weight: 800;
}

@media (max-width: 500px) {
    .start--thx .start__list__item__slide {
        padding-right: 60px;
    }
    .start--thx .start__slide__subtitle__text {
        margin-bottom: 5px;
    }
    .start--thx .start__slide__subtitle {
        margin-bottom: 9px;
        align-items: flex-start;
    }
    .start--thx .start__slide__subtitle:nth-child(2) {
        margin-bottom: 0;
    }
}

.start--thx .start__slide:after,
.start--eu .start__slide:after {
    display: none;
}

.stage__tabs__list__item__desc a {
    display: flex;
    align-items: center;
    text-decoration: underline !important;
    color: #cc2b3b;
}

.stage__tabs__list__item__desc a img {
    width: 25px;
    height: 25px;
    margin-left: 5px;
}

.stage__tabs__list__item__wrap li a {
    text-decoration: underline !important;
    color: #cc2b3b;
}

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

/* временно скрываем СЕО блок */

.textfield {
    padding-top: 0;
}

.textfield__container {
    display: none;
}

/* временно скрываем СЕО блок */

@media (max-width: 500px) {
    .btn:before {
        display: none;
    }
    .process__list__item__top {
        height: unset;
    }
    #amocrm-form .screen .div-2 {
        width: 45%;
    }
    #amocrm-form .screen .view-5,
    #amocrm-form .screen .element-2 {
        display: block;
    }
}

@media (max-width: 400px) {
    .team__list__item__photo {
        max-height: 210px;
    }
}

.consult+.stage {
    padding-top: 90px;
}

@media (max-width: 480px) {
    .consult+.stage {
        padding-top: 15px;
    }
}

@media (max-width: 1550px) {
    .start--korea .start__slide__title {
        max-width: 1115px;
    }
    .start--korea .start__slide__subtitle {
        max-width: 1165px;
    }
}

@media (max-width: 500px) {
    .start--korea .start__slide__title {
        max-width: 275px;
    }
}

.better--korea {
    padding-bottom: 0;
}

@media (max-width: 500px) {
    .header__wrap {
        padding: 20px 5% 20px 2%;
    }
}

@media (max-width: 1140px) {
    .reviews__videos-wide {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .reviews__videos-wide {
        gap: 15px;
    }
}

@media (max-width: 500px) {
    .reviews__videos-wide {
        grid-template-columns: 1fr;
        margin-bottom: 30px;
    }
    .reviews__videos-wide__item__trigger__prev {
        border-radius: 17px;
        margin-bottom: 10px;
    }
    .reviews__videos-wide__item__trigger__desc {
        font-size: 16px;
    }
}

/* no nesting!!! */

.start--dealer .start__slide {
    padding: 152px 115px 90px 115px;
}

.start--dealer .start__slide__title {
    max-width: 1005px;
}

.start__slide__list {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 5;
    margin-bottom: 93px;
}

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

.start__slide__list__item__text {
    position: relative;
    font-family: Manrope;
    font-size: 24px;
    font-weight: 400;
    line-height: 32.78px;
    text-align: left;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.start__slide__list__item__text:before {
    content: '';
    display: flex;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #D72B36;
    margin-right: 11px;
}

.start--dealer .start__slide__buttons__btn {
    text-transform: unset;
    font-size: 22px;
    font-weight: 400;
    line-height: 30.05px;
    width: 512px;
    justify-content: center;
    align-items: center;
}

.start--dealer .btn__icon {
    margin-right: 10px;
}

.status {
    margin-top: 114px;
}

.status__wrap {
    position: relative;
    background: #1A1A24;
    border-radius: 31px;
    overflow: hidden;
    padding: 74px 105px 74px 80px;
    display: flex;
}

.status__bg-pic {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: contain;
}

.status__bg-pic img,
.status__bg-pic source {
    height: 100%;
}

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

.status__info__text {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.status__info__text__title {
    font-size: 65px;
    font-weight: 600;
    line-height: 88.79px;
}

.status__info__text__subtitle {
    font-family: Manrope;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #FFFFFF;
    margin-top: 8px;
}

.status__info__list {
    position: relative;
    max-width: 954px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 20px;
    column-gap: 22px;
}

.status__info__list__item {
    border: 1.46px solid rgba(255, 255, 255, 0.05);
    border-radius: 11px;
    overflow: hidden;
    padding: 23px 16px 23px 23px;
    background: linear-gradient(180.00deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(46.65px);
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.status__info__list__item__icon {
    width: 28px;
}

.status__info__list__item__text {
    font-family: Inter;
    font-size: 18.21px;
    font-weight: 400;
    line-height: 29.16px;
    text-align: left;
    color: #FFFFFF;
}

.auc {
    margin-top: 93px;
}

.auc__wrap {
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    padding: 70px 20px;
}

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

.auc__bg source,
.auc__bg img {
    width: 100%;
    height: 100%;
}

.auc__title {
    position: relative;
    padding-left: 80px;
    margin-bottom: 50px;
}

.auc__blocks {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 25px;
}

.auc__blocks__block {
    width: 100%;
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 30px 40px;
}

.auc__blocks__block__title {
    font-family: Manrope;
    font-size: 25px;
    font-weight: 600;
    line-height: 34.15px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #222222;
    margin-bottom: 30px;
}

.auc__blocks__block__list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.auc__blocks__block__list__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.auc__blocks__block__list__item--wide {
    max-width: 220px;
}

.auc__blocks__block__list__item__logo {
    width: 100px;
    aspect-ratio: 1/1;
}

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

.auc__blocks__block__list__item__text {
    font-family: Manrope;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}

.auc__blocks__block__list__item__desc {
    font-family: Manrope;
    font-size: 25px;
    font-weight: 600;
    line-height: 34.15px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #222222;
}

.auc__blocks__block__list__item__desc span {
    font-size: 20px;
    font-weight: 400;
    line-height: 27.32px;
    color: #000000;
}

.income {
    margin-top: 93px;
}

.income__wrap {
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    background: #1A1A24;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
    padding: 115px 65px 100px 120px;
}

.income__bg-radial {
    position: absolute;
    width: 695.65px;
    height: 703px;
    top: 70.33px;
    left: -246px;
    filter: blur(90px);
    transform: rotate(93.61deg);
    background: linear-gradient(156.2deg, rgba(0, 105, 165, 0.6) 15.3%, rgba(30, 0, 149, 0.6) 38.43%, rgba(165, 0, 89, 0.6) 61.57%, rgba(164, 63, 0, 0.6) 84.7%);
}

.income__title {
    position: relative;
    font-size: 65px;
    font-weight: 600;
    line-height: 71.5px;
    max-width: 520px;
}

.income__info {
    position: relative;
    max-width: 835px;
    display: flex;
    flex-direction: column;
}

.income__info__desc {
    font-size: 30px;
    font-weight: 400;
    line-height: 41.1px;
    color: #FFFFFF;
    margin-bottom: 46px;
}

.income__info__list {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.income__info__list__item {
    width: 81px;
    height: 81px;
}

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

.adv {
    margin-top: 180px;
}

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

.adv__title {
    font-size: 65px;
    font-weight: 600;
    line-height: 88.79px;
    color: #22292D;
    margin-bottom: 50px;
}

.adv__list {
    display: flex;
    align-items: stretch;
    gap: 24px;
}

.adv__list+.adv__list {
    margin-top: 24px;
}

.adv__list__item {
    display: flex;
    flex-direction: column;
    border: 1px solid #A4A4A4;
    border-radius: 35px;
    overflow: hidden;
    padding: 40px 18px 63px 30px;
    background: #FFFFFF;
    width: 100%;
}

.adv__list__item__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    padding-bottom: 35px;
    border-bottom: 2px solid #E0E7E9;
}

.adv__list__item__top__title {
    font-family: Manrope;
    font-size: 30.64px;
    font-weight: 700;
    line-height: 42.9px;
    text-align: left;
    color: #22292D;
    max-width: 370px;
}

.adv__list__item__top__icon {
    width: 76px;
    aspect-ratio: 1/1;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(224.37deg, #753788 1.08%, #E62828 100%);
    box-shadow: -11.89px 11.89px 41.63px 0px #31313126;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    flex-shrink: 0;
}

.adv__list__item__top__icon__pic {
    width: 40px;
    height: 40px;
}

.adv__list__item__bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 25px;
}

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

.adv__list__item__bottom__text {
    font-family: Manrope;
    font-size: 20px;
    font-weight: 500;
    line-height: 30.39px;
    text-align: left;
    color: #22292D;
    display: flex;
    align-items: flex-start;
}

.adv__list__item__bottom__text:before {
    position: relative;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #D72B36;
    margin-right: 6px;
    flex-shrink: 0;
    top: 12px;
}

.market {
    margin-top: 72px;
}

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

.market__title {
    font-size: 65px;
    font-weight: 600;
    line-height: 88.79px;
    margin-bottom: 27px;
    color: #22292D;
}

.market__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 48px;
}

.market__left {
    display: flex;
    flex-direction: column;
    max-width: 662px;
    /* max-width: 38.3%; */
    flex-shrink: 0;
}

.market__left__title {
    font-family: Manrope;
    font-size: 20px;
    font-weight: 500;
    line-height: 27.32px;
    color: #22292D;
    margin-bottom: 32px;
}

.market__left__card {
    display: flex;
    flex-direction: column;
    border-radius: 40px;
    background: #1A1A24;
    padding: 39px 30px 56px 30px;
    overflow: hidden;
}

.market__left__card__pic {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 26px;
}

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

.market__left__card__info {
    display: flex;
    flex-direction: column;
    max-width: 425px;
    margin-bottom: 40px;
}

.market__left__card__info__name {
    font-family: Manrope;
    font-size: 25px;
    font-weight: 600;
    line-height: 34.15px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.market__left__card__info__data {
    font-family: Manrope;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.59px;
    text-align: left;
    color: #D3D3D3;
}

.market__left__card__prices {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.market__left__card__prices__item {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.market__left__card__prices__item__title {
    font-family: Manrope;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.59px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.market__left__card__prices__item__price {
    border: 1px solid #5C5C5C;
    border-radius: 26px;
    padding: 13px 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Manrope;
    font-size: 40px;
    font-weight: 700;
    line-height: 54.64px;
    color: #FFFFFF;
}

.market__left__card__prices__item__price--gradient {
    border: none;
    background: linear-gradient(87.03deg, #E62828 9.09%, #823282 76.9%);
}

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

.market__right__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.market__right__top__title {
    font-family: Manrope;
    font-size: 20px;
    font-weight: 500;
    line-height: 27.32px;
    text-align: left;
    color: #22292D;
}

.market__right__top__labels {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 16px;
}

.market__right__top__labels__item {
    width: 229px;
    height: 43px;
    border-radius: 200px;
    background: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px;
}

.market__right__top__labels__item__pic {
    height: 100%;
}

.market__right__price {
    border: 1px solid #E5E5E5;
    border-radius: 35px;
    padding: 50px 20px;
}

.market__right__price__bg {
    width: 100%;
}

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

.market__right__price__list {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.market__right__price__list__item {
    max-width: 100%;
    width: 100%;
}

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

.serv {
    margin-top: 134px;
}

.serv--2 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.serv__wrap {
    display: flex;
    flex-direction: column;
    border-radius: 35px;
    overflow: hidden;
}

.serv__head {
    position: relative;
    padding: 40px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.serv--2 .serv__head {
    padding: 0;
}

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

.serv__head__bg--static {
    position: relative;
    top: unset;
    left: unset;
}

.serv__head__bg source,
.serv__head__bg img {
    width: 100%;
    height: 100%;
}

.serv__head__text {
    display: flex;
    flex-direction: column;
    position: relative;
}

.serv__head__text__title {
    font-family: Manrope;
    font-size: 65px;
    font-weight: 500;
    line-height: 88.79px;
    color: #FFFFFF;
}

.serv__head__text__subtitle {
    font-family: Manrope;
    font-size: 22px;
    font-weight: 500;
    line-height: 30.05px;
    color: #B3B3B3;
}

.serv__head__logo {
    position: relative;
    width: 170px;
}

.serv__head__logo__pic {
    width: 100%;
}

.serv__table {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.serv__table__pic {
    max-width: 21.41%;
}

.serv--2 .serv__table__pic {
    max-width: 17.34%;
}

.serv__table__data__pic {
    width: 99.95%;
}

.serv--2 .serv__table__data__pic {
    width: 99.97%;
}

.adds {
    margin-top: 142px;
}

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

.adds__title {
    font-size: 65px;
    font-weight: 600;
    line-height: 88.79px;
    margin-bottom: 33px;
    color: #22292D;
}

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

.adds__list__item {
    position: relative;
    border-radius: 38px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    width: 25%;
}

.adds__list__item__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.adds__list__item__bg source,
.adds__list__item__bg img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.adds__list__item__text {
    position: relative;
    font-family: Manrope;
    font-size: 30.64px;
    font-weight: 600;
    line-height: 39.3px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #FFFFFF;
}

.consult--dealer {
    margin-top: 150px;
}

.consult--dealer .consult__bg-person {
    right: 0;
}

.popup--dealer .popup__title {
    font-size: 26px;
    font-weight: 500;
    line-height: 31.2px;
    text-align: center;
}

@media (max-width: 1800px) {
    .market__wrap {
        padding: 0 5%;
    }
    .adv__wrap {
        padding: 0 2%;
    }
}

@media (max-width: 1720px) {
    .auc__blocks__block__title {
        text-align: center;
    }
    .auc__blocks__block__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .auc__blocks__block__list__item--wide {
        grid-column: 1/3;
        justify-self: center;
    }
    .auc__blocks__block__list__item__desc {
        text-align: center;
    }
    .adv__list__item__top__title {
        font-size: 26.64px;
        line-height: 38.9px;
    }
}

@media (max-width: 1470px) {
    .income__wrap {
        flex-direction: column;
    }
    .income__title {
        max-width: 920px;
    }
    .income__info {
        max-width: 920px;
    }
    .market__title {
        text-align: center;
    }
    .market__content {
        flex-direction: column;
        align-items: center;
    }
    .market__left {
        max-width: 950px;
    }
    .market__right {
        max-width: 950px;
    }
}

@media (max-width: 1440px) {
    .adv__list__item__top__title {
        font-size: 24.64px;
        line-height: 36.9px;
    }
    .adv__list__item {
        padding: 25px;
    }
    .adv__list__item__top {
        padding-bottom: 20px;
    }
    .adv__list__item__top__title {
        font-size: 22.64px;
        line-height: 34.9px;
    }
    .adv__list__item__top__icon {
        width: 60px;
    }
    .adv__list__item__bottom {
        gap: 10px;
    }
    .adv__list__item__bottom__text {
        font-size: 16px;
        line-height: 26.39px;
    }
    .adds__list__item__text {
        font-size: 22.64px;
        line-height: 31.3px;
    }
}

@media (max-width: 1265px) {
    .adv__list__item__top__title {
        font-size: 20px;
        line-height: 30px;
    }
    .adv__list__item__bottom__text {
        font-size: 14px;
        line-height: 24px;
    }
    .serv__head {
        padding: 40px;
    }
}

@media (max-width: 1175px) {
    .adv__title {
        text-align: center;
    }
    .adv__list {
        flex-direction: column;
        max-width: 545px;
        width: 100%;
        align-self: center;
    }
}

@media (max-width: 1140px) {
    .auc__title {
        padding-left: 0;
    }
    .serv__head__text__title {
        font-size: 50px;
        line-height: 73.79px;
    }
    .adds__title {
        font-size: 50px;
        line-height: 73.79px;
    }
}

@media (max-width: 1040px) {
    .start--dealer .start__slide__buttons {
        flex-direction: column;
    }
    .status__wrap {
        padding: 74px;
    }
    .status__info__list {
        grid-template-columns: 1fr 1fr;
    }
    .market__title {
        text-align: left;
    }
}

@media (max-width: 1020px) {
    .auc__blocks {
        flex-direction: column;
        align-items: center;
    }
    .auc__blocks__block {
        max-width: 670px;
    }
    .auc__blocks__block__list {
        display: flex;
        justify-content: center;
        gap: 5%;
    }
}

@media (max-width: 990px) {
    .status__bg-pic {
        right: 50%;
        transform: translateX(50%);
    }
    .serv__head__logo {
        display: none;
    }
    .adds__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .adds__list__item {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .status__wrap {
        padding: 35px;
    }
}

@media (max-width: 860px) {
    .market__title {
        line-height: 71px;
    }
    .market__left__card__prices__item__price {
        font-size: 32px;
        line-height: 46.64px;
        padding: 10px;
    }
    .market__right__top__labels {
        flex-direction: column-reverse;
        gap: 10px;
    }
    .market__right__top__labels__item {
        padding: 0;
        height: unset;
        width: unset;
        background: none;
        border-radius: unset;
        overflow: unset;
    }
    .market__right__top__labels__item__pic {
        max-height: 23px;
    }
    .market__right__price {
        padding: 30px 20px;
    }
}

@media (max-width: 720px) {
    .start--dealer .start__list__item__slide {
        padding: 45px;
    }
    .start--dealer .start__slide__buttons__btn {
        max-width: 500px;
        width: 100%;
    }
    .income__wrap {
        padding-left: 40px;
        padding-right: 40px;
    }
    .serv__wrap {
        border-bottom-left-radius: unset;
        border-bottom-right-radius: unset;
    }
    .serv__table__pic {
        max-width: unset;
        /* width: 250px; */
        width: 35.55%;
    }
    .serv__table__data {
        overflow-x: scroll;
    }
    .serv__table__data__pic {
        /* width: 917px; */
        width: 202.4%;
    }
    .serv--2 .serv__table__pic {
        max-width: unset;
    }
    .serv--2 .serv__table__data__pic {
        width: 263%;
    }
}

@media (max-width: 640px) {
    .status__info__list {
        grid-template-columns: 1fr;
    }
    .status__info__list__item {
        flex-direction: row;
    }
    .income__title {
        font-size: 45px;
        line-height: 50px;
    }
    .income__info__desc {
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
    }
    .market__title {
        font-size: 45px;
        line-height: 50px;
    }
    .adv__title {
        text-align: left;
    }
    .adv__title {
        font-size: 45px;
        line-height: 50px;
    }
    .serv__wrap {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }
    .serv__head {
        padding: 25px;
    }
    .serv__head__text__title {
        font-size: 45px;
        line-height: 50px;
    }
    .adds__title {
        font-size: 45px;
        line-height: 50px;
    }
}

@media (max-width: 620px) {
    .auc__blocks__block {
        padding: 20px;
        padding-top: 10px;
    }
    .auc__blocks__block__title {
        text-align: left;
    }
    .auc__blocks__block__list__item__desc {
        font-size: 20px;
        line-height: 29.15px;
        text-align: left;
    }
    .auc__blocks__block__list__item__desc span {
        font-size: 18px;
        line-height: 24.32px;
        text-align: left;
    }
    .market__left__card__prices__item__price {
        font-size: 22px;
    }
}

@media (max-width: 580px) {
    .auc__blocks__block__list__item__logo {
        width: 100%;
    }
    .auc__blocks__block__list__item__text {
        font-size: 13px;
    }
    .market__right__price__bg {
        display: none;
    }
    .market__right__price__list {
        display: grid;
    }
    .adds__list {
        gap: 10px;
    }
}

@media (max-width: 540px) {
    .status__bg-pic {
        right: 0;
        transform: unset;
        height: unset;
        width: 100%;
    }
    .status__bg-pic img,
    .status__bg-pic source {
        height: unset;
        width: 100%;
    }
    .income__wrap {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .income__title {
        font-size: 41px;
        line-height: 46px;
    }
    .income__info__desc {
        font-size: 22px;
        font-weight: 400;
        line-height: 30px;
    }
    .income__info__list {
        gap: 15px;
        justify-content: center;
    }
}

@media (max-width: 500px) {
    .start--dealer .start__list__item__slide {
        padding: 75px 16px 20px 16px;
        border-radius: 16px;
    }
    .start--dealer .title {
        line-height: 26px;
        margin-bottom: 30px;
    }
    .start__slide__list {
        margin-bottom: 78px;
        gap: 4px;
    }
    .start__slide__list__item__text {
        font-size: 14px;
        font-weight: 400;
        line-height: 19.12px;
    }
    .start__slide__list__item__text:before {
        margin-right: 6px;
        width: 5px;
        height: 5px;
    }
    .start--dealer .start__slide__buttons__btn {
        font-size: 12px;
        font-weight: 600;
        line-height: 19.12px;
        padding: 0;
    }
    .start--dealer .btn__icon {
        margin-right: 5px;
    }
    .status {
        margin-top: 50px;
    }
    .status__wrap {
        padding: 30px 20px 15px 20px;
        border-radius: 16px;
    }
    .status__info__text {
        margin-bottom: 100%;
    }
    .status__info__text__title {
        font-size: 27px;
        font-weight: 500;
        line-height: 32.4px;
    }
    .status__info__text__subtitle {
        margin-top: 12px;
        font-family: Manrope;
        font-size: 14px;
        font-weight: 400;
        line-height: 19.12px;
        max-width: 270px;
    }
    .status__info__list {
        gap: 10px;
    }
    .status__info__list__item {
        border-radius: 12px;
        padding: 11px 25px;
        gap: 24px;
    }
    .status__info__list__item__icon {
        width: 28px;
    }
    .status__info__list__item__text {
        font-size: 15px;
        font-weight: 400;
        line-height: 21px;
    }
    .auc {
        margin-top: 50px;
    }
    .auc__wrap {
        padding: 10px 16px 20px 16px;
        border-radius: 16px;
    }
    .auc__title {
        font-size: 27px;
        font-weight: 400;
        line-height: 32.4px;
        margin-bottom: 20px;
    }
    .auc__blocks {
        gap: 10px;
    }
    .auc__blocks__block {
        padding: 10px;
        padding-bottom: 18px;
        border-radius: 9px;
    }
    .auc__blocks__block__title {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .auc__blocks__block__list__item--wide {
        max-width: 47%;
    }
    .auc__blocks__block__list__item__desc {
        font-size: 18px;
    }
    .income__title {
        align-self: flex-start;
    }
    .adv {
        margin-top: 50px;
    }
    .adv__title {
        font-size: 27px;
        line-height: 32.4px;
        margin-bottom: 30px;
    }
    .serv {
        margin-top: 50px;
    }
    .serv__head__text__title {
        font-size: 27px;
        line-height: 32.4px;
        margin-bottom: 10px;
    }
    .serv__head__text__subtitle {
        font-size: 18px;
        line-height: 26.05px;
    }
    .adds__wrap {
        padding: 0 5%;
    }
    .adds__title {
        font-size: 27px;
        line-height: 32.4px;
        margin-bottom: 20px;
    }
    .adds__list__item__text {
        font-size: 18.64px;
        line-height: 27.3px;
    }
    .popup--dealer .popup__title {
        font-size: 22px;
        font-weight: 600;
        line-height: 24.2px;
    }
    .popup .field__select__list__item {
        font-size: 19.2px;
        font-weight: 400;
        line-height: 26.23px;
    }
}

@media (max-width: 480px) {
    .status__bg-pic {
        top: -35px;
    }
    .auc__blocks__block {
        padding-left: 34px;
        padding-right: 34px;
    }
    .auc__blocks__block__title {
        font-size: 15px;
        font-weight: 600;
        line-height: 20.49px;
        letter-spacing: 0.02em;
    }
    .auc__blocks__block__list__item__text {
        font-size: 8px;
        font-weight: 600;
        line-height: 12px;
    }
    .auc__blocks__block__list__item__desc {
        font-size: 12px;
        font-weight: 600;
        line-height: 14.4px;
        letter-spacing: 0.02em;
    }
    .auc__blocks__block__list__item__desc span {
        font-size: 10px;
        font-weight: 400;
        line-height: 13.66px;
    }
    .income__wrap {
        border-radius: 16px;
        padding: 40px 20px;
        gap: 12px;
    }
    .income__title {
        font-size: 27px;
        line-height: 32.4px;
        max-width: 100%;
    }
    .income__info {
        max-width: 100%;
    }
    .income__info__desc {
        font-size: 14px;
        line-height: 19.6px;
        margin-bottom: 30px;
    }
    .income__info__list__item {
        width: 60px;
        height: unset;
        aspect-ratio: 1/1;
        border-radius: 16px;
        overflow: hidden;
    }
    .market {
        margin-top: 50px;
    }
    .market__title {
        font-size: 28px;
        font-weight: 600;
        line-height: 30.8px;
        margin-bottom: 30px;
    }
    .market__content {
        gap: 40px;
    }
    .market__left__title {
        font-size: 12px;
        font-weight: 500;
        line-height: 16.39px;
        margin-bottom: 12px;
    }
    .market__left__card {
        border-radius: 20px;
        padding: 5px;
    }
    .market__left__card__pic {
        border-radius: 18px;
        height: 210px;
        aspect-ratio: unset;
        margin-bottom: 20px;
    }
    .market__left__card__info {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 32px;
    }
    .market__left__card__info__name {
        font-size: 16px;
        line-height: 21.86px;
        letter-spacing: 0.02em;
        margin-bottom: 4px;
    }
    .market__left__card__info__data {
        font-size: 12px;
        font-weight: 400;
        line-height: 16.39px;
        text-align: left;
    }
    .market__left__card__prices {
        gap: 6px;
        padding: 5px;
        padding-top: 0;
    }
    .market__left__card__prices__item__title {
        font-size: 10px;
        line-height: 13.66px;
        margin-bottom: 5px;
    }
    .market__left__card__prices__item__price {
        border-radius: 10px;
        font-size: 18px;
        line-height: 24.59px;
        letter-spacing: 0.02em;
    }
    .market__right__top {
        margin-bottom: 12px;
    }
    .market__right__top__title {
        font-size: 12px;
        line-height: 16.39px;
        max-width: 145px;
    }
    .market__right__top__labels {
        gap: 3px;
        align-items: flex-end;
        margin-bottom: 0;
    }
    .market__right__top__labels__item {
        max-width: 52px;
        max-height: 15px;
        display: flex;
        justify-content: flex-end;
    }
    .market__right__top__labels__item__pic {
        width: 100%;
    }
    .market__right__price {
        padding: 0;
        border: unset;
        border-radius: unset;
    }
    .adv__list {
        gap: 10px;
    }
    .adv__list+.adv__list {
        margin-top: 10px;
    }
    .adv__list__item {
        border-radius: 25px;
        padding: 20px;
    }
    .adv__list__item__top__title {
        font-size: 16px;
        line-height: 17.6px;
        letter-spacing: 0.02em;
    }
    .adv__list__item__top {
        padding-bottom: 16px;
    }
    .adv__list__item__top__icon {
        width: 47px;
    }
    .adv__list__item__top__icon__pic {
        width: 30px;
        height: 30px;
        border-radius: 11px;
        padding: 4px;
    }
    .adv__list__item__bottom {
        margin-top: 16px;
        grid-template-columns: 1fr;
        gap: 0;
    }
    .adv__list__item__bottom__text {
        font-size: 12px;
        line-height: 20px;
    }
    .adv__list__item__bottom__text:before {
        top: 7px;
    }
    .serv__head {
        padding: 10px 16px 26px 16px;
    }
    .serv__head__text__title {
        font-size: 28px;
        line-height: 30.8px;
        max-width: 200px;
    }
    .serv__head__text__subtitle {
        font-size: 12px;
        line-height: 16.39px;
    }
    .adds {
        margin-top: 50px;
    }
    .adds__title {
        font-size: 28px;
        line-height: 30.8px;
    }
    .adds__list {
        gap: 5px;
    }
    .adds__list__item {
        height: 90px;
        padding: 0;
        border-radius: 12px;
    }
    .adds__list__item__bg {
        top: unset;
        left: unset;
        transform: unset;
    }
    .adds__list__item__text {
        font-size: 16px;
        line-height: 19.2px;
        letter-spacing: 0.03em;
    }
    .consult--dealer {
        margin-top: 50px;
    }
    .serv--2 .serv__table__pic {
        width: 45%;
    }
    .serv--2 .serv__table__data__pic {
        width: 390%;
    }
}

@media (max-width: 320px) {
    .status__bg-pic {
        top: 33px;
    }
    .income__info__list {
        gap: unset;
        justify-content: space-between;
    }
    .auc__blocks__block__list__item__logo {
        width: 45px;
        height: 45px;
    }
}

/*новый футер*/

.footer {
    background: #22292D;
    overflow: hidden;
}

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

.footer__top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 25px 0;
}

.footer__top:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 111%;
    height: 2px;
    background: linear-gradient(90deg, #E62828 0%, #823282 100%);
}

.footer__top__logo {
    gap: 30px;
    flex-shrink: 0;
}

.footer__top__logo .logo__pic {
    width: 165px;
}

.footer__top__logo .logo__slogan {
    font-size: 12px;
    color: #FFFFFF;
    max-width: 155px;
}

.footer__menu__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
}

.footer__menu__list__item__link {
    font-family: Manrope;
    font-size: 22px;
    font-weight: 400;
    line-height: 30.05px;
    color: #FFFFFF;
}

.footer__top__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border: 1px solid #FFFFFF;
    font-family: Manrope;
    font-size: 12px;
    font-weight: 600;
    line-height: 16.39px;
    color: #FFFFFF;
    padding: 16px 19px;
    background: #22292D;
    z-index: 5;
}

.footer__top__btn--bottom {
    display: none;
}

.footer__middle {
    padding: 35px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer__middle__creds {
    display: flex;
    flex-direction: column;
    margin-right: auto;
}

.footer__middle__creds__block--bottom {
    display: none;
}

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

.footer__middle__creds__list__item {
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.86px;
    color: #FFFFFF;
}

.footer__middle__creds__link {
    margin-top: 8px;
    font-family: Manrope;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.39px;
    color: #ACA1A1;
}

.footer__middle__creds__address {
    font-family: Manrope;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.12px;
    color: #FFFFFF;
    margin-top: 27px;
}

.footer__middle__links {
    display: flex;
    align-items: flex-start;
    gap: 108px;
    margin-left: 30px;
}

.footer__middle__links__col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer__middle__links__col:first-child {
    flex-shrink: 0;
}

.footer__middle__links__col__link {
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: #FFFFFF;
}

.footer__socials {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-left: 78px;
}

.footer__socials--top {
    display: none;
}

.footer__socials__title {
    font-family: Manrope;
    font-size: 12px;
    font-weight: 600;
    line-height: 16.8px;
    color: #FFFFFF;
}

.footer__socials__list {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer__socials__list__item--vk .footer__socials__list__item__link {
    background: #0077FF;
}

.footer__socials__list__item--tg .footer__socials__list__item__link {
    background: #05A0EB;
}

.footer__socials__list__item--yt .footer__socials__list__item__link {
    background: #D72B36;
}

.footer__socials__list__item__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.footer__socials__list__item__link__icon {
    width: 22px;
    height: 22px;
}

.footer__contacts {
    display: flex;
    flex-direction: column;
    margin-left: 68px;
}

.footer__contacts .info-block {
    align-items: flex-end;
}

.footer__contacts .info-block__time {
    font-family: Manrope;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.12px;
    color: #A5A5A5;
}

.footer__contacts .info-block__time__icon {
    margin-top: 2px;
}

.footer__contacts .info-block__tel {
    font-family: Manrope;
    font-size: 40px;
    font-weight: 400;
    line-height: 54.64px;
    color: #FFFFFF;
}

.footer__contacts .soc {
    margin-top: 20px;
    justify-content: flex-end;
}

.footer__contacts .soc__list__item__link {
    width: 40px;
    height: 40px;
}

.footer__bottom {
    padding-bottom: 25px;
}

.footer__bottom__links {
    display: flex;
    align-items: center;
    gap: 50px;
}

.footer__bottom__links__link {
    font-family: Manrope;
    font-size: 14px;
    font-weight: 300;
    line-height: 19.12px;
    color: #ACA1A1;
}

@media (max-width: 1700px) {
    .footer__contacts .info-block__tel {
        font-size: 26px;
        line-height: 100%;
    }
}

@media (max-width: 1555px) {
    .footer__middle {
        gap: 30px;
    }
    .footer__middle>div {
        margin: 0;
    }
    .footer__middle__links {
        gap: 20px;
    }
}

@media (max-width: 1440px) {
    .footer__menu {
        width: 100%;
    }
    .footer__menu__list {
        gap: 30px;
        justify-content: center;
    }
    .footer__menu__list__item__link {
        font-size: 18px;
    }
}

@media (max-width: 1360px) {
    .footer__middle {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: flex-start;
    }
    .footer__socials--middle {
        order: 4;
    }
    .footer__contacts {
        order: 3;
    }
}

@media (max-width: 1140px) {
    .footer__top {
        flex-wrap: wrap;
        gap: 20px;
        padding: 20px 0;
    }
    .footer__menu {
        display: flex;
        justify-content: center;
        width: 100%;
        order: 3;
        padding-top: 20px;
        position: relative;
    }
    .footer__menu:before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 111%;
        height: 2px;
        background: linear-gradient(90deg, #E62828 0%, #823282 100%);
    }
    .footer__menu__list {
        max-width: 75%;
        width: 100%;
        justify-content: space-between;
        gap: 16px;
    }
    .footer__top__btn--top {
        display: none;
    }
    .footer__socials {
        margin-left: 0;
    }
    .footer__socials--top {
        display: flex;
    }
    .footer__socials--middle {
        display: none;
    }
    .footer__top__btn--bottom {
        display: flex;
        align-self: center;
        margin-bottom: 20px;
        max-width: 300px;
        width: 100%;
    }
}

@media (max-width: 900px) {
    .footer__menu__list {
        max-width: unset;
    }
}

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

@media (max-width: 645px) {
    .footer__middle {
        display: flex;
        flex-wrap: wrap;
    }
    .footer__middle__creds {
        order: 3;
        max-width: 45%;
    }
    .footer__middle__links {
        order: 1;
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 640px) {
    .footer__top__logo {
        gap: 13px;
    }
    .footer__top__logo .logo__pic {
        width: 100px;
    }
    .footer__socials__list__item__link {
        width: 40px;
        height: 40px;
    }
    .footer__menu__list__item__link {
        font-size: 16px;
    }
    .footer__contacts .info-block__tel {
        font-size: 20px;
    }
    .footer__middle__creds__block--bottom {
        display: block;
    }
    .footer__middle__creds__block--middle {
        display: none;
    }
    .footer__bottom {
        display: flex;
        gap: 30px;
    }
    .footer__bottom__links {
        flex-direction: column;
        gap: 5px;
        align-items: flex-start;
        justify-content: space-between;
    }
}

@media (max-width: 480px) {
    .footer__top {
        padding: 16px 0;
        gap: 16px;
    }
    .footer__top__logo .logo__slogan {
        font-size: 11px;
        max-width: 132px;
    }
    .footer__socials__list__item__link {
        width: 35px;
        height: 35px;
    }
    .footer__menu {
        padding-top: 16px;
    }
    .footer__menu__list__item__link {
        font-size: 14px;
    }
    .footer__top__btn {
        padding: 20px;
        font-size: 12px;
    }
}

@media (max-width: 440px) {
    .footer__top {
        padding-bottom: 7px;
    }
    .footer__top__logo .logo__pic {
        width: 62px;
    }
    .footer__top__logo .logo__slogan {
        font-size: 7px;
        line-height: 9.56px;
        max-width: 87px;
    }
    .footer__socials {
        gap: 5px;
    }
    .footer__socials__title {
        font-size: 7px;
    }
    .footer__socials__list {
        gap: 4px;
    }
    .footer__socials__list__item__link {
        width: 24px;
        height: 24px;
    }
    .footer__socials__list__item__link__icon {
        width: 13px;
        height: 13px;
    }
    .footer__menu {
        padding-top: 7px;
    }
    .footer__menu__list__item__link {
        font-size: 10px;
    }
    .footer__middle {
        padding: 14px 0;
    }
    .footer__middle__links__col {
        gap: 5px;
    }
    .footer__middle__links__col__link {
        font-size: 12px;
        line-height: 20px;
    }
    .footer__middle__creds__address {
        font-family: Manrope;
        font-size: 10px;
        font-weight: 400;
        line-height: 10.93px;
        text-align: left;
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }
    .footer__contacts .info-block__time {
        font-size: 8px;
        line-height: 10.93px;
    }
    .footer__contacts .info-block__tel {
        font-size: 14px;
        line-height: 19.12px;
    }
    .footer__contacts .soc {
        margin-top: 10px;
    }
    .footer__contacts .soc__list__item__link {
        width: 24px;
        height: 24px;
    }
    .footer__contacts .soc__list__item__link__icon {
        width: 13px;
        height: 13px;
    }
    .footer__middle__creds__list__item {
        font-size: 10px;
        line-height: 10.93px;
    }
    .footer__middle__creds__link {
        display: flex;
        font-size: 10px;
        line-height: 11px;
    }
    .footer__bottom {
        gap: 20px;
    }
    .footer__bottom__links__link {
        font-size: 10px;
        line-height: 11px;
    }
}

@media (max-width: 335px) {
    .footer__middle__creds {
        max-width: 144px;
    }
    .footer__contacts .info-block__tel {
        font-size: 12px;
    }
}

/*новый футер*/