* {
    padding: 0;
    margin: 0;
    border: 0
}

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

:active,
:focus {
    outline: 0
}

a:active,
a:focus {
    outline: 0
}

aside,
footer,
header,
nav {
    display: block
}

body,
html {
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    scrollbar-gutter: stable
}

button,
input,
textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

input,
textarea {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: inherit
}

input::placeholder,
textarea::placeholder {
    color: inherit
}

textarea {
    resize: none
}

button {
    cursor: pointer;
    background-color: transparent
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a {
    display: inline-block;
    color: inherit
}

a,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    vertical-align: top
}

svg {
    display: block;
    width: 100%;
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

picture {
    display: block;
    width: 100%;
    height: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

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

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

:root {
    --font-main: "Play", sans-serif;
    --container-width: 1240px;
    --container-step: 20px;
    --container-step-tablet: 15px;
    --container-step-mobile: 16px;
    --container: calc(var(--container-width) + (var(--container-step) * 2));
    --background-page: rgba(48, 0, 98, 1);
    --main: #000000;
    --black: #000000;
    --white: #ffffff;
    --l-blue: #4BA2B3;
    --gradient: linear-gradient(90deg, #4ba2b3 0%, #b91fec 100%);
    --dark: #1E1E1E;
    --blue: #a7cff3;
    --hover: #1b879c;
    --active: #1b879c
}

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

@media (max-width:991px) {
    .container {
        padding: 0 var(--container-step-tablet)
    }
}

@media (max-width:600px) {
    .container {
        padding: 0 var(--container-step-mobile)
    }
}

.rd-transfer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: var(--font-main);
    min-height: 100vh;
    overflow: hidden;
    color: var(--main);
    background: -webkit-gradient(linear, right top, left top, from(#2e2e2f), to(#080b0f));
    background: linear-gradient(270deg, #2e2e2f 0, #080b0f 100%)
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.main_no-margin:not(:last-child) {
    margin-bottom: 0
}

a,
button {
    color: var(--main)
}

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

.tx-60-24 {
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    color: #d3ffd9
}

@media (max-width:991px) {
    .tx-60-24 {
        font-size: 44px
    }
}

@media (max-width:600px) {
    .tx-60-24 {
        font-size: 24px
    }
}

.tx-38-24 {
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    color: #d3ffd9
}

@media (max-width:600px) {
    .tx-38-24 {
        font-size: 24px
    }
}

.tx-32 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    color: var(--white)
}

.tx-32-16 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    color: var(--white)
}

@media (max-width:600px) {
    .tx-32-16 {
        font-size: 16px
    }
}

.tx-20 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.tx-20-14 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: var(--white)
}

@media (max-width:600px) {
    .tx-20-14 {
        font-size: 14px
    }
}

.tx-16 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #d3ffd9
}

.tx-16-14 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #d3ffd9
}

@media (max-width:600px) {
    .tx-16-14 {
        font-size: 14px
    }
}

.tx-14 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--white)
}

.tx-14-12 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #1a291c
}

@media (max-width:600px) {
    .tx-14-12 {
        font-size: 12px
    }
}

.color-white {
    color: var(--white)
}

.color-black {
    color: var(--black)
}

.color-grey {
    color: #a1a1a1
}

.color-green {
    color: #1a291c
}

.mb-70 {
    margin-bottom: 70px
}

.mb-16 {
    margin-bottom: 16px
}

.input {
    display: block;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 14px 16px;
    width: 100%;
    height: 49px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    resize: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out
}

.input_area {
    height: 100px
}

@media (any-hover:hover) {
    .input:hover {
        border-color: var(--hover)
    }
}

.input:focus-visible {
    border-color: var(--hover)
}

.but {
    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;
    gap: 10px;
    padding: 5px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#21ebc5), to(#5762ee));
    background: linear-gradient(180deg, #21ebc5 0, #5762ee 100%);
    max-width: 246px;
    width: 100%;
    min-height: 47px;
    color: var(--white);
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media (max-width:600px) {
    .but {
        min-height: 34px;
        font-size: 12px
    }
}

.but_border {
    border-radius: 10px;
    border: 2px solid #21ebc5;
    background: 0 0;
    color: #21ebc5
}

@media (any-hover:hover) {
    .but:hover {
        opacity: .5
    }
}

.but:focus-visible {
    opacity: .5
}

.but:active {
    opacity: .5;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.mb-section:not(:last-child) {
    margin-bottom: 60px
}

.mb-32-10:not(:last-child) {
    margin-bottom: 32px
}

@media (max-width:1220px) {
    .mb-32-10:not(:last-child) {
        margin-bottom: 24px
    }
}

@media (max-width:991px) {
    .mb-32-10:not(:last-child) {
        margin-bottom: 16px
    }
}

@media (max-width:600px) {
    .mb-32-10:not(:last-child) {
        margin-bottom: 10px
    }
}

.mb-15 {
    margin-bottom: 15px
}

.pt-60 {
    padding-top: 60px
}

.mb-20:not(:last-child) {
    margin-bottom: 20px
}

.mb-10 {
    margin-bottom: 10px
}

.word-break {
    word-break: break-all
}

.m-auto {
    margin-left: auto;
    margin-right: auto
}

.img-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.img-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.underline {
    text-decoration: underline
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.fw-100 {
    font-weight: 100
}

.fw-200 {
    font-weight: 200
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.fw-900 {
    font-weight: 900
}

.rd-upload img {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.rd-load img {
    opacity: 1
}

.scroll {
    padding-bottom: 10px;
    overflow: auto
}

.scroll::-webkit-scrollbar {
    height: 4px;
    background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
    background-color: var(--brown)
}

.mb-24 {
    margin-bottom: 24px
}

.pd-80-40 {
    padding: 80px 0
}

@media (max-width:600px) {
    .pd-80-40 {
        padding: 40px 0
    }
}

.mb-80-40 {
    margin-bottom: 80px
}

@media (max-width:600px) {
    .mb-80-40 {
        margin-bottom: 40px
    }
}

.mb-40-12 {
    margin-bottom: 40px
}

@media (max-width:600px) {
    .mb-40-12 {
        margin-bottom: 12px
    }
}

.color-blue {
    color: #201a29
}

.tx-24 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

.tx-72-24 {
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #d3ffd9
}

@media (max-width:991px) {
    .tx-72-24 {
        font-size: 44px
    }
}

@media (max-width:600px) {
    .tx-72-24 {
        font-size: 24px
    }
}

.fortunareels-header {
    position: relative;
    padding: 17px 0;
    width: 100%
}

@media (max-width:600px) {
    .fortunareels-header {
        padding: 12px 0
    }
}

.fortunareels-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.fortunareels-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    scale: 1;
    -webkit-transition: scale .3s ease-in-out;
    transition: scale .3s ease-in-out
}

.fortunareels-header__logo img {
    max-width: 32px;
    width: 100%;
    height: 32px
}

@media (max-width:600px) {
    .fortunareels-header__logo img {
        max-width: 20px;
        height: 20px
    }
}

@media (any-hover:hover) {
    .fortunareels-header__logo:hover {
        scale: 1.03
    }
}

.fortunareels-header__logo:active {
    scale: 1.05;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.fortunareels-header__menu {
    width: 100%
}

@media (max-width:991px) {
    .fortunareels-header__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: var(--black);
        z-index: 100;
        padding: 100px 30px 30px 30px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        overflow: auto;
        -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
        transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out
    }
}

@media (max-width:600px) {
    .fortunareels-header__menu {
        padding: 80px 30px 30px 30px
    }
}

.fortunareels-header__menu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: visible
}

.fortunareels-header__exit-menu {
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: transparent
}

@media (max-width:991px) {
    .fortunareels-header__exit-menu {
        display: block;
        top: 25px;
        right: 15px
    }
}

@media (max-width:600px) {
    .fortunareels-header__exit-menu {
        top: 25px;
        right: 15px
    }
}

.fortunareels-header__exit-menu::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--white);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fortunareels-header__exit-menu::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: var(--white);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media (max-width:991px) {
    .nav {
        -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;
        gap: 50px
    }
}

.nav__list-two {
    max-width: 222px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

.nav__item-two {
    width: 100%
}

.nav__item-two:nth-child(1) {
    max-width: 98px
}

.nav__item-two:nth-child(2) {
    max-width: 108px
}

.nav__list {
    width: 100%;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 16px
}

@media (max-width:991px) {
    .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 50px;
        background: 0 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.nav__list_footer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width:991px) {
    .nav__list_footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px 32px
    }
}

.burger {
    display: none;
    -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;
    position: relative;
    width: 24px;
    height: 18px;
    background-color: transparent
}

@media (max-width:991px) {
    .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 5px
    }
}

.burger span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 11px;
    background-color: var(--white)
}

.terms {
    padding: 40px 0 30px 0
}

.terms h1 {
    font-size: 42px;
    line-height: 1.3;
    color: var(--white);
    font-weight: 700
}

@media (max-width:991px) {
    .terms h1 {
        font-size: 32px
    }
}

@media (max-width:600px) {
    .terms h1 {
        font-size: 16px
    }
}

.terms h1:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms h1:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms h1:not(:last-child) {
        margin-bottom: 15px
    }
}

.terms h2 {
    font-size: 36px;
    line-height: 1.3;
    color: var(--white);
    font-weight: 700
}

@media (max-width:991px) {
    .terms h2 {
        font-size: 25px
    }
}

@media (max-width:600px) {
    .terms h2 {
        font-size: 14px
    }
}

.terms h2:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms h2:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms h2:not(:last-child) {
        margin-bottom: 15px
    }
}

.terms p {
    font-size: 20px;
    line-height: 1.3;
    color: var(--white);
    font-weight: 400
}

@media (max-width:991px) {
    .terms p {
        font-size: 18px
    }
}

@media (max-width:600px) {
    .terms p {
        font-size: 12px
    }
}

.terms p:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms p:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms p:not(:last-child) {
        margin-bottom: 15px
    }
}

.terms ul:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms ul:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms ul:not(:last-child) {
        margin-bottom: 15px
    }
}

.terms li {
    font-size: 18px;
    line-height: 1.3;
    color: var(--white);
    font-weight: 400
}

@media (max-width:991px) {
    .terms li {
        font-size: 16px
    }
}

@media (max-width:600px) {
    .terms li {
        font-size: 12px
    }
}

.terms li:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms li:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms li:not(:last-child) {
        margin-bottom: 15px
    }
}

.fortunareels-hero {
    padding: 80px 0;
    position: relative
}

@media (max-width:600px) {
    .fortunareels-hero {
        padding: 40px 0
    }
}

.fortunareels-hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 80px;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media (max-width:991px) {
    .fortunareels-hero__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px;
        text-align: center
    }
}

.fortunareels-hero__content {
    max-width: 530px;
    width: 100%
}

.fortunareels-hero__top {
    margin-bottom: 20px
}

@media (max-width:600px) {
    .fortunareels-hero__top {
        margin-bottom: 8px
    }
}

.fortunareels-hero__title {
    margin-bottom: 30px
}

@media (max-width:600px) {
    .fortunareels-hero__title {
        margin-bottom: 24px
    }
}

.fortunareels-hero__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: 12px
}

@media (max-width:991px) {
    .fortunareels-hero__list {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        gap: 8px
    }
}

@media (max-width:991px) {
    .fortunareels-hero__item {
        max-width: 100%;
        width: 100%
    }
}

@media (max-width:991px) {
    .fortunareels-hero__link {
        max-width: 100%
    }
}

.fortunareels-hero__img {
    max-width: 505px;
    width: 100%;
    height: 505px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:991px) {
    .fortunareels-hero__img {
        max-width: 328px;
        height: 328px
    }
}

.fortunareels-info__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template: auto/repeat(4, 1fr);
    gap: 40px
}

@media (max-width:991px) {
    .fortunareels-info__list {
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr 24px 1fr;
        grid-template: auto/repeat(2, 1fr);
        gap: 24px
    }
}

@media (max-width:500px) {
    .fortunareels-info__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.fortunareels-info__item {
    padding: 16px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #262269;
    -webkit-box-shadow: 0 0 8px 0 #2ad7cc;
    box-shadow: 0 0 8px 0 #2ad7cc
}

.fortunareels-info__img {
    max-width: 60px;
    width: 100%;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.fortunareels-info__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: 8px
}

.fortunareels-blochik__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px
}

@media (max-width:600px) {
    .fortunareels-blochik__container {
        gap: 20px
    }
}

.fortunareels-blochik__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.fortunareels-blochik__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template: auto/repeat(3, 1fr);
    gap: 40px 50px
}

@media (max-width:991px) {
    .fortunareels-blochik__list {
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr 16px 1fr;
        grid-template: auto/repeat(2, 1fr);
        gap: 16px
    }
}

@media (max-width:600px) {
    .fortunareels-blochik__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.fortunareels-blochik__item {
    padding: 16px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    border-radius: 10px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px)
}

.fortunareels-blochik__link-two {
    max-width: 100%
}

.fortunareels-blochik__img {
    height: 398px;
    width: 100%;
    border-radius: 10px
}

.fortunareels-blochik__img img {
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:600px) {
    .fortunareels-blochik__img {
        height: 291px
    }
}

.fortunareels-star__container {
    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;
    gap: 24px
}

@media (max-width:991px) {
    .fortunareels-star__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.fortunareels-star__img {
    max-width: 505px;
    width: 100%;
    height: 307px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:450px) {
    .fortunareels-star__img {
        height: 212px
    }
}

.fortunareels-star__content {
    max-width: 530px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

@media (max-width:991px) {
    .fortunareels-star__content {
        max-width: 100%;
        text-align: center
    }
}

.fortunareels-elite__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.fortunareels-elite__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.fortunareels-elite__list {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.fortunareels-elite__item {
    padding: 16px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    width: 100%;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#00312f), to(#06120c));
    background: linear-gradient(180deg, #00312f 0, #06120c 100%)
}

@media (max-width:600px) {
    .fortunareels-elite__item {
        gap: 12px;
        padding: 8px 8px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.fortunareels-elite__img {
    max-width: 40px;
    width: 100%;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:600px) {
    .fortunareels-elite__img {
        max-width: 24px;
        height: 24px
    }
}

.fortunareels-elite .left-two {
    max-width: 232px
}

@media (max-width:600px) {
    .fortunareels-elite .left-two {
        max-width: 123px
    }
}

.fortunareels-elite .left-three {
    max-width: 156px
}

@media (max-width:600px) {
    .fortunareels-elite .left-three {
        max-width: 70px
    }
}

.fortunareels-elite .sprint-two {
    max-width: 456px;
    margin-right: auto
}

@media (max-width:600px) {
    .fortunareels-elite .sprint-two {
        width: 100%;
        max-width: 88px;
        margin-right: 0;
        margin-left: -57px
    }
}

@media (max-width:600px) {
    .fortunareels-elite .sprint-mob {
        max-width: 144px;
        width: 100%;
        margin-left: -55px
    }
}

.fortunareels-elite .item-two {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.fortunareels-elite__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    max-width: 206px;
    width: 100%
}

@media (max-width:600px) {
    .fortunareels-elite__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
        max-width: 123px
    }
}

.fortunareels-elite__sprint {
    width: 100%;
    height: 16px;
    border-radius: 10px;
    background: -webkit-gradient(linear, left bottom, left top, from(#2b44ab), to(#21ebc5));
    background: linear-gradient(0deg, #2b44ab 0, #21ebc5 100%)
}

@media (max-width:600px) {
    .fortunareels-elite__sprint {
        margin-left: -50px;
        width: 160px
    }
}

.fortunareels-urers__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px
}

@media (max-width:600px) {
    .fortunareels-urers__container {
        gap: 20px
    }
}

.fortunareels-urers__top {
    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
}

.fortunareels-urers__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.fortunareels-urers__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    max-width: 102px;
    width: 100%;
    height: 45px
}

@media (max-width:600px) {
    .fortunareels-urers__buttons {
        display: none
    }
}

.fortunareels-urers__button {
    position: relative;
    max-width: 45px;
    width: 100%;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer
}

.fortunareels-urers .swiper-button-next:after,
.fortunareels-urers .swiper-button-prev:after {
    display: none
}

.fortunareels-urers .swiper-button-prev,
.fortunareels-urers .swiper-rtl .swiper-button-next {
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fortunareels-urers .swiper-button-next,
.fortunareels-urers .swiper-rtl .swiper-button-prev {
    right: 0
}

.fortunareels-urers__swiper {
    overflow: visible
}

@media (max-width:600px) {
    .fortunareels-urers__wrapper {
        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
    }
}

.fortunareels-urers__slide {
    max-width: 400px;
    width: 100%;
    height: auto;
    padding: 24px 24px;
    border-radius: 10px;
    border: 1px solid #b3ff00;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .01);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .01)
}

@media (max-width:600px) {
    .fortunareels-urers__slide {
        padding: 16px 16px
    }
}

@media (max-width:600px) {
    .fortunareels-urers__text-two {
        margin-bottom: 8px
    }
}

.fortunareels-urers__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1px
}

@media (max-width:600px) {
    .fortunareels-urers__list {
        margin-bottom: 16px
    }
}

.fortunareels-urers__item {
    max-width: 20px;
    width: 100%;
    height: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.fortunareels-contacts__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

@media (max-width:991px) {
    .fortunareels-contacts__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.fortunareels-contacts__image {
    border-radius: 30px;
    padding: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 559px;
    flex: 0 1 559px;
    height: 429px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:991px) {
    .fortunareels-contacts__image {
        height: 301px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

.fortunareels-footer {
    padding: 40px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#00312f), to(#06120c));
    background: linear-gradient(180deg, #00312f 0, #06120c 100%)
}

.fortunareels-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

@media (max-width:600px) {
    .fortunareels-footer__container {
        gap: 16px
    }
}

.fortunareels-footer__logo {
    margin: 0 auto;
    max-width: 180px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px
}

.fortunareels-footer__logo div {
    max-width: 32px;
    width: 100%;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.fortunareels-footer__text {
    color: #f1f1f1
}

.fortunareels-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:400px) {
    .fortunareels-footer__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.fortunareels-footer__age {
    max-width: 40px;
    width: 100%;
    height: 40px;
    background-image: url(../fortunareels-img/fortunareels-svg/fortunareels-19+.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:600px) {
    .nav {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 41px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

.nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

@media (any-hover:hover) {
    .nav__link:hover {
        color: var(--hover)
    }
}

.nav__link:focus-visible {
    color: var(--hover)
}

.nav__link:active {
    color: var(--active);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.nav__link .icon {
    width: 12px;
    height: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.fortunareels-auth__cards {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 40px;
    border-radius: 20px;
    background: -webkit-gradient(linear, right top, left top, from(#f0f0f0), to(#cdcdcd));
    background: linear-gradient(270deg, #f0f0f0 0, #cdcdcd 100%)
}

@media (max-width:600px) {
    .fortunareels-auth__cards {
        background: 0 0;
        padding: 0
    }
}

.fortunareels-auth__card {
    width: 100%
}

@media (max-width:800px) {
    .fortunareels-auth__card {
        max-width: 100%
    }
}

.fortunareels-auth__title {
    margin-bottom: 24px
}

@media (max-width:600px) {
    .fortunareels-auth__title {
        margin-bottom: 16px;
        color: #d3ffd9
    }
}

.fortunareels-auth span {
    display: block
}

@media (max-width:600px) {
    .fortunareels-auth span {
        color: #d3ffd9
    }
}

.fortunareels-auth__mail {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.fortunareels-auth__mail span {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 24px;
    width: 100%;
    height: 24px
}

@media (max-width:600px) {
    .fortunareels-auth__mail {
        color: #d3ffd9
    }

    .fortunareels-auth__mail span {
        background-image: url(../fortunareels-img/fortunareels-svg/fortunareels-mail-mob.svg)
    }
}

.fortunareels-auth__text {
    color: #00312f
}

@media (max-width:600px) {
    .fortunareels-auth__text {
        color: #21ebc5
    }
}

.fortunareels-auth__container {
    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
}

.fortunareels-auth__mintitle {
    max-width: 800px;
    width: 100%
}

.fortunareels-auth .form {
    max-width: 820px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.fortunareels-auth .fortunareels-auth__content {
    padding-top: 10px;
    display: none
}

.fortunareels-auth .fortunareels-auth__content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fortunareels-auth__text {
    width: 100%
}

.fortunareels-auth__text a {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
    .fortunareels-auth__text a:hover {
        opacity: .5
    }
}

.fortunareels-auth__text a:focus-visible {
    opacity: .5
}

.fortunareels-auth__text a:active {
    opacity: .5;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

@media (max-width:600px) {
    .fortunareels-auth .form__button {
        max-width: 100%
    }
}

.form-contact .form {
    padding: 0
}

.form-contact__cards {
    padding: 64px 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:600px) {
    .form-contact__cards {
        padding: 16px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.form-contact__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    width: 50%
}

@media (max-width:600px) {
    .form-contact__card {
        width: 100%
    }
}

.form-contact__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.form-contact__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: 16px
}

.hero-game {
    min-height: auto;
    padding: 24px 0
}

@media (max-width:600px) {
    .hero-game {
        padding: 40px 0
    }
}

.hero-game .fortunareels-hero__titile {
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4.32px
}

@media (max-width:600px) {
    .hero-game .fortunareels-hero__titile {
        font-size: 38px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: 2.28px
    }
}

.hero-game .fortunareels-hero__content {
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fortunareels-play {
    padding: 40px 0;
    background: #421a00
}

@media (max-width:600px) {
    .fortunareels-play {
        padding: 20px 0
    }
}

.fortunareels-play__card {
    border-radius: 20px;
    border: 1px solid #fff;
    height: 800px;
    width: 100%;
    overflow: hidden
}

.fortunareels-play__card iframe {
    border-radius: 20px;
    width: 100%;
    height: 800px
}

@media (max-width:991px) {
    .fortunareels-play__card {
        height: 500px
    }

    .fortunareels-play__card iframe {
        height: 500px
    }
}

@media (max-width:600px) {
    .fortunareels-play__card {
        height: 280px
    }

    .fortunareels-play__card iframe {
        height: 280px
    }
}

.fortunareels-game {
    padding: 24px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../fortunareels-img/fortunareels-back-game.webp)
}

@media (max-width:600px) {
    .fortunareels-game {
        padding: 16px 0;
        background-image: url(../fortunareels-img/fortunareels-back-game-mob.webp)
    }
}

.demo-card {
    padding: 40px 0 80px
}

@media (max-width:600px) {
    .demo-card {
        padding: 20px 0 60px 0
    }
}

.demo-card__play {
    margin: 0 auto;
    height: 720px;
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #fff
}

@media (max-width:600px) {
    .demo-card__play {
        max-width: 328px;
        height: 260px
    }
}

.demo-card__play iframe {
    width: 100%;
    border-radius: 20px;
    height: 720px
}

@media (max-width:600px) {
    .demo-card__play iframe {
        height: 260px
    }
}

.img-game-one {
    max-width: 100%;
    height: 373px;
    border-radius: 20px
}

@media (max-width:400px) {
    .img-game-one {
        height: 98px
    }
}

.img-game-two {
    height: 252px
}

@media (max-width:400px) {
    .img-game-two {
        height: 66px
    }
}