@font-face {
    font-family: Roboto;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(../fonts/subset-Roboto-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(../fonts/subset-Roboto-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: local("Roboto"), local("Roboto-Regular"), url(../fonts/subset-Roboto-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: local("Roboto Black"), local("Roboto-Black"), url(../fonts/subset-Roboto-Black.woff2) format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: SF Pro Display;
    src: local("SF Pro Display Medium"), local("SFProDisplay-Medium"), url(../fonts/subset-SFProDisplay-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: SF Pro Text;
    src: local("SF Pro Text Medium"), local("SFProText-Medium"), url(../fonts/subset-SFProText-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

*,
:before,
:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Roboto, sans-serif
}

html,
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden
}

body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    color: #fff;
    line-height: 1.2;
    background-color: #000
}

.body__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1
}

img {
    width: 100%;
    height: auto
}

a {
    text-decoration: none
}

.visually-hidden {
    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
}

.container {
    width: 100%;
    padding: 0 25px
}

@media (min-width: 992px) {
    .container {
        width: 992px;
        padding: 0 30px;
        margin: 0 auto
    }
}

@media (min-width: 1400px) {
    .container {
        width: 100%;
        max-width: 1740px
    }
}

.main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch
}

.heading {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
    text-align: center
}

@media (min-width: 992px) {
    .heading {
        font-size: 32px
    }
}

@media (min-width: 1400px) {
    .heading {
        font-size: 45px
    }
}

.subheading {
    margin-bottom: 35px;
    font-size: 12px;
    font-weight: 500;
    text-align: center
}

@media (min-width: 992px) {
    .subheading {
        font-size: 20px
    }
}

@media (min-width: 1400px) {
    .subheading {
        font-size: 28px
    }
}

.btn {
    display: inline-block;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 900;
    line-height: 42px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    border-radius: 200px;
    background-color: transparent;
    background-image: linear-gradient(120deg, #5442ff, #d426ff);
    cursor: pointer
}

@media (min-width: 992px) {
    .btn {
        padding: 0 40px;
        font-size: 26px;
        line-height: 60px
    }
}

@media (min-width: 1400px) {
    .btn {
        font-size: 35px;
        line-height: 85px
    }
}

.btn--empty {
    position: relative;
    z-index: 2;
    line-height: 38px;
    border: 2px solid #d426ff;
    background-color: transparent;
    background-image: none
}

@media (min-width: 992px) {
    .btn--empty {
        line-height: 56px
    }
}

@media (min-width: 1400px) {
    .btn--empty {
        line-height: 81px
    }
}

.sp__bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

.header {
    padding: 20px 0;
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .header {
        padding: 30px 0;
        margin-bottom: 40px
    }
}

@media (min-width: 1400px) {
    .header {
        margin-bottom: 70px
    }
}

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

.header__logo {
    width: 110px;
    font-size: 0
}

@media (min-width: 992px) {
    .header__logo {
        width: 160px
    }
}

@media (min-width: 1400px) {
    .header__logo {
        width: 210px
    }
}

.header__auth {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    color: #fff
}

@media (min-width: 992px) {
    .header__auth {
        font-size: 16px;
        gap: 12px
    }
}

@media (min-width: 1400px) {
    .header__auth {
        font-size: 21px
    }
}

.header__auth-img {
    width: 30px;
    border: 1px solid #D426FF;
    border-radius: 50%
}

@media (min-width: 992px) {
    .header__auth-img {
        width: 36px
    }
}

@media (min-width: 1400px) {
    .header__auth-img {
        width: 43px
    }
}

.footer {
    padding-bottom: 20px
}

@media (min-width: 1400px) {
    .footer {
        padding-bottom: 60px
    }
}

.footer__creds {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 20px;
    list-style: none
}

@media (min-width: 992px) {
    .footer__creds {
        flex-direction: row;
        justify-content: space-between
    }
}

@media (min-width: 1400px) {
    .footer__creds {
        margin-bottom: 40px
    }
}

.footer__creds-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 4px
}

@media (min-width: 1400px) {
    .footer__creds-item {
        gap: 16px
    }
}

.footer__creds-item,
.footer__creds-item a {
    font-size: 10px;
    font-weight: 700;
    color: #ffffff80
}

@media (min-width: 992px) {

    .footer__creds-item,
    .footer__creds-item a {
        font-size: 14px
    }
}

@media (min-width: 1400px) {

    .footer__creds-item,
    .footer__creds-item a {
        font-size: 23px
    }
}

.footer__creds-logo {
    width: 70px
}

@media (min-width: 992px) {
    .footer__creds-logo {
        width: 100px
    }
}

@media (min-width: 1400px) {
    .footer__creds-logo {
        width: 210px
    }
}

.footer__creds-email:hover {
    color: #5442ff
}

.footer__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    list-style: none
}

@media (min-width: 992px) {
    .footer__links {
        flex-direction: row;
        justify-content: flex-start;
        gap: 40px
    }
}

@media (min-width: 1400px) {
    .footer__links {
        margin-bottom: 40px
    }
}

.footer__links-link,
.footer__text {
    font-size: 12px;
    color: #ffffff4d;
    text-decoration: underline
}

@media (min-width: 992px) {

    .footer__links-link,
    .footer__text {
        font-size: 14px
    }
}

@media (min-width: 1400px) {

    .footer__links-link,
    .footer__text {
        font-size: 23px
    }
}

.footer__links-link:hover,
.footer__text a:hover {
    color: #5442ff
}

.footer__text {
    margin-bottom: 20px;
    text-decoration: none
}

@media (min-width: 1400px) {
    .footer__text {
        margin-bottom: 40px
    }
}

.footer__text a {
    color: inherit;
    text-decoration: underline;
}

.card-systems__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    list-style: none
}

@media (min-width: 1400px) {
    .card-systems__list {
        gap: 30px
    }
}

.card-systems__img {
    height: 12px;
    width: auto
}

@media (min-width: 992px) {
    .card-systems__img {
        height: 20px
    }
}

@media (min-width: 1400px) {
    .card-systems__img {
        height: 37px
    }
}

.payment {
    position: relative;
    flex-grow: 1
}

.payment__container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%
}

@media (min-width: 992px) {
    .payment__container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: end;
        align-content: stretch;
        gap: 50px;
        max-width: 1260px
    }
}

.payment--disable .payment__container {
    justify-content: center
}

@media (min-width: 992px) {
    .payment--disable .payment__container {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
        max-width: 1000px
    }
}

.payment__box {
    align-self: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 320px;
    padding: 15px 25px 30px;
    margin-bottom: 30px;
    border-radius: 25px;
    background-color: #101010;
    text-align: center
}

@media (min-width: 992px) {
    .payment__box {
        align-self: normal;
        padding: 40px 40px 60px;
        margin-bottom: 0;
        max-width: none
    }

    .payment--disable .payment__box {
        justify-self: center;
        max-width: 600px
    }
}

.payment__box:before {
    content: "";
    position: absolute;
    inset: -2px;
    z-index: -1;
    border-radius: 25px;
    background-image: linear-gradient(120deg, #5442ff, #d426ff)
}

@media (min-width: 992px) {
    .payment__box--form {
        justify-self: start
    }
}

.payment__heading,
.payment__subheading {
    font-weight: 500;
    color: #fff
}

.payment__heading {
    margin-bottom: 12px;
    font-size: 16px
}

@media (min-width: 992px) {
    .payment__heading {
        font-size: 24px
    }
}

@media (min-width: 1400px) {
    .payment__heading {
        font-size: 30px
    }
}

.payment__subheading {
    margin-bottom: 30px;
    font-size: 18px
}

@media (min-width: 992px) {
    .payment__subheading {
        font-size: 24px
    }
}

@media (min-width: 1400px) {
    .payment__subheading {
        font-size: 30px
    }
}

.payment__box .card-systems__list,
.payment__input {
    margin-bottom: 30px
}

@media (min-width: 992px) {

    .payment__box .card-systems__list,
    .payment__input {
        margin-bottom: 40px;
        margin-top: auto
    }
}

.payment__input {
    align-self: stretch;
    padding: 8px 25px;
    font-size: 16px;
    color: #fff;
    border: none;
    border-radius: 100px;
    background-color: #252525;
    text-align: center
}

@media (min-width: 992px) {
    .payment__input {
        padding: 10px 30px;
        font-size: 26px
    }
}

@media (min-width: 1400px) {
    .payment__input {
        padding: 20px 40px;
        font-size: 30px
    }
}

.checkbox__wrap {
    align-self: center;
    margin-bottom: 50px
}

@media (min-width: 992px) {
    .checkbox__wrap {
        align-self: start;
        grid-column: 1/-1;
        grid-row: 2;
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 0
    }
}

.checkbox {
    align-self: center;
    position: relative;
    padding-left: 28px;
    margin-bottom: 50px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    text-align: center
}

@media (min-width: 1400px) {
    .checkbox {
        font-size: 24px
    }
}

.checkbox:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    border-radius: 50%
}

@media (min-width: 1400px) {
    .checkbox:before {
        width: 22px;
        height: 22px
    }
}

.checkbox:has(#checkbox:checked):before {
    background-image: url(../img/checkmark.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.checkbox a {
    color: inherit;
    text-decoration: underline
}

.checkbox a:hover {
    color: #5442ff
}

.hero {
    position: relative;
    margin-bottom: 60px
}

@media (min-width: 992px) {
    .hero {
        margin-bottom: 100px
    }
}

@media (min-width: 1400px) {
    .hero {
        margin-bottom: 140px
    }
}

.hero__bg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    z-index: -1
}

.hero__container {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (min-width: 992px) {
    .hero:not(.try) .hero__container {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: start;
        justify-items: start;
        gap: 0 20px
    }
}

@media (min-width: 992px) {
    .hero__heading {
        grid-column: 1;
        grid-row: 1;
        margin-bottom: 0;
        margin-top: 100px;
        text-align: left
    }
}

@media (min-width: 1400px) {
    .hero__heading {
        margin-top: 180px
    }
}

@media (min-width: 992px) {
    .hero__subheading {
        grid-column: 1;
        grid-row: 2;
        margin-top: 25px;
        text-align: left
    }
}

@media (min-width: 1400px) {
    .hero__subheading {
        margin-bottom: 70px
    }
}

.hero__btn {
    margin-bottom: 60px
}

@media (min-width: 992px) {
    .hero__btn {
        grid-column: 1;
        grid-row: 3;
        margin-bottom: 0
    }
}

.try .hero__btn {
    margin-bottom: 0
}

.hero__img-wrap {
    position: relative
}

@media (min-width: 992px) {
    .hero__img-wrap {
        grid-row: 1/5
    }
}

.hero__img-wrap:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-55%, -60%);
    z-index: -1;
    width: 250%;
    height: 100%;
    background-image: url(../img/bg-sample.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .4
}

.hero__img {
    width: 240px
}

@media (min-width: 992px) {
    .hero__img {
        width: 400px
    }
}

@media (min-width: 1400px) {
    .hero__img {
        width: 620px
    }
}

.features {
    max-width: 440px;
    margin: 0 auto 80px
}

@media (min-width: 992px) {
    .features {
        max-width: none;
        margin: 0 auto 100px
    }
}

@media (min-width: 1400px) {
    .features {
        margin: 0 auto 120px
    }
}

.features__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
    list-style: none
}

@media (min-width: 992px) {
    .features__list {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (min-width: 1400px) {
    .features__list {
        gap: 60px
    }
}

.features__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between
}

.features__item-img {
    width: auto;
    height: 100%;
    max-height: 84px
}

@media (min-width: 1400px) {
    .features__item-img {
        max-height: 180px
    }
}

.features__item-caption {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center
}

@media (min-width: 992px) {
    .features__item-caption {
        margin-top: 30px;
        font-size: 20px
    }
}

@media (min-width: 1400px) {
    .features__item-caption {
        margin-top: 60px;
        font-size: 28px
    }
}

.prop {
    margin-bottom: 35px
}

@media (min-width: 1400px) {
    .prop {
        margin-bottom: 70px
    }
}

.prop__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

@media (min-width: 992px) {
    .prop--left .prop__container {
        display: grid;
        grid-template-columns: auto 1fr;
        justify-items: start;
        gap: 0 20px
    }
}

@media (min-width: 1400px) {
    .prop--left .prop__container {
        gap: 0 50px
    }
}

@media (min-width: 992px) {
    .prop--right .prop__container {
        display: grid;
        grid-template-columns: 1fr auto;
        justify-items: end;
        gap: 0 20px
    }
}

@media (min-width: 1400px) {
    .prop--right .prop__container {
        gap: 0 50px
    }
}

@media (min-width: 992px) {

    .prop--left .prop__heading,
    .prop--left .prop__subheading,
    .prop--right .prop__heading,
    .prop--right .prop__subheading {
        text-align: left
    }
}

@media (min-width: 992px) {
    .prop--left .prop__heading {
        grid-column: 2;
        grid-row: 1;
        align-self: end
    }
}

@media (min-width: 992px) {
    .prop--left .prop__subheading {
        grid-column: 2;
        grid-row: 2;
        align-self: start
    }
}

@media (min-width: 992px) {
    .prop--right .prop__heading {
        grid-column: 1;
        grid-row: 1;
        align-self: end
    }
}

@media (min-width: 992px) {
    .prop--right .prop__subheading {
        grid-column: 1;
        grid-row: 2;
        align-self: start
    }
}

.prop__img-wrap {
    position: relative
}

@media (min-width: 992px) {
    .prop__img-wrap {
        margin-top: 50px
    }

    .prop--left .prop__img-wrap,
    .prop--right .prop__img-wrap {
        grid-row: 1/3
    }
}

.prop__img-wrap:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-55%, -60%);
    z-index: -1;
    width: 300%;
    height: 150%;
    background-image: url(../img/bg-sample.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .4
}

.prop__img {
    width: auto;
    height: 300px
}

@media (min-width: 992px) {
    .prop__img {
        width: 600px;
        height: auto
    }
}

@media (min-width: 1400px) {
    .prop__img {
        width: 970px
    }
}

@media (min-width: 992px) {

    .prop--left .prop__img,
    .prop--right .prop__img {
        width: 400px
    }
}

@media (min-width: 1400px) {

    .prop--left .prop__img,
    .prop--right .prop__img {
        width: 640px
    }
}

.privacy__container {
    display: flex;
    flex-direction: column;
    align-items: stretch
}

.privacy__text {
    padding: 16px;
    margin-bottom: 10px;
    font-size: 10px;
    font-weight: 400;
    border: 2px solid #5442FF;
    border-radius: 24px;
    background-color: #41404040
}

@media (min-width: 992px) {
    .privacy__text {
        padding: 20px 30px;
        margin-bottom: 30px;
        font-size: 16px
    }
}

@media (min-width: 1400px) {
    .privacy__text {
        padding: 50px;
        font-size: 24px
    }
}

.privacy__back-btn {
    align-self: flex-start;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase
}

@media (min-width: 992px) {
    .privacy__back-btn {
        gap: 10px;
        margin-bottom: 70px;
        font-size: 22px
    }
}

@media (min-width: 1400px) {
    .privacy__back-btn {
        margin-bottom: 100px;
        font-size: 28px
    }
}

.privacy__back-btn-img {
    width: 16px
}

@media (min-width: 992px) {
    .privacy__back-btn-img {
        width: 22px
    }
}

@media (min-width: 1400px) {
    .privacy__back-btn-img {
        width: 28px
    }
}