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,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
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 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Futura, sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #000000;
}
body.modal_open {
    overflow: hidden;
}
.color {
    color: #000000;
}


@font-face {
    font-family: Futura;
    src: 
    local("Druk-Wide-Cyr-Heavy"), 
    url(../fonts/futura_pt_demi.woff2) format("woff2"),
    url(../fonts/futura_pt_demi.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: Montserrat-Bold;
	src: url("../fonts/montserrat-bold/montserrat-bold.eot"); /* IE9 Compat Modes */
	src: url("../fonts/montserrat-bold/montserrat-bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		url("../fonts/montserrat-bold/montserrat-bold.otf") format("opentype"), /* Open Type Font */
		url("../fonts/montserrat-bold/montserrat-bold.ttf") format("truetype"), /* Safari, Android, iOS */
		url("../fonts/montserrat-bold/montserrat-bold.woff") format("woff"), /* Modern Browsers */
		url("../fonts/montserrat-bold/montserrat-bold.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

.apps {
    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;
}
.apps__item {
    width: 6vw;
    margin: 0 0.4vw;
}

@media (min-aspect-ratio: 16/9) {
    .apps {
        display: none;
    }
}

@media (orientation: portrait) {
    .apps {
        width: 100%;
        margin: 15vw 0;
    }
    .apps__item {
        width: 28vw;
        max-width: 125px;
    }
}
@media (orientation: portrait) and (min-aspect-ratio: 16/29) {
    .apps {
        margin: 30px 0;
    }
}
.body-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-family: Montserrat-Bold, sans-serif;
    font-weight: 400;
    font-style: normal;
    -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;
    background: #010101;
}
.logo_bundes {
    width: 5.5em;
    margin: 0.5em auto 0;
}
.button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0.11vw solid;
    -moz-border-radius: 0.3vw;
    border-radius: 0.3vw;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.button--in {
    font-size: 1vw;
    color: #fff;
    padding: 0 2.1vw;
    font-family: Roboto Condensed;
    border-color: #fff;
}
.button--in:hover {
    color: #ffffff;
    background: #fff;
}
.button--register {
    font-size: 1.2vw;
    padding: 0 2.1vw;
    font-family: Roboto Condensed;
    font-weight: 700;
    color: #ffffff;
    background: #000000;
    border-color: #000000;
}
.button--register:hover {
    background: #fff;
    border-color: #fff;
}
.button--cta {
    border: none;
    display: block;
    width: 100%;
    padding: 0.7em 0;
    background: #000000;
    color: #ffffff;
    font-family: Montserrat-Bold;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    font-size: 1.9vw;
    -moz-border-radius: 0.5vw;
    border-radius: 0.5vw;
}
.button--cta:hover {
    background: #fff;
}
@media (max-width: 500px), (orientation: portrait) {
    .button {
        border-width: 0.45vw;
        -moz-border-radius: 1.7vw;
        border-radius: 1.7vw;
    }
    .button--in {
        font-size: 3.5vw;
        padding: 0 4.5vw;
    }
    .button--register {
        font-size: 4.5vw;
        padding: 0 4.5vw;
    }
    .button--cta {
        border: none;
    }
}

@media screen and (max-width: 728px) {
    .footer {
        visibility: hidden;
        display: none;
    }

    /*  .socials {
	visibility: hidden;
    display: none;
	{ */
}

@media (orientation: portrait) and (min-width: 500px) {
    .button {
        -moz-border-radius: 7px;
        border-radius: 7px;
        border-width: 2px;
    }
    .button--in {
        font-size: 20px;
        padding: 0 25px;
    }
    .button--register {
        font-size: 22px;
        padding: 0 25px;
    }
}
.cup {
    font-size: 1.2vw;
    font-family: Montserrat-Bold, sans-serif;
    font-weight: 700;
    color: #ffffff;
    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;
    text-transform: uppercase;
    margin-top: auto;
    margin-bottom: 1vw;
}
.cup__img {
    width: 2.2em;
    margin-right: 0.5em;
}
.cup__text {
    text-align: left;
}
.cup__text--top {
    color: #ffffff;
}
.cup__text--decr {
    opacity: 0.7;
    font-size: 0.45em;
}
@media (orientation: portrait) {
    .cup {
        font-size: 4.5vw;
    }
}
@media (orientation: portrait) and (min-width: 550px) {
    .cup {
        font-size: 20px;
    }
}
.footer {
    z-index: 1;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    width: 100%;
    padding: 0.3vw 1.7vw 1vw;
    background: #ffffff;
}
.footer__bg {
    position: absolute;
    width: 100%;
    left: 0;
    pointer-events: none;
    bottom: 95%;
}
.footer__bg img,
.footer__bg picture {
    width: 100%;
    display: block;
}
.footer__wrap {
    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: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
@media (orientation: portrait) {
    .footer {
        margin: 0;
        padding-top: 4vw;
        padding-bottom: 2vw;
        position: relative;
    }
    .footer__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__bg {
        position: absolute;
        width: 120%;
        left: 50%;
        bottom: auto;
        top: -15px;
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}
.header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5vw 2vw 0;
    position: relative;
    width: 100%;
    z-index: 1;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.header__logo {
    width: 10vw;
    cursor: pointer;
}
.header__right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (orientation: portrait) {
    .header {
        width: 100%;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px;
    }
    .header__logo {
        width: 24vw;
    }
}
.payments {
    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;
}
.payments__item {
    margin: 0 1.1vw;
}
.payments img {
    height: 1.2vw;
}
@media (orientation: portrait) {
    .payments {
        width: 100%;
        margin-bottom: 2vw;
    }
    .payments__item {
        margin: 0 2.1vw;
    }
    .payments img {
        height: auto;
        max-height: 20px;
    }
}
.popups__popup {
    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;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 10px;
}
.popups__popup:not(.active) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.popups__content {
    background: #171717;
    color: #fff;
    padding: 40px;
    max-width: 400px;
    width: 100%;
    margin: auto;
    position: relative;
}
.popups__content--rules {
    max-width: 600px;
}
.popups__content--rules .modal-scrollbar {
    max-height: 70vh;
}
.popups__content--reg {
    max-width: 450px;
}
.popups__form--title {
    font-size: 25px;
    margin-bottom: 10px;
    text-transform: none;
}
.popups__form--enter,
.popups__form--title {
    text-align: center;
    font-family: Montserrat-Bold;
    font-weight: 700;
    font-style: normal;
}
.popups__form--enter {
    font-size: 12px;
}
.popups__form--enter a {
    text-decoration: underline;
}
.popups__form--enter a:hover {
    text-decoration: none;
}
.popups__title {
    font-family: Montserrat-Bold;
    font-weight: 700;
    text-align: center;
    font-style: normal;
    font-size: 25px;
    margin-bottom: 20px;
}
.popups__rules_content p {
    margin-bottom: 10px;
}
.popups__close {
    cursor: pointer;
}
.popups__close--btn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    background: url(../img/not_main/close.svg) 50%/80% no-repeat;
}
.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;
}
@media (max-width: 660px) {
    .popups__content {
        padding: 15px;
        max-width: 330px;
    }
    .popups__content--rules {
        max-width: 400px;
    }
    .popups__rules_content {
        font-size: 14px;
    }
    .popups__close--btn {
        width: 18px;
        height: 18px;
    }
}
@media (max-width: 1024px) {
    .popups__popup--mob {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        position: static;
        width: auto;
        height: auto;
        overflow: auto;
        background-color: transparent;
    }
    .popups__popup--mob .popups__close--btn,
    .popups__popup--mob .popups__close--over {
        display: none;
    }
    .popups__popup--mob .popups__content {
        background-color: transparent;
    }
    .popups___rules {
        font-size: 4.9vw;
        margin-top: 3.7vw;
    }
    .popups__form--enter {
        font-size: 10px;
    }
}
.container {
    width: 100%;
    max-width: 65.3vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1024px) {
    .container {
        max-width: 100%;
    }
}
.main {
    position: relative;
    color: #ffffff;
    min-height: 100%;
    font-family: Futura, sans-serif;
    font-weight: 400;
    -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;
    font-size: 4.5vw;
}
.main,
.main__wrap {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.main {
    display: flex;
    flex-direction: row;
    padding: 0 170px;
}
.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: 200px;
    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-weight: 900;
    font-size: 44px;
    display: flex;
    align-items: center;
    padding: 10px;
}
.main__side__teamLeftImg.carousel {
    margin: auto;
}

.main__side__teamRightImg.carousel {
    margin: auto;
}

.slash {
    font-family: Futura, sans-serif;
    font-weight: bold;
}

.main__wrap {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.main__bg {
    position: absolute;
    pointer-events: none;
    width: 104%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.main__bg img,
.main__bg picture {
    display: block;
    width: 100%;
}
.main__text {
    font-family: Montserrat-Bold, sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin-bottom: 0.6em;
}
.main__top {
    margin-top: -1.1em;
    position: relative;
}
.main__bec {
    text-transform: uppercase;
    text-align: center;
    font-size: 0.45em;
    line-height: 0.85em;
    padding: 0.1em;
    margin-bottom: 1.5em;
}
.main__bec span {
    color: #000000;
}
.main__date {
    text-transform: uppercase;
    font-size: 0.6em;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: auto;
    /* transform: skew(0.043turn); */
}
.main__date br {
    display: none;
}

.main__date-date {
    position: relative;
}

.main__date-time {
    position: relative;
}

.main__command {
    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;
    font-size: 0.9em;
    margin: 0 0.5em;
}
.main__command-vs {
    font-size: 0.6em;
    margin-left: 0.2em;
    margin-right: 0.2em;
    margin-top: 0.35em;
    color: transparent;
    -webkit-text-stroke: 0.025em #ffffff;
}
.main__bonus {
    line-height: 1em;
    text-transform: uppercase;
    color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
    width: 8em;
}
.main__bonus,
.main__bonus_top,
.main__bonus span {
    position: relative;
}
.main__bonus_top {
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 1em;
    margin: 0.2em;
}
.main__bonus_center {
    text-align: center;
    font-size: 1.11em;
    line-height: 0.7;
    position: relative;
    text-transform: none;
    color: #000000;
    padding: 0.2em 0.1em;
}
.main__bonus_center sup {
    font-size: 0.6em;
    vertical-align: middle;
    color: #17d226;
    position: relative;
    display: inline-block;
    -webkit-transform: translate(-20%, -40%);
    -moz-transform: translate(-20%, -40%);
    -ms-transform: translate(-20%, -40%);
    transform: translate(-20%, -40%);
}
.main__bonus_center--curr {
    font-size: 0.5em;
    color: #17d226;
    -webkit-text-stroke: 0 #ffffff;
    font-family: Futura, sans-serif;
    font-weight: 400;
}
.main__bonus_center:before {
    background: url(../img/masok.png) no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 50%;
    width: 125%;
    height: 100%;
    content: "";
    -webkit-transform: translateX(-47%);
    -moz-transform: translateX(-47%);
    -ms-transform: translateX(-47%);
    transform: translateX(-47%);
}
.main__bonus_bot {
    font-size: 0.8em;
    font-weight: 700;
    color: #ffffff;
    padding: 0.1em 0 0;
    left: 0.5em;
}

.main__bonus_kek {
    font-size: 0.67em;
    font-weight: 700;
    color: #0160da;
    padding: 0.1em 0 0;
    left: 0.5em;
}

.main__bonus_kek span {
    position: initial;
}
.main__bonus_bot,
.main__bonus_bot span {
    position: initial;
}
.main__useless_button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 0.5em 0 0.6em;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    color: #000000;
    font-size: 0.5em;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 700;
    width: 8em;
    margin-bottom: 0.31em;
}
.main__useless_button span {
    /* display: block; */
    position: relative;
    transform: skew(0.04turn);
    font-size: 0.9em;
}

.main__useless_button:before {
    content: "";
    -webkit-box-shadow: 0.2em 0.2em 0 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0.2em 0.2em 0 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0.2em 0.2em 0 0 rgba(0, 0, 0, 0.5);
    background: #FDBA01;
    position: absolute;
    top: 0;
    left: 50%;
    width: 110%;
    height: 100%;
	border-radius: 40px;
    -webkit-transform: translateX(-50%) skewX(-1deg);
    -moz-transform: translateX(-50%) skewX(-1deg);
    -ms-transform: translateX(-50%) skewX(-1deg);
    transform: translateX(-50%) skewX(-1deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.main__useless_button:hover:before {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
.main__rules {
    font-family: Roboto, sans-serif;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    padding-bottom: 3em;
    position: relative;
}
.main__rules,
.main__rules--inner {
    font-weight: 400;
    text-decoration: underline;
}
.main__rules--inner {
    display: inline-block;
}
.main__rules--inner:hover {
    text-decoration: none;
}
.main__enter {
    text-align: center;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 2.5em;
    position: relative;
}
.main__enter span {
    display: block;
}
.main__enter a {
    text-decoration: underline;
}
.main__enter a:hover {
    text-decoration: none;
}
.main__comands {
    display: none;
}
@media (min-width: 1920px) {
    .main {
        padding: 0 250px;
    }
    .main__side-name {
        font-size: 48px;
    }
    .main__side-coef {
        font-size: 42px;
    }
}
@media (max-width: 1440px) {
    .main {
        padding: 0 150px;
    }
    .main__side-img {
        height: 125px;
    }
    .main__side-name {
        font-size: 32px;
    }
    .main__side-coef {
        font-size: 28px;
    }
}
@media (max-width: 1067px) {
    .main__comands {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 35px;
    }
    .main__date {
        margin-bottom: 10px !important;
    }
}
@media (max-width: 992px) {
    .main {
        padding: 0 100px;
    }
    .main__side-img {
        height: 100px;
    }
    .main__side-name {
        font-size: 28px;
    }
    .main__side-coef {
        font-size: 22px;
    }
    .main__rules {
        padding-bottom: 0;
    }
}
@media (max-width: 768px) {
    .main {
        flex-direction: column;
        padding: 0;
    }
    .main__date {
        margin-bottom: 0 !important;
    }
    .main__side {
        width: 50%;
    }
    .main__side-img {
        height: 115px;
    }
    .main__side-name {
        font-size: 38px;
    }
    .main__side-coef {
        font-size: 32px;
    }
}
@media (max-width: 576px) {
    .main__comands {
        margin-bottom: 20px;
        margin-top: 3px;
    }
    .main__side {
        min-width: 100px;
        max-width: 180px;
    }
    .main__side-img {
        height: 60px;
    }
    .main__side-name {
        font-size: 22px;
    }
    .main__side-coef {
        font-size: 16px;
    }
}
@media (orientation: landscape) and (min-aspect-ratio: 24/11) {
    .main {
        font-size: 4vw;
    }
}
@media (orientation: landscape) and (min-aspect-ratio: 12/5) {
    .main {
        font-size: 3.5vw;
    }
}
@media (orientation: landscape) and (min-aspect-ratio: 96/37) {
    .main {
        font-size: 3vw;
    }
}
@media (orientation: landscape) and (min-aspect-ratio: 192/65) {
    .main {
        font-size: 2.5vw;
    }
}
@media (orientation: portrait) {
    .main {
        font-size: 15vw;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .main__wrap {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .main__bg {
        font-size: 2em;
        width: 95%;
        left: 50%;
        top: -0.25em;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .main__top {
        margin-top: 0;
        margin-bottom: 0.4em;
    }
    .main__date {
        margin-bottom: 34vw;
    }
    .main__date br {
        display: inline-block;
    }
    .main__command {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 0.6em;
        margin-bottom: 0.5em;
    }
    .main__bec {
        font-size: 0.6em;
    }
    .main__bonus {
        line-height: 0.6em;
        margin: 0.05em 0 0.3em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: auto;
    }
    .main__bonus_top {
        margin-top: 0.1em;
        margin-bottom: 0.1em;
        margin-right: 0;
        font-size: 0.41em;
        margin-left: 0.1em;
    }
    .main__bonus_center {
        line-height: 0.8em;
        font-size: 0.6em;
    }
    .main__bonus_bot {
        font-size: 0.49em;
        left: 0.2em;
    }
    .main__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .main__useless_button {
        margin-bottom: 0.45em;
    }
    .main__enter,
    .main__rules {
        font-size: 14px;
    }
    .main__enter {
        margin-bottom: 30px;
    }
    .main__enter span {
        display: inline;
    }
}
@media (orientation: portrait) and (min-width: 500px) {
    .main__enter,
    .main__rules {
        font-size: 20px;
    }
    .main__enter {
        margin-bottom: 40px;
    }
}
@media (orientation: portrait) and (min-aspect-ratio: 2/3) {
    .main {
        font-size: 13vw;
    }
}
.socials {
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1.7vw;
}
.socials__item img {
    height: 1vw;
    margin: 0 0.8vw;
}
.socials__18plus {
    margin-right: auto;
}
.socials__18plus.mob {
    display: none;
}
.socials__18plus img {
    height: 1.4vw;
}
@media (orientation: portrait) {
    .socials {
        width: 100%;
        margin-top: 2vw;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .socials__item img {
        height: 5.2vw;
        margin: 0 2vw;
        max-height: 20px;
    }
    .socials__18plus {
        margin-right: 3vw;
    }
    .socials__18plus.desctop {
        display: none;
    }
    .socials__18plus.mob {
        display: block;
    }
    .socials__18plus img {
        height: auto;
        max-height: 25px;
    }
}

.slide {
    position: absolute;
    display: block;
    opacity: 0;
    z-index: 0;
    /* transition: 500ms opacity ease-in-out; */
    /* transition-delay: 0ms; */
}

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