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

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

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

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

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

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

body {
    margin: 0;
}

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

main {
    display: block;
}

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

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

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

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

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

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

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

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

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

a {
    background-color: transparent;
}

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

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

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

b,
strong {
    font-weight: bolder;
}

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

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

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

small {
    font-size: 80%;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

img {
    border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
    vertical-align: baseline;
}

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

textarea {
    overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
    display: block;
}

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

summary {
    display: list-item;
}

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

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

template {
    display: none;
}

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

[hidden] {
    display: none;
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
    font-weight: 400;
}

h1,
h2,
h3 {
    text-transform: uppercase;
}

h1 {
    font-weight: 700;
    font-size: calc(30px + 30 * (100vw - 360px) / 1560);
    line-height: 1.25;
}

h2 {
    font-weight: 700;
    font-size: calc(26px + 18 * (100vw - 360px) / 1560);
    line-height: 1.18;
}

h3 {
    font-weight: 700;
    font-size: calc(22px + 10 * (100vw - 360px) / 1560);
    line-height: 1.28;
}

h4 {
    font-weight: 600;
    font-size: calc(20px + 4 * (100vw - 360px) / 1560);
    line-height: 1.28;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
	scroll-padding-top: 150px;
}

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

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

img {
    max-width: 100%;
}

.list-reset {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hidden {
    display: none !important;
}

.btn-reset {
    padding: 0;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
}

.inp-reset {
    padding: 0;
    outline: none;
    border: none;
    border-radius: 0;
    background: none;
}

body {
    min-height: 100vh;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #111111;
    font-size: calc(16px + 4 * (100vw - 360px) / 1560);
    background-color: #f5f5f5;
}

body.fixed {
    overflow: hidden;
}

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

main {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: 148px;
}

@media screen and (max-width: 600px) {
    main {
        margin-top: 119px;
    }
}

section {
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
}

.section-offset {
    margin-bottom: 100px;
}

@media screen and (max-width: 1040px) {
    .section-offset {
        margin-bottom: 50px;
    }
}

.primary-button {
    padding: 16px 30px 18px;
    border: 1px solid #c70118;
    white-space: nowrap;
    text-align: center;
    font-weight: 500;
    line-height: 120%;
    color: #ffffff;
    background-color: #c70118;
    transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}

.primary-button:has(svg) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.primary-button:has(svg) svg {
    flex: 0 0 auto;
}

.primary-button:hover {
    border-color: #e43e51;
    background-color: #e43e51;
}

.primary-button:disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    background-color: #d9d9d9;
}

.primary-button-revert {
    padding: 16px 30px 18px;
    border: 1px solid #c70118;
    white-space: nowrap;
    text-align: center;
    font-weight: 500;
    line-height: 120%;
    color: #c70118;
    transition: color 0.25s ease-in-out;
}

.primary-button-revert:hover {
    color: #111111;
}

.secondary-button {
    padding: 16px 30px 18px;
    border: 1px solid #ffffff;
    white-space: nowrap;
    text-align: center;
    font-weight: 500;
    line-height: 120%;
    color: #111111;
    background-color: #ffffff;
    transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}

.secondary-button:has(svg) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.secondary-button:has(svg) svg {
    flex: 0 0 auto;
}

.secondary-button:hover {
    border-color: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}

.secondary-button-revert {
    padding: 16px 30px 18px;
    border: 1px solid #ffffff;
    white-space: nowrap;
    text-align: center;
    font-weight: 500;
    line-height: 120%;
    color: #ffffff;
    transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}

.secondary-button-revert:hover {
    color: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.8);
}

.input-base {
    padding: 18px 30px;
    border: 1px solid #d9d9d9;
    outline: none;
    font-size: calc(14px + 4 * (100vw - 360px) / 1560);
    line-height: 120%;
    color: #111111;
    border-radius: 0;
    background-color: #ffffff;
}

.input-base::-webkit-input-placeholder {
    color: #6a6a6a;
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
}

.input-base::-moz-placeholder {
    color: #6a6a6a;
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
}

.input-base:-moz-placeholder {
    color: #6a6a6a;
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
}

.input-base:-ms-input-placeholder {
    color: #6a6a6a;
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
}

.input-base:focus::-webkit-input-placeholder {
    opacity: 0;
}

.input-base:focus::-moz-placeholder {
    opacity: 0;
}

.input-base:focus:-moz-placeholder {
    opacity: 0;
}

.input-base:focus:-ms-input-placeholder {
    opacity: 0;
}

@media screen and (max-width: 1040px) {
    .input-base {
        padding: 18px 25px;
    }
}

.iti {
    width: 100%;
    margin-bottom: 7px;
}

.iti__country-list {
    width: 280px;
    overflow-x: hidden;
}

.iti-mobile .iti--container {
    width: 280px;
    right: unset !important;
    bottom: unset !important;
    min-height: 200px;
}

.iti-mobile .iti__country-list {
    top: unset;
}

.back-to-top-btn {
    z-index: 11;
    position: fixed;
    right: 10px;
    bottom: 15px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    background-color: #ffffff;
    transition: opacity 0.25s ease-in-out;
}

.back-to-top-btn svg {
    transform: rotate(-45deg);
}

.back-to-top-btn--active {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 900px) {
    .mfp-arrow-left {
        transform-origin: 0;
    }

    .mfp-arrow-right {
        transform-origin: 100%;
    }
}

.header {
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f5f5f5;
}

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

.header__top {
    height: 81px;
    display: flex;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid #d9d9d9;
}

.header__bottom {
    height: 67px;
    display: flex;
    align-items: center;
    padding: 21px 0 24px;
}

.header__bottom .header__container {
    justify-content: center;
}

.header__logo {
    margin-right: 38px;
}

.header__title {
    margin-right: auto;
    font-size: calc(13px + 3 * (100vw - 360px) / 1560);
    color: #6a6a6a;
    line-height: 120%;
}

.header__contacts {
    display: flex;
    align-items: baseline;
}

.header__contacts-item {
    line-height: 120%;
    font-size: calc(16px + 2 * (100vw - 360px) / 1560);
}

.header__contacts-item:not(:last-child) {
    margin-right: 32px;
}

.header__contacts-item:not(.header__contacts-item--phone) {
    padding-bottom: 6px;
    border-bottom: 1px solid #c70118;
    transition: border-color 0.25s ease-in-out;
}

.header__contacts-item:not(.header__contacts-item--phone):hover {
    border-color: #111111;
}

.header__contacts-item--phone {
    font-weight: 500;
    font-size: calc(16px + 4 * (100vw - 360px) / 1560);
}

.header__burger, .header__mobile {
    display: none;
}

@media screen and (max-width: 1200px) {
    .header__logo {
        margin-right: 10px;
    }

    .header__logo img {
        max-width: 225px;
    }

    .header__contacts-item:not(:last-child) {
        margin-right: 15px;
    }
}

@media screen and (max-width: 1040px) {
    .header__top {
        padding: 13px 0 9px;
    }

    .header__top .header__container {
        flex-direction: column;
        justify-content: center;
    }

    .header__bottom .header__container {
        justify-content: flex-start;
    }

    .header__navigation {
        z-index: 9;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100 dvh;
        background-color: #ffffff;
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        transition: 0.25s ease-in-out;
    }

    .header__navigation--active {
        transform: translateX(0%);
        opacity: 1;
        visibility: visible;
    }

    .header__burger, .header__mobile {
        display: flex;
        align-items: center;
    }

    .header__contacts {
        position: absolute;
        right: 20px;
        bottom: 15px;
    }

    .header__title {
        margin-right: 0;
    }

    .header__logo {
        margin-right: 0;
        margin-bottom: 2px;
    }
}

@media screen and (max-width: 600px) {
    .header__top {
        height: 73px;
    }

    .header__bottom {
        height: 46px;
        padding: 14px 0;
    }

    .header__contacts {
        bottom: 11px;
    }

    .header__contacts-item:not(.header__contacts-item--phone) {
        display: none;
    }
}

.h-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 54px;
}

.h-menu__item--mobile {
    display: none;
}

.h-menu__link {
    line-height: 120%;
    font-size: calc(16px + 2 * (100vw - 360px) / 1560);
    transition: color 0.25s ease-in-out;
}

.h-menu__link:hover {
    color: #c70118;
}

@media screen and (max-width: 1200px) {
    .h-menu {
        gap: 20px;
    }
}

@media screen and (max-width: 1040px) {
    .h-menu {
        max-height: calc(100% - 52px);
        display: block;
        padding: 24px 20px;
        overflow-y: auto;
    }

    .h-menu__item:not(:last-child) {
        margin-bottom: 18px;
    }

    .h-menu__item--mobile {
        display: block;
    }

    .h-menu__item--mobile:not(:last-child) {
        margin-top: 40px;
        margin-bottom: 24px;
    }

    .h-menu__item--mobile a {
        padding-bottom: 5px;
        border-bottom: 1px solid #c70118;
        transition: border-color 0.25s ease-in-out;
    }

    .h-menu__item--mobile a:hover {
        border-color: #111111;
    }
}

.h-menu-mobile {
    justify-content: space-between;
    padding: 13px 20px;
    border-bottom: 1px solid #d9d9d9;
}

.h-menu-mobile__close {
    display: flex;
    align-items: center;
}

.h-menu-mobile__phone {
    font-weight: 500;
    font-size: 12px;
}

.hero {
    position: relative;
    margin-bottom: 114px;
    background-image: url("/bitrix/templates/runners/img/hero_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero__wrapper {
    position: relative;
    padding: 84px 0 88px;
    overflow: hidden;
}

.hero__wrapper:after {
    content: "";
    z-index: 0;
    position: absolute;
    top: -75px;
    right: 7px;
    width: 760px;
    height: 800px;
    background-image: url("/bitrix/templates/runners/img/hero_effects_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    mix-blend-mode: screen;
}

.hero__picture {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 5%;
    width: 55%;
}

.hero__picture img {
    width: 100%;
}

.hero__content {
    z-index: 2;
    position: relative;
    max-width: 49%;
    width: 100%;
}

.hero__title {
    margin-bottom: 10px;
    color: #ffffff;
}

.hero__title > span {
    z-index: 1;
    position: relative;
    display: inline-block;
}

.hero__title > span:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: -15px;
    width: calc(100% + 26px);
    height: calc(100% + 4px);
    border: 2px solid #c70118;
    border-radius: 190px/48px;
    transform: rotate(-3deg);
}

.hero__desc {
    margin-bottom: 52px;
    font-size: calc(20px + 4 * (100vw - 360px) / 1560);
    line-height: 120%;
    color: #ffffff;
}

.hero__btns {
    display: flex;
    align-items: center;
    gap: 26px;
}

@media screen and (max-width: 1200px) {
    .hero__picture {
        right: 0;
    }
}

@media screen and (max-width: 1040px) {
    .hero {
        margin-bottom: 50px;
    }

    .hero__wrapper {
        padding: 40px 0 30px;
    }
}

@media screen and (max-width: 780px) {
    .hero__content {
        max-width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .hero__wrapper:after {
        top: unset;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-image: url("/bitrix/templates/runners/img/hero_effects_sm.png");
        background-size: cover;
    }

    .hero__content {
        max-width: 100%;
    }

    .hero__title {
        margin-bottom: 15px;
    }

    .hero__desc {
        margin-bottom: 370px;
    }

    .hero__btns {
        flex-wrap: wrap;
    }

    .hero__btns > * {
        max-width: 100%;
        width: 100%;
    }

    .hero__picture {
        top: unset;
        bottom: 0;
        width: 100%;
        text-align: center;
    }

    .hero__picture img {
        max-width: 400px;
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .hero__wrapper:after {
        bottom: 110px;
        height: 455px;
    }

    .hero__picture {
        bottom: 3%;
    }
}

.about {
    padding: 100px 0;
    background-color: #ffffff;
}

.about__wrapper {
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
}

.about__video {
    position: relative;
    flex: 0 0 760px;
    margin-right: 9.5%;
}

.about__title {
    margin-bottom: 35px;
}

.about__text p:not(:last-child) {
    margin-bottom: 20px;
}

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

.about__list-item {
    max-width: 240px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 90px;
    background-color: #f5f5f5;
}

.about__list-item svg {
    margin-right: 16px;
}

@media screen and (max-width: 1480px) {
    .about__video {
        flex: 0 0 50%;
        margin-right: 50px;
    }
}

@media screen and (max-width: 1120px) {
    .about__list {
        flex-wrap: wrap;
    }

    .about__list-item {
        max-width: calc(33.33% - 15px);
    }
}

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

    .about__wrapper {
        margin-bottom: 35px;
    }

    .about__title {
        margin-bottom: 15px;
    }

    .about__text p:not(:last-child) {
        margin-bottom: 10px;
    }

    .about__list {
        gap: 10px;
    }

    .about__list-item {
        max-width: calc(33.33% - 7px);
        padding: 15px;
    }

    .about__list-item svg {
        margin-right: 12px;
    }
}

@media screen and (max-width: 780px) {
    .about__wrapper {
        flex-wrap: wrap-reverse;
        justify-content: center;
    }

    .about__video {
        flex: 0 1 100%;
        max-width: 760px;
        width: 100%;
        margin-top: 35px;
        margin-right: 0;
    }
}

@media screen and (max-width: 600px) {
    .about__wrapper {
        margin: 0 -20px 35px;
    }

    .about__content {
        padding: 0 20px;
    }

    .about__list-item {
        max-width: calc(50% - 5px);
    }

    .about__list-item svg {
        flex: 0 0 30px;
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 350px) {
    .about__list-item {
        max-width: 100%;
    }
}

.youtube {
    overflow: hidden;
    position: relative;
    padding-top: 56.33%;
}

.youtube__play {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.youtube__play:hover {
    cursor: pointer;
}

.youtube img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.youtube iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .youtube__play svg {
        width: 42px;
        height: 42px;
    }
}

.catalog__title {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto 60px;
    text-align: center;
}

.catalog__section:not(:last-child) {
    margin-bottom: 110px;
}

.catalog__section-title {
    margin-bottom: 25px;
    text-align: center;
}

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

.catalog__section-list {
    margin: 0 -20px 50px;
}

@media screen and (max-width: 1040px) {
    .catalog__title {
        margin: 0 auto 30px;
    }

    .catalog__section:not(:last-child) {
        margin-bottom: 40px;
    }

    .catalog__section-title {
        margin-bottom: 20px;
    }

    .catalog__section-list {
        margin: 0 -20px 30px;
    }
}

@media screen and (max-width: 600px) {
    .catalog__title {
        text-align: left;
    }

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

    .catalog__section-btn {
        max-width: 100%;
        width: 100%;
    }
}

.catalog-slider {
    padding: 0 20px 30px;
}

.catalog-slider-button-next, .catalog-slider-button-prev {
    top: calc(50% - 30px);
    width: 40px;
    height: 40px;
}

.catalog-slider-button-next:after, .catalog-slider-button-prev:after {
    display: none;
}

.catalog-slider-button-prev {
    left: 1px;
}

.catalog-slider-button-next {
    right: 1px;
}

.catalog-slider .swiper-scrollbar-horizontal {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    height: 5px;
    border-radius: 9px;
    background-color: #d9d9d9;
}

.catalog-slider .swiper-scrollbar-horizontal .swiper-scrollbar-drag {
    border-radius: 9px;
    background-color: #111111;
}

.catalog-slider .swiper-scrollbar-horizontal .swiper-scrollbar-drag:hover {
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .catalog-slider-button-next, .catalog-slider-button-prev {
        display: none;
    }
}

.product-card {
    position: relative;
    padding-top: 170px;
}

.product-card__picture {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 290px;
    height: 290px;
}

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

.product-card__body {
    height: 200px;
    display: flex;
    align-items: flex-end;
    padding: 40px 40px;
    background-color: #ffffff;
}

@media screen and (max-width: 1300px) {
    .product-card {
        padding-top: 110px;
    }

    .product-card__picture {
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width: 1150px) {
    .product-card {
        padding-top: 170px;
    }

    .product-card__picture {
        width: 290px;
        height: 290px;
    }
}

@media screen and (max-width: 1040px) {
    .product-card__body {
        padding: 25px 30px;
    }
}

@media screen and (max-width: 600px) {
    .product-card {
        padding-top: 90px;
    }

    .product-card__picture {
        width: 220px;
        height: 220px;
    }

    .product-card__body {
        height: 200px;
    }
}

.advantages__title {
    margin-bottom: 65px;
    text-align: center;
}

.advantages__title span {
    color: #c70118;
}

.advantages__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.advantages__list-item {
    max-width: calc(33.33% - 15px);
    width: 100%;
}

@media screen and (max-width: 1040px) {
    .advantages__title {
        margin-bottom: 25px;
    }

    .advantages__list {
        gap: 10px;
    }

    .advantages__list-item {
        max-width: calc(33.33% - 7px);
    }
}

@media screen and (max-width: 780px) {
    .advantages__list-item {
        max-width: calc(50% - 5px);
    }
}

@media screen and (max-width: 600px) {
    .advantages__title {
        text-align: left;
    }

    .advantages__list-item {
        max-width: 100%;
    }
}

.advantage-item {
    display: flex;
    align-items: center;
    padding: 36px 40px;
    line-height: 130%;
    background-color: #ffffff;
}

.advantage-item__icon {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    background-image: url("/bitrix/templates/runners/img/advantages_list_item_bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 1040px) {
    .advantage-item {
        padding: 30px 25px;
    }

    .advantage-item__icon {
        flex: 0 0 50px;
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 600px) {
    .advantage-item {
        min-height: 112px;
        padding: 14px 25px;
    }
}

.calculator {
    padding: 90px 0 100px;
    background: radial-gradient(47.47% 43.31% at 77.28% 58.35%, #ab2617 0%, #080001 100%);
    overflow: hidden;
}

.calculator__title {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto 60px;
    text-align: center;
    color: #ffffff;
}

.calculator__title > span {
    z-index: 1;
    position: relative;
    display: inline-block;
}

.calculator__title > span:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: -6px;
    width: calc(100% + 13px);
    height: calc(100% + 8px);
    border: 2px solid #c70118;
    border-radius: 190px/52px;
    transform: rotate(-3deg);
}

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

.calculator__left {
    flex: 0 0 630px;
}

.calculator__right {
    flex: 0 0 650px;
    padding: 50px;
    border-radius: 20px;
    background-color: #c70118;
    backdrop-filter: blur(86.5px);
}

.calculator__step:not(:last-child) {
    margin-bottom: 40px;
}

@media screen and (max-width: 1350px) {
    .calculator__wrapper {
        gap: 50px;
    }

    .calculator__left, .calculator__right {
        flex: 0 1 50%;
    }
}

@media screen and (max-width: 1200px) {
    .calculator__right {
        padding: 30px;
    }
}

@media screen and (max-width: 1040px) {
    .calculator {
        padding: 50px 0;
    }

    .calculator__title {
        margin: 0 auto 35px;
    }

    .calculator__right {
        padding: 40px 20px;
    }

    .calculator__step:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 780px) {
    .calculator__wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }

    .calculator__left, .calculator__right {
        flex: 0 1 100%;
        max-width: 630px;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .calculator__title {
        text-align: left;
    }
}

.calculator-step {
    color: #ffffff;
}

.calculator-step__top {
    display: flex;
    align-items: baseline;
    margin-bottom: 40px;
}

.calculator-step__num {
    align-self: flex-start;
    margin-right: 10px;
    font-size: calc(13px + 3 * (100vw - 360px) / 1560);
}

.calculator-step__title {
    font-weight: 600;
    font-size: calc(17px + 7 * (100vw - 360px) / 1560);
}

.calculator-step__title:not(:last-child) {
    margin-right: 9px;
}

.calculator-step__currency {
    font-size: calc(14px + 4 * (100vw - 360px) / 1560);
}

.calculator-step__list {
    display: flex;
    align-items: center;
    gap: 38px;
}

@media screen and (max-width: 1200px) {
    .calculator-step__list {
        gap: 18px;
    }
}

@media screen and (max-width: 1040px) {
    .calculator-step__top {
        margin-bottom: 35px;
    }

    .calculator-step:nth-child(2) .calculator-step__top {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 600px) {
    .calculator-step__top {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .calculator-step__num {
        margin-right: 5px;
    }

    .calculator-step__title {
        margin-right: 5px;
    }

    .calculator-step__list {
        flex-wrap: wrap;
    }
}

.range {
    position: relative;
}

.range__inp {
    width: 100%;
    height: 1px;
    -webkit-appearance: none;
    /* Chrome & Safari */
    /* Firefox */
    /* IE */
}

.range__inp:focus {
    outline: none;
}

.range__inp::-webkit-slider-runnable-track {
    background: #ffffff;
    border-radius: 100px;
    width: 100%;
    height: 1px;
    cursor: pointer;
}

.range__inp::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 22px;
    width: 22px;
    background: #c70118;
    border-radius: 50%;
    margin-top: -10px;
    cursor: pointer;
}

.range__inp::-moz-range-track {
    background-color: #ffffff;
    border-radius: 100px;
    width: 100%;
    height: 1px;
    cursor: pointer;
}

.range__inp::-moz-range-thumb {
    -webkit-appearance: none;
    height: 22px;
    width: 22px;
    border: none;
    background-color: #c70118;
    border-radius: 50%;
    margin-top: -10px;
    cursor: pointer;
}

.range__inp::-ms-track {
    background-color: #ffffff;
    border-radius: 100px;
    width: 100%;
    height: 1px;
    cursor: pointer;
}

.range__inp::-ms-thumb {
    -webkit-appearance: none;
    height: 22px;
    width: 22px;
    background-color: #c70118;
    border-radius: 50%;
    margin-top: -10px;
    cursor: pointer;
}

.range__label {
    position: absolute;
    top: -40px;
    left: calc(50% - 40px);
    width: 80px;
    white-space: nowrap;
    text-align: center;
    font-size: 30px;
    line-height: 130%;
    color: #ffffff;
}

@media screen and (max-width: 1040px) {
    .range__label {
        top: -24px;
        font-size: 24px;
    }
}

@media screen and (max-width: 600px) {
    .range__label {
        width: 60px;
        font-size: 15px;
    }
}

.calculator-result__top {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
    margin-bottom: 25px;
}

.calculator-result__column {
    text-align: center;
    color: #ffffff;
}

.calculator-result__column-label {
    margin: 13px 0 3px;
    font-size: calc(14px + 4 * (100vw - 360px) / 1560);
}

.calculator-result__column-value {
    white-space: nowrap;
    font-weight: 600;
    font-size: calc(18px + 6 * (100vw - 360px) / 1560);
}

.calculator-result__sum {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 20px;
    white-space: nowrap;
    color: #ffffff;
}

.calculator-result__value {
    margin-left: 20px;
    font-weight: 700;
    font-size: calc(26px + 10 * (100vw - 360px) / 1560);
}

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

@media screen and (max-width: 1040px) {
    .calculator-result__column-label {
        margin: 1px 0 13px;
    }

    .calculator-result__sum {
        flex-wrap: wrap;
    }

    .calculator-result__value {
        flex: 0 1 100%;
        margin-top: 5px;
        margin-left: 0;
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .calculator-result__top {
        gap: 10px;
    }

    .calculator-result__btn > * {
        max-width: 100%;
        width: 100%;
    }
}

.c-radio__inp {
    display: none;
}

.c-radio__inp:checked + .c-radio__body .c-radio__box {
    border-color: #c70118;
}

.c-radio__inp:checked + .c-radio__body .c-radio__box:after {
    opacity: 1;
    background-color: #c70118;
}

.c-radio__body {
    display: flex;
    align-items: center;
}

.c-radio__box {
    position: relative;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    transition: border-color 0.25s ease-in-out;
}

.c-radio__box:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0;
    transition: background-color 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

.c-radio__label {
    font-size: calc(16px + 4 * (100vw - 360px) / 1560);
}

.c-radio:hover {
    cursor: pointer;
}

@media screen and (max-width: 1040px) {
    .c-radio__box {
        flex: 0 0 30px;
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .c-radio__box:after {
        width: 18px;
        height: 18px;
    }
}

.c-check__inp {
    display: none;
}

.c-check__inp:checked + .c-check__body .c-check__box:after {
    opacity: 1;
}

.c-check__body {
    display: flex;
    align-items: flex-start;
}

.c-check__box {
    position: relative;
    flex: 0 0 21px;
    width: 21px;
    height: 21px;
    margin-right: 13px;
    border: 1px solid #c70118;
}

.c-check__box:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 4px;
    height: 8px;
    border-right: 1px solid #c70118;
    border-bottom: 1px solid #c70118;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
}

.c-check__label {
    font-size: calc(12px + 2 * (100vw - 360px) / 1560);
}

.c-check__label a {
	text-decoration: underline;
	transition: .25s ease-in-out;
}

.c-check__label a:hover {
	text-decoration-color: transparent;
}

.c-check:hover {
    cursor: pointer;
}

.process__title {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto 60px;
    text-align: center;
}

.process__title span {
    color: #c70118;
}

.process__list {
    display: flex;
    align-items: center;
    gap: 20px;
}

.process__list-item {
    max-width: calc(25% - 20px);
    width: 100%;
}

@media screen and (max-width: 1040px) {
    .process__title {
        margin: 0 auto 30px;
    }

    .process__list {
        flex-wrap: wrap;
        gap: 10px;
    }

    .process__list-item {
        max-width: calc(50% - 8px);
    }
}

@media screen and (max-width: 600px) {
    .process__title {
        text-align: left;
    }

    .process__list-item {
        max-width: 100%;
    }
}

.process-item {
    display: flex;
    align-items: center;
    padding: 0 30px;
    line-height: 130%;
    background-color: #ffffff;
}

.process-item__num {
    margin-right: 16px;
    font-size: calc(48px + 40 * (100vw - 360px) / 1560);
    line-height: 130%;
    color: #d9d9d9;
}

@media screen and (max-width: 1040px) {
    .process-item {
        padding: 12px 25px;
    }
}

.delivery {
    padding: 90px 0 100px;
    background-color: #ffffff;
}

.delivery__title {
    margin-bottom: 60px;
    text-align: center;
}

.delivery__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 223px);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.delivery__item {
    border-radius: 30px;
    background-color: #f5f5f5;
}

.delivery__item:nth-child(1) {
    grid-area: 1/1/2/2;
}

.delivery__item:nth-child(2) {
    grid-area: 1/2/3/3;
    overflow: hidden;
}

.delivery__item:nth-child(2) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.delivery__item:nth-child(3) {
    grid-area: 1/3/2/4;
}

.delivery__item:nth-child(4) {
    grid-area: 1/4/3/5;
}

.delivery__item:nth-child(5) {
    grid-area: 2/1/3/2;
}

.delivery__item:nth-child(6) {
    grid-area: 2/3/3/4;
}

@media screen and (max-width: 1040px) {
    .delivery {
        padding: 50px 0;
    }

    .delivery__title {
        margin-bottom: 30px;
    }

    .delivery__grid {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
}

@media screen and (max-width: 880px) {
    .delivery__grid {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, auto);
    }
}

@media screen and (max-width: 780px) {
    .delivery__grid {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .delivery__item {
        max-width: calc(50% - 5px);
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .delivery__item {
        max-width: 100%;
    }

    .delivery__item:nth-child(1) {
        order: 1;
    }

    .delivery__item:nth-child(2) {
        order: 3;
    }

    .delivery__item:nth-child(3) {
        order: 4;
    }

    .delivery__item:nth-child(4) {
        order: 6;
    }

    .delivery__item:nth-child(5) {
        order: 2;
    }

    .delivery__item:nth-child(6) {
        order: 5;
    }
}

.delivery-item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px 40px;
}

.delivery-item svg {
    flex: 0 0 auto;
    margin-bottom: auto;
}

.delivery-item__title {
    margin-bottom: 2px;
}

.delivery-item__desc {
    line-height: 130%;
}

.delivery-item img {
    position: absolute;
    top: 50px;
    right: -19px;
}

@media screen and (max-width: 1200px) {
    .delivery-item img {
        width: 200px;
    }
}

@media screen and (max-width: 1040px) {
    .delivery-item {
        padding: 25px 25px 20px;
    }

    .delivery-item svg {
        width: 30px;
        height: 30px;
    }

    .delivery-item img {
        top: 65px;
    }
}

@media screen and (max-width: 780px) {
    .delivery-item__title {
        margin-top: 40px;
    }

    .delivery-item:has(img) {
        order: 1;
    }

    .delivery-item:has(img) svg {
        order: -2;
    }

    .delivery-item:has(img) img {
        order: -1;
    }

    .delivery-item img {
        position: relative;
        top: 5px;
    }
}

@media screen and (max-width: 600px) {
    .delivery-item {
        min-height: 140px;
    }

    .delivery-item__title {
        margin-top: 15px;
    }

    .delivery-item img {
        right: -35px;
        width: 277px;
    }
}

.order {
    padding: 96px 0 100px;
    background-image: url("/bitrix/templates/runners/img/order_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.order__content {
    max-width: 680px;
    width: 100%;
}

.order__title {
    margin-bottom: 17px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: calc(23px + 17 * (100vw - 360px) / 1560);
    line-height: 130%;
    color: #ffffff;
}

.order__desc {
    margin-bottom: 63px;
    font-size: calc(20px + 4 * (100vw - 360px) / 1560);
    line-height: 120%;
    color: #ffffff;
}

@media screen and (max-width: 1040px) {
    .order {
        padding: 50px 0;
    }

    .order__title {
        margin-bottom: 15px;
    }

    .order__desc {
        margin-bottom: 177px;
    }
}

@media screen and (max-width: 600px) {
    .order {
        background-image: url("/bitrix/templates/runners/img/order_bg_sm.jpg");
        background-position: center 70%;
    }

    .order__content {
        min-height: 425px;
        display: flex;
        flex-direction: column;
    }

    .order__desc {
        margin-bottom: auto;
    }

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

.guarantees__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.guarantees__content {
    flex: 0 0 630px;
}

.guarantees__slider {
    flex: 0 0 760px;
    max-width: 760px;
    width: 100%;
}

.guarantees__title {
    margin-bottom: 50px;
}

.guarantees__list-item:not(:last-child) {
    margin-bottom: 25px;
}

@media screen and (max-width: 1480px) {
    .guarantees__slider {
        flex: 0 0 650px;
        max-width: 650px;
    }
}

@media screen and (max-width: 1350px) {
    .guarantees__content {
        flex: 0 1 50%;
    }
}

@media screen and (max-width: 1040px) {
    .guarantees__wrapper {
        flex-wrap: wrap;
    }

    .guarantees__content {
        flex: 0 1 100%;
        margin-bottom: 30px;
    }

    .guarantees__slider {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .guarantees__list {
        display: flex;
        gap: 10px;
    }

    .guarantees__list-item {
        max-width: calc(33.33% - 7px);
        width: 100%;
    }

    .guarantees__list-item:not(:last-child) {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 780px) {
    .guarantees__wrapper {
        margin: 0 -20px;
    }

    .guarantees__content {
        padding: 0 20px;
    }

    .guarantees__slider {
        padding-left: 20px;
    }

    .guarantees__list {
        flex-wrap: wrap;
        gap: 25px;
    }

    .guarantees__list-item {
        max-width: 100%;
    }
}

.guarantees-item__top {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.guarantees-item__icon {
    flex: 0 0 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    background-image: url("/bitrix/templates/runners/img/advantages_list_item_bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 1040px) {
    .guarantees-item__icon {
        flex: 0 0 50px;
        height: 50px;
    }
}

.documents-slider {
    padding: 0 20px 30px;
}

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

.documents-slider-button-next, .documents-slider-button-prev {
    top: calc(50% - 30px);
    width: 40px;
    height: 40px;
}

.documents-slider-button-next:after, .documents-slider-button-prev:after {
    display: none;
}

.documents-slider-button-prev {
    left: 1px;
}

.documents-slider-button-next {
    right: 1px;
}

.documents-slider .swiper-scrollbar-horizontal {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    height: 5px;
    border-radius: 9px;
    background-color: #d9d9d9;
}

.documents-slider .swiper-scrollbar-horizontal .swiper-scrollbar-drag {
    border-radius: 9px;
    background-color: #111111;
}

.documents-slider .swiper-scrollbar-horizontal .swiper-scrollbar-drag:hover {
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .documents-slider {
        padding: 0 0 30px;
    }

    .documents-slider-button-next, .documents-slider-button-prev {
        display: none;
    }

    .documents-slider .swiper-scrollbar-horizontal {
        left: 0;
        transform: translateX(0);
        width: calc(100% - 20px);
    }
}

.scan {
    position: relative;
    padding: 83px 0;
    background-image: url("/bitrix/templates/runners/img/scan_bg.png");
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

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

.scan__content {
    max-width: 625px;
    width: 100%;
}

.scan__title {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: calc(23px + 17 * (100vw - 360px) / 1560);
    line-height: 130%;
}

.scan__desc {
    font-size: calc(20px + 4 * (100vw - 360px) / 1560);
    line-height: 120%;
}

.scan__apps {
    max-width: 290px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.scan__apps p {
    line-height: 130%;
}

.scan__apps div {
    line-height: 0;
}

.scan__picture {
    position: absolute;
    right: 25%;
    bottom: -10px;
}

.scan__picture img {
    /*max-width: 512px;*/
	max-width: 578px;
}

@media screen and (max-width: 1480px) {
    .scan__picture {
        right: 20%;
    }
}

@media screen and (max-width: 1350px) {
    .scan__content {
        max-width: 525px;
    }

    .scan__picture img {
        max-width: 450px;
    }
}

@media screen and (max-width: 1200px) {
    .scan__content {
        max-width: 440px;
    }

    .scan__picture {
        right: 25%;
    }

    .scan__picture img {
        max-width: 380px;
    }
}

@media screen and (max-width: 1040px) {
    .scan {
        padding: 30px 0;
    }

    .scan__wrapper {
        min-height: 320px;
        flex-direction: column;
        align-items: flex-start;
    }

    .scan__apps {
        flex: 0 1 100%;
        max-width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 7px;
    }

    .scan__apps p {
        flex: 0 1 100%;
    }

    .scan__picture {
        right: 0;
    }

    .scan__picture img {
        max-width: 420px;
    }

    .scan__title {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 850px) {
	.scan__picture img {
        max-width: 380px;
    }
}

@media screen and (max-width: 780px) {
    .scan__apps {
        max-width: 50%;
    }

    .scan__apps p {
        line-height: 120%;
    }

    .scan__apps #app_store img {
        width: 75px;
    }

    .scan__apps #google_play img {
        width: 85px;
    }

    .scan__content {
        margin-bottom: 210px;
    }
}

@media screen and (max-width: 600px) {
    .scan {
        overflow: hidden;
    }

    .scan__content {
        margin-bottom: 160px;
    }

    .scan__picture {
        right: 0;
    }

    .scan__picture img {
        max-width: 338px;
    }
}

@media screen and (max-width: 450px) {
    .scan__apps {
        max-width: 167px;
    }
}

@media screen and (max-width: 400px) {
    .scan__picture {
        right: -50px;
    }

    .scan__picture img {
        /*width: 300px;*/
    }
}

@media screen and (max-width: 350px) {
    .scan__picture {
        right: -80px;
    }
}

.contacts {
    background-color: #ffffff;
}

.contacts__wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.contacts__picture {
    margin: 0 72px;
}

.contacts__content, .contacts__form {
    padding: 52px 0;
}

.contacts__title {
    margin-bottom: 33px;
}

.contacts__item:not(:last-child) {
    margin-bottom: 27px;
}

.contacts__picture {
    flex: 0 0 557px;
    line-height: 0;
}

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

.contacts__form {
    flex: 0 0 420px;
    max-width: 420px;
    width: 100%;
}

.contacts__form-title {
    margin-bottom: 10px;
}

.contacts__form-desc {
    margin-bottom: 25px;
}

@media screen and (max-width: 1480px) {
    .contacts__picture {
        flex: 0 1 400px;
        margin: 0 50px;
    }
}

@media screen and (max-width: 1040px) {
    .contacts__wrapper {
        flex-wrap: wrap;
        margin: 0 -20px;
    }

    .contacts__content, .contacts__form {
        flex: 0 1 50%;
        padding: 50px 20px 0;
    }

    .contacts__content {
        order: 1;
    }

    .contacts__form {
        order: 2;
    }

    .contacts__picture {
        order: 3;
        flex: 0 1 100%;
        margin: 50px 0 0;
    }

    .contacts__title {
        margin-bottom: 25px;
    }

    .contacts__item:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 780px) {
    .contacts {
        padding: 50px 0;
    }

    .contacts__content {
        order: 3;
        flex: 0 1 100%;
        padding: 0 20px;
    }

    .contacts__picture {
        order: 2;
        margin-bottom: 50px;
    }

    .contacts__form {
        order: 1;
        flex: 0 1 100%;
        max-width: 100%;
        padding: 0 20px;
    }
}

.contacts-item__label {
    margin-bottom: 10px;
    font-size: calc(14px + 4 * (100vw - 360px) / 1560);
    line-height: 130%;
}

.contacts-item__value {
    font-weight: 500;
    line-height: 130%;
}

.contacts-item__link {
    display: block;
    transition: 0.25s ease-in-out;
}

.contacts-item__link:hover {
    color: #c70118;
}

.contacts-item__link:not(:last-child):not(.contacts-item__link--inline) {
    margin-bottom: 11px;
}

.contacts-item__link--underline {
    text-decoration: underline;
}

.contacts-item__link--underline:hover {
    text-decoration-color: transparent;
}

.contacts-item__link--inline {
    display: inline-block;
}

.contacts-item__link--inline:not(:last-child) {
    margin-right: 21px;
}

@media screen and (max-width: 1040px) {
    .contacts-item__label {
        margin-bottom: 8px;
    }

    .contacts-item__link:not(:last-child):not(.contacts-item__link--inline) {
        margin-bottom: 7px;
    }

    .contacts-item__link--inline {
        display: inline-block;
    }

    .contacts-item__link--inline:not(:last-child) {
        margin-right: 18px;
    }
}

.contacts-form__inp {
    width: 100%;
    margin-bottom: 7px;
}

.contacts-form__wrap {
    display: flex;
    align-items: baseline;
    gap: 18px;
    margin-top: 15px;
}

.contacts-form__wrap--start {
    align-items: flex-start;
    margin-top: 12px;
}

@media screen and (max-width: 1040px) {
    .contacts-form__wrap {
        flex-wrap: wrap;
        margin-top: 12px;
        gap: 25px;
    }

    .contacts-form__wrap button {
        width: 100%;
    }
}

.footer {
    padding: 24px 0;
}

.footer__container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    font-size: calc(13px + 3 * (100vw - 360px) / 1560);
    line-height: 130%;
}

.footer__policy {
    text-decoration: underline;
    transition: 0.25s ease-in-out;
}

.footer__policy:hover {
    text-decoration-color: transparent;
    color: #c70118;
}

.footer__dev a {
	text-decoration: underline;
    transition: 0.25s ease-in-out;
}

.footer__dev a:hover {
	text-decoration-color: transparent;
    color: #c70118;
}

@media screen and (max-width: 870px) {
    .footer__container {
        flex-wrap: wrap;
        gap: 15px;
    }

    .footer__container > * {
        flex: 0 1 100%;
        text-align: center;
    }
}

.mfp-bg {
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4.5px);
}

.popup {
    position: relative;
    max-width: 510px;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
}

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

.popup__container {
    padding: 46px 44px 54px;
}

.popup__title {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: calc(20px + 4 * (100vw - 360px) / 1560);
    line-height: 130%;
}

.popup__desc {
    line-height: 130%;
}

@media screen and (max-width: 1040px) {
    .popup__close {
        top: 20px;
        right: 15px;
    }

    .popup__container {
        padding: 50px 20px 40px;
    }
}

.notfound {
    flex: 1;
    padding: 138px 0 50px;
    background-color: #ffffff;
}

.notfound__content {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.notfound__title {
    margin-bottom: 30px;
}

.notfound__desc {
    margin-bottom: 60px;
}

@media screen and (max-width: 1040px) {
    .notfound {
        padding: 47px 0;
    }

    .notfound__title {
        margin-bottom: 15px;
    }

    .notfound__desc {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 600px) {
    .notfound__btn {
        max-width: 100%;
        width: 100%;
    }
}

/*# sourceMappingURL=/styles.c86c3119.css.map */