@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@500;700;900&display=swap');

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    margin: 0;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #393939;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

img,
video {
    max-width: 100%;
    height: auto;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Geologica', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    background: linear-gradient(0deg, #262630 0%, #262630 100%), #262630;
}

body.modal_open {
    overflow: hidden;
}

.body-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main {
    position: relative;
    display: flex;
    min-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    align-items: flex-start;

}

.flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 8%
}

.header {
    display: block;
    align-self: center;
    position: relative;
    z-index: 1;
    text-align: center;
    width: fit-content;
}

.header__logo {
    cursor: pointer;
    width: 182px;
    margin-bottom: 120px;
    visibility: hidden;
}

.main__center {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.main__side {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 120px;
    max-width: 180px;
}

.main__side-img {
    display: flex;
    align-items: top;
    height: 100%;
}


.main__side-img {
    max-width: none;
    width: 95px;
}

.main__side-name {
    color: #FFFFFF;
    font-size: 24px;
    margin-top: 12px;
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main__side__teamLeftImg.carousel {
    margin: auto;
}

.main__side__teamRightImg.carousel {
    margin: auto;
}

.main__side-coef {
    font-size: 26px;
    color: #ffffff;
    width: 80px;
    text-align: center;
    line-height: 34px;
    background-color: #FF6A13;
}

.main__text {
    background: linear-gradient(0deg, #262630 0%, #262630 100%), #262630;
    background-repeat: no-repeat;
    background-position-y: 40%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 700px;
}

.main__dates {
    color: #FF6A13;
    height: 92px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dates {
    margin-top: -102px;
    margin-bottom: 48px;
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.main__date-date {
    color: #FF6A13;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -2px;
    margin-bottom: 12px;
    display: inline;
    width: fit-content;
    white-space: nowrap;
}

.main__date-time {
    font-size: 30px;
    font-weight: 500;
    display: inline;
}

.versus {
    color: #FEFEFE;
    text-align: center;
    font-family: Geologica;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
}

.bonusAndMoney {
    display: flex;
    text-align: justify;
    justify-content: flex-start;
}

.bonusRow {
    color: #FFF;
    font-family: Geologica;
    font-size: 100px;
    font-style: normal;
    font-weight: 900;
    line-height: 110%;
    letter-spacing: -5px;
    text-transform: uppercase;
    display: flex;
}


.bonus {
    display: inline;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 50px;
    color: white;
    margin-top: auto;
}

.moneyRow {
    color: #FF6A13;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Geologica;
    font-size: 144px;
    font-style: normal;
    font-weight: 900;
    line-height: 80%;
    /* 115.2px */
    letter-spacing: -7.2px;
}


.lastRow {
    font-size: 50px;
    margin-top: 12px;
    text-transform: uppercase;
}

.promo {
    text-align: right;
}

.promoText {
    color: #FFF;
    font-family: Geologica;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    letter-spacing: -3px;
    text-transform: uppercase;
    margin-right: auto;
    margin-left: auto;
    display: flex;
}

.promoCode {
    font-size: 48px;
    font-weight: 900;
}

.register-button {
    display: flex;
    justify-content: center;
    margin-top: 64px;
}

.main__button {
    display: flex;
    width: 294px;
    height: 70px;
    padding: 19px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    background-color: #1CCD00;
}

.main__button-text {
    display: inline;
    color: white;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.main__rules {
    font-size: 12px;
    font-weight: 500;
    opacity: 0.4;
    text-align: center;
    position: relative;
    margin-top: 32px;
    letter-spacing: 1px;
    color: #FFFFFF;
    visibility: hidden;
}

.main__rules,
.main__rules--inner {
    text-decoration: underline;
    text-underline-offset: 1px;
    text-decoration-thickness: 0.5px;
}

.main__rules--inner {
    display: inline-block;
    cursor: pointer;
}

.main__rules--inner:hover {
    text-decoration: none;
}

.downloadButtons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 24px;
    margin-top: 32px;
}


.popups__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: auto;
    z-index: 2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
}

.popups__overlay:target {
    visibility: visible;
    opacity: 1;
}

.popups__popup {
    background: #262630;
    color: #fff;
    padding: 40px;
    max-width: 600px;
    max-height: 90%;
    width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
    z-index: 2;

}

.popups__rules_header {
    text-align: center;
    font-style: normal;
    font-size: 25px;
    margin-bottom: 20px;
}

.popups__rules_content {
    display: block;
    position: relative;
    width: 100%;
    height: 600px;
    overflow-y: scroll;
}

.popups__rules_content::-webkit-scrollbar {
    background-color: transparent;
    width: 4px;
}

.popups__rules_content::-webkit-scrollbar-thumb {
    background-color: rgb(198, 198, 198);
    border-radius: 2px;
}

.popups__rules_content p {
    margin-bottom: 10px;
}

.popups__close {
    font-size: 40px;
    cursor: pointer;
}

.popups__close--btn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
}

.popups__close--over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popups___rules {
    text-decoration: underline;
    font-size: 12px;
    margin-top: 20px;
    cursor: pointer;
}

.popups___rules:hover {
    text-decoration: none;
}

.popups__background {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

@media (orientation: landscape) and (max-width: 1500px) {
    .flex {
        gap: 4%
    }
    .playMarket {
        display: none;
    }

    .appStore {
        display: none;
    }

    .main {
        margin-left: 32px;
    }

    .bonusRow {
        font-size: 56px;
    }

    .moneyRow {
        font-size: 112px;
    }

    .main__text {
        width: 600px;
    }
}

@media (orientation: landscape) and (max-width: 1400px) {
    .flex {
        gap: 2%
    }
    .playMarket {
        display: none;
    }

    .downloadButtons {
        display: none;
    }

    .bonusRow {
        font-size: 48px;
    }

    .bonus {
        font-size: 48px;
    }

    .moneyRow {
        font-size: 100px;
    }
}



@media (orientation: landscape) and (max-width: 1200px) {
    .body-wrap {
        justify-content: space-around;
    }
    .downloadButtons {
        display: none;
    }

    .main {
        align-items: center !important;
        width: 800px;
        margin: 0;
    }

    .main__side-img {
        width: 60px;
        height: 100%;
    }


    .main__side-coef {
        line-height: 32px;
        font-size: 18px;
    }

    .main__text {
        width: 548px;
        justify-content: space-around;
        margin-bottom: 22px;
        padding: 20px 0;
        background-position: 0;
    }

    .dates {
        margin-top: -28px;
        margin-bottom: 20px;
    }

    .main__side-name {
        font-size: 18px;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .versus {
        font-size: 30px;
    }

    .main__bonus {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .bonusAndMoney {
        justify-content: center;
    }

    .bonusContainer {
        display: inline;
    }

    .bonusRow {
        font-size: 50px;
        text-align: center;
        display: inline;
    }

    .moneyRow {
        font-size: 70px;
        text-align: center;
    }

    .promo {
        text-align: center;
    }

    .promoText {
        font-size: 24px;
    }

    .promoText,
    .promoCode {
        display: inline;
    }

    .promoCode {
        margin-left: 12px;
    }

    .header__logo {
        margin-bottom: 32px;
    }

    .register-button {
        margin-top: 48px;
    }
}

@media (orientation: landscape) and (max-width: 1200px) and (max-height: 700px) {
    .header__logo {
        margin-bottom: 10px;
    }
    .main__text {
        padding: 0;
    }

    .main__dates {
        height: 42px;
    }
    .downloadButtons {
        display: none;
    }
}

@media (orientation: portrait) {

    .header {
        height: 120px;
        margin-top: 20px;
    }

    .header__logo {
        width: 174px;
        margin-top: 24px;
    }

    .body-wrap {
        justify-content: space-around;
    }

    .main {
        align-items: center !important;
    }

    .main__text {
        width: 548px;
        justify-content: space-around;
        background-position-x: 50%;
        padding: 44px 0;
    }

    .bonusAndMoney {
        justify-content: center;
    }

    .main__bonus {
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .main__side-img {
        max-width: none;
        width: 72px;
    }

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

    .moneyRow {
        font-size: 90px;
    }

    .bonusRow {
        text-align: center;
        font-size: 70px;
        display: block;
    }

    .promoText {
        font-size: 32px;
    }

    .main__rules {
        margin: 0;
    }

    .downloadButtons {
        margin-top: 0
    }
}

@media (orientation: portrait) and (max-width: 620px) {
    .main__right {
        margin-left: -110px;
    }

    .main__left {
        margin-right: -110px;
    }

    .main__side-img {
        width: 64px;
    }

    .dates {
        margin-top: -112px;
    }

    .main__side-name {
        font-size: 24px;
        width: 160px;
        margin: 8px 0px;
    }

    .main__side-coef {
        width: 108px;
        line-height: 38px;
        font-size: 24px;
    }

    .main__text {
        background-size: 60%;
        padding: 0;
    }

    .main__bonus {
        gap: 0
    }

    .bonusRow {
        color: #FFF;
        text-align: center;
        font-family: Geologica;
        font-size: 36px;
        line-height: 34px;
        font-style: normal;
        font-weight: 900;
        letter-spacing: -2.25px;
        text-transform: uppercase;
        display: block;
    }

    .bonus {
        text-align: start;

    }

    .moneyRow {
        text-align: start;
        font-size: 80px;
        line-height: 72px;
        letter-spacing: 0px;
    }

    .register-button {
        margin-bottom: 0;
        margin-top: 0;
    }

    
    .main__button {
        width: 280px;
        height: 56px;
    }

    .main__button-text {
        font-size: 26px;
    }

    .playMarket {
        content: url(../img/android_mobile.svg);
    }

    .appStore {
        content: url(../img/apple_mobile.svg);
    }
}

@media (orientation: landscape) and (min-width: 769px) {
    .downloadButtons {
      visibility: hidden;
    }
  }

@media (orientation: portrait) and (max-width: 520px) {
    .header {
        margin-top: 0;
        height: 40px;
    }

    .header__logo {
        width: 140px;
        margin-top: 24px;
        margin-bottom: 0;
    }

    .versus {
        color: #FEFEFE;
        text-align: center;
        font-family: Geologica;
        font-size: 29px;
        font-style: normal;
        font-weight: 700;
        line-height: 115%;
    }

    .dates {
        margin-top: -86px;
    }

    .main__bonus {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-top: 20px;
        width: 400px;
    }

    .main__text {
        margin-bottom: 0;
    }

    .main__left {
        margin-right: -100px;
    }

    .main__right {
        margin-left: -100px;
    }

    .main__side-coef {
        font-size: 20px;
    }

    .main__side-name {
        width: 150px;
    }

    .main__side-img {
        width: 52px;
    }

    .moneyRow {
        font-size: 64px;
        line-height: 72px;
        letter-spacing: -2px;
    }

    .promo {
        align-self: center;
    }

    .promoCode {
        font-size: 42px;
    }

    .main__button {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
    }
}

@media (orientation: portrait) and (max-width: 460px) {
    .header__logo {
        margin-bottom: 0;
    }

    .main__date-date {
        font-size: 26px;
    }

    .main__date-time {
        font-size: 26px;
    }

    .main__side-name {
        font-size: 16px;
    }

    .dates {
        margin-top: -80px;
        gap: 8px
    }

    .main__left {
        margin-right: -110px;
    }

    .main__right {
        margin-left: -110px;
    }


    .main__side-img {
        width: 44px;
    }

    .main__text {
        width: 470px;
    }

    .main__bonus {
        width: 330px;
    }

    .bonusRow {
        font-size: 48px;
        line-height: 42px;
        display: block;
    }

    .bonus {
        font-size: 28px;
        line-height: 36px;
    }

    .moneyRow {
        font-size: 60px;
        line-height: 60px;
    }

    .promoText {
        font-size: 18px;
        letter-spacing: 1px;
        margin-left: auto;
    }

    .main__rules {
        font-size: 10px;
    }
}

@media (orientation: portrait) and (max-width: 420px) {
    .header__logo {
        margin-top: 8px;
    }

    .main__left {
        margin-right: -160px;
    }

    .main__right {
        margin-left: -160px;
    }

    .main__side-name {
        font-size: 14px;
        margin: 6px 0px;
        margin-bottom: 10px;
        width: 140px;
    }

    .main__side-coef {
        font-size: 14px;
        width: 62px;
        line-height: 26px;
    }

    .main__date-date {
        font-size: 24px;
    }

    .main__date-time {
        font-size: 24px;
    }

    .versus {
        color: #FEFEFE;
        text-align: center;
        font-family: Geologica;
        font-size: 29px;
        font-style: normal;
        font-weight: 700;
        line-height: 115%;
    }

    .main__bonus {
        width: 298px;
    }

    .bonusRow {
        font-size: 42px;
        line-height: 36px;
        display: block;
    }

    .moneyRow {
        font-size: 60px;
        line-height: 54px;
        margin-right: auto;
        margin-left: auto;
    }

    .promoText {
        color: #FFF;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: 110%;
        /* 23.76px */
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .promoCode {
        font-size: 26px;
    }

    .main__button {
        width: 280px;
        height: 56px;
    }

    .main__button-text {
        font-size: 22px;
    }

    .main__rules {
        font-size: 9px;
    }
}


@media (orientation: portrait) and (max-width: 390px) {
    .header {
        margin-top: 0;
    }

    .main__left {
        margin-right: -200px;
    }

    .main__right {
        margin-left: -200px;
    }

    .main__text {
        background-size: 60% 90%;
    }

    .dates {
        gap: 6px
    }

    .main__bonus {
        margin-top: 12px;
        width: 270px;
    }

    .moneyRow {
        font-size: 52px;
        line-height: 50px;
    }

    .promoText {
        font-size: 18px;
    }

    .promoCode {
        font-size: 28px;
    }

    .main__button {
        width: 240px;
        height: 50px;
    }

    .main__button-text {
        font-size: 20px;
    }

    .appStore, .playMarket {
        width: 90px;
    }
}

@media (orientation: portrait) and (max-width: 376px) {
    .header {
        margin-top: 0;
    }

    .header__logo {
        width: 100px;
    }

    .main__date-date {
        font-size: 22px;
    }

    .main__date-time {
        font-size: 22px;
    }

    .main__text {
        margin-top: 80px !important;
    }

    .main__dates {
        height: 0px !important;
    }
}

@media (orientation: portrait) and (max-width: 361px) {
    .main__text {
        margin-top: 0px !important;
    }

    .main__dates {
        height: 72px !important;
    }
}

@media (orientation: portrait) and (max-width: 340px) and (max-height: 640px) {
    .header__logo {
        width: 90px;
        margin-top: 6px;
    }

    .dates {
        margin-top: -34px !important;
    }

    .main__dates {
        height: 64px !important;
    }

    .main__date-date {
        font-size: 18px;
    }

    .main__date-time {
        font-size: 18px;
    }

    .main__left {
        margin-right: -240px;
    }

    .main__right {
        margin-left: -240px;
    }

    .main__side-name {
        width: 100px;
        font-size: 14px;
    }

    .main__side-coef {
        font-size: 12px;
        width: 54px;
        line-height: 20px;
        border-radius: 6px;
    }

    .versus {
        font-size: 32px;
    }

    .main__text {
        margin-top: 0px !important;
    }

    .main__bonus {
        width: 250px;
        margin-top: 0;
    }

    .bonusRow {
        font-size: 24px;
        line-height: 22px;
    }

    .moneyRow {
        font-size: 42px;
        line-height: 38px;
    }

    .bonus {
        font-size: 24px;
        line-height: 22px;
    }

    .promoCode {
        font-size: 24px;
    }

    .promoText {
        font-size: 16px;
    }

    .main__button {
        width: 200px;
        height: 42px;
    }

    .main__button-text {
        font-size: 16px;
    }
}

@media (orientation: portrait) and (max-height: 1080px) {
    .flex {
        height: 700px
    }

    .main__dates {
        height: 72px;
    }

    
}

@media (orientation: portrait) and (max-height: 950px) {
    .flex {
        height: 640px
    }

    .main__dates {
        height: 50px;
    }
    
    .versus {
        margin-top: -32px;
    }
}

@media (orientation: portrait) and (max-height: 900px) {
    .flex {
        height: 620px
    }

    .dates {
        margin-top: -72px;
    }
}

@media (orientation: portrait) and (max-height: 850px) {
    .flex {
        height: 600px
    }

    .main__dates {
        height: 50px;
    }

    .main__text {
        margin-top: 50px;
    }

    .versus {
        margin-top: -32px;
    }
}

@media (orientation: portrait) and (max-height: 800px) {
    .flex {
        height: 580px
    }

    .main__dates {
        height: 54px;
    }

    .dates {
        margin-top: -52px;
    }
}

@media (orientation: portrait) and (max-height: 750px) {
    .flex {
        height: 540px
    }

    .main__dates {
        height: 60px;
    }

    .versus {
        margin-top: -32px;
    }

    .main__text {
        margin-top: 40px;
    }

    .dates {
        margin-top: -52px;
    }
}

@media (orientation: portrait) and (max-height: 700px) {
    .flex {
        height: 480px
    }

    .main__dates {
        height: 30px;
    }

    .dates {
        margin-top: -72px;
    }
}

@media (orientation: portrait) and (max-height: 650px) {
    .main__text {
        margin-top: 0px !important;
    }

    .flex {
        height: 450px;
    }
}

@media (orientation: portrait) and (max-height: 600px) {
    .flex {
        height: 370px;
    }
}


.slide {
    position: absolute;
    display: block;
    opacity: 0;
    z-index: 0;
}

.slide[data-active] {
    opacity: 1;
    position: relative;
    transition: 500ms opacity ease-in-out;
    transition-delay: 0ms;
}
