@font-face {
    font-family: Gilroy;
    src: url(../themes/mamazaym24x7ru/assets/css/Gilroy-Light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilroy;
    src: url(../themes/mamazaym24x7ru/assets/css/Gilroy-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilroy-Semibold;
    src: url(../themes/mamazaym24x7ru/assets/css/Gilroy-Semibold.woff2) format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

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

a {
    text-decoration: none;
    color: var(--white)
}

a:active,
a:hover {
    outline: 0
}

li,
ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

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

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

:focus {
    outline: 0
}

audio,
img,
video {
    max-width: 100%;
    height: auto
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

iframe {
    border: 0
}

textarea {
    resize: none;
    overflow: auto;
    vertical-align: top;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

button,
input,
select,
textarea {
    outline: none;
    border: none;
    font-size: 100%;
    margin: 0;
    background-color: rgba(0, 0, 0, 0)
}

button,
input {
    line-height: normal
}

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

td,
th {
    padding: 0;
    text-align: left
}

a,
button {
    cursor: pointer;
    outline: none
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.noUi-target {
    cursor: pointer!important;
    border: none!important
}

.noUi-horizontal .noUi-handle {
    top: -11px!important
}

.noUi-handle {
    width: 38px!important;
    height: 38px!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: none!important;
    background-color: rgba(0, 0, 0, 0)!important;
    cursor: pointer!important
}

.noUi-touch-area {
    width: 38px;
    height: 38px;
    background: var(--range-head);
    border-radius: 50%
}

.noUi-connects {
    width: 100%;
    height: 14px;
    background: var(--range-line);
    border-radius: 10px
}

.noUi-handle:after,
.noUi-handle:before {
    display: none!important
}

.noUi-connects {
    border-radius: 10px!important
}

@media(max-width:1439px) {
    .noUi-handle {
        width: 28px!important;
        height: 28px!important
    }
    .noUi-touch-area {
        width: 28px;
        height: 28px
    }
    .noUi-connects,
    .noUi-target {
        height: 10px!important
    }
    .noUi-horizontal .noUi-handle {
        top: -10px!important
    }
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    transform-style: flat
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto
}

.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.noUi-state-drag * {
    cursor: inherit!important
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    right: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    bottom: -17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto
}

.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #3fb8af
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled].noUi-handle,
[disabled] .noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-large,
.noUi-marker-sub {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 120%
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
    -webkit-transform: translate(50%);
    -ms-transform: translate(50%);
    transform: translate(50%);
    left: auto;
    bottom: 10px
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
    -webkit-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    transform: translateY(-18px);
    top: auto;
    right: 28px
}

html {
    font-family: Gilroy, sans-serif;
    color: var(--main-text);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    scroll-behavior: smooth
}

body {
    overflow-x: hidden;
    background-color: var(--body-bg)
}

main {
    overflow: hidden
}

.container {
    width: 1630px!important;
    margin: 0 auto;
    padding: 0
}

.full-banner {
    margin-bottom: 100px
}

.pay-methods {
    margin-top: 100px;
    margin-bottom: 340px
}

@media(max-width:1919px) {
    .container {
        max-width: 92vw!important
    }
}

@media(max-width:1024px) {
    .pay-methods {
        margin-top: 60px;
        margin-bottom: 220px
    }
}

@media(max-width:768px) {
    .pay-methods {
        margin-top: 60px;
        margin-bottom: 240px
    }
}

.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 18px;
    font-family: Roboto, sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 12px;
    -webkit-transition: color .3s, background-color .3s, border .3s, opacity .3s;
    transition: color .3s, background-color .3s, border .3s, opacity .3s
}

.button._orange {
    border: 1px solid var(--accent);
    background-color: var(--accent);
    color: var(--white)
}

.button._orange:hover {
    color: var(--accent);
    background-color: rgba(0, 0, 0, 0)
}

.button._gradient {
    background-color: var(--accent-mobile-steps);
    -webkit-box-shadow: 0 -30px 100px -10px var(--accent-opposite) inset;
    box-shadow: 0 -30px 100px -10px var(--accent-opposite) inset;
    color: var(--main-text)
}

.button._gradient:hover {
    background-color: var(--accent)
}

.button._green-gradient {
    background: var(--accent-opposite);
    color: var(--white)
}

.button._pink {
    background-color: var(--accent-target);
    color: var(--white)
}

.button._pink:hover {
    background-color: var(--accent-mobile-steps)
}

.button._bigger {
    font-size: 32px;
    line-height: 138%;
    padding: 12px 24px
}

@media(max-width:1439px) {
    .button._bigger {
        font-size: 24px;
        padding: 8px 16px
    }
}

@media(max-width:1024px) {
    .button {
        padding: 8px 14px;
        font-size: 16px;
        line-height: 20px
    }
    .button._bigger {
        font-size: 20px;
        line-height: 138%
    }
}

.banner-slide {
    padding: 60px 0 110px;
    background-repeat: no-repeat;
    background-size: cover
}

.banner-slide__image {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

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

.banner-slide__title {
    max-width: 60%;
    color: var(--white);
    font-size: 52px;
    line-height: 75.3px
}

.banner-slide__text,
.banner-slide__title {
    font-family: Dela Gothic One;
    font-weight: 400
}

.banner-slide__text {
    margin-top: 20px;
    max-width: 50%;
    color: #f8e907;
    font-size: 20px;
    line-height: 28.96px
}

.banner-slide .button {
    margin-top: 60px
}

@media(max-width:1919px) {
    .banner-slide__title {
        max-width: 70%;
        font-weight: 400;
        font-size: 36px;
        line-height: 48px
    }
    .banner-slide__text {
        font-size: 16px;
        line-height: 24px
    }
}

@media(max-width:1024px) {
    .banner-slide {
        padding: 50px 0 60px;
        height: 390px;
        max-height: 390px
    }
    .banner-slide__content {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .banner-slide__title {
        font-size: 26px;
        line-height: 40px
    }
    .banner-slide__text,
    .banner-slide__title {
        max-width: 100%;
        letter-spacing: 0;
        text-align: center
    }
    .banner-slide__text {
        color: #f8e907;
        font-family: Gilroy, sans-serif;
        font-weight: 800;
        font-size: 14px;
        line-height: 20px
    }
    .banner-slide .button {
        margin: auto auto 0;
        max-width: 270px
    }
}

.section-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-title__title {
    font-family: Gilroy, sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 49px;
    letter-spacing: 0
}

@media(max-width:1439px) {
    .section-title {
        max-width: 92vw;
        margin: 0 auto
    }
    .section-title__title {
        font-size: 16px;
        line-height: 20px
    }
    .section-title .button {
        padding: 4px 8px;
        font-size: 12px;
        line-height: 14px
    }
}

.checkbox {
    position: relative
}

.checkbox__input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden
}

.checkbox__input:checked~.checkbox__label .checkbox__form-checkbox path {
    opacity: 1
}

.checkbox__checkbox-offer {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 138%;
    letter-spacing: 0
}

.checkbox__checkbox-offer .personal-link {
    color: var(--accent);
    text-decoration: underline
}

.checkbox__label {
    gap: 15px;
    cursor: pointer
}

.checkbox__form-checkbox,
.checkbox__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.checkbox__form-checkbox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    border-radius: 8px;
    background-color: var(--white);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border: 1px solid var(--sections-bg)
}

.checkbox__form-checkbox path {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0;
    fill: var(--main-text);
    stroke: var(--main-text)
}

.checkbox .checkbox__info {
    position: absolute;
    top: -45px;
    left: -48px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    padding: 10px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px
}

.checkbox .checkbox__info:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: calc(50% - 3px);
    height: 6px;
    width: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.checkbox a {
    color: var(--main-text);
    text-decoration: underline
}

@media(max-width:1024px) {
    .checkbox__checkbox-offer {
        font-size: 10px
    }
    .checkbox__form-checkbox {
        min-width: 26px;
        height: 26px
    }
    .checkbox__form-checkbox svg {
        width: 18px;
        height: 18px
    }
}

.banks-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    padding: 10px 40px;
    background-color: var(--white);
    border-radius: 24px;
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .2509803922);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .2509803922)
}

.banks-card img {
    -o-object-fit: contain;
    object-fit: contain
}

.banks-card ._small {
    max-width: 25%
}

.banks-card ._bigger {
    max-width: 40%
}

@media(max-width:1024px) {
    .banks-card ._small {
        max-width: 80px
    }
    .banks-card ._bigger {
        max-width: 120px
    }
}

.form-button {
    width: 100%;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    font-weight: 700;
    font-size: 17px;
    color: var(--white);
    background-color: linear-gradient(90.3deg, #9c3fe4 .16%, #fe8675 101.62%);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s
}

.form-button:focus,
.form-button:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.form-button:disabled {
    opacity: .7
}

.form-button:disabled:focus,
.form-button:disabled:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    cursor: auto
}

@media(max-width:1024px) {
    .form-button {
        padding: 14px 0;
        font-size: 16px
    }
}

.step-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background-color: var(--form-bg);
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 30px 50px;
    color: var(--second-text)
}

.step-form__form {
    padding-right: 1.6rem;
    overflow: auto
}

.step-form__form::-webkit-scrollbar {
    border-radius: 2px;
    width: 4px;
    height: 4px;
    background-color: rgba(0, 0, 0, 0)
}

.step-form__form::-webkit-scrollbar-thumb {
    background-color: var(--footer-bg);
    border-radius: 2px
}

.step-form__form::-webkit-scrollbar-button:horizontal:end:increment,
.step-form__form::-webkit-scrollbar-button:horizontal:start:decrement,
.step-form__form::-webkit-scrollbar-button:vertical:end:increment,
.step-form__form::-webkit-scrollbar-button:vertical:start:decrement {
    display: none
}

.step-form__steps {
    margin-bottom: 30px
}

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

.step-form__steps-description,
.step-form__steps-header {
    font-weight: 500;
    font-size: 14px;
    color: var(--accent-mobile-steps)
}

.step-form__steps-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: var(--accent-mobile-steps)
}

.step-form__steps-link svg {
    color: var(--accent-mobile-steps);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 12px;
    height: 12px
}

.step-form__progress {
    margin-top: 15px;
    position: relative;
    height: 16px
}

.step-form__progress-bg {
    background-color: var(--white);
    border-radius: 8px;
    opacity: .4;
    height: 100%
}

.step-form__progress-show {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: var(--accent-mobile-steps);
    border-radius: 8px
}

.step-form__fieldset {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px
}

.step-form__title {
    margin-bottom: 30px;
    width: 80%;
    font-weight: 700;
    font-size: 18px;
    text-align: start
}

.step-form__checkbox-close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.step-form__checbox-wrapper {
    position: relative
}

.step-form__checkbox-box {
    position: fixed;
    z-index: 1;
    top: 8.6rem;
    bottom: auto;
    left: 11%;
    margin-top: 0;
    width: 40%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    background-color: var(--form-bg);
    border-radius: 16px;
    -webkit-box-shadow: 0 20px 16px 0 rgba(0, 0, 0, .2509803922);
    box-shadow: 0 20px 16px 0 rgba(0, 0, 0, .2509803922);
    opacity: 0;
    -webkit-transition: opacity .3s, margin-top .3s;
    transition: opacity .3s, margin-top .3s;
    pointer-events: none;
    -webkit-box-shadow: 0 8px 14px 4px rgba(0, 0, 0, .2509803922);
    box-shadow: 0 8px 14px 4px rgba(0, 0, 0, .2509803922)
}

.step-form__checkbox-box._show {
    opacity: 1;
    margin-top: 0;
    pointer-events: painted
}

.step-form .checkbox__form-checkbox {
    min-width: 25px;
    height: 25px
}

.step-form .checkbox__form-checkbox svg {
    width: 20px;
    height: 20px
}

.step-form .checkbox__checkbox-offer {
    font-size: 11px
}

.step-form .checkbox__checkbox-offer a {
    color: var(--second-text)
}

.step-form .form-button {
    margin-top: 1.6rem;
    background: linear-gradient(90.3deg, #9c3fe4 .16%, #fe8675 101.62%);
    color: var(--white);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .2509803922);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .2509803922)
}

@media(max-width:1024px) {
    .step-form__title {
        margin-bottom: 24px;
        width: 100%;
        font-size: 16px
    }
    .step-form__steps {
        margin-bottom: 16px
    }
    .step-form__steps-description,
    .step-form__steps-header {
        font-size: 12px
    }
    .step-form__progress {
        margin-top: 10px;
        height: 6px
    }
    .step-form__progress-bg {
        border-radius: 8px
    }
    .step-form__fieldset {
        border: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 24px
    }
    .step-form__checkbox-box {
        position: fixed;
        top: auto;
        bottom: 60px;
        left: 0;
        margin-top: 0;
        padding: 1.6rem;
        width: 100vw;
        max-width: 100%;
        border-top-left-radius: .8rem;
        border-top-right-radius: .8rem;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-box-shadow: 0 8px 14px 4px rgba(0, 0, 0, .2509803922);
        box-shadow: 0 8px 14px 4px rgba(0, 0, 0, .2509803922)
    }
}

.form-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.form-info,
.form-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.form-info__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.form-info__item svg {
    min-width: 30px;
    color: var(--accent)
}

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

.select:before {
    content: "";
    position: absolute;
    right: 25px;
    bottom: 18px;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--second-text);
    border-left: 2px solid var(--second-text);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.select label {
    position: absolute;
    top: 10px;
    left: 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0
}

.select__menu {
    padding: 32px 20px 10px;
    border-radius: 8px;
    background-color: var(--white);
    color: var(--second-text);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

.several-inputs label {
    font-weight: 500;
    font-size: 16px
}

.several-inputs__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.several-inputs input {
    width: 50%;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: var(--white);
    color: var(--second-text)
}

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

.input label {
    position: absolute;
    top: 10px;
    left: 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0
}

.input input {
    padding: 32px 20px 10px;
    border-radius: 8px;
    background-color: var(--white);
    font-size: 16px;
    color: var(--second-text)
}

.input input::-webkit-input-placeholder {
    color: var(--second-text);
    opacity: .4
}

.input input::-moz-placeholder {
    color: var(--second-text);
    opacity: .4
}

.input input:-ms-input-placeholder {
    color: var(--second-text);
    opacity: .4
}

.input input::-ms-input-placeholder {
    color: var(--second-text);
    opacity: .4
}

.input input::placeholder {
    color: var(--second-text);
    opacity: .4
}

.input__icon {
    position: absolute;
    top: 12px;
    right: 10px
}

@media(max-width:1024px) {
    .input label {
        left: 12px;
        font-size: 12px
    }
    .input input {
        padding: 30px 30px 10px 10px;
        border-radius: 8px;
        background-color: var(--white);
        font-size: 16px;
        color: var(--second-text)
    }
    .input input::-webkit-input-placeholder {
        color: var(--second-text);
        opacity: .4
    }
    .input input::-moz-placeholder {
        color: var(--second-text);
        opacity: .4
    }
    .input input:-ms-input-placeholder {
        color: var(--second-text);
        opacity: .4
    }
    .input input::-ms-input-placeholder {
        color: var(--second-text);
        opacity: .4
    }
    .input input::placeholder {
        color: var(--second-text);
        opacity: .4
    }
}

.timer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    padding: 10px 20px;
    background-color: var(--sections-bg);
    border-radius: 16px;
    opacity: 0;
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    -webkit-transition: opacity .3s, scale .3s;
    transition: opacity .3s, scale .3s
}

.timer._show {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 1
}

.timer__first-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    height: 100%
}

.timer__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: var(--main-text)
}

.timer__caption,
.timer__title {
    letter-spacing: 0;
    text-align: center
}

.timer__caption {
    font-weight: 600;
    font-size: 14px;
    line-height: 138%
}

.timer__times-wrapper {
    gap: 16px
}

.timer__item,
.timer__times-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.timer__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 76px;
    height: 48px;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: var(--white);
    background-color: var(--accent-bg-info);
    border-radius: 10px
}

@media(max-width:1024px) {
    .timer {
        padding: 8px 10px;
        border-radius: 8px
    }
    .timer__title {
        font-weight: 700;
        font-size: 20px
    }
    .timer__caption {
        font-size: 10px
    }
    .timer__times-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 8px
    }
    .timer__item {
        width: 52px;
        height: 38px;
        font-size: 24px
    }
}

.lang {
    position: fixed;
    top: 80px;
    right: 10px;
    z-index: 12;
    text-align: center;
    -webkit-perspective: 700px;
    perspective: 700px;
    border-radius: 4px
}

.lang,
.lang__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.lang__link {
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    background-color: hsla(0, 0%, 61.6%, .3);
    border-radius: 2px;
    padding: 4px
}

.lang__link:hover {
    -webkit-filter: drop-shadow(0 0 3px #888) brightness(130%);
    filter: drop-shadow(0 0 3px rgb(136, 136, 136)) brightness(130%)
}

.lang__link._active {
    border: 1px solid var(--accent)
}

.lang__img {
    width: 30px;
    height: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 10px;
    display: block;
    border-radius: 2px
}

.lang__img,
.lang__list {
    -webkit-transition: all .3s;
    transition: all .3s
}

.lang__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 10;
    line-height: 13px;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media(max-width:1439px) {
    .lang {
        position: relative;
        top: 0;
        right: 0
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background-color: var(--white);
    -webkit-transition: opacity .3s, background-color .3s, -webkit-transform .3s ease-in-out, -webkit-box-shadow .3s;
    transition: opacity .3s, background-color .3s, -webkit-transform .3s ease-in-out, -webkit-box-shadow .3s;
    transition: transform .3s ease-in-out, opacity .3s, background-color .3s, box-shadow .3s;
    transition: transform .3s ease-in-out, opacity .3s, background-color .3s, box-shadow .3s, -webkit-transform .3s ease-in-out, -webkit-box-shadow .3s
}

.header._show-menu .header__burger-body {
    height: 0
}

.header._show-menu .header__burger-body:before {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.header._show-menu .header__burger-body:after {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg)
}

.header._show-menu .header__menu {
    opacity: 1;
    margin-top: 0
}

@media(max-width:1439px) {
    .header._show-menu .header__menu {
        pointer-events: auto
    }
}

.header._show-menu .header__mobile-menu {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.header__content {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 70px
}

.header__content,
.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__logo {
    font-family: Gilroy, sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase
}

.header__logo--text {
    margin-left: 16px;
    color: var(--main-text)
}

.header__logo--orange-text {
    color: var(--accent)
}

.header__logo-img {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover
}

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

.header__menu-link {
    padding: 0 20px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    color: var(--neutral-text);
    -webkit-transition: color .3s;
    transition: color .3s
}

.header__menu-link:first-child {
    margin-left: 0
}

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

.header__menu-link:hover {
    color: var(--second-text)
}

.header__burger {
    display: none;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    background: rgba(0, 0, 0, 0)
}

.header__burger-body {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--main-text);
    border-radius: 1px;
    -webkit-transform: height .3s ease;
    -ms-transform: height .3s ease;
    transform: height .3s ease
}

.header__burger-body:after,
.header__burger-body:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: var(--main-text);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.header__burger-body:before {
    top: calc(50% - 8px)
}

.header__burger-body:after {
    top: calc(50% + 6px)
}

.header__buttons {
    gap: 25px
}

.header__buttons,
.header__enter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__enter {
    font-family: Roboto, sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--main-text);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.header__enter:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.header__enter span {
    margin-right: 6px
}

.header__mobile-button,
.header__mobile-menu {
    display: none
}

@media(max-width:1439px) {
    .header__content {
        padding: 10px 0
    }
    .header__menu {
        position: absolute;
        z-index: 2;
        top: 110%;
        right: 0;
        padding: 0 20px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: 50px;
        -webkit-transition: opacity .3s ease, margin-top .3s;
        transition: opacity .3s ease, margin-top .3s;
        opacity: 0;
        margin-top: -20px;
        border-radius: 10px;
        background-color: var(--white);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        pointer-events: none;
        -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .2509803922);
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .2509803922)
    }
    .header__burger {
        display: block
    }
}

@media(max-width:1024px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        height: 60px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }
    .header .container {
        height: 100%
    }
    .header__content {
        height: 100%;
        padding: 0
    }
    .header__logo {
        font-weight: 800;
        font-size: 24px
    }
    .header__logo--text {
        margin-left: 8px
    }
    .header__menu {
        display: none
    }
    .header__mobile-menu {
        position: relative;
        z-index: 3;
        height: calc(100vh - 60px);
        padding: 30px 0;
        background-color: var(--accent-mobile-steps);
        margin-top: 0;
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: opacity .3s, -webkit-transform .3s;
        transition: opacity .3s, -webkit-transform .3s;
        transition: opacity .3s, transform .3s;
        transition: opacity .3s, transform .3s, -webkit-transform .3s
    }
    .header__mobile-content,
    .header__mobile-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .header .button,
    .header__enter {
        display: none
    }
    .header__mobile-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 12px;
        padding-bottom: 60px
    }
    .header__mobile-buttons .button,
    .header__mobile-buttons .header__enter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: auto
    }
    .header__mobile-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }
    .header__mobile-item,
    .header__mobile-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .header__mobile-item {
        gap: 16px
    }
    .header__mobile-item svg {
        color: var(--white);
        width: 24px;
        height: 24px
    }
    .header__mobile-link {
        font-weight: 500;
        line-height: 138%;
        letter-spacing: 2%;
        color: var(--white)
    }
    .header__enter {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 8px 0;
        color: var(--white);
        border-radius: 8px;
        border: 2px solid var(--white)
    }
    .header__contact {
        font-family: Roboto, sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 142.822%;
        text-align: right;
        margin-top: auto;
        margin-left: auto
    }
    .header__contact p {
        color: var(--white);
        font-size: 12px
    }
    .header__tel {
        text-decoration: underline;
        color: var(--white)
    }
}

.footer {
    padding: 80px 0;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    background-color: var(--footer-bg);
    color: var(--white)
}

.footer p {
    margin-bottom: 26px
}

.footer img {
    -o-object-fit: contain;
    object-fit: contain
}

.footer__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px
}

.footer__cards ._small {
    max-width: 20%
}

.footer__cards ._bigger {
    max-width: 25%
}

@media(max-width:1024px) {
    .footer__cards ._small {
        max-width: 80px
    }
    .footer__cards ._bigger {
        max-width: 120px
    }
}

@media(max-width:1024px) {
    .footer {
        background-color: var(--sections-bg);
        color: var(--main-text);
        padding: 40px 0 80px;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        text-align: center
    }
    .footer__cards {
        margin-bottom: 20px
    }
    .footer a {
        color: var(--main-text);
        text-decoration: underline
    }
}

.information {
    position: relative;
    padding: 0 0 50px;
    background-color: var(--accent-bg-info);
    color: var(--body-bg)
}

.information._main-page {
    padding: 170px 0 50px
}

.information._main-page .information__move-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.information__title {
    font-family: Roboto, sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 2%
}

.information__content {
    max-width: 1240px;
    width: 65%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 33.3333333333%)
}

.information__cell._mailing,
.information__cell._social,
.information__cell._support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 70px 20px;
    border-bottom: 1px solid var(--white)
}

.information__cell._support {
    padding: 70px 20px 70px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 30px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0
}

.information__cell._social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 25px
}

.information__cell._docs {
    padding: 40px 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.information__cell._docs._first {
    padding: 40px 20px 0 0
}

.information__cell._docs:last-child {
    padding: 40px 0 0 20px
}

.information__cell._docs a {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 2px
}

.information__cell._mailing {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.information__cell._mailing p {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: .36px
}

.information__cell._mailing p,
.information__subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.information__subscribe {
    height: 55px
}

.information__subscribe input {
    width: 60%;
    font-weight: 400;
    line-height: 16.8px;
    padding: 0 20px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: var(--white)
}

.information__subscribe button,
.information__subscribe input {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    letter-spacing: 0
}

.information__subscribe button {
    width: 40%;
    padding: 0 10px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 2px solid var(--accent);
    background-color: var(--accent);
    -webkit-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s
}

.information__subscribe button:hover {
    color: var(--main-text);
    background-color: var(--white)
}

@media(max-width:1024px) {
    .information__support {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
        font-family: Gilroy, sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0;
        text-align: center
    }
    .information__support img {
        width: 34px;
        height: 34px
    }
}

.information__move-up {
    display: none;
    position: absolute;
    top: 30px;
    right: 70px;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
    background-color: rgba(0, 0, 0, 0)
}

.information__move-up svg {
    width: 40px;
    height: 40px;
    padding: 8px;
    background-color: var(--accent);
    color: var(--white);
    border-radius: 5px;
    border: 1px solid var(--accent);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}

.information__move-up svg:hover {
    background-color: var(--white);
    color: var(--accent)
}

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

.information__footer .button {
    font-family: Gilroy, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 16.14px;
    text-align: center
}

.information__footer ._social {
    padding: 0;
    gap: 20px;
    border: none
}

.information__footer ._social img {
    width: 50px;
    height: 50px
}

@media(max-width:1439px) {
    .information__content {
        border: none;
        max-width: 990px;
        width: 88%
    }
}

@media(max-width:1024px) {
    .information {
        display: block;
        background-color: var(--second-text);
        padding: 60px 0 50px
    }
    .information._main-page {
        padding: 170px 0 50px
    }
    .information__title {
        font-weight: 800;
        font-size: 32px;
        line-height: 110%;
        letter-spacing: 2%
    }
    .information__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px;
        max-width: 92vw;
        width: auto;
        margin: 0 auto;
        background-color: var(--second-text)
    }
    .information__cell._mailing,
    .information__cell._social,
    .information__cell._support {
        padding: 0;
        border-bottom: none
    }
    .information__cell._social {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        gap: 16px
    }
    .information__cell._social img {
        width: 50px;
        height: 50px
    }
    .information__cell._docs {
        padding: 20px 0 0
    }
    .information__cell._docs._first {
        margin-top: 10px;
        border-top: 2px solid hsla(0, 0%, 100%, .6);
        padding-left: none
    }
    .information__cell._docs:last-child {
        padding: 20px 0 0
    }
    .information__cell._mailing {
        gap: 20px
    }
    .information__support {
        margin-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        opacity: .6
    }
    .information__cell._mailing p {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }
}

.mobile-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: none;
    width: 100%;
    height: 60px;
    background-color: var(--sections-bg);
    -webkit-box-shadow: 0 25px 50px 4px rgba(0, 0, 0, .2509803922);
    box-shadow: 0 25px 50px 4px rgba(0, 0, 0, .2509803922);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.mobile-menu._hidden {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.mobile-menu__item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    color: var(--accent-bg-info)
}

.mobile-menu__item._active {
    color: var(--accent-mobile-steps);
    border-top: 2px solid var(--accent-mobile-steps)
}

.mobile-menu svg {
    width: 24px;
    height: 24px
}

.mobile-menu span {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14.4px;
    letter-spacing: 0
}

@media(max-width:1024px) {
    .mobile-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.start-form {
    min-height: calc(100vh - 70px);
    padding-top: 70px;
    background-size: cover
}

.start-form__wrapper {
    width: 760px;
    min-height: calc(100vh - 70px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px
}

.start-form__content,
.start-form__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.start-form__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 40px 50px;
    background-color: var(--form-bg);
    border-radius: 24px;
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .2509803922);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .2509803922)
}

.start-form__head {
    position: relative;
    height: 100px;
    width: 100%;
    margin-bottom: 20px
}

.start-form__head._height-big {
    height: 140px
}

.start-form__title-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    -webkit-transition: opacity .3s, scale .3s;
    transition: opacity .3s, scale .3s
}

.start-form__title-wrapper._show {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 1
}

.start-form__title {
    margin-bottom: 8px;
    font-size: 36px;
    color: var(--main-text)
}

.start-form__caption,
.start-form__title {
    font-weight: 600;
    line-height: 138%;
    letter-spacing: 0;
    text-align: center
}

.start-form__caption {
    margin-bottom: 18px;
    font-size: 14px
}

.start-form__form {
    width: 100%
}

.start-form__icon {
    padding-right: 10px;
    border-right: 2px solid var(--sections-bg)
}

.start-form__price,
.start-form__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    height: 66px;
    padding: 16px;
    -webkit-box-shadow: .96px .96px 2.88px 0 var(--neutral-text) inset;
    box-shadow: .96px .96px 2.88px 0 var(--neutral-text) inset;
    border-radius: 8px
}

.start-form__tel {
    margin-bottom: 18px
}

.start-form__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    margin-bottom: 20px
}

.start-form__price-input,
.start-form__tel-input {
    padding: 0 0 0 5px;
    font-weight: 400;
    font-size: 24px;
    line-height: 138%;
    letter-spacing: 0;
    vertical-align: middle
}

.start-form__price-input {
    padding: 0 0 0 10px
}

.start-form__output {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 16px;
    margin-bottom: 35px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: right;
    vertical-align: middle
}

.start-form__checbox-wrapper {
    position: relative
}

.start-form__checkbox-box {
    position: absolute;
    z-index: 1;
    top: 120px;
    left: -40px;
    width: 760px;
    padding: 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    background-color: var(--form-bg);
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    -webkit-box-shadow: 0 20px 16px 0 rgba(0, 0, 0, .2509803922);
    box-shadow: 0 20px 16px 0 rgba(0, 0, 0, .2509803922);
    opacity: 0;
    margin-top: 20px;
    -webkit-transition: opacity .3s, margin-top .3s;
    transition: opacity .3s, margin-top .3s;
    pointer-events: none
}

.start-form__checkbox-box._show {
    opacity: 1;
    margin-top: 0;
    pointer-events: painted
}

.start-form__enter-lk {
    margin-top: 40px;
    font-weight: 500;
    font-size: 14px;
    line-height: 138%;
    letter-spacing: 0;
    text-align: center;
    color: var(--neutral-text)
}

.start-form__enter-lk a {
    margin-left: 6px;
    color: var(--accent-target)
}

.start-form button[type=submit] {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: 25px;
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .2509803922);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .2509803922)
}

.start-form button[type=submit]:disabled {
    opacity: .5;
    pointer-events: none
}

@media(max-width:1439px) {
    .start-form__wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 60vw;
        padding-top: 8vh;
        padding-bottom: 60px
    }
    .start-form__title {
        font-size: 28px
    }
    .start-form__caption {
        font-size: 12px
    }
    .start-form__price-input,
    .start-form__tel-input {
        font-size: 18px
    }
    .start-form__price,
    .start-form__tel {
        height: auto;
        padding: 10px
    }
    .start-form__content {
        padding: 20px 30px 30px
    }
    .start-form__checkbox-box {
        top: 80px;
        left: -30px;
        width: 60vw;
        padding: 20px 30px 30px
    }
}

@media(max-width:1024px) {
    .start-form__wrapper {
        width: 70vw;
        padding-top: 5vh;
        padding-bottom: 60px
    }
    .start-form__checkbox-box {
        width: 70vw;
        padding: 20px 30px
    }
    .start-form__enter-lk {
        margin-top: 20px
    }
    .start-form .checkbox {
        margin-top: auto
    }
}

@media(max-width:768px) {
    .start-form {
        min-height: calc(100vh - 120px)
    }
    .start-form__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 92vw;
        width: 100%;
        height: 100%;
        padding-top: 3vh
    }
    .start-form__title {
        font-size: 20px;
        font-weight: 800
    }
    .start-form__content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 20px 20px 30px
    }
    .start-form__form {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .start-form__form .checkbox[data-init=checkbox-head] {
        margin-top: auto
    }
    .start-form__output {
        margin-top: 14px;
        margin-bottom: 24px
    }
    .start-form__checkbox-box {
        width: 92vw;
        left: -20px;
        padding: 20px 20px 10px
    }
}

.motivation {
    margin-top: 100px;
    margin-bottom: 150px
}

.motivation__tag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 30vh;
    padding: 10px 14px;
    font-weight: 500;
    font-size: 16px;
    line-height: 12.04px;
    color: var(--white);
    background-color: var(--accent);
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 22px 0 rgba(69, 65, 113, .2392156863);
    box-shadow: 0 10px 22px 0 rgba(69, 65, 113, .2392156863)
}

.motivation__title {
    margin-top: 30px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
    font-size: 64px;
    line-height: 1;
    color: var(--main-text)
}

.motivation__cards {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.motivation__card,
.motivation__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.motivation__card {
    width: 25%;
    padding: 10px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 18.27px 31.67px 0 rgba(69, 65, 113, .2392156863);
    box-shadow: 0 18.27px 31.67px 0 rgba(69, 65, 113, .2392156863);
    border-radius: 16px
}

.motivation__card h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 1
}

.motivation__card p {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center
}

.motivation__card-header {
    margin-bottom: 20px
}

.motivation__card-header img,
.motivation__target {
    display: none
}

@media(max-width:1439px) {
    .motivation {
        margin-top: 80px;
        margin-bottom: 120px
    }
    .motivation__title {
        margin-top: 20px;
        margin-bottom: 40px;
        font-size: 46px
    }
    .motivation__card {
        width: 28%;
        padding: 10px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: 0 18.27px 31.67px 0 rgba(69, 65, 113, .2392156863);
        box-shadow: 0 18.27px 31.67px 0 rgba(69, 65, 113, .2392156863);
        border-radius: 16px
    }
    .motivation__card h3 {
        font-weight: 600;
        font-size: 22px;
        line-height: 1
    }
    .motivation__card p {
        margin-bottom: 30px;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        text-align: center
    }
    .motivation__card-header {
        margin-bottom: 20px
    }
}

@media(max-width:1024px) {
    .motivation {
        margin-top: 80px;
        margin-bottom: 60px
    }
    .motivation__tag {
        margin: 0 auto 20px
    }
    .motivation__title {
        display: none
    }
    .motivation__cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }
    .motivation__card {
        width: 100%
    }
    .motivation__card img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 60%;
        max-width: 100px;
        margin-bottom: 10px
    }
    .motivation__card .motivation__card-header {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .motivation__card p {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .motivation__card-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }
    .motivation__card-header h3 {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center
    }
    .motivation__target {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        margin-top: 60px;
        padding: 10px 14px 32px;
        background-color: var(--white);
        border-radius: 20px;
        -webkit-box-shadow: 0 18.27px 31.67px 0 rgba(69, 65, 113, .2392156863);
        box-shadow: 0 18.27px 31.67px 0 rgba(69, 65, 113, .2392156863)
    }
    .motivation__target,
    .motivation__target-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .motivation__target-button {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 14px 0;
        background-color: var(--accent-target);
        border-radius: 12px;
        color: var(--white)
    }
    .motivation__target-button span {
        margin-right: 20px;
        font-weight: 900;
        font-size: 20px;
        line-height: 24px;
        text-align: center
    }
}

.section-title {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--sections-bg);
    border-radius: 16px
}

.section-title h2 {
    font-weight: 600;
    font-size: 64px;
    line-height: 185%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: var(--main-text)
}

@media(max-width:1439px) {
    .section-title h2 {
        font-size: 42px;
        line-height: 165%
    }
}

@media(max-width:1024px) {
    .section-title {
        display: none
    }
}

.steps {
    margin: 80px auto 120px;
    max-width: 1240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

.steps__block {
    width: 50%
}

.steps__block._left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.steps__block._mobile {
    display: none
}

.steps__title {
    margin-bottom: 20px;
    font-family: Gilroy, sans-serif;
    font-weight: 800;
    font-size: 54px;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--main-text)
}

.steps__img {
    margin-bottom: 30px;
    width: 600px;
    height: 330px;
    border-radius: 12px;
    -webkit-box-shadow: 0 18.27px 31.67px 0 rgba(69, 65, 113, .2392156863);
    box-shadow: 0 18.27px 31.67px 0 rgba(69, 65, 113, .2392156863)
}

.steps__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.steps__item,
.steps__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

.steps__item {
    padding: 40px 20px;
    background-color: var(--white);
    -webkit-box-shadow: 0 18.27px 31.67px 0 rgba(69, 65, 113, .2392156863);
    box-shadow: 0 18.27px 31.67px 0 rgba(69, 65, 113, .2392156863);
    border-radius: 12px
}

.steps__number {
    font-family: Roboto, sans-serif;
    font-weight: 900;
    font-size: 128px;
    line-height: 115%;
    letter-spacing: 0;
    color: var(--accent)
}

.steps__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px
}

.steps__item-content h3 {
    font-weight: 900;
    font-size: 32px;
    color: var(--main-text)
}

.steps__item-content h3,
.steps__item-content p {
    font-family: Roboto, sans-serif;
    line-height: 115%;
    letter-spacing: 0
}

.steps__item-content p {
    font-weight: 400;
    font-size: 20px
}

.steps .button {
    width: 100%;
    -webkit-box-shadow: 0 18.27px 31.67px 0 rgba(69, 65, 113, .2392156863);
    box-shadow: 0 18.27px 31.67px 0 rgba(69, 65, 113, .2392156863);
    font-size: 48px;
    padding: 25px 0
}

@media(max-width:1439px) {
    .steps {
        margin: 60px auto 80px;
        max-width: 960px
    }
    .steps__block {
        width: 50%
    }
    .steps__block._right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .steps__title {
        font-size: 36px
    }
    .steps__img {
        margin-bottom: 20px;
        width: 100%;
        height: auto
    }
    .steps__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 0
    }
    .steps__item {
        gap: 20px;
        padding: 20px
    }
    .steps__number {
        font-size: 64px
    }
    .steps__item-content {
        gap: 20px
    }
    .steps__item-content h3 {
        font-size: 26px
    }
    .steps__item-content p {
        font-size: 16px
    }
    .steps .button {
        width: 100%;
        -webkit-box-shadow: 0 18.27px 31.67px 0 rgba(69, 65, 113, .2392156863);
        box-shadow: 0 18.27px 31.67px 0 rgba(69, 65, 113, .2392156863);
        font-size: 32px;
        padding: 14px 0
    }
}

@media(max-width:1024px) {
    .steps {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 92vw;
        margin: 0 auto;
        gap: 20px
    }
    .steps__block {
        width: 100%
    }
    .steps__block._img {
        display: none
    }
    .steps__block._mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .steps__block._left .button {
        display: none
    }
    .steps__title {
        margin-bottom: 0;
        font-size: 32px;
        text-align: center
    }
    .steps__img {
        display: none
    }
    .steps__list {
        width: 100%;
        gap: 10px
    }
    .steps__item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30px
    }
    .steps__number {
        font-size: 48px
    }
    .steps__item-content {
        gap: 20px
    }
    .steps__item-content h3 {
        font-size: 20px
    }
    .steps__item-content p {
        font-size: 16px
    }
    .steps .button {
        font-size: 24px
    }
}

@media(max-width:1024px) {
    .full-banner {
        display: none
    }
}

.pay-methods__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.pay-methods__item {
    padding: 20px;
    border-radius: 16px;
    background-color: var(--white);
    -webkit-box-shadow: 0 8px 14px 4px rgba(0, 0, 0, .2509803922);
    box-shadow: 0 8px 14px 4px rgba(0, 0, 0, .2509803922)
}

.pay-methods__item-title {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 40px
}

.pay-methods__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

.pay-methods__image {
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
    max-height: 120px
}

.pay-methods__image.half {
    max-width: 110px;
    width: calc(50% - 5px)
}

@media(max-width:1439px) {
    .pay-methods__list {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:1024px) {
    .pay-methods__list {
        gap: 10px
    }
    .pay-methods__item {
        padding: 15px
    }
    .pay-methods__image {
        max-height: 100px
    }
    .pay-methods__image.half {
        max-width: 100px
    }
}

.questions {
    position: relative
}

.questions__content {
    position: absolute;
    z-index: 1;
    bottom: -140px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 80px 60px;
    max-width: 1240px;
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: var(--sections-bg)
}

.questions__text {
    margin-top: 20px;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 2%;
    text-align: center
}

.questions._mint__content {
    background-color: var(--sections-bg)
}

.questions .section-title {
    padding: 0
}

.questions .section-title h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center
}

.questions .button {
    padding: 20px 60px
}

@media(max-width:1439px) {
    .questions__content {
        padding: 50px 30px
    }
    .questions .section-title__title {
        font-size: 24px;
        line-height: 30px
    }
}

@media(max-width:1024px) {
    .questions__content {
        width: 100%;
        max-width: 72vw;
        padding: 40px 20px
    }
    .questions__text {
        margin-top: 20px;
        margin-bottom: 50px;
        font-weight: 700;
        font-size: 20px;
        line-height: 160%;
        letter-spacing: 2%;
        text-align: center
    }
    .questions .section-title {
        display: block
    }
    .questions .section-title h2 {
        font-weight: 700;
        font-size: 24px;
        line-height: 120%;
        letter-spacing: 0
    }
    .questions .button {
        padding: 14px 28px;
        font-weight: 700;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0
    }
}

@media(max-width:1024px) {
    .questions__content {
        max-width: 92vw;
        padding: 30px 10px
    }
}

.form-steps {
    max-width: 1040px;
    margin-top: 70px;
    height: calc(100vh - 70px)
}

.form-steps__wrapper {
    min-height: 780px;
    height: calc(100vh - 140px);
    -webkit-box-shadow: 0 25px 50px 4px rgba(0, 0, 0, .2509803922);
    box-shadow: 0 25px 50px 4px rgba(0, 0, 0, .2509803922);
    border-radius: 25px
}

.form-steps__content,
.form-steps__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.form-steps__content {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto
}

.form-steps .step-form,
.form-steps__banners {
    width: 50%
}

.form-steps__banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form-steps__banners h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 55.16px;
    text-align: center
}

.form-steps__banners .banner {
    height: 100%
}

.form-steps__banners .banner img {
    height: 100%;
    width: 100%;
    -o-object-position: left;
    object-position: left;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px
}

.form-steps__step-image {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 340px;
    height: 115px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.form-steps .form-info {
    width: 80%;
    margin: 0 auto
}

@media(max-width:1024px) {
    .form-steps {
        max-width: 100%!important;
        height: calc(100vh - 120px);
        margin-top: 60px;
        overflow: auto
    }
    .form-steps__content {
        position: relative;
        margin: 0;
        min-height: 100%;
        height: auto
    }
    .form-steps__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 440px;
        height: 100%;
        padding: 20px 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: none
    }
    .form-steps__banners {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1
    }
    .form-steps__banners .banner img {
        border-radius: 0
    }
    .form-steps .form-info {
        width: 100%
    }
    .form-steps .step-form {
        width: 92vw;
        border-radius: 15px;
        padding: 20px;
        margin: 20px 0
    }
}

.login-form {
    min-height: calc(100vh - 70px);
    margin-top: 70px;
    background-size: cover;
    background-position: 100%
}

.login-form,
.login-form__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.login-form__wrapper {
    width: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
    padding: 30px 40px 50px;
    background-color: var(--form-bg);
    border-radius: 24px;
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .2509803922);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .2509803922)
}

.login-form__intro {
    margin-bottom: 30px
}

.login-form__title {
    margin-bottom: 8px;
    font-size: 32px;
    color: var(--main-text)
}

.login-form__caption,
.login-form__title {
    font-weight: 800;
    line-height: 138%;
    letter-spacing: 0
}

.login-form__caption {
    font-size: 16px
}

.login-form__fieldset {
    gap: 24px;
    margin-bottom: 20px
}

.login-form__field,
.login-form__fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.login-form__field {
    gap: 8px
}

.login-form__label {
    font-weight: 700
}

.login-form__input,
.login-form__label {
    font-size: 16px;
    line-height: 138%;
    letter-spacing: 0;
    vertical-align: middle
}

.login-form__input {
    padding: 16px 20px;
    font-weight: 500;
    border: 1px solid var(--sections-bg);
    border-radius: 8px
}

.login-form__password-recovery {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 138%;
    letter-spacing: 0;
    text-align: right;
    color: var(--accent-mobile-steps)
}

.login-form .button {
    margin-top: 30px;
    width: 100%;
    color: var(--white)
}

@media(max-width:1024px) {
    .login-form {
        margin-top: 60px;
        height: calc(100vh - 120px);
        min-height: calc(100vh - 120px)
    }
    .login-form__wrapper {
        width: auto
    }
}

@media(max-width:768px) {
    .login-form__title {
        font-size: 22px
    }
    .login-form__caption {
        font-size: 14px
    }
    .login-form__wrapper {
        width: 92vw
    }
}

.unsubscribe-form {
    margin-top: var(--header-h);
    background-size: cover;
    background-position: 100%
}

.unsubscribe-form,
.unsubscribe-form__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.unsubscribe-form__wrapper {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 50px auto 400px;
    padding: 30px 40px;
    background-color: var(--form-bg);
    border-radius: 24px;
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .2509803922);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .2509803922)
}

.unsubscribe-form__intro {
    margin-bottom: 30px
}

.unsubscribe-form__title {
    text-align: center;
    margin-bottom: 8px;
    font-weight: 800;
    font-size: 32px;
    line-height: 138%;
    letter-spacing: 0;
    color: var(--main-text)
}

.unsubscribe-form__caption {
    font-weight: 800;
    font-size: 16px;
    line-height: 138%;
    letter-spacing: 0
}

.unsubscribe-form__fieldset {
    gap: 24px;
    margin-bottom: 20px
}

.unsubscribe-form__field,
.unsubscribe-form__fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.unsubscribe-form__field {
    gap: 8px
}

.unsubscribe-form__label {
    font-weight: 700
}

.unsubscribe-form__input,
.unsubscribe-form__label {
    font-size: 16px;
    line-height: 138%;
    letter-spacing: 0;
    vertical-align: middle
}

.unsubscribe-form__input {
    padding: 16px 20px;
    font-weight: 500;
    border: 1px solid var(--sections-bg);
    border-radius: 8px
}

.unsubscribe-form__password-recovery {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 138%;
    letter-spacing: 0;
    text-align: right;
    color: var(--accent-mobile-steps)
}

.unsubscribe-form__tg {
    margin-top: 25px;
    font-weight: 300
}

.unsubscribe-form__tg,
.unsubscribe-form__tg a {
    font-size: 20px;
    line-height: 138%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle
}

.unsubscribe-form__tg a {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--accent-tg)
}

.unsubscribe-form .button {
    margin-top: 30px;
    width: 100%;
    color: var(--white)
}

@media(max-width:1024px) {
    .unsubscribe-form {
        margin-top: var(--header-mob-h)
    }
    .unsubscribe-form__wrapper {
        width: 90%;
        margin: 50px auto 250px
    }
}

@media(max-width:768px) {
    .unsubscribe-form__wrapper {
        margin: 30px auto 250px;
        padding: 20px
    }
    .unsubscribe-form__title {
        font-size: 22px
    }
    .unsubscribe-form__caption {
        font-size: 14px
    }
    .unsubscribe-form__wrapper {
        width: 92vw
    }
    .unsubscribe-form__tg {
        font-size: 14px
    }
    .unsubscribe-form__tg a {
        font-size: 16px
    }
}

.tg-bot {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 100px
}

.tg-bot,
.tg-bot__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.tg-bot__title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: Gilroy-Semibold, sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 66.19px;
    text-align: center
}

.tg-bot__title .uppercase {
    text-transform: uppercase
}

.tg-bot__title .blue {
    color: var(--accent-bg-info)
}

.tg-bot__title .puple {
    color: var(--accent)
}

.tg-bot__caption {
    text-transform: uppercase;
    font-family: Gilroy-Semibold, sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 66.19px;
    text-align: center
}

.tg-bot__img {
    margin: 30px auto 40px
}

.tg-bot__step-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0;
    font-family: Gilroy-Semibold, sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 44.13px;
    color: var(--white);
    background-color: var(--accent-target);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .2509803922);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .2509803922);
    border-radius: 10px;
    padding: 10px 20px;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
    transition: background-color .3s, transform .3s, -webkit-transform .3s
}

.tg-bot__step-button:focus,
.tg-bot__step-button:hover {
    background-color: var(--sections-bg);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.tg-bot__not-spam {
    margin-top: 20px;
    font-weight: 300;
    font-size: 24px;
    line-height: 138%;
    letter-spacing: 0;
    text-align: center
}

.tg-bot .button {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media(max-width:1024px) {
    .tg-bot {
        margin-top: 60px;
        margin-bottom: 60px
    }
    .tg-bot__title {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 24px;
        line-height: 28px;
        gap: 5px
    }
    .tg-bot__title img {
        width: 56px;
        height: 49px
    }
    .tg-bot__caption {
        text-align: center
    }
    .tg-bot__caption,
    .tg-bot__step-button {
        font-size: 24px;
        line-height: 28px
    }
    .tg-bot__button {
        padding: 15px 0;
        margin: 0 auto 20px;
        width: 100%;
        font-size: 24px;
        line-height: 33.1px;
        border-radius: 5px
    }
    .tg-bot__not-spam {
        margin-top: 20px;
        font-size: 18px
    }
}

.start-form-popup {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background-color: var(--sections-bg);
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2509803922);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2509803922);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s, -webkit-transform .3s ease-in-out, -webkit-box-shadow .3s;
    transition: opacity .3s, -webkit-transform .3s ease-in-out, -webkit-box-shadow .3s;
    transition: transform .3s ease-in-out, opacity .3s, box-shadow .3s;
    transition: transform .3s ease-in-out, opacity .3s, box-shadow .3s, -webkit-transform .3s ease-in-out, -webkit-box-shadow .3s
}

.start-form-popup .container {
    position: relative
}

.start-form-popup._show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
    -webkit-box-shadow: 0 6px 20px 0 rgba(69, 65, 113, .2392156863);
    box-shadow: 0 6px 20px 0 rgba(69, 65, 113, .2392156863)
}

.start-form-popup__form {
    padding: 14px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3%
}

.start-form-popup__price,
.start-form-popup__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 6px 10px;
    -webkit-box-shadow: .96px .96px 2.88px 0 var(--neutral-text) inset;
    box-shadow: .96px .96px 2.88px 0 var(--neutral-text) inset;
    border-radius: 8px;
    background-color: var(--body-bg)
}

.start-form-popup__price-input,
.start-form-popup__tel-input {
    padding-left: 8px
}

.start-form-popup__icon {
    padding-right: 10px;
    border-right: 2px solid var(--sections-bg);
    -o-object-fit: contain;
    object-fit: contain
}

.start-form-popup button[type=submit] {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    -webkit-box-shadow: .96px .96px 2.88px 0 var(--neutral-text);
    box-shadow: .96px .96px 2.88px 0 var(--neutral-text)
}

.start-form-popup button[type=submit]:disabled {
    opacity: .5;
    pointer-events: none
}

.start-form-popup__checbox-wrapper {
    position: absolute;
    bottom: 90px;
    right: 0;
    width: 24%;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    background-color: var(--form-bg);
    border-radius: 24px;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2509803922);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2509803922);
    opacity: 0;
    margin-bottom: 20px;
    -webkit-transition: opacity .3s, margin-bottom .3s;
    transition: opacity .3s, margin-bottom .3s;
    pointer-events: none
}

.start-form-popup__checbox-wrapper._show {
    opacity: 1;
    margin-bottom: 0;
    pointer-events: painted
}

@media(max-width:1439px) {
    .start-form-popup__form {
        padding: 10px 0;
        gap: 3%
    }
}

@media(max-width:1024px) {
    .start-form-popup {
        display: none
    }
}