@charset "UTF-8";

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

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Mont-SemiBold.woff") format("woff");
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Mont-Bold.woff") format("woff");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

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

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

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

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

*,
*::before,
*::after {
    box-sizing: border-box;
    webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

html, body {
    max-width: 100%;
    position: relative;
    overflow-x: hidden;
}

html {
    margin-right: calc(-1 * (100vw - 100%));
    font-size: 6px;
    height: 100%;
}

body {
    background: #FFF;
    font-size: 1.6rem;
    line-height: 1.45;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #2c2c34;
    min-height: 100%;
    padding: 12rem 0 0;
}

@media screen and (max-width: 575px) {
    body {
        padding: 0;
    }
}

img {
    max-width: 100%;
}

b {
    font-weight: 700;
}

a, button, .img-svg, .modal__open {
    outline: none;
    border: 0;
    cursor: pointer;
    background: none;
    -webkit-transition: 220ms;
    transition: 220ms;
    text-decoration: none;
}

a {
    color: #000000;
}

/* Bootstrap 4 */
.container {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 360px) {
    html {
        font-size: 7px;
    }
}

@media (min-width: 576px) {
    html {
        font-size: 8.5px;
    }

    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 9px;
    }

    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 8px;
    }

    .container {
        max-width: 960px;
    }

    .info__box .info__text{
        min-height: 440px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 9px;
    }

    .container {
        max-width: 1080px;
    }
}

@media (min-width: 1500px) {
    html {
        font-size: 10px;
    }

    .container {
        max-width: 1200px;
    }
}

@media screen and (max-width: 767px) {
    .hidden-xs {
        display: none;
    }
}

@media screen and (min-width: 767px) {
    .hidden-lg {
        display: none;
    }
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.purple {
    color: #7b79f8;
}

.orange {
    color: #ff991d;
}

/* кнопки скачивания */
.download__buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

@media screen and (max-width: 767px) {
    .download__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start;
    }
}

.download__button {
    min-width: 33rem;
    height: 10rem;
    margin-right: 1.5rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    border: 2px solid #C3C3C3;
    border-radius: 12px;
    background: #fff;
    padding-left: 3rem;
    color: #C3C3C3;
}

@media screen and (max-width: 767px) {
    .download__button {
        margin-bottom: 1.5rem;
    }

    .download__button:last-child {
        margin-bottom: 0;
    }
}

.download__button .button-icons {
    position: relative;
    width: 5.4rem;
    margin-right: 2.3rem;
}

@media screen and (max-width: 575px) {
    .download__button .button-icons {
        width: 5rem;
    }
}

.download__button .button-icons img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 320ms;
    transition: 320ms;
    width: 100%;
}

.download__button .button-icons .hover {
    opacity: 0;
    z-index: 3;
}

.download__button .button-text {
    font-family: 'Gilroy';
    font-weight: 600;
}

.download__button .button-text .button-small-text {
    font-size: 2.1rem;
    text-transform: uppercase;
    line-height: 1.2;
}

@media screen and (max-width: 575px) {
    .download__button .button-text .button-small-text {
        font-size: 1.9rem;
    }
}

.download__button .button-text .button-big-text {
    font-size: 3.6rem;
    line-height: 1.1;
}

@media screen and (max-width: 575px) {
    .download__button .button-text .button-big-text {
        font-size: 3.3rem;
    }
}

.download__button:last-child {
    margin-right: 0;
}

.download__button:hover {
    border: 2px solid #FF9A00;
    background: #FF9A00;
    color: #fff;
}

.download__button:hover .button-icons .hover {
    opacity: 1;
}

.download__button.apple .button-text .button-big-text {
    font-family: 'SFProDisplay';
}

/* шаблонные кнопки */
.t-btn {
    min-width: 19rem;
    min-height: 5rem;
    padding: 1.6rem 2rem;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 575px) {
    .t-btn {
        display: -webkit-box;
        display: flex;
        width: 100%;
    }
}

.t-btn .arrow {
    margin-left: 4rem;
    max-height: 1.2rem;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.t-btn.white-btn {
    border: 1px solid #ff991d;
    background: #fff;
    color: #ff991d;
    border-radius: 6px;
}

.t-btn.white-btn:hover {
    border: 1px solid #FF9A00;
    background: #FF9A00;
    color: #fff;
}

.t-btn.orange-btn {
    border: 1px solid #FF9A00;
    background: #FF9A00;
    color: #fff;
    border-radius: 4px;
}

.t-btn.orange-btn:hover {
    background: #f09100;
}

.t-btn.red-btn {
    border: 1px solid #ed4853;
    background: #ed4853;
    color: #fff;
    border-radius: 4px;
}

.t-btn.red-btn:hover {
    background: #f09100;
}

.t-btn.big-btn {
    min-width: 37rem;
    min-height: 8.8rem;
    font-size: 1.8rem;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

@media screen and (max-width: 575px) {
    .t-btn.big-btn {
        font-size: 2rem;
    }
}

.t-btn.purple-btn {
    color: black;
    background-color: #ececf8;
    font-size: 3.5rem;
    width: -webkit-fill-available;
}

@media screen and (max-width: 575px) {
    .t-btn.purple-btn {
        font-size: 1.9rem;
    }
}

.t-btn.purple-btn:hover {
    background: #d7d7e4;
}

/* шаблон заголовка */
.t-title {
    font-size: 3.8rem;
    font-weight: 700;
    color: #2c2c34;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .t-title {
        font-size: 3.5rem;
    }
}

.reverse {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.info-section {
    padding: 14rem 0 3rem;
}

@media screen and (max-width: 991px) {
    .info-section {
        padding: 10rem 0 0;
    }
}

.info__box {
    position: relative;
}

.info__box .info__text {
    max-width: 75rem;
    position: relative;
    z-index: 4;
    margin-top: 4rem;
}

@media screen and (max-width: 991px) {
    .info__box .info__text {
        max-width: 100%;
    }
}

.info__box .info__text p {
    margin: 2.5rem 0;
}

@media screen and (max-width: 767px) {
    .info__box .info__text br {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .info__box .info__text {
        font-size: 2rem;
    }
}

.info__box .info__title {
    font-size: 3.8rem;
    margin-bottom: 3rem;
}

.info__box .info__img {
    position: absolute;
    right: -9rem;
    top: 4rem;
    width: 55rem;
}

@media screen and (max-width: 991px) {
    .info__box .info__img {
        display: none;
    }
}

/* Шапка */
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background-color: white;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
    padding: 3.6rem 0 3.3rem;
}

@media screen and (max-width: 1200px) {
    #header {
        padding: 3rem 0;
    }
}

#header .header__logo {
    width: 24.6rem;
}

@media screen and (max-width: 575px) {
    #header {
        display: none;
    }
}

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

.header__menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

@media screen and (max-width: 767px) {
    .header__menu {
        display: none;
    }
}

.header__menu-link {
    margin-right: 3rem;
    color: #2d2d35;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.header__menu-link:nth-child(2) {
    margin-right: 4.5rem;
}

.header__menu-link .kran {
    width: 3.5rem;
}

.header__menu-link .car {
    position: relative;
    width: 3.3rem;
    margin-right: 0.9rem;
    bottom: -5px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.header__menu-link:last-child {
    margin-right: 0;
}

.header__menu-link:hover {
    color: #ff991d;
}

.header__buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
}

@media screen and (max-width: 991px) {
    .header__buttons {
        display: none;
    }
}

.header__buttons .header__button {
    margin-right: 1rem;
}

.header__buttons .header__button:last-child {
    margin-right: 0;
}

/* Футер */
/* s-footer-v0 */
.s-footer-v0 {
    /**/
}

.s-footer-v0 > .top {
    background-color: #2d2d2d;
}

.s-footer-v0 > .top > .inner {
    width: 100%;
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-top: 32px;
    padding-bottom: 32px;
}

.s-footer-v0 > .top > .inner > ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.s-footer-v0 > .top > .inner > ul > li {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
}

.s-footer-v0 > .top > .inner > ul > li > a {
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.s-footer-v0 > .top > .inner > ul > li > a:hover {
    color: #ffde89;
}

.s-footer-v0 > .middle {
    background-color: #353535;
}

.s-footer-v0 > .middle > .inner {
    width: 100%;
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-top: 32px;
    padding-bottom: 40px;
}

.s-footer-v0 > .middle > .inner > .buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 8px;
}

.s-footer-v0 > .middle > .inner > .buttons > .column {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    padding: 16px;
}

.s-footer-v0 > .middle > .inner > .buttons > .column > .label {
    font-size: 17px;
    line-height: 1.2;
    margin-right: 24px;
    color: rgba(255, 255, 255, 0.56);
    white-space: nowrap;
}

.s-footer-v0 > .middle > .inner > .buttons > .column > span {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
    border: none;
    border-radius: 4px;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 9999px;
    color: black;
    background-color: #f9b100;
}

.s-footer-v0 > .middle > .inner > .buttons > .column > span:hover {
    background: #e09f00;
}

.s-footer-v0 > .middle > .inner > .buttons > .column:last-child > span {
    color: #fff;
    background-color: #009ff9;
}

.s-footer-v0 > .middle > .inner > .buttons > .column:last-child > span:hover {
    background: #008fe0;
}

.s-footer-v0 > .middle > .inner > .links {
    padding: 12px;
}

.s-footer-v0 > .middle > .inner > .links > ul {
    display: block;
    margin: 0;
    margin-bottom: 16px;
    padding: 0;
    text-align: center;
}

.s-footer-v0 > .middle > .inner > .links > ul > li {
    display: inline-block;
    padding: 2px;
}

.s-footer-v0 > .middle > .inner > .links > ul > li > span {
    display: block;
}

.s-footer-v0 > .middle > .inner > .links > ul > li > span > img {
    display: block;
    width: 32px;
    height: auto;
    opacity: 0.32;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.s-footer-v0 > .middle > .inner > .links > ul > li > span:hover > img {
    opacity: 1;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.s-footer-v0 > .middle > .inner > .info {
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.32);
}

.s-footer-v0 > .bottom {
    border-top: 1px solid #000;
    background-color: #242424;
}

.s-footer-v0 > .bottom > .inner {
    width: 100%;
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-top: 32px;
    padding-bottom: 32px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.s-footer-v0 > .bottom > .inner > .copyright {
    /**/
}

.s-footer-v0 > .bottom > .inner > .copyright > p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.32);
}

.s-footer-v0 > .bottom > .inner > .copyright > ul {
    display: block;
    margin: 0;
    padding: 0;
    padding-top: 4px;
}

.s-footer-v0 > .bottom > .inner > .copyright > ul > li {
    display: inline-block;
}

.s-footer-v0 > .bottom > .inner > .copyright > ul > li:not(:last-child):after {
    display: inline-block;
    content: "|";
    padding-left: 8px;
    margin-right: 4px;
    color: rgba(255, 255, 255, 0.16);
}

.s-footer-v0 > .bottom > .inner > .copyright > ul > li > a {
    font-size: 12px;
    line-height: 1.4;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 1px dashed transparent;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.s-footer-v0 > .bottom > .inner > .copyright > ul > li > a:hover {
    border-bottom-color: rgba(255, 255, 255, 0.16);
    color: white;
}

.s-footer-v0 > .bottom > .inner > .info {
    text-align: right;
}

.s-footer-v0 > .bottom > .inner > .info > p {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.32);
}

.s-footer-v0 > .bottom > .inner > .info > p > span {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.64);
}

@media (max-width: 1280px) {
    .s-footer-v0 > .top > .inner > ul > li {
        padding-left: 4px;
        padding-right: 4px;
    }

    .s-footer-v0 > .top > .inner > ul > li > a {
        font-size: 13px;
    }

    .s-footer-v0 > .bottom > .inner {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media (max-width: 1024px) {
    .s-footer-v0 > .top > .inner > ul {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: center;
        justify-content: center;
        flex-wrap: wrap;
        padding-left: 8px;
        padding-right: 8px;
    }

    .s-footer-v0 > .top > .inner > ul > li {
        width: 40%;
        box-sizing: border-box;
        padding: 2px;
    }

    .s-footer-v0 > .top > .inner > ul > li > a {
        display: block;
        border-radius: 2px;
        box-sizing: border-box;
        padding: 8px;
        background-color: rgba(0, 0, 0, 0.32);
    }
}

@media (max-width: 960px) {
    .s-footer-v0 > .bottom > .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .s-footer-v0 > .bottom > .inner > .copyright {
        margin-bottom: 8px;
    }

    .s-footer-v0 > .bottom > .inner > .info > p {
        text-align: center;
    }

    .s-footer-v0 > .bottom > .inner > .copyright > p {
        text-align: center;
    }

    .s-footer-v0 > .bottom > .inner > .copyright > ul {
        text-align: center;
    }
}

@media (max-width: 800px) {
    .s-footer-v0 > .middle > .inner > .buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .s-footer-v0 > .middle > .inner > .buttons > .column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        text-align: center;
    }

    .s-footer-v0 > .middle > .inner > .buttons > .column > .label {
        margin-right: 0;
        margin-bottom: 8px;
    }

    .s-footer-v0 > .middle > .inner {
        padding-top: 16px;
    }

    .s-footer-v0 > .middle > .inner > .buttons > .column {
        padding: 8px;
    }
}

@media (max-width: 560px) {
    .s-footer-v0 > .top > .inner > ul > li {
        width: 100%;
        max-width: 80%;
    }

    .s-footer-v0 > .middle > .inner > .info {
        padding-left: 16px;
        padding-right: 16px;
    }

    .s-footer-v0 > .middle > .inner > .info br {
        display: none;
    }

    .s-footer-v0 > .bottom > .inner > .copyright > ul > li:not(:last-child):after {
        display: none;
    }
}

/* Первый блок */
.intro-section {
    padding: 9.5rem 0 0;
}

@media screen and (max-width: 991px) {
    .intro-section {
        padding: 5.5rem 0 0;
    }
}

@media screen and (max-width: 575px) {
    .intro-section {
        padding: 6rem 0 0;
    }
}

.intro-section .container {
    position: relative;
}

.intro-section .intro__content {
    position: relative;
    z-index: 3;
}

.intro-section .t-title {
    text-align: left;
    font-size: 4rem;
}

@media screen and (max-width: 767px) {
    .intro-section .t-title {
        font-size: 3.3rem;
    }
}

@media screen and (max-width: 575px) {
    .intro-section .t-title {
        font-size: 3.6rem;
        line-height: 1.25;
    }

    .intro-section .t-title br {
        display: none;
    }
}

.intro-section .intro__subtitle {
    margin: 3.5rem 0 5rem;
    font-size: 2.2rem;
    position: relative;
    padding-left: 4.6rem;
    font-weight: 400;
}

@media screen and (max-width: 991px) {
    .intro-section .intro__subtitle {
        width: 350px;
    }
}

@media screen and (max-width: 575px) {
    .intro-section .intro__subtitle {
        width: 36rem;
    }
}

.intro-section .intro__subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1.3rem;
    width: 3rem;
    height: 2px;
    background: #ff991d;
}

.intro-section .intro__subtitle.without-line {
    padding-left: 0;
}

.intro-section .intro__subtitle.without-line::before {
    display: none;
}

@media screen and (max-width: 991px) {
    .intro-section .download__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start;
    }
}

@media screen and (max-width: 991px) {
    .intro-section .download__button {
        margin-bottom: 1.5rem;
    }

    .intro-section .download__button:last-child {
        margin-bottom: 0;
    }
}

.intro__advantages {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 6rem 0 0;
}

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

.intro__advantages .intro__advantages-item {
    width: 32%;
    min-height: 15rem;
    border-radius: 12px;
    background-color: white;
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding-right: 3rem;
}

@media screen and (max-width: 991px) {
    .intro__advantages .intro__advantages-item {
        width: 48%;
        min-height: 13.5rem;
    }
}

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

@media screen and (max-width: 575px) {
    .intro__advantages .intro__advantages-item {
        margin: 0 0 2rem !important;
    }
}

.intro__advantages .intro__advantages-item .item__icon {
    margin-right: 4.4rem;
    flex-shrink: 0;
    position: relative;
}

.intro__advantages .intro__advantages-item .item__text {
    font-size: 1.8rem;
    color: #5d5d60;
}

@media screen and (max-width: 575px) {
    .intro__advantages .intro__advantages-item .item__text {
        font-weight: 600;
        font-size: 2.2rem;
        width: 60%;
    }
}

.intro__advantages .item1 {
    padding-left: 5rem;
}

@media screen and (max-width: 767px) {
    .intro__advantages .item1 {
        padding-left: 3rem;
    }
}

.intro__advantages .item1 .item__icon {
    width: 6rem;
}

@media screen and (max-width: 991px) {
    .intro__advantages .item1 .item__icon {
        margin-right: 5.5rem;
        width: 6.5rem;
    }
}

@media screen and (max-width: 767px) {
    .intro__advantages .item1 .item__icon {
        width: 5.5rem;
        margin-right: 3rem;
    }
}

@media screen and (max-width: 575px) {
    .intro__advantages .item1 .item__icon {
        margin-right: 3.5rem;
        margin-left: 0.8rem;
    }
}

.intro__advantages .item2 {
    padding-left: 5.5rem;
}

@media screen and (max-width: 767px) {
    .intro__advantages .item2 {
        padding-left: 3rem;
    }
}

.intro__advantages .item2 .item__icon {
    width: 8.5rem;
    top: -.5rem;
}

@media screen and (max-width: 767px) {
    .intro__advantages .item2 .item__icon {
        margin-right: 2.5rem;
        width: 7rem;
    }
}

@media screen and (max-width: 575px) {
    .intro__advantages .item2 .item__icon {
        margin-right: 2.8rem;
    }
}

.intro__advantages .item3 {
    padding-left: 7rem;
}

@media screen and (max-width: 991px) {
    .intro__advantages .item3 {
        margin: 4% 0 0;
        padding-left: 5rem;
    }
}

@media screen and (max-width: 767px) {
    .intro__advantages .item3 {
        padding-left: 3rem;
    }
}

.intro__advantages .item3 .item__icon {
    width: 7.5rem;
}

@media screen and (max-width: 767px) {
    .intro__advantages .item3 .item__icon {
        margin-right: 2.5rem;
        width: 6rem;
    }
}

@media screen and (max-width: 575px) {
    .intro__advantages .item3 .item__icon {
        width: 5.8rem;
        margin-right: 3.2rem;
        margin-left: 0.8rem;
    }
}

.intro__img-container {
    position: absolute;
    width: 69.6rem;
    z-index: 2;
    right: -13rem;
    top: -8rem;
    pointer-events: none;
}

@media screen and (max-width: 991px) {
    .intro__img-container {
        width: 52.6rem;
        right: -12rem;
        top: 16rem;
    }
}

@media screen and (max-width: 767px) {
    .intro__img-container {
        width: 47.6rem;
        top: 20rem;
        right: -19rem;
    }
}

@media screen and (max-width: 575px) {
    .intro__img-container {
        top: 22rem;
        right: -22rem;
    }
}

/* Второй блок */
.features-section {
    padding: 13.5rem 0;
}

@media screen and (max-width: 991px) {
    .features-section {
        padding: 11rem 0;
    }
}

.features-section .container {
    position: relative;
    z-index: 3;
}

.features__box {
    margin: 7rem 0 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 991px) {
    .features__box {
        margin: 5rem 0 0;
    }
}

@media screen and (max-width: 767px) {
    .features__box {
        display: block;
    }
}

.features__item {
    width: 47%;
    border-radius: 12px;
    background-color: white;
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.1);
    padding: 5rem;
    padding-bottom: 10rem;
}

@media screen and (max-width: 991px) {
    .features__item {
        padding: 4rem;
    }
}

@media screen and (max-width: 767px) {
    .features__item {
        width: 70%;
        margin: 0 auto 4rem;
    }

    .features__item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 575px) {
    .features__item {
        width: 100%;
        padding: 5rem;
    }
}

.features__item-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-bottom: 4rem;
}

.features__item-header .item-header__img {
    width: 7rem;
}

.features__item-header .item-header__text {
    margin-left: 2.7rem;
    font-weight: 700;
    font-size: 3rem;
}

.features__item-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-bottom: 1.8rem;
    color: #5d5d60;
}

@media screen and (max-width: 575px) {
    .features__item-list {
        font-size: 2rem;
    }
}

.features__item-list:last-child {
    margin-bottom: 0;
}

.features__item-list img {
    width: 1.6rem;
    margin-right: 1.5rem;
    position: relative;
    bottom: -.4rem;
}

@media screen and (max-width: 991px) {
    .features__item-list br {
        display: none;
    }
}

/* Третий блок */
.functions-section {
    position: relative;
}

.functions-section .container {
    position: relative;
    z-index: 3;
}

.functions__bg {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 192rem;
    max-width: none;
}

@media screen and (max-width: 575px) {
    .functions__bg {
        top: 49%;
    }
}

.functions__img-container {
    position: absolute;
    width: 73.5rem;
    top: 3rem;
    left: -7.5rem;
    pointer-events: none;
}

@media screen and (max-width: 991px) {
    .functions__img-container {
        width: 65.5rem;
        left: -32.5rem;
        top: 5rem;
    }
}

@media screen and (max-width: 575px) {
    .functions__img-container {
        display: none;
    }
}

.functions__item {
    border-radius: 12px;
    background-color: white;
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.1);
    width: 55rem;
    margin-left: auto;
    padding: 5rem;
    padding-right: 2.5rem;
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 767px) {
    .functions__item {
        width: 100%;
        margin: auto;
    }
}

.functions__item-title {
    margin-bottom: 3rem;
    font-size: 3.2rem;
    font-family: 'Gilroy';
    font-weight: 700;
    line-height: 1.3;
}

.functions__item-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-bottom: 1.8rem;
    color: #5d5d60;
}

@media screen and (max-width: 575px) {
    .functions__item-list {
        font-size: 2rem;
        width: 95%;
    }

    .functions__item-list br {
        display: none;
    }
}

.functions__item-list:last-child {
    margin-bottom: 0;
}

.functions__item-list b {
    font-weight: 600;
}

.functions__item-list img {
    width: 1.6rem;
    margin-right: 1.5rem;
    position: relative;
    bottom: -.4rem;
}

.functions__item .warning-list img {
    width: 2rem;
    margin-left: -0.4rem;
}

/* Четвертый блок */
.advantages-section {
    padding: 13.5rem 0;
}

@media screen and (max-width: 991px) {
    .advantages-section {
        padding: 15rem 0 10rem;
    }
}

.advantages-section .container {
    position: relative;
    z-index: 3;
}

.advantages-section .t-title {
    margin-bottom: 6.5rem;
}

@media screen and (max-width: 767px) {
    .advantages-section .t-title br {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .advantages-section .t-title {
        font-size: 3rem;
    }
}

.advantages__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 100%;
    border-radius: 12px;
    background-color: white;
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;
    min-height: 35rem;
}

@media screen and (max-width: 991px) {
    .advantages__item {
        min-height: 0;
        -webkit-box-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 767px) {
    .advantages__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
}

.advantages__item:last-child {
    margin-bottom: 0;
}

.advantages__item-img {
    flex-shrink: 0;
    width: 57rem;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .advantages__item-img {
        width: 35rem;
        padding: 5rem 0;
    }
}

@media screen and (max-width: 991px) {
    .advantages__item-img img {
        width: auto !important;
        max-width: 75%;
    }
}

.advantages__item-text {
    padding-top: 11rem;
}

@media screen and (max-width: 991px) {
    .advantages__item-text {
        padding-top: 0;
        padding-right: 6rem;
    }
}

@media screen and (max-width: 767px) {
    .advantages__item-text {
        text-align: center;
        padding: 0 2rem 5rem;
        width: 65%;
        margin: auto;
    }
}

@media screen and (max-width: 575px) {
    .advantages__item-text {
        width: 80%;
    }
}

.advantages__item-text .advantages__item-title {
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 1.3rem;
}

@media screen and (max-width: 991px) {
    .advantages__item-text .advantages__item-title {
        font-size: 2.8rem;
    }
}

.advantages__item-text .advantages__item-subtitle {
    color: #5d5d60;
}

@media screen and (max-width: 991px) {
    .advantages__item-text .advantages__item-subtitle br {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .advantages__item-text .advantages__item-subtitle {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 575px) {
    .advantages__item-text .advantages__item-subtitle {
        font-size: 2rem;
    }
}

@media screen and (max-width: 991px) {
    .advantages__item.item1 .advantages__item-img {
        padding: 3rem 0;
    }
}

.advantages__item.item1 .advantages__item-img img {
    width: 35.6rem;
}

.advantages__item.item2 .advantages__item-img img {
    width: 47rem;
}

@media screen and (max-width: 767px) {
    .advantages__item.item2 .advantages__item-text {
        margin-top: -2rem;
    }
}

.advantages__item.item3 .advantages__item-img img {
    width: 44rem;
}

.advantages__item.item4 .advantages__item-img img {
    width: 44rem;
}

/* Пятый блок */
.video-section {
    position: relative;
}

.video-section .container {
    position: relative;
    z-index: 4;
}

.video__bg {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 61%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 192rem;
    max-width: none;
}

@media screen and (max-width: 991px) {
    .video__bg {
        width: 135rem;
    }
}

@media screen and (max-width: 575px) {
    .video__bg {
        top: 69%;
        width: 142rem;
    }
}

.video__box {
    margin: 6.5rem auto 0;
    width: 89rem;
    height: 50rem;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background-color: white;
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 991px) {
    .video__box {
        margin: 4rem 0 0;
        width: 100%;
        height: 40rem;
    }
}

@media screen and (max-width: 767px) {
    .video__box {
        height: 35rem;
    }
}

@media screen and (max-width: 575px) {
    .video__box {
        height: 30rem;
    }
}

.video__box iframe {
    width: 100%;
    height: 100%;
}

/* Шестой блок */
.tariff-section {
    padding: 13rem 0 11rem;
}

@media screen and (max-width: 991px) {
    .tariff-section {
        padding: 9rem 0 7rem;
    }
}

@media screen and (max-width: 575px) {
    .tariff-section {
        padding: 11rem 0 7rem;
    }
    .tariff-section iframe {
        width: 100%;
    }
}

.tariff-section .container {
    position: relative;
    z-index: 3;
}

.tariff-section .t-title {
    margin-bottom: 6.2rem;
}

@media screen and (max-width: 575px) {
    .tariff-section .t-title {
        margin-bottom: 4rem;
    }
}

.tariff__img-container {
    position: absolute;
    right: -5rem;
    top: 13.5rem;
    width: 70rem;
}

@media screen and (max-width: 991px) {
    .tariff__img-container {
        right: -18rem;
        top: 11.5rem;
        width: 59rem;
    }
}

@media screen and (max-width: 767px) {
    .tariff__img-container {
        right: -20rem;
        top: -16.5rem;
        width: 43rem;
    }
}

@media screen and (max-width: 575px) {
    .tariff__img-container {
        top: -12rem;
        right: -15rem;
        width: 36rem;
    }
}

.tariff__box {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 58rem;
    position: relative;
    z-index: 4;
}

@media screen and (max-width: 991px) {
    .tariff__box {
        width: 54rem;
    }
}

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

.tariff__item {
    border-radius: 12px;
    background-color: white;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    height: 28rem;
    width: 48%;
    margin-bottom: 4%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 991px) {
    .tariff__item {
        height: 22rem;
    }
}

@media screen and (max-width: 767px) {
    .tariff__item {
        height: 20rem;
    }
}

.tariff__item .tariff__title {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.3;
}

.tariff__item .tariff__price {
    font-size: 2.8rem;
    font-weight: 600;
    border-radius: 12px;
    color: #fff;
    padding: .6rem 1.8rem;
}

.tariff__item .tariff__price.purple {
    background: #7b79f8;
}

.tariff__item .tariff__price.orange {
    background: #FB9A3D;
}

/* Седьмой блок */
.numbers__box {
    border-radius: 12px;
    background-color: white;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 8rem 11rem;
}

@media screen and (max-width: 991px) {
    .numbers__box {
        padding: 6rem 6rem;
    }
}

@media screen and (max-width: 767px) {
    .numbers__box {
        padding: 4.5rem 3rem;
    }
}

@media screen and (max-width: 575px) {
    .numbers__box {
        padding: 5.5rem 3rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
    }
}

.benefits__number, .plus {
    opacity: 0;
    -webkit-transition: 320ms;
    transition: 320ms;
}

.numbers__item {
    text-align: center;
}

@media screen and (max-width: 575px) {
    .numbers__item {
        margin-bottom: 4rem;
    }

    .numbers__item:last-child {
        margin-bottom: 0;
    }
}

.numbers__item .number {
    font-size: 4.2rem;
    font-weight: 700;
    color: #ff991d;
}

@media screen and (max-width: 575px) {
    .numbers__item .number {
        font-size: 6rem;
    }
}

.numbers__item .numbers__subtitle {
    color: #5d5d60;
}

@media screen and (max-width: 575px) {
    .numbers__item .numbers__subtitle {
        font-size: 2rem;
    }
}

/* Восьмой блок */
.download-section {
    padding: 7.5rem 0 14.5rem;
}

@media screen and (max-width: 991px) {
    .download-section {
        padding: 8.5rem 0 10rem;
    }
}

@media screen and (max-width: 575px) {
    .download-section .download__buttons {
        -webkit-box-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 575px) {
    .download-section .download__button {
        margin-right: 0;
    }
}

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

@media screen and (max-width: 991px) {
    .download__box {
        display: block;
    }
}

.download__box .download__text .download__title {
    font-size: 2.6rem;
    font-weight: 700;
}

@media screen and (max-width: 1200px) {
    .download__box .download__text .download__title {
        font-size: 2rem;
    }
}

@media screen and (max-width: 991px) {
    .download__box .download__text .download__title {
        font-size: 2.65rem;
        margin-bottom: 3rem;
    }

    .download__box .download__text .download__title br {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .download__box .download__text .download__title {
        text-align: center;
    }
}
.pt0 {
    padding-top: 0 !important;
}

@media (max-width: 575px) {
    .intro-section.orders-section {
        padding-top: 0;
    }
    .intro-section.orders-section .container {
        display: flex;
        flex-direction: column;
    }
    .intro-section.orders-section .intro__content {
        order: 2;
    }
    .intro-section.orders-section .intro__img-container {
        position: relative;
        width: 300px;
        max-width: 100%;
        margin: 0 auto 40px auto;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        order: 1;
    }
}
@media (max-width: 479px) {
    .select-box .title-inner-wrap .select-title, .form-box .form-title {
        font-size: 18px;
        line-height: 22px;
    }
    .form-box select.form-input {
        font-size: 18px;
    }
}