html, body {
    overflow-x: hidden;
}
body {
    background: #13100e;
    margin: 0;
    font-family: "Noto Sans",Arial,Helvetica,sans-serif;
}
.slider__main {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.slider__inner {
    width: 100%;
    text-align: center;
}

/* General styles */
.slider__main {
    width: auto;
    position: relative;
}

.slider {
    overflow: hidden;
}

.slider {
    width: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.slider__inner {
    display: none;
    opacity: 0;
}

.slider__inner.is-active {
    display: block;
    opacity: 1;
    animation: 1s linear alternate move_eye;
    z-index: 10;
}
.slider__inner img {
    width: 70%;
    height: 100%;
}
@keyframes move_eye {
    from { margin-top:-100%; }
    to { margin-bottom:10%; }
}
.header {
    padding: 10px 20px;
    /*position: fixed;*/
    /*top: 0;*/
    width: 100%;
    background: rgba(19,16,14,1);
    box-shadow: 0 2px 10px #13100e;
    transition: top 1s linear;
    box-sizing: border-box;
    z-index: 15;
}
.header__social__list__link {
    background-size: 196px 6085px;
    display: block;
    height: 30px;
    width: 30px;
    background-image: url('./images-list-2x-s58dc42512d.png');
}
.header__social__list__link.fb {
    background-position: 0 -1790px;
}
.header__social__list__link.google {
    background-position: 0 -2173px;
}
.header__social__list__link.mail {
    background-position: 0 -3587px;
}
.header__social__list__link.tw {
    background-position: 0 -5662px;
}
.header__social__list__link.vk {
    background-position: 0 -5770px;
}
.header__social__list__link.ynd {
    background-position: 0 -5993px;
}
.button__reg__inner {
    border: 1px solid #f9b242;
    background: #f9b242;
    border-radius: 50px 0 0 50px;
    padding: 15px;
}
.button__reg__inner__green {
    border: 1px solid #3daa45;
    background: #3daa45;
    border-radius: 0 50px 50px 0;
}
.header__login {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__social {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.button__reg {
    display: flex;
}
.header__social__list__title {
    padding: 0 5px 0 0;
    color: #797979;
    text-transform: uppercase;
    box-sizing: border-box;
    font-size: .6rem;
}
.button__reg__inner__link {
    text-decoration: none;
    color: #000;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}
.header__menu__inner {
    list-style: none;
    padding: 0;
    display: flex;
}
.header__menu__inner__list__link {
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    line-height: 48px;
    text-transform: uppercase;
    padding: 0 20px;
}
.header__menu__inner__list,
.header__social__list {
    margin: 0 5px 0 0;
}
.header__menu__inner__list__border {
    color: #f9b242;
    background: #13100e;
    border: 1px solid #f9b242;
    border-radius: 5px;
}
.header__menu__inner__list:hover {
    color: #f9b242;
    background: #302d28;
    border-radius: 5px;
}
.slider__container {
    position: relative;
    z-index: -1;
}
.main {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.main__menu {
    list-style: none;
    display: flex;
    justify-content: space-between;
    border-bottom: 4px solid #302d28;
    position: relative;
    padding: 0 25px;
}
.slider__inner {
    position: absolute;
    top: 0;
    opacity: 0;
}
.main__menu__list {
    position: relative;
    padding: 0 0 15px 0;
}
.main__menu__list:hover:after {
    display: block;
    width: 100%;
    height: 4px;
    content: "";
    background: #f9b242;
    border-radius: 4px;
    position: absolute;
    top: 100%;
}
.main__menu__list__link {
    position: relative;
    display: block;
    padding: 0 10px 0;
    letter-spacing: 1px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    color: #f9b242;
    box-sizing: border-box;
    font-size: 1.3rem;
}
.game {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    grid-auto-flow: dense;
    grid-gap: 15px;
    margin: 20px 0 0;
    transform: translateZ(0);
}
.slider__inner a {
    position: relative;
    z-index: 20;
}
.game-hover {
    opacity: 0;
}
.game__inner {
    position: relative;
}
.game__inner__link {
    display: block;
}
.game__inner:hover .game-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #f9b242;
    border-radius: 5px;
    background: rgba(19,16,14,.8);
    opacity: 1;
    z-index: 15;
}
.game-hover-inner {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.game-item__title {
    position: relative;
    width: 90%;
    margin: 0 auto;
    letter-spacing: 1px;
    text-align: center;
    color: #ededed;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 1rem;
}
.game__inner__link {
    text-decoration: none;
}
.game-hover__btn-box {
    padding: 5% 0 0;
    position: relative;
    text-align: center;
}
.icon-play, .icon-play:hover {
    transition: background .1s linear;
}
.icon-play {
    background-image: url('./play.svg');
}
.game-hover__btn-onmoney {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto;
}
.game-hover__btn-demo, .game-hover__btn-onmoney {
    white-space: nowrap;
}
.icon-play:hover {
    background-image: url('./playHover.svg');
}
.game__inner__link img {
    width: 100%;
}
.btn2 {
    position: relative;
    width: 90%;
    margin: 0 auto;
    letter-spacing: 1px;
    text-align: center;
    color: #ededed;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 1rem;
    text-decoration: none;
}
.width {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    background: #656565;
    padding: 30px 15px;
}
.copyrights {
    color: #ffffff;
    text-align: center;
}
.footer-inner a {
    text-decoration: none;
}
.content__title {
    font-weight: 700;
    color: #ededed;
    font-size: 2em;
    margin: .67em 0;
}
.content__subtitle {
    color: #f9b242;
    font-weight: 500;
}
.content__text {
    color: #dcd9d5;
}
.content__list {
    list-style: none;
    color: #dcd9d5;
}
.content__list__inner {
    position: relative;
}
.content__list__inner::before {
    position: absolute;
    top: 50%;
    left: -1.5%;
    width: 5px;
    height: 5px;
    content: "";
    background: #f9b242;
    border-radius: 50%;
    transform: translateY(-50%);
}
.footer {
    margin: 50px auto 25px;
}
.footer__list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    background: #302d28;
    padding: 30px 15px;
}
.footer__list__inner__link {
    color: #f9b242;
    text-decoration: none;
    transition: all .1s ease-in-out;
    font-size: 14px;
    font-size: 1.4rem;
}

@media only screen and (max-width: 1700px) {
    .game {
        grid-template-columns: repeat(6,1fr);
    }
}
@media only screen and (max-width: 1550px) {
    .game {
        grid-template-columns: repeat(5,1fr);
    }
    .main {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 1300px) {
    .slider__container {
        height: 370px !important;
    }
    .game {
        grid-template-columns: repeat(4,1fr);
    }
}
@media only screen and (max-width: 1024px) {
    .slider__container {
        height: 290px !important;
    }
    .game {
        grid-template-columns: repeat(3,1fr);
    }
    .game__inner {
        text-align: center;
    }
    .link__text img {
        width: 100%;
    }
}
@media only screen and (max-width: 830px) {
    .slider__container {
        height: 210px !important;
    }
    .header__menu {
        display: none;
    }
    .game {
        grid-template-columns: repeat(2,1fr);
    }
    .header__social {
        display: none;
    }
    .menu__mob .menu__mob__sp {
        display: block;
        background: #ffffff;
        width: 25px;
        height: 3px;
        position: relative;
    }
    .menu__mob .menu__mob__sp:before {
        content: "";
        display: block;
        position: absolute;
        top: -10px;
        left: 0;
        background: #ffffff;
        width: 25px;
        height: 3px;
    }
    .menu__mob .menu__mob__sp:after {
        content: "";
        display: block;
        position: absolute;
        top: 10px;
        left: 0;
        background: #ffffff;
        width: 25px;
        height: 3px;
    }
    .menu__mob {
        position: absolute;
    }
    .main__menu {
        display: none;
        padding: 0 50px;
    }
    .menu__mob {
        height: 40px;
        position: relative;
        top: 26px;
    }
    .footer__list {
        flex-wrap: wrap;
    }
    .slider__inner img {
        width: 90%;
        height: 100%;
    }
}
@media only screen and (max-width: 745px) {
    .game {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
}
@media only screen and (max-width: 550px) {
    .slider__container {
        height: 150px !important;
    }
    .header__login {
        display: flex;
        flex-direction: column;
    }
    .content__list__inner::before {
        left: -5%;
    }
    .slider__inner img {
        width: 100%;
        height: 100%;
    }
}
@media only screen and (max-width: 470px) {
    .header__menu__inner__list__link {
        line-height: 30px;
        padding: 0 15px;
        font-size: 16px;
    }
    .header__menu__inner {
        justify-content: center;
    }
}
@media only screen and (max-width: 440px) {
    .header__menu__inner__list__link {
        font-size: 14px;
    }
}
@media only screen and (max-width: 410px) {
    .header__menu__inner__list__link {
        font-size: 12px;
    }
}
@media only screen and (max-width: 380px) {
    .header__menu__inner__list__link {
        font-size: 10px;
    }
    .slider__container {
        height: 100px !important;
    }
    .header__menu__inner__list__link {
        padding: 0 10px;
    }
}