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;
}
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: 'Montserrat';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    background: #000000;
    background-image: url('../img/background.svg');
    background-size: cover;
    margin: 0;
}

body.modal_open {
    overflow: hidden;
}

.body-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    color: #fff;
    -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;
}

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

.header__logo {
    cursor: pointer;
    width: 220px;
    margin-top: 32px;
}

.main {
    position: relative;
    display: flex;
    color: #ffffff;
    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;
}

.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: 150px;
    max-width: 300px;
}

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

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

.main__side-name {
    font-size: 22px;
    margin-bottom: 8px;
}

.main__side__teamLeftImg.carousel {
    margin: auto;
}

.main__side__teamRightImg.carousel {
    margin: auto;
}

.main__side-coef {
    font-size: 18px;
    background: #00A391;
    border-radius: 50px;
    width: 82px;
    text-align: center;
    line-height: 32px;
}

.rubles {
    display: inline-block;
    transform: skew(-10deg);
}

.main__text {
    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;
}

.main__dates {
    width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main__date-date {
    font-size: 46px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: auto;
    width: 100%;
    letter-spacing: -2px;
    margin-bottom: 12px;
}

.main__date-time {
    font-size: 26px;
    opacity: 0.8;

}

.versus {
    font-size: 46px;
    color: #e0f4ff85;
    margin-top: 30px
}

.main__bonus {
    font-weight: 900;
    letter-spacing: -2px;
    filter: drop-shadow(0px 4px #00ae9a)
}

.bonusRow {
    font-size: 76px;
    background: linear-gradient(140deg, #FFFFFF 6%, #00FFF0 34.89%, rgba(0, 255, 240, 0) 90%), #00C7B1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.moneyRow {
    font-size: 70px;
    background: linear-gradient(140deg, #FFFFFF 6%, #00FFF0 34.89%, rgba(0, 255, 240, 0) 90%), #00C7B1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


.lastRow{
    color: white;
    font-size: 24px;
    font-weight: 700;
    margin-top: 12px;
}

.main__button {
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(180deg, #FF00CD -34.91%, rgba(255, 0, 205, 0) 62.26%), #B40091;
    box-shadow: 0px 2px 0px #72005C;
    border-radius: 90.9184px;
    padding: 20px 36px;
    margin-top: 32px;
    margin-bottom: 24px;
}

.main__rules {
    font-size: 18px;
    text-align: center;
    margin-bottom: 22px;
    position: relative;
}

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

.main__rules--inner {
    opacity: 0.6;
    display: inline-block;
    font-weight: 400;
    cursor: pointer;
}

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

.downloadButtons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 4px;
    margin-bottom: 14px;
    display: none;
}

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

.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: #171717;
    color: #fff;
    padding: 40px;
    max-width: 600px;
    max-height: 90%;
    width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
    z-index: 2;

}

.popups__rules_header {
    font-family: 'Roboto Bold', arial;
    font-weight: 700;
    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: portrait) {
    .main__dates {
        width: 200px;
    }

    .header__logo {
        width: 180px;
    }

    .main__date-date {
        margin-bottom: 8px;
    }

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

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

    .main__side-img {
        width: 112px;
    }

    .main__side-name {
        width: 180px;
        height: 40px;
    }

    .main__rules--inner {
        font-size: 14px;
    }

    .main__rules {
        margin-bottom: 16px;
    }

    .downloadButtons {
        display: flex;
    }
}

@media (orientation: portrait) and (max-width: 390px) {

    .header__logo {
        width: 160px;
        margin-top: 28px;
    }

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

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

    .main__side-img {
        width: 100px;
    }

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

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

    .versus {
        font-size: 38px;
    }

    .lastRow {
        font-size: 18px;
    }

    .main__side-name {
        display: flex;
        justify-content: center;
        width: 140px;
        height: 40px;
    }

    .main__side-name .carousel {
        display: flex;
        align-items: center;
    }
}

@media (orientation: portrait) and (max-width: 380px) {

    .header__logo {
        width: 140px;
        margin-top: 22px;
        margin-bottom: 18px;
    }

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

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

    .main__side-img {
        width: 80px;
    }
}

@media (orientation: portrait) and (max-width: 340px) and (max-height: 640px) {

    .header__logo {
        width: 100px;
        margin-top: 12px;
        margin-bottom: 12px;
    }

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

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

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

    .main__side-img {
        width: 80px;
    }

    .main__date-date {
        font-size: 32px;
        margin-bottom: 4px;
    }

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

    .versus {
        font-size: 32px;
    }

    .bonusRow {
        font-size: 64px;
    }

    .moneyRow {
        font-size: 60px;
    }

    .lastRow {
        font-size: 18px;
    }

    .main__button {
        margin-top: 22px;
        margin-bottom: 16px;
    }

    .main__rules {
        margin-bottom: 8px;
    }

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

}

@media (orientation: portrait) and (min-height: 750px) {
    .dates {
        margin-bottom: 32px;
    }

    .main__bonus {
        margin-top: 32px;
    }

    .main__button {
        margin-top: 64px;
    }
}

@media (orientation: portrait) and (max-height: 750px) {
    .popups__rules_header {
        font-size: 20px;
    }

    .popups__rules_content {
        height: 400px;
        font-size: 20px;
    }
}

@media (orientation: portrait) and (max-height: 650px) {
    .popups__rules_content {
        height: 300px;
        font-size: 16px;
    }
}

.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;
}

@font-face {
    font-family: 'Montserrat';
    src: 
    local("Montserrat"), 
    url(../fonts/Montserrat.ttf) format("truetype");
}