@font-face {
    font-family: "Helvetica Neue";
    src: local("HelveticaNeueCyr-Roman"),
    url("/assets/33moves-landing/fonts/HelveticaNeueCyr-Roman.woff2") format("woff2"),
    url("/assets/33moves-landing/fonts/HelveticaNeueCyr-Roman.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica Neue";
    src: local("HelveticaNeueCyr-Light"),
    url("/assets/33moves-landing/fonts/HelveticaNeueCyr-Light.woff2") format("woff2"),
    url("/assets/33moves-landing/fonts/HelveticaNeueCyr-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("HelveticaNeueBoldCondensed.eot");
    src: local("Helvetica Neue Condensed Bold"), local("HelveticaNeueBoldCondensed"),
    url("/assets/33moves-landing/fonts/HelveticaNeueBoldCondensed.woff2") format("woff2"),
    url("/assets/33moves-landing/fonts/HelveticaNeueBoldCondensed.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

:root {
    --font-family-secondary: "Alumni Sans", sans-serif;
    --font-family-primary: "Helvetica Neue";
}

body {
    color: white;
    font-family: var(--font-family-primary);
    background: rgb(7, 2, 19) url("/assets/33moves-landing/img/stars.png") center;
    font-weight: 300;
    overflow-x: hidden;
}

.site-container {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100vw * 1270 / 1600);
    padding-left: calc(100vw * 24 / 1600);
    padding-right: calc(100vw * 24 / 1600);
}

.jumbotron {
    position: relative;
    margin-bottom: calc(100vw * 100 / 1600);
    overflow: hidden;
}

.jumbotron:after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/assets/33moves-landing/img/jumbotron/jumbotron-bg.png") no-repeat center bottom/cover;
}

.jumbotron__phone {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-46%);
    transform: translateX(-46%);
    top: calc(100vw * -50 / 1600);
    width: calc(100vw * 1300 / 1600);
}

.jumbotron__bg-mobile {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.jumbotron__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 50;
}

.jumbotron__title {
    font: 700 calc(100vw * 96 / 1600)/calc(100vw * 86 / 1600) var(--font-family-secondary);
    text-transform: uppercase;
    letter-spacing: calc(100vw * -4 / 1600);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#99A0AE));
    background: linear-gradient(180deg, #FFFFFF 0%, #99A0AE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.jumbotron__bottom {
    margin-left: auto;
    max-width: calc(100vw * 590 / 1600);
    width: 100%;
    padding-top: calc(100vw * 200 / 1600);
}

.jumbotron-bottom__title {
    font: 300 calc(100vw * 32 / 1600)/calc(100vw * 40 / 1600) var(--font-family-primary);
    display: block;
    color: white;
    margin-bottom: calc(100vw * 20 / 1600);
}

.jumbotron-bottom__description {
    color: #99A0AE;
    font-size: calc(100vw * 16 / 1600);
    margin-top: calc(100vw * 15 / 1600);
    display: block;
}

.jumbotron-bottom__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(100vw * 24 / 1600);
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.jumbotron-bottom-actions__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}

.jumbotron-bottom-actions__button {
    width: 100%;
}

.action-sale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.action-sale-badge {
    border: 1px solid #87FF89;
    -webkit-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vw * 70 / 1600);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: calc(100vw * 15 / 1600);
    padding-right: calc(100vw * 15 / 1600);
    margin-bottom: calc(100vw * -10 / 1600);
    padding-top: calc(100vw * 10 / 1600);
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(135, 255, 137, 0)), to(rgba(135, 255, 137, 0.2)));
    background: linear-gradient(180deg, rgba(135, 255, 137, 0) 0%, rgba(135, 255, 137, 0.2) 100%);
    -webkit-box-shadow: 0px -4.12px 11.77px 0px rgba(255, 255, 255, 0.3098039216) inset;
    box-shadow: 0px -4.12px 11.77px 0px rgba(255, 255, 255, 0.3098039216) inset;
    border-radius: calc(100vw * 10 / 1600);
}

.action-sale-badge__text {
    font-size: calc(100vw * 26 / 1600);
    font-weight: 600;
    background-clip: text;
    color: #87FF89;
}

.action-sale-badge__text {
    font-family: var(--font-family-secondary);
}

.section {
    padding-bottom: calc(100vw * 100 / 1600);
    padding-top: calc(100vw * 100 / 1600);
}

.jumbotron.section {
    padding-top: calc(100vw * 50 / 1600);
    padding-bottom: calc(100vw * 0 / 1600);
}

.advantages {
    background: url("/assets/33moves-landing/img/grid.svg") no-repeat center left;
    position: relative;
}

.advantages__title {
    font: 700 calc(100vw * 80 / 1600)/calc(100vw * 70 / 1600) var(--font-family-secondary);
    text-transform: uppercase;
    color: white;
    letter-spacing: calc(100vw * -2 / 1600);
    display: block;
}

.advantages__sale {
    width: 100%;
    max-width: calc(100vw * 250 / 1600);
    margin-top: calc(100vw * 200 / 1600);
}

.advantages__sale button {
    width: 100%;
}

.advantages-item {
    border: 1px solid rgba(211, 135, 255, 0.3);
    padding: calc(100vw * 44 / 1600);
    min-height: calc(100vw * 600 / 1600);
    border-radius: calc(100vw * 20 / 1600);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    opacity: 1;
}

.advantages-item__title {
    font: 700 calc(100vw * 40 / 1600)/calc(100vw * 38 / 1600) var(--font-family-secondary);
    text-transform: uppercase;
    margin-bottom: calc(100vw * 16 / 1600);
    color: white;
}

.advantages-item__text {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
}

.advantages-swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    z-index: 10;
}

.advantages-swiper-pagination__bar {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: calc(100vw * 50 / 1600);
    height: calc(100vw * 6 / 1600);
    background: rgba(255, 255, 255, 0.25);
    overflow: hidden;
    position: relative;
}

.advantages-swiper-pagination__bar span {
    display: block;
    height: 100%;
    width: 0%;
    background: rgb(155, 85, 255);
}

.button {
    font-family: var(--font-family-secondary);
}

.button {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    position: relative;
    border: none;
    padding: 0;
    font-size: calc(100vw * 24 / 1600);
    text-transform: uppercase;
    font-weight: 700;
    border-radius: calc(100vw * 8 / 1600);
    color: white;
    text-decoration: none;
}

.button:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.button:before {
    content: "";
    inset: -2px;
    border: 1px solid;
    border-radius: inherit;
    position: absolute;
}

.button__svg {
    height: calc(100vw * 24 / 1600);
    width: calc(100vw * 24 / 1600);
}

.button__icon {
    height: calc(100vw * 24 / 1600);
    width: calc(100vw * 24 / 1600);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.button__wrapper {
    height: calc(100vw * 55 / 1600);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: inherit;
    gap: calc(100vw * 10 / 1600);
    position: relative;
    z-index: 50;
}

.button--theme-primary .button__wrapper {
    background: -webkit-gradient(linear, left bottom, left top, from(#9B55FF), to(#9B55FF));
    background: linear-gradient(0deg, #9B55FF, #9B55FF);
    -webkit-box-shadow: 0px -4px 16px -3px rgb(187, 141, 255) inset, 0px 0px 8px 0px rgb(64, 23, 128), 0px 16px 24px -8px rgba(24, 27, 37, 0.1), 0px 2px 6px 0px rgba(255, 255, 255, 0.25) inset, 0px -2px 4px 0px rgba(14, 18, 27, 0.3) inset;
    box-shadow: 0px -4px 16px -3px rgb(187, 141, 255) inset, 0px 0px 8px 0px rgb(64, 23, 128), 0px 16px 24px -8px rgba(24, 27, 37, 0.1), 0px 2px 6px 0px rgba(255, 255, 255, 0.25) inset, 0px -2px 4px 0px rgba(14, 18, 27, 0.3) inset;
}

.button--theme-solid .button__wrapper {
    -webkit-box-shadow: 0px 2px 6px 0px rgba(255, 255, 255, 0.2) inset, 0px -2px 4px 0px rgb(14, 18, 27) inset, 0px 16px 24px -8px rgba(24, 27, 37, 0.1), 0px 0px 0px 1px #222530;
    box-shadow: 0px 2px 6px 0px rgba(255, 255, 255, 0.2) inset, 0px -2px 4px 0px rgb(14, 18, 27) inset, 0px 16px 24px -8px rgba(24, 27, 37, 0.1), 0px 0px 0px 1px #222530;
    background: rgb(34, 37, 48);
}

.button--theme-primary::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10.42%, #9B55FF), to(#BB8DFF));
    background: linear-gradient(180deg, #9B55FF 10.42%, #BB8DFF 100%);
    border: none;
}

.button--theme-solid::before {
    border: 1px solid #0E121B;
}

.button--theme-border {
    -webkit-transition: background-color 0.2s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    background: transparent;
    border: 1px solid rgb(222, 199, 255);
    color: rgb(222, 199, 255);
    stroke: rgb(222, 199, 255);
}

.button--theme-border svg {
    -webkit-transition: stroke 0.3s ease-in-out;
    transition: stroke 0.3s ease-in-out;
}

.button--theme-border::before {
    display: none;
}

.button--theme-border:hover {
    background: rgb(222, 199, 255);
    color: rgb(7, 2, 19);
    stroke: rgb(7, 2, 19);
}

.steps {
    position: relative;
    overflow: hidden;
}

.steps__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: calc(100vw * 24 / 1600);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc(100vw * 70 / 1600);
}

.steps__button {
    position: relative;
    margin-top: 40px;
    display: block;
    z-index: 350;
}

.steps__text {
    text-align: center;
    color: #CACFD8;
    font-weight: 300;
}

.steps__road {
    position: relative;
}

.steps__title {
    font: bold calc(100vw * 100 / 1600)/calc(100vw * 90 / 1600) var(--font-family-secondary);
    text-transform: uppercase;
    text-align: center;
    letter-spacing: calc(100vw * -2 / 1600);
    color: white;
}

.steps__bg {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.steps-item {
    position: relative;
    border-radius: calc(100vw * 12 / 1600);
}

.steps-item > div {
    padding: calc(100vw * 24 / 1600);
    border: 1px solid #793BD8;
    border-radius: inherit;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.1019607843) inset;
    box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.1019607843) inset;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.35);
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: calc(100vw * 24 / 1600);
    position: relative;
    z-index: 50;
}

.steps-item__placeholder {
    display: none;
}

.steps-item__placeholder.active {
    display: block;
}

.steps-item__title {
    font: bold calc(100vw * 44 / 1600)/calc(100vw * 30 / 1600) var(--font-family-secondary);
    text-transform: uppercase;
    letter-spacing: calc(100vw * -2 / 1600);
}

.steps-item__actions {
    margin-top: calc(100vw * 15 / 1600);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: calc(100vw * 14 / 1600);
}

.steps-item__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: calc(100vw * 5 / 1600);
    font-family: var(--font-family-secondary);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.steps-item__action--theme-orange {
    color: rgb(232, 169, 94);
}

.steps-item__action--theme-green {
    color: rgb(94, 232, 122);
}

.lessons-list {
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.1);
    border-radius: calc(100vw * 12 / 1600);
    display: none;
}

.lessons-list.active {
    display: block;
}

.lessons-list-item {
    height: calc(100vw * 80 / 1600);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: calc(100vw * 16 / 1600);
    padding-right: calc(100vw * 16 / 1600);
    color: white;
    text-decoration: none;
}

.lessons-list-item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.lessons-list-item__title {
    font-size: calc(100vw * 20 / 1600);
    font-weight: bold;
    text-transform: uppercase;
    margin-top: calc(100vw * 1 / 1600);
    line-height: calc(100vw * 22 / 1600);
}

.lessons-list-item__title {
    font-family: var(--font-family-secondary);
}

.lessons-list-item__icon {
    width: calc(100vw * 48 / 1600);
    border: 1px solid rgba(255, 255, 255, 0.05);
    height: calc(100vw * 48 / 1600);
    background: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.1) inset;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: calc(100vw * 16 / 1600);
}

.lessons-list-item__icon svg {
    width: calc(100vw * 24 / 1600);
}

.banner {
    border: 1px solid rgb(211, 135, 255);
    border-radius: calc(100vw * 20 / 1600);
    height: calc(100vw * 700 / 1600);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: calc(100vw * 40 / 1600);
    text-align: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: url("/assets/33moves-landing/img/banner/banner-bg.png") no-repeat center bottom/cover;
}

.banner:before {
    content: "";
    position: absolute;
    width: calc(100vw * 1470 / 1600);
    height: calc(100vw * 433 / 1600);
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("/assets/33moves-landing/img/banner/waves.png") no-repeat center/cover;
}

.banner--size-sm {
    min-height: initial;
    height: initial;
    overflow: hidden;
    padding-top: calc(100vw * 260 / 1600);
    background: url("/assets/33moves-landing/img/banner/banner-sm-bg.png") no-repeat center/cover;
}

.banner__title {
    font: bold calc(100vw * 64 / 1600)/calc(100vw * 60 / 1600) var(--font-family-secondary);
    text-transform: uppercase;
    letter-spacing: calc(100vw * -3 / 1600);
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#99A0AE));
    background: linear-gradient(180deg, #FFFFFF 0%, #99A0AE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.banner__title--size-sm {
    font-size: calc(100vw * 56 / 1600);
    line-height: calc(100vw * 45 / 1600);
    max-width: calc(100vw * 820 / 1600);
}

.banner__image {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -110%;
}

.banner--size-sm .banner__image {
    top: -10%;
}

.banner__action {
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(100vw * 15 / 1600);
}

.banner .jumbotron-bottom__description {
    color: white;
}

.site-header {
    background: rgb(7, 2, 19);
    -webkit-backdrop-filter: blur(54px);
    backdrop-filter: blur(54px);
}

.site-header__burger .button__wrapper {
    height: 52px !important;
}

.site-header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: calc(100vw * 86 / 1600);
}

.site-header__logo {
    width: calc(100vw * 55 / 1600);
}

.site-header .button {
    min-width: calc(100vw * 200 / 1600);
}

.site-header .button__wrapper {
    height: calc(100vw * 44 / 1600);
}

.site-header .button__text {
    font-size: calc(100vw * 22 / 1600);
}

.site-header-menu {
    margin-left: calc(100vw * 25 / 1600);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.site-header-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgba(248, 248, 248, 0.7);
    text-decoration: none;
    border-radius: calc(100vw * 50 / 1600);
    -webkit-transition: background-color 0.3s ease-in-out, 0.3s border ease-in-out, 0.3s -webkit-box-shadow ease-in-out;
    transition: background-color 0.3s ease-in-out, 0.3s border ease-in-out, 0.3s -webkit-box-shadow ease-in-out;
    transition: background-color 0.3s ease-in-out, 0.3s border ease-in-out, 0.3s box-shadow ease-in-out;
    transition: background-color 0.3s ease-in-out, 0.3s border ease-in-out, 0.3s box-shadow ease-in-out, 0.3s -webkit-box-shadow ease-in-out;
    border: transparent;
    background: transparent;
    width: calc(100vw * 120 / 1600);
    height: calc(100vw * 35 / 1600);
    font-size: calc(100vw * 14 / 1600);
}

.site-header-menu a:hover {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(248, 248, 248, 0.05);
    -webkit-box-shadow: 0px 8px 16px -4px rgba(18, 18, 18, 0.2), 0px 4px 4px 0px rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0px 8px 16px -4px rgba(18, 18, 18, 0.2), 0px 4px 4px 0px rgba(255, 255, 255, 0.05) inset;
}

.result {
    z-index: 200;
    position: relative;
}

.result__title {
    font: 700 calc(100vw * 80 / 1600)/calc(100vw * 70 / 1600) var(--font-family-secondary);
    text-transform: uppercase;
    color: white;
    text-align: center;
    margin-bottom: calc(100vw * 50 / 1600);
    display: block;
}

.result__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.result-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: calc(100vw * 150 / 1600);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: calc(100vw * 40 / 1600);
    padding-right: calc(100vw * 40 / 1600);
    margin-bottom: calc(100vw * 2 / 1600);
    border-right: calc(100vw * 2 / 1600) solid rgb(119, 255, 96);
    background: -webkit-gradient(linear, right top, left top, color-stop(12.03%, rgba(119, 255, 96, 0.4)), to(rgba(119, 255, 96, 0)));
    background: linear-gradient(-90deg, rgba(119, 255, 96, 0.4) 12.03%, rgba(119, 255, 96, 0) 100%);
    gap: calc(100vw * 24 / 1600);
}

.result-item__text {
    font-size: calc(100vw * 24 / 1600);
    font-weight: 500;
    max-width: calc(100vw * 780 / 1600);
}

.result-item__icon {
    width: calc(100vw * 64 / 1600);
    height: calc(100vw * 64 / 1600);
    background: rgba(119, 255, 96, 0.05);
    border: calc(100vw * 4 / 1600) solid rgba(119, 255, 96, 0.15);
    border-radius: calc(100vw * 20 / 1600);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.result-item__icon svg {
    width: calc(100vw * 32 / 1600);
    height: calc(100vw * 32 / 1600);
}

.result-item:nth-child(n+5) {
    margin-left: auto;
    border-right: 0;
    border-left: calc(100vw * 2 / 1600) solid rgb(119, 255, 96);
    background: -webkit-gradient(linear, left top, right top, color-stop(12.03%, rgba(119, 255, 96, 0.4)), to(rgba(119, 255, 96, 0)));
    background: linear-gradient(90deg, rgba(119, 255, 96, 0.4) 12.03%, rgba(119, 255, 96, 0) 100%);
}

.site-footer {
    color: white;
    font-size: 14px;
}

.site-footer__top-icon {
    width: calc(100vw * 40 / 1600);
    height: calc(100vw * 40 / 1600);
}

.site-footer__logo {
    width: calc(100vw * 180 / 1600);
}

.site-footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-footer__bottom {
    padding-top: calc(100vw * 60 / 1600);
    padding-bottom: calc(100vw * 40 / 1600);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(100vw * 30 / 1600);
}

.site-footer-nav a {
    color: rgb(156, 163, 175);
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.site-footer-nav a:hover {
    color: white;
}

.site-footer-bottom__nav {
    gap: calc(100vw * 12 / 1600);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.site-footer-bottom__nav a {
    color: white;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.site-footer-bottom__nav a:hover {
    opacity: 0.5;
}

.site-footer-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(100vw * 10 / 1600);
}

.site-footer-socials a {
    text-decoration: none;
}

.site-footer-socials img {
    width: calc(100vw * 32 / 1600);
    height: calc(100vw * 32 / 1600);
}

.jumbotron::before {
    content: "";
    background: url("/assets/33moves-landing/img/jumbotron/jumbotron-lamp.png") no-repeat center/cover;
    position: absolute;
    top: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100vw * 1408 / 1600);
    height: calc(100vw * 920 / 1600);
}

.jumbotron__arrows::before,
.jumbotron__arrows::after {
    content: "";
    width: calc(100vw * 632 / 1600);
    height: calc(100vw * 476 / 1600);
    position: absolute;
}

.jumbotron__arrows:before {
    background: url("/assets/33moves-landing/img/jumbotron/jumbotron-right.svg") no-repeat center/cover;
    left: calc(100vw * -50 / 1600);
    bottom: calc(100vw * -50 / 1600);
}

.jumbotron__arrows:after {
    background: url("/assets/33moves-landing/img/jumbotron/jumbotron-left.svg") no-repeat center/cover;
    right: calc(100vw * -50 / 1600);
    top: calc(100vw * -80 / 1600);
}


@media (min-width: 992px) {
    .advantages__title {
        max-width: calc(100vw * 420 / 1600);
    }

    .advantages__right {
        position: absolute;
        width: calc(100vw * 850 / 1600);
        left: calc(100vw * 700 / 1600);
        top: 0;
    }

    .advantages__slider .swiper-slide {
        width: calc(100vw * 433 / 1600);
    }

    .advantages__slider .swiper-button-prev,
    .advantages__slider .swiper-button-next {
        width: calc(100vw * 64 / 1600);
        height: calc(100vw * 64 / 1600);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: rgba(21, 21, 21, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 50%;
    }

    .advantages__slider .swiper-button-prev svg,
    .advantages__slider .swiper-button-next svg {
        width: calc(100vw * 30 / 1600);
    }

    .advantages__slider .swiper-button-prev:after,
    .advantages__slider .swiper-button-next:after {
        display: none;
    }

    .advantages__slider .swiper-button-prev {
        left: calc(100vw * 30 / 1600);
    }

    .advantages__slider .swiper-button-next {
        right: calc(100vw * 200 / 1600);
    }

    .swiper-slide:not(.swiper-slide-active) .advantages-item {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0.3;
    }

    .advantages-item {
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    }

    .advantages-item__text {
        font-size: calc(100vw * 18 / 1600);
    }

    .advantages-swiper-pagination {
        margin-bottom: calc(100vw * 60 / 1600);
        margin-right: calc(100vw * 80 / 1600);
    }

    .steps {
        padding-bottom: 0;
    }

    .steps:before {
        content: "";
        background: -webkit-gradient(linear, left top, left bottom, color-stop(-12.37%, rgba(7, 2, 19, 0)), color-stop(99.94%, #070213));
        background: linear-gradient(180deg, rgba(7, 2, 19, 0) -12.37%, #070213 99.94%);
        height: calc(100vw * 140 / 1600);
        bottom: 0;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 50;
    }

    .steps__text {
        font-size: calc(100vw * 24 / 1600);
    }

    .steps__items {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 50%;
        z-index: 100;
        top: 0;
        bottom: 0;
    }

    .steps__items--is-left {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .steps__items--is-right {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        right: 0;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        bottom: calc(100vw * 100 / 1600);
    }

    .steps-item {
        width: calc(100vw * 440 / 1600);
    }

    .steps-item__title {
        background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#99A0AE));
        background: linear-gradient(180deg, #FFFFFF 0%, #99A0AE 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
    }

    .steps-item__action {
        font-size: calc(100vw * 20 / 1600);
        line-height: calc(100vw * 18 / 1600);
    }

    .banner__text {
        margin-top: calc(100vw * 15 / 1600);
        font-size: calc(100vw * 22 / 1600);
    }

    .banner__action {
        width: calc(100vw * 400 / 1600);
        margin-top: 30px;
    }

    .result-item:nth-child(n+5) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .site-footer__top {
        font-size: calc(100vw * 16 / 1600);
    }

    .site-footer__bottom {
        font-size: calc(100vw * 14 / 1600);
    }
}

@media (max-width: 1199px) {
    .site-container {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    body {
        font-size: 16px;
    }

    .lessons-list {
        border-radius: 12px;
    }

    .site-footer__top-icon {
        width: 32px;
        height: 32px;
    }

    .site-footer-socials {
        gap: 10px;
    }

    .lessons-list-item {
        padding-left: 16px;
        padding-right: 16px;
    }

    .site-container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .jumbotron.section {
        padding-top: 277px;
    }

    .jumbotron__phone {
        display: none;
    }

    .jumbotron__title {
        font-size: 54px;
        line-height: 50px;
        text-align: center;
        display: block;
        letter-spacing: -1px;
    }

    .jumbotron__title br {
        display: none;
    }

    .jumbotron__bottom {
        padding-top: 24px;
        max-width: 100%;
    }

    .jumbotron-bottom__title {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }

    .jumbotron-bottom__description {
        font-size: 10px;
        margin-top: 15px;
        text-align: center;
    }

    .jumbotron-bottom__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px;
    }

    .action-sale-badge {
        height: 60px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: -10px;
        padding-top: 10px;
        border-radius: 10px;
    }

    .action-sale-badge__text {
        font-size: 20px;
    }

    .section {
        padding-bottom: 64px;
        padding-top: 64px;
    }

    .advantages__title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 24px;
        text-align: center;
    }

    .advantages__slider .swiper-button-prev,
    .advantages__slider .swiper-button-next {
        display: none;
    }

    .advantages__sale {
        max-width: 100%;
        margin-top: 24px;
    }

    .advantages-item {
        padding: 24px 12px;
        border-radius: 12px;
        min-height: 380px;
    }

    .advantages-item__title {
        font-size: 32px;
        line-height: 30px;
        margin-bottom: 16px;
    }

    .advantages-swiper-pagination {
        gap: 5px;
        margin-bottom: 12px;
    }

    .advantages-swiper-pagination__bar {
        height: 4px;
        border-radius: 10px;
    }

    .button {
        font-size: 24px;
        border-radius: 8px;
    }

    .button__icon {
        width: 24px;
        height: 24px;
    }

    .button__wrapper {
        height: 44px;
        gap: 10px;
    }

    .steps::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 2, 19, 0)), to(#070213));
        background: linear-gradient(180deg, rgba(7, 2, 19, 0) 0%, #070213 100%);
        height: 140px;
        z-index: 300;
    }

    .steps__head {
        gap: 15px;
        margin-bottom: 42px;
    }

    .steps__road.short .steps-item {
        display: none;
    }

    .steps__road.short .steps__items--is-left > div:first-child .steps-item,
    .steps__road.short .steps__items--is-left > div:nth-child(2) .steps-item {
        display: block;
    }

    .steps__title {
        font-size: 40px;
        line-height: 38px;
        letter-spacing: -1px;
        display: block;
    }

    .steps__bg {
        position: absolute;
        top: -100px;
        width: 450px;
        left: 50%;
        -webkit-transform: translateX(-40%);
        transform: translateX(-40%);
    }

    .steps__items {
        position: relative;
        z-index: 200;
    }

    .steps-item {
        border-radius: 12px;
    }

    .steps-item > div {
        margin-bottom: 8px;
        padding: 16px;
        gap: 24px;
    }

    .steps-item::before {
        content: "";
        background: radial-gradient(27.48% 27.32% at 10.25% -1.21%, rgba(225, 204, 255, 0.4) 0%, rgba(225, 204, 255, 0) 63.94%);
        position: absolute;
        inset: -1px;
        border-radius: inherit;
    }

    .steps-item__title {
        font-size: 32px;
        line-height: 34px;
        color: white;
        letter-spacing: 0;
    }

    .steps-item__actions {
        margin-top: 12px;
        gap: 14px;
    }

    .steps-item__action {
        gap: 5px;
    }

    .lessons-list-item {
        min-height: 60px;
        padding-top: 8px;
        padding-bottom: 8px;
        height: auto;
    }

    .lessons-list-item__title {
        font-size: 16px;
        margin-top: 3px;
        line-height: 18px;
    }

    .lessons-list-item__icon {
        width: 35px;
        flex: 0 0 35px;
        height: 35px;
        margin-right: 15px;
    }

    .lessons-list-item__icon svg {
        width: 18px;
    }

    .banner {
        padding: 16px;
        border-radius: 12px;
        padding-top: 170%;
        background: url("/assets/33moves-landing/img/banner/banner-bg-mobile.png") no-repeat center top/cover;
    }

    .banner--size-sm {
        padding-top: 30%;
        background: url("/assets/33moves-landing/img/banner/banner-sm-bg-mobile.png") no-repeat center bottom/cover;
    }

    .banner__title {
        font-size: 28px;
        line-height: 32px;
    }

    .banner__text {
        font-size: 14px;
    }

    .banner__title--size-sm {
        font-size: 32px;
        line-height: 30px;
    }

    .banner__image {
        top: 0 !important;
    }

    .banner__text {
        margin: 15px 0;
    }

    .site-header__wrapper {
        height: 86px;
    }

    .site-header__logo {
        width: 55px;
    }

    .site-header-menu {
        display: none;
    }

    .result__title {
        font-size: 40px;
        letter-spacing: -1px;
        line-height: 38px;
        margin-bottom: 24px;
    }

    .result-item {
        min-height: 160px;
        width: 100%;
        border-width: 2px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .result-item__text {
        font-size: 16px;
        max-width: 100%;
    }

    .result-item__icon {
        width: 32px;
        height: 32px;
        border-width: 2px;
        border-radius: 10px;
    }

    .result-item__icon svg {
        width: 18px;
        height: 18px;
    }

    .result-item:nth-child(n+5) {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        text-align: right;
    }

    .site-footer {
        text-align: center;
    }

    .site-footer__logo {
        width: 120px;
    }

    .site-footer__copyright {
        font-weight: 500;
    }

    .site-footer__top {
        display: block;
        text-align: center;
    }

    .site-footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-top: 30px;
        padding-bottom: 60px;
        gap: 24px;
    }

    .site-footer-nav {
        display: none;
    }

    .site-footer-bottom__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .site-footer-bottom__nav a:not(:last-child) {
        margin-bottom: 25px;
    }

    .site-footer-socials {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .site-footer-socials img {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 767px) {
    .button__svg {
        width: calc(100vw * 24 / 320);
        height: calc(100vw * 24 / 320);
    }
}

@media (max-width: 767px) and (max-width: 991px) {
    .button__svg {
        width: 24px;
        height: 24px;
    }
}

.steps-item__button--is-hide {
    display: none;
}

.site-header-lang {
    font-size: calc(100vw * 24 / 1600);
    line-height: calc(100vw * 24 / 1600);
    font-family: var(--font-family-secondary);
    display: flex;
    align-items: center;
    margin-right: calc(100vw * 30 / 1600);
}

.site-header-lang a {
    text-decoration: none;
    color: white;
}

.site-header-lang span {
    opacity: 0.5;
}

.mobile-fixed {
    display: none;
}

.offcanvas {
    background: rgb(7, 2, 19) url(/assets/33moves-landing/img/stars.png) center;
}

.offcanvas-body .menu {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}

.offcanvas-body a {
    font-size: 32px;
    color: white;
    text-decoration: none;
    font-family: var(--font-family-secondary);
}

.offcanvas-header .btn-close {
    background: url('/assets/33moves-landing/img/close-modal.svg') no-repeat center/60%;
}

@media (max-width: 991px) {
    .site-header-lang {
        font-size: 20px;
        line-height: 18px;
        margin-right: 20px;
    }

    .steps-item__value {
        font-size: 14px!important;
    }

    .mobile-fixed {
        display: block;
        position: fixed;
        bottom: 15px;
        right: 15px;
        left: 15px;
        z-index: 700;
    }
}