html, body {
    margin: 0;
    padding: 0;
}

a {
    background-color: transparent;
}

img {
    border: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}

blockquote, figure {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
}

h1 {
    padding: 10px;
    border: 2px solid #ff6565;
    border-radius: 8px;
    box-shadow: 0 0 0.75em 1px red, inset 0 0 0.75em 1px red;
    font-size: 1.25em;
    text-align: center;
}

h2, h3, h4, h5, h6 {
    margin: 25px 0 15px 0;
}

ol, ul {
    list-style: circle;
}

.body {
    padding-top: 46px;
    background-image: linear-gradient(to bottom, #0c0c11 0, #262634 90%, #2e2e3e 100%);
    background-color: #0c0c11;
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
    font-size: 18px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, #424242 0, #343434 100%);
    border-bottom: 1px solid #656565;
    box-shadow: 0 0 18px 16px rgb(0 0 0 / 15%);
    z-index: 3002;
}

.header__row {
    position: relative;
    margin: auto;
    padding: 0 10px;
    max-width: 1260px;
    line-height: 45px;
    text-align: right;
}

.header .logo {
    display: block;
    width: 180px;
    height: 37px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background-image: url(logo.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 5000;
}

@media only screen and (max-width: 1024px) {
    .header .logo {
        width: 80px;
        left: 51px;
    }
}

.burger {
    width: 36px;
    height: 36px;
    background-color: inherit;
    cursor: pointer;
    z-index: 878889;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(224, 61, 34);
    border-image: initial;
    border-radius: 3px;
    padding: 4px 2px;
    margin: 0px 8px 0px 0px;
}

.burger__item {
    display: block;
    background-color: rgb(169, 169, 169);
    height: 4px;
    width: 100%;
    transition: all 0.3s linear 0s;
}

.burger__item:first-child {
    transform: translateY(-3px);
}

.burger__item:last-child {
    transform: translateY(3px);
}

.burger_active .burger__item:first-child {
    transform: translateY(2px) rotate(135deg)
}

.burger_active .burger__item:nth-child(2) {
    transform: translateY(0) rotate(90deg);
    display: none
}

.burger_active .burger__item:last-child {
    transform: translateY(-2px) rotate(45deg)
}

.burger:focus, .burger__item:focus {
    outline: 0
}

.burger__item {
    display: block;
    background-color: #a9a9a9;
    height: 4px;
    width: 100%;
    transition: all .3s linear
}

.burger__item:first-child {
    transform: translateY(-3px)
}

.burger__item:nth-child(2) {
    transform: translateY(0)
}

.burger__item:last-child {
    transform: translateY(3px)
}

.header .burger {
    display: none;
    visibility: hidden;
}

@media only screen and (max-width: 1024px) {
    .header .burger {
        display: inline-block;
        visibility: visible;
        position: absolute;
        left: 10px;
        top: 50%;
        width: 36px;
        height: 36px;
        box-sizing: border-box;
        transform: translateY(-50%);
    }
}

.layout {
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1280px;
    background-color: #262634;
}

.layout::before, .layout::after {
    content: '';
    display: block;
    width: 319px;
    height: 100%;
    position: fixed;
    top: 46px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (min-width: 1280px) {
    .layout::before {
        left: calc(50% - 959px);
        background-image: url(girls-cards-left.jpg);
    }
}

@media screen and (min-width: 1280px) {
    .layout::after {
        left: calc(50% + 639px);
        background-image: url(girls-cards-right.jpg);
    }
}

.layout, .layout .main {
    box-sizing: border-box;
    padding: 5px;
}

.layout .main {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
    outline: 0px;
}

.layout__row {
    width: 100%;
    justify-content: flex-start;
    padding: 5px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
}

.layout__header {
    position: relative;
    min-height: 143px;
    width: 80%;
    height: 220px;
    display: flex;
    align-items: center;
    border-radius: 6px;
}

.layout__header h1 {
    padding: 10px;
}

@media only screen and (max-width: 1240px) {
    .layout__header {
        width: 75%;
    }
}

@media only screen and (max-width: 980px) {
    .layout__header {
        width: 100%;
    }
}

/** Slider */
.layout__slider {
    min-height: 143px;
    height: 100%;
}

.layout__slider .owl-stage-outer {
    border-radius: 6px;
}

.layout__slider-item {
    height: 100%;
}

.layout__slider .owl-stage-outer,
.layout__slider .owl-stage,
.layout__slider .owl-item,
.layout__slider .item,
.layout__slider .owl-item {
    height: 100%;
}

.layout__slider-item .button {
    position: absolute;
    cursor: pointer;
    z-index: 84;
    line-height: 34px;
    width: auto;
    right: 30px;
    bottom: 20px;
    padding: 0 24px;
    transform: translate(0);
}

@media only screen and (max-width: 585px) {
    .layout__slider-item .button {
        width: 100%;
        line-height: 34px;
        padding: 0 12px;
        font-size: 14px;
        right: 0;
        bottom: 0;
        border-radius: 0;
        background: #55a399;
        border: 1px solid #55a399;
    }
}

/** WINNERS */
.winners {
    margin-bottom: 0px;
}

.winners__title {
    margin-bottom: 10px;
    background: linear-gradient(to bottom, #424242 0, #343434 100%);
    border-radius: 6px;
    line-height: 35px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.winner {
    height: 107px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    background: url(winner.png) no-repeat center;
    background-size: contain;
}

.winner:hover .control {
    display: flex;
}

.winner__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 78px;
    width: 100%;
    height: 56px;
    transform: translate(-50%, -50%);
    border-radius: 6px;
}

.winner__title {
    display: block;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.winner__players {
    position: absolute;
    left: 20px;
    bottom: 0px;
    max-width: 82px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #24bb9d;
}

.winner__won {
    position: absolute;
    right: 20px;
    bottom: 0px;
    color: #d4351d;
}

/** ASIDE */

.layout .aside {
    box-sizing: border-box;
    width: 20%;
    padding: 5px;
}

@media only screen and (max-width: 1240px) {
    .layout .aside {
        width: 25%;
    }
}

@media only screen and (max-width: 980px) {
    .layout .aside {
        display: none;
    }
}

.aside__nav {
    margin-bottom: 10px;
}

.aside__nav:last-child {
    margin-bottom: 0;
}

.aside__nav-list {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;
}

.aside__nav--events .aside__nav-item {
    background: -webkit-gradient(linear, left top, left bottom, from(#de3c21), to(#b41b0f));
    background: -webkit-linear-gradient(top, #de3c21 0, #b41b0f 100%);
    background: linear-gradient(to bottom, #de3c21 0, #b41b0f 100%);
    border-color: #b41b0f;
}

.aside__nav-item:first-child {
    border-radius: 6px 6px 0 0;
}

.aside__nav-item {
    background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#343434));
    background: -webkit-linear-gradient(top, #424242 0, #343434 100%);
    background: linear-gradient(to bottom, #424242 0, #343434 100%);
    position: relative;
    border-bottom: 1px solid #656565;
    cursor: pointer;
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
}

.aside__nav-link {
    padding: 17.5px 10px;
    display: block;
    color: #fff;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 0;
    white-space: nowrap;
}

.aside__nav-item::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 32px;
    overflow: hidden;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.aside__nav-item:hover::after {
    animation-name: btnanimate;
    animation-duration: 1.4s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
}

.aside__nav-item.promo-button {
    position: relative;
    overflow: visible;
}

.aside__nav-item.new {
    overflow: visible;
}

.aside__nav-item.new::before {
    content: '';
    background: url(ribbon-new-menu.svg) no-repeat center;
    position: absolute;
    width: 55px;
    height: 29px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: -33px;
    top: 43%;
    pointer-events: none;
}

.aside__nav-item.new::after {
    display: none;
}

.aside__nav-item:last-child {
    border-radius: 0 0 6px 6px;
    border-bottom: none;
}

.aside__nav-item.promo-button .aside__nav-link-animated:before {
    position: absolute;
    content: '';
    background-image: url(glow-lights.gif);
    width: 105%;
    height: 52px;
    top: -8px;
    left: -6px;
    background-size: 100% 100%, 0, 0;
    mix-blend-mode: screen;
    z-index: 1;
}

/** START */

.row__aside {
    width: calc(20% - 10px);
    margin-right: 10px;
}

@media only screen and (max-width: 1240px) {
    .row__aside {
        width: calc(25% - 10px);
        margin-right: 10px;
    }
}

@media only screen and (max-width: 980px) {
    .row__aside {
        display: none !important;
        visibility: hidden !important;
    }
}

.start {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 2px;
    height: 214px;
}

.startBonus:not(.start) {
    margin-top: 10px
}

.start__logo {
    width: 96.6%;
    height: 175px;
    background: url(frame-2.png) no-repeat center/100%;
    position: relative;
    max-width: 250px;
    will-change: transform;
    margin: 0 auto;
    -webkit-animation: arrowAnimate .7s both infinite alternate;
    animation: arrowAnimate .7s both infinite alternate;
}

.start__logo__header {
    width: 100%;
    font: 700 22px 'pt_sansbold', sans-serif;
    text-align: center;
    padding-top: 25px;
}

.start__logo__header__up {
    display: block;
    font-family: 'pt_sansregular', sans-serif;
    color: #5f5;
    text-shadow: 0 0 10px #0f0, 0 0 20px #0f0;
}

.start__logo__header__down {
    color: #f55;
    text-shadow: 0 0 10px red, 0 0 20px red;
    font-family: 'pt_sansregular', sans-serif;
}

@media screen and (min-width: 1024px) and (max-width: 1366px) and (max-height: 760px) {
    .startBonus:not(.start) .bonus-timer__wrapper {
        height: 207px
    }
}

/** MAIN */
@media only screen and (max-width: 1240px) {
    .layout .main {
        width: 75%;
    }
}

@media only screen and (max-width: 980px) {
    .layout .main, .layout.layout--promo .main {
        width: 100%;
    }
}

/** GAMES */
.games {
    margin-bottom: 10px;
}

.games__header {
    margin-bottom: 10px;
    background: linear-gradient(to bottom, #424242 0, #343434 100%);
    border-radius: 6px;
    line-height: 35px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.games__list {
    margin: -5px -5px 5px -5px;
    padding: 0;
    display: flex;
    text-indent: 0;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.game {
    margin: 5px;
    max-width: calc(20% - 10px);
    flex-basis: 20%;
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {
    .game {
        max-width: calc(25% - 10px);
        flex-basis: 25%;
    }
}

@media only screen and (max-width: 576px) {
    .game {
        max-width: calc(50% - 10px);
        flex-basis: 50%;
    }
}

@media only screen and (max-width: 1023px) {
    .game:focus-within .control {
        display: flex;
    }
}

.game__logo {
    position: relative;
    width: 100%;
    height: 143px;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    transition: transform .5s cubic-bezier(.68, 0, .43, .92);
}

.game__logo:hover img {
    transform: scale(1.15);
}

.game__logo:hover .control,
.game__logo:focus .control,
.game__logo:focus-within .control,
.game__logo:active .control,
.control:hover,
.control:focus,
.control.active {
    display: flex;
    z-index: 1;
}

.game__logo img {
    width: 100%;
    height: 100%;
}

.game__title {
    padding: 0.25em 19px 0.25em 0;
    display: block;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.control {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    text-align: center;
    color: #fff;
}

.control__button {
    max-width: 50%;
    width: 100%;
}

.article {
    padding: 10px;
    border-radius: 6px;
    background: #424242;
    line-height: 21px;
    font-size: 16px;
    color: #fff;
}

.article p {
    margin: 0 0 10px 0;
    padding: 0;
}

.article p:last-child {
    margin: 0;
}

/** FOOTER */
.footer {
    position: relative;
    margin: auto;
    max-width: 1280px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    background: linear-gradient(to bottom, #424242 0, #343434 100%);
    color: #fff;
    z-index: 100;
}

.footer__league {
    padding: 5px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
    .footer__league {
        display: none;
    }
}

.footer__comercial {
    padding: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    background-color: #212121;
}

.footer__vendor {
    margin: 5px;
    height: 28px;
    filter: grayscale(100%);
    transition: filter .3s;
}

.footer__vendor:hover {
    filter: grayscale(0%)
}

.footer__copyright {
    padding: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

@media only screen and (max-width: 576px) {
    .footer__copyright {
        display: block;
        text-align: left;
    }
}

.footer__copyright-logo {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .footer__copyright-logo {
        display: block;
        width: 115px;
    }
}

@media only screen and (max-width: 576px) {
    .footer__copyright-logo {
        float: left;
        margin-top: 10px;
        margin-right: 10px;
    }
}

.footer__copyright-label {
    flex-basis: 100%;
    text-align: center;
    font-size: .625em;
    color: #a9a9a9;
}

/** SIDEBAR */
.sidebar {
    background-color: #343434;
    position: fixed;
    top: 46px;
    left: 0;
    height: 100%;
    width: calc(100vw - 71px);
    max-width: 553px;
    z-index: 4000;
    overflow: scroll;
    box-sizing: border-box;
    transition: transform .25s ease-in-out;
}

@media only screen and (min-width: 1025px) {
    .sidebar {
        visibility: hidden !important;
        display: none !important;
    }
}

.sidebar--hidden {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.sidebar .mobile__header-wrapper {
    background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#343434));
    background: -webkit-linear-gradient(top, #424242 0, #343434 100%);
    background: linear-gradient(to bottom, #424242 0, #343434 100%);
}

.mobile__header-promo {
    padding: 8px 0 5px;
    display: block;
    width: 100%;
    font-weight: 700;
    text-align: center;
    font-size: 19px;
    line-height: 22px;
    color: #fff;
    margin: 0;
    text-decoration: none;
}

.sidebar__list {
    margin: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;
    height: 100%;
    padding: 0 0 47px;
}

.sidebar__item {
    display: block;
    border-bottom: 1px solid #5a5a5a;
}

.sidebar .sidebar__link {
    padding-right: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sidebar__link--top {
    background: -webkit-gradient(linear, left top, left bottom, from(#50c5ac), color-stop(50%, #3fa18d), to(#2e7f70));
    background: -webkit-linear-gradient(top, #50c5ac 0, #3fa18d 50%, #2e7f70 100%);
    background: linear-gradient(to bottom, #50c5ac 0, #3fa18d 50%, #2e7f70 100%);
    color: #fff !important;
}

.sidebar__link {
    background-color: #ddd;
    color: #000;
    white-space: nowrap;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 45px;
    position: relative;
}

.sidebar__link {
    font-size: 1.25em;
    text-decoration: none;
}

/** ANIMATIONS */

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

/** BUTTONS */
.button {
    position: relative;
    padding: 0px 12px;
    border-radius: 6px;
    overflow: hidden;
    line-height: 35px;
    white-space: nowrap;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: rgb(255, 255, 255);
    z-index: 4;
}

.button--disable::after, .button::after, .button_grey::after {
    position: absolute;
    top: 0;
    right: calc(50% - 16px);
    display: block;
    height: 100%;
    width: 31px;
    overflow: hidden;
    background-image: url(arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
}

.button_green {
    background: linear-gradient(rgb(80, 197, 172) 0px, rgb(63, 161, 141) 50%, rgb(46, 127, 112) 100%);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(85, 163, 153);
    border-image: initial;
}

.button_red {
    background: linear-gradient(rgb(222, 60, 33) 0px, rgb(180, 27, 15) 100%);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(188, 37, 2);
    border-image: initial;
}

.button:hover::after {
    animation-name: btnanimate;
    animation-duration: 1.4s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
}

@-webkit-keyframes btnanimate {
    0%, to {
        right: calc(50% - 16px)
    }
    50% {
        right: -336px
    }
    51% {
        z-index: -20;
        right: 336px
    }
}

@keyframes btnanimate {
    0%, to {
        right: calc(50% - 16px)
    }
    50% {
        right: -336px
    }
    51% {
        z-index: -20;
        right: 336px
    }
}

@-webkit-keyframes arrowAnimate {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@keyframes arrowAnimate {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

/** OWL */
.owl-carousel .owl-item img {
    display: initial !important;
    width: initial !important;
}

/** UTILS */
.w-100 {
    width: 100%
}