/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  figure img {
    border-radius: 14px;
    margin: 30px auto;
  }
  

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    background-color: #1f0000;
    color: #fff
}

details,
main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: none;
    display: inline-block
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    max-width: 100%
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio],
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.menu-wrap a {
    color: #fff
}

.menu-wrap a:focus,
.menu-wrap a:hover {
    color: #24bb9d
}

.close-button,
.menu-button {
    border: 0;
    background: 0 0;
    color: transparent;
    outline: 0
}

.menu-button {
    position: fixed;
    right: 0;
    z-index: 1000;
    padding: 0;
    width: 2.5em;
    height: 2.25em;
    text-indent: 2.5em;
    font-size: 1.5em;
    display: none
}

.menu-button::before {
    position: absolute;
    top: .5em;
    right: .5em;
    bottom: .5em;
    left: .5em;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, gold), color-stop(20%, transparent), color-stop(40%, transparent), color-stop(40%, gold), color-stop(60%, gold), color-stop(60%, transparent), color-stop(80%, transparent), color-stop(80%, gold));
    background: -o-linear-gradient(gold 20%, transparent 20%, transparent 40%, gold 40%, gold 60%, transparent 60%, transparent 80%, gold 80%);
    background: linear-gradient(#ff8100 20%, transparent 20%, transparent 40%, #ff8100 40%, #ff8100 60%, transparent 60%, transparent 80%, #ff8100 80%);
    content: ""
}

.close-button {
    width: 1em;
    height: 1em;
    position: absolute;
    right: 1em;
    top: 1em;
    overflow: hidden;
    text-indent: 1em;
    font-size: .75em
}

.close-button::after,
.close-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    background: gold
}

.close-button::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close-button::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu-wrap {
    position: fixed;
    overflow-y: auto;
    z-index: 1001;
    width: 300px;
    background: #373a47;
    padding: 2.5em 1.5em 0;
    font-size: 1.15em;
    -webkit-transform: translate3d(-320px, 0, 0);
    transform: translate3d(-320px, 0, 0);
    -webkit-transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    -o-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    transition-timing-function: cubic-bezier(.7, 0, .3, 1)
}

.menu-wrap i {
    margin-right: 20px
}

.icon-list,
.menu,
.menu-wrap {
    height: 100%
}

.icon-list,
.icon-list a {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0s .4s;
    -o-transition: transform 0s .4s;
    transition: transform 0s .4s;
    transition: transform 0s .4s, -webkit-transform 0s .4s;
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    -o-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    transition-timing-function: cubic-bezier(.7, 0, .3, 1)
}

.icon-list a {
    display: block;
    padding: .8em;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0)
}

.icon-list a:nth-child(2) {
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0)
}

.icon-list a:nth-child(3) {
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0)
}

.icon-list a:nth-child(4) {
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
}

.icon-list a:nth-child(5) {
    -webkit-transform: translate3d(0, 2500px, 0);
    transform: translate3d(0, 2500px, 0)
}

.icon-list a:nth-child(6) {
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
}

.icon-list a span {
    margin-left: 10px;
    font-weight: 700
}

.show-menu .content::before,
.show-menu .icon-list,
.show-menu .icon-list a,
.show-menu .menu-wrap {
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    -o-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.show-menu .icon-list,
.show-menu .icon-list a,
.show-menu .menu-wrap {
    -webkit-transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s
}

.show-menu .icon-list a {
    -webkit-transition-duration: .9s;
    -o-transition-duration: .9s;
    transition-duration: .9s
}

.show-menu .content::before {
    opacity: 1;
    -webkit-transition: opacity .8s;
    -o-transition: opacity .8s;
    transition: opacity .8s
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px
}

ul {
    list-style: none
}

ul,
ul li {
    margin: 0;
    padding: 0
}

.header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #320303
}

.header__inner,
.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.menu__list li+li {
    padding-left: 15px
}

.menu__list a {
    color: #fff;
    font-size: 16px;
    line-height: 25px
}

.header__logo {
    max-width: 200px
}

.btn {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border: solid 1px #ffde59;
    color: #fff;
    padding: 10px 15px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn:hover,
.reg:hover {
    background: #fff;
    color: #000
}

.reg {
    background: #ffde59;
    color: #000000;
    border: solid 1px #ffde59
}

.reg:hover {
    border: solid 1px #fff
}

.content-game,
.content-game .game,
.games,
.games .game {
    background: 0 0;
    border-radius: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.content-game,
.games {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-template-columns: 1fr 1fr;
    grid-gap: .75rem;
    margin: auto -1rem
}

@media only screen and (min-width:640px) {

    .content-game,
    .games {
        grid-template-columns: 1fr 1fr
    }
}

@media only screen and (min-width:768px) {

    .content-game,
    .games {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

@media only screen and (min-width:992px) {

    .content-game,
    .games {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

.games {
    display: grid;
    margin: auto
}

@media only screen and (min-width:1200px) {

    .content-game,
    .games {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr
    }
}

.content-game .game,
.games .game {
    margin: .75rem;
    -ms-flex-preferred-size: calc(50% - ((.75rem*2) + (0px*2)));
    flex-basis: calc(50% - ((.75rem*2) + (0px*2)));
    color: #767676;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0
}

@media only screen and (min-width:414px) {

    .content-game .game,
    .games .game {
        -ms-flex-preferred-size: calc(50% - ((.75rem*2) + (0px*2)));
        flex-basis: calc(50% - ((.75rem*2) + (0px*2)));
        margin: .75rem
    }
}

@media only screen and (min-width:768px) {

    .content-game .game,
    .games .game {
        -ms-flex-preferred-size: calc(33% - ((.75rem*2) + (0px*2)));
        flex-basis: calc(33% - ((.75rem*2) + (0px*2)))
    }
}

@media only screen and (min-width:992px) {

    .content-game .game,
    .games .game {
        -ms-flex-preferred-size: calc(25% - ((.75rem*2) + (0px*2)));
        flex-basis: calc(25% - ((.75rem*2) + (0px*2)))
    }
}

.games .game,
.grid>div {
    margin: 0
}

@media only screen and (min-width:992px) {
    .games .game.active {
        opacity: unset;
        z-index: unset
    }
}

.content-game .game .image,
.games .game .image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffde59;
    border-radius: .5rem;
    border: 3px solid #ffde59;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000)
}

.games .game .buttons,
.games .game .info {
    opacity: 0;
    -webkit-transition: opacity .2s ease-in .1s;
    -o-transition: opacity .2s ease-in .1s;
    transition: opacity .2s ease-in .1s;
    z-index: 2
}

@media only screen and (min-width:992px) {

    .games .game:hover .buttons,
    .games .game:hover .info {
        opacity: 1;
        z-index: 2
    }
}

.content-game .game .image .info,
.games .game .image .info {
    background: rgba(0, 0, 0, .3);
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 1.25rem;
    height: 1.25rem;
    margin: .1rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 1.25rem;
    text-decoration: none
}

@media only screen and (min-width:640px) {

    .content-game .game .image .info,
    .games .game .image .info {
        font-size: 1.5rem;
        height: 1.5rem;
        width: 1.5rem;
        margin: .25rem
    }
}

.content-game .game .image .buttons,
.games .game .image .buttons {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none
}

.content-game .game .image img,
.games .game .image img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1;
    flex: 0 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    height: 100%;
    opacity: 1;
    width: 100%
}

.games .game .image img {
    -webkit-transition: -webkit-filter .1s ease-in .1s;
    -o-transition: filter .1s ease-in .1s;
    transition: filter .1s ease-in .1s;
    transition: filter .1s ease-in .1s, -webkit-filter .1s ease-in .1s
}

.games .game .active .buttons,
.games .game.showing .buttons,
.games .game:hover .buttons {
    -webkit-transform: background .3s linear;
    -ms-transform: background .3s linear;
    transform: background .3s linear;
    background: rgb(0 0 0 / 26%) !important
}

.ui.button {
    cursor: pointer;
    min-height: 1em;
    outline: 0;
    border: 0;
    margin: 0 .25em 0 0;
    padding: 1em;
    text-shadow: none;
    font-weight: 400;
    line-height: .99rem;
    text-decoration: none;
    border-radius: .28571429rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    -o-transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    will-change: "";
    text-transform: uppercase;
    color: #fff;
    background: #ec4b8f
}

.ui.primary.button,
.ui.primary.buttons .button {
    background-color: #ffde59;
    color: #320303;
    text-shadow: none;
    background-image: none
}

.ui.button.primary,
.ui.button.secondary {
    -webkit-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

.games .game .buttons a.button {
    padding: .8rem 1.3rem .6rem !important;
    margin: .25rem !important
}

.games .game .image .buttons .button {
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset
}

@media only screen and (min-width:640px) {

    .content-game .game .image .buttons .button,
    .games .game .image .buttons .button {
        margin: .5rem auto;
        padding: .75rem 2rem;
        width: 125px
    }
}

.content-game .game .content,
.games .game .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: .9rem;
    margin: .75rem 0;
    overflow: hidden;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase;
    line-height: 1;
    font-family: Helvetica, "Helvetica Neue", Arial, Helvetica, sans-serif
}

.content-game .game .content a,
.games .game .content a {
    cursor: pointer;
    color: #fbfafa;
    text-decoration: none;
    font-weight: 500
}

.footer__copy,
.main .main__content h1,
.main h2,
.ui.button {
    text-align: center
}

.main .main__content {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 15px
}

.main .main__content ul {
    padding-left: 30px;
    list-style: disc
}

.footer section {
    padding: 1rem 0 !important
}

.footer .providers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.footer .providers img {
    height: 40px;
    fill: #a9a9a9;
    margin: .5rem .25rem;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%
}

@media screen and (min-width:768px) {
    .footer .providers img {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.footer__copy {
    padding-bottom: 30px
}

@media (max-width:1120px) {

    .header .header__inner .header__login form,
    .header .header__inner .menu__list,
    .header__btn {
        display: none
    }

    .header .header__inner .header__login {
        border: 0
    }

    .menu-button {
        display: block;
        top: 6px
    }

    .menu-wrap {
        background: #000
    }

    .menu-wrap .menu__list li+li {
        padding: 0
    }

    .mb-header__login {
        display: block;
        border: 0
    }

    .mb-header__login input {
        width: 100%
    }

    .mb-header__login a {
        margin: 0
    }

    .mb-header__login .register__btn a {
        margin-right: 0
    }

    .mb-header__login .login__btn a {
        margin: 10px 0
    }

    .main__wrapper,
    .menu-wrap .menu__list {
        display: block
    }

    .header__btns {
        margin-right: 35px
    }
}

@media (max-width:500px) {
    .header__logo {
        max-width: 117px
    }

    .btn {
        font-size: 10px;
        padding: 8px 5px
    }

    .menu-button {
        top: -5px
    }
}