@charset 'UTF-8';

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

html {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

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

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

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

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

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

picture,
img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    border-style: none;
}

picture img {
    height: inherit;
    width: inherit;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

fieldset {
    padding: .35em .75em .625em;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    padding: 0;
}

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

@font-face {
    font-family: 'Roboto Flex';
    src: url(/res/common/fonts/RobotoFlex/RobotoFlex.woff2) format('woff2');
}

@font-face {
    font-family: 'Vazirmatn-Regular';
    font-style: normal;
    font-weight: 400;
    src: url(/res/common/fonts/_fa/Vazirmatn/Vazirmatn-Regular.woff2) format('woff2');
    font-display: swap;
}

body {
    font: 400 16px/125% 'Roboto Flex', Roboto, Arial, sans-serif;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    color: #030d17;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
    margin: 0;
    padding: 0;
}

.mobile-app-popup--show .page__wrapper {
    padding-top: 70px;
}

.hide {
    display: none !important;
}

.mobile {
    display: none !important;
}

.page__wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.page__wrapper.rtl {
    font: 400 16px/125% 'Vazirmatn-Regular', sans-serif;
    text-align: right;
}

.main {
    overflow: hidden;
}

.container {
    margin: 0 auto;
    padding: 0 16px;
}

.title {
    font-weight: 600;
    font-size: 48px;
    line-height: 133%;
    text-align: center;
    margin-bottom: 64px;
    text-align: center;
}

.title span {
    color: #f06e2d;
}

.subtitle {
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #030d17;
    margin-bottom: 32px;
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 24px;
    background-color: #f06e2d;
    border: 1px solid #df5916;
    -webkit-box-shadow: 0 4px 4px rgba(240, 110, 45, .2);
    box-shadow: 0 4px 4px rgba(240, 110, 45, .2);
    border-radius: 8px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer;
}

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

.btn--arrow:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-margin-start: 8px;
    margin-inline-start: 8px;
}

.btn--arrow_up:after {
    background-image: url(../img/arrow-up.svg);
}

.btn--big {
    padding: 19px 49px;
    font-size: 20px;
}

.text__container > :last-child {
    margin-bottom: 0;
}

.text__container h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 114%;
    margin-bottom: 32px;
}

.text__container p {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    margin-bottom: 24px;
}

.header {
    padding: 32px 0;
    background-color: #f6f7f8;
}

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

.header .logo {
    width: 44px;
}

.header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
}

.header .menu li:not(:last-child) {
    -webkit-margin-end: 36px;
    margin-inline-end: 36px;
}

.header .menu a {
    display: inline-block;
    border-bottom: 2px solid transparent;
    padding: 10px 0;
    font-weight: 500;
    color: #454d54;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: border-bottom .3s ease;
    transition: border-bottom .3s ease;
}

.mainscreen {
    background-color: #f6f7f8;
}

.mainscreen .container {
    min-height: 90vh;
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mainscreen .inner {
    position: relative;
    z-index: 2;
    max-width: 608px;
}

.mainscreen-title {
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 52px;
    line-height: 122%;
}

.mainscreen-title span {
    color: #f06e2d;
}

.mainscreen-text {
    margin-bottom: 56px;
    font-size: 20px;
    line-height: 150%;
}

.mainscreen-text span {
    color: #454d54;
}

.phone {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 393px;
}

.phone::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 50%;
    width: 1033px;
    height: 472px;
    background-image: url(../img/mainscreen-bg-camdles.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.phone .levitate {
    position: absolute;
    z-index: 2;
}

.phone-dollar {
    top: 1%;
    right: 95%;
    width: 109px;
}

.phone-euro {
    top: 10.92%;
    right: -5%;
    width: 83px;
}

.phone-17 {
    top: 50.12%;
    right: 120%;
    width: 129px;
}

.phone-15 {
    top: 42.68%;
    left: -5%;
    width: 92px;
}

.phone-cashback {
    position: relative;
    z-index: 1;
    top: 50.65%;
    right: -12%;
    width: 116px;
}

.conditions {
    padding: 104px 0;
    background-color: #fff;
    background-image: url(../img/bg-candles.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.conditions-text {
    width: 100%;
    max-width: 632px;
    text-align: center;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #454d54;
    margin: 20px auto 0;
}

.conditions .cards {
    width: 100%;
    max-width: 1251px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -12px auto 0;
}

.conditions .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 364px;
    padding: 48px 32px 32px;
    background: #fff;
    border: 2px solid #e7ebef;
    -webkit-box-shadow: 0 4px 16px rgba(120, 143, 165, .05);
    box-shadow: 0 4px 16px rgba(120, 143, 165, .05);
    border-radius: 24px;
    margin: 12px;
}

.conditions .card-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 10px;
}

.conditions .card-title span {
    font-size: 52px;
    line-height: 115%;
}

.conditions .card-subtitle {
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    color: #030d17;
    margin-bottom: 32px;
}

.conditions .card-text {
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 52px;
}

.conditions .btn {
    margin-top: auto;
}

.facilities {
    padding: 104px 0;
    background-color: #fff;
}

.facilities .cards {
    width: 100%;
    max-width: 1038px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -12px auto 0;
}

.facilities .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 495px;
    padding: 48px;
    background: #fff;
    border: 2px solid #e7ebef;
    -webkit-box-shadow: 0 4px 16px rgba(120, 143, 165, .05);
    box-shadow: 0 4px 16px rgba(120, 143, 165, .05);
    border-radius: 24px;
    margin: 12px;
}

.facilities .card .text__container {
    margin-bottom: 36px;
}

.facilities .card .btn {
    margin-top: auto;
}

.advantages {
    padding: 104px 0 156px;
    background: #f6f7f8;
}

.advantages .container {
    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;
}

.advantages .cards {
    width: 100%;
    max-width: 1014px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.advantages .card {
    border: 2px solid #e7ebef;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.advantages .card--big {
    width: 100%;
    max-width: 493px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 28px;
    border-radius: 22px;
    background-color: #f6f7f8;
    overflow: hidden;
}

.advantages .card--big .card-img {
    height: 100%;
    max-width: 262px;
    max-height: 192px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.advantages .card--big .card__header {
    height: 254px;
    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;
}

.advantages .card--big .card__footer {
    padding: 24px 36px;
    background-color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.advantages .card--small {
    width: 100%;
    max-width: 327px;
    padding: 40px;
    border-radius: 16px;
    background-color: #fff;
    margin: 10px 0;
}

.advantages .card--small .card-icon {
    width: 48px;
    margin-bottom: 20px;
}

.advantages .card--small .card-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 114%;
    margin-bottom: 12px;
}

.advantages .card--small .card-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: #454d54;
    margin-bottom: 0;
}

.advantages .card .text__container h3 {
    margin-bottom: 8px;
}

.advantages__footer {
    margin-top: 64px;
}

.how {
    padding: 104px 0;
    background-color: #f6f7f8;
}

.how .title {
    width: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.how .subtitle {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.how .inner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 96px 56px;
    background: #fff;
    border: 2px solid #e7ebef;
    -webkit-box-shadow: 0 4px 16px rgba(120, 143, 165, .05);
    box-shadow: 0 4px 16px rgba(120, 143, 165, .05);
    border-radius: 32px;
}

.tabs__nav {
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: 1px solid #698096;
    border-radius: 48px;
    padding: 8px;
}

.tabs__nav-item {
    width: 50%;
    text-align: center;
}

.tabs__nav .tabs__nav-item button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    background-color: #fff;
    border-radius: 48px;
    padding: 16px;
    font-weight: 600;
    font-size: 24px;
    color: #698096;
    text-decoration: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    will-change: transition;
}

.tabs__nav .tabs__nav-item.active button {
    background-color: #454d54;
    color: #fff;
}

.tabs__panel {
    display: none;
    opacity: 0;
}

.tabs__panel.active {
    display: block;
    opacity: 1;
}

.tabs__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tabs__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    width: 100%;
    max-width: 403px;
}

.tabs__step-count {
    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;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-margin-end: 24px;
    margin-inline-end: 24px;
    font-weight: 600;
    font-size: 24px;
    color: #454d54;
    border: 1px solid #8599ad;
}

.tabs__step-text {
    width: calc(100% - 74px);
    font-size: 18px;
    line-height: 133%;
    color: #030d17;
}

.tabs__step-text a {
    text-decoration: none;
    color: #f06e2d;
    cursor: pointer;
}

.reviews {
    padding: 80px 0;
}

.faq {
    padding: 104px 0 50px;
    background-color: #f6f7f8;
}

.faq .container {
    max-width: 886px;
}

.faq-img {
    width: 124px;
    margin: 0 auto 8px;
}

.spoiler {
    position: relative;
    width: 100%;
    padding: 24px 72px 24px 32px;
    background-color: #e3e8ed;
    border: 1px solid #c2ccd6;
    -webkit-box-shadow: 0 4px 16px rgba(120, 143, 165, .05);
    box-shadow: 0 4px 16px rgba(120, 143, 165, .05);
    border-radius: 24px;
    cursor: pointer;
}

.spoiler-title {
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    margin: 0;
}

.spoiler:not(:last-child) {
    margin-bottom: 16px;
}

.spoiler.active {
    background-color: #f6f7f8;
}

.spoiler.active .spoiler-arrow {
    -webkit-transform: translateY(-50%) rotate(270deg);
    transform: translateY(-50%) rotate(270deg);
}

.spoiler.active .spoiler-arrow path {
    fill: #454d54;
}

.spoiler-arrow {
    position: absolute;
    right: 32px;
    top: 50%;
    z-index: 2;
    width: 20px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
}

.spoiler-arrow path {
    fill: #698096;
}

.spoiler__body {
    display: none;
    padding-top: 8px;
}

.wallet {
    padding: 52px 0 166px;
    background-color: #f6f7f8;
}

.wallet .container {
    max-width: 840px;
    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;
    text-align: center;
}

.wallet-img {
    width: 100%;
    max-width: 302px;
    margin-bottom: 8px;
}

.footer {
    padding: 72px 0;
    border-top: 1px solid #c2ccd6;
    background-color: #e7ebef;
}

.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .col {
    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;
}

.footer .col--left {
    max-width: 584px;
}

.footer .col--right {
    max-width: 416px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.footer .privacy__link {
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #0b6bcb;
    text-decoration: none;
}

.footer .privacy__text {
    margin: 0;
}

.footer .privacy__text a {
    color: #0b6bcb;
    text-decoration: none;
}

.footer .logo {
    width: 153px;
    margin-bottom: 32px;
}

.footer .social__links {
    width: calc(100% + 16px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    -webkit-margin-inline-end: -8px;
    -webkit-margin-end: -8px;
            margin-inline-end: -8px;
    list-style-type: none;
}

.footer .social__links li {
    margin: 8px;
}

.footer .social__links a {
    width: 56px;
    height: 56px;
    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: 50%;
    background: #d4dbe2;
    border: 1px solid #e3e8ed;
    -webkit-box-shadow: 0 4px 20px rgba(79, 93, 108, .05);
    box-shadow: 0 4px 20px rgba(79, 93, 108, .05);
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    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;
    width: 100vw;
    height: 100vh;
    padding: 25px 15px;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, .25);
}

.popup-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
}

.popup__inner {
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #fff;
    text-align: center;
    max-width: 800px;
    width: 100%;
    padding: 50px 25px;
    border-radius: 25px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
}

.popup__inner.active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.popup__inner h2 {
    font-size: 30px;
    line-height: 130%;
}

.popup__inner p {
    font-size: 18px;
    margin: 20px 0;
}

.popup__links {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
}

.popup__links li {
    margin: 5px;
}

.popup__links .btn {
    padding: 15px;
    min-width: 240px;
}

.popup-close {
    position: absolute;
    right: 0;
    top: 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;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 25px;
    border: 0;
    background-color: transparent;
    background-image: url(../img/close.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40%;
}

.rtl {
    direction: rtl;
}

.rtl .phone::after {
    left: auto;
    right: 0;
    -webkit-transform: translate(50%, -50%) scaleX(-1);
    transform: translate(50%, -50%) scaleX(-1);
}

.rtl .btn--arrow:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rtl .btn--arrow.btn--arrow_up:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.rtl .spoiler {
    position: relative;
    width: 100%;
    padding: 24px 32px 24px 72px;
}

.rtl .spoiler-arrow {
    right: auto;
    left: 32px;
}

.mainscreen {
    background-image: url(../img/shape6.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}

.how {
    background-image: url(../img/shape5.png), url(../img/shape4.png);
    background-repeat: no-repeat;
    background-position: right top, left bottom;
}

.advantages {
    background-image: url(../img/shape3.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.faq {
    background-image: url(../img/shape1.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.wallet {
    background-image: url(../img/shape2.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}

@media (min-width:380px) {
    .container {
        max-width: 392px;
    }
}

@media (min-width:480px) {
    .container {
        max-width: 512px;
    }
}

@media (min-width:767px) {
    .container {
        max-width: 769px;
    }
}

@media (min-width:991px) {
    .container {
        max-width: 993px;
    }
}

@media (min-width:1200px) {
    .rtl .phone {
        margin: 0 auto;
    }

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

@media (min-width:1600px) {
    .container {
        max-width: 1390px;
    }
}

@media (min-width: 1920px) {
    .mainscreen .container {
        min-height: 800px;
    }
}

@media (max-width:1200px) {
    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .title {
        margin-bottom: 48px;
        font-size: 32px;
    }

    .subtitle {
        font-size: 30px;
    }

    .btn {
        font-size: 14px;
    }

    .text__container h3 {
        margin-bottom: 24px;
    }

    .text__container p {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .header .menu li:not(:last-child) {
        -webkit-margin-end: 24px;
        margin-inline-end: 24px;
    }

    .mainscreen .container {
        min-height: 0;
        padding-top: 32px;
        padding-bottom: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

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

    .phone {
        -webkit-transform: translateX(25%);
        transform: translateX(25%);
        margin-bottom: 16px;
    }

    .phone::after {
        display: none;
    }

    .conditions {
        padding: 54px 0;
        background: #fff;
    }

    .conditions-text {
        font-size: 16px;
    }

    .conditions .card {
        padding: 48px 24px 32px;
        max-width: 328px;
    }

    .conditions .card-title {
        font-size: 32px;
    }

    .conditions .card-title span {
        font-size: 40px;
    }

    .conditions .card-subtitle {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .conditions .card-text {
        margin-bottom: 36px;
    }

    .facilities {
        padding: 54px 0;
    }

    .facilities .card {
        padding: 24px;
        max-width: 328px;
    }

    .advantages {
        padding: 60px 0;
    }

    .advantages .card--big {
        width: 48%;
    }

    .advantages .card--big .card-img {
        max-width: 280px;
        max-height: 216px;
    }

    .advantages .card--big .card__header {
        height: 286px;
    }

    .advantages .card--small {
        max-width: 48%;
        padding: 24px;
    }

    .how {
        padding: 60px 0;
    }

    .how .inner {
        padding: 40px 24px;
    }

    .reviews {
        padding: 60px 0;
    }

    .faq {
        padding: 60px 0 28px;
    }

    .spoiler {
        padding: 24px 40px 24px 32px;
    }

    .rtl .spoiler {
        padding: 24px 32px 24px 40px;
    }

    .spoiler:not(:last-child) {
        margin-bottom: 8px;
    }

    .spoiler-arrow {
        width: 14px;
        right: 20px;
    }

    .rtl .spoiler-arrow {
        left: 20px;
    }

    .wallet {
        padding: 28px 0 60px;
    }

    .footer {
        padding: 56px 0;
    }

    .footer .col {
        max-width: 100%;
        width: 48%;
    }

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

@media (max-width:991px) {
    .header .container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header .menu {
        display: none;
    }

    .tabs__nav .tabs__nav-item button {
        font-size: 18px;
    }

    .mainscreen {
        background-image: none;
    }

    .how {
        background-image: none;
    }

    .advantages {
        background-image: none;
    }

    .faq {
        background-image: none;
    }

    .wallet {
        background-image: none;
    }
}

@media (max-width:767px) {
    .advantages .card--big {
        width: 100%;
    }

    .advantages .card--small {
        max-width: 100%;
        margin: 4px 0;
    }

    .advantages .card--small .card-title {
        font-size: 20px;
    }

    .advantages .card--small .card-text {
        font-size: 20px;
    }
}

@media (max-width:600px) {
    .subtitle {
        font-size: 20px;
    }

    .mainscreen-title {
        margin-bottom: 24px;
        font-size: 36px;
    }

    .mainscreen-text {
        margin-bottom: 32px;
        font-size: 16px;
    }

    .mainscreen .btn {
        width: 100%;
    }

    .phone {
        max-width: 211px;
    }

    .phone-dollar {
        width: 55px;
    }

    .phone-euro {
        width: 35px;
    }

    .phone-17 {
        width: 79px;
    }

    .phone-15 {
        width: 50px;
    }

    .phone-cashback {
        width: 64px;
    }

    .conditions .card {
        margin: 12px 0;
    }

    .facilities .card {
        margin: 12px 0;
    }

    .how .title {
        font-size: 24px;
    }

    .tabs__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 12px;
        border-radius: 36px;
    }

    .tabs__nav .tabs__nav-item {
        width: 100%;
    }

    .tabs__nav .tabs__nav-item button {
        font-size: 16px;
    }

    .tabs__step {
        margin-top: 24px;
    }

    .tabs__step-count {
        font-size: 24px;
        width: 40px;
        height: 40px;
    }

    .tabs__step-text {
        width: calc(100% - 64px);
    }

    .wallet .title {
        font-size: 24px;
        margin-bottom: 48px;
    }
}

@media (max-width:480px) {
    .footer .container {
        max-width: 320px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .footer .col {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer .col--left {
        text-align: center;
    }

    .footer .col--right {
        margin-bottom: 48px;
    }

    .footer .privacy__link {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 24px;
    }

    .footer .privacy__text {
        font-weight: 600;
        font-size: 12px;
        line-height: 137.5%;
    }

    .footer .privacy__text a {
        text-decoration: underline;
    }

    .footer .social__links {
        width: 100%;
        -webkit-margin-inline-end: 0;
        -webkit-margin-end: 0;
                margin-inline-end: 0;
        max-width: 216px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (hover:hover) and (pointer:fine) {
    .header .menu a:hover {
        color: #030d17;
        border-color: #f68851;
    }

    .btn:hover {
        background: #df5916;
        border: 1px solid #c85014;
        -webkit-box-shadow: 0px 4px 4px rgba(240, 110, 45, 0.2);
                box-shadow: 0px 4px 4px rgba(240, 110, 45, 0.2);
    }

    .btn:active {
        background: #c85014;
        border: 1px solid #a6410e;
        -webkit-box-shadow: 0px 4px 4px rgba(240, 110, 45, 0.2);
                box-shadow: 0px 4px 4px rgba(240, 110, 45, 0.2);
    }
}
