@import url('/css/parts/footer.css');
@import url('/css/parts/popup-action.min.css');
@import url('/css/parts/breadcrumbs.min.css');

@font-face {
    font-display: swap;
    font-family: SFProDisplay;
    font-style: normal;
    font-weight: 600;
    src: url(../css/SFProDisplay-Semibold.woff2) format("woff2"), url(../css/SFProDisplay-Semibold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    src: url(../css/Rubik-Regular.woff2) format("woff2"), url(../css/Rubik-Regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Rubik;
    font-style: normal;
    font-weight: 600;
    src: url(../css/Rubik-SemiBold.woff2) format("woff2"), url(../css/Rubik-SemiBold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Rubik;
    font-style: normal;
    font-weight: 700;
    src: url(../css/Rubik-Bold.woff2) format("woff2"), url(../css/Rubik-Bold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 400;
    src: url(../css/Ubuntu-Regular.woff2) format("woff2"), url(../css/Ubuntu-Regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    src: url(../css/Ubuntu-Medium.woff2) format("woff2"), url(../css/Ubuntu-Medium.woff) format("woff")
}

.content_image {
    max-width: 350px;
    width: 100%;
    display: block;
    margin: 15px auto;
}

.content {
    position: relative;
}

.content p {
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0;

}

.content li {
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0;
    color: #9aadc9
}

.content strong {
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0;
    color: #9aadc9;
    font-weight: 700
}

.content h2 {
    font-size: 30px;
    line-height: 1.5;
    margin: 10px 0;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 400;
}

.show {
    display: block;
}

.close {
    width: 40px;
    height: 40px;
}

.content__image__h-80 {
    height: 80px;
}

.image_mobile {
    display: none;
}

.fixed_menu {
    position: fixed;
    z-index: 1;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;

}

.content__box-app {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin: 0 auto;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 30px;
    overflow: hidden;
    background: radial-gradient(91.25% 91.25% at 0 22.5%, rgba(26, 44, 89, .4) 0, rgba(33, 37, 43, .54) 100%);
    box-shadow: 0 3.83443px 4.92999px rgba(0, 0, 0, .05);
    backdrop-filter: blur(11px);
    border-radius: 24px;

}

.content__box-app p {
    margin-bottom: 15px;
}

.varieties__block__image img {
    width: 50px;
    margin-right: 15px;
}


.content__comments__item {
    padding: 30px 40px;

}

.content__comments__item span {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 12px;

}

.comments__name {
    margin-bottom: 10px;
}



table {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 30px;
    overflow: hidden;
    background: radial-gradient(91.25% 91.25% at 0 22.5%, rgba(26, 44, 89, .4) 0, rgba(33, 37, 43, .54) 100%);
    box-shadow: 0 3.83443px 4.92999px rgba(0, 0, 0, .05);
    backdrop-filter: blur(11px);
    border-radius: 24px;
    padding: 30px 40px;
}

td {
    padding: 10px;
}


.lang__hover:hover .lang__area {
    opacity: 1
}


.lang__link {
    text-transform: uppercase;
    margin-left: 15px
}



.youtube__wrap {
    display: grid;
    max-width: 100%;
    margin: 0 auto
}

.youtube {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center
}

.youtube__item {
    position: relative;
    padding: 0 0 55% 0
}

.header__right .vertical img {
    object-fit: cover
}

.content__where-to-play:not(:last-child) {
    margin-bottom: 40px
}

.lang img {
    border-radius: 4px
}

img {
    width: 100%;
    height: 100%
}

video {
    width: 70%;
    max-width: 70%
}

.reviews__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    background: radial-gradient(91.25% 91.25% at 0 22.5%, rgba(26, 44, 89, .4) 0, rgba(33, 37, 43, .54) 100%);
    box-shadow: 0 3.83443px 4.92999px rgba(0, 0, 0, .05);
    backdrop-filter: blur(11px);
    border-radius: 24px;
    padding: 30px
}

.reviews__box__date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
    margin-bottom: 20px
}

.content--reviews .content__box {
    max-width: 100%
}

.content--reviews .reviews__box__date h2 {
    margin-bottom: 0;
    max-width: 80%
}

.content--reviews .content__box .content__box-how-to-play p {
    margin: 25px 0;
    margin-bottom: 0
}

.content--reviews .content__box .content__box-how-to-play {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 20px
}

.content--reviews span {
    font-size: 14px
}

.stars {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.stars img {
    margin-right: 5px
}

.stars img:last-child {
    margin-right: 0
}

.reviews__btn {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    margin-bottom: 10px
}


.reviews__btn__post {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 10px;
    margin-bottom: 0;
    justify-items: center
}

.reviews__btn .green__btn {
    transition: background-color .3s;
    position: relative;
    font-family: SFProDisplay;
    font-size: 15px;
    font-weight: 600;
    padding: 20px 20px;
    background-color: #1ca24e;
    border-radius: 12px;
    text-align: left;
    max-width: 395px;
    width: 100%;
    margin-bottom: 15px
}

.reviews__btn .green__btn:hover {
    background-color: #1679dd
}

.reviews__btn .green__btn:hover::after {
    background-color: #1679dd
}

.reviews__btn .green__btn::after {
    transition: background-color .3s linear;
    position: absolute;
    content: "➔";
    font-size: 19px;
    line-height: 1.3;
    top: 17px;
    right: 40px;
    height: 25px;
    width: 25px;
    background-color: #1ca24e;
    border-radius: 50%;
    box-shadow: 5px 5px 9px 1px #00000048
}

.content--reviews .reviews__text h1 {
    text-align: left
}

.content--reviews img {
    object-fit: cover
}

.reviews__text h1 {
    text-align: left
}

.flex {
    display: flex;
    align-items: center
}

.header {
    background-image: none;
    position: relative
}

.header .header__inner {
    height: 300px
}

.header .header__inner .header__top {
    height: 77px;
    padding: 40px 0
}

.nav__hover {
    position: relative
}

.nav__hover:hover .sub__nav {
    display: flex
}

.nav__content {
    border: 1px solid #642afb;
    max-width: 500px;
    margin: 40px auto;
    border-radius: 15px;
    padding: 20px;
}

.nav__content__title {
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.nav__content .nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

}

.nav__content .nav li {
    margin-bottom: 0;
    text-align: left
}

.nav__content .nav li:last-child {
    margin-bottom: 0
}

.nav__content .nav .nav__item {
    padding: 5px 0;
    display: inline-block;
    transition: all .2s;
}

.nav__content .nav .nav__item:hover {
    color: #642afb;
}

.nav__content .nav .nav__item:after {
    content: none;
    right: 0;
    left: 0
}

.nav__content .d_none {
    display: none;
}

.nav__content-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.close__str {
    width: 20px;
    cursor: pointer;
    transition: all .3s;
}

.close_rotate {
    transform: rotate(-180deg);
}

.sub__nav {
    position: absolute;
    top: -10px;
    left: -10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    display: none;
    background-color: #0a0c15;
    border-radius: 10px;
    padding: 10px;
    padding-right: 0;
    width: 160px
}

.sub__nav li {
    margin-bottom: 20px
}

.sub__nav--mobile {
    position: relative;
    display: flex
}

.body {
    background-image: url(../img/content/bg_content.png);
    background-position: center 0;
    background-repeat: no-repeat;
    background-color: #151027
}

.content--bg {
    padding-top: 20px
}

.content--bg h1 {
    font-family: Rubik;
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: center
}

.content--bg .content__box-how-to-play p {
    margin-top: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 25px
}

.content--bg .win__img {
    max-width: 100%;
    border-radius: 24px
}

.content--bg .win__img img {
    border-radius: 24px
}

.content--bg {
    position: relative
}

.content__title {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 400;
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center
}

.content__subtitle {
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 18px;
    color: #9aadc9;
    margin-top: -15px;
    text-align: center
}

.content__box {
    margin-bottom: 30px;
    overflow: hidden;
    background: radial-gradient(91.25% 91.25% at 0 22.5%, rgba(26, 44, 89, .4) 0, rgba(33, 37, 43, .54) 100%);
    box-shadow: 0 3.83443px 4.92999px rgba(0, 0, 0, .05);
    backdrop-filter: blur(11px);
    border-radius: 24px
}

.content__box-aviator {
    height: 145px;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.content__box-aviator .text {
    margin-right: 40px;
    text-align: justify;
    max-width: 750px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px
}

.content__box-aviator .aviator {
    width: 250px;
    height: auto
}

.content__box-promo {
    height: 145px;
    display: flex
}

.content__box-promo .first {
    width: 100%;
    max-width: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px
}

/*.content__box-promo .first .win__img {
    width: 90px;
    height: 100px
}*/

.content__box-promo .first .win__text {
    font-weight: 600;
    font-size: 18
}

.content__box-promo .second {
    max-width: 670px;
    background: radial-gradient(91.25% 91.25% at 0 22.5%, rgba(26, 44, 89, .4) 0, rgba(33, 37, 43, .54) 100%);
    backdrop-filter: blur(11px);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.content__box-promo .second .left {
    margin-left: 16px
}

.content__box-promo .second .left .estimation {
    display: flex;
    align-items: center
}

.content__box-promo .second .left .estimation .stars {
    margin-right: 10px;
    width: 50px
}

.content__box-promo .second .left .estimation .est {
    font-weight: 500;
    font-family: Ubuntu
}

.content__box-promo .second .left .second__text {
    margin-top: 12px;
    font-weight: 400;
    font-size: 18px;
    width: 100%;
    width: 400px
}

.content__box-promo .second .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 260px;
    margin-right: 32px
}

.content__box-promo .second .right .promo__input {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 22px;
    width: 165px;
    height: 64px;
    text-transform: uppercase;
    text-align: center;
    background-color: transparent;
    border: 2px #ffe1a6 dashed;
    color: #ffe1a6;
    border-radius: 4px
}

.content__box-promo .second .right .promocode {
    height: 20px;
    color: #9aadc9;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 14px
}

.content__box-promo .third {
    transition: background .3s;
    background: #1ca24e;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px
}

.content__box-promo .third:hover {
    background: #1679dd
}

.content__box-grid {
    padding: 32px;
    display: grid;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    grid-template-areas: "r1 c1 c1 c1" "r2 c1 c1 c1" "r3 c1 c1 c1" "r4 c1 c1 c1"
}

.lang__areas {
    position: relative;
    z-index: 999
}

.lang__area {
    display: flex;
    align-items: center;
    background: 0 0;
    border-radius: 10px
}

.lang__area--dn {
    opacity: 0;
    position: absolute;
    top: 35px;
    left: 0;
    flex-direction: column;
    align-items: start;
    padding-bottom: 0;
    z-index: 100000000
}

.lang__item {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 9px 18px
}

.lang__item__bottom {
    padding: 9px 18px;
    padding-top: 6px;
    border-radius: 0 0 10px 10px
}

.lang__item__top {
    padding-bottom: 6px
}

.lang {
    display: inline-block;
    margin: 3px 5px 0
}

.lang img {
    transition: all .2s linear;
    width: 26px
}

.grid__item {
    position: relative
}

.grid__item picture {
    height: 350px;
    overflow: hidden;
    border-radius: 20px
}

.grid__item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px
}

.grid__item p span {
    font-weight: 700
}

.grid__item p span.cian {
    color: #5eecff
}

.grid__item ul {
    margin-top: 10px
}

.grid__item ul li {
    font-weight: 700;
    list-style: disc;
    list-style: inside
}

.grid__item::before {
    position: absolute;
    background: linear-gradient(139.29deg, #192238 23.82%, #2e3d63 101.18%);
    border-radius: 50%;
    width: 42px;
    height: 42px;
    top: -21px;
    left: -21px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 32px
}

.grid__item .grid__item--before::before {
    content: ""
}

.r1 {
    padding-top: 26px;
    grid-area: r1
}

.r1::before {
    content: "1"
}

.c1 {
    grid-area: c1
}

.c1 picture {
    height: unset
}

.r2 {
    padding-top: 26px;
    grid-area: r2
}

.r2::before {
    content: "2"
}

.c2 {
    grid-area: c2
}

.c2::before {
    content: "2"
}

.r3 {
    padding-top: 26px;
    grid-area: r3
}

.r3::before {
    content: "3"
}

.c3 {
    grid-area: c3
}

.c3::before {
    content: "3"
}

.r4 {
    padding-top: 26px;
    grid-area: r4
}

.r4::before {
    content: "4"
}

.c4 {
    grid-area: c4
}

.c4::before {
    content: "4"
}

.content__box-how-to-play {
    padding: 30px
}

.content__box-how-to-play p {
    margin-top: 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 25px
}

.content__box-how-to-play ul li {
    list-style: disc;
    list-style: inside;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.5
}

.content__box-how-to-play ul li:last-child {

    margin-bottom: 0px;

}

.content__box-how-to-play h2 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 40px
}

.content__box-how-to-play .how-to-play__row {
    display: flex;
    justify-content: space-between
}

.content__box-how-to-play .how-to-play__row .how-to-play__item {
    background: radial-gradient(91.25% 91.25% at 0 22.5%, rgba(26, 44, 89, .4) 0, rgba(33, 37, 43, .54) 100%);
    box-shadow: 0 3.83443px 4.92999px rgba(0, 0, 0, .05);
    backdrop-filter: blur(11px);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 333px;
    max-height: 350px;
    position: relative;
    margin: 0 10px
}

.content__box-how-to-play .how-to-play__row .how-to-play__item::before {
    position: absolute;
    background: linear-gradient(139.29deg, #192238 23.82%, #2e3d63 101.18%);
    border-radius: 50%;
    width: 42px;
    height: 42px;
    top: -21px;
    left: -21px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 32px
}

.content__box-how-to-play .how-to-play__row .how-to-play__item::before .how-to-play__img {
    height: 150px;
    width: 100%
}

.content__box-how-to-play .how-to-play__row .how-to-play__item .how-to-play__subtitle {
    margin: auto;
    padding: 30px 10px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 19px
}

.content__box-how-to-play .how-to-play__row .before__1::before {
    content: "1"
}

.content__box-how-to-play .how-to-play__row .before__2::before {
    content: "2"
}

.content__box-how-to-play .how-to-play__row .before__3::before {
    content: "3"
}

.check {
    display: inline-block;
    transform: translateY(7px);
    height: 22px;
    width: 115px;
    margin-left: 4px
}

.content__where-to-play {
    display: flex;
    justify-content: space-between
}

.content__where-to-play .where-to-play__item {
    height: unset;
    width: 48%;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    background: radial-gradient(91.25% 91.25% at 0 22.5%, rgba(26, 44, 89, .4) 0, rgba(33, 37, 43, .54) 100%);
    overflow: hidden;
    justify-content: space-between
}

.img {
    object-fit: cover;
}

.attention-image img {
    width: 50px;
    margin-right: 15px;

}

.content__where-to-play .where-to-play__item .where-to-play__img {
    height: 230px;
    justify-content: flex-end;
    position: relative
}

.content__where-to-play .where-to-play__item .where-to-play__img img {
    height: 230px;
    width: auto;
    position: absolute
}

.content__where-to-play .where-to-play__item a {
    transition: background .3s;
    border-radius: 0 0 24px 24px;
    padding-right: 15%;
    height: 82px;
    position: relative;
    background: #1ca24e;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-family: SFProDisplay;
    font-weight: 600
}

.content__where-to-play .where-to-play__item a:hover {
    background: #1679dd
}

.content__where-to-play .where-to-play__item a:hover::after {
    background: #1679dd
}

.content__where-to-play .where-to-play__item a::after {
    transition: background .3s;
    position: absolute;
    content: "➔";
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    right: 10%;
    height: 40px;
    width: 40px;
    background: #1ca24e;
    box-shadow: 5px 5px 9px 1px #00000048;
    border-radius: 50%
}

.how-to-check__top {
    display: flex;
    justify-content: space-between
}

.how-to-check__top .letf {
    padding-left: 30px
}

.how-to-check__top .letf .first {
    margin-top: 35px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px
}

.how-to-check__top .letf .second {
    margin-top: 28px;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px
}

.how-to-check__top .letf .third {
    margin-top: 8px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #9aadc9
}

.how-to-check__top .letf .fourth {
    margin-top: 14px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #6fffa5
}

.how-to-check__top .right {
    min-width: 434px;
    height: 284px;
    margin-left: 30px
}

.how-to-check__bottom {
    padding: 0 10px 36px 30px;
    margin-top: 32px;
    display: flex;
    justify-content: space-between
}

.how-to-check__bottom .how-to-check__bottom__item {
    max-width: 460px;
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.how-to-check__bottom .how-to-check__bottom__item:first-child {
    margin-right: 10px
}

.how-to-check__bottom .how-to-check__bottom__item picture {
    height: 250px;
    width: 100%
}

.how-to-check__bottom .how-to-check__bottom__item .title {
    font-weight: 400;
    font-size: 24px
}

.how-to-check__bottom .how-to-check__bottom__item .subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px
}

.strategy {
    padding: 30px
}

.strategy .varieties {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.strategy .varieties img {
    width: 35px
}

.strategy .varieties p {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    margin-left: 10px
}

.strategy .varieties__blocks {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.strategy .varieties__blocks .varieties__block-green {
    background: radial-gradient(91.25% 91.25% at 0 22.5%, rgba(26, 89, 29, .4) 0, rgba(27, 39, 27, .54) 100%)
}

.strategy .varieties__blocks .varieties__block-blue {
    background: radial-gradient(91.25% 91.25% at 0 22.5%, rgba(26, 70, 89, .4) 0, rgba(22, 41, 49, .54) 100%)
}

.strategy .varieties__blocks .varieties__block-red {
    background: radial-gradient(91.25% 91.25% at 0 22.5%, rgba(89, 26, 26, .4) 0, rgba(39, 27, 27, .54) 100%)
}

.strategy .varieties__blocks .varieties__block {
    padding: 12px;
    display: flex;
    align-items: center;
    max-width: 32%;
    box-shadow: 0 3.83443px 4.92999px rgba(0, 0, 0, .05);
    backdrop-filter: blur(11px);
    border-radius: 24px
}

.strategy .varieties__blocks .varieties__block picture {
    margin-right: 12px
}

.strategy .varieties__blocks .varieties__block .texts .title {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px
}

.strategy .varieties__blocks .varieties__block .texts .subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px
}

.strategy h2 {
    font-size: 24px;
    line-height: 24px
}

.strategy .h3-top {
    margin-top: 0;
    font-size: 16px;
    line-height: 16px;
    color: #9aadc9
}

.strategy .paragraph {
    margin: 30px 0
}

.strategy .paragraph div {
    font-size: 16px;
    line-height: 18px
}

.strategy .attention {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    background: rgba(255, 218, 88, .1);
    border-radius: 18px
}

.strategy .attention picture {
    width: 35px;
    min-width: 35px;
    margin-right: 30px
}

.strategy .attention .texts h2 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700
}

.strategy .attention .texts p {
    padding: 0;
    margin: 0
}

.strategy .forbidden {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    background: rgba(255, 88, 88, .1);
    border-radius: 18px;
    margin-bottom: 20px;

}

.pinup__promo__img {
    width: 90px;
}

.strategy .forbidden picture {
    width: 35px;
    min-width: 35px;
    margin-right: 30px
}

.strategy .forbidden .texts h2 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700
}

.strategy .forbidden .texts p {
    padding: 0;
    margin: 0
}

.strategy h3 {
    text-transform: uppercase;
    margin-top: 40px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #9aadc9
}

.strategy .example-img {
    overflow: hidden;
    border-radius: 12px;
    margin-top: 30px;
    max-width: 964px
}

.text {
    line-height: 1.5;
    margin: 10px 0;
}

.content__list li {
    line-height: 1.5;
}

@media(max-width:1180px) {
    .content__subtitle {
        text-align: center
    }

    .content__box-promo {
        position: relative;
        height: unset;
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 30px 0 0
    }

    .content__box-promo .first {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    /*.content__box-promo .first .win__img {
        width: 115px;
        height: 128px
    }*/

    .content__box-promo .first .win__text {
        font-weight: 600;
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 18px
    }

    .content__box-promo .second {
        max-width: unset;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between
    }

    .content__box-promo .second .left {
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    /* .content__box-promo .second .left .estimation {
        position: absolute;
        top: 17px;
        left: 17px
    } */

    .content__box-promo .second .left .second__text {
        text-align: center;
        padding: 0 20px;
        margin-top: 12px;
        font-weight: 400;
        font-size: 18px;
        width: 100%
    }

    .content__box-promo .second .right {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        min-width: unset;
        margin-right: 0
    }

    .content__box-promo .second .right .promo__input {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 22px;
        width: 100%;
        max-width: 300px;
        height: 64px
    }

    .content__box-promo .second .right .promocode {
        height: 35px;
        color: #9aadc9;
        width: 100%;
        text-align: center;
        font-weight: 400;
        font-size: 14px
    }

    .content__box-promo .third {
        height: 64px
    }
}

@media(max-width:1100px) {
    .content__box-grid {
        display: grid;
        grid-row-gap: 24px;
        grid-column-gap: 24px;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas: "c1 c1 c1" "r1 r1 r1" "r2 r3 r4" "c2 c3 c4"
    }

    .reviews__btn .green__btn::after {
        right: 15px
    }

    .grid__item {
        margin-top: 10px
    }

    .grid__item picture {
        height: unset;
        overflow: hidden;
        border-radius: 20px;
        max-height: unset
    }
}

@media(max-width:1000px) {
    .strategy {
        padding: 15px
    }

    .strategy .varieties img {
        width: 35px
    }

    .strategy .varieties p {
        font-size: 18px;
        line-height: 20px;
        text-transform: uppercase;
        margin-left: 10px
    }

    .strategy .varieties__blocks {
        flex-direction: column;
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .strategy .varieties__blocks .varieties__block-green {
        background: radial-gradient(91.25% 91.25% at 0 22.5%, rgba(26, 89, 29, .4) 0, rgba(27, 39, 27, .54) 100%)
    }

    .strategy .varieties__blocks .varieties__block-blue {
        background: radial-gradient(91.25% 91.25% at 0 22.5%, rgba(26, 70, 89, .4) 0, rgba(22, 41, 49, .54) 100%)
    }

    .strategy .varieties__blocks .varieties__block-red {
        background: radial-gradient(91.25% 91.25% at 0 22.5%, rgba(89, 26, 26, .4) 0, rgba(39, 27, 27, .54) 100%)
    }

    .strategy .varieties__blocks .varieties__block {
        margin-bottom: 25px;
        min-width: 100%;
        align-items: center;
        padding: 20px 10px;
        display: flex;
        align-items: center;
        box-shadow: 0 3.83443px 4.92999px rgba(0, 0, 0, .05);
        backdrop-filter: blur(11px);
        border-radius: 24px
    }

    .strategy .varieties__blocks .varieties__block picture {
        margin-right: 12px
    }

    .strategy .varieties__blocks .varieties__block .texts .title {
        margin-bottom: 5px;
        font-weight: 700;
        font-size: 18px;
        line-height: 18px
    }

    .strategy .varieties__blocks .varieties__block .texts .subtitle {
        font-weight: 400;
        font-size: 16px;
        line-height: 18px
    }

    .content__box-how-to-play {
        padding: 20px 15px
    }

    .reviews__wrap {
        padding: 20px 15px
    }

    .content__box-how-to-play p {
        text-align: center;
        margin-top: 10px;
        font-weight: 700;
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 25px
    }

    .text {
        font-size: 14px;
    }

    .content__box-how-to-play ul li {
        text-align: center;
        list-style: disc;
        list-style: inside;
        margin-bottom: 25px;
        font-size: 14px;
        line-height: 1.5
    }

    .content__box-how-to-play ul li .check {
        display: block;
        margin: 0 auto
    }

    .content__box-how-to-play h2 {
        text-align: center;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 16px;
        font-weight: 400;
        margin-top: 40px
    }

    .content--reviews .content__box-how-to-play h2 {
        text-align: left;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 16px;
        font-weight: 400;
        margin-top: 0
    }

    .content--reviews .content__box .content__box-how-to-play p {
        text-align: left;
        margin-top: 10px;
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 0
    }

    .content__box-how-to-play .how-to-play__row {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .content__box-how-to-play .how-to-play__row .how-to-play__item {
        max-width: 600px;
        width: 100%;
        max-height: 400px;
        margin: 10px auto
    }

    .content__box-how-to-play .how-to-play__row .how-to-play__item::before {
        top: -5px;
        left: -5px
    }

    .content__box-how-to-play .how-to-play__row .how-to-play__item .how-to-play__subtitle {
        padding: 30px 10px;
        line-height: 19px
    }
}

@media(max-width:920px) {
    .content__comments__item {
        padding: 20px 15px;

    }

    .how-to-check__bottom .how-to-check__bottom__item:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .right {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .how-to-check__image {
        width: 80%;
    }

    .how-to-check__top {
        padding: 20px;
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse
    }



    .how-to-check__top .letf {
        padding-left: 0
    }

    .how-to-check__top .letf .first {
        text-align: center;
        margin-top: 35px;
        font-weight: 700;
        font-size: 16px;
        line-height: 18px
    }

    .how-to-check__top .letf .second {
        text-align: center;
        margin-top: 28px;
        font-weight: 400;
        font-size: 24px;
        line-height: 24px
    }

    .how-to-check__top .letf .third {
        text-align: center;
        margin-top: 8px;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
        color: #9aadc9
    }

    .how-to-check__top .letf .fourth {
        text-align: center;
        margin-top: 14px;
        font-weight: 700;
        font-size: 16px;
        line-height: 18px;
        color: #6fffa5
    }

    .how-to-check__top .right {
        min-width: 100%;
        height: auto;
        margin: 0
    }

    .how-to-check__bottom {
        padding: 20px;
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .how-to-check__bottom .how-to-check__bottom__item {
        max-width: 100%;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .how-to-check__bottom .how-to-check__bottom__item:last-child picture {
        margin-bottom: 0
    }

    .how-to-check__bottom .how-to-check__bottom__item picture {
        height: auto;
        margin-bottom: 30px
    }

    .how-to-check__bottom .how-to-check__bottom__item .title {
        text-transform: uppercase;
        text-align: center;
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 20px
    }

    .how-to-check__bottom .how-to-check__bottom__item .subtitle {
        text-transform: uppercase;
        text-align: center;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px
    }

    .content__where-to-play {
        display: flex;
        justify-content: space-between;
        flex-direction: column
    }

    .content__where-to-play:not(:last-child) {
        margin-bottom: 0
    }

    .content__where-to-play .where-to-play__item {
        height: 327px;
        margin: 0 auto 50px;
        width: 100%;
        max-width: 600px;
        display: flex;
        flex-direction: column;
        border-radius: 24px;
        background: radial-gradient(91.25% 91.25% at 0 22.5%, rgba(26, 44, 89, .4) 0, rgba(33, 37, 43, .54) 100%);
        overflow: hidden;
        justify-content: space-between
    }

    .content__where-to-play .where-to-play__item a {
        padding-right: 15%;
        height: 82px;
        position: relative;
        background: #1ca24e;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 23px;
        font-family: SFProDisplay;
        font-weight: 600
    }

    .content__where-to-play .where-to-play__item a::after {
        position: absolute;
        content: "➔";
        font-size: 19px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 13px;
        right: 10%;
        height: 40px;
        width: 40px;
        background: #1ca24e;
        border-radius: 50%
    }

    .content__title {
        font-size: 18px;
        line-height: 18px;
        text-align: center
    }

    .content__box-aviator {
        height: unset;
        padding: 30px 15px;
        display: flex;
        flex-direction: column-reverse
    }

    .content__box-aviator .text {
        margin: 30px 0 0 0;
        text-align: center;
        font-size: 14px;
        line-height: 19px
    }

    .content__box-aviator .aviator {
        max-width: 200px;
        width: 100%
    }
}

@media(max-width:800px) {
    .content__box-grid {
        padding: 30px 10px;
        display: -ms-grid;
        display: grid;
        grid-row-gap: 20px;
        grid-column-gap: 20px;
        grid-template-columns: 1fr;
        grid-template-areas: "c1" "r1" "r2" "c2" "r3" "c3" "r4" "c4"
    }

    .grid__item {
        text-align: center;
        position: relative;
        margin: 0;
        padding: 0
    }

    .grid__item picture {
        margin: 0 auto;
        max-width: unset;
        height: unset;
        overflow: hidden;
        border-radius: 20px
    }

    .grid__item .vertical {
        max-width: 300px
    }

    .grid__item p {
        font-weight: 400;
        font-size: 16px;
        line-height: 18px
    }

    .grid__item p span {
        font-weight: 700
    }

    .grid__item p span.cian {
        color: #5eecff
    }

    .grid__item ul {
        margin-top: 10px
    }

    .grid__item ul li {
        font-weight: 700;
        list-style: disc;
        list-style: inside
    }

    .grid__item::before {
        top: -30px;
        left: calc(50% - 21px)
    }

    .r1 {
        margin-top: 30px;
        padding-top: 26px;
        grid-area: r1
    }

    .r1::before {
        content: "1"
    }

    .c1 {
        grid-area: c1
    }

    .c1 picture {
        height: unset
    }

    .c1::before {
        content: none
    }

    .r2 {
        margin-top: 30px;
        padding-top: 26px;
        grid-area: r2
    }

    .r2::before {
        content: "2"
    }

    .c2 {
        grid-area: c2
    }

    .c2::before {
        content: none
    }

    .r3 {
        margin-top: 30px;
        padding-top: 26px;
        grid-area: r3
    }

    .r3::before {
        content: "3"
    }

    .c3 {
        grid-area: c3
    }

    .c3::before {
        content: none
    }

    .r4 {
        margin-top: 30px;
        padding-top: 26px;
        grid-area: r4
    }

    .r4::before {
        content: "4"
    }

    .c4 {
        grid-area: c4
    }

    .c4::before {
        content: none
    }
}

@media(max-width:500px) {
    .strategy h2 {
        text-align: center;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px
    }

    .image_mobile {
        display: block;
    }

    .image_desktop {
        display: none;
    }

    .strategy p {
        margin: 30px 0
    }

    .strategy p div {
        font-size: 14px;
        line-height: 18px
    }

    .strategy .attention {
        flex-direction: column;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        background: rgba(255, 218, 88, .1);
        border-radius: 18px
    }

    .strategy .attention picture {
        min-width: 44px;
        width: 44px;
        margin: 15px
    }

    .strategy .attention .texts {
        text-align: center
    }

    .strategy .attention .texts h2 {
        font-size: 14px;
        line-height: 17px;
        font-weight: 700;
        margin-bottom: 15px
    }

    .strategy .attention .texts p {
        font-size: 14px;
        line-height: 20px
    }

    .strategy .forbidden {
        flex-direction: column;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        background: rgba(255, 88, 88, .1);
        border-radius: 18px
    }

    .attention-image img {
        margin-right: 0px;


    }

    .strategy .forbidden picture {
        min-width: 44px;
        width: 44px;
        margin: 15px
    }

    .strategy .forbidden .texts {
        text-align: center
    }

    .strategy .forbidden .texts h2 {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 17px;
        font-weight: 700
    }

    .strategy .forbidden .texts p {
        font-size: 14px;
        line-height: 20px
    }

    .strategy h3 {
        text-align: center;
        font-size: 12px;
        font-weight: 400
    }

    .strategy .example-img {
        overflow: hidden;
        border-radius: 12px;
        margin-top: 20px;
        max-width: 964px
    }
}

@media(max-width:420px) {
    .content__where-to-play .where-to-play__item a {
        font-size: 14px
    }

    .content__where-to-play .where-to-play__item a::after {
        position: absolute;
        content: "➔";
        font-size: 19px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 18px;
        right: 11%;
        height: 30px;
        width: 30px;
        border-radius: 50%
    }
}


.fair__area {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.copyright__area {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 18px;
    color: #9aadc9;
    font-weight: 400
}

@media(max-width:900px) {




    .content--bg .win__img {
        max-width: 100%
    }

    .reviews__btn {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 10px
    }

    .reviews__btn__post {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 10px;
        margin-bottom: 0;
        justify-items: center
    }

    .header .header__inner {
        min-height: 300px;
        height: 300px
    }

    .header .header__inner .header__top {
        height: 77px;
        padding: 40px 0
    }
}




.logo {
    width: 150px
}

body {
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #151027;
    background-image: url(../img/ellipse.svg), url(../img/ellipse.svg);
    background-position: calc(50% - 400px) -800px, calc(50% + 600px) 300px;
    background-repeat: repeat-y;
    background-size: 2200px, 2200px
}

a {
    text-decoration: none;
    color: #fff
}

li {
    list-style: none
}

picture {
    display: flex
}

picture img {
    width: 100%
}

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

.container {
    overflow: hidden;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

@media(max-width:650px) {
    body {
        font-family: Rubik;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        background-image: url(../img/ellipse.svg), url(../img/ellipse.svg);
        background-position: calc(50% - 50px) -550px, calc(50% + 400px) 300px;
        background-repeat: repeat-y;
        background-size: 2200px, 2200px
    }
}



.header .header__inner {
    height: 300px
}

.header .header__inner .header__top {
    height: 77px;
    padding: 40px 0
}

.nav__hover {
    position: relative
}

.nav__hover:hover .sub__nav {
    display: flex
}





.sub__nav {
    position: absolute;
    top: -10px;
    left: -10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    display: none;
    background-color: #0a0c15;
    border-radius: 10px;
    padding: 10px;
    padding-right: 0;
    width: 160px
}

.sub__nav li {
    margin-bottom: 20px
}

.sub__nav--mobile {
    position: relative;
    display: flex
}

header {
    z-index: 700;
    background-image: url(../img/header/Lucky-Jet.jpg);
    background-size: cover;
    background-repeat: no-repeat;

}

.header__inner {
    height: 100vh;
    display: flex;
    flex-direction: column
}

.header__inner .header__top {
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 77px
}

.header__inner .header__middle {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%
}

.middle__wrap {
    display: flex;
    justify-content: space-between;
    height: 100%
}

.header__inner .header__middle .header__left {
    max-width: 800px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.header__inner .header__middle .header__left h1 {
    font-family: Rubik;
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 15px
}

.header__inner .header__middle .header__left p {
    font-family: Rubik;
    color: #9aadc9;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 30px
}

.header__inner .header__middle .header__left .green__btn {
    transition: background-color .3s linear;
    position: relative;
    font-family: SFProDisplay;
    font-size: 15px;
    font-weight: 600;
    padding: 20px 20px;
    background: #8F4BF4;
    border-radius: 12px;
    text-align: center;
    max-width: 250px;
    width: 100%;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.header__inner .header__middle .header__left .green__btn:hover {
    background-color: #642afb
}



.header__inner .header__middle .header__right {
    z-index: -3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative
}

.header__inner .header__middle .header__right .header__airplane {
    position: absolute;
    right: 0;
    width: 120%
}

.nav {
    display: flex;
    align-items: center
}

.nav .nav__item {
    position: relative;
    font-family: SFProDisplay;
    font-weight: 600;
    font-size: 12px;
    margin-left: 2px;
    padding: 16px;
    color: #fff;
    text-transform: uppercase;
}

.nav .nav__item::after {
    transition: opacity .2s linear;
    position: absolute;
    content: "";
    bottom: 3px;
    left: 13px;
    right: 13px;
    height: 4px;
    opacity: 0;
    border-radius: 16px
}

.nav .nav__item:hover::after {
    background-color: #8F4BF3;
    box-shadow: 0 1px 5px #8F4BF3;
    opacity: 1
}

.nav .nav__item-btn {
    transition: background-color .2s linear;
    font-family: SFProDisplay;
    font-weight: 600;
    font-size: 12px;
    margin-left: 2px;
    padding: 16px;
    color: #fff;
    background-color: #1c253c;
    border-radius: 12px
}

.nav .nav__item-btn:hover {
    background-color: #1679dd
}

.burger {
    display: none;
    width: 40px;
}

.mobile {
    transition: top .3s linear;
    display: flex;
    flex-direction: column;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: -140%;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(91.25% 91.25% at 0 22.5%, rgba(5, 12, 31, .925) 0, rgba(4, 5, 8, .808) 100%);
    box-shadow: 0 3.83443px 4.92999px rgba(0, 0, 0, .05);
    backdrop-filter: blur(19px)
}

.none {
    display: none
}

.active {
    top: 0
}

.top {
    display: flex;
    justify-content: space-between;
    padding: 30px
}

.mobile__nav {
    margin-top: 30px;
    height: 300px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end
}
.mobile__nav li{
   margin-bottom: 10px;
}


.mobile__nav .mobile__nav__item {
    padding: 20px 0;
    transition: all .3s linear;
    font-weight: 400;
    font-size: 14px;
    line-height: 120.68%;
    letter-spacing: -.01em;
    color: #9aadc9;
    position: relative;
}

.mobile__nav .mobile__nav__item::after {
    transition: opacity .2s linear;
    position: absolute;
    content: "";
    right: -15px;
    top: 3px;
    bottom: 3px;
    width: 5px;
    opacity: 0;
    border-radius: 16px
}

.mobile__nav .mobile__nav__item:hover {
    color: #fff
}

.mobile__nav .mobile__nav__item:hover::after {
    background-color: #1679dd;
    box-shadow: 0 1px 7px #1679dd;
    opacity: 1
}

.mobile__nav .mobile__nav__item-btn {
    transition: all .3s linear;
    background: #344571;
    border-radius: 12px;
    padding: 15px
}

.mobile__nav .mobile__nav__item-btn:hover {
    background: #4c6299
}

.mobile__copy {
    margin: auto auto 20px;
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    color: #7890a7
}

@media(max-width:900px) {


    .header__inner {
        min-height: 500px
    }

    .header__inner .header__middle .header__left {
        min-width: 380px
    }

    .header__inner .header__middle .header__left h1 {
        font-family: Rubik;
        font-size: 46px
    }

    .content--bg h1 {
        font-size: 46px;
        font-weight: 400
    }

    .header__inner .header__middle .header__left h2 {
        font-size: 12px
    }

    .header__inner .header__middle .header__left .green__btn {
        padding: 20px 20px;
        max-width: 305px
    }

    .header__inner .header__middle .header__left .green__btn::after {
        right: 40px
    }
}

@media(max-width:740px) {


    header::before {
        z-index: -3;
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background-size: 80%;
        background-position: 50% 50px;
        background-repeat: no-repeat
    }

    .webp header::before {
        filter: brightness(.5) blur(4px) opacity(.5);
        background-image: url(../img/clouds.png)
    }

    .no-webp header::before {
        background-image: url(../img/clouds.webp)
    }

    .header__inner {
        height: unset
    }

    .header__inner .header__top {
        padding-left: 10px;
        padding-right: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 77px
    }

    .header__inner .header__middle {
        display: flex;
        flex-direction: column;
        height: 100%
    }

    .header__inner .header__middle .header__left {
        min-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 100px
    }

    .header__inner .header__middle .header__left h1 {
        font-family: Rubik;
        font-size: 60px;
        font-weight: 400;
        margin-bottom: 0
    }

    .header__inner .header__middle .header__left h2 {
        font-family: Rubik;
        color: #9aadc9;
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 50px
    }

    .header__inner .header__middle .header__right {
        height: 70vw;
        padding: 0 30px;
        min-width: 100%;
        justify-content: start;
        align-items: center
    }

    .header__inner .header__middle .header__right .header__airplane {
        position: relative;
        min-width: 100%;
        right: unset;
        left: unset
    }

    .header__inner .header__middle .header__right picture {
        margin: 0 auto;
        width: unset
    }
}

@media(max-width:680px) {
    .burger {
        display: block
    }


    .reviews__wrap {
        grid-template-columns: 1fr
    }

    .reviews__wrap img {
        display: none
    }

    .content--reviews .reviews__box__date h2 {
        max-width: 100%
    }

    .content--reviews .content__box .content__box-how-to-play {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 20px
    }

    .content--reviews .content__box .content__box-how-to-play img {
        max-height: 200px
    }

    .reviews__box__date {
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }

    .content--reviews .content__box .content__box-how-to-play .reviews__box__date h2 {
        margin-bottom: 10px
    }

    .body {
        background-image: none;
        background-position: center 0;
        background-repeat: no-repeat;
        background-color: #151027
    }

    video {
        width: 100%;
        max-width: 100%
    }

    .content--bg {
        padding-top: 0
    }

    .header .header__inner {
        min-height: 120px;
        height: 150px
    }

    .nav .nav__item:hover::after {
        background-color: #1679dd;
        box-shadow: 0 1px 5px #1679dd;
        opacity: 0
    }

    .lang__areas {
        padding-top: 0
    }

    .lang__area--dn {
        top: 35px
    }

    .lang__areas {
        margin-right: 0
    }

    .flex {
        max-width: 500px;
        width: 100%;
        justify-content: flex-end
    }

    .nav {
        display: none
    }




    .lang__area--dn {
        opacity: 0;
        position: absolute;
        top: 24px;
        left: 0;
        flex-direction: column;
        align-items: start;
        padding-bottom: 0;
        z-index: 999
    }

    .lang__item {
        display: flex;
        align-items: center;
        flex-direction: row;
        padding: 0 18px
    }

    .lang__item__bottom {
        padding: 0 18px;
        padding-top: 0;
        border-radius: 0 0 10px 10px
    }

    .lang__item__top {
        padding-bottom: 0
    }


    .logo {
        width: 150px;
        margin: 0 auto;
        text-align: center
    }

   
}

@media(max-width:540px) {
    .header__inner .header__middle .header__left h1 {
        font-size: 10vw;
        margin-bottom: 10px
    }

    .content--bg h1 {
        font-size: 10vw;
        margin-bottom: 30px
    }

    .header__inner .header__middle .header__left h2 {
        font-size: 3vw
    }

    .reviews__btn .green__btn::after {
        right: 35px
    }

    .reviews__btn {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        margin-bottom: 10px;
        justify-items: center;
        text-align: center
    }

    .reviews__btn .green__btn {
        padding: 20px 35px
    }
}

@media(max-width:360px) {
    .header__inner .header__middle .header__left .green__btn {
        padding: 20px;
        max-width: 100%;
        width: 100%
    }

    .header__inner .header__middle .header__left .green__btn::after {
        font-size: 18px;
        right: calc(50% - 110px)
    }
}

@media (max-width:740px) {
    @supports (-webkit-appearance:none) {


        .webp header::before {
            background-image: url(../img/clouds.webp)
        }

        .webp .header::before {
            background-image: none
        }
    }
}