@font-face {
    font-family: NAMU;
    src: url(../../fonts/hub/landing/NAMU-Pro.eot) format("woff2"),
    url(../../fonts/hub/landing/NAMU-Pro.woff) format("woff"),
    url(../../fonts/hub/landing/NAMU-Pro.woff) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -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
}

img {
    border-style: none
}

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
}

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

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

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

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

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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
}

[hidden], template {
    display: none
}

:root {
    --c-text: #000;
    --c-text-lighter: grey;
    --bg-body: #fff;
    --BLACK: #000;
    --WHITE: #fff;
    --GREEN: #d2f152;
    --FF-MAIN: "NAMU", sans-serif;
    --FF-ACCENT: "Press Start 2P", cursive
}

:root .dark-theme {
    --c-text: #f8f8f8;
    --c-text-lighter: #e5e5e5;
    --bg-body: #2d2d2d
}

body {
    background: var(--bg-body);
    font-family: var(--FF-MAIN);
    color: var(--c-text);
    font-size: 16px;
    font-weight: 400
}

.container {
    padding: 0 24px;
    max-width: 1345px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

@media (min-width: 1360px) {
    .container {
        padding: 0 14px
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.btn, .svg-ic {
    display: inline-block
}

.btn {
    border-radius: 10px;
    background-color: var(--GREEN);
    color: var(--BLACK);
    font-family: var(--FF-MAIN);
    padding: 16px 10px 17px;
    min-width: 219px;
    font-size: 17px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    border: 0;
    outline: none;
    cursor: pointer;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.btn_light {
    background-color: #e5ff7b
}

.btn_light:hover {
    background-color: #dcff49
}

.btn_light:active, .btn_light:focus {
    background-color: #b3db0b
}

.btn:hover {
    background-color: #c4e92e
}

.btn:active, .btn:focus {
    background-color: #afd908
}

img {
    max-width: 100%
}

.header {
    padding-top: 32px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.header .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    .header .container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 768px) {
    .header__logo {
        padding-left: 8px
    }
}

.header__logo .svg-ic {
    height: 38px;
    width: 126px;
    fill: var(--c-text);
    -webkit-transition: fill .3s ease-in-out;
    transition: fill .3s ease-in-out
}

@media (min-width: 768px) {
    .header__logo .svg-ic {
        width: 150px;
        height: 50px
    }
}

.theme-switcher {
    position: absolute;
    right: 16px;
    top: 0
}

.theme-switcher, .theme-switcher__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.theme-switcher__item {
    width: 32px;
    height: 32px;
    border-radius: 11px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background: transparent
}

.theme-switcher__item .svg-ic {
    fill: var(--c-text);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.theme-switcher__item.active {
    background: var(--BLACK);
    pointer-events: none
}

.theme-switcher__item.active .svg-ic {
    fill: var(--GREEN)
}

.theme-switcher__item._light .svg-ic {
    width: 22px;
    height: 22px
}

.theme-switcher__item._dark {
    margin-left: 2px
}

.theme-switcher__item._dark .svg-ic {
    width: 13px;
    height: 13px
}

.theme-switcher__item:hover .svg-ic {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.section-banner {
    position: relative;
    padding: 100px 0 0;
    overflow: hidden;
    background-color: #a6a7a6;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.dark-theme .section-banner {
    background-color: #141414
}

.section-banner .container {
    min-height: calc(100vh - 90px);
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media (max-width: 767px) {
    .section-banner .container {
        text-align: center;
        min-height: calc(100vh - 137px)
    }
}

@media (min-width: 768px) {
    .section-banner .container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.section-banner__text {
    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
}

@media (min-width: 768px) {
    .section-banner__text {
        padding-left: 24px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        min-width: 50%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        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: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (min-width: 1360px) {
    .section-banner__text {
        padding-left: 0
    }
}

.section-banner__text .btn {
    margin: 0 0 20px
}

.section-banner__btn-group {
    padding-bottom: 66px
}

.section-banner__title {
    font-family: var(--FF-ACCENT);
    font-size: 21px;
    line-height: 1.34;
    margin: 0 0 38px;
    font-weight: 400;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.section-banner__title br {
    display: none
}

@media (min-width: 768px) {
    .section-banner__title {
        font-size: 39px
    }

    .section-banner__title br {
        display: block
    }
}

.section-banner .dec-img {
    display: none
}

@media (min-width: 1500px) {
    .section-banner .dec-img {
        display: block
    }
}

.dark-theme .section-banner .dec-img {
    opacity: .3
}

.section-banner .dec-img_1 {
    left: 0;
    top: 37px
}

.section-banner .dec-img_2 {
    bottom: 148px;
    right: 0
}

.bg-video {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
    height: 100%
}

.bg-video::-webkit-media-controls, .bg-video ::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none
}

.bg-video ::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none
}

@media (min-width: 600px) {
    .bg-video {
        height: auto;
        width: 100%
    }
}

@media (min-width: 767px) {
    .bg-video {
        height: 110%;
        width: auto
    }
}

.countdown {
    text-align: center;
    min-height: 44px;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

@media (min-width: 768px) {
    .countdown {
        width: 219px
    }
}

.countdown__title {
    color: var(--c-text-lighter);
    margin-bottom: 14px;
    font-size: 14px;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.countdown__time {
    font-size: 0;
    font-family: var(--FF-ACCENT)
}

.countdown__time * {
    font-size: 16px
}

.dec-img {
    position: absolute;
    z-index: 0
}

.payments-section {
    position: relative
}

.payments-section__title {
    font-family: var(--FF-ACCENT);
    font-size: 14px;
    text-align: center;
    font-weight: 400
}

@media (min-width: 768px) {
    .payments-section {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--bg-body)
}

@media (min-width: 768px) {
    .payments {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-shadow: 0 24px 74px rgba(0, 0, 0, .05);
        box-shadow: 0 24px 74px rgba(0, 0, 0, .05);
        -webkit-backdrop-filter: blur(40px);
        backdrop-filter: blur(40px);
        border-radius: 40px;
        padding: 43px 0
    }
}

@media (min-width: 768px) {
    .dark-theme .payments {
        background: hsla(0, 0%, 100%, .14)
    }
}

.payments__item {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    min-width: 33.33%;
    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;
    margin-bottom: 45px
}

@media (max-width: 767px) {
    .payments__item:first-child {
        padding-top: 60px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%
    }
}

@media (min-width: 768px) {
    .payments__item {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        min-width: auto;
        padding: 0 2%;
        margin-bottom: 0
    }
}

.payments .svg-ic {
    fill: #747474;
    -webkit-transition: fill .3s ease-in-out;
    transition: fill .3s ease-in-out
}

.payments .svg-ic:hover {
    fill: #000
}

.dark-theme .payments .svg-ic {
    fill: #fff;
    opacity: .8;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.dark-theme .payments .svg-ic:hover {
    opacity: 1;
    fill: #fff
}

.how-it-works-section {
    position: relative;
    padding-top: 81px
}

.how-it-works-section__title {
    font-weight: 400;
    font-size: 15px;
    font-family: var(--FF-ACCENT);
    margin-bottom: 21px;
    line-height: 1.9;
    letter-spacing: -.04em
}

@media (min-width: 768px) {
    .how-it-works-section__title {
        font-size: 19px;
        max-width: 936px
    }
}

.how-it-works-section__subtitle {
    font-size: 16px;
    color: var(--c-text-lighter);
    max-width: 447px;
    line-height: 1.5;
    margin: 0
}

.how-it-works-section .dec-img {
    display: none
}

@media (min-width: 1200px) {
    .how-it-works-section .dec-img {
        display: block;
        right: 5%;
        top: 0
    }
}

.how-it-works {
    padding: 20px 0 25px;
    text-align: center
}

@media (min-width: 768px) {
    .how-it-works {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 20px 0 70px
    }
}

.how-it-works__item {
    padding: 0 28px 35px
}

@media (min-width: 768px) {
    .how-it-works__item {
        position: relative;
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        min-width: 33.333%;
        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: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .how-it-works__item + .how-it-works__item:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 44px;
        height: 2px;
        background: var(--c-text)
    }

    .how-it-works__item + .how-it-works__item:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        top: 50%;
        left: 10px;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
        border-right: 2px solid var(--c-text);
        border-bottom: 2px solid var(--c-text)
    }
}

.how-it-works__item img {
    margin-bottom: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.how-it-works__item p {
    margin: 0
}

.perks-section {
    padding-bottom: 70px;
    position: relative
}

@media (min-width: 768px) {
    .perks-section {
        padding-bottom: 140px
    }
}

.perks-section__title {
    text-align: center;
    font-family: var(--FF-ACCENT);
    font-weight: 400;
    font-size: 19px;
    line-height: 1.48;
    margin: 14px 0 13px
}

@media (min-width: 768px) {
    .perks-section__title {
        font-size: 27px;
        margin-bottom: 18px
    }
}

.perks-section__subtitle {
    text-align: center;
    margin: 0;
    color: var(--c-text-lighter)
}

.perks-section .dec-img_1 {
    left: 0;
    top: 0
}

@media (min-width: 768px) {
    .perks-section .dec-img_1 {
        max-width: 50%
    }
}

.perks-section .dec-img_2 {
    right: 0;
    bottom: 45%
}

@media (min-width: 768px) {
    .perks-section .dec-img_2 {
        max-width: 50%;
        bottom: -5%
    }
}

.perks-section .dec-img_3 {
    left: 0;
    bottom: 0
}

@media (min-width: 768px) {
    .perks-section .dec-img_3 {
        display: none
    }
}

.perks {
    padding: 62px 0 0
}

@media (min-width: 768px) {
    .perks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.perks__item {
    margin-bottom: 28px;
    text-align: center;
    padding: 0 8px
}

@media (min-width: 768px) {
    .perks__item {
        margin-bottom: 62px;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        min-width: 25%
    }
}

.perks__img {
    width: 122px;
    height: 133px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 28px;
    background: url(../../images/hub/landing/bg_perks.png) no-repeat 50%;
    background-size: contain;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.perks__label {
    position: absolute;
    background: var(--WHITE);
    color: var(--BLACK);
    display: block;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
    border-radius: 10px;
    padding: 7px;
    font-size: 10px;
    min-width: 56px;
    right: -20px;
    top: 23px;
    line-height: 1
}

.perks__btn, .perks__label {
    text-align: center
}

.perks .svg-ic {
    width: 42px;
    height: 42px
}

.perks p {
    max-width: 315px;
    margin: 0 auto
}

.perks a {
    color: var(--c-text)
}

.perks a:focus, .perks a:hover, .perks aactive {
    color: var(--GREEN)
}

.footer .container_footer {
    background: url(../../images/hub/landing/bg_footer.png) no-repeat 50%;
    background-position: top;
    padding-top: 84px
}

@media (min-width: 768px) {
    .footer .container_footer {
        padding-top: 154px
    }
}

.footer__title {
    text-align: center;
    font-size: 19px;
    margin-bottom: 33px;
    font-family: var(--FF-ACCENT);
    color: var(--BLACK)
}

@media (min-width: 768px) {
    .footer__title {
        font-size: 27px;
        margin-bottom: 56px
    }
}

.footer p {
    color: rgba(0, 0, 0, .5);
    font-size: 12px;
    text-align: center;
    margin: 0
}

.form {
    margin: 0 auto 23px;
    max-width: 550px
}

.form__input {
    margin-bottom: 35px
}

.form__input input {
    display: block;
    background: var(--WHITE);
    -webkit-box-shadow: 0 4px 84px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 84px rgba(0, 0, 0, .1);
    border-radius: 30px;
    color: var(--BLACK);
    font-size: 18px;
    line-height: 1;
    text-align: center;
    font-family: var(--FF-MAIN);
    width: 100%;
    border: 2px solid transparent;
    padding: 15px;
    outline: none;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out
}

.form__input input:focus, .form__input input:hover {
    border-color: var(--BLACK)
}

@media (min-width: 768px) {
    .form__input input {
        padding: 20px;
        font-size: 20px
    }
}

.form__btn {
    text-align: center
}

.form__btn .btn {
    min-width: 131px
}

.socials {
    margin: 64px auto 54px;
    max-width: 1096px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 90px;
    padding: 34px 0 0
}

.socials .svg-ic {
    width: 28px;
    height: 22px;
    fill: var(--BLACK);
    -webkit-transition: fill .3s ease-in-out;
    transition: fill .3s ease-in-out
}

.socials__item {
    padding: 0 29px 34px
}

@media (min-width: 768px) {
    .socials__item {
        padding: 0 38px 28px
    }
}

.socials a {
    display: inline-block
}

.socials a:active .svg-ic, .socials a:focus .svg-ic, .socials a:hover .svg-ic {
    fill: #88a60f
}

.footer-bottom {
    padding: 0 0 12px;
    max-width: 1085px;
    margin: 0 -24px;
    text-align: center;
    background: var(--GREEN);
    color: var(--BLACK);
    font-size: 12px
}

@media (min-width: 768px) {
    .footer-bottom {
        margin: 0 auto;
        background: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.footer-bottom .svg-ic {
    width: 65px;
    height: 50px;
    margin-bottom: 37px
}

@media (min-width: 768px) {
    .footer-bottom .svg-ic {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .footer-bottom__right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        text-align: left;
        margin-bottom: 5px
    }
}

.footer-bottom__center {
    margin-bottom: 23px
}

@media (min-width: 768px) {
    .footer-bottom__center {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        text-align: right;
        margin-bottom: 5px
    }
}

@media (min-width: 768px) {
    .footer-bottom__left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%
    }
}

.footer-bottom a {
    color: var(--BLACK)
}

.swal2-container {
    text-align: center
}

.swal2-container .swal2-popup {
    border-radius: 30px;
    position: relative;
    background: var(--bg-body);
    padding: 0 16px 20px;
    min-height: 465px
}

.swal2-container .swal2-close {
    display: block !important;
    position: absolute;
    right: 6px;
    top: 27px;
    font-weight: 400;
    color: var(--c-text);
    outline: none !important;
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

@media (min-width: 768px) {
    .swal2-container .swal2-close {
        right: 18px;
    }
}

.swal2-container .swal2-close:hover {
    color: var(--GREEN)
}

.swal2-container .swal2-title {
    padding-left: 0!important;
    padding-right: 0!important;
    display: none
}

.swal2-container .how-it-works-section__title {
    margin-bottom: 0;
    padding: 25px 5px 0
}

@media (min-width: 768px) {
    .swal2-container .how-it-works-section__title {
        padding: 20px 70px 0
    }
}

.dark-theme .swal2-container .how-it-works-section__title {
    color: var(--WHITE)
}

.swal2-container .swal2-input {
    height: auto;
    display: block;
    background: var(--WHITE);
    -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 24px rgba(0, 0, 0, .1);
    border-radius: 30px;
    color: var(--BLACK);
    font-size: 18px;
    line-height: 1;
    text-align: center;
    font-family: var(--FF-MAIN);
    width: 650px !important;
    max-width: 100%;
    border: 2px solid rgba(0, 0, 0, .1);
    padding: 15px;
    outline: none;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    margin: 0 auto 20px;
    -webkit-webkit-aperiance: none;
    webkit-aperiance: none;
}
@media (min-width: 768px) {
    .swal2-container .swal2-input {
        border: 2px solid transparent;
        -webkit-box-shadow: 0 4px 84px rgba(0, 0, 0, .1);
        box-shadow: 0 4px 84px rgba(0, 0, 0, .1);
    }
}

.swal2-container .swal2-input:focus, .swal2-container .swal2-input:hover {
    border-color: var(--BLACK);
    -webkit-box-shadow: 0 4px 84px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 84px rgba(0, 0, 0, .1)
}

@media (min-width: 768px) {
    .swal2-container .swal2-input {
        padding: 20px;
        font-size: 20px
    }
}

.swal2-container br {
    display: none
}

.swal2-container p {
    color: var(--c-text-lighter);
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
}

.swal2-container #form {
    padding-top: 50px
}

.swal2-container .swal2-html-container {
    margin: 0
}

.swal2-container .swal2-actions button {
    border-radius: 10px !important;
    background-color: #e5ff7b !important;
    color: var(--BLACK);
    font-family: var(--FF-MAIN);
    padding: 16px 10px 17px;
    min-width: 131px;
    font-size: 17px;
    line-height: 1;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: 0;
    outline: none;
    cursor: pointer;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    overflow: initial;
    -webkit-box-shadow: none;
    box-shadow: none
}

.swal2-container .swal2-actions button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #c4e92e
}

.swal2-container .swal2-actions button:active, .swal2-container .swal2-actions button:focus {
    background-color: #afd908;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lang-switcher {
    font-size: 14px;
    color: var(--BLACK);
    width: 100px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block
}

.lang-switcher__current {
    cursor: pointer
}

.lang-switcher__current:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 3.5px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 3.5px solid transparent;
    border-top: 6px solid var(--BLACK);
    margin-bottom: 1px;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.open .lang-switcher__current:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.lang-switcher__dropdown {
    position: absolute;
    bottom: calc(100% + 5px);
    background: var(--WHITE);
    padding: 15px;
    border-radius: 10px;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    pointer-events: none
}

.open .lang-switcher__dropdown {
    visibility: visible;
    opacity: 1;
    pointer-events: auto
}

.lang-switcher__dropdown a {
    display: block
}

.lang-switcher__dropdown a + a {
    margin-top: 10px
}
