.opened-game {
    overflow: hidden;
    height: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.opened-game .last-game {
    margin-top: 0;
    padding-bottom: 50px;
}

.opened-game .last-game .float-right {
    padding-top: 50px;
}

@media (max-width: 940px) {
    .opened-game .last-game .float-right {
        padding-top: 15px;
        width: 100%;
    }
}

.opened-game .last-game .title {
    margin-top: 40px;
}

@media all and (max-width: 767px) {
    .opened-game .last-game .title {
        margin-top: 0;
        padding-top: 20px;
    }
}

.opened-game .button-with-hover {
    padding: 21px 68px;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.32;
    box-shadow: inset 0 0 0 4px #edb434;
}

@media all and (max-width: 767px) {
    .opened-game .button-with-hover {
        box-shadow: inset 0 0 0 4px #edb434;
        font-size: 16px;
        font-weight: 500;
        padding: 17.5px 43px;
        letter-spacing: normal;
    }
}

.opened-game .button-with-hover::before {
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

.opened-game .button-with-hover::after {
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
}

.opened-game .button-with-hover:hover {
    color: #efad1c;
    padding-left: 71px;
    padding-right: 65px;
}

.last-game {
    background-image: url('../images/bg2x.jpg');
    background-size: cover;
    background-position: center;
    margin-top: 65px;
    padding-bottom: 138px;
    position: relative;
}

@media (max-width: 767px) {
    .last-game {
        padding-bottom: 60px;
    }
}

.last-game .float-right {
    width: 35%;
    padding-top: 120px;
}

@media (max-width: 1100px) {
    .last-game .float-right {
        width: 45%;
    }
}

@media (max-width: 767px) {
    .last-game .float-right {
        width: 100%;
        float: none;
        padding-top: 15px;
    }

    .last-game .float-right iframe {
        height: 192px !important;
    }
}

.last-game .float-left {
    width: 61%;
}

@media (max-width: 1100px) {
    .last-game .float-left {
        width: 50%;
    }
}

@media (max-width: 940px) {
    .last-game .float-left {
        width: 100%;
        float: none;
    }
}

.last-game::before,
.last-game::after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
}

.last-game::before {
    background-image: linear-gradient(to top, transparent, #000 100%, #000 1%);
    top: 0;
    height: 70%;
}

.last-game::after {
    bottom: 0;
    height: 60%;
    background-image: linear-gradient(to bottom, transparent 1%, #000 100%);
}

.last-game > * {
    position: relative;
    z-index: 2;
}

.last-game__content {
    padding: 0 100px;
}

@media (max-width: 1220px) {
    .last-game__content {
        padding: 0 50px;
    }
}

@media (max-width: 1100px) {
    .last-game__content {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .last-game__content {
        padding: 0 16px;
    }
}

.last-game__content .title {
    font-size: 47px;
    font-weight: 900;
    line-height: 1.32;
    margin-top: 87px;
}

@media (max-width: 767px) {
    .last-game__content .title {
        margin-top: 30px;
        font-size: 20px;
    }
}

.last-game__content .text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    margin-top: 53px;
}

.last-game__content .text p {
    margin: 20px 0;
}

@media (max-width: 767px) {
    .last-game__content .text {
        font-size: 12px;
        margin-top: 24px;
    }
}

.last-game .buttons {
    padding-left: 100px;
    margin-top: 30px;
}

@media (max-width: 1220px) {
    .last-game .buttons {
        padding-left: 50px;
    }
}

@media (max-width: 1100px) {
    .last-game .buttons {
        padding-left: 30px;
    }
}

@media (max-width: 940px) {
    .last-game .buttons {
        text-align: center;
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .last-game .buttons {
        text-align: center;
        padding: 0 16px;
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .last-game .buttons a {
        padding: 17.5px 35px;
    }
}

.last-game .buttons a:nth-child(1) {
    margin-right: 74px;
}

@media (max-width: 767px) {
    .last-game .buttons a:nth-child(1) {
        margin-right: 16px;
    }
}

.see-all__wrapper {
    text-align: center;
}

@media all and (max-width: 1024px) {
    .see-all__wrapper {
        margin-top: 15px;
    }
}

@media all and (max-width: 767px) {
    .see-all__wrapper {
        margin-bottom: 30px;
    }
}

.button.see-all__button {
    cursor: pointer;
    display: inline-block;
    width: 324px;
    max-width: 100%;
    height: 46px;
    padding: 8.5px 44px 8.5px 45px;
    border-radius: 23px;
    background-color: #ff7b1b;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.71;
    letter-spacing: 0.45px;
}

@media all and (max-width: 767px) {
    width: 182px;
    height: 25px;
    padding: 4.1px 2px 4.9px 0;
    border-radius: 43px;
    box-shadow: 0 8px 5px 0 rgba(0, 37, 78, 0.17);
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: normal;
}

.content {
    padding-top: 4rem;
    position: relative;
}

.content::before {
    content: '';
    background-image: url(../images/bg2x.jpg);
    background-size: 100% auto;
    background-position: top;
    -webkit-filter: blur(9.1px);
    filter: blur(9.1px);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.content .open-game-content {
    position: relative;
}

.content .open-game-content .go-back-block {
    padding: 16px 24px;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 812px) {
    .content .open-game-content .go-back-block {
        display: none;
    }
}

.content .open-game-content .go-back-block .go-back > * {
    display: inline-block;
    vertical-align: middle;
}

.content .open-game-content .go-back-block .go-back svg {
    width: 18px;
    height: auto;
    margin-right: 12px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.content .open-game-content .go-back-block .go-back div {
    font-weight: bold;
    position: relative;
}

.content .open-game-content .go-back-block .go-back div::after {
    display: block;
    content: '';
    background-color: #431aa2;
    height: 1px;
    width: 0;
    left: 0;
    position: absolute;
    margin-top: 1px;
    -webkit-transition: width 0.2s ease-in-out 0s;
    -moz-transition: width 0.2s ease-in-out 0s;
    -o-transition: width 0.2s ease-in-out 0s;
    -ms-transition: width 0.2s ease-in-out 0s;
    transition: width 0.2s ease-in-out 0s;
}

.content .open-game-content .go-back-block .go-back:hover svg,
.content .open-game-content .go-back-block .go-back:focus svg {
    margin-left: 5px;
    margin-right: 7px;
}

.content .open-game-content .go-back-block .go-back:hover div::after,
.content .open-game-content .go-back-block .go-back:focus div::after {
    width: 100%;
}

@media (max-width: 812px) {
    .content .open-game-content .information-wrap {
        display: none;
    }
}

.content .open-game-content .information-wrap .text-block {
    max-width: 750px;
    border-radius: 10px;
    background: rgba(37, 5, 107, 0.8);
    box-shadow: 0 0 40px rgba(224, 158, 19, 0.05);
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.content .open-game-content .information-wrap .text-block .text-wrapper {
    padding: 25px;
}

.content .open-game-content .information-wrap .text-block .title {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5;
    color: #ff8412;
    margin-bottom: 10px;
}

.content .open-game-content .information-wrap .text-block .text {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    color: #fff;
}

.content .open-game-content .information-wrap .text-block .game-banner {
    position: relative;
    min-width: 260px;
    width: 260px;
    height: 186px;
}

.content .open-game-content .information-wrap .text-block .game-banner__background > *:last-child {
    position: absolute;
    top: 0;
    left: -12px;
    min-width: 300px;
    width: 300px;
}

.content .open-game-content .information-wrap .text-block .game-banner__content {
    text-align: center;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    padding-left: 12px;
    color: #fff;
}

.content .open-game-content .information-wrap .text-block .game-banner__image {
    margin-top: -50px;
}

.content .open-game-content .information-wrap .text-block .game-banner__title {
    text-shadow: 0 2px 0 #24046a;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
}

.content .open-game-content .information-wrap .text-block .game-banner__text {
    font-size: 12px;
    font-weight: 600;
    max-width: 180px;
    line-height: 1.3;
    margin: 0 auto;
}

.content .open-game-content .information-wrap .text-block .game-banner__button {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    width: 148px;
    height: 39px;
    padding: 10px 11px;
    margin: 7px auto 0;
    display: block;
    color: #fff;
    text-decoration: none;
    background: url('../images/button-bg.svg') no-repeat;
    background-size: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.content .open-game-content .information-wrap .text-block .game-banner__button:hover {
    opacity: 0.7;
}

.content .open-game-content .information-block {
    padding: 26px;
    border-radius: 10px;
    background: #eef4ff;
    display: inline-block;
    margin-bottom: 77px;
    font-size: 0;
}

@media (max-width: 812px) {
    .content .open-game-content .information-block {
        margin-top: 15px;
    }
}

@media (max-width: 812px) {
    .content .open-game-content .information-block {
        padding: 14px;
        margin-bottom: 26px;
    }
}

.content .open-game-content .information-block .left-block,
.content .open-game-content .information-block .right-block {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 1050px) {
    .content .open-game-content .information-block .left-block,
    .content .open-game-content .information-block .right-block {
        width: 100%;
    }
}

.content .open-game-content .information-block .left-block {
    padding-right: 25px;
}

@media (max-width: 1050px) {
    .content .open-game-content .information-block .left-block {
        padding: 0;
    }
}

.content .open-game-content .information-block .left-block .description {
    font-size: 21px;
    line-height: 33px;
    text-align: left;
    color: #3d2194;
    padding-left: 5px;
    font-weight: 500;
}

@media (max-width: 812px) {
    .content .open-game-content .information-block .left-block .description {
        font-size: 12px;
        line-height: 25px;
    }
}

.content .open-game-content .information-block .left-block .description b {
    color: #3d2194;
}

.content .open-game-content .information-block .left-block .description::before {
    display: block;
    content: '“';
    font-weight: normal;
    font-size: 100px;
    letter-spacing: 0.2em;
    line-height: 0;
    color: #3d2194;
    margin-top: 50px;
    margin-bottom: 0;
    margin-left: -15px;
}

@media (max-width: 812px) {
    .content .open-game-content .information-block .left-block .description::before {
        font-size: 70px;
        margin-top: 20px;
        margin-bottom: -5px;
        margin-left: -5px;
    }
}

.content .open-game-content .information-block .left-block .description::after {
    display: block;
    content: '“';
    font-weight: normal;
    font-size: 100px;
    letter-spacing: 0.2em;
    line-height: 0;
    color: #3d2194;
    margin-top: 50px;
    text-align: right;
}

@media (max-width: 812px) {
    .content .open-game-content .information-block .left-block .description::after {
        font-size: 70px;
        margin-top: 15px;
        margin-right: -10px;
    }
}

.content .open-game-content .information-block .right-block {
    padding-left: 25px;
}

@media (max-width: 1050px) {
    .content .open-game-content .information-block .right-block {
        padding: 0;
    }
}

.content .open-game-content .information-block .right-block .information {
    margin-top: 20px;
}

@media (max-width: 812px) {
    .content .open-game-content .information-block .right-block .information {
        margin-top: 0;
    }
}

.content .open-game-content .information-block .right-block .information .title {
    border-bottom: 1px solid #3d2194;
    padding-bottom: 5px;
}

@media (max-width: 812px) {
    .content .open-game-content .information-block .right-block .information .title {
        padding: 0;
    }
}

.content .open-game-content .information-block .right-block .information .title span {
    font-weight: bold;
    font-size: 23px;
    text-transform: uppercase;
    color: #3d2194;
    position: relative;
    padding: 0 5px;
    padding-bottom: 8.7px;
}

@media (max-width: 812px) {
    .content .open-game-content .information-block .right-block .information .title span {
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 34px;
        padding-bottom: 10.7px;
    }
}

.content .open-game-content .information-block .right-block .information .title span::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 4px;
    background: #3d2194;
    width: 100%;
}

.content .open-game-content .information-block .right-block .information .params-table {
    padding-top: 20px;
}

@media (max-width: 812px) {
    .content .open-game-content .information-block .right-block .information .params-table {
        padding-top: 15px;
    }
}

.content .open-game-content .information-block .right-block .information .params-table .row {
    padding: 9px 0;
}

.content .open-game-content .information-block .right-block .information .params-table .row .col {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 812px) {
    .content .open-game-content .information-block .right-block .information .params-table .row .col {
        width: 100%;
    }
}

.content .open-game-content .information-block .right-block .information .params-table .row .col > div {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.07em;
    line-height: 1.3;
    color: #8578f3;
}

@media (max-width: 812px) {
    .content .open-game-content .information-block .right-block .information .params-table .row .col > div {
        font-size: 11px;
    }
}

.content .open-game-content .information-block .right-block .information .params-table .row .col > div.param {
    color: #3d2194;
    text-align: right;
}

.content .open-game-content .information-block .right-block .information .params-table .row .col:nth-child(1) {
    padding-right: 5%;
}

@media (max-width: 812px) {
    .content .open-game-content .information-block .right-block .information .params-table .row .col:nth-child(1) {
        padding: 0;
    }
}

.content .open-game-content .information-block .right-block .information .params-table .row .col:nth-child(2) {
    padding-left: 5%;
}

@media (max-width: 812px) {
    .content .open-game-content .information-block .right-block .information .params-table .row .col:nth-child(2) {
        padding: 0;
    }
}

.content .open-game-content .game-container {
    font-size: 0;
    text-align: center;
    margin-bottom: 50px;
}

@media (max-width: 812px) {
    .content .open-game-content .game-container {
        padding: 0;
        margin: 0;
    }
}

.content .open-game-content .game-container > * {
    display: inline-block;
    vertical-align: top;
}

.content .open-game-content .game-container .go-back,
.content .open-game-content .game-container .full-screen {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.33;
    color: #3d2194;
    text-decoration: none;
    width: 18.5%;
    padding: 0 2%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .content .open-game-content .game-container .go-back,
    .content .open-game-content .game-container .full-screen {
        display: none;
    }
}

.cookies__close {
    height: 37px;
    width: 37px;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    right: 17px;
    top: 17px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media all and (max-width: 767px) {
    .cookies__close {
        height: 30px;
        width: 30px;
        top: 28px;
        right: 15px;
    }
}

.cookies__close .line {
    width: 20px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    margin-left: -10px;
    margin-top: -1px;
    left: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media all and (max-width: 767px) {
    .cookies__close .line {
        width: 15px;
        margin-left: -8px;
    }
}

.cookies__close .line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cookies__close .line:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cookies__close:hover {
    opacity: 0.7;
}

.cookies__close:hover .line:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cookies__close:hover .line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.content .open-game-content .game-container .go-back span,
.content .open-game-content .game-container .full-screen span {
    font-size: 30px;
    margin-bottom: 9px;
    display: inline-block;
}

.content .open-game-content .game-container .go-back span::before,
.content .open-game-content .game-container .full-screen span::before {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.content .open-game-content .game-container .go-back {
    padding-left: 0;
}

@media (max-width: 1300px) {
    .content .open-game-content .game-container .go-back {
        display: none;
    }
}

.content .open-game-content .game-container .full-screen {
    padding-top: 15px;
    padding-right: 0;
}

.content .open-game-content .game-container .frame {
    width: 63%;
    height: 450px;
    max-width: 880px;
}

@media (max-width: 1300px) {
    .content .open-game-content .game-container .frame {
        width: 81.5%;
    }
}

@media (max-width: 767px) {
    .content .open-game-content .game-container .frame {
        width: 100%;
    }
}

.content .open-game-content .game-container .frame iframe {
    width: 100%;
    height: 100%;
}

.content .open-game-content .game-container .frame .close-fullscreen {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: #f5f7f9;
    display: none;
}

.content .open-game-content .game-container .frame .close-fullscreen .line {
    background-color: #3d2194;
    height: 3px;
    margin-top: -2px;
}

.content .open-game-content .play-for-real {
    height: 110px;
    position: relative;
    width: 100%;
    background: #3d2194;
    margin-bottom: 77px;
}

@media (max-width: 812px) {
    .content .open-game-content .play-for-real {
        margin-bottom: 0;
    }
}

.content .open-game-content .play-for-real img {
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.content .games .block-header__filter .filter__button {
    margin: 0 15px;
}

@media (max-width: 1220px) {
    .content .games .block-header__filter .filter__button {
        margin: 0 5px;
    }
}

.content .games .block-header__filter .filter__button.active {
    padding-left: 22px;
}

@media (max-width: 767px) {
    .content .games .block-header__filter .filter__button.active {
        padding-left: 7px;
    }
}

.content .games.only-header {
    height: auto;
}

.content .games.casino {
    height: auto;
    background-image: linear-gradient(to bottom, #20202c 1%, #000 88%);
}

.content .games.casino .block-header {
    padding-bottom: 25px;
    padding-top: 21px;
    -webkit-backdrop-filter: blur(14.3px);
    backdrop-filter: blur(14.3px);
    background-color: #20202c;
}

@media all and (max-width: 1050px) {
    .content .games.casino .block-header .float-right {
        display: none;
    }
}

.content .games.casino .block-header .float-right::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 420px;
    right: 0;
    top: 0;
    z-index: -1;
    background-color: #262634;
}

@media all and (max-width: 1760px) {
    .content .games.casino .block-header .float-right::before {
        width: 280px;
    }
}

.content .games.casino .block-header .sort-select {
    padding-right: 108px;
}

@media all and (max-width: 1760px) {
    .content .games.casino .block-header .sort-select {
        padding-right: 20px;
    }
}

.content .games.casino .block-header__filter {
    margin-left: 50px;
}

@media all and (max-width: 1050px) {
    .content .games.casino .block-header__filter {
        margin-left: 10px;
    }
}

.content .games.casino .block-header::before {
    display: none;
}

.content .games.casino .block-header__search {
    display: inline-block;
    vertical-align: middle;
}

.content .games.casino .block-header .button {
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
}

.content .games.casino .block-header .search__button {
    position: initial;
}

.content .games.casino .block-header .text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.content .games.casino .block-header .text .placeholder {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.32;
    letter-spacing: 0.19px;
    color: #afafaf;
}

.content .games.casino .block-header .text .name {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    color: #edb434;
}

.content .games.casino .casinos {
    padding: 60px 88px 0;
    font-size: 0;
    text-align: center;
    max-height: 619px;
    overflow: hidden;
}

@media all and (max-width: 1050px) {
    .content .games.casino .casinos {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .content .games.casino .casinos {
        padding-left: 16px;
        padding-right: 16px;
        max-height: 800px;
    }
}

.content .games.casino .casinos__card {
    width: 255px;
    height: 255px;
    border-radius: 10px;
    margin: 12px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
}

.content .games.casino .casinos__card .hover {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    border: 4px solid #edb434;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.content .games.casino .casinos__card .hover .button {
    background: #edb434;
    border-radius: 10px;
    width: 102px;
    height: 35px;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.7;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: translate(-51px, -17.5px);
    -moz-transform: translate(-51px, -17.5px);
    -ms-transform: translate(-51px, -17.5px);
    -o-transform: translate(-51px, -17.5px);
    transform: translate(-51px, -17.5px);
}

.content .games.casino .casinos__card .hover:hover {
    opacity: 1;
}

.content .games.casino .casinos__card .hover:hover .button {
    margin-top: 0;
}

@media (max-width: 767px) {
    .content .games.casino .casinos__card {
        width: 162px;
        height: 162px;
    }
}

.content .games.casino.with-games {
    text-align: center;
    background-image: linear-gradient(to bottom, #1b1b25 4%, #000 89%);
}

@media (min-width: 767px) {
    .content .games.casino.with-games {
        background-image: none;
    }
}

@media (max-width: 1600px) {
    .content .games.casino.with-games .block-header {
        padding-left: 16px;
    }

    .content .games.casino.with-games .block-header__filter {
        margin-left: 10px;
    }

    .content .games.casino.with-games .block-header__filter .filter__button {
        margin: 0 5px;
    }
}

@media (max-width: 1390px) {
    .content .games.casino.with-games .block-header .float-right {
        display: none;
    }
}

@media all and (max-width: 1110px) {
    .content .games.casino.with-games .block-header .float-left {
        width: 100%;
    }

    .content .games.casino.with-games .block-header .button {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .content .games.casino.with-games .block-header__filter {
        width: 77%;
        overflow: auto;
        white-space: nowrap;
        margin-left: 0;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
    }

    .content .games.casino.with-games .block-header__filter::-webkit-scrollbar {
        height: 0;
    }

    .content .games.casino.with-games .block-header__search {
        width: 22%;
        white-space: nowrap;
    }

    .content .games.casino.with-games .block-header .text {
        margin-left: 5px;
    }
}

@media all and (max-width: 767px) {
    .content .games.casino.with-games .block-header {
        display: block !important;
        text-align: left;
        padding: 4px 0 4px 16px;
    }

    .content .games.casino.with-games .block-header__filter {
        width: 71.9%;
        margin-top: 8px;
    }

    .content .games.casino.with-games .block-header__search {
        width: 26%;
    }

    .content .games.casino.with-games .block-header .text .placeholder {
        font-size: 15px;
    }

    .content .games.casino.with-games .block-header .text .name {
        font-size: 18px;
    }

    .content .games.casino.with-games .block-header .search__button {
        width: 32px;
        height: 32px;
        padding: 5px 7px;
    }

    .content .games.casino.with-games .block-header .search__button .icon {
        font-size: 18px;
    }
}

@media all and (max-width: 550px) {
    .content .games.casino.with-games .block-header__filter {
        width: 53.9%;
    }

    .content .games.casino.with-games .block-header__search {
        width: 43%;
    }
}

.content .games.casino.with-games .slides {
    height: 538px;
}

@media (max-width: 767px) {
    .content .games.casino.with-games .slides {
        height: 768px;
    }
}

.content .games.casino.with-games .games__slider {
    padding-top: 69px;
    margin-top: 0;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .content .games.casino.with-games .games__slider {
        padding-top: 35px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.content .games.casino.with-games .game {
    max-width: 277px;
    max-height: 213px;
    position: relative;
    text-align: left;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .content .games.casino.with-games .game {
        margin-bottom: 30px;
    }
}

.content .games.casino.with-games .game .swiper-slide {
    position: absolute;
    top: 0;
    left: 0;
}

.content .games.casino.with-games .game .swiper-slide:hover {
    z-index: 2;
}

.content .games.casino .more-button {
    text-align: center;
    margin-top: 47px;
}

@media (max-width: 767px) {
    .content .games.casino .more-button {
        margin-top: 0;
    }
}

.bottom-content {
    background: #eef4ff;
    padding: 30px 15px;
}

body.full-screen .content .frame {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
}

body.full-screen .content .frame .close-fullscreen {
    display: block !important;
}

@media (max-width: 812px) {
    body {
        background: #000;
    }

    body .mobile-page-menu {
        display: none !important;
    }

    body .content {
        overflow: hidden;
    }

    body .content .frame {
        width: 100% !important;
        height: 100% !important;
        background: #25056b;
        padding-top: 40px;
        border-top: 1px solid #000;
    }

    body .content .frame .close-fullscreen {
        display: block !important;
        top: 0 !important;
        background: none !important;
        width: 100% !important;
        left: 0 !important;
    }

    body .content .frame .close-fullscreen .line {
        display: none !important;
    }

    body .content .frame .close-fullscreen .mobile-visible {
        display: block !important;
    }

    body .content .frame .close-fullscreen .go-back {
        display: block !important;
        font-weight: 900;
        font-size: 10px;
        color: #8578f3;
        width: 100%;
        text-align: left;
        padding-left: 23px;
        height: 40px;
        padding-top: 12px;
    }

    body .content .frame .close-fullscreen .go-back > * {
        display: inline-block;
        vertical-align: middle;
    }

    body .content .frame .close-fullscreen .go-back div {
        margin-left: 5px;
    }
}

.mobile-menu {
    display: none !important;
}

@media (max-width: 812px) and (orientation: landscape) {
    body .content {
        background: #000;
    }

    body .content::before {
        display: none !important;
    }

    body .content .frame {
        position: fixed;
        width: 100% !important;
        height: 100% !important;
        left: 0;
        top: 0;
        padding-top: 40px;
    }

    body .content .frame .close-fullscreen {
        display: block !important;
        background: none !important;
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
    }

    body .content .frame .close-fullscreen .line {
        display: none !important;
    }

    body .content .frame .close-fullscreen .go-back {
        display: block !important;
        font-weight: 900;
        font-size: 10px;
        color: #8578f3;
        width: 100%;
        text-align: left;
        padding-left: 23px;
        height: 40px;
        padding-top: 12px;
        background: #25056b;
    }

    body .content .frame .close-fullscreen .go-back > * {
        display: inline-block;
        vertical-align: middle;
    }

    body .content .frame .close-fullscreen .go-back div {
        margin-left: 5px;
    }

    body .information-wrap,
    body .games,
    body .mobile-page-menu,
    body footer,
    body header,
    body .open-game-content .play-for-real,
    body .open-game-content .information-block,
    body .bottom-content {
        display: none !important;
    }
}
