@font-face {
    font-family: "Circe-Light";
    src: url(../fonts/circe/Circe-Light.woff2) format("woff2"), url(../fonts/circe/Circe-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Circe";
    src: url(../fonts/circe/Circe.woff2) format("woff2"), url(../fonts/circe/Circe.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Circe-Bold";
    src: url(../fonts/circe/Circe-Bold.woff2) format("woff2"), url(../fonts/circe/Circe-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    font-size: 16px;
    line-height: 1.25rem;
    font-family: "Circe-Light", sans-serif;
    color: #fff;
    scroll-behavior: smooth;
}

@media (max-width: 768px) {
    html {
        font-size: 16px;
        width: 100%;
        overflow-x: hidden;
    }
}

body {
    max-width: 90rem;
    min-width: 20rem;
    margin: 0 auto;
    line-height: 1.25;
    background-color: #7d2aeb;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

button {
    background: 0 0;
    border: 0;
    outline: 0;
}

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

.scroll-lock {
    overflow: hidden;
}

.title-1 {
    font-family: "Circe-Bold", sans-serif;
    font-size: 4.0625rem;
    line-height: 4.0625rem;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .title-1 {
        font-size: 1.5625rem;
        line-height: 1.5625rem;
    }
}

.title-2 {
    font-family: "Circe-Bold", sans-serif;
    font-size: 3.4375rem;
    line-height: 3.4375rem;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .title-2 {
        font-size: 1.5625rem;
        line-height: 1.5625rem;
    }
}

.aside-container {
    width: 40%;
    height: 81.25rem;
    position: absolute;
    top: 31.25rem;
}

@media (max-width: 1024px) {
    .aside-container {
        width: unset;
        position: static;
        height: unset;
        top: unset;
    }
}

.aside-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 2.5rem 2.1875rem;
    width: 28.125rem;
    height: 26.875rem;
    position: -webkit-sticky;
    position: sticky;
    top: 10vh;
    left: 5.625rem;
    border: 0.0625rem dashed #fff;
    -webkit-border-radius: 1.25rem;
    -moz-border-radius: 1.25rem;
    border-radius: 1.25rem;
    background: #7d2aeb;
    z-index: 6;
}

@media (max-width: 1024px) {
    .aside-form {
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
        height: auto;
        margin: 0 auto 2.5rem;
        padding: 1.25rem;
        position: relative;
        left: unset;
        top: unset;
    }
}

.aside-form__form-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
}

@media (max-width: 1024px) {
    .aside-form__form-top {
        margin-bottom: 0.75rem;
    }
}

.aside-form__title {
    position: relative;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 1.25rem;
    font-family: 'Circe-Bold', sans-serif;
    font-size: 1.5625rem;
}

@media (max-width: 1024px) {
    .aside-form__title {
        font-size: 16px;
    }
}

.aside-form__title::after {
    content: "";
    width: 8.4375rem;
    height: 0.5rem;
    position: absolute;
    right: 0;
    bottom: -0.4375rem;
    background: url(../img/img-decor-underline.svg);
}

@media (max-width: 1024px) {
    .aside-form__title::after {
        width: 5.4375rem;
        height: 0.3125rem;
    }
}

.aside-form__question {
    margin-bottom: 0.625rem;
    -webkit-align-self: flex-start;
    align-self: flex-start;
}

.aside-form__theme {
    width: 100%;
    height: 3rem;
    margin-bottom: 1rem;
    padding: 0.875rem 1.0625rem;
    color: #93a1c8;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 1024px) {
    .aside-form__theme {
        font-size: 0.875rem;
    }
}

.aside-form__email {
    width: 100%;
    height: 3rem;
    padding: 0.875rem 1.0625rem;
    color: #93a1c8;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 1024px) {
    .aside-form__email {
        font-size: 0.875rem;
    }
}

.aside-form__form-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1024px) {
    .aside-form__form-bottom {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

.aside-form__promo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.625rem;
}

@media (max-width: 1024px) {
    .aside-form__promo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: unset;
        -webkit-align-items: unset;
        -moz-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        margin-bottom: 0.875rem;
    }
}

.aside-form__promo-left {
    width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 1024px) {
    .aside-form__promo-left {
        width: 60%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-self: flex-end;
        align-self: flex-end;
    }
}

.aside-form__promo-img {
    margin-right: 0.9375rem;
}

@media (max-width: 1024px) {
    .aside-form__promo-img {
        width: 2rem;
        height: 2.625rem;
        margin-right: 0;
    }
}

.aside-form__promo-text {
    font-size: 0.875rem;
}

@media (max-width: 1024px) {
    .aside-form__promo-text {
        margin-right: 1rem;
        font-size: 0.75rem;
    }
}

.aside-form__promo-right {
    width: 60%;
}

@media (max-width: 1024px) {
    .aside-form__promo-right {
        width: auto;
        margin-top: -1.25rem;
    }
}

.aside-form__promo-title {
    margin-bottom: 0.625rem;
}

.aside-form__promo-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.875rem 1.0625rem;
    background: #fff;
    -webkit-border-radius: 0.3125rem;
    -moz-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
}

.aside-form__promo-field-text {
    text-transform: uppercase;
    color: #000;
}

.aside-form__promo-field-status {
    color: #7d2aeb;
}

.aside-form__form-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Circe-Bold", sans-serif;
    width: 100%;
    height: 3rem;
    color: #000;
    background: #ffd304;
    -webkit-border-radius: 0.3125rem;
    -moz-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    cursor: pointer;
}

.aside-form__form-btn:hover,
.aside-form__form-btn:focus,
.aside-form__form-btn:active {
    background: #eac100;
}

.footer {
    background: #0d1d4a;
}

.footer__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2.0625rem 5.5rem;
}

@media (max-width: 768px) {
    .footer__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 2rem 1.25rem;
    }
}

.footer__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    padding-right: 1.875rem;
    border-right: 1px solid #fff;
}

@media (max-width: 768px) {
    .footer__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1rem;
        padding-right: 0;
        border-right: none;
    }
}

.footer__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 768px) {
    .footer__contacts {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.footer__phone {
    margin-bottom: 0.5rem;
    font-family: "Circe-Bold", sans-serif;
    font-size: 1.125rem;
    color: #fff;
}

.footer__opening-hours {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.footer__email {
    font-family: "Circe-Bold", sans-serif;
    font-size: 0.875rem;
    color: #fff;
}

.footer__help {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 1024px) {
    .footer__help {
        display: none;
    }
}

.footer__help-title {
    margin-bottom: 0.875rem;
    font-size: 0.875rem;
}

.footer__help-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__help-item {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.8125rem;
    cursor: pointer;
}

.footer__help-item:last-child {
    margin-right: 0;
}

.footer__help-link {
    display: block;
    width: 100%;
    height: 100%;
}

.footer .vkontakte {
    background: url(../img/img-icon-vkontakte.svg);
}

.footer .telegram {
    background: url(../img/img-icon-telegram.svg);
}

.footer .viber {
    background: url(../img/img-icon-viber.svg);
}

.footer__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 3;
    -webkit-flex-grow: 3;
    -moz-box-flex: 3;
    flex-grow: 3;
}

@media (max-width: 1024px) {
    .footer__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.footer__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 1024px) {
    .footer__social {
        display: none;
    }
}

.footer__social--mobile {
    display: none;
}

@media (max-width: 1024px) {
    .footer__social--mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1rem;
    }
}

.footer__social-title {
    margin-bottom: 0.875rem;
    font-size: 0.875rem;
}

.footer__social-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__social-item {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.8125rem;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .footer__social-item {
        margin-right: 0.625rem;
    }
}

.footer__social-item:last-child {
    margin-right: 0;
}

.footer__social-link {
    display: block;
    width: 100%;
    height: 100%;
}

.footer .instagram {
    background: url(../img/img-icon-instagram.svg);
}

.footer .youtube {
    background: url(../img/img-icon-youtube.svg);
}

.footer .facebook {
    background: url(../img/img-icon-facebook.svg);
}

.footer__app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1024px) {
    .footer__app {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer__app-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 10.75rem;
    height: 4.5rem;
    margin-right: 1.0625rem;
    border: 1px solid #fff;
    -webkit-border-radius: 0.3125rem;
    -moz-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
}

@media (max-width: 1024px) {
    .footer__app-link {
        width: 8.4375rem;
        height: 3rem;
        margin-right: 0.625rem;
    }
}

.footer__app-link:last-child {
    margin-right: 0;
}

.footer .appstore {
    width: 7.625rem;
}

@media (max-width: 1024px) {
    .footer .appstore {
        width: 6.125rem;
    }
}

.footer .googleplay {
    width: 8.125rem;
}

@media (max-width: 1024px) {
    .footer .googleplay {
        width: 6.5rem;
    }
}

.layout-1 {
    padding: 4.0625rem 5.625rem 0;
    position: relative;
    overflow: hidden;
    background: url(../img/img-bg-outline.svg) no-repeat right bottom, url(../img/img-bg-nurlan.png) no-repeat right top/825px 768px,
    url(../img/img-decor-spot1.svg) no-repeat 50px 160px/545px 106px;
}

@media (max-width: 1024px) {
    .layout-1 {
        min-height: 21rem;
        margin-bottom: 1.25rem;
        padding: 1.25rem 1.25rem 0;
        background: url(../img/img-bg-outline.svg) no-repeat 130px bottom/contain, url(../img/img-bg-nurlan-mobile.png) no-repeat right 60px,
        url(../img/img-decor-spot1.svg) no-repeat -70px 90px / contain;
    }
}

.layout-1-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5.625rem;
}

@media (max-width: 1024px) {
    .layout-1-header {
        margin-bottom: 3.125rem;
    }
}

.layout-1-header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.layout-1-header__logo-img {
    width: 12.125rem;
    margin-right: 0.9375rem;
}

@media (max-width: 1024px) {
    .layout-1-header__logo-img {
        width: 9.125rem;
        margin-right: 0;
    }
}

@media (max-width: 1024px) {
    .layout-1-header__logo-text {
        display: none;
    }
}

.layout-1-header__nav-btn {
    position: relative;
    font-family: "Circe-Bold", sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase;
    padding: 0.625rem 1.875rem;
    color: #fff;
    -webkit-border-radius: 1.25rem;
    -moz-border-radius: 1.25rem;
    border-radius: 1.25rem;
    border: 0.125rem solid #fff;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
}

@media (max-width: 1024px) {
    .layout-1-header__nav-btn {
        display: none;
    }
}

.layout-1-header__nav-btn:hover,
.layout-1-header__nav-btn:focus,
.layout-1-header__nav-btn:active {
    background-color: #fff;
    color: #7d2aeb;
}

.layout-1-header__user {
    display: none;
}

@media (max-width: 1024px) {
    .layout-1-header__user {
        display: block;
        width: 20px;
        height: 20px;
        background: url(../img/img-icon-user.svg) no-repeat center center;
        cursor: pointer;
    }
}

.layout-1__main {
    height: 34.375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

@media (max-width: 1024px) {
    .layout-1__main {
        height: auto;
    }
}

.layout-1__info {
    width: 55%;
    position: relative;
}

@media (max-width: 1024px) {
    .layout-1__info {
        width: 65%;
    }
}

.layout-1__title {
    position: relative;
    margin-bottom: 1.25rem;
}

@media (max-width: 1024px) {
    .layout-1__title {
        margin-bottom: 1rem;
        font-size: 1.375rem;
        line-height: 2.5rem;
    }
}

.layout-1__subtitle {
    position: relative;
    font-weight: 700;
    font-size: 1.5625rem;
}

@media (max-width: 1024px) {
    .layout-1__subtitle {
        font-size: 16px;
        line-height: 2rem;
    }
}

.how-it-works {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 100px;
    padding: 4.0625rem 5.625rem 0;
    background: url(../img/img-decor-spot2.svg) no-repeat 700px 50px;
}

@media (max-width: 1024px) {
    .how-it-works {
        -webkit-box-pack: unset;
        -webkit-justify-content: unset;
        -moz-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        margin-bottom: 2.5rem;
        padding: 0 1.25rem;
        background: url(../img/img-decor-spot2.svg) no-repeat center top/contain;
    }
}

.how-it-works__container {
    width: 55%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: url(../img/img-decor-dots.svg) no-repeat bottom right;
}

@media (max-width: 1024px) {
    .how-it-works__container {
        width: 100%;
        background: 0 0;
    }
}

.how-it-works__title {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    margin-bottom: 1.25rem;
}

@media (max-width: 1024px) {
    .how-it-works__title {
        margin-bottom: 0.625rem;
        font-size: 1.375rem;
    }
}

.how-it-works__list-block {
    -webkit-align-self: flex-start;
    align-self: flex-start;
}

.how-it-works__list-title {
    font-family: "Circe-Bold", sans-serif;
    margin-bottom: 3.4375rem;
    font-size: 1.5625rem;
}

@media (max-width: 1024px) {
    .how-it-works__list-title {
        margin-bottom: 0.875rem;
        font-size: 1.0625rem;
        line-height: 1.9375rem;
    }
}

.how-it-works__list {
    padding-left: 6.875rem;
}

.how-it-works__list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 4.1875rem;
    margin-bottom: 0.875rem;
    position: relative;
}

.how-it-works__list-item::before {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    content: "✍️";
    width: 4.1875rem;
    height: 4.1875rem;
    position: absolute;
    left: -6.875rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.5625rem;
    background: #a968ff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 1024px) {
    .how-it-works__list-item::before {
        left: -6.25rem;
    }
}

.how-it-works__list-item:first-child::before {
    content: "✍️";
}

.how-it-works__list-item:nth-child(2)::before {
    content: "🕘";
}

.how-it-works__list-item:nth-child(3)::before {
    content: "💸️";
}

.how-it-works__list-item:last-child::before {
    content: "👍";
}

.disciplines {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 5.625rem;
    background: url(../img/img-decor-spot3.svg) no-repeat 780px 0;
}

@media (max-width: 1024px) {
    .disciplines {
        padding: 0 1.25rem 1.25rem;
        background: url(../img/img-decor-spot3.svg) no-repeat bottom center/contain;
    }
}

.disciplines__container {
    width: 60%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1024px) {
    .disciplines__container {
        width: 100%;
    }
}

.disciplines__title {
    margin-bottom: 2.1875rem;
}

@media (max-width: 1024px) {
    .disciplines__title {
        margin-bottom: 0.875rem;
        font-size: 1.3125rem;
    }
}

.disciplines__subtitle {
    position: relative;
    margin-bottom: 1.5625rem;
    font-family: "Circe-Bold", sans-serif;
    font-size: 5.625rem;
    text-transform: uppercase;
    color: #ffd304;
}

@media (max-width: 1024px) {
    .disciplines__subtitle {
        margin-bottom: 0.875rem;
        font-size: 1.875rem;
    }
}

.disciplines__subtitle::before {
    content: "👉";
    position: absolute;
    left: -4.375rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 3.4375rem;
}

@media (max-width: 1024px) {
    .disciplines__subtitle::before {
        font-size: 1.5625rem;
        left: -3.125rem;
    }
}

.disciplines__subtitle::after {
    content: "👈";
    position: absolute;
    right: -4.375rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 3.4375rem;
}

@media (max-width: 1024px) {
    .disciplines__subtitle::after {
        font-size: 1.5625rem;
        right: -3.125rem;
    }
}

.disciplines__more-info-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5625rem 1rem;
    font-size: 0.6875rem;
    text-transform: uppercase;
    color: #fff;
    background: #6435a5;
    -webkit-border-radius: 2.875rem;
    -moz-border-radius: 2.875rem;
    border-radius: 2.875rem;
}

.disciplines__more-info-btn:hover,
.disciplines__more-info-btn:focus,
.disciplines__more-info-btn:active {
    background: #7d49c4;
}

.reviews {
    padding: 4.0625rem 5.625rem 6.25rem;
    background: url(../img/img-decor-spot4.svg) no-repeat center top;
}

@media (max-width: 1024px) {
    .reviews {
        padding: 1.25rem 1.25rem 3.125rem;
    }
}

.reviews__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.reviews__title {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    margin-bottom: 2.5rem;
}

@media (max-width: 1024px) {
    .reviews__title {
        -webkit-align-self: center;
        align-self: center;
        font-size: 1.3125rem;
        margin-bottom: 1.25rem;
    }
}

.reviews__swiper-block {
    position: relative;
}

.reviews__swiper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .reviews__swiper {
        overflow: unset;
    }
}

.reviews__btn-prev {
    left: -1.5rem;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 1024px) {
    .reviews__btn-prev {
        left: -1rem;
    }
}

.reviews__btn-next {
    right: -1.5rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1024px) {
    .reviews__btn-next {
        right: -1rem;
    }
}

.swiper-btn {
    position: absolute;
    top: 50%;
    width: 3rem;
    height: 3rem;
    background: #a968ff url(../img/img-icon-arrow.svg) no-repeat center;
    border: 0.3125rem solid #7d2aeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}

@media (max-width: 1024px) {
    .swiper-btn {
        width: 2rem;
        height: 2rem;
        background: #a968ff url(../img/img-icon-arrow.svg) no-repeat center/16px 8px;
        border: 0.1875rem solid #7d2aeb;
    }
}

.swiper-btn:hover,
.swiper-btn:focus,
.swiper-btn:active {
    background-color: #8c35ff;
}

.swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.card-review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 25.5rem;
    margin-right: 1.25rem;
    padding: 2.8125rem 2.5rem;
    background: #fff url(../img/img-decor-quotes.svg) no-repeat 95% 95%;
    -webkit-border-radius: 1.5625rem;
    -moz-border-radius: 1.5625rem;
    border-radius: 1.5625rem;
}

@media (max-width: 1024px) {
    .card-review {
        padding: 1.125rem 1.375rem;
        background: #f1f4f9 url(../img/img-decor-quotes-white.svg) no-repeat 95% 95%;
    }
}

.card-review__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.875rem;
}

@media (max-width: 1024px) {
    .card-review__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.card-review__top-meta {
    font-size: 0.75rem;
    color: #0d1d4a;
}

@media (max-width: 1024px) {
    .card-review__top-meta {
        margin-bottom: 0.625rem;
    }
}

.card-review__top-date {
    font-size: 0.75rem;
    color: #93a1c8;
}

.card-review__main {
    margin-bottom: 0.75rem;
}

.card-review__main-category {
    font-family: "Circe-Bold", sans-serif;
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
    color: #0d1d4a;
}

@media (max-width: 1024px) {
    .card-review__main-category {
        margin-bottom: 0.5rem;
        font-size: 0.875rem;
    }
}

.card-review__main-text {
    margin-bottom: 0.75rem;
    color: #0d1d4a;
}

.card-review__main-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-review__main-rating-text {
    margin-right: 0.625rem;
    font-family: "Circe-Bold", sans-serif;
    font-size: 1.125rem;
    color: #0d1d4a;
}

@media (max-width: 1024px) {
    .card-review__main-rating-text {
        font-size: 0.875rem;
    }
}

.card-review__main-rating-value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1.5rem;
    padding: 0 0.5625rem 0 1.625rem;
    font-family: "Circe-Bold", sans-serif;
    font-size: 0.875rem;
    background: #ffd304 url(../img/img-icon-star.svg) no-repeat 0.5rem 0.3125rem;
    -webkit-border-radius: 1.25rem;
    -moz-border-radius: 1.25rem;
    border-radius: 1.25rem;
}

.swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: -2.5rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 0.6875rem;
    height: 0.6875rem;
    margin-right: 0.625rem;
    background: #6435a5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.video__container {
    position: relative;
    max-width: 90rem;
    margin: 0 auto;
}

.video__presentation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 4;
}

@media (max-width: 1024px) {
    .video__presentation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.video__presentation.hidden {
    display: none;
}

.video__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 1024px) {
    .video__left {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.video__play {
    cursor: pointer;
}

@media (max-width: 1024px) {
    .video__play img {
        width: 9.375rem;
    }
}

.video__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1024px) {
    .video__right {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.video__title {
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 1.125rem;
}

@media (max-width: 1024px) {
    .video__title {
        text-align: center;
        line-height: 1.25;
    }
}

.video__title span {
    display: block;
}

.video__btn-link {
    width: -moz-max-content;
    width: max-content;
    padding: 0.875rem 1.25rem;
    font-family: "Circe-Bold", sans-serif;
    color: #fff;
    background: #7d2aeb;
    -webkit-border-radius: 0.3125rem;
    -moz-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
}

.video__btn-link:hover,
.video__btn-link:focus,
.video__btn-link:active {
    background-color: #6413cf;
}

.video__frame {
    height: 42.125rem;
}

@media (max-width: 1024px) {
    .video__frame {
        height: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden;
    }
}

.video__bg {
    width: 100%;
    height: 30%;
    position: absolute;
    top: 0;
    background: url(../img/img-decor-waves.svg) no-repeat 10% 0, url(../img/img-bg-outline2.svg) no-repeat center -30%;
}

@media (max-width: 1024px) {
    .video__bg {
        background: url(../img/img-bg-outline2.svg) no-repeat center -55%;
    }
}

.video__display {
    width: 90rem;
    height: 42.125rem;
}

@media (max-width: 1024px) {
    .video__display {
        display: none;
    }
}

.video__img--mobile {
    display: none;
}

@media (max-width: 1024px) {
    .video__img--mobile {
        display: block;
        margin-right: -1.875rem;
    }
}

.popup {
    display: none;
}

.popup-active {
    display: block;
}

.popup__close {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 1024px) {
    .popup__close {
        display: none;
    }
}

.popup__close-cross {
    position: absolute;
    top: 35px;
    right: 35px;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .popup__close-cross {
        top: 25px;
        right: 25px;
        width: 24px;
        height: 24px;
    }
}

.popup__close-cross img {
    width: 100%;
}

.popup__wrapper {
    width: 836px;
    min-height: 620px;
    padding: 60px;
    position: fixed;
    z-index: 11;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #7D2AEB;
    border-radius: 25px;
}

@media (max-width: 1024px) {
    .popup__wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100vw;
        height: 100vh;
        min-height: unset;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: none;
        padding: 30px 20px;
        border-radius: 0;
    }
}

.popup__title {
    margin-bottom: 50px;
    font-family: "Circe-Bold", sans-serif;
    font-size: 35px;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .popup__title {
        margin-bottom: 20px;
        text-align: left;
        font-size: 22px;
        line-height: normal;
    }
}

.popup__title span {
    display: block;
    color: #ffd304;
}

.popup__content {
    min-height: 312px;
    margin-bottom: 10px;
    position: relative;
}

@media (max-width: 1024px) {
    .popup__content {
        width: 100%
    }
}

.popup__list {
    position: relative;
    max-height: 312px;
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
}

@media (max-width: 1024px) {
    .popup__list {
        max-height: 60vh;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
    }
}

.popup__list-fade {
    width: calc(100% - 1vw);
    height: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(125, 42, 235, 0) 10%, #7D2AEB 100%);
    z-index: 1;
}

.popup__item {
    width: calc((100% - 28px) / 3);
    margin-bottom: 14px;
    font-size: 14px;
}

@media (max-width: 1024px) {
    .popup__item {
        width: auto;
    }
}

.popup__item a {
    color: #ffffff;
}

.popup__btn {
    width: max-content;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 14px 20px;
    font-family: "Circe-Bold", sans-serif;
    font-size: 16px;
    color: #000000;
    background: #FFD304;
    border-radius: 5px;
}

.popup__btn:hover,
.popup__btn:focus,
.popup__btn:active {
    background: #eac100;
}

@media (max-width: 1024px) {
    .popup__btn {

    }
}