.banner {
    max-width: 100%;
    height: auto;
}

.banner-container {
    text-align: center;
    display: block;
}


.video-banner {
    padding-top: 60%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video-banner video {
    width: 100%;
    height: 100%;
}

.video-banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.video-banner object {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.video-banner__play-button {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.video-banner__action {
    bottom: 40px;
    position: absolute;
    z-index: 20;
    padding: 0 15px;
    height: 50px;
    right: 40px;
    background-color: #E5E5E5;
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 5px;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

@media (max-width: 767px) {
    .video-banner__action {
        padding: 0 10px;
        font-size: 14px;
        height: 35px;
        right: 15px;
        bottom: 15px;
    }

    .video-banner__play-button {
        width: 60px;
        height: 60px;
    }

    .video-banner__play-button svg {
        width: 60px;
        height: 60px;
    }
}

.video-banner__video {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.video-banner__action.red {
    background: #F42727;
    color: white;
}

.video-banner__action a {
    color: white;
    text-decoration: none;
}

.video-banner__link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 4;
}

.custom-bounces-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px -7px 20px -7px;
}

.custom-bounces-row>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 7px 15px 7px;
}


@media (max-width: 767px) {
    .custom-bounces-row>div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    .custom-bounces-row>div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

body .game-page .game-player-wrap {
    margin: 20px 0 !important;
}





.promocode-new+input {
    position: absolute;
    opacity: 0;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.jc-between {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner-mobile {
    display: none;
}

/* new design */
/* main-banner */
.main-banner {
    background: #270749 url("/wp-content/uploads/design/ban_bcgrk.jpg") no-repeat center/cover;
    min-height: 675px;
    text-align: center;
    color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 35px 35px 105px;
}

.main-banner__logo img {
    max-width: 100%;
}

.main-banner__title {
    font-size: max(min(52px, 3.8vw), 23px);
    margin: -34px 0 20px;
    letter-spacing: -0.06em;
    color: #f5f5f5;
    font-weight: 500;
}

.main-banner__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: max(min(22px, 2.5vw), 19px);
    letter-spacing: .045em;
    line-height: 1.45;
    font-weight: bold;
}

.main-banner__info strong {
    font-size: 150%;
}

.main-banner__info img {
    margin-right: 9px;
}

/* header */
header.header {
    padding: 10px 28px;
    -webkit-transition: .25s linear;
    -o-transition: .25s linear;
    transition: .25s linear;
    background-color: #270749;
}

header.header.header--home {
    background: transparent;
}

header.header.header--scroll {
    background-color: #270749;
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.header .header-row2 {
    padding: 0;
    background: transparent;
}

.header .section2 {
    padding: 0;
    background: transparent;
}

.header__lang .menu-langs>.menu-item>a {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    padding-right: 5px;
    padding-left: 5px;
    position: relative;
}

.menu-langs {
    margin: 0;
    list-style: none;
    padding: 0;
}

.header__lang .menu-langs>.menu-item>a:hover {
    color: #fff;
}

.sub-menu-lang {
    border-radius: 6px;
}

.sub-menu-lang .menu-item a {
    color: #fff;
}

.sub-menu-lang .menu-item a:hover {
    text-decoration: underline;
}

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    position: relative;
}

.header__nav .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 15px;
}

.main-menu li a {
    font-size: 16px;
    font-size: max(min(16px, 1.5vw), 14px);
    letter-spacing: 0px;
    line-height: 1;
    color: #f5f5f5;
    font-weight: bold;
}

.main-menu li.current_page_parent>a,
.main-menu li.current-menu-item>a,
.main-menu li.current_page_item>a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.main-menu li li:not(:last-child) {
    margin: 0 0 14px;
}

.main-menu li li a {
    padding: 4px 0;
    font-size: 14px;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.1;
    color: #9d83ba;
    font-weight: bold;
}

.header__nav .header-row3 {
    background: transparent;
}

.form-search {
    width: 144px;
}

.header__nav .search-form-mob {
    min-width: 0;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    border: none;
    background-color: #4b3168;
    border-radius: 25px;
    padding: 16px 50px 16px 32px;
    text-align: left;
}

/* .header__nav  > .search .search-form-mob:focus,
.header__nav  > .search .search-form-mob:focus{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
} */
.header__nav>.search.open {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.header__nav>.search>.form-search input {
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    z-index: 110;
    position: absolute;
    right: 0;
    top: -21px;
    width: 100%;
    font-size: 15px;
    line-height: 1;
}

.header__nav>.search>.form-search input:hover,
.header__nav>.search>.form-search input:focus {
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    width: 48vw;

}

.header__nav .search-form-mob::-webkit-input-placeholder {
    font-size: 12px;
    color: #9d83ba;
    text-align: left;
    text-transform: uppercase;
}

.header__nav .search-form-mob::-moz-placeholder {
    font-size: 12px;
    color: #9d83ba;
    text-align: left;
    text-transform: uppercase;
}

.header__nav .search-form-mob:-ms-input-placeholder {
    font-size: 12px;
    color: #9d83ba;
    text-align: left;
    text-transform: uppercase;
}

.header__nav .search-form-mob::-ms-input-placeholder {
    font-size: 12px;
    color: #9d83ba;
    text-align: left;
    text-transform: uppercase;
}

.header__nav .search-form-mob::placeholder {
    font-size: 12px;
    color: #9d83ba;
    text-align: left;
    text-transform: uppercase;
}

.header__nav .form-search button {
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    left: auto;
    width: 28px;
    height: 26px;
    background: url("/wp-content/uploads/design/005-loupe.png") no-repeat center;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    z-index: 1999;
}

.header__nav .form-search button:hover {
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3);
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.account-login .main-menu-account p {
    margin: 0;
    color: inherit;
}

.menu-item-login-acc .photo {
    margin: 0 5px 0 0;
}

.header__account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.header__account .popup-with-form-register {
    padding-left: 30px;
    padding-right: 30px;
}

.btn {
    padding: 11px 20px 12px;
    text-decoration: none;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    line-height: 1;
}

.btn:hover,
.btn:active,
.btn:focus {
    -webkit-transition: .23s linear;
    -o-transition: .23s linear;
    transition: .23s linear;
    text-decoration: none;
    outline: none;
}

.btn-gray-transparent {
    font-size: 15px;
    border-radius: 25px;
    color: #1c1743;
    font-weight: bold;
    background-color: transparent;
    border: 2px solid #c6caca;
}

.btn-gray-transparent:hover,
.btn-gray-transparent:active,
.btn-gray-transparent:focus {
    -webkit-filter: drop-shadow(0px 7px 12.5px rgba(17, 77, 230, 0.6));
    filter: drop-shadow(0px 7px 12.5px rgba(17, 77, 230, 0.6));
    background-color: #114de6;
    border-color: #114de6;
    color: #f5f5f5;
}

.btn-blue {
    background-color: #0b39af;
    font-size: 15px;
    letter-spacing: 0;
    color: #f5f5f5;
    font-weight: bold;
    border-radius: 25px;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
    -webkit-filter: drop-shadow(0px 7px 12.5px rgba(17, 77, 230, 0.6));
    filter: drop-shadow(0px 7px 12.5px rgba(17, 77, 230, 0.6));
    background-color: #114de6;
    color: #f5f5f5;
}

.btn-blue:active {
    -webkit-transform: scale(.98);
    -ms-transform: scale(.98);
    transform: scale(.98);
}

.btn-transparent-blue {
    background-color: transparent;
    font-size: 15px;
    letter-spacing: 0;
    color: #f5f5f5;
    font-weight: bold;
    border-radius: 25px;
    border: 2px solid #0b39af;
}

.btn-transparent-blue:hover,
.btn-transparent-blue:active,
.btn-transparent-blue:focus {
    background-color: #fff;
    border-color: #fff;
    color: #114de6;
    -webkit-filter: drop-shadow(0px 7px 12.5px rgba(179, 191, 221, 0.6));
    filter: drop-shadow(0px 7px 12.5px rgba(179, 191, 221, 0.6));
}

.btn-transparent-white {
    background-color: transparent;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1;
    color: #f5f5f5;
    font-weight: bold;
    border-radius: 25px;
    border: 2px solid #f5f5f5;
}

.btn-transparent-white:hover,
.btn-transparent-white:active,
.btn-transparent-white:focus {
    background-color: #fff;
    color: #1b1743;
    -webkit-box-shadow: 0px 7px 12.5px rgba(179, 191, 221, 0.6);
    box-shadow: 0px 7px 12.5px rgba(179, 191, 221, 0.6);
}

.flex-game-automat .automat .inner .btn-transparent-white:hover,
.flex-game-automat .automat .inner .btn-transparent-white:active,
.flex-game-automat .automat .inner .btn-transparent-white:focus {
    background-color: transparent;
    color: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-darkblue {
    background-color: #1c1743;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1;
    color: #f5f5f5;
    font-weight: bold;
    border-radius: 25px;
}

.btn-darkblue:hover,
.btn-darkblue:active,
.btn-darkblue:focus {
    background-color: #3e11bd;
    -webkit-filter: drop-shadow(0px 10px 15px rgba(62, 17, 189, 0.6));
    filter: drop-shadow(0px 10px 15px rgba(62, 17, 189, 0.6));
    color: #e4ebeb;
}

/* карусель */
body.home-page .header-row4 {
    margin-top: 0;
}

body.home-page .section5 {
    font-size: 0;
    padding: 0;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.scrollwrappernav {
    padding: 0 90px;
    border-radius: 26px;
    -webkit-box-shadow: 0px 20px 20px rgba(11, 73, 126, 0.21);
    box-shadow: 0px 20px 20px rgba(11, 73, 126, 0.21);
    background-color: #fafafa;
}

body.home-page .scrollwrappernav.scrollwrappernav--noslider {
    -webkit-box-shadow: 0px 20px 20px rgba(11, 73, 126, 0.21);
    box-shadow: 0px 20px 20px rgba(11, 73, 126, 0.21);
    background-color: #fafafa;
    padding: 0 45px;
}

.scrollwrappernav.scrollwrappernav--noslider {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.scrollwrappernav .nextscrol,
.scrollwrappernav .prevscrol {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #0b39af url("/wp-content/uploads/design/arw_Op_2.png") no-repeat center;
}

.scrollwrappernav .nextscrol:hover,
.scrollwrappernav .prevscrol:hover {
    background: #114de6 url("/wp-content/uploads/design/arw_Op_2.png") no-repeat center;
}

.scrollwrappernav .nextscrol::before,
.scrollwrappernav .prevscrol::before {
    display: none;
}

.scrollwrappernav .prevscrol {
    left: 25px;
}

.scrollwrappernav .nextscrol {
    -webkit-transform: translateY(-50%) scaleX(-1);
    -ms-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
    right: 25px;
}

.scrollwrappernav .mob-scroll {
    margin: 0;
    padding: 0;
}

.mob-scroll .flex-buttons div {
    padding: 12px 25px !important;
    min-height: 44px;
    border-radius: 22px !important;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1 !important;
    color: #0b39af !important;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #0b39af;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    -webkit-transition-delay: .14s;
    -o-transition-delay: .14s;
    transition-delay: .14s;
    background: transparent !important;
}

.mob-scroll .flex-buttons div[style="background: #2C2C2C; color: white"],
.mob-scroll .flex-buttons div:hover {
    background-color: #0b39af !important;
    color: #fff !important;
    -webkit-filter: drop-shadow(0px 8px 10px rgba(11, 57, 175, 0.3));
    filter: drop-shadow(0px 8px 10px rgba(11, 57, 175, 0.3));
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.mob-scroll .flex-buttons {
    padding: 20px 0;
}

.home-page .mob-scroll .flex-buttons {
    padding: 40px 0;
}

.automat__inner {
    position: relative;
    height: 160px;
    overflow: hidden;
    border-radius: 25px;
}

.automat__inner picture img {
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.automat__inner:hover picture img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.automat__inner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: url('../img/grad.png') no-repeat center bottom/cover;
    pointer-events: none;
}

.flex-game-automat {
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px 10px;
}

body.home-page .flex-game-automat {
    grid-template-columns: repeat(6, 1fr);
}

.flex-game-automat .automat__inner>img,
.flex-game-automat .automat picture img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.flex-game-automat .bottom {
    margin: 12px 20px 0;
    font-size: max(min(16px, 1.5vw), 14px);
    letter-spacing: 0;
    line-height: 1.15;
    color: #1c1743;
    font-weight: bold;
    display: block;
    text-decoration: none;
}

.automat__play {
    position: absolute;
    pointer-events: none;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 18px;
    color: #fff;
    font-weight: bold;
    left: 24px;
    bottom: 17px;
    z-index: 1;
}

.flex-game-automat .automat .inner {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    background: rgba(11, 57, 173, .9);
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 20px 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.flex-game-automat .automat .inner a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
}

.flex-game-automat .star-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 22px;
    bottom: 17px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
    font-weight: 500;
}

.flex-game-automat .star-rating img {
    margin-right: 5px;
    margin-top: -5px;
}

.flex-game-automat .automat:hover .automat__play {
    display: none;
}

.flex-game-automat .automat:hover .automat__inner {
    -webkit-filter: drop-shadow(0px 8px 10px rgba(11, 57, 175, 0.3));
    filter: drop-shadow(0px 8px 10px rgba(11, 57, 175, 0.3));
}

.flex-game-automat .automat:hover .bottom {
    text-decoration: underline;
}

.container-cards-game {
    padding-bottom: 15px;
}

.container-cards-game .all-game {
    margin: 30px auto;
    text-align: center;
}

.container-cards-game .all-game a {
    max-width: 370px;
    width: 100%;
}

.automat {
    position: relative;
}

.automat>img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.automat:not(.automat-index) {
    margin-bottom: 55px;
}

.automat:not(.automat-index) .name {
    color: #fff;
}

.best {
    padding: max(35px, 4.6vw) max(15px, 4.6vw);
    border-radius: 46px;
    background-color: #e4ebeb;
    margin: 0 30px;
}

.best__block>.container {
    padding: 0;
}

.best__header {
    font-size: max(min(32px, 3vw), 26px);
    border-bottom: 1px solid #cfced6;
    margin-bottom: 1.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding-bottom: 6px;
}

.best .best__title {
    font-size: inherit;
    letter-spacing: -0.027em;
    line-height: 1;
    color: #1c1743;
    font-weight: bold;
    margin: 0;
    text-align: left;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.best__all {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.card-bonus-img {
    height: 165px;
    overflow: hidden;
    position: relative;
    border-radius: 25px;
}

.card-bonus-img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 76%, rgba(36, 0, 144, 0.5326505602240896) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(76%, rgba(255, 255, 255, 0)), to(rgba(36, 0, 144, 0.5326505602240896)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 76%, rgba(36, 0, 144, 0.5326505602240896) 100%);
}

.section7 .container-cards-bonus {
    margin-top: 35px;
    margin-bottom: 15px;
}

.section7 .container-cards-bonus {
    width: 100% !important;
    margin: 0 !important;
}

.container-cards-bonus .cards-bonus:hover .card-bonus-img {
    -webkit-filter: drop-shadow(0px 10px 15px rgba(36, 0, 144, .4));
    filter: drop-shadow(0px 10px 15px rgba(36, 0, 144, .4));
}

.card-bonus-img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(36, 0, 144, .9);
    z-index: 0;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    opacity: 0;
}

.card-bonus-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cards-bonus .container-red-btn {
    padding: 0;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.item-card-bonus .cplay-ptomo-text {
    margin-top: 0;
    color: #fff;
    border-color: #fff;
}

.item-card-bonus .promo-copy-text {
    color: #fff;
}

.container-cards-bonus .cards-bonus:hover .container-red-btn {
    opacity: 1;
}

.container-cards-bonus .cards-bonus:hover .card-bonus-img::after {
    opacity: 1;
}

.container-cards-bonus .cards-bonus picture img {
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.container-cards-bonus .cards-bonus:hover picture img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.container-cards-bonus .cards-bonus .btn {
    padding: 12px 35px;
}

.container-cards-bonus .item-card-bonus .card-bonus-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    padding: 0;
    margin-bottom: 10px;
}

.card-bonus-bot {
    padding: 17px 20px 0;
}


.card-bonus-text-bold {
    font-size: max(min(22px, 2.2vw), 18px);
    letter-spacing: -0.045em;
    line-height: 1;
    color: #1c1743;
    font-weight: bold;
    text-decoration: none;
}

.card-bonus-desc {
    font-size: max(min(15px, 1.4vw), 14px);
    letter-spacing: 0;
    line-height: 1.2;
    color: #8b8e9e;
    font-weight: 500;
    max-width: 265px;
}

.bonus__stydy {
    position: absolute;
    left: 20px;
    bottom: 12px;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.cards-bonus:hover .bonus__stydy {
    opacity: 0;
}

.best-buk .section8 {
    padding: 0;
    background: transparent;
}

.section9 .container-cards-casino,
.section8 .container-cards-bookmakers {
    width: 100% !important;
    margin: 0 !important;
}

.best-bonus {
    margin-bottom: 60px;
}

.card-bookmakers-img {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}


.card-bookmakers-img>a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(36, 0, 144, .9);
    z-index: 0;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    opacity: 0;
    transition: .2s ease;
}

.card-bookmakers-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 174px;
}

.card-bookmakers-title .card-bookmakers-text-bold {
    font-size: max(min(18px, 1.8vw), 15px);
    letter-spacing: -.05em;
    line-height: 1;
    color: #1c1743;
    font-weight: bold;
    text-decoration: none;
}

.section8 .container-cards-bookmakers .cards-bookmakers {
    margin: 0 !important;
}

.card-bookmakers-title {
    height: auto !;
}

.card-bookmakers-title {
    margin: 14px 19px 0;
}

.card-bookmakers-a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    opacity: 0;
}

.item-card-bookmakers:hover .card-bookmakers-a {
    opacity: 1;
}

.card-bookmakers-a .btn-transparent-white:hover {
    background-color: transparent;
    border: 2px solid #f5f5f5;
    color: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.item-card-bookmakers:hover .card-bookmakers-img>a::after {
    opacity: 1;
}

.item-card-bookmakers:hover .card-bookmakers-img {
    -webkit-filter: drop-shadow(0px 10px 15px rgba(36, 0, 144, .4));
    filter: drop-shadow(0px 10px 15px rgba(36, 0, 144, .4));
}

.item-card-bookmakers picture img {
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.item-card-bookmakers:hover picture img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.best-buk {
    margin-bottom: 60px;
}

/* news */
.home-news__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 35px;
    padding: 70px 15px 90px;
    max-width: 1610px;
}

.main-news {
    max-width: 660px;
}

.main-news__title {
    padding: 0 0 0 203px;
    font-size: max(min(32px, 3vw), 26px);
    margin: 0 0 1.25em;
    letter-spacing: -0.03em;
    line-height: 15px;
    color: #1c1743;
    font-weight: bold;
}

.main-news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 26px;
}

.main-news__item:last-child {
    margin-bottom: 0;
}

.main-news__thumb {
    margin-right: 44px;
}

.main-news__thumb img {
    width: 160px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 25px;
}

.main-news__date {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.1;
    color: #b2b0c2;
    font-weight: bold;
    margin-bottom: 12px;
}

.main-news__item-title a {
    font-size: max(min(18px, 2vw), 15px);
    letter-spacing: -0.05em;
    line-height: 1.1;
    color: #1c1743;
    font-weight: 500;
    text-decoration: none;
}

.main-news__item-title a:hover {
    text-decoration: underline;
}

.main-news__all {
    padding-left: 203px;
}

.main-news__all a {
    padding: 12px 34px;
}

/* формы в подвале */
.prefooter-forms {
    padding: 90px 35px 125px;
}

.prefooter-forms .section-heading {
    padding: 0;
    margin: 0 0 28px;
    font-size: max(min(64px, 4.4vw), 26px);
    letter-spacing: -0.058em;
    color: #1c1743;
    font-weight: 500;
    text-align: center;
}

.prefooter-forms .section11-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}

.prefooter-forms .container-form-index {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    padding: 50px 4.68vw 40px;
    border-radius: 26px;
}

.prefooter-forms .container-form-index:nth-child(1) {
    background: #3303a0 url("/wp-content/uploads/design/call (1).png") no-repeat right 20px bottom;
}

.prefooter-forms .form-contant>h4 {
    font-size: max(min(32px, 3.2vw), 20px);
    letter-spacing: -0.03em;
    line-height: 1.1;
    color: #f5f5f5;
    font-weight: bold;
    margin: 0 0 15px;
}

.prefooter-forms .container-form-index:nth-child(2) {
    background: #0b39af url("/wp-content/uploads/design/call (2).png") no-repeat right 70px bottom;
}

.prefooter-forms .container-form-index:nth-child(2) .wpforms-form button[type=submit] {
    color: #0b39af;
}

.prefooter-forms .container-form-index:nth-child(2) .wpforms-form button[type=submit]:hover,
.prefooter-forms .container-form-index:nth-child(2) .wpforms-form button[type=submit]:active,
.prefooter-forms .container-form-index:nth-child(2) .wpforms-form button[type=submit]:focus {
    color: #fff;
}

.prefooter-forms div.wpforms-container-full .wpforms-form button[type=submit] {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
    color: #3303a0;
    font-weight: bold;
    text-align: center;
    padding: 12px 40px;
    background-color: #fff;
    border-radius: 25px;
    border: 1px solid #fff;
    margin-top: 10px;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}

.prefooter-forms div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background-color: #1c1743;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    border-color: #3303a0;
    color: #fff;
}

.form-contant__desc {
    font-size: 18px;
    font-size: max(min(18px, 1.8vw), 14px);
    letter-spacing: -1px;
    line-height: 1.1;
    color: #fff;
    opacity: .4;
    font-weight: 500;
    margin-bottom: 1em;
    max-width: 440px;
}

section.prefooter-forms div.wpforms-container-full {
    margin: 0;
}

section.prefooter-forms div.wpforms-container-full .wpforms-form input {
    border: 1px solid rgba(255, 255, 255, .4);
    color: #fff;
    background: transparent;
    height: 44px;
    max-width: 430px;
    margin: 0 !important;
    -webkit-transition: .24s linear;
    -o-transition: .24s linear;
    transition: .24s linear;
    min-width: 0;
}

section.prefooter-forms div.wpforms-container-full .wpforms-form input:focus {
    border-color: #fff;
    -webkit-transition: .24s linear;
    -o-transition: .24s linear;
    transition: .24s linear;
}

section.prefooter-forms div.wpforms-container-full .wpforms-form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .4);
}

section.prefooter-forms div.wpforms-container-full .wpforms-form input::-moz-placeholder {
    color: rgba(255, 255, 255, .4);
}

section.prefooter-forms div.wpforms-container-full .wpforms-form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .4);
}

section.prefooter-forms div.wpforms-container-full .wpforms-form input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .4);
}

section.prefooter-forms div.wpforms-container-full .wpforms-form input::placeholder {
    color: rgba(255, 255, 255, .4);
}

.footer-favorite {
    text-align: center;
    padding: 15px 25px 115px;
}

.footer-favorite__title {
    font-size: max(min(46px, 4vw), 26px);
    letter-spacing: -0.04em;
    margin: 0 0 .8em;
    color: #1c1743;
    font-weight: 500;
    text-align: center;
}

.footer-favorite__btn a {
    padding: 12px 36px;
}

.ico-white-star {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

.ico-white-star::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url('/wp-content/uploads/design/star2.png') no-repeat center;
}

.footer-info {
    padding: 0 32px 19px;
}

.footer-info__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 19px;
}

.footer-info__adult {
    -webkit-box-flex: 10%;
    -ms-flex: 10%;
    flex: 10%;
}

.footer-info__adult-age {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 107px;
    height: 107px;
    font-size: 52px;
    letter-spacing: -.038em;
    color: #1c1743;
    font-weight: 500;
    text-align: center;
    border: 1px solid #1c1743;
    border-radius: 50%;
}

.footer-info__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    gap: 15px 4.1vw;
}

.footer-info__menu ul {
    margin: 0;
    list-style: none;
}

.footer-info__menu a {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.1;
    color: #1c1743;
    font-weight: bold;
    font-family: "Aktifo";
    margin-bottom: 8px;
}

.footer-info__menu a:hover {
    color: #0b39af;
    text-decoration: underline;
}

.footer-info__menu .current-menu-item a {
    color: #0b39af;
}

.footer-info__warning-text {
    -webkit-box-flex: 44%;
    -ms-flex: 44%;
    flex: 44%;
}

.footer-info__warning-text p {
    font-size: max(min(20px, 1.8vw), 14px);
    letter-spacing: -0.05em;
    line-height: 1.3;
    color: #1c1743;
    font-weight: 500;
    margin: 0 0 12px;
}

.footer-info__warning-text a {
    font-size: max(min(20px, 2vw), 16px);
    letter-spacing: -0.05em;
    line-height: 1.3;
    color: #1c1743;
    font-weight: 500;
    text-decoration: underline;
}

.footer-info__warning-text a:hover {
    text-decoration: none;
}

.footer-info__social {
    -webkit-box-flex: 21%;
    -ms-flex: 21%;
    flex: 21%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.footer-info__social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.footer-info__social-title {
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 1;
    color: #1c1743;
    font-weight: bold;
}

.footer-info__social-icons a img {
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.footer-info__social-icons a:hover img {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
}

.footer-info__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

.footer-info__copyright {
    font-size: 13px;
    letter-spacing: 1;
    line-height: 20px;
    color: #1c1743;
    font-weight: bold;
}

.ft-section2 {
    border-radius: 46px;
    background-color: #e4ebeb;
    margin: 0 30px 110px;
    padding: 75px 15px 85px;
}

.ft-section2-content-text {
    text-align: center;
    color: #1c1743;
}

.ft-section2 h1 {
    font-size: max(min(36px, 3vw), 22px);
    letter-spacing: -.027em;
    color: inherit;
    font-weight: 500;
    margin: 0 0 18px;
}

.ft-section2 h3,
.ft-section2 .h3,
.ft-section2 .h2,
.ft-section2 h2 {
    font-size: max(min(36px, 3vw), 22px);
    letter-spacing: -.027em;
    color: inherit;
    font-weight: 500;
    margin-bottom: 22px;
}

.ft-section2 .h3 .ft-section2 h3 {
    font-size: max(min(28px, 2vw), 22px);
    letter-spacing: -1px;
    color: inherit;
    font-weight: 500;
    margin-bottom: 40px;
}

.ft-section2 p {
    color: inherit;
    font-size: max(min(18px, 1.5vw), 15px);
    letter-spacing: -1px;
    line-height: 1.3;
    margin-bottom: 40px;
}

.ft-section2 ul.first {
    text-align: left;
    margin-left: 160px;
}

.ft-section2 li {
    font-size: max(min(20px, 1.8vw), 15px);
    letter-spacing: -1px;
    line-height: 1.2;
    color: #1c1743;
    font-weight: 500;
    list-style: disc;
    margin-bottom: 12px;
    position: relative;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.smail {
    font-size: max(min(28px, 2vw), 16px);
    letter-spacing: -1px;
    color: inherit;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 14px;
}

.smail::after {
    content: "";
    display: block;
    width: 53px;
    height: 53px;
    background: url('/wp-content/uploads/design/smail.png') no-repeat center;
}

/* .ft-section2 li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
    background:  #1c1743;
} */


ul.second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* footer */
.page-wrapper {
    min-width: 319px;
}

.gam {
    display: none;
    cursor: pointer;
}

.owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 32px;
}

.owl-carousel button.owl-dot {
    background-color: #bdbfcc;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.owl-carousel button.owl-dot.active {
    background-color: #1c1743;
}

.header__langs-mob {
    max-width: 73px;
    z-index: 2;
    position: relative;
    margin-bottom: 30px;
}

.header__langs-mob .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__langs-mob .lang-btn {
    min-width: 8px;
    background-image: url('../img/triangkeblack.png');
}

.header__langs-mob .sub-menu-lang {
    padding: 10px 50px !important;
}

.header__langs-mob .sub-menu-lang li {
    margin: 12px 0 !important;
}

.header__langs-mob a {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1;
    color: #1c1743;
    font-weight: bold;
    margin-left: 6px;
    margin-right: 18px;
}

.header__account-mob li a {
    color: #000;
}

.header__account-mob li a:hover {
    color: #0b39af;
}

.header__account-mob .account-login .main-menu-account {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 1;
}

.backdrop.active {
    display: block;
}

.page-title h1 {
    font-size: max(min(52px, 4vw), 30px);
    line-height: 1;
    margin-bottom: .5em;
    letter-spacing: -.057em;
    color: #1c1743;
    font-weight: 500;
}

.mob-scroll-inner .flex-buttons>a {
    text-decoration: none;
    padding: 10px 25px;
    min-height: 44px;
    border-radius: 22px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
    color: #919b9b;
    font-weight: bold;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #919b9b;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    -webkit-transition-delay: .14s;
    -o-transition-delay: .14s;
    transition-delay: .14s;
    margin-right: 10px;
}

.mob-scroll-inner .flex-buttons>a.active,
.mob-scroll-inner .flex-buttons>a:hover {
    color: #0b39af;
    border-color: #0b39af;
}

.section-heading-bookmakers {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.1;
    color: #1c1743;
    font-weight: bold;
    margin-bottom: 30px;
}

.section-heading-bookmakers .count {
    font-size: max(min(36px, 3.5vw), 21px);
    letter-spacing: -1px;
    line-height: 1.1;
}

.flex-bookmaker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 36px;
    background-color: #e4ebeb;
    padding: 14px 46px 14px 20px;
    margin-bottom: 10px;
}

.flex-bookmaker__image-wrapper {
    width: 270px;
    height: 150px;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
}

.flex-bookmaker__image {
    height: 100%;
    width: 100%;
}

.flex-bookmaker__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.flex-bookmaker__image-wrapper .num {
    position: absolute;
    left: 12px;
    top: 14px;
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 1;
    color: #1c1743;
    font-weight: bold;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #e4ebeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-bookmaker__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 2.3vw;
    -webkit-box-flex: 22%;
    -ms-flex: 22%;
    flex: 22%;
}

.flex-bookmaker__name h4 {
    font-size: max(min(22px, 1.6vw), 17px);
    letter-spacing: -.045em;
    line-height: 1.1;
    color: #1c1743;
    font-weight: bold;
    margin-bottom: 15px;
}

.flex-bookmaker__name .star-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: max(min(22px, 2vw), 17px);
    letter-spacing: -.045em;
    line-height: 1.1;
    color: #0b39af;
    font-weight: bold;
}

.flex-bookmaker .star-rating .star {
    font-size: 0;
    margin-right: 6px;
    width: 22px;
    height: 22px;
    background: url("../img/str.png") no-repeat center;
    display: block;
}

.flex-bookmaker__desc {
    -webkit-box-flex: 38%;
    -ms-flex: 38%;
    flex: 38%;
    background-color: #d4dede;
    border-radius: 26px;
    padding: 26px;
}

.flex-bookmaker__desc .desc__title {
    font-size: max(min(20px, 1.8vw), 16px);
    letter-spacing: -1px;
    line-height: 1;
    color: #1c1743;
    font-weight: bold;
    margin-bottom: 12px;
}

.flex-bookmaker__desc .desc__text {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 18px;
    color: #8b9d9d;
    font-weight: 500;
}

.flex-bookmaker__btns {
    padding-left: 25px;
    -webkit-box-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 28px 15px;
}

.flex-bookmaker__btns a,
.flex-bookmaker__btns button {
    max-width: 220px;
    width: 100%;
    min-height: 44px;
}

.top-brend-sidebar.tg {
    padding-top: 46px;
    margin-top: 46px;
    border-top: 1px solid #000;
}

.top-brend-sidebar.tg>h5 {
    text-transform: uppercase;
}

.see-all-allgamePage a {
    display: block;
    padding: 14px 20px 15px;
    text-decoration: none;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    line-height: 1;
    background-color: #000;
    font-size: 15px;
    letter-spacing: 0;
    color: #f5f5f5;
    font-weight: bold;
    border-radius: 25px;
    text-align: center;
}

.see-all-allgamePage a:hover {
    background-color: #3e11bd;
    color: #e4ebeb;
}

.container-text-statty p {
    font-size: max(min(18px, 1.6vw), 14px);
    margin-bottom: 1.4em;
    letter-spacing: -0.05em;
    line-height: 1.3;
    color: #88869a;
    font-weight: 500;
}

.container-text-statty li {
    font-size: max(min(18px, 1.6vw), 14px);
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 1.3;
    color: #88869a;
    margin-bottom: 0.8em;
}
.mfp-content{
    width: 100%;
    max-width: 540px; 
}
.white-popup-block {
    width: 100%;
    max-width: 540px;
    background-color: #fff;
    border-radius: 26px;
    padding: 57px 3.125vw 35px;
}

.content-form-register {
    background: transparent;
    max-width: 100%;
    padding: 0;
}

.container-form-social {
    max-width: 100%;
    background: transparent;
    padding: 0 0 34px;
}

.mfp-close-btn-in .mfp-close {
    font-size: 0;
    width: 18px;
    height: 18px;
    display: block;
    background: url("../img/cls.png") no-repeat center;
    opacity: 1;
    right: 33px;
    top: 26px;
}

.mfp-close-btn-in .mfp-close:hover {
    opacity: .8;
}

/* adaptive */
@media (min-width: 1601px) {
    .main-menu>li {
        padding: 8px 0;
    }
}

@media (min-width: 319px) {
    .page-wrapper {
        overflow: hidden;
    }
}



@media(max-width:1600px) {
    .header__nav .main-menu {
        gap: 0 15px;
    }

    .prefooter-forms .container-form-index:nth-child(1) {
        background-size: 200px auto;
    }

    .prefooter-forms .container-form-index:nth-child(2) {
        background-size: 130px auto;
    }

    .flex-game-automat {
        grid-template-columns: repeat(4, 1fr);
    }

    .sorting-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }

    .sorting-container h5 {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }

    .rating-container {
        margin: 0 auto 0 0 !important;
    }
}

@media(max-width:1199px) {
    header.header {
        padding: 10px 18px;
    }

    .header__nav .main-menu {
        gap: 0 8px;
        padding: 0;
    }

    body.home-page .flex-game-automat {
        gap: 20px 10px;
        grid-template-columns: repeat(4, 1fr);
    }

    .section6 {
        margin-bottom: 20px;
    }

    .header__account .popup-with-form-register {
        padding-left: 14px;
        padding-right: 14px;
    }

    .flex-bookmaker {
        padding: 14px 20px;
    }

    .flex-bookmaker__image-wrapper {
        width: 150px;
        min-width: 150px;
    }

    .flex-bookmaker__name {
        padding: 15px;
    }

    .main-section-block,
    html body .content_wrapper {
        width: calc(100% - 270px) !important;
    }

    .sidebar-section {
        width: 270px !important;
    }
}

@media(max-width:1024px) {
    header.header {
        padding: 8px 20px;
    }

    .header__lang {
        display: none;
    }

    .header__nav>.search {
        display: none;
    }

    .gam {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        width: 28px;
        height: 20px;
        z-index: 11;
        gap: 7px;
        padding-left: 29px;
        margin: 0;
        background: url(../img/gam.png) no-repeat left center;
    }

    .gam::after {
        content: 'Меню';
        font-size: 16px;
        line-height: 1;
        color: #f5f5f5;
        font-weight: bold;
        width: 70px;
        height: 14px;
    }

    .gam.active {
        background: url(../img/brmenu.svg) no-repeat center;
        background-size: contain;
        position: fixed;
        top: 30px;
        left: min(86%, 357px);
        width: 33px;
        height: 26px;
    }

    .gam.active:after {
        content: '';
    }

    .main-banner {
        min-height: 0;
    }

    .lang-btn {
        margin: 0;
    }

    .header .section3 .main-menu-wrap {
        padding: 22px 40px;
    }

    .header__account-mob {
        margin-bottom: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 9px;
    }

    .header__account-mob a.btn-transparent-blue {
        color: #000;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header__account-mob a.btn-transparent-blue:hover {
        color: #0b39af;
    }

    .menu_mob.main-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 17px;
    }

    .menu_mob.main-menu>li {
        margin-bottom: 0;
    }

    .menu_mob.main-menu li a {
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 1;
        color: #1c1743;
        font-weight: bold;
    }

    .main-menu li.current_page_parent>a,
    .main-menu li.current-menu-item>a,
    .main-menu li.current_page_item>a {
        color: #0d6efd;
        border: none;
    }

    .menu_mob.main-menu li a:hover,
    .menu_mob.main-menu li a:focus {
        color: #0b39af;
    }

    .menu_mob.main-menu li li a {
        font-size: 14px;
    }

    .form-search {
        width: 100%;
    }

    .serch-mob {
        margin: 40px 0;
    }

    .header__nav .search-form-mob {
        background-color: #e3e1e6;
        color: #000;
        font-size: 12px;
    }

    .header__nav .search-form-mob::-webkit-input-placeholder {
        color: #9d83ba;
    }

    .header__nav .search-form-mob::-moz-placeholder {
        color: #9d83ba;
    }

    .header__nav .search-form-mob:-ms-input-placeholder {
        color: #9d83ba;
    }

    .header__nav .search-form-mob::-ms-input-placeholder {
        color: #9d83ba;
    }

    .header__nav .search-form-mob::placeholder {
        color: #9d83ba;
    }

    .menu_mob.main-menu li.menu-item-has-children {
        position: relative;
    }

    .menu_mob.main-menu .menu-item-has-children .sub-menu {
        display: none !important;
        width: auto;
        max-width: 100%;
        min-width: 0;
    }

    .menu_mob.main-menu .menu-item-has-children.active .sub-menu {
        display: block !important;
    }

    .menu_mob.main-menu li.menu-item-has-children::after {
        content: "+";
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        right: 0;
        top: -3px;
        color: #1c1743;
        font-size: 24px;
        line-height: 1;
    }

    .menu_mob.main-menu li.menu-item-has-children.active::after {
        content: "-";
    }

    .header-row3 .section3 .main-menu-wrap .sub-menu li a:hover {
        color: #0d6efd;
    }

    .sub-menu-lang .menu-item a {
        color: #000;
    }

    .main-section-block {
        padding-right: 0;
    }

    html body .content_wrapper {
        width: 100% !important;
    }
}

@media(max-width:991px) {
    .best {
        margin: 0;
        border-radius: 0;
    }

    .home-news__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0;
    }

    .main-news:first-child {
        padding-bottom: 45px;
        margin-bottom: 45px;
        border-bottom: 1px solid #cfced6;
    }

    .home-news__content {
        padding: 50px 15px;
    }

    .section11 .section11-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .prefooter-forms {
        padding: 50px 35px;
    }

    .footer-favorite {
        padding: 15px 25px 80px;
    }

    .ft-section2 {
        padding: 35px 15px;
    }

    .ft-section2 ul.first {
        margin-left: 0;
    }

    .footer-info__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-info__adult {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        margin: 45px 0 0;
    }

    .account-login .main-menu-account {
        min-width: 0;
        margin: 0;
    }

    .news-card-content .news-card-content-title {
        font-size: 14px;
        padding: 10px;
    }

    .news-card-content .news-card-content-title {
        z-index: 1;
        top: auto;
        bottom: 5px;
        left: 0;
    }

    html body .bookmakers-page .content_wrapper {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .banner-desktop {
        display: none;
    }

    .banner-mobile {
        display: block;
    }

    body.home-page .section5 {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .scrollwrappernav .mob-scroll {
        position: relative;
        overflow-x: hidden;
        padding: 0 20px 0 0;
    }

    .scrollwrappernav .mob-scroll::after {
        content: "";
        display: block;
        width: 20px;
        height: 8px;
        position: absolute;
        right: 0;
        bottom: 0;
        background: #fafafa;
    }

    .mob-scroll .flex-buttons {
        padding: 15px 0;
    }

    .home-page .mob-scroll .flex-buttons {
        padding: 17px 20px 17px 0;
    }

    .mob-scroll .flex-buttons {
        overflow-x: auto;
        padding: 17px 20px 17px 0;
        margin-left: 20px;
        scrollbar-color: #0b39af #e4ebeb;
        scrollbar-width: thin;
        position: relative;
        z-index: 1;
    }

    /* полоса прокрутки (скроллбар) */
    .mob-scroll .flex-buttons::-webkit-scrollbar {
        width: 20%;
        height: 2px;
        background-color: #e4ebeb;
    }

    /* ползунок скроллбара */
    .mob-scroll .flex-buttons::-webkit-scrollbar-thumb {
        background-color: #0b39af;
    }

    .mob-scroll .flex-buttons::-webkit-scrollbar-thumb:hover {
        background-color: #0b39af;
    }

    .scrollwrappernav {
        padding: 0;
        border-radius: 0;
        -webkit-filter: none;
        filter: none;
    }

    .main .section5-conteiner {
        padding: 0;
    }

    .scrollwrappernav .nextscrol,
    .scrollwrappernav .prevscrol {
        display: none;
    }

    body.home-page .flex-game-automat {
        grid-template-columns: repeat(3, 1fr);
    }

    .container-cards-game {
        margin-top: 24px;
    }

    .flex-game-automat {
        grid-template-columns: repeat(3, 1fr);
    }

    .main .container-mod-full {
        padding: 0;
    }

    .container-mod-full {
        padding: 0;
    }

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

    .flex-bookmaker__btns {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 25px 0 0;
    }

    .rating-container>a {
        padding: 10px 28px 10px 15px;
    }
}

@media(max-width:575px) {
    .main-banner {
        padding: 10px 35px 14px;
    }

    .main-banner__title {
        margin: -10px 0 10px;
    }

    .main-banner__info {
        font-size: 10px;
    }

    .main-banner__info strong {
        font-size: 21px;
    }

    .main-banner__info img {
        margin-right: 5px;
        max-width: 19px;
    }

    body.home-page .flex-game-automatt {
        grid-template-columns: repeat(2, 1fr);
    }

    .flex-game-automat .bottom {
        margin: 6px 0 0 18px;
    }

    .flex-game-automat .bottom {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -moz-box;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-clamp: 3;
        box-orient: vertical;
    }

    .best__header {
        border: none;
        padding: 0;
        margin-bottom: 15px;
        padding-left: 70px;
    }

    .best {
        padding-right: 0;
        padding-left: 20px;
    }

    .best__all {
        display: none;
    }

    .card-bonus-bot {
        padding: 10px 0 0 18px;
    }

    .card-bookmakers-img img {
        height: 150px;
    }

    .owl-dots {
        margin-top: 20px;
    }

    .main-news {
        position: relative;
    }

    .main-news__title {
        padding-left: 0;
    }

    .main-news__all {
        padding: 0;
        position: absolute;
        right: 0;
        top: -13px;
    }

    .prefooter-forms {
        padding: 35px 20px;
    }

    .prefooter-forms .container-form-index:nth-child(1) {
        background-size: 137px auto;
    }

    .prefooter-forms .container-form-index:nth-child(2) {
        background-size: 90px auto;
        background-position: right 25px bottom;
    }

    .prefooter-forms .container-form-index {
        padding: 27px 20px 32px;
    }

    .prefooter-forms .section-heading {
        font-weight: bold;
        border: none;
        margin-bottom: 16px;
    }

    .footer-favorite__title {
        font-weight: bold;
    }

    .footer-favorite__btn a {
        padding: 12px 20px;
        font-size: 14px;
    }

    .ft-section2 {
        background: transparent;
        margin: 0;
        padding-top: 0;
    }

    .ft-section2 h3,
    .ft-section2 .h3,
    .ft-section2 .h2,
    .ft-section2 h2,
    .ft-section2 h1 {
        font-weight: bold;
    }

    .ft-section2 p {
        text-align: left;
        font-weight: bold;
        margin-bottom: 28px;
    }

    .smail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ft-section2 .h2,
    .ft-section2 h2 {
        margin-bottom: 15px;
    }

    .footer-info__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .flex-game-automat {
        grid-template-columns: repeat(2, 1fr);
    }

    .main .container-mod-full {
        padding: 0;
    }

    .main .section5 {
        padding: 15px 0;
    }

    .flex-bookmaker {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .flex-bookmaker__image-wrapper {
        width: 100%;
        height: auto;
    }

    .page-numbers.next.page-numbers,
    .page-numbers.prev.page-numbers {
        display: none;
    }

    .mfp-content {
        padding: 30px 20px 15px;
    }

    .mfp-close-btn-in .mfp-close {
        right: 20px;
        top: 20px;
    }

    .container-form-social .h2 {
        margin-bottom: 15px;
    }

    .container-form-social-icon a {
        margin: 0px 5px;
    }

    .container-form-social {
        padding-bottom: 15px;
    }

    .content-form-register li input {
        width: 100%;
        padding: 12px 20px;
        margin: 0 0 12px;
        font-size: 14px;
    }

    .container-checkbox-register {
        margin-bottom: 25px;
    }

    .form-register-a {
        margin-top: 18px;
    }

    .container-form-social {
        padding: 0 0 18px;
    }
}

@media(max-width:480px) {
    .header__account .popup-with-form-register {
        display: none;
    }

    .automat__inner {
        height: 103px;
    }

    .main-news__thumb {
        margin-right: 19px;
    }

    .main-news__thumb img {
        width: 95px;
        height: 60px;
    }

    .footer-info {
        padding: 0 20px 19px;
    }

    .footer-info__nav {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .footer-info__warning-text a {
        font-weight: bold;
    }

    body.home-page .flex-game-automat {
        grid-template-columns: repeat(2, 1fr);
    }

    .page-title {
        padding-top: 20px;
    }

    .flex-bookmaker__desc {
        -webkit-box-flex: 15px;
        -ms-flex: 15px;
        flex: 15px;
    }

    .automat__inner .inner .btn {
        font-size: 13px;
    }

    .flex-game-automat .star-rating {
        bottom: 12px;
    }
}

@media(max-width:420px) {
    .flex-game-automat .automat:hover .inner {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .flex-game-automat .btn-transparent-white {
        font-size: 14px;
        padding: 8px;
    }

    .flex-game-automat .automat .inner {
        padding: 20px 10px 10px;
    }
}

@media(max-width:380px) {
    .best__header {
        padding-left: 0;
    }
}