@font-face {
    font-family: InterTight;
    src: url('/res/common/fonts/InterTight/static/InterTight-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: InterTight;
    src: url('/res/common/fonts/InterTight/static/InterTight-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Inter;
    src: url('/res/common/fonts/Inter/static/Inter-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Inter;
    src: url('/res/common/fonts/Inter/static/Inter-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn-Regular';
    font-style: normal;
    font-weight: 400;
    src: url(/res/common/fonts/_fa/Vazirmatn/Vazirmatn-Regular.woff2) format('woff2');
    font-display: swap;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    display: block;
}

button, input {
    outline: none;
}

button {
    cursor: pointer;
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
}

[tabindex='-1']:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
}

ol, ul {
    list-style: none;
}

p {
    margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

[type=number] {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;
}

input, textarea {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

::-moz-selection {
    background-color: #ef7d00;
    color: #fff;
}

::selection {
    background-color: #ef7d00;
    color: #fff;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a:focus,
a:active,
button:focus,
button:active {
    outline: none;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Inter, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: InterTight, sans-serif;
    font-weight: 500;
}

h1,
.h1 {
    font-size: 62px;
    line-height: 84px;
}

h2,
.h2 {
    font-size: 48px;
    line-height: 60px;
}

h3,
.h3 {
    font-size: 40px;
    line-height: 52px;
}

h4,
.h4 {
    font-size: 32px;
    line-height: 44px;
}

h5,
.h5 {
    font-size: 24px;
    line-height: 36px;
}

h6,
.h6 {
    font-size: 20px;
    line-height: 32px;
}

.font-bold {
    font-weight: 700;
}

.text-orange {
    color: #fa6a1c;
}

p {
    margin: 0;
}

.main_page_wrap {
    overflow: hidden;
    position: relative;
}

.container {
    max-width: 1248px;
    margin: 0 auto;
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 60px;
    -webkit-padding-start: 54px;
    padding-inline-start: 54px;
    -webkit-padding-end: 78px;
    padding-inline-end: 78px;
    background-color: #fa6a1c;
    border: 1px solid #df5916;
    border-radius: 16px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(240, 110, 45, 0.2);
    box-shadow: 0px 4px 4px 0px rgba(240, 110, 45, 0.2);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.btn--icon span::after {
    content: '';
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    -webkit-margin-start: 8px;
    margin-inline-start: 8px;
    width: 16px;
    height: 16px;
    background-image: url(../img/btn_icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.btn--outline {
    background-color: transparent;
    border: 1px solid #797C81;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rtl {
    font-family: 'Vazirmatn-Regular', sans-serif;
    text-align: right;
    direction: rtl;
}

.rtl .btn--icon span::after {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.rtl .faq__icon-line {
    rotate: 180deg;
}

.rtl h1,
.rtl .h1,
.rtl h2,
.rtl .h2,
.rtl h3,
.rtl .h3,
.rtl h4,
.rtl .h4,
.rtl h5,
.rtl .h5,
.rtl h6,
.rtl .h6 {
    font-family: 'Vazirmatn-Regular', sans-serif;
    font-weight: 700;
}

.rtl .hero__wrapper::after,
.rtl .hero__video {
    left: unset;
    right: 0;
}

.rtl .prev,
.rtl .next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rtl .terms__map-item--lot::before, 
.rtl .terms__map-item--lot::after {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.rtl .terms__item-step {
    font-family: Inter, sans-serif;
}

.header {
    position: absolute;
    width: 100%;
    padding-top: 78px;
    background-color: #000;
    z-index: 3;
}

.header__wrapper {
    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;
    position: relative;
    width: 100%;
    max-width: 1248px;
    height: 100%;
    padding: 0;
    margin: 0 auto;
}

.header__logo {
    max-width: 50px;
}

.header__logo-img {
    width: 100%;
}

.header__btn-box {
    display: none;
}

.sect__hero {
    min-height: 888px;
}

.hero__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.hero__wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1656px;
    height: 888px;
    background: radial-gradient(ellipse, rgba(0, 0, 0, 0) 40%, rgb(0, 0, 0) 700px);
    z-index: -1;
}

.hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-top: 181px;
}

.hero__txt {
    color: #d4dbe2;
}

.hero__btn-box {
    margin-top: 46px;
}

.hero__video {
    position: absolute;
    left: 0;
    width: 1656px;
    height: 888px;
    z-index: -2;
}

.prize {
    margin-top: 161px;
    padding-bottom: 45px;
}

.prize__wrapper {
    position: relative;
}

.prize__img img {
    width: 100%;
}

.prize__amount {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: -50px auto 0;
    padding: 13px 37px;
    border-radius: 26px;
    background: radial-gradient(100% 100% at 0% 100%, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 100%);
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.terms__title {
    text-align: center;
}

.terms__content {
    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;
    max-width: 1024px;
    margin: 80px auto 65px;
}

.terms__col--list {
    max-width: 530px;
}

.terms__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
}

.terms__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

.terms__item-txt {
    color: #d4dbe2;
}

.terms__item-txt span {
    color: #fff;
}

.terms__item-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-width: 48px;
    height: 48px;
    border: 2px solid #323232;
    border-radius: 50%;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}

.terms__item-step::after {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    background-color: transparent;
    border: 2px solid #fa6a1c;
    border-radius: 50%;
    -webkit-transform: rotate(220deg);
    -ms-transform: rotate(220deg);
    transform: rotate(220deg);
}

.terms__item-step--1::after {
    clip-path: polygon(50% 50%, 100% 0, 100% 100%, 50% 100%, 50% 0);
}

.terms__item-step--2::after {
    clip-path: polygon(50% 50%, 100% 0, 100% 100%, 0 100%, 0 50%);
}

.terms__btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px;
    gap: 20px;
}

.terms__btn {
    width: 50%;
    white-space: nowrap;
}

.terms__map {
    position: relative;
    width: 342px;
}

.terms__map-item {
    width: 100%;
}

.terms__map-item--start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 106px;
    -webkit-padding-start: 48px;
    padding-inline-start: 48px;
}

.terms__map-item--start::after {
    content: '';
    position: absolute;
    top: 0;
    inset-inline-start: -4px;
    width: 350px;
    height: 100%;
    background-image: url(../img/bg-frame.svg);
    background-repeat: no-repeat;
}

.terms__map-item--start img {
    -webkit-margin-end: 34px;
    margin-inline-end: 34px;
}

.terms__map-item--lot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 96px;
    margin-top: 92px;
    background-color: #202126;
}

.terms__map-item--lot span {
    font-size: 24px;
    font-weight: 700;
    line-height: 29.04px;
}

.terms__map-item--lot::before, .terms__map-item--lot::after {
    content: '';
    position: absolute;
    width: 36px;
    background-repeat: no-repeat;
}

.terms__map-item--lot::before {
    top: -134px;
    inset-inline-start: -38px;
    height: 188px;
    background-image: url(../img/bg-path-1.svg);
}

.terms__map-item--lot::after {
    top: 54px;
    inset-inline-end: -38px;
    height: 208px;
    background-image: url(../img/bg-path-2.svg);
}

.terms__map-item--pic {
    max-width: 330px;
    margin: 12px auto 0;
}

.terms__map-item--pic img {
    width: 100%;
}

.terms__map-frame {
    width: 342px;
    height: 104px;
}

.terms__map-inner {
    position: relative;
    -webkit-padding-start: 16px;
    padding-inline-start: 16px;
}

.terms__map-inner::before {
    content: '';
    position: absolute;
    inset-inline-start: 0;
    width: 2px;
    height: 85px;
    background-image: url(../img/bg-border.svg);
    background-repeat: no-repeat;
}

.terms__map-note {
    font-size: 10px;
    font-weight: 500;
    line-height: 12.1px;
    color: #797c81;
}

.sect__coupons {
    background-color: #fff;
}

.coupons__wrapper {
    position: relative;
    padding: 88px 0;
    text-align: center;
}

.coupons__wrapper:before, .coupons__wrapper:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 603px;
    height: 283px;
    background-image: url(../img/stocks.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.coupons__wrapper:before {
    inset-inline-start: -350px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.coupons__wrapper:after {
    inset-inline-end: -350px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.coupons__title {
    color: #181a1b;
    font-weight: 700;
}

.coupons__description {
    margin-top: 16px;
    font-weight: 500;
    color: #5e5e5e;
}

.coupons__btn-box {
    width: 100%;
    margin-top: 44px;
}

.coupons__btn {
    margin: 0 auto;
}

.trust-banner__wrapper {
    padding-top: 73px;
}

.trust-banner__title {
    text-align: center;
}

.trust-banner__content {
    margin-top: 58px;
}

.trust-banner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.trust-banner__inner--cards {
    gap: 22px;
}

.trust-banner__inner--items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 36px;
    gap: 24px;
}

.trust-banner__card {
    position: relative;
    width: 50%;
    background-image: url(../img/bg-pattern.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 22px;
    overflow: hidden;
}

.trust-banner__card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0;
    background-color: rgba(19, 20, 20, 0.7);
}

.trust-banner__card-title,
.trust-banner__item-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 29.32px;
    color: #f6f7f8;
}

.trust-banner__card-txt,
.trust-banner__item-description {
    color: #d4dbe2;
}

.trust-banner__card-bottom {
    padding: 22px 38px;
    background-color: rgba(19, 20, 20, 0.3);
}

.trust-banner__card-txt {
    margin-top: 14px;
}

.trust-banner__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(33.3333333333% - 16px);
    padding: 40px;
    gap: 14px;
    background-color: rgba(3, 3, 3, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
}

.trust-banner__btn-box {
    margin-top: 58px;
    width: 100%;
}

.trust-banner__btn {
    margin: 0 auto;
}

.trust__wrapper {
    padding: 96px 0;
}

.trust__title {
    text-align: center;
    margin: 0;
}

.trust__label {
    position: relative;
    -webkit-margin-start: 72px;
    margin-inline-start: 72px;
}

.trust__label::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/trust_icon.svg);
    width: 72px;
    height: 68px;
    top: 25%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    inset-inline-start: -77px;
}

.trust__subtitle {
    text-align: center;
    margin: 16px 0 0;
    color: #bbbfc3;
}

.trust__content--mobile {
    display: none;
}

.award__wrapper {
    padding: 64px 0;
}

.award__title {
    text-align: center;
    margin: 0;
}

.award__description {
    max-width: 860px;
    margin: 24px auto 0;
    text-align: center;
    color: #a5aaaf;
}

.award__slider {
    display: grid;
    grid-template-columns: repeat(4, auto);
    max-width: 1204px;
    margin: 64px auto 0;
    gap: 64px;
    position: relative;
}

.award__item {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 254px;
    height: 140px;
    text-align: center;
}

.award__item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 74px;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.award__item-title:before, .award__item-title:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 32px;
    height: 74px;
    background-image: url(../img/spica.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.award__item-title:before {
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.award__item-title:after {
    right: 0;
    -webkit-transform: translateY(-50%) scaleX(-1);
    -ms-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
}

.award__item-description {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #a5aaaf;
}

.award__controls {
    display: none;
}

.award .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.award .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.faq__label {
    text-align: center;
}

.faq__email-link {
    color: #0b6bcb;
}

.faq__subtitle {
    max-width: 720px;
    margin: 26px auto 0;
    color: #bbbfc3;
}

.faq__content {
    margin: 75px auto 0;
    max-width: 824px;
}

.faq__item {
    padding: 32px 0;
    border-bottom: 2px solid #f9f9fa;
}

.faq__question {
    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;
    gap: 16px;
    cursor: pointer;
}

.faq__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 32px;
}

.faq__icon-line {
    width: 18px;
    height: 1.33px;
    border-radius: 1px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.faq__icon-line:nth-of-type(1) {
    -webkit-transform: translateX(8px) rotate(0deg);
    -ms-transform: translateX(8px) rotate(0deg);
    transform: translateX(8px) rotate(0deg);
}

.faq__icon-line:nth-of-type(2) {
    -webkit-transform: translateX(-8px) rotate(90deg);
    -ms-transform: translateX(-8px) rotate(90deg);
    transform: translateX(-8px) rotate(90deg);
}

.faq__item-opened .faq__icon-line:nth-of-type(2) {
    -webkit-transform: translateX(-8px) rotate(0deg);
    -ms-transform: translateX(-8px) rotate(0deg);
    transform: translateX(-8px) rotate(0deg);
}

.faq__answer {
    display: none;
    margin-top: 16px;
    color: #a1a1a3;
}

.faq__answer-list {
    -webkit-padding-start: 32px;
    padding-inline-start: 32px;
}

.faq__answer-list-item {
    margin-top: 8px;
    list-style-type: unset;
}

.mfp-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.api__form-modal--outer.mfp-bg.mfp-ready {
    background-color: #0f0e0e;
}

.form-17-year.api__form-modal--common {
    position: relative;
    width: 100%;
    max-width: 643px;
    padding: 88px 0 56px;
    background-color: #0f0e0e;
    border-radius: 40px;
}

.form-17-year .mfp-close {
    position: absolute;
    top: 46px;
    inset-inline-end: 10px;
    width: 46px;
    height: 46px;
    margin-bottom: 0;
}

.form-17-year.api__form-modal--common .mfp-close::before {
    background-image: url(../img/close.svg);
}

.form-17-year__title {
    text-align: center;
    color: #fff;
}

.form-17-year__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 28px 0;
    gap: 30px;
}

.form-17-year__toggle-title {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}

.toggle__checkbox {
    display: none;
}

.toggle__label {
    display: block;
    position: relative;
    width: 50px;
    height: 30px;
    margin: 0;
    background-color: #39393d;
    border-radius: 16px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.toggle__button {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.toggle__checkbox:checked + .toggle__label {
    background-color: #f06e2d;
}

.toggle__checkbox:checked + .toggle__label .toggle__button {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.api__form-wrapper--17year,
.participation {
    display: none;
}

.api__form-wrapper--17year.is_active,
.participation.is_active {
    display: block;
}

.participation {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 0 4px;
}

.participation__btn {
    width: 100%;
    color: #fff;
}

.participation__btn.btn--icon span::after {
    background-image: url(../img/btn_form_icon.svg);
}

@media (hover: hover) and (pointer: fine) {
    .btn:hover {
        background-color: #df5916;
    }

    .btn--outline:hover {
        color: #007bff;
        text-decoration: none;
        background-color: transparent;
    }
}

@media (max-width: 1280px) {
    h1,
    .h1 {
        font-size: 48px;
        line-height: 60px;
    }

    h2,
    .h2 {
        font-size: 40px;
        line-height: 52px;
    }

    h3,
    .h3 {
        font-size: 32px;
        line-height: 44px;
    }

    h4,
    .h4 {
        font-size: 24px;
        line-height: 36px;
    }

    h5,
    .h5 {
        font-size: 20px;
        line-height: 32px;
    }
    
    h6,
    .h6 {
        font-size: 18px;
        line-height: 28px;
    }

    .rtl .hero__wrapper::after,
    .rtl .hero__video {
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    .container {
        padding: 0 64px;
    }

    .header {
        position: fixed;
        padding: 16px 0;
    }

    .header__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header__wrapper.is_active {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header__wrapper.is_active .header__btn-box{
        display: block;
    }

    .header__logo {
        max-width: 38px;
    }

    .sect__hero {
        min-height: unset;
    }

    .hero__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .hero__wrapper::after {
        top: unset;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 1104px;
        height: 592px;
        background: radial-gradient(ellipse, rgba(0, 0, 0, 0) 40%, rgb(0, 0, 0) 550px);
    }

    .hero__content {
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin-top: 148px;
        gap: 14px;
    }

    .hero__btn-box {
        margin-top: 36px;
    }

    .hero__video {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 1104px;
        height: 592px;
    }

    .prize {
        margin-top: -100px;
    }

    .prize__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 32px;
    }

    .prize__img {
        max-width: 600px;
        margin: 0 auto;
    }

    .prize__amount {
        margin: 0 auto;
    }

    .h4.prize__title {
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
    }

    .terms__content {
        margin: 15px auto 55px;
    }

    .terms__col--list {
        margin: 0 auto;
    }

    .terms__item-step {
        min-width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 30px;
    }

    .terms__item-step::after {
        width: 40px;
        height: 40px;
    }

    .terms__col--roadmap {
        display: none;
    }

    .terms__item-txt span {
        font-size: 24px;
        font-weight: 500;
        line-height: 36px;
    }

    .coupons__wrapper:before, .coupons__wrapper:after {
        display: none;
    }

    .trust-banner__wrapper {
        padding: 46px 0;
    }

    .trust-banner__inner--cards {
        -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;
    }

    .trust-banner__card {
        width: 100%;
        max-width: 602px;
    }

    .trust-banner__item-title {
        font-size: 20px;
        line-height: 32px;
    }

    .trust-banner__item {
        width: calc(50% - 12px);
    }

    .trust__wrapper {
        padding: 64px 0;
    }

    .trust__content {
        margin-top: 32px;
    }

    .award__wrapper {
        padding: 32px 0;
    }

    .award__slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 640px;
        margin-top: 32px;
    }

    .award__item:nth-of-type(1),
    .award__item:nth-of-type(2) {
        position: unset;
        inset-inline-start: unset;
    }
}

@media (max-width: 768px) {
    h1,
    .h1 {
        font-size: 40px;
        line-height: 52px;
    }

    h2,
    .h2 {
        font-size: 32px;
        line-height: 44px;
    }

    h3,
    .h3 {
        font-size: 24px;
        line-height: 36px;
    }

    h4,
    .h4 {
        font-size: 20px;
        line-height: 32px;
    }

    h5,
    .h5 {
        font-size: 18px;
        line-height: 28px;
    }

    h6,
    .h6 {
        font-size: 18px;
        line-height: 28px;
    }

    .container {
        padding: 0 24px;
    }

    .hero__wrapper::after {
        width: 858px;
        height: 381px;
        background: radial-gradient(ellipse, rgba(0, 0, 0, 0) 40%, rgb(0, 0, 0) 400px);
    }

    .hero__video {
        width: 858px;
        height: 381px;
    }

    .prize {
        margin-top: -40px;
    }

    .prize__img {
        max-width: 400px;
    }

    .terms__list {
        gap: 26px;
    }

    .terms__list-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 18px;
    }

    .terms__item-txt {
        width: 100%;
        text-align: center;
    }

    .terms__btn-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 46px auto 0;
        max-width: 217px;
    }

    .terms__btn {
        width: 100%;
    }

    .trust-banner__wrapper {
        padding: 46px 0;
    }

    .trust-banner__inner--items {
        gap: 8px;
    }

    .trust-banner__item {
        width: 100%;
    }

    .trust__wrapper {
        padding: 10px 0 0;
    }

    .trust__content--desktop {
        display: none;
    }

    .trust__content--mobile {
        display: block;
    }

    .faq__content {
        margin: 32px auto 0;
    }

    .h5.faq__question-title {
        font-size: 24px;
        line-height: 36px;
    }

    .award__wrapper {
        padding: 32px 0;
    }

    .award__slider {
        max-width: 254px;
    }

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

    .award__controls {
        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;
        position: relative;
        margin-top: 16px;
    }

    .award__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        top: unset;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        min-width: 48px;
        height: 48px;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
    }

    .mfp-container {
        padding: 0;
    }

    .form-17-year.api__form-modal--common {
        height: 100%;
        max-width: unset;
        border-radius: unset;
    }
}

@media (max-width: 375px) {
    .btn.header__btn {
        height: 48px;
        -webkit-padding-start: 24px;
        padding-inline-start: 24px;
        -webkit-padding-end: 48px;
        padding-inline-end: 48px;
    }

    .rtl .hero__video {
        right: 45%;
    }

    .hero__video {
        left: 55%;
    }

    .form-17-year.api__form-modal--common {
        padding: 88px 24px 56px;
    }
}
