:root {
    --font-family: "Involve", sans-serif;
    --content-width: 1170px;
    --container-offset: 75px;
    --container-width: calc(var(--content-width) + (var(--container-offset) * 2))
}

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

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

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

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

html {
    box-sizing: border-box
}

*,
::after,
::before {
    box-sizing: inherit
}

:focus {
    outline: 0
}

.page {
    height: 100%;
    font-family: var(--font-family, sans-serif);
    -webkit-text-size-adjust: 100%
}

.page__body {
    margin: 0;
    min-width: 320px;
    font-size: 16px;
    min-height: 100%;
    font-weight: 400;
    background-color: #000
}

.page__body.no-scroll {
    overflow: hidden;
    overscroll-behavior: none
}

img {
    height: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

a {
    text-decoration: none
}

.dis-scroll {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    overscroll-behavior: none
}

.title {
    margin: 0
}

.site-container {
    position: relative
}

.btn-reset {
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer
}

.list-reset {
    list-style: none;
    margin: 0;
    padding: 0
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0)
}

.container {
    margin: 0 auto;
    padding: 0 var(--container-offset);
    max-width: var(--container-width)
}

.btn {
    position: relative;
    padding: 25px;
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    text-align: left;
    max-width: 387px;
    color: #fff;
    background: rgba(255, 255, 255, .0509803922);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 33px;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .6)
}

@media (max-width:1200px) {
    .container {
        --container-offset: 50px
    }
    .btn {
        font-size: 28px;
        max-width: 310px
    }
}

@media (max-width:1024px) {
    .container {
        --container-offset: 36px
    }
    .btn {
        padding: 20px;
        border-radius: 24px;
        font-size: 22px;
        max-width: 270px
    }
}

@media (max-width:768px) {
    .btn {
        padding: 15px;
        border-radius: 16px;
        font-size: 18px;
        max-width: 200px
    }
}

@media (max-width:576px) {
    .container {
        --container-offset: 15px
    }
    .btn {
        padding: 10px;
        border-radius: 8px;
        font-size: 14px;
        max-width: 132px
    }
}

.btn span {
    color: #ea39c2
}

.header {
    position: relative;
    z-index: 10;
    padding: 25px 0;
    background: rgba(0, 0, 0, .3490196078);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    border-bottom: 1px solid #343434
}

@media (max-width:768px) {
    .header {
        padding: 15px 0
    }
}

.header__container {
    display: flex;
    align-items: center;
    gap: 75px
}

@media (max-width:1200px) {
    .header__container {
        gap: 25px
    }
}

@media (max-width:1024px) {
    .header {
        z-index: 1000
    }
    .header__container {
        display: none
    }
}

.header__btns {
    display: flex;
    gap: 14px
}

.header-btn {
    position: relative;
    z-index: 1;
    padding: 16px 31px;
    font-weight: 500;
    font-size: 18px;
    border-radius: 9px;
    color: #fff;
    background: linear-gradient(266.53deg, #484848 -4.18%, #666 109.89%)
}

.header-btn:last-child {
    background: linear-gradient(266.53deg, #ff47d7 -4.18%, rgba(199, 10, 157, .8) 109.89%)
}

.logo {
    margin-right: auto;
    min-width: 180px
}

.nav {
    display: flex;
    align-items: center;
    gap: 35px
}

@media (max-width:1200px) {
    .nav {
        gap: 25px
    }
}

.nav__link {
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #dcdcdc
}

.nav__link--active {
    color: #ea39c2
}

.header-mobile {
    display: none
}

@media (max-width:1024px) {
    .header-mobile {
        display: block
    }
}

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

@media (max-width:576px) {
    .logo {
        width: 101px;
        height: 20px;
        min-width: 101px
    }
    .header-mobile__logo {
        font-size: 20px;
        line-height: 24.2px
    }
}

.burger {
    --burger-width: 25px;
    --burger-height: 14px;
    --burger-line-height: 2px;
    position: relative;
    border: none;
    padding: 0;
    width: var(--burger-width);
    height: var(--burger-height);
    color: #fff;
    background-color: transparent;
    cursor: pointer
}

.burger::after,
.burger::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: var(--burger-line-height);
    background-color: currentColor;
    transition: transform .3s ease-in-out, top .3s ease-in-out
}

.burger::before {
    top: 0
}

.burger::after {
    top: calc(100% - var(--burger-line-height))
}

.burger__line {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: var(--burger-line-height);
    background-color: currentColor;
    transform: translateY(-50%);
    transition: transform .3s ease-in-out
}

.burger--active::before {
    top: 50%;
    transform: rotate(45deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out
}

.burger--active::after {
    top: 50%;
    transform: rotate(-45deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out
}

.burger--active .burger__line {
    transform: scale(0);
    transition: transform .3s ease-in-out
}

.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 36px;
    background-color: #000;
    transform: translateX(-100%);
    transition: .3s ease-in
}

.mobile-nav__burger {
    position: absolute;
    top: 25px;
    right: 36px;
    --burger-width: 24px!important;
    --burger-height: 24px!important
}

.mobile-nav--open {
    transform: translateX(0)
}

.mobile-nav__nav {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
    margin-bottom: 40px
}

.hero {
    position: relative;
    height: 1100px
}

@media (max-width:1440px) {
    .hero {
        height: 920px
    }
}

@media (max-width:1200px) {
    .hero {
        height: 800px
    }
}

@media (max-width:1024px) {
    .hero {
        height: 700px
    }
}

@media (max-width:576px) {
    .mobile-nav {
        padding: 40px 15px
    }
    .mobile-nav__burger {
        top: 15px;
        right: 15px
    }
    .hero {
        height: 447px
    }
}

.hero::before {
    content: "";
    position: absolute;
    left: 0;
    top: -104px;
    z-index: 1;
    width: 100%;
    height: 76%;
    background-image: url(../img/sparkles-left-x4.png);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat
}

.hero::after {
    content: "";
    position: absolute;
    right: 0;
    top: -104px;
    z-index: 1;
    width: 100%;
    height: 76%;
    background-image: url(../img/sparkles-right-x4.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat
}

.hero__container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 10;
    padding-top: 60px
}

.hero__img {
    position: relative;
    top: -104px;
    left: 0;
    right: 0;
    z-index: -1;
    height: calc(100% + 104px);
    width: 100%
}

.hero__img img {
    height: 100%;
    width: 100%;
    max-width: none
}

.hero__img::after {
    content: "";
    position: absolute;
    top: -104px;
    left: 0;
    z-index: 0;
    height: calc(100% + 104px);
    width: 100%;
    background-image: url(../img/light.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.hero__img::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    height: 473px;
    width: 100%;
    background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0) 100%)
}

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

.hero__title {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 60.5px;
    line-height: 110%;
    text-align: center;
    color: #fff
}

@media (max-width:1440px) {
    .hero__title {
        font-size: 48px
    }
}

@media (max-width:1200px) {
    .hero__img::before {
        height: 380px
    }
    .hero__title {
        margin-bottom: 20px;
        font-size: 42px
    }
}

@media (max-width:1024px) {
    .hero__img {
        top: -50px;
        height: calc(100% + 50px)
    }
    .hero__img::before {
        height: 200px
    }
    .hero__title {
        font-size: 36px
    }
}

@media (max-width:768px) {
    .hero__title {
        font-size: 30px
    }
}

@media (max-width:576px) {
    .hero__container {
        padding-top: 30px
    }
    .hero__img {
        top: 120px;
        height: 331px
    }
    .hero__img::before {
        height: 97px
    }
    .hero__title {
        margin-bottom: 10px;
        font-size: 24px
    }
}

.hero__title span {
    color: rgba(199, 10, 157, .8)
}

.hero__descr {
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    color: #fff
}

@media (max-width:1200px) {
    .hero__descr {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 20px
    }
}

@media (max-width:576px) {
    .hero__descr {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 115%
    }
}

.hero__btn {
    position: relative;
    z-index: 1;
    padding: 25px 55px;
    border-radius: 9px;
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
    color: #fff;
    background: linear-gradient(266.53deg, #ff47d7 -4.18%, rgba(199, 10, 157, .8) 109.89%);
    text-align: center
}

@media (max-width:1200px) {
    .hero__btn {
        padding: 21px 50px;
        font-size: 18px;
        line-height: 18px
    }
}

@media (max-width:576px) {
    .hero__btn {
        padding: 14px 25px;
        font-size: 14px;
        line-height: 18px
    }
}

.system {
    padding: 100px 0
}

@media (max-width:1440px) {
    .system {
        padding: 60px 0
    }
}

@media (max-width:768px) {
    .system {
        padding: 50px 0
    }
}

@media (max-width:576px) {
    .system__container {
        margin: 0;
        padding: 0
    }
}

.system__block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px
}

@media (max-width:576px) {
    .system__block {
        margin-bottom: 25px;
        padding: 0 15px
    }
}

.system__left {
    padding-top: 14px;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 5%;
    text-align: center;
    vertical-align: middle;
    color: #dcdcdc
}

@media (max-width:768px) {
    .system__left {
        display: none
    }
}

.system__right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 48px
}

.system__descr {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 30px;
    line-height: 140%;
    color: #fff
}

.system__descr div:first-child {
    padding-left: 70px;
    text-align: right
}

@media (max-width:1200px) {
    .system__descr {
        font-size: 24px
    }
    .system__descr div:first-child {
        padding-left: 60px
    }
}

@media (max-width:768px) {
    .system__right {
        padding-right: 0
    }
    .system__descr {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 110%
    }
    .system__descr div {
        text-align: right
    }
    .system__descr div:first-child {
        padding-left: 0;
        text-align: left
    }
}

.system__descr span {
    color: #ea39c2
}

.system__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #fff
}

.system__text div:first-child {
    padding-left: 65px;
    text-align: right
}

.video-block {
    position: relative;
    height: 583px
}

@media (max-width:1200px) {
    .system__text {
        font-size: 16px
    }
    .system__text div:first-child {
        padding-left: 55px
    }
    .video-block {
        height: 520px
    }
}

@media (max-width:1024px) {
    .video-block {
        height: 460px
    }
}

@media (max-width:576px) {
    .video-block {
        width: 100%;
        height: 280px
    }
}

@media (max-width:400px) {
    .video-block {
        height: 210px
    }
}

.video-block__content {
    border-radius: 13px;
    height: 100%;
    width: 100%
}

.video-block::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 13px;
    background-image: url(../img/video.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

@media (max-width:576px) {
    .video-block::before {
        border-radius: 0
    }
}

.video-block--played::before {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.video-block__btn {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    width: 100px;
    height: 100px;
    background-color: #000;
    border: 1px solid #ea39c2;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.video-block__btn--played {
    opacity: 0;
    visibility: hidden
}

.video-block__btn svg {
    padding-left: 4px;
    width: 28px;
    height: 33px
}

.invite {
    padding-top: 100px
}

@media (max-width:1440px) {
    .invite {
        padding-top: 60px
    }
}

@media (max-width:768px) {
    .system__text {
        font-size: 13px;
        line-height: 115%
    }
    .system__text div:first-child {
        padding-left: 0;
        text-align: left
    }
    .video-block__btn {
        width: 54px;
        height: 54px
    }
    .video-block__btn svg {
        padding-left: 2px;
        width: 15px;
        height: 18px
    }
    .invite {
        padding-top: 50px;
        padding-bottom: 30px
    }
}

.invite__container {
    position: relative;
    width: 80%;
    max-width: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
    padding: 0
}

@media (max-width:1200px) {
    .invite__container {
        width: 95%;
        max-width: 95%
    }
}

@media (max-width:576px) {
    .invite__container {
        align-items: flex-end;
        width: 100%;
        max-width: 100%
    }
}

.invite__container::before {
    content: "";
    position: absolute;
    bottom: -1100px;
    left: 35px;
    z-index: -1;
    height: 1100px;
    border: 1.5px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, .5) 100%);
    background: linear-gradient(360deg, #000 0, rgba(0, 0, 0, 0) 100%)
}

@media (max-width:1600px) {
    .invite__container::before {
        display: none
    }
}

.invite__title {
    display: none;
    align-self: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    vertical-align: middle;
    color: #fff
}

.invite__title span {
    color: #ea39c2
}

.invite__content {
    position: relative;
    flex: 1 0 auto;
    width: 100%
}

.invite__content::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(360deg, #000 0, rgba(0, 0, 0, 0) 100%)
}

.invite__content img {
    width: 100%;
    height: auto;
    max-width: none
}

.invite__btn {
    max-width: 340px
}

@media (max-width:1200px) {
    .invite__btn {
        max-width: 276px
    }
}

@media (max-width:1024px) {
    .invite__btn {
        max-width: 246px
    }
}

@media (max-width:768px) {
    .invite__title {
        display: block;
        margin-bottom: 30px
    }
    .invite__btn {
        max-width: 200px
    }
}

.bonus__container {
    --content-width: 1600px;
    --container-width: calc(var(--content-width) + (var(--container-offset) * 2))
}

@media (max-width:576px) {
    .invite__btn {
        margin-right: 15px;
        max-width: 136px
    }
    .bonus {
        padding-bottom: 72px
    }
    .bonus__container {
        padding: 0
    }
}

.bonus__content {
    position: relative;
    width: 100%;
    height: 100%
}

.bonus__content img {
    width: 100%;
    height: auto;
    max-width: none
}

.bonus__btn {
    position: absolute;
    bottom: 15%;
    right: 13%;
    max-width: 383px;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .6)
}

@media (max-width:1440px) {
    .bonus__btn {
        right: 10%;
        bottom: 12%
    }
}

@media (max-width:1200px) {
    .bonus__btn {
        max-width: 312px;
        right: 8%;
        bottom: 10%
    }
}

@media (max-width:1024px) {
    .bonus__btn {
        max-width: 250px;
        right: 6%;
        bottom: 8%
    }
}

@media (max-width:768px) {
    .bonus__btn {
        max-width: 200px;
        right: 4%;
        bottom: 6%
    }
}

@media (max-width:576px) {
    .bonus__btn {
        left: 20px;
        right: auto;
        bottom: 0;
        max-width: 150px
    }
}

.earn-top {
    position: relative
}

.earn-top::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(360deg, #000 0, rgba(0, 0, 0, 0) 100%)
}

.earn-top__container {
    width: 87%;
    max-width: 87%;
    margin-left: 0;
    padding: 0
}

@media (max-width:1200px) {
    .earn-top::before {
        height: 80px
    }
    .earn-top__container {
        width: 97%;
        max-width: 97%
    }
}

.earn-top__content img {
    width: 100%;
    height: auto;
    max-width: none
}

@media (max-width:576px) {
    .earn-top__container {
        width: 100%;
        max-width: 100%
    }
    .earn-bottom {
        position: relative;
        bottom: 170px;
        height: 0
    }
}

.earn-bottom__btn {
    position: relative;
    display: block;
    top: -10px;
    max-width: 395px
}

@media (max-width:1200px) {
    .earn-bottom__btn {
        max-width: 320px
    }
}

@media (max-width:1024px) {
    .earn-bottom__btn {
        max-width: 255px
    }
}

@media (max-width:768px) {
    .earn-bottom__btn {
        max-width: 210px
    }
}

.cards {
    padding: 30px 0 100px
}

@media (max-width:1440px) {
    .cards {
        padding: 15px 0 60px
    }
}

.cards__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0
}

.cards__content img {
    width: 100%;
    height: auto;
    max-width: none
}

.cards__btn {
    text-align: center
}

@media (max-width:576px) {
    .earn-bottom__btn {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        max-width: 155px
    }
    .cards {
        padding: 0
    }
    .cards__container {
        align-items: flex-start
    }
    .cards__content {
        width: 100%
    }
    .cards__btn {
        position: relative;
        top: -50px;
        margin-left: 18px;
        max-width: 144px
    }
}

.interface {
    padding: 100px 0
}

@media (max-width:1440px) {
    .interface {
        padding: 60px 0
    }
}

@media (max-width:1024px) {
    .interface {
        padding: 50px 0
    }
}

.interface__block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 15px
}

@media (max-width:1200px) {
    .interface__block {
        margin-bottom: 0
    }
}

@media (max-width:576px) {
    .interface__block {
        margin-bottom: 25px
    }
}

.interface__left {
    padding-top: 14px;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 5%;
    text-align: center;
    color: #dcdcdc
}

@media (max-width:768px) {
    .interface__left {
        display: none
    }
}

.interface__right {
    padding-right: 198px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

@media (max-width:1440px) {
    .interface__right {
        padding-right: 120px
    }
}

.interface__descr {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 30px;
    line-height: 140%;
    color: #fff;
    text-align: left
}

@media (max-width:1200px) {
    .interface__right {
        padding-right: 80px
    }
    .interface__descr {
        font-size: 24px
    }
}

@media (max-width:768px) {
    .interface__right {
        padding-right: 0
    }
    .interface__descr {
        font-size: 18px;
        line-height: 110%
    }
}

@media (max-width:576px) {
    .interface__descr {
        margin-bottom: 10px
    }
    .interface__descr div:first-child {
        padding-left: 78px;
        text-align: right
    }
}

.interface__descr div:last-child {
    padding-left: 170px
}

.interface__descr span {
    color: #ea39c2
}

.interface__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
    text-align: right
}

.interface__text div:last-child {
    padding-right: 52px
}

.interface__img {
    transform: scale(1.05)
}

@media (max-width:1200px) {
    .interface__descr div:last-child {
        padding-left: 100px
    }
    .interface__text {
        font-size: 16px
    }
    .interface__text div:last-child {
        padding-right: 35px
    }
    .interface__img {
        transform: none
    }
}

.interface__img img {
    width: 100%;
    height: auto;
    max-width: none
}

.interface__img-mobile {
    display: none
}

.interface__img-mobile img {
    width: 100%;
    height: auto;
    max-width: none
}

.footer {
    position: relative;
    padding: 90px 0 100px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, #000 100%)
}

@media (max-width:1440px) {
    .footer {
        padding: 60px 0
    }
}

.footer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: url(../img/footer-sparkles-left.png);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat
}

.footer::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: url(../img/footer-sparkles-right.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat
}

@media (max-width:576px) {
    .interface__descr div:last-child {
        padding-left: 0
    }
    .interface__text div:last-child {
        padding-right: 0
    }
    .interface__img-mobile {
        display: block;
        margin-bottom: 10px
    }
    .footer {
        padding: 50px 0
    }
    .footer::after,
    .footer::before {
        display: none
    }
}

.footer__container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

.footer__container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 232px;
    width: 100%;
    background-image: url(../img/border.png);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width:1024px) {
    .footer__container::before {
        height: 180px
    }
}

@media (max-width:768px) {
    .interface__text {
        font-size: 13px;
        line-height: 115%
    }
    .footer__container::before {
        display: none
    }
}

.footer__container::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/ellipse.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat
}

@media (max-width:1440px) {
    .footer__container::after {
        bottom: -60px
    }
}

.footer__descr {
    padding-bottom: 106px;
    font-weight: 500;
    font-size: 30px;
    line-height: 140%;
    color: #fff;
    width: 100%
}

@media (max-width:1024px) {
    .footer__descr {
        padding-bottom: 80px;
        font-size: 24px
    }
}

@media (max-width:768px) {
    .footer__descr {
        padding-bottom: 53px;
        font-size: 18px;
        line-height: 110%
    }
}

.footer__descr div {
    text-align: center
}

.footer__descr span {
    color: #ea39c2
}

.footer__btn {
    position: relative;
    z-index: 10;
    padding: 22px 45px;
    border-radius: 9px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    background: linear-gradient(266.53deg, #ff47d7 -4.18%, rgba(199, 10, 157, .8) 109.89%)
}

@media (max-width:576px) {
    .footer__container::after {
        bottom: -50px
    }
    .footer__btn {
        padding: 14px 25px;
        font-size: 14px;
        line-height: 18px
    }
}
