/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/assets/scss/main.scss ***!
  \************************************************************************************************************************************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-transform: none;
}

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

@font-face {
    font-family: exoblack;
    src: url(../fonts/Exo-Black.ttf);
}

@font-face {
    font-family: exoreg;
    src: url(../fonts/Exo-Regular.ttf);
}

@font-face {
    font-family: exoblack-s;
    src: url(../fonts/sci-fi_BO_Exo2-UltraBold.otf);
}

@font-face {
    font-family: exoreg-s;
    src: url(../fonts/sci-fi_BO_Exo2-Regular.otf);
}

.heading1 {
    font-size: 54px;
    font-family: exoblack;
}

.privacy-policy {
    padding-top: 170px;
}

@media (max-width: 850px) {
    .privacy-policy {
        padding-top: 120px;
    }

    .heading1 {
        font-size: 36px;
    }
}

@media (max-width: 400px) {
    .heading1 {
        font-size: 30px;
    }
}

.heading2 {
    font-size: 36px;
    font-family: exoblack;
}

.body1 {
    font-size: 16px;
    font-family: exoreg;
    line-height: 24px;
}

.body2 {
    font-size: 14px;
    font-family: exoreg;
    line-height: 22px;
}

.color-black {
    color: #000;
}

.color-white {
    color: #fff;
}

.color-gray {
    color: #999;
}

body.ge .heading1, body.ge .heading2, body.ru .heading1, body.ru .heading2 {
    font-family: exoblack-s;
    font-feature-settings: "case" on;
}

body.ge .body1, body.ge .body2, body.ru .body1, body.ru .body2 {
    font-family: exoreg-s;
}

body {
    background: #000;
}

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

.wrapper {
    width: 100%;
    max-width: 1300px;
    padding: 0 10px;
    margin: 0 auto;
}

@media (max-width: 850px) {
    .wrapper {
        padding: 0 15px;
    }
}

.header {

    top: 0;
    left: 0;
    width: 100%;
    height: 155px;
    display: flex;
    align-items: center;

    position: fixed;
    z-index: 12;
    background: transparent;
}

.header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .logo svg path {
    fill: black;
}

@media screen and (max-width: 850px) {
    .header.bg-black .logo svg path {
        fill: white;
    }
}

.header.active {
    position: fixed;
    height: 100px;
    background: black;
    opacity: 0.9;
    transition: background 0.7s ease;
}

.header.active .logo {
    opacity: 1;
}

.header.active .logo svg path {
    opacity: 1;
    fill: white;
}

@media (max-width: 850px) {
    .header.active .logo {
        opacity: 1;
    }
}

@media (max-width: 850px) {
    .header {
        height: 100px;
        position: fixed;
        z-index: 999;
        transition: 0.3s all;
    }

    .header.bg-black {
        background: black;
    }

    .header.bg-white {
        background: #F6D44D;
    }

    .header.bg-white .logo {
        background: url(../images/logo-black.svg) no-repeat center;
        background-size: contain;
    }

    .header.bg-white .menu {
        background: url(../images/menu-black.svg) no-repeat center;
        background-size: contain;
    }

    .header.bg-white .lang__arrow {
        background: url(../images/arrow-down-black.svg) no-repeat center;
        background-size: contain;
    }

    .header.bg-white .lang {
        color: black;
    }
}

.header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: inherit;
}

.header__nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: inherit;
}

.header .menu {
    margin-left: 40px;
}

@media (max-width: 850px) {
    .header .menu {
        margin-left: 20px;
    }
}

.lang {
    color: #fff;
    position: relative;
    background: inherit;
}

.lang__section {
    cursor: pointer;
    display: none;
}

@media (max-width: 850px) {
    .lang__section {
        display: flex;
        align-items: center;
    }
}

.lang__nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: inherit;
    border-radius: 4px;
}

@media (max-width: 850px) {
    .lang__nav {
        position: absolute;
        top: 26px;
        padding: 10px;
        left: -10px;
        display: flex;
        flex-direction: column;
    }

    .lang__nav.hidden {
        display: none;
    }
}

.lang__item {
    cursor: pointer;
    margin-right: 6px;
    font-family: exoreg-s;
    font-feature-settings: "case" on;
}
html:lang(ar) .header .menu {
    margin-left: 0;
    margin-right: 40px;
}
html:lang(ar) .lang__item:last-child {
    margin-left: 0;
    margin-right: 6px;
}
html:lang(ar) .contact__address {
    padding: 42px 77px 42px 0;
}

.lang__item:last-child {
    margin-right: 0;
}

@media (max-width: 850px) {
    .lang__item {
        margin-right: 0;
        margin-bottom: 12px;
        opacity: 0.6;
    }

    .lang__item:last-child {
        margin-bottom: 0;
    }
}

.lang__arrow {
    width: 11px;
    height: 6px;
    background: url(../images/arrow-down.svg) no-repeat center;
    background-size: contain;
    margin-left: 3px;
}

.lang--black {
    color: #000;
}

.lang--black .lang__arrow {
    background: url(../images/arrow-down-black.svg) no-repeat center;
    background-size: contain;
}

.logo {
    width: 146px;
    height: 50px;

}


.menu {
    width: 24px;

    background-size: contain;
    cursor: pointer;
}

.bo__box {

}

.section {
    width: 100%;

    position: relative;
}

@media (max-width: 850px) {
    .section {
        min-height: initial;
    }
}

.section__head {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 50px 0 25px 0;
    width: 100%;
}

@media (max-width: 850px) {
    .section__head {
        padding: 25px 0 35px 0;
    }
}

.section__icon {
    width: 85px;
    height: 28px;
    margin-right: 20px;
    flex-shrink: 0;
}

.section__icon svg {
    width: 100%;
    height: 100%;
}

@media (max-width: 850px) {
    .section__icon {
        margin-right: 18px;
        height: 25px;
    }
}

.section__content {
    width: 100%;

    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

@media (max-width: 850px) {
    .section__content {
        align-items: flex-start;
    }
}

.section__content p {
    margin-bottom: 20px;
    width: 100%;
    max-width: 524px;
}

.section__content p:last-child {
    margin-bottom: 0px;
}

@media (max-width: 850px) {
    .section__content p {

        max-width: 100%;
    }
}

.section__title {
    line-height: 42px;
}

@media (max-width: 850px) {
    .section__title {
        line-height: 27px;
    }
}

.section__paragraph {
    max-width: 635px;
}

.main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #0b0a0a;
    position: relative;
    background: url(../images/thumb-desc.jpg) no-repeat center;
    background-size: cover;
    height: 100vh;
}

.main .widget, .main .heading1 {
    position: relative;
    z-index: 2;
}

@media (max-width: 850px) {
    .main {
        min-height: 100vh;
        background: url(../images/thumb-mob.jpg) no-repeat center;
        background-size: cover;
    }
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
    object-position: center;
}

.video-bg video {
    width: 100%;
    height: 100%;
}

.widget {
    margin-bottom: 40px;
    width: 495px;
}

@media (max-width: 850px) {
    .widget {
        width: 320px;
    }
}

@media (orientation: landscape) {
    .video-bg.desc {
        display: block !important;
    }
}

@media (orientation: portrait) {
    .video-bg.mob {
        display: block !important;
    }
}

.scroll-down {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
    color: rgba(255, 255, 255, 0.7411764706);
}

.bo .swiper-slide {

}

@media (max-width: 850px) {
    .bo .swiper-slide {

    }
}

@media (max-width: 850px) {
    .bo {
        margin-bottom: 30px;
    }
}

.bo__desc {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 100px;
}

@media (max-width: 850px) {
    .bo__desc {
        display: none;
    }
}

.bo__info {
padding-bottom: 40px;
}

.bo__box {
    width: 100%;
    flex-shrink: 0;
}

.bo__box-title {
    margin: 30px 0 15px 0;
}

.bo__box-img {
    width: 100%;
    height: 306px;
}

.bo__box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.games {
    background: #CF3338;
    display: flex;
    flex-direction: column;
}

.games__nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 63px;
    padding: 58px 0 20px 0;
    max-height: 100px;
}

@media (max-width: 850px) {
    .games__nav {
        overflow-x: scroll;
        justify-content: flex-start;
        align-items: initial;
        padding: 38px 0 33px 0;
    }
}

.games__item {
    cursor: pointer;
    color: #ECADAF;
}

@media (max-width: 850px) {
    .games__item span {
        display: inline-block;
        white-space: nowrap;

    }

    .games__nav {
        gap: 20px;
    }
}

.games__item.active {
    color: #fff;
}

.games__top {
    width: 100%;

}

@media (max-width: 850px) {
    .games__top {
        min-height: initial;
    }
}

.games__bottom {
    width: 100%;
    min-height: 50vh;
}

@media (max-width: 850px) {
    .games__bottom {
        min-height: initial;
        height: 253px;
    }
}

.games__bottom img {
    display: block;
    width: 100%;
    height: 50vh;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 850px) {
    .games__bottom img {
        height: 253px;
    }
}

.restaurant {
    background: url(../images/bg-res.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding-bottom: 15px;
    position: relative;
}

.restaurant:after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.restaurant .wrapper {
    position: relative;
    z-index: 2;
}

@media (max-width: 850px) {
    .restaurant {
        padding: 0 0 40px 0;
        position: relative;
    }

    .restaurant:after {
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.8);
    }

    .restaurant .wrapper {
        position: relative;
        z-index: 2;
    }
}

.space {
    padding: 0 2.5px;
}

.bar {
    display: flex;
    flex-direction: column;
}

.bar__top {
    background: #F6D44D;
    width: 100%;

    padding-bottom: 15px;
}

@media (max-width: 850px) {
    .bar__top {
        min-height: initial;
        padding-bottom: 50px;
    }
}

.bar__bottom {
    width: 100%;
    height: 50vh;
    display: flex;
}

@media (max-width: 850px) {
    .bar__bottom {
        height: initial;
    }
}

.bar__scroll {
    width: 100%;
    overflow: hidden;
}

.bar .swiper-slide {
    width: 35vw !important;
    flex-shrink: 0;
}

@media (max-width: 850px) {
    .bar .swiper-slide {
        width: 285px !important;
    }
}

.bar__arrow {
    width: 22px;
    height: 42px;
    background: url(../images/arrow-right.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 21px);
    right: 75px;
    z-index: 9;
}

@media (max-width: 850px) {
    .bar__arrow {
        display: none;
    }
}

.bar__box {
    width: 100%;
    height: 100%;
}

.bar__box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 850px) {
    .bar__box img {
        height: 295px;
    }
}

@media (max-width: 850px) {
    .holders {
        padding: 0;
    }
}

.holders__content {
    width: 100%;
    height: 100%;
    padding: 150px 0 40px 0;
}

@media (max-width: 850px) {
    .holders__content {
        padding: 65px 15px 70px 15px;
    }
}

.holders .swiper-slide {

}

@media (max-width: 850px) {
    .holders .swiper-slide {

    }
}

.holders__card {
    width: 100%;
}

.holders__card-img {
    width: 100%;
}

.holders__card-img img {
    width: 100%;
    height: auto;
}

.holders__card-title {
    margin: 55px 0 30px 0;
}

.footer {
    width: 100%;
    padding: 25px 0;
}

.footer__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 850px) {
    .footer__info p {
        font-size: 12px;
        width: 100%;
    }
}

.footer__info-box {
    width: 100%;
}

.footer__info-box:first-child {
    display: none;
}

.footer__copy {
    width: 100%;
    padding-top: 5px;
}

.footer .logo {
    opacity: 0.5;
}

@media (max-width: 850px) {
    .footer .logo {
        display: none;
    }
}

.footer__socials {
    display: flex;
    align-items: center;
    gap: 12px;
}

@media (max-width: 850px) {
    .footer__socials {
        display: none;
    }
}

@media (max-width: 850px) {
    .footer__copy {
        padding-left: 0;
    }

    .footer__copy p {
        font-size: 12px;
    }
}

@media (max-width: 850px) {
    .no-scrollbar {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

    .no-scrollbar::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 850px) {
    .fill-wrapper {

    }
}

.navigation {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #D9D9D9;
    z-index: 99999;
    padding: 75px 80px 0 80px;
}

@media (max-width: 850px) {
    .navigation {
        padding: 23px 20px 0 20px;
        display: flex;
        flex-direction: column;
    }

    .navigation__menu {
        height: calc(100% - 23px);
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.navigation__head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 66px;
}

@media (max-width: 850px) {
    .navigation__head {
        margin-bottom: 0;
    }
}

.navigation__close {
    cursor: pointer;
    background: url(../images/close.svg) no-repeat center;
    background-size: contain;
    width: 23px;
    height: 23px;
}

.navigation__nav {
    width: 24px;
    height: 15px;
    background: url(../images/menu-black.svg) no-repeat center;
    background-size: contain;
    cursor: pointer;
    margin-left: 20px;
}

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

.navigation__icon {
    width: 90px;
    margin-right: 20px;
    opacity: 0;
    transition: 0.3s;
}

.navigation__icon svg {
    width: 100%;
    height: auto;
}

@media (max-width: 850px) {
    .navigation__icon {
        opacity: 1;
    }
}

.navigation__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.navigation__item span {
    transition: 0.3s;
}

.navigation__item:hover > span {
    color: #fff;
}

.navigation__item:hover .navigation__icon {
    opacity: 1;
}

.vip {
    background: #CA3436;
    overflow: hidden;
}

.vip .swiper-slide {

}

@media (max-width: 850px) {
    .vip .swiper-slide {

    }
}

.vip__wrapper {
    padding: 0 0 50px 0;
}

@media (max-width: 850px) {
    .vip__wrapper {
        padding: 0 0 26px 0;
    }
}

.vip__box {
    width: 100%;
}

.vip__img {
    width: 100%;
    height: 568px;
    margin-bottom: 28px;
}

@media (max-width: 850px) {
    .vip__img {
        height: 426px;
    }
}

.vip__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vip__desc {
    color: #fff;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.96);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.verify {
    background: #fff;
    border-radius: 8px;
    padding: 50px 80px 36px 80px;
}

@media screen and (max-width: 850px) {
    .verify {
        padding: 50px 15px 36px 15px;
        max-width: 90%;
    }

    .verify__group {
        flex-direction: column;
    }
}

.verify__group {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
}

.verify__title {
    font: 16px exoblack;
    color: #666666;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.verify__desc {
    width: 100%;
    font: 16px exoreg;
    color: #666666;
    text-align: center;
    margin-bottom: 25px;
}

.verify__rejected {
    min-height: 120px;
    width: 312px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 850px) {
    .verify__rejected {
        width: 100%;
    }
}


.button {
    font: 16px exoreg;
    color: #fff;
    border-radius: 8px;
    background: #558B68;
    padding: 16px;
    width: min-content;
    min-width: 172px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #558B68;
    outline: none;
    cursor: pointer;
}

.button--secondary {
    background: #fff;
    color: #558B68;
}

.read-more {
    height: initial;
    overflow: hidden;
    min-height: initial;
}

.read-more.active {
    height: 160px;
}

.read-more__button {
    max-width: 524px;
    opacity: 0.5;
    text-align: center;
    width: 100%;
    padding-top: 15px;
    text-transform: uppercase;
    font-size: 12px;
}

@media screen and (max-width: 850px) {
    .read-more__button {
        max-width: 100%;
    }
}

.contact {
    background: #242424;
}

.contact__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 430px;
    padding: 20px 10px;
}

@media (max-width: 850px) {
    .contact__content {
        min-height: initial;
        padding: 60px 10px 80px 10px;
    }
}

.contact__line {
    width: 100px;
    height: 1.5px;
    background: #fff;
    margin-bottom: 32px;
}

.contact__p {
    width: 100%;
    max-width: 415px;
}

.contact__details {
    width: 100%;
    display: flex;
}

@media (max-width: 850px) {
    .contact__details {
        flex-direction: column;
    }
}

.contact__details-item {
    height: 376px;
    width: 100%;
}

@media (max-width: 850px) {
    .contact__details-item {
        height: 300px;
    }
}

.contact__details-item.flex {
    display: flex;
}

.contact__details-item--red {
    background: #CF3338;
}

.contact__option {
    opacity: 0.6;
    margin-top: 15px;
}

.contact__option:first-child {
    margin-top: 0;
}

.contact__socials {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    display: none;
}

.contact__socials-icon {
    width: 15px;
    height: 15px;
}

.contact__socials-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact__address {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    padding: 42px 0 42px 77px;
}

@media (max-width: 850px) {
    .contact__address {
        padding: 40px 20px;
    }
}

#wheel {
    width: min-content;
    position: relative;
    margin: 80px auto;
}

@media (max-width: 850px) {
    #wheel {
        margin: 40px auto;
    }
}

#wheel:before {
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 23px;
    height: 63px;
    background: url(../images/spin-arrow.png) no-repeat center;
    background-size: contain;
    content: "";
    z-index: 9996;
}

@media (max-width: 850px) {
    #wheel:before {
        top: -25px;
        width: 18px;
        height: 43px;
    }
}

.spin {
    background: #312e5b;
    border-radius: 100%;
    position: relative;
    box-shadow: 9px 34px 53px 20px rgba(0, 0, 0, 0.7);
}

.spin:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-49.65%, -50%);
    width: 488px;
    height: 488px;
    background: url(../images/wheel-frame.png) no-repeat;
    background-size: 100% 100%;
}

.spin:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-shadow: inset 0px 0px 20px 5px rgba(0, 0, 0, 0.5);
}

.spin__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.spin__level {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    overflow: hidden;
    border: 2px solid transparent;
    top: 0;
    left: 0;
    z-index: 1;
}

.spin__level.active {
    box-shadow: 0 0 20px 0 rgba(241, 213, 44, 0);
}

.spin__item {
    position: absolute;
    width: 0;
    border-style: solid;
    border-width: 235px 98px 0;
    -webkit-transform-origin: 75px 129px;
    -moz-transform-origin: 75px 129px;
    -ms-transform-origin: 75px 129px;
    -o-transform-origin: 75px 129px;
    transform-origin: 98px 235px;
    top: 0;
    opacity: 1;
    text-indent: 0 !important;
}

.spin__item-prize {
    margin-left: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 21px;
    font-size: 17px;
    font-family: exoblack;
    white-space: nowrap;
    padding-right: 50px;
}

@media (max-width: 850px) {
    .spin:before {
        width: 320px;
        height: 320px;
    }

    .spin__item-prize {
        font-size: 12px;
        padding-right: 40px;
    }
}

.spin__item-container {
    margin-top: -135px;
    color: #ffffff;
    position: relative;
    z-index: 10000000;
    display: block;
    text-align: center;
    font-family: FontExtraBold;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.spin__play {
    width: 56px;
    height: 56px;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/wheel-button.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    box-shadow: -5px 10px 20px 0px rgba(0, 0, 0, 0.5);
}

.portal__bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9990;
    background: rgba(0, 0, 0, 0.4);
}

.portal__abs {
    position: fixed;
    overflow-y: auto;
    top: 50%;
    left: 50%;
    z-index: 9991;
    transform: translate(-50%, -50%);
    height: 100vh;
    width: 100%;
    padding: 5px;
    display: flex;
    justify-content: center;
    overflow: auto;
}

@media (max-width: 850px) {
    .portal__abs {
        padding: 0 10px;
        width: 100%;
        align-items: center;
    }
}

.portal__content {
    width: 864px;
    border-radius: 6.5px;
    /* overflow: hidden; */
}

@media (max-width: 850px) {
    .portal__content {
        width: 100%;
    }
}

.portal__head {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #A42121;
    padding: 0 24px;
    color: #D9D9D9;
    font-size: 22px;
    font-family: exoreg;
}

@media (max-width: 850px) {
    .portal__head {
        font-size: 16px;
        height: 40px;
    }
}

.portal__close {
    height: 22px;
    width: 22px;
    background: url(../images/modal-close.svg) no-repeat center;
    background-size: contain;
    cursor: pointer;
}

@media (max-width: 850px) {
    .portal__close {
        width: 16px;
        height: 16px;
    }
}

.portal__scroll {
    overflow-y: auto;
    /* max-height: calc(100vh - 70px); */
}

.portal__body {
    padding: 24px;
    background: #CF3338;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

@media (max-width: 850px) {
    .portal__body {
        padding: 15px 5px;
    }
}

.portal__line {
    width: 100%;
    height: 36px;
    flex-shrink: 0;
    background: url(../images/modal-line.svg) no-repeat center;
    background-size: contain;
}

@media (max-width: 850px) {
    .portal__line {
        height: 20px;
    }
}

.inner-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 518px;
    min-height: 238px;
    background: #222221;
    border-radius: 8px;
    z-index: 9995;
    color: white;
    font-size: 16px;
}

@media (max-width: 850px) {
    .inner-modal {
        min-width: calc(100% - 20px);
        min-height: auto;
        font-size: 14px;
        text-align: center;
        padding-bottom: 20px;
    }
}

.inner-modal__title {
    font-family: exoblack;
}

@media (max-width: 850px) {
    .inner-modal__title {
        padding: 0 10px;
        text-align: center;
    }
}

.inner-modal__text {
    font-family: exoreg;
    padding: 10px 0 40px 0;
}

@media (max-width: 850px) {
    .inner-modal__text {
        padding: 10px 10px 40px 10px;
        text-align: center;
    }
}

.inner-modal__header {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 20px;
    height: 50px;
    margin-bottom: 8px;
}

@media (max-width: 850px) {
    .inner-modal__header {
        height: 40px;
    }
}

.inner-modal__close {
    width: 16px;
    height: 16px;
    background: url(../images/inner-close.svg) no-repeat center;
    background-size: contain;
    cursor: pointer;
}

.inner-modal__body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.inner-modal__button {
    background: #CA3436;
    width: 172px;
    height: 56px;
    border-radius: 8px;
    outline: transparent;
    border: transparent;
    cursor: pointer;
    color: white;
    font: 16px exoreg;
}

@media (max-width: 850px) {
    .inner-modal__button {
        width: 140px;
        height: 40px;
        font-size: 14px;
    }
}

.in-form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 760px;
    background: #fff;
    border-radius: 8px;
    z-index: 9997;
}

@media (max-width: 850px) {
    .in-form {
        width: calc(100% - 20px);
    }
}

.in-form__title {
    font-size: 16px;
    color: #666666;
    font-family: exoblack;
}

@media (max-width: 850px) {
    .in-form__title {
        font-size: 14px;
    }
}

.in-form__text {
    font-size: 16px;
    color: #666666;
    font-family: exoreg;
    margin-top: 30px;
    margin-bottom: 40px;
}

@media (max-width: 850px) {
    .in-form__text {
        font-size: 14px;
        margin: 20px 0 20px 0;
    }
}

.in-form__form {
    width: 100%;
}

.in-form__body {
    position: relative;
    width: 100%;
    padding: 65px 95px;
    max-height: calc(100vh - 250px);
    overflow-y: auto;
}

@media (max-width: 850px) {
    .in-form__body {
        padding: 20px;
    }
}

.in-form__close {
    width: 16px;
    height: 16px;
    background: url(../images/inner-close.svg) no-repeat center;
    background-size: contain;
    cursor: pointer;
}

.in-form__head {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 20px;
}

.opal__component {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 32px;
}

@media (max-width: 850px) {
    .opal__component {
        margin-top: 20px;
    }
}

.opal__component:first-child {
    margin-top: 0;
}

.opal__label {
    font-size: 12px;
    font-family: exoblack;
    color: #666666;
    margin-bottom: 8px;
}

.opal__input {
    width: 100%;
    height: 56px;
    border-radius: 8px;
    outline: 1px solid transparent;
    border: 1px solid #CCCCCC;
    padding: 16px;
    font: 16px exoreg;
    color: #666;
}

@media (max-width: 850px) {
    .opal__input {
        height: 40px;
        font-size: 14px;
    }
}

.opal__input:focus {
    outline: 1px solid #666;
}

.opal__button {
    cursor: pointer;
    width: 172px;
    height: 56px;
    border-radius: 8px;
    background: #000;
    font: 16px exoreg;
    color: #fff;
    border: 1px solid #000;
    outline: 1px solid #000;
}

.opal__button-group {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 56px;
}

@media (max-width: 850px) {
    .opal__button-group {
        margin-top: 20px;
    }
}

@media (max-width: 850px) {
    .opal__button {
        font-size: 14px;
        height: 40px;
        border-radius: 6px;
    }
}

.widget {
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 850px) {
    .widget {
        height: 364px;
    }
}

.widget__anim {
    width: 100%;
    padding: 0 12px;
    display: flex;
    justify-content: space-between;
}

.widget__item {
    width: 44px;
    height: 190px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 850px) {
    .widget__item {
        height: 364px;
    }
}

.widget__el {
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    top: 0;
    left: 2.5px;
    width: 39px;
    height: 794px;
}

.widget__el:before, .widget__el:after {
    display: block;
    content: "";
    width: 39px;
    height: 794px;
    background: url(../images/lines/line1.png) center no-repeat;
    background-size: 39px 794px;
    animation: lineAnim 8s infinite linear;
}

/* dif start*/
.widget__item:nth-child(2) .widget_el {
    width: 32px;
    height: 845px;
}

.widget__item:nth-child(2) .widget__el:before, .widget__item:nth-child(2) .widget__el:after {
    width: 32px;
    height: 845px;
    background: url(../images/lines/line2.png) center no-repeat;
    background-size: 32px 845px;
    animation: lineAnimRev 8s infinite linear;
}

/* dif end */
/* dif start*/
.widget__item:nth-child(3) .widget_el {
    width: 27px;
    height: 845px;
}

.widget__item:nth-child(3) .widget__el:before, .widget__item:nth-child(3) .widget__el:after {
    width: 27px;
    height: 845px;
    background: url(../images/lines/line3.png) center no-repeat;
    background-size: 27px 845px;
    animation: lineAnim 8s infinite linear;
}

/* dif end */
/* dif start*/
.widget__item:nth-child(4) .widget_el {
    width: 39px;
    height: 845px;
}

.widget__item:nth-child(4) .widget__el:before, .widget__item:nth-child(4) .widget__el:after {
    width: 39px;
    height: 845px;
    background: url(../images/lines/line4.png) center no-repeat;
    background-size: 39px 845px;
    animation: lineAnimRev 8s infinite linear;
}

/* dif end */
/* dif start*/
.widget__item:nth-child(5) .widget_el {
    width: 32px;
    height: 845px;
}

.widget__item:nth-child(5) .widget__el:before, .widget__item:nth-child(5) .widget__el:after {
    width: 32px;
    height: 845px;
    background: url(../images/lines/line5.png) center no-repeat;
    background-size: 32px 845px;
    animation: lineAnim 8s infinite linear;
}

/* dif end */
@keyframes lineAnim {
    0% {
        transform: translate(0%, 0%);
    }
    100% {
        transform: translate(0%, -100%);
    }
}

@keyframes lineAnimRev {
    0% {
        transform: translate(0%, -100%);
    }
    100% {
        transform: translate(0%, 0%);
    }
}

.terms {
    width: 100%;
}

.terms__item {
    width: 100%;
    margin-top: 20px;
    color: #fff;
}

.terms__item > h1 {
    font-size: 20px;
    font-family: exoblack;
    margin: 0;
}

.terms__item > p {
    font-size: 16px;
    font-family: exoreg;
    margin-top: 5px;
}

.terms__item:first-child {
    margin-top: 0;
}
.footer__nav ul{
    margin-left: 0;
}
.footer-info-box{
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}
.footer-info-box .logo , .footer-info-box .footer-contact-socials{
    min-width: 200px;
}
.footer-info-box .footer-nav{
    display: flex;
    flex: 1;
    justify-content: space-between
}
.footer-info-box .footer-nav ul li{
    list-style-type: none;
}
.footer-info-box .footer-nav ul li a{
    color: #999 !important;
}
@media screen and (max-width:850px){
    .footer-info .logo{
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        width: 100%;
    }
    .footer-info-box{
        flex-direction: column;
        gap:30px;
        justify-content: center;
        text-align: center;
    }
    .footer-info-box .footer-nav ul{
        margin: 0;
    }
    .footer-info-box .footer-nav{
        gap:20px;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media screen and (max-width:600px){
    .footer-info-box .footer-nav{
        flex-direction: column;
        gap:0;
    }
    .footer-info-box{
        gap:20px;
    }
    .footer-info-box{
        margin-bottom: 20px
    }
}
