@font-face {
    font-family: "Ambassador";
    src: url("../fonts/Ambassador.eot");
    src: local("Ambassador"), url("../fonts/ambassador.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

* {
    margin: 0;
    box-sizing: border-box
}

ul {
    list-style: none;
    padding-left: 0
}

a {
    text-decoration: none;
    color: inherit
}

input:focus-visible::-moz-placeholder {
    font-size: 0
}

input:focus-visible::placeholder {
    font-size: 0
}

button {
    cursor: pointer;
    padding: 0;
    font-family: inherit
}

.container {
    width: 1188px;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

@media(max-width: 768px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

body {
    font-family: "Ambassador", sans-serif
}

body.no-scroll {
    overflow: hidden
}

html {
    scroll-behavior: smooth !important
}

body.offers .header .container {
    width: 1190px
}

.header {
    background-color: #0d0a21;
    padding-top: 21px;
    padding-bottom: 21px;
    position: absolute;
    width: 100%;
    z-index: 2
}

@media(max-width: 768px) {
    .header {
        padding-top: 15px;
        padding-bottom: 23px
    }
}

.header__right-img {
    position: absolute;
    top: 0px;
    right: 0px
}

@media(max-width: 768px) {
    .header__right-img.desktop {
        display: none
    }
}

.header__right-img.mobile {
    display: none
}

@media(max-width: 768px) {
    .header__right-img.mobile {
        display: block;
        height: 280px;
        width: 290px
    }
}

@media(max-width: 480px) {
    .header__right-img.mobile {
        height: 225px;
        width: 230px
    }
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1225px
}

.header .logo {
    display: flex;
    z-index: 1
}

@media(max-width: 768px) {
    .header .logo {
        max-width: 130px
    }
    .header .logo img {
        display: block;
        width: 100%
    }
}

.header .menu {
    display: flex;
    align-items: center;
    -moz-column-gap: 72px;
    column-gap: 72px;
    padding: 19px 87px;
    border-radius: 25px;
    position: relative;
    z-index: 1;
    background-image: url("/assets/img/background-header.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 16px
}

@media(max-width: 1024px) {
    .header .menu {
        display: none
    }
}

.header .menu li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 17.21px;
    color: #fff
}

.header .mail {
    display: flex;
    align-items: center;
    -moz-column-gap: 6px;
    column-gap: 6px;
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

@media(max-width: 1024px) {
    .header .mail {
        display: none
    }
}

.header .mobile-burger {
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .1450980392);
    position: relative;
    z-index: 2;
    cursor: pointer
}

@media(max-width: 1024px) {
    .header .mobile-burger {
        display: block
    }
}

.header .mobile-burger.active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    max-width: 37px
}

.header .mobile-burger.active span:nth-child(2) {
    opacity: 0
}

.header .mobile-burger.active span:nth-child(3) {
    bottom: 50%;
    transform: translate(-50%, 50%) rotate(-45deg);
    max-width: 37px
}

.header .mobile-burger span {
    position: absolute;
    width: 100%;
    max-width: 27px;
    height: 3px;
    background-color: #fff;
    border-radius: 10px;
    transition: all 1s ease-in-out
}

.header .mobile-burger span:nth-child(1) {
    left: 50%;
    top: 17.1px;
    transform: translateX(-50%)
}

.header .mobile-burger span:nth-child(2) {
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    max-width: 15px
}

.header .mobile-burger span:nth-child(3) {
    left: 50%;
    bottom: 17px;
    transform: translateX(-50%)
}

.mobile-menu {
    position: fixed;
    top: 97px;
    left: 0px;
    width: 100%;
    height: 100vh;
    height: 100cqh;
    background-color: #0d0a21;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-150%);
    transition: all 1s ease-in-out;
    z-index: 5
}

@media(max-width: 768px) {
    .mobile-menu {
        top: 88px
    }
}

.mobile-menu.active {
    transform: translateX(0%)
}

.mobile-menu .nav {
    display: flex;
    flex-direction: column;
    row-gap: 72px;
    align-items: center
}

@media(max-width: 991px) {
    .mobile-menu .nav {
        margin-top: -97px
    }
}

@media(max-width: 768px) {
    .mobile-menu .nav {
        margin-top: -88px
    }
}

.mobile-menu .nav li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 17.21px;
    color: #fff
}

.footer {
    background-color: #0d0a21;
    padding-top: 206px;
    margin-top: -104px;
    position: relative;
    overflow: hidden
}

@media(max-width: 768px) {
    .footer {
        padding-top: 141px
    }
}

.footer__description {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.36px;
    color: #8089be;
    margin-bottom: 30px
}

@media(max-width: 768px) {
    .footer__description {
        margin-bottom: 15px
    }
}

.footer__description-second {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.32px;
    color: #fff;
    margin-bottom: 102px;
    position: relative;
    z-index: 1
}

.footer__description-second a {
    text-decoration: underline
}

@media(max-width: 768px) {
    .footer__description-second {
        margin-bottom: 32px;
        font-size: 14px;
        line-height: 17.36px
    }
}

.footer__copyright {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 0px;
    border-top: 1px solid #28253a
}

.footer__copyright p {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.36px;
    text-align: center;
    color: #8089be
}

@media(max-width: 768px) {
    .footer__copyright {
        position: relative;
        z-index: 1;
        border-top: 1px solid #413a68
    }
}

.footer__img-left {
    position: absolute;
    left: 0px;
    bottom: 0px
}

@media(max-width: 768px) {
    .footer__img-left.desktop {
        display: none
    }
}

.footer__img-left.mobile {
    display: none
}

@media(max-width: 768px) {
    .footer__img-left.mobile {
        display: block;
        left: 0;
        bottom: 0
    }
}

.footer__img-right {
    position: absolute;
    top: -340px;
    right: 0px
}

@media(max-width: 768px) {
    .footer__img-right {
        display: none
    }
}

.hero {
    background-color: #0d0a21;
    padding-top: 226px;
    padding-bottom: 283px;
    position: relative;
    overflow: hidden
}

@media(max-width: 768px) {
    .hero {
        padding-top: 114px;
        padding-bottom: 258px
    }
}

.hero .container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: unset;
    width: unset;
    -moz-column-gap: 100px;
    column-gap: 100px
}

@media(max-width: 1024px) {
    .hero .container {
        flex-direction: column
    }
}

.hero__image-left {
    position: absolute;
    left: 0px;
    bottom: 35px
}

@media(max-width: 768px) {
    .hero__image-left {
        bottom: -180px
    }
}

.hero__left {
    max-width: 451px;
    width: 100%
}

@media(max-width: 1024px) {
    .hero__left {
        max-width: unset
    }
}

@media(max-width: 768px) {
    .hero__left {
        z-index: 1
    }
}

.hero__title {
    font-size: 100px;
    font-weight: 400;
    line-height: 95.6px;
    color: #fff
}

@media(max-width: 1024px) {
    .hero__title {
        text-align: center
    }
}

@media(max-width: 768px) {
    .hero__title {
        font-size: 66px;
        line-height: 63px;
        margin-bottom: 7px
    }
}

.hero__description {
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    color: #fff;
    margin-bottom: 54px;
    text-align: center
}

@media(max-width: 768px) {
    .hero__description {
        font-size: 24px;
        line-height: 23px;
        margin-bottom: 33px;
        white-space: nowrap
    }
}

.hero__btn {
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    line-height: auto;
    color: #fff;
    padding: 20px 42px 20px 43px;
    border-radius: 25px;
    background: linear-gradient(60.06deg, #AF33FE 9.02%, #5C32FF 92.09%);
    position: relative;
    z-index: 1;
    white-space: nowrap
}

@media(max-width: 768px) {
    .hero__btn {
        font-size: 20px;
        line-height: 19.12px;
        padding: 16px 70px 15px 71px
    }
}

@media(max-width: 1024px) {
    .hero__btn.desktop {
        display: none
    }
}

.hero__btn.mobile {
    display: none
}

@media(max-width: 1024px) {
    .hero__btn.mobile {
        display: inline-block;
        margin-top: 32px
    }
}

.hero__right {
    max-width: 725px;
    width: 100%;
    margin-right: -134px
}

@media(max-width: 1200px) {
    .hero__right {
        margin-right: 0px
    }
}

@media(max-width: 1024px) {
    .hero__right {
        max-width: unset
    }
}

.best-service {
    padding-top: 99px;
    padding-bottom: 100px;
    border-radius: 100px;
    background-color: #e8e6f2;
    margin-top: -197px;
    position: relative
}

@media(max-width: 768px) {
    .best-service {
        padding-top: 33px;
        padding-bottom: 35px;
        border-radius: 50px
    }
}

.best-service .container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.best-service__title {
    font-size: 45px;
    font-weight: 400;
    line-height: 43.18px;
    text-align: center;
    color: #0d0a21;
    max-width: 614px;
    display: inline-block;
    margin-bottom: 37px
}

@media(max-width: 768px) {
    .best-service__title {
        font-size: 25px;
        line-height: 24px;
        margin-bottom: 17px
    }
}

@media(max-width: 480px) {
    .best-service__title {
        max-width: 264px
    }
}

.best-service__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 40px
}

@media(max-width: 1024px) {
    .best-service__list {
        -moz-column-gap: 15px;
        column-gap: 15px
    }
}

@media(max-width: 768px) {
    .best-service__list {
        grid-template-columns: 1fr;
        row-gap: 11px;
        width: 100%
    }
}

.best-service__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    position: relative
}

@media(max-width: 1024px) {
    .best-service__item {
        -moz-column-gap: 10px;
        column-gap: 10px
    }
}

@media(max-width: 480px) {
    .best-service__item .best-service__item-image {
        position: absolute
    }
}

.best-service__item:nth-child(1) {
    padding: 7.72px 18.85px 5.52px 42px;
    background: linear-gradient(91.46deg, #0E0A22 1.24%, #38288C 129.25%)
}

@media(max-width: 480px) {
    .best-service__item:nth-child(1) {
        padding: 15px 11.63px 15px 20px;
        order: 1
    }
}

.best-service__item:nth-child(1) .best-service__item-title {
    font-size: 25px;
    font-weight: 400;
    line-height: 23.99px;
    color: #fff;
    display: inline-block;
    margin-bottom: 12px
}

@media(max-width: 480px) {
    .best-service__item:nth-child(1) .best-service__item-title {
        font-size: 16px;
        line-height: 15.35px;
        margin-bottom: 5px
    }
}

.best-service__item:nth-child(1) .best-service__item-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 21.8px;
    text-align: left;
    color: #8089be;
    max-width: 286px
}

@media(max-width: 480px) {
    .best-service__item:nth-child(1) .best-service__item-description {
        font-size: 14px;
        line-height: 15.26px;
        max-width: 186px
    }
}

@media(max-width: 480px) {
    .best-service__item:nth-child(1) .best-service__item-image {
        display: block;
        max-width: 35.81px;
        min-height: 52px;
        right: 11.63px;
        top: -10px
    }
}

.best-service__item:nth-child(2) {
    padding: 14px 14px 21px 42px;
    background-color: #fff
}

@media(max-width: 480px) {
    .best-service__item:nth-child(2) {
        padding: 7px 4px 7px 20px;
        order: 2
    }
}

.best-service__item:nth-child(2) .best-service__item-title {
    font-size: 25px;
    font-weight: 400;
    line-height: 23.99px;
    color: #0d0a21;
    display: inline-block;
    margin-bottom: 12px
}

@media(max-width: 480px) {
    .best-service__item:nth-child(2) .best-service__item-title {
        font-size: 16px;
        line-height: 15.35px;
        margin-bottom: 5px
    }
}

.best-service__item:nth-child(2) .best-service__item-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 21.8px;
    text-align: left;
    color: #8089be;
    max-width: 355px
}

@media(max-width: 480px) {
    .best-service__item:nth-child(2) .best-service__item-description {
        font-size: 14px;
        line-height: 15.26px;
        max-width: 208px
    }
}

@media(max-width: 480px) {
    .best-service__item:nth-child(2) .best-service__item-image {
        display: block;
        max-width: 57px;
        min-height: 49px;
        right: 4px;
        top: -9px
    }
}

.best-service__item:nth-child(3) {
    padding: 11px 22px 20px 42px;
    background-color: #fff
}

@media(max-width: 480px) {
    .best-service__item:nth-child(3) {
        order: 4;
        padding: 14px 14px 17px 20px
    }
}

.best-service__item:nth-child(3) .best-service__item-title {
    font-size: 25px;
    font-weight: 400;
    line-height: 23.99px;
    color: #0d0a21;
    display: inline-block;
    margin-bottom: 12px
}

@media(max-width: 480px) {
    .best-service__item:nth-child(3) .best-service__item-title {
        font-size: 16px;
        line-height: 15.35px;
        margin-bottom: 5px
    }
}

.best-service__item:nth-child(3) .best-service__item-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 21.8px;
    text-align: left;
    color: #8089be;
    max-width: 308px
}

@media(max-width: 480px) {
    .best-service__item:nth-child(3) .best-service__item-description {
        font-size: 14px;
        line-height: 15.26px;
        max-width: 194px
    }
}

@media(max-width: 480px) {
    .best-service__item:nth-child(3) .best-service__item-image {
        display: block;
        max-width: 37px;
        min-height: 50px;
        right: 14px;
        top: -5px
    }
}

.best-service__item:nth-child(4) {
    padding: 13.74px 3.88px 6.74px 42px;
    background: linear-gradient(91.46deg, #0E0A22 1.24%, #38288C 129.25%)
}

@media(max-width: 480px) {
    .best-service__item:nth-child(4) {
        order: 3;
        padding: 10px 1px 7px 20px
    }
}

.best-service__item:nth-child(4) .best-service__item-title {
    font-size: 25px;
    font-weight: 400;
    line-height: 23.99px;
    color: #fff;
    display: inline-block;
    margin-bottom: 12px
}

@media(max-width: 480px) {
    .best-service__item:nth-child(4) .best-service__item-title {
        font-size: 16px;
        line-height: 15.35px;
        margin-bottom: 5px
    }
}

.best-service__item:nth-child(4) .best-service__item-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 21.8px;
    text-align: left;
    color: #8089be;
    margin-right: -13px
}

@media(max-width: 480px) {
    .best-service__item:nth-child(4) .best-service__item-description {
        font-size: 14px;
        line-height: 15.26px;
        max-width: 203px
    }
}

@media(max-width: 480px) {
    .best-service__item:nth-child(4) .best-service__item-image {
        display: block;
        max-width: 60.19px;
        min-height: 47.77px;
        right: 1px;
        top: -11px
    }
}

.best-service__item:nth-child(5) {
    padding: 29px 29px 29px 42px;
    background: linear-gradient(91.46deg, #0E0A22 1.24%, #38288C 129.25%);
    grid-column: span 2
}

@media(max-width: 768px) {
    .best-service__item:nth-child(5) {
        grid-column: unset
    }
}

@media(max-width: 480px) {
    .best-service__item:nth-child(5) {
        order: 5;
        padding: 10px 1px 10px 20px
    }
}

.best-service__item:nth-child(5) .best-service__item-title {
    font-size: 25px;
    font-weight: 400;
    line-height: 23.99px;
    color: #fff;
    display: inline-block;
    margin-bottom: 12px
}

@media(max-width: 480px) {
    .best-service__item:nth-child(5) .best-service__item-title {
        font-size: 16px;
        line-height: 15.35px;
        margin-bottom: 5px
    }
}

.best-service__item:nth-child(5) .best-service__item-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 21.8px;
    text-align: left;
    color: #8089be;
    max-width: 623px
}

@media(max-width: 480px) {
    .best-service__item:nth-child(5) .best-service__item-description {
        font-size: 14px;
        line-height: 15.26px;
        max-width: 215px
    }
}

@media(max-width: 480px) {
    .best-service__item:nth-child(5) .best-service__item-image {
        display: block;
        max-width: 64px;
        min-height: 44px;
        right: 1px;
        top: -1px
    }
}

.get-credit {
    padding-top: 90px;
    overflow: hidden
}

@media(max-width: 768px) {
    .get-credit {
        padding-top: 37px
    }
}

.get-credit .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1250px
}

.get-credit__inner {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 40px;
    column-gap: 40px;
    width: 100%
}

@media(max-width: 1024px) {
    .get-credit__inner {
        flex-direction: column;
        row-gap: 30px
    }
}

.get-credit__title {
    font-size: 45px;
    font-weight: 400;
    line-height: 43.18px;
    text-align: center;
    margin-bottom: 37px
}

@media(max-width: 768px) {
    .get-credit__title {
        font-size: 25px;
        line-height: 24px
    }
}

.get-credit__list {
    max-width: 479px;
    width: 100%;
    padding-left: 31px
}

@media(max-width: 1024px) {
    .get-credit__list {
        max-width: unset
    }
}

@media(max-width: 768px) {
    .get-credit__list {
        padding-left: unset
    }
}

.get-credit__item {
    display: flex;
    -moz-column-gap: 33px;
    column-gap: 33px
}

.get-credit__item:nth-child(1) {
    margin-bottom: 27px
}

@media(max-width: 480px) {
    .get-credit__item:nth-child(1) {
        margin-bottom: 50px
    }
}

.get-credit__item:nth-child(1) .get-credit__item-description {
    max-width: 325px;
    width: 100%
}

@media(max-width: 1024px) {
    .get-credit__item:nth-child(1) .get-credit__item-description {
        max-width: unset
    }
}

.get-credit__item:nth-child(1) .get-credit__item-dot::before {
    bottom: -80px
}

@media(max-width: 480px) {
    .get-credit__item:nth-child(1) .get-credit__item-dot::before {
        bottom: -39px
    }
}

.get-credit__item:nth-child(2) {
    margin-bottom: 41px
}

@media(max-width: 480px) {
    .get-credit__item:nth-child(2) {
        margin-bottom: 50px
    }
}

.get-credit__item:nth-child(2) .get-credit__item-description {
    max-width: 251px;
    width: 100%
}

@media(max-width: 1024px) {
    .get-credit__item:nth-child(2) .get-credit__item-description {
        max-width: unset
    }
}

.get-credit__item:nth-child(2) .get-credit__item-dot::before {
    bottom: -90px
}

@media(max-width: 480px) {
    .get-credit__item:nth-child(2) .get-credit__item-dot::before {
        bottom: -39px
    }
}

.get-credit__item:nth-child(3) .get-credit__item-description {
    max-width: 358px;
    width: 100%
}

@media(max-width: 1024px) {
    .get-credit__item:nth-child(3) .get-credit__item-description {
        max-width: unset
    }
}

.get-credit__item:nth-child(3) .get-credit__item-dot::before {
    display: none
}

.get-credit__item-inner {
    padding-top: 24px
}

@media(max-width: 480px) {
    .get-credit__item-inner {
        padding-top: 0px
    }
}

.get-credit__item-dot {
    position: relative;
    min-width: 44px;
    max-width: 44px;
    height: 44px;
    background: linear-gradient(60.06deg, #AF33FE 9.02%, #5C32FF 92.09%);
    border-radius: 50%;
    box-shadow: 0 0 8px 2px rgba(175, 51, 254, .4), 0 0 16px 4px rgba(92, 50, 255, .3), 0 0 24px 6px rgba(175, 51, 254, .2), 0 0 32px 8px rgba(92, 50, 255, .2)
}

.get-credit__item-dot span {
    position: absolute;
    font-size: 45px;
    font-weight: 400;
    line-height: 43.18px;
    text-align: center;
    color: #fff;
    display: inline-block;
    left: calc(50% - 10px);
    transform: rotate(-15deg) translateX(-50%);
    top: -15px
}

.get-credit__item-dot::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 63px;
    background-color: #e8e6f2;
    left: 50%;
    transform: translateX(-50%)
}

@media(max-width: 480px) {
    .get-credit__item-dot::before {
        height: 30px
    }
}

.get-credit__item-title {
    font-size: 25px;
    font-weight: 400;
    line-height: 23.99px;
    text-align: left;
    margin-bottom: 17px
}

@media(max-width: 480px) {
    .get-credit__item-title {
        font-size: 16px;
        line-height: 15.35px;
        margin-bottom: 5px
    }
}

.get-credit__item-description {
    font-size: 25px;
    font-weight: 400;
    line-height: 23.99px;
    text-align: left;
    color: #a7a7a7
}

@media(max-width: 480px) {
    .get-credit__item-description {
        font-size: 14px;
        line-height: 13.43px
    }
}

.get-credit__right {
    position: relative;
    width: 488px;
    min-width: 488px
}

@media(max-width: 1024px) {
    .get-credit__right {
        margin: 0 auto
    }
}

@media(max-width: 517px) {
    .get-credit__right {
        width: 290px;
        min-width: 290px
    }
}

.get-credit__bg {
    position: absolute;
    top: -205px;
    left: -270px
}

@media(max-width: 517px) {
    .get-credit__bg.desktop {
        display: none
    }
}

.get-credit__bg.mobile {
    display: none
}

@media(max-width: 517px) {
    .get-credit__bg.mobile {
        display: block;
        top: 0px;
        left: -113px;
        top: -130px
    }
}

.get-credit__image {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2
}

.get-credit__btn {
    font-size: 18.31px;
    font-weight: 400;
    line-height: 17.51px;
    color: #fff;
    padding: 13px 58.26px 13.4px 59.83px;
    border-radius: 22px;
    background: linear-gradient(60.06deg, #AF33FE 9.02%, #5C32FF 92.09%);
    position: absolute;
    z-index: 3;
    left: calc(50% + 4px);
    transform: translateX(-50%);
    bottom: 98.32px;
    white-space: nowrap
}

@media(max-width: 517px) {
    .get-credit__btn {
        font-size: 11px;
        line-height: 10.52px;
        padding: 7.72px 35.93px 7.72px 35.95px;
        bottom: 58.32px
    }
}

.faq {
    padding-top: 100px;
    padding-bottom: 104px;
    background-color: #e8e6f2;
    border-radius: 100px;
    margin-top: -82px;
    z-index: 2;
    position: relative
}

@media(max-width: 768px) {
    .faq {
        padding-top: 33px;
        padding-bottom: 17px;
        border-radius: 50px
    }
}

@media(max-width: 517px) {
    .faq {
        margin-top: -38px
    }
}

.faq__item {
    border-bottom: 1px solid #0d0a21
}

.faq__item:nth-child(1) .faq__item-title {
    padding-top: 0px
}

@media(max-width: 768px) {
    .faq__item:nth-child(1) .faq__item-title span.desktop {
        display: none
    }
}

.faq__item:nth-child(1) .faq__item-title span.mobile {
    display: none
}

@media(max-width: 768px) {
    .faq__item:nth-child(1) .faq__item-title span.mobile {
        display: block;
        max-width: 500px
    }
}

@media(max-width: 575px) {
    .faq__item:nth-child(1) .faq__item-title span.mobile {
        max-width: 400px
    }
}

@media(max-width: 480px) {
    .faq__item:nth-child(1) .faq__item-title span.mobile {
        max-width: 300px
    }
}

@media(max-width: 430px) {
    .faq__item:nth-child(1) .faq__item-title span.mobile {
        max-width: 250px
    }
}

@media(max-width: 380px) {
    .faq__item:nth-child(1) .faq__item-title span.mobile {
        max-width: 217px
    }
}

@media(max-width: 768px) {
    .faq__item:nth-child(1) .faq__item-title svg {
        top: 27px
    }
}

@media(max-width: 768px) {
    .faq__item:nth-child(3) {
        border-bottom: none
    }
}

.faq__item.opened .faq__item-title {
    background: linear-gradient(60.06deg, #AF33FE 9.02%, #5C32FF 92.09%);
    background-size: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    transition: background-size .5s ease, color .5s ease
}

.faq__item.opened .faq__item-title svg {
    transform: rotate(-90deg) translateX(50%)
}

.faq__item.opened .faq__item-title svg path {
    fill: url(#gradient)
}

.faq__item-title {
    font-size: 35px;
    font-weight: 400;
    line-height: 33.58px;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    color: #0d0a21;
    transition: all 1s ease-in-out;
    cursor: pointer
}

@media(max-width: 768px) {
    .faq__item-title {
        font-size: 23px;
        line-height: 22.07px;
        padding-bottom: 20px;
        padding-top: 20px;
        padding-right: 40px
    }
}

.faq__item-title svg {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 1s ease-in-out
}

@media(max-width: 768px) {
    .faq__item-title svg {
        height: 23.43px
    }
}

.faq__item-title-img {
    position: absolute;
    top: calc(50% - 10px);
    transform: translateY(-50%);
    right: 65px
}

@media(max-width: 768px) {
    .faq__item-title-img {
        max-width: 42px;
        height: 51px;
        right: 47px;
        top: 14px
    }
}

.faq__item-description {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 1s ease-in-out
}

.faq__item-description-inner {
    margin-bottom: 30px
}

.faq__item-description p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.32px;
    text-align: left
}

@media(max-width: 768px) {
    .faq__item-description p {
        font-size: 14px;
        line-height: 17.36px
    }
}

.faq__item-description ol {
    padding-left: 25px;
    margin-bottom: 30px
}

@media(max-width: 768px) {
    .faq__item-description ol {
        padding-left: 15px
    }
}

.faq__item-description ol li {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.32px;
    text-align: left
}

@media(max-width: 768px) {
    .faq__item-description ol li {
        font-size: 14px;
        line-height: 17.36px
    }
}

.credit-form {
    background: #0d0a21;
    padding-top: 118px;
    padding-bottom: 40px;
    min-height: 100vh;
    position: relative;
    overflow: hidden
}

@media(max-width: 768px) {
    .credit-form {
        padding-bottom: 52px;
        padding-top: 92px
    }
}

.credit-form .container {
    width: 1225px
}

.credit-form__breadcrumbs {
    font-size: 20px;
    font-weight: 400;
    line-height: 21.8px;
    color: #8089be;
    margin-bottom: 48px
}

.credit-form__breadcrumbs a {
    text-decoration: underline
}

@media(max-width: 768px) {
    .credit-form__breadcrumbs {
        display: none
    }
}

.credit-form__form-container {
    max-width: 590px;
    width: 100%;
    border-radius: 20px;
    background-color: #252237;
    padding: 34px 25px 42px 25px;
    height: 638px;
    display: flex;
    flex-direction: column;
    position: relative
}

@media(max-width: 768px) {
    .credit-form__form-container {
        min-height: 509px;
        height: unset
    }
}

@media(max-width: 480px) {
    .credit-form__form-container {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 29px
    }
}

.credit-form__form-container .image-left {
    position: absolute;
    top: 6px;
    left: -162px
}

.credit-form__form-container .image-right {
    position: absolute;
    bottom: 110px;
    right: -180px
}

@media(max-width: 991px) {
    .credit-form__form-container .image-right {
        display: none
    }
}

.credit-form__form {
    display: flex;
    flex-direction: column;
    align-items: center
}

.credit-form__title {
    font-size: 45px;
    font-weight: 400;
    line-height: 43.02px;
    color: #fff;
    margin-bottom: 36px;
    z-index: 2
}

@media(max-width: 480px) {
    .credit-form__title {
        font-size: 25px;
        line-height: 24px;
        margin-bottom: 35px
    }
}

.credit-form .progress-line {
    height: 8px;
    background-color: #39394d;
    width: 100%;
    position: relative;
    margin-bottom: 52px
}

@media(max-width: 480px) {
    .credit-form .progress-line {
        margin-top: -38px;
        margin-bottom: 32px
    }
}

.credit-form .progress-bar {
    height: 100%;
    width: 0%;
    transition: width 1s;
    background: linear-gradient(60.06deg, #AF33FE 9.02%, #5C32FF 92.09%)
}

.credit-form .progress-steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -25px
}

@media(max-width: 480px) {
    .credit-form .progress-steps {
        margin-top: -20px
    }
}

.credit-form .progress-steps li {
    min-width: 44px;
    max-width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 17.21px;
    color: #fff;
    border: 1px solid #9c3df6;
    background: #262338;
    transition: all 1s ease-in-out;
    position: relative;
    overflow: hidden
}

@media(max-width: 480px) {
    .credit-form .progress-steps li {
        min-width: 30px;
        max-width: 30px;
        height: 30px
    }
}

.credit-form .progress-steps li::before {
    content: "";
    position: absolute;
    background: linear-gradient(60.06deg, #AF33FE 9.02%, #5C32FF 92.09%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 1s ease-in-out
}

.credit-form .progress-steps li span {
    position: relative;
    z-index: 1
}

.credit-form .progress-steps li.active {
    border-color: rgba(0, 0, 0, 0)
}

.credit-form .progress-steps li.active::before {
    opacity: 1
}

.credit-form #multiStepForm {
    height: 100%;
    display: flex;
    flex-direction: column;
    z-index: 1
}

@media(max-width: 768px) {
    .credit-form #multiStepForm {
        min-height: 444px
    }
}

.credit-form .step {
    display: none
}

.credit-form .step h3 {
    font-size: 25px;
    font-weight: 400;
    line-height: 23.99px;
    text-align: center;
    color: #fff;
    margin-bottom: 19px
}

@media(max-width: 480px) {
    .credit-form .step h3 {
        font-size: 22px;
        line-height: 21px
    }
}

@media(max-width: 768px) {
    .credit-form .step.first {
        margin-bottom: 20px
    }
}

.credit-form .step.first ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px
}

.credit-form .step.first ul li {
    background: #3a394b;
    border-radius: 20px
}

.credit-form .step.first ul li label {
    display: block;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 17.21px;
    color: #fff;
    padding: 21.3px 20px 21.3px 67px;
    position: relative
}

@media(max-width: 480px) {
    .credit-form .step.first ul li label {
        padding-left: 62px;
        padding-right: 19px;
        padding-top: unset;
        padding-bottom: unset;
        height: 60px;
        display: flex;
        align-items: center
    }
}

.credit-form .step.first ul li label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #4a4959
}

.credit-form .step.first ul li input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.credit-form .step.first ul li input[type=radio]:checked+span::before {
    background: #4a4959
}

.credit-form .step.first ul li input[type=radio]:checked+span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -42px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(60.06deg, #AF33FE 9.02%, #5C32FF 92.09%)
}

@media(max-width: 480px) {
    .credit-form .step.first ul li input[type=radio]:checked+span::after {
        left: -38px
    }
}

.credit-form .step.first ul li span {
    position: relative;
    display: block
}

.credit-form .step.second .inner {
    background-color: #3a394b;
    border-radius: 20px
}

.credit-form .step.second select {
    padding: 21.5px 80px 21.5px 20px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 17.21px;
    color: #fff;
    width: 100%;
    border: none;
    appearance: none;
    font-family: "Ambassador", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("/assets/img/select-arrow.svg") no-repeat right 27px center
}

@media(max-width: 480px) {
    .credit-form .step.second select {
        padding-top: 21.5px;
        padding-bottom: 21.5px;
        padding-right: 50px
    }
}

.credit-form .step.second select.open {
    background: url("/assets/img/select-arrow-up.svg") no-repeat right 27px center
}

.credit-form .step.second select ::-ms-expand {
    display: none
}

.credit-form .step.second select:focus {
    outline: none;
    border: none
}

.credit-form .step.second select option {
    color: #fff;
    background-color: #3a394b;
    border: none;
    border-radius: 0px
}

.credit-form .step.third input,
.credit-form .step.fourth input,
.credit-form .step.fifth input,
.credit-form .step.start input {
    padding: 22px 20px 21px 20px;
    background-color: #3a394b;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 17.21px;
    color: #fff;
    width: 100%;
    border: none;
    font-family: "Ambassador", sans-serif
}

.credit-form .step.third input:focus,
.credit-form .step.fourth input:focus,
.credit-form .step.fifth input:focus,
.credit-form .step.start input:focus {
    outline: none
}

.credit-form .step.third input::-moz-placeholder,
.credit-form .step.fourth input::-moz-placeholder,
.credit-form .step.fifth input::-moz-placeholder,
.credit-form .step.start input::-moz-placeholder {
    color: #9d9ba8
}

.credit-form .step.third input::placeholder,
.credit-form .step.fourth input::placeholder,
.credit-form .step.fifth input::placeholder,
.credit-form .step.start input::placeholder {
    color: #9d9ba8
}

.credit-form .step.third input[type=number]::-webkit-outer-spin-button,
.credit-form .step.third input[type=number]::-webkit-inner-spin-button,
.credit-form .step.fourth input[type=number]::-webkit-outer-spin-button,
.credit-form .step.fourth input[type=number]::-webkit-inner-spin-button,
.credit-form .step.fifth input[type=number]::-webkit-outer-spin-button,
.credit-form .step.fifth input[type=number]::-webkit-inner-spin-button,
.credit-form .step.start input[type=text]::-webkit-outer-spin-button,
.credit-form .step.start input[type=text]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.credit-form .step.third input[type=number],
.credit-form .step.fourth input[type=number],
.credit-form .step.fifth input[type=number],
.credit-form .step.start input[type=text] {
    -moz-appearance: textfield
}

.credit-form .step.third input[type=number],
.credit-form .step.fourth input[type=number],
.credit-form .step.fifth input[type=number],
.credit-form .step.start input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.credit-form .step.active {
    display: block
}

.credit-form .btn-container {
    margin-top: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 22px
}

@media(max-width: 480px) {
    .credit-form .btn-container {
        row-gap: 19px
    }
}

.credit-form .btn-container #nextBtn {
    font-size: 22px;
    font-weight: 400;
    line-height: 21.03px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    background: linear-gradient(60.06deg, #AF33FE 9.02%, #5C32FF 92.09%);
    width: 100%;
    color: #fff;
    padding-top: 19.5px;
    padding-bottom: 19.5px;
    border: none;
    z-index: 1
}

.credit-form .btn-container #nextBtn:active {
    outline: none;
    border: none
}

@media(max-width: 480px) {
    .credit-form .btn-container #nextBtn {
        font-size: 20px;
        line-height: 19px;
        padding-top: 15.5px;
        padding-bottom: 15.5px
    }
}

.credit-form .btn-container #prevBtn {
    background-color: rgba(0, 0, 0, 0);
    display: inline-flex;
    border: none;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 21.03px;
    align-self: center;
    text-decoration: underline;
    z-index: 1
}

@media(max-width: 480px) {
    .credit-form .btn-container #prevBtn {
        font-size: 20px;
        line-height: 19px
    }
}

.credit-form__image-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px
}

@media(max-width: 768px) {
    .credit-form__image-bottom.desktop {
        display: none
    }
}

.credit-form__image-bottom.mobile {
    display: none
}

@media(max-width: 768px) {
    .credit-form__image-bottom.mobile {
        display: block;
        bottom: -35px
    }
}

.offers-hero {
    padding-top: 118px;
    background-color: #0d0a21;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    padding-bottom: 43px
}

@media(max-width: 768px) {
    .offers-hero {
        padding-top: 85px;
        border-bottom-right-radius: 50px;
        border-bottom-left-radius: 50px;
        padding-bottom: 37px
    }
}

.offers-hero .container {
    width: 1190px
}

.offers-hero__breadcrumbs {
    font-size: 20px;
    font-weight: 400;
    line-height: 21.8px;
    color: #8089be;
    margin-bottom: 10px
}

.offers-hero__breadcrumbs a {
    text-decoration: underline
}

@media(max-width: 768px) {
    .offers-hero__breadcrumbs {
        display: none
    }
}

.offers-hero__title {
    font-size: 45px;
    font-weight: 400;
    line-height: 43.02px;
    color: #fff
}

@media(max-width: 768px) {
    .offers-hero__title {
        font-size: 25px;
        line-height: 24px;
        padding-left: 20px;
        position: relative;
        z-index: 2
    }
}

.offers-lists {
    padding-top: 50px;
	position: relative;
	z-index: 2;
}

@media(max-width: 768px) {
    .offers-lists {
        padding-top: 40px
    }
}

.offers-lists .container {
    width: 1190px
}

@media(max-width: 1024px) {
    .offers-lists .container {
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

.offers-lists__list-item {
    border-radius: 20px;
    overflow: hidden;
	box-shadow: 0px 0px 5px -3px rgba(56, 40, 140, 0.8);
	
}

.offers-lists__list-item-image {
    width: 100%;
    display: block
}

.offers-lists__list-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(91.46deg, #0E0A22 1.24%, #38288C 129.25%);
    padding: 17px 38px 26px 38px
}

@media(max-width: 480px) {
    .offers-lists__list-item-inner {
        padding: 21px 18px 23px 18px
    }
}

.offers-lists__list-item-title {
    font-size: 25px;
    font-weight: 400;
    line-height: 23.99px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px
}

@media(max-width: 480px) {
    .offers-lists__list-item-title {
        font-size: 20px;
        line-height: 19.19px;
        margin-bottom: 10px
    }
}

.offers-lists__list-item-procent {
    font-size: 45px;
    font-weight: 400;
    line-height: 43.18px;
    text-align: center;
    background: linear-gradient(60.06deg, #AF33FE 9.02%, #5C32FF 92.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    color: rgba(0, 0, 0, 0);
    margin-bottom: 10px
}

@media(max-width: 480px) {
    .offers-lists__list-item-procent {
        margin-bottom: 10px
    }
}

.offers-lists__list-item-condition {
    font-size: 25px;
    font-weight: 400;
    line-height: 23.99px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px
}

@media(max-width: 480px) {
    .offers-lists__list-item-condition {
        font-size: 20px;
        line-height: 19.19px
    }
}

.offers-lists__list-item-info {
    font-size: 14px;
    font-weight: 400;
    line-height: 15.26px;
    color: #a7a7a7;
    text-decoration: underline;
    margin-bottom: 22px
}

@media(max-width: 480px) {
    .offers-lists__list-item-info {
        margin-bottom: 23px
    }
}

.offers-lists__list-item-submit {
    display: inline-flex;
    font-size: 22px;
    font-weight: 400;
    line-height: 21.03px;
    color: #fff;
    padding: 20px 42px 20px 43px;
    border-radius: 25px;
    background: linear-gradient(60.06deg, #AF33FE 9.02%, #5C32FF 92.09%);
    white-space: nowrap
}

@media(max-width: 480px) {
    .offers-lists__list-item-submit {
        font-size: 20px;
        line-height: 19.19px
    }
}

.offers-lists__top-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin-bottom: 100px
}

@media(max-width: 1024px) {
    .offers-lists__top-list {
        grid-template-columns: 1fr;
        row-gap: 30px;
        max-width: 552px;
        width: 100%
    }
}

@media(max-width: 768px) {
    .offers-lists__top-list {
        margin-bottom: 26px;
        row-gap: 10px
    }
}

.offers-lists__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 182px
}

@media(max-width: 768px) {
    .offers-lists__main {
        padding-bottom: 117px
    }
}

@media(max-width: 517px) {
    .offers-lists__main {
        padding-bottom: 73px
    }
}

.offers-lists__main-title {
    font-size: 45px;
    font-weight: 400;
    line-height: 43.18px;
    text-align: center;
    margin-bottom: 22px
}

@media(max-width: 768px) {
    .offers-lists__main-title {
        font-size: 25px;
        line-height: 24px;
        margin-bottom: 14px
    }
}

.offers-lists__main-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px
}

@media(max-width: 1024px) {
    .offers-lists__main-list {
        -moz-column-gap: 20px;
        column-gap: 20px
    }
}

@media(max-width: 768px) {
    .offers-lists__main-list {
        grid-template-columns: 1fr;
        max-width: 552px
    }
}

@media(max-width: 480px) {
    .offers-lists__main-list {
        row-gap: 10px
    }
}

.offers-lists__main-list-item {
    border-radius: 20px;
    overflow: hidden;
	box-shadow: 0px 0px 5px -3px rgba(56, 40, 140, 0.8);
}

.offers-lists__main-list-item-image {
    width: 100%;
    display: block
}

.offers-lists__main-list-item-inner {
    display: flex;
    align-items: center;
    -moz-column-gap: 37px;
    column-gap: 37px;
    padding: 115px 30px 29px 39px;
    margin-top: -98px;
    background: linear-gradient(91.46deg, #0E0A22 1.24%, #38288C 129.25%)
}

@media(max-width: 880px) {
    .offers-lists__main-list-item-inner {
        -moz-column-gap: 10px;
        column-gap: 10px
    }
}

@media(max-width: 768px) {
    .offers-lists__main-list-item-inner {
        flex-direction: column;
        row-gap: 23px;
        padding: 17px 38px 26px 38px;
        margin-top: 0px
    }
}

@media(max-width: 480px) {
    .offers-lists__main-list-item-inner {
        padding: 21px 18px 23px 18px
    }
}

.offers-lists__main-list-item-info {
    max-width: 274px;
    width: 100%
}

@media(max-width: 768px) {
    .offers-lists__main-list-item-info {
        max-width: unset;
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

.offers-lists__main-list-item-title {
    font-size: 25px;
    font-weight: 400;
    line-height: 23.99px;
    text-align: left;
    color: #fff;
    margin-bottom: 10px
}

@media(max-width: 480px) {
    .offers-lists__main-list-item-title {
        font-size: 20px;
        line-height: 19.19px;
        margin-bottom: 10px
    }
}

.offers-lists__main-list-item-procent {
    font-size: 45px;
    font-weight: 400;
    line-height: 43.18px;
    text-align: left;
    background: linear-gradient(60.06deg, #AF33FE 9.02%, #5C32FF 92.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    color: rgba(0, 0, 0, 0);
    margin-bottom: 10px
}

.offers-lists__main-list-item-condition {
    font-size: 25px;
    font-weight: 400;
    line-height: 23.99px;
    text-align: left;
    color: #fff;
    margin-bottom: 10px
}

@media(max-width: 480px) {
    .offers-lists__main-list-item-condition {
        font-size: 20px;
        line-height: 19.19px
    }
}

.offers-lists__main-list-item-button {
    font-size: 14px;
    font-weight: 400;
    line-height: 15.26px;
    text-align: left;
    color: #a7a7a7;
    text-decoration: underline
}

.offers-lists__main-list-item-submit {
    font-size: 22px;
    font-weight: 400;
    line-height: 21.03px;
    text-align: center;
    color: #fff;
    padding: 32px 29px;
    border-radius: 25px;
    background: linear-gradient(60.06deg, #AF33FE 9.02%, #5C32FF 92.09%)
}

@media(max-width: 768px) {
    .offers-lists__main-list-item-submit {
        padding: 20px 42px 20px 43px
    }
}

@media(max-width: 480px) {
    .offers-lists__main-list-item-submit {
        font-size: 20px;
        line-height: 19.19px
    }
}

.offers-lists__all-btn {
    padding: 20px 67px 20px 68px;
    border: none;
    border-radius: 25px;
    background-color: #e8e6f2;
    display: inline-block;
    margin-top: 30px
}

@media(max-width: 768px) {
    .offers-lists__all-btn {
        margin-top: 20px
    }
}

@media(max-width: 480px) {
    .offers-lists__all-btn {
        padding: 21px 73px 20px 73px
    }
}

.offers-lists__all-btn span {
    font-size: 22px;
    font-weight: 400;
    line-height: 21.03px;
    background: linear-gradient(60.06deg, #AF33FE 9.02%, #5C32FF 92.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    color: rgba(0, 0, 0, 0)
}

@media(max-width: 480px) {
    .offers-lists__all-btn span {
        font-size: 20px;
        line-height: 19.19px
    }
}

body.personal-data .footer {
    margin-top: 0px;
    padding-top: 25px
}

body.personal-data .footer .container {
    width: 1225px
}

.personal {
    padding-top: 140px;
    padding-bottom: 25px;
    background-color: #0d0a21
}

@media(max-width: 768px) {
    .personal {
        padding-bottom: 15px;
        padding-top: 90px
    }
}

.personal .container {
    width: 1225px
}

.personal__title {
    font-size: 45px;
    font-weight: 400;
    line-height: 43.18px;
    margin-bottom: 37px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2
}

@media(max-width: 768px) {
    .personal__title {
        font-size: 25px;
        line-height: 24px;
        margin-bottom: 20px
    }
}

.personal p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.32px;
    text-align: left;
    margin-bottom: 15px;
    color: #fff
}

@media(max-width: 768px) {
    .personal p {
        font-size: 16px;
        line-height: 20px
    }
}

.personal ol {
    display: flex;
    flex-direction: column;
    row-gap: 15px
}

@media(max-width: 768px) {
    .personal ol {
        padding-left: 20px
    }
}

.personal ol li {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.32px;
    text-align: left;
    color: #fff
}

@media(max-width: 768px) {
    .personal ol li {
        font-size: 16px;
        line-height: 20px
    }
}

.personal a {
    text-decoration: underline
}

.personal strong {
    font-weight: 700
}

body.info-agreement footer {
    margin-top: 0px;
    padding-top: 25px
}

body.info-agreement footer .container {
    width: 1225px
}

.info {
    padding-top: 140px;
    padding-bottom: 25px;
    background-color: #0d0a21
}

@media(max-width: 768px) {
    .info {
        padding-bottom: 15px;
        padding-top: 90px
    }
}

.info .container {
    width: 1225px
}

.info__title {
    font-size: 45px;
    font-weight: 400;
    line-height: 43.18px;
    margin-bottom: 37px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2
}

@media(max-width: 768px) {
    .info__title {
        font-size: 25px;
        line-height: 24px;
        margin-bottom: 20px
    }
}

.info h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px;
    color: #fff;
    position: relative
}

@media(max-width: 768px) {
    .info h2 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 20px
    }
}

.info p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.32px;
    text-align: left;
    margin-bottom: 15px;
    color: #fff
}

.info p:last-child {
    margin-bottom: 0px
}

@media(max-width: 768px) {
    .info p {
        font-size: 16px;
        line-height: 20px
    }
}

.info ol {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin-bottom: 15px
}

@media(max-width: 768px) {
    .info ol {
        padding-left: 20px
    }
}

.info ol li {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.32px;
    text-align: left;
    color: #fff
}

@media(max-width: 768px) {
    .info ol li {
        font-size: 16px;
        line-height: 20px
    }
}

.info ol ol {
    margin-bottom: 0px
}

.info ul {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin-bottom: 15px
}

.info ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.32px;
    text-align: left;
    color: #fff
}

@media(max-width: 768px) {
    .info ul li {
        font-size: 16px;
        line-height: 20px
    }
}

.info ul ul {
    margin-bottom: 0px
}

.info a {
    text-decoration: underline
}

.info strong {
    font-weight: 700
}

body.unsuccess {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100cqh;
    background: #0d0a21
}

body.unsuccess .footer {
    margin-top: auto;
    padding-top: 100px
}

body.unsuccess .footer .container {
    width: 1225px
}

@media(max-width: 768px) {
    body.unsuccess .footer {
        padding-top: 50px
    }
}

.unsuccess-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 200px
}

@media(max-width: 768px) {
    .unsuccess-main {
        padding-top: 150px
    }
}

.unsuccess-main h1 {
    font-size: 45px;
    font-weight: 400;
    line-height: 43.18px;
    color: #fff;
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 100px;
    text-transform: uppercase
}

@media(max-width: 768px) {
    .unsuccess-main h1 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 45px
    }
}

.unsuccess-main h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    position: relative;
    z-index: 2;
    text-align: center;
    text-transform: uppercase
}

@media(max-width: 768px) {
    .unsuccess-main h2 {
        font-size: 26px;
        line-height: 26px
    }
}

body.unsubscribe {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100cqh;
    background: #0d0a21
}

body.unsubscribe .footer {
    margin-top: auto;
    padding-top: 100px
}

body.unsubscribe .footer .container {
    width: 1225px
}

@media(max-width: 768px) {
    body.unsubscribe .footer {
        padding-top: 50px
    }
}

.unsubscribe-main {
    padding-top: 200px
}

@media(max-width: 768px) {
    .unsubscribe-main {
        padding-top: 150px
    }
}

.unsubscribe-main .container {
    display: flex;
    justify-content: center
}

.unsubscribe-main__inner {
    max-width: 919px;
    width: 100%;
    border-radius: 20px;
    background-color: #252237;
    padding: 40px;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: flex-start
}

@media(max-width: 480px) {
    .unsubscribe-main__inner {
        padding: 20px
    }
}

.unsubscribe-main__btn-back {
    color: #fff;
    position: relative;
    margin-bottom: 20px
}

.unsubscribe-main__btn-back::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: currentColor;
    bottom: -1px;
    left: 0px;
    transition: all .3s ease-in-out
}

.unsubscribe-main__btn-back:hover::before {
    width: 100%
}

.unsubscribe-main__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    position: relative;
    z-index: 2;
    margin-bottom: 20px
}

@media(max-width: 768px) {
    .unsubscribe-main__title {
        font-size: 20px;
        line-height: 20px
    }
}

.unsubscribe-main__description {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 40px
}

@media(max-width: 768px) {
    .unsubscribe-main__description {
        font-size: 18px;
        line-height: 18px
    }
}

.unsubscribe-main__form {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 40px
}

.unsubscribe-main__form-field {
    display: flex;
    align-items: center;
    -moz-column-gap: 80px;
    column-gap: 80px;
    width: 100%
}

@media(max-width: 768px) {
    .unsubscribe-main__form-field {
        flex-direction: column;
        row-gap: 20px;
        align-items: flex-start
    }
}

.unsubscribe-main__form label, #multiStepForm .step.start label {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap
}

@media(max-width: 480px) {
    .unsubscribe-main__form label, #multiStepForm .step.start label {
        font-size: 18px;
        line-height: 18px
    }
}

.unsubscribe-main__form label sup, #multiStepForm .step.start label sup {
    color: red
}

.unsubscribe-main__form input {
    width: 100%;
    padding: 22px 20px 21px 20px;
    background-color: #3a394b;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 17.21px;
    color: #fff;
    width: 100%;
    border: none;
    font-family: "Ambassador", sans-serif
}

.unsubscribe-main__form input:focus {
    outline: none
}

.unsubscribe-main__form-submit {
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    padding: 20px 42px 20px 43px;
    border-radius: 25px;
    background: linear-gradient(60.06deg, #AF33FE 9.02%, #5C32FF 92.09%);
    position: relative;
    z-index: 1;
    white-space: nowrap;
    border: none;
    margin-left: auto
}

@media(max-width: 768px) {
    .unsubscribe-main__form-submit {
        margin-left: unset
    }
}

@media(max-width: 480px) {
    .unsubscribe-main__form-submit {
        font-size: 18px
    }
}

.custom-message {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    justify-content: center;
    align-items: center;
    z-index: 1000
}

.custom-message-content {
    background-color: #0d0a21;
    border-radius: 5px;
    border: 1px solid #5127a6;
    padding: 20px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media(max-width: 480px) {
    .custom-message-content {
        max-width: 100%;
        width: 95vw
    }
}

.custom-message p {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400
}

@media(max-width: 480px) {
    .custom-message p {
        font-size: 14px;
        line-height: 14px
    }
}

.custom-message button, .toast button {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
	min-width: 45px;
    display: inline-block;
    border-radius: 25px;
    background: linear-gradient(60.06deg, #AF33FE 9.02%, #5C32FF 92.09%);
    color: #fff;
    padding: 10px 13px 10px 13px;
    border: none;
    cursor: pointer
}

.custom-message button:hover, .toast button:hover {
     background: linear-gradient(60.06deg, #AF33FE 19.02%, #5C32FF 72.09%);
}

.toast {
	display: none;
    position: fixed;
	top: 0;
	left: 150px;
	z-index: 1000;
	width: 300px;
	margin-top: 20px;
	padding: 10px 20px;
	background-color: #0d0a21;
    border-radius: 5px;
    border: 1px solid #5127a6;   
	flex-direction: column;
}

.toast .toast-body {
	display: flex;
	align-items: center;
	color: #fff;
}

@media(max-width: 480px) {
    .toast {
      width: 90%;
      left: 50%;
	  transform: translateX(-50%);
    }
}

.questions {
    background: #0d0a21;
    padding-top: 118px;
    padding-bottom: 40px;
    min-height: 100vh;
    position: relative;
    overflow: hidden
}

@media(max-width: 768px) {
    .questions {
        padding-bottom: 52px;
        padding-top: 92px
    }
}

.questions .container {
    width: 1225px
}

.questions__breadcrumbs {
    font-size: 20px;
    font-weight: 400;
    line-height: 21.8px;
    color: #8089be;
    margin-bottom: 48px
}

.questions__breadcrumbs a {
    text-decoration: underline
}

@media(max-width: 768px) {
    .questions__breadcrumbs {
        display: none
    }
}

.questions__form-container {
    max-width: 620px;
    width: 100%;
    border-radius: 20px;
    background-color: #252237;
    padding: 34px 25px 42px 25px;
    height: 695px;
    display: flex;
    flex-direction: column;
    position: relative
}

@media(max-width: 768px) {
    .questions__form-container {
        min-height: 509px;
        height: unset
    }
}

@media(max-width: 480px) {
    .questions__form-container {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 29px
    }
}

.questions__form-container .image-left {
    position: absolute;
    top: 6px;
    left: -162px
}

.questions__form-container .image-right {
    position: absolute;
    bottom: 110px;
    right: -180px
}

@media(max-width: 991px) {
    .questions__form-container .image-right {
        display: none
    }
}

.questions__form {
    display: flex;
    flex-direction: column;
    align-items: center
}

.questions__title {
    font-size: 45px;
    font-weight: 400;
    line-height: 43.02px;
    color: #fff;
    margin-bottom: 36px;
    z-index: 2
}

@media(max-width: 480px) {
    .questions__title {
        font-size: 25px;
        line-height: 24px;
        margin-bottom: 35px
    }
}

.questions .progress-line {
    height: 8px;
    background-color: #39394d;
    width: 100%;
    position: relative;
    margin-bottom: 52px
}

@media(max-width: 480px) {
    .questions .progress-line {
        margin-top: -38px;
        margin-bottom: 32px
    }
}

.questions .progress-bar {
    height: 100%;
    width: 0%;
    transition: width 1s;
    background: linear-gradient(60.06deg, #AF33FE 9.02%, #5C32FF 92.09%)
}

.questions .progress-steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -25px
}

@media(max-width: 480px) {
    .questions .progress-steps {
        margin-top: -20px
    }
}

.questions .progress-steps li {
    min-width: 44px;
    max-width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 17.21px;
    color: #fff;
    border: 1px solid #9c3df6;
    background: #262338;
    transition: all 1s ease-in-out;
    position: relative;
    overflow: hidden
}

@media(max-width: 480px) {
    .questions .progress-steps li {
        min-width: 30px;
        max-width: 30px;
        height: 30px
    }
}

.questions .progress-steps li::before {
    content: "";
    position: absolute;
    background: linear-gradient(60.06deg, #AF33FE 9.02%, #5C32FF 92.09%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 1s ease-in-out
}

.questions .progress-steps li span {
    position: relative;
    z-index: 1
}

.questions .progress-steps li.active {
    border-color: rgba(0, 0, 0, 0)
}

.questions .progress-steps li.active::before {
    opacity: 1
}

.questions #questionsStepForm {
    height: 100%;
    display: flex;
    flex-direction: column;
    z-index: 1
}

@media(max-width: 768px) {
    .questions #questionsStepForm {
        min-height: 444px
    }
}

.questions .step {
    display: none;
    margin-bottom: 20px
}

.questions .step h3 {
    font-size: 25px;
    font-weight: 400;
    line-height: 23.99px;
    text-align: center;
    color: #fff;
    margin-bottom: 19px
}

@media(max-width: 480px) {
    .questions .step h3 {
        font-size: 22px;
        line-height: 21px
    }
}

.questions .step.first h3 {
    margin-bottom: 35px
}

@media(max-width: 768px) {
    .questions .step.first,
    .questions .step.second,
    .questions .step.third,
    .questions .step.fourth {
        margin-bottom: 20px
    }
}

.questions .step.first ul,
.questions .step.second ul,
.questions .step.third ul,
.questions .step.fourth ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px
}

.questions .step.first ul li,
.questions .step.second ul li,
.questions .step.third ul li,
.questions .step.fourth ul li {
    background: #3a394b;
    border-radius: 20px
}

.questions .step.first ul li label,
.questions .step.second ul li label,
.questions .step.third ul li label,
.questions .step.fourth ul li label {
    display: block;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 17.21px;
    color: #fff;
    padding: 21.3px 20px 21.3px 67px;
    position: relative
}

@media(max-width: 480px) {
    .questions .step.first ul li label,
    .questions .step.second ul li label,
    .questions .step.third ul li label,
    .questions .step.fourth ul li label {
        padding-left: 62px;
        padding-right: 19px;
        padding-top: 10px;
        padding-bottom: 10px;
        min-height: 60px;
        display: flex;
        align-items: center;
        font-size: 16px;
        line-height: 15.21px
    }
}

.questions .step.first ul li label::before,
.questions .step.second ul li label::before,
.questions .step.third ul li label::before,
.questions .step.fourth ul li label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #4a4959
}

.questions .step.first ul li input[type=radio],
.questions .step.second ul li input[type=radio],
.questions .step.third ul li input[type=radio],
.questions .step.fourth ul li input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.questions .step.first ul li input[type=radio]:checked+span::before,
.questions .step.second ul li input[type=radio]:checked+span::before,
.questions .step.third ul li input[type=radio]:checked+span::before,
.questions .step.fourth ul li input[type=radio]:checked+span::before {
    background: #4a4959
}

.questions .step.first ul li input[type=radio]:checked+span::after,
.questions .step.second ul li input[type=radio]:checked+span::after,
.questions .step.third ul li input[type=radio]:checked+span::after,
.questions .step.fourth ul li input[type=radio]:checked+span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -42px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(60.06deg, #AF33FE 9.02%, #5C32FF 92.09%)
}

@media(max-width: 480px) {
    .questions .step.first ul li input[type=radio]:checked+span::after,
    .questions .step.second ul li input[type=radio]:checked+span::after,
    .questions .step.third ul li input[type=radio]:checked+span::after,
    .questions .step.fourth ul li input[type=radio]:checked+span::after {
        left: -38px
    }
}

.questions .step.first ul li span,
.questions .step.second ul li span,
.questions .step.third ul li span,
.questions .step.fourth ul li span {
    position: relative;
    display: block
}

.questions .step.fifth textarea {
    padding: 22px 20px 21px 20px;
    background-color: #3a394b;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 17.21px;
    color: #fff;
    width: 100%;
    border: none;
    font-family: "Ambassador", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 17.21px
}

.questions .step.fifth textarea:focus {
    outline: none
}

.questions .step.fifth textarea::-moz-placeholder {
    color: #9d9ba8
}

.questions .step.fifth textarea::placeholder {
    color: #9d9ba8
}

@media(max-width: 480px) {
    .questions .step.fifth textarea {
        font-size: 16px;
        font-weight: 400;
        line-height: 15.21px
    }
}

.questions .step.active {
    display: block
}

.questions .btn-container {
    margin-top: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 22px
}

@media(max-width: 480px) {
    .questions .btn-container {
        row-gap: 19px
    }
}

.questions .btn-container #nextBtn {
    font-size: 22px;
    font-weight: 400;
    line-height: 21.03px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    background: linear-gradient(60.06deg, #AF33FE 9.02%, #5C32FF 92.09%);
    width: 100%;
    color: #fff;
    padding-top: 19.5px;
    padding-bottom: 19.5px;
    border: none;
    z-index: 1
}

.questions .btn-container #nextBtn:active {
    outline: none;
    border: none
}

@media(max-width: 480px) {
    .questions .btn-container #nextBtn {
        font-size: 20px;
        line-height: 19px;
        padding-top: 15.5px;
        padding-bottom: 15.5px
    }
}

.questions .btn-container #prevBtn {
    background-color: rgba(0, 0, 0, 0);
    display: inline-flex;
    border: none;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 21.03px;
    align-self: center;
    text-decoration: underline;
    z-index: 1
}

@media(max-width: 480px) {
    .questions .btn-container #prevBtn {
        font-size: 20px;
        line-height: 19px
    }
}

.questions__image-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px
}

@media(max-width: 768px) {
    .questions__image-bottom.desktop {
        display: none
    }
}

.questions__image-bottom.mobile {
    display: none
}

@media(max-width: 768px) {
    .questions__image-bottom.mobile {
        display: block;
        bottom: -35px
    }
}