@charset "UTF-8";

p {
    margin: 0;
}

.popup {
    display: none;
}

.popup__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9999;
    display: none;
}

.popup__content {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 480px;
    padding: 35px 40px;
    position: relative;
    background: #fff;
    border-radius: 15px;
}

.popup__close {
    position: absolute;
    right: -60px;
    top: 0;
}

.popup__close:hover {
    cursor: pointer;
}

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

.popup__body {
    color: black;
}

/* TYPE 1 - ДЛЯ ДОСТИЖЕНИЙ */
.amodal__header {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ageLimit {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 15px;
    text-align: left;
    margin-top: 20px;
    color: #2b5da8;
}

.amodal__picture {
    margin-top: -150px;
    max-width: 360px;
    max-height: 280px;
}

.amodal__title {
    font-weight: bold;
    font-size: 30px;
    margin-top: -35px;
    line-height: 30px;
}

.amodal__stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.amodal__progress {
    width: 100%;
    margin: 19px auto 20px;
}

.amodal__text-cont {
    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;
    margin-top: 30px;
}

.amodal__text {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}

.amodal__text span {
    font-weight: bold;
}

.amodal__value-text {
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
}

.amodal__bonus {
    border: 2px solid #2b5da8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100px;
    color: #2b5da8;
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 11px 20px;
    margin: 20px auto 0;
}

.amodal__socials {
    max-width: 305px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px auto 0;
}

.amodal__socials-cont {
    margin-top: 15px;
    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;
}

.achieving__info-text_mobile {
    display: none;
}

.open-modal-mobile {
    display: none;
}

.amodal__logo-cont {
    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;
    position: relative;
    margin-top: -150px;
}

.amodal__text-regard {
    font-size: 20px;
    line-height: 25px;
    margin-top: -5px;
}

.amodal__border {
    -webkit-transform: translateX(-8%);
    -ms-transform: translateX(-8%);
    transform: translateX(-8%);
    margin-left: -2px;
    width: 480px;
    margin-top: 26px;
    margin-bottom: 20px;
}

.popup__close-mobile {
    display: none;
    position: absolute;
    z-index: 9;
}

.amodal__progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 7px;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 20px;
    overflow: visible;
    margin: 23px auto;
}

.amodal__progress-bar {
    position: relative;
    border-radius: 15px;
    height: 13px;
}

/* MODAL FOR OLD MOBILE APP */
.mobpopup__image-sale {
    position: absolute;
    width: 91px;
    height: 66px;
    left: -8px;
    top: 4px;
}

.popup__content_theme_mobile-warning {
    background: -o-linear-gradient(287.92deg, #ffffff 0.37%, #f1f7ff 98.12%);
    background: linear-gradient(162.08deg, #ffffff 0.37%, #f1f7ff 98.12%);
    padding: 20px !important;
}

.popup__body_theme_mobile-warning {
    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;
}

.mobpopup__title {
    font-weight: bold;
    font-size: 23px;
    line-height: 25px;
    margin: 20px 0 15px;
}

.mobpopup__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    margin-bottom: 15px;
    max-width: 280px;
}

.mobpopup__button {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    width: 100% !important;
}

.mobpopup__image-wrapper {
    background: -o-linear-gradient(315.18deg, #d70a84 8.39%, #590094 87.52%);
    background: linear-gradient(134.82deg, #d70a84 8.39%, #590094 87.52%);
    border-radius: 125px;
    width: 70px;
    height: 70px;
    margin-bottom: 5px;
    position: relative;
}

.mobpopup__close {
    display: block !important;
    right: -4px !important;
    top: -27px !important;
}

.popup__sm-close {
    display: none;
}

/* END MOBILE APP */
@media screen and (max-width: 768px) {
    .popup__content {
        max-width: 320px;
        padding: 25px;
    }

    .popup__close {
        display: none;
    }

    .popup__close-mobile {
        display: block;
        top: 5px;
        right: 5px;
    }

    .amodal__text {
        font-size: 16px;
        line-height: 18px;
    }

    .amodal__value-text {
        font-size: 18px;
        line-height: 20px;
    }

    .amodal__border {
        margin-bottom: 13px;
    }

    .amodal__socials {
        max-width: 100%;
    }

    .amodal__socials-logo {
        max-width: 30px;
        max-height: 30px;
    }

    .amodal__progress {
        margin: 10px auto;
        height: 4px;
    }

    .amodal__progress-bar {
        height: 8px;
    }
}

@media screen and (max-width: 1024px) {
    .modal__is-opened {
        position: relative !important;
        height: 100vh;
    }
}

@media screen and (max-width: 359px) and (max-height: 640px) {
    .popup__content_theme_mobile-warning {
        max-height: 90vh;
        overflow-y: scroll;
    }

    .popup__sm-close {
        display: block;
        position: absolute;
        top: 5px;
        right: 10px;
        max-height: 18px;
        max-width: 18px;
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: auto;
    position: relative;
    font-weight: normal;
    font-family: 'Calibri', sans-serif;
    font-feature-settings: 'kern';
    -webkit-font-feature-settings: 'kern';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; */
    /* background: #323232 */
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #2b5da8;
    text-decoration: none;
}

a:active {
    color: #004e8f;
}

/* NOTIFICATIONS LOADER START */
#loader {
    width: 100%;
}

.loader-body {
    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;
    width: 100%;
    margin: 150px auto;
}

/* NOTIFICATIONS LOADER END */
.link {
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    color: #707070;
    cursor: pointer;
}

.link:hover {
    color: #2b5da8;
}

.link:active {
    color: #004e8f;
}

.link:hover .arrow-svg__path {
    fill: #2b5da8;
}

.link:active .arrow-svg__path {
    fill: #004e8f;
}

.social-accordeon {
    padding: 18px 0 0;
}

.social__link {
    margin: 1px;
}

.social__link:hover,
.footer__social-icon:hover {
    opacity: 0.9;
}

.social__link:active,
.footer__social-icon:active {
    opacity: 0.8;
}

.out-of-header {
    margin-top: 70px;
}

.body-bg,
.sign-bg,
.wheel__bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    overflow: hidden;
    background-color: black;
    z-index: 3;
}

.body-bg {
    opacity: 0;
}

.sign-bg {
    opacity: 0.75;
}

.dark-header .header__mobile-button svg path {
    stroke: black;
}

.dark-header .header__mobile-button {
    background: rgba(0, 0, 0, 0.08) !important;
}

.dark-header .header__announ-icon path {
    fill: #2b5da8;
}

.dark-header.header .header__lang-switch {
    color: black;
    background: rgba(0, 0, 0, 0.08) !important;
}

.dark-header .header__logo {
    filter: none;
}

.dark-header .header__main-link span {
    color: black;
}

.header__menu-link {
    /* -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; */
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

/* .header__menu-services, .header__menu-info {
  border-bottom: 1px solid rgba(193, 213, 243, 0.3);
} */

.header__catalog-links .header__submenu-link:last-child,
.header__about-links .header__submenu-link:last-child {
    margin-bottom: 0;
}

.header__about {
    padding: 15px;
}

.header__menu-icon {
    margin-right: 15px;
    max-width: 20px;
}

.header__arrow {
    position: absolute;
    top: 48%;
    right: 4%;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.header__arrow_transform {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header__menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    color: black;
    cursor: pointer;
}

[data-menu] {
    display: none;
    z-index: 999;
    position: fixed;
    width: 360px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 0 15px 15px;
    -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
    max-height: 87vh;
    background: #fff;
    overflow: auto;
}

.announ__menu {
    width: 550px;
}

.header__menu.active,
.announ__menu.active {
    visibility: visible;
    opacity: 1;
}

.announ__close {
    display: none;
}

.announ__no-data {
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    padding: 30px 0;
}

.header__announ-button,
.header__close-announ-button {
    background: transparent;
    outline: none;
    border: none;
}

.header__announ-button:focus,
.header__close-announ-button:focus {
    outline: none;
}

.header__announ-button:disabled,
.header__close-announ-button:disabled {
    background: transparent;
}

.announ {
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    opacity: 0.5;
}

.announ.notread {
    opacity: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.announ:last-child {
    border-bottom: unset;
}

.announ p {
    font-size: 18px;
    line-height: 25px;
}

.header__menu::-webkit-scrollbar,
.announ__menu::-webkit-scrollbar {
    display: none;
    /* ширина для вертикального скролла */
}

/* .header__menu::-webkit-scrollbar-thumb, .announ__menu::-webkit-scrollbar-thumb {
  background-color: #2b5da8;
  border-radius: 9em;
  -webkit-box-shadow: inset 1px 1px 10px #f3faf7;
  box-shadow: inset 1px 1px 10px #f3faf7;
} */

.header__about-links,
.header__catalog-links {
    padding: 0 20px 5px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header__mobile-button {
    display: none;
}

@media screen and (max-width: 1024px) {
    .header__close-button {
        display: block !important;
    }

    .header__mobile-menu {
        display: flex !important;
    }
}

@media screen and (min-width: 1025px) {
    .header__mobile-menu {
        display: none !important;
    }
}

.header__close-button {
    display: none;
}

.header__user-buttons {
    display: none;
}

/* END NEW HEADER */
.mobile-close-auth,
.modal__close-mobile {
    display: none;
}

.right-side__sign-button,
.header__sign-button {
    width: 250px;
}

.right-side__sign-button {
    width: 100%;
    max-width: 330px;
}

.sign-bg {
    z-index: 5;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 102;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
    background-color: white;
}

.header button {
    outline: none;
    border: none;
    background: #fff;
}

#announMoreBtn {
    background: #fecc00;
}

.vip #announMoreBtn {
    background: #e1be88;
    color: black;
}

.header__mobile-menu {
    display: none;
}

.header__sign-button_mobile {
    display: none;
}

/* MOBILE HEADER */
@media screen and (max-width: 1024px) {
    .header {
        position: relative;
        background-color: white;
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }

    /*mobile club card slider style*/
    .cards-slider-wrapper {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin: 0 -15px 20px -15px;
        padding: 0 0 0 10px;
    }

    .cards-wrapper .card-wrapper-title {
        width: 130px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 120%;
        color: #ffff;
    }

    .cards-wrapper .cards-wrapper-link {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        padding: 8px 10px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        color: #fff;
    }

    .cards-slider-wrapper::-webkit-scrollbar {
        display: none;
    }

    .cards-slider-wrapper .cards-wrapper {
        min-width: 240px;
        height: 120px;
        border-radius: 15px;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        padding: 15px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        flex-grow: 1;
        margin: 0 5px;
    }

    .cards-slider-wrapper .cards-wrapper .cards-left {
        width: 50%;
        height: 120px;
        color: #fff;
        /* background-color: aquamarine; */
        float: left;
    }

    .cards-slider-wrapper .cards-wrapper .cards-left .cards-left-title {
        width: 129.23px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        color: #ffffff;
        margin: 13px 0 39px 15px;
    }

    .cards-slider-wrapper .cards-wrapper .cards-left .cards-left-button {
        padding: 8px 10px;
        width: 73px;
        height: 30px;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 15px;
        font-family: 'Calibri';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        color: #ffffff;
        margin: 0 0 0 15px;
    }

    .cards-slider-wrapper .cards-wrapper .cards-right {
        width: 50%;
        height: 120px;
        color: #fff;
        float: left;
        /* background-color: #fff700; */
    }

    .cards-slider-wrapper .cards-wrapper .cards-right img {
        margin-left: -46px;
    }

    /* //end of mobile club card slider style*/
    .header__sign-button_mobile {
        display: block;
        width: 58px;
        height: 30px;
        line-height: 30px;
        font-weight: 500;
        font-size: 12px;
        font-family: 'Inter';
        text-align: center;
        border-radius: 40px;
        -webkit-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s;
        box-shadow: 0px 5px 30px rgba(254, 204, 0, 0.3) !important;
    }

    .header__mobile-button {
        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;
        width: 58px;
        height: 30px;
        font-weight: bolder;
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 0.05em;
        color: #2b5da8;
        background: #ffffff;
        -webkit-box-shadow: 0px 5px 20px rgba(43, 93, 168, 0.2);
        box-shadow: 0px 5px 20px rgba(43, 93, 168, 0.2);
        border-radius: 85px;
        text-transform: uppercase;
        cursor: pointer;
        z-index: 555;
    }

    #headerMenusContainer {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        z-index: 9999;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }

    #headerMenusContainer.active {
        display: block;
    }

    .header__menu,
    .announ__menu {
        /* z-index: 10; */
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        border-radius: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        overflow: auto;
        max-height: initial;
    }

    .announ__close {
        height: 50px;
        display: block;
        position: relative;
    }

    .announ__close .header__close-button {
        position: absolute;
        right: 0;
    }

    .header__menu::-webkit-scrollbar {
        display: none;
    }

    .header__close-button {
        display: block;
        width: 42px;
        height: 50px;
    }

    .header__user-buttons {
        display: block;
    }

    .header__menu-link span {
        color: #2b5da8;
        margin-left: 5px;
        font-weight: bold;
    }

    .header__sign-button {
        margin: auto;
        width: 100%;
        max-width: 330px;
    }

    .ageLimit {
        text-align: center;
        margin-top: 15px;
        margin-top: 0;
        margin-bottom: 15px;
    }
}

/* END MOBILE */
.header__logo {
    width: 93px;
    height: 50px;
}

.header__right-side {
    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;
}

.header__desktop-menu,
.header__desktop-menu_not-logged {
    font-size: 18px;
}

.header__desktop-menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header__desktop-menu_not-logged {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header__desktop-menu,
.header__desktop-menu_not-logged,
.header__mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__button {
    margin: 0;
}

.header__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: normal;
}

.header__button span {
    margin-left: 5px;
    font-weight: bold;
    color: #2b5da8;
}

span.profile.profile__bonus {
    padding-left: 15px;
    border-left: 1px solid #c1d5f3;
    margin-left: 15px;
}

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

.header__close-menu-button {
    display: none;
}

.header__close-menu-button.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__open-menu,
.header__close-menu {
    width: 45px;
    height: 45px;
    cursor: pointer;
    margin-left: 15px;
    outline: none;
}

.social-accordeon {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__open-mobile-menu,
.header__close-mobile-menu {
    display: none;
}

.nav {
    width: 100%;
    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;
    padding: 10px 0;
}

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

.header__announ-button,
.header__close-announ-button {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 26px;
    height: 30px;
    margin-right: 20px;
    cursor: pointer;
}

#announceActive1::after {
    content: '';
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fecc00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.header__lang-switch {
    margin-right: 20px;
    width: 40px;
    height: 40px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #2b5da8;
    border-radius: 50%;
    -webkit-box-shadow: 0px 1px 14px rgba(43, 93, 168, 0.12);
    box-shadow: 0px 1px 14px rgba(43, 93, 168, 0.12);
    background: #fff;
    cursor: pointer;
}

.header__mobile-button:hover,
.header__lang-switch:hover {
    color: #004e8f;
    border: 1px solid #ffffff;
}

.header__mobile-button:active,
.header__lang-switch:active {
    color: #004e8f;
    background: #f5f9ff;
    border: 1px solid #ffffff;
}

.rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header__logout-button {
    padding: 13px 17px;
}

#tdHeadMenuAchivment {
    margin-right: 0;
}

.slider {
    padding-top: 30px;
}

.buttons-user {
    padding: 0 15px;
}

.modal__is-opened {
    overflow: hidden;
    width: 100vw;
    position: absolute;
    touch-action: none;
    -ms-touch-action: none;
}

@media screen and (max-width: 1024px) {
    .out-of-header {
        margin-top: 0;
    }

    header .container {
        max-width: initial;
        padding: 0 10px;
        width: 100%;
    }

    .container {
        padding: 0 15px;
    }

    .header__desktop-menu,
    .header__desktop-menu_not-logged {
        display: none;
    }

    .header__mobile-menu {
        margin-left: 10px;
    }

    .header__main-link {
        width: 67px;
        font-family: 'Inter', sans-serif;
    }

    .header__lang-switch {
        margin-right: 5px;
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .lang-switch_not-log {
        margin-right: 10px;
    }

    .modal__sign {
        max-height: 75%;
    }

    .modal__sign,
    .sign-container {
        border-radius: 15px 15px 0 0;
    }

    .sign-container {
        overflow: auto;
    }

    .logo {
        width: 56px;
        height: 30px;
    }

    .header__right-side-desktop,
    .header__right-side-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header__button {
        padding: 5px;
        margin-left: 10px;
        color: black;
    }

    .header__basket-mobile-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header__open-mobile-menu,
    .header__close-mobile-menu {
        display: none;
    }

    .nav {
        padding: 10px 0 0;
        height: 40px;
    }

    .sale-text_blue {
        color: #2b5da8;
    }

    .bottom-radius {
        border-radius: 0 0 15px 15px;
    }

    .download-app__container {
        padding: 20px 20px;
        width: 100%;
        border-bottom: 1px solid #e8e8e8;
    }

    .download-app__link {
        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;
        max-width: 155px;
        height: 50px;
        font-weight: bold;
        background-color: black;
        color: white;
        border-radius: 10px;
    }

    .download-app__container a,
    .download-app__container a:hover,
    .download-app__container a:active {
        color: white;
        text-decoration: none;
    }

    .mobile-close-auth,
    .modal__close-mobile {
        display: block;
        position: absolute;
        top: -25px;
    }

    .modal__sign,
    .sign-container {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .header__basket-mobile-menu {
        display: none;
    }
}

/* SIGN CONTAINER */
.modal__sign {
    position: fixed;
    z-index: 5;
    -webkit-box-shadow: 0 30px 49px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 30px 49px -4px rgba(0, 0, 0, 0.2);
    width: 320px;
    display: none;
    -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;
    border-radius: 0 0 15px 15px;
    background-color: white;
}

.sign-container {
    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;
    width: 100%;
    border-radius: 0 0 15px 15px;
    background-color: white;
}

.signform {
    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;
}

.sign-container-mob {
    -webkit-box-shadow: 0 -30px 49px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -30px 49px -4px rgba(0, 0, 0, 0.2);
    width: 100%;
    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;
    border-radius: 15px 15px 0 0;
    background-color: white;
    z-index: 4;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sign-title {
    text-align: center;
    font-size: 22px;
    padding: 25px 0;
    margin: 0;
    font-weight: bold;
}

.sign-title_padding {
    padding-bottom: 15px;
}

.sign-subtitle {
    display: block;
    color: #9a9a9a;
    margin-bottom: 20px;
    line-height: 18px;
    text-align: center;
    max-width: 260px;
}

.signin-form {
    padding-top: 26px;
}

.form-item {
    position: relative;
    margin: auto;
}

.form-item-codes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 230px;
    margin-bottom: 15px;
}

.input {
    width: 260px;
    height: 50px;
    padding: 0 15px;
    font-size: 18px;
    border-radius: 15px;
    border: 1px solid #c4c5c5;
    outline: none;
}

.input:hover,
.input:focus {
    border: 1px solid #ffcd17;
}

.input_type_tel {
    margin-bottom: 20px;
}

.input_type_pass {
    margin-bottom: 5px;
}

.show-pass-button {
    position: absolute;
    top: 30%;
    right: 6px;
    cursor: pointer;
}

.remind-pass {
    display: block;
    font-size: 16px;
    text-align: center;
    margin-bottom: 14px;
    color: #707070;
    margin: 5px 0 20px;
}

.button-grey:disabled,
.button-grey[disabled] {
    opacity: 0.5;
    background-color: #edf2fa;
}

.profile a:hover {
    color: black;
}

.button-disable,
.button-disable:hover,
.button-disable:active {
    background-color: #e7e7e7;
}

.button-grey {
    max-width: 270px;
    margin: 35px auto 0;
    background-color: #edf2fa;
    opacity: 1;
    font-size: 20px;
    line-height: 20px;
    outline: none;
    color: #000;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    min-width: 290px;
}

.button-grey:hover {
    background-color: #e1ebfc;
}

.button-grey:active {
    background-color: #c1d5f3;
}

.button-grey:focus {
    outline: none;
}

.signin-button {
    margin-bottom: 15px;
}

.dropdown-social {
    margin-bottom: 25px;
    max-width: 260px;
}

.socials-collapse-button {
    display: block;
    text-align: center;
    font-size: 16px;
}

.arrow-svg {
    margin-left: 5px;
}

.socials-items {
    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;
    padding: 15px 0;
}

.signup-link {
    padding: 20px 0 30px;
    font-size: 22px;
    width: 100%;
    text-align: center;
    border-top: 1px solid #e3e3e3;
    line-height: 25px;
    color: #000;
}

.prev-link {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}

input::-webkit-input-placeholder {
    color: black;
}

input::-moz-placeholder {
    color: black;
}

input:-ms-input-placeholder {
    color: black;
}

input::-ms-input-placeholder {
    color: black;
}

input::placeholder {
    color: black;
}

.input-message {
    position: absolute;
    top: -11px;
    left: 10px;
    background-color: white;
    color: #8d8d8d;
    padding: 0px 5px;
    font-size: 13px;
    z-index: 2;
}

.input_type_code {
    width: 50px;
    height: 50px;
    margin-bottom: 25px;
    padding: 0 18px 0 20px;
}

.input_type_code::-webkit-input-placeholder {
    text-align: center;
    line-height: normal;
    font-size: 13px;
}

.input_type_code::-moz-placeholder {
    text-align: center;
    line-height: normal;
    font-size: 13px;
}

.input_type_code:-ms-input-placeholder {
    text-align: center;
    line-height: normal;
    font-size: 13px;
}

.input_type_code::-ms-input-placeholder {
    text-align: center;
    line-height: normal;
    font-size: 13px;
}

.input_type_code::placeholder {
    text-align: center;
    line-height: normal;
    font-size: 13px;
}

.input_type_code:focus::-webkit-input-placeholder {
    color: transparent;
}

.input-invalid {
    border: 1px solid red;
    display: block;
}

.input-invalid:hover,
.input-invalid:focus {
    border: 1px solid red;
    display: block;
}

input:-webkit-autofill {
    background-color: white;
}

.sign-footer {
    margin: 20px auto 30px;
    font-size: 18px;
}

.sms-timer-span {
    border-left: 1px solid grey;
    margin-left: 10px;
    padding-left: 10px;
    font-weight: bold;
    color: black;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.remind-pass,
.socials-collapse-button {
    color: #707070;
}

.arrow-svg-rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header__button-active {
    background: #eaeaea;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sms-button-blocked {
    font-size: 18px;
    background: #e7e7e7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sms-button-blocked:hover {
    background-color: #dfdfdf;
    cursor: auto;
}

.sms-button-blocked:active {
    background-color: #dcdcdc;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 10em white inset;
}

.download-app__container a,
.download-app__container a:hover,
.download-app__container a:active {
    color: white;
}

.icons_4465 {
    background-size: 50%;
    background-position: center;
}

.button_e68e {
    width: 25px;
    height: 25px;
}

.icons_2c07 {
    width: 98px;
    height: 98px;
    /* background-color: goldenrod */
    top: 76px;
    left: 0px;
    background-size: 20% auto;
    /* top: 50px */
}

.__jivoMobileButton {
    z-index: 2;
}

.confirm-checkbox {
    margin-top: 3px;
    margin-right: 15px;
}

.check-container {
    font-family: Calibri;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 15px;
    max-width: 260px;
    color: #9a9a9a;
}

.check-container a {
    color: #9a9a9a;
}

input[type='checkbox'] {
    position: relative;
    width: 2.7em;
    height: 1em;
    color: #363839;
    border: 1px solid #bdc1c6;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
    -webkit-transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    -o-transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}

input[type='checkbox']::before {
    position: absolute;
    content: '';
    display: block;
    top: 1px;
    left: 4px;
    width: 8px;
    height: 11px;
    border-style: solid;
    border-color: #2b5da8;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}

input[type='checkbox']:checked {
    color: #fff;
    border-color: #cdcdcd;
}

input[type='checkbox']:checked::before {
    opacity: 1;
}

input[type='checkbox']:checked~label::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.title-with-results {
    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;
}

.results-title {
    font-size: 20px;
    color: #2b5da8;
    margin-bottom: 20px;
}

.block__title {
    font-size: 30px;
    line-height: 35px;
    font-family: 'Inter';
    color: black;
    font-weight: bold;
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .profile__out-of-header {
        margin-top: 70px;
    }

    .header__announ-button {
        margin-right: 10px;
    }

    .header__main-link {
        position: absolute;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        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;
    }

    .carousel-inner {
        border-radius: 5px;
    }

    .title-with-results {
        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: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: centert;
        -ms-flex-pack: centert;
        justify-content: centert;
        margin-bottom: 10px;
    }

    .results-title {
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 0.7;
    }

    .block__title {
        font-size: 21px;
        line-height: 27px;
        padding: 0;
    }

    .section .container {
        width: 100%;
    }

    .sale-text__mobile {
        width: 195px;
    }
}

.feature-area::-webkit-scrollbar {
    display: none;
    width: 0px;
    background: transparent;
}

#choose::-webkit-scrollbar,
.fullpage-on-phone::-webkit-scrollbar {
    display: none;
}

.header__open-mobile-menu {
    padding: 5px 10px 3px;
}

.header__close-mobile-menu {
    padding: 5px 10px 3px;
    margin-right: -20px;
}

.footer {
    margin-top: 23px;
    margin-bottom: 30px;
    padding-top: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #ebebeb;
}

.footer-left-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

.footer__links-container a {
    font-size: 18px;
    line-height: 22px;
}

.footer ul li {
    padding: 0;
}

.footer__link {
    text-decoration: none;
    font-size: 20px;
    line-height: 22px;
    color: black;
    font-weight: 400;
}

.footer-center {
    margin: 0 100px 0 105px;
    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__list_first-col {
    width: 210px;
}

.footer__list_first-col .footer__item {
    margin-bottom: 15px;
}

.footer__list_second-col {
    width: 120px;
    height: 182px;
}

.footer__list_second-col .footer__item {
    margin-bottom: 15px;
}

.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.footer__responsibility {
    width: 555px;
    text-align: center;
    color: #494949;
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
}

.visa-icon {
    width: 80px;
    margin-right: 17px;
}

.mc-icon {
    width: 45px;
    height: 30px;
}

.footer__cert-images {
    padding-bottom: 40px;
    border-bottom: 1px solid #ebebeb;
    width: 529px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__image {
    margin-right: 40px;
}

.footer__image:last-child {
    margin-right: unset;
}

.footer__cert-images a {
    margin-right: 40px;
}

.payments__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__text {
    font-size: 16px;
    line-height: 22px;
    color: black;
    font-weight: 400;
}

.app-link img {
    margin-top: 30px;
}

.app-link__mobile {
    display: none;
}

.footer-center__bottom {
    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;
    margin-top: 15px;
}

.footer-right-side {
    width: 250px;
}

.footer__socials {
    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;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 195px;
}

.footer__tel-container {
    margin: 23px 0 17px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer__tel-link {
    text-decoration: none;
    color: #2b5da8;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}

.footer__allreserved {
    font-size: 18px;
    line-height: 22px;
    color: #222222;
}

.title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 93%;
    margin: 30px auto 0;
}

.title-container h4 {
    text-align: center;
    font-size: 30px;
    line-height: 29.27px;
    margin: 0;
    font-weight: bold;
}

.modal__close-button {
    position: absolute;
    left: 0;
    width: 35px;
    padding: 0 10px;
    margin-left: -10px;
    cursor: pointer;
}

.page-border {
    display: block;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 50%;
    width: 100vw;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.mobile-page-border {
    display: none;
}

@media screen and (max-width: 1160px) {
    .mobile-page-border {
        display: block;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        margin-left: unset;
        margin-bottom: 15px;
    }

    .footer__list_first-col {
        width: 150px;
    }

    .footer__list_second-col {
        width: 105px;
    }

    .footer__responsibility {
        width: 336px;
    }

    .footer-right-side {
        width: 230px;
        margin-bottom: 22px;
    }
}

@media screen and (max-width: 1024px) {
    .header__close-mobile-menu {
        margin-right: -10px;
    }

    .form-item-codes {
        width: 230px;
    }

    .header__open-mobile-menu {
        margin-right: -10px;
    }

    .dropdown-social {
        margin-bottom: 20px;
    }

    .footer-left-side {
        display: none;
    }

    .footer-center {
        margin-right: 120px;
        margin-left: 0;
    }

    .footer .container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .title-container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        width: 100%;
    }

    .title-container h4 {
        font-size: 20px;
    }

    .header__open-mobile-menu,
    .header__close-mobile-menu {
        margin-right: -20px;
    }

    .slider {
        padding-top: 10px;
    }

    .footer {
        margin-top: 20px;
        padding-top: 15px;
    }

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

    .footer-center {
        width: 100%;
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin: 0 60px 20px;
    }

    .footer-center__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px 0;
        border-bottom: 1px solid #ebebeb;
        border-top: 1px solid #ebebeb;
        margin-top: 21px;
        display: none;
    }

    .app-link {
        display: none;
    }

    .footer__responsibility {
        text-align: center;
        font-size: 12px;
        margin-right: auto;
        margin-left: auto;
        width: 300px;
        margin-bottom: 15px;
    }

    .footer__cert-images {
        margin: auto;
        width: 301px;
        padding-bottom: unset;
        border-bottom: unset;
        margin-bottom: 20px;
    }

    .footer__cert-images img {
        height: 40px;
        margin-right: 20px;
    }

    .footer__cert-images a {
        margin-right: 20px;
    }

    .noc-icon {
        width: 40px;
        height: 40px;
    }

    .europa-icon {
        width: 80px;
        height: 20px;
    }

    .wla-icon {
        width: 60px;
        height: 40px;
    }

    .rng-icon {
        width: 38px;
        height: 30px;
    }

    .payments__images {
        max-width: 122px;
        margin: auto;
    }

    .footer__socials {
        margin: 0 auto;
    }

    .footer__tel-container {
        margin: 20px auto 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 70px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer__tel-link {
        font-size: 16px;
        line-height: 25px;
        font-weight: 400;
    }

    .footer__allreserved {
        text-align: center;
        font-size: 16px;
        line-height: 22px;
    }

    .footer__text {
        text-align: center;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1201px) {

    .header__button,
    .header__sign-button {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1199px) {
    .footer-center {
        margin: 0 50px 0 50px;
    }
}

/* MODAL */
.modal {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: block;
}

.modal__content {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 400px;
    background-color: white;
    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;
    z-index: 9999;
    padding: 20px;
    border-radius: 15px;
}

/* dima`s edit start */
.modal__contents {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    top: 52%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 100%;
    max-width: 750px;
    height: 940px;
}

.modal__contents_title, .modal__contents_title a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 43px;
}

.modal__contents_title a {
    border-bottom: solid 3px white;
}

.modal__contents_title a:hover {
    color: #2b5da8;
    border-bottom: solid 3px #2b5da8;
}

.modal__contents_title a:active {
    color: #004e8f;
    border-bottom: solid 3px #004e8f;
}

.modal__main {
    display: grid;
    grid-template-areas:
        'probs wheel';
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    margin-top: 65px;
    width: 100%;
}

.prizes__title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 110%;
    text-align: center;
    color: #FFFFFF;
    margin: 6px 0 29px 0;
}

.wheel__background {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 75px;
    left: -1px;
    z-index: 9999999;
}

.chances__title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 110%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
}

.chances__border {
    width: 87%;
    margin: 9px 0 17px;
    height: 1px;
    background: white;
}

.chances__percentage {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    width: 100%;
    border: 1.5px solid #7b7b7b;
    margin-bottom: 10px;
}

.lotoboxReward {
    background: rgba(0, 0, 0, 0.7);
    border: 1.54657px solid #7B7B7B;
    border-radius: 15px;
    width: 100%;
    height: auto;
    padding: 20px;
}

.lotoboxReward__item {
    border-radius: 10px;
    border: 1px solid #7b7b7b;
    height: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    position: relative;
}

.lotoboxReward__image {
    position: absolute;
    left: 5px;
    top: -15px;
    width: 35.51px;
    height: 37.1px;
}

.lotoboxReward__item:first-child {
    margin-top: 15px;
}

.lotoboxReward__item:last-child {
    margin-bottom: 0;
}

.lotoboxReward__text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    /* font-weight: ; */
    font-size: 12.0324px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-left: 58px;
}

.lotoboxReward__text span {
    font-weight: bold;
}

.heading__title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 11.2424px;
    line-height: 14px;
    color: #FFFFFF;
}

.chances__lotobox {
    width: 17.15px;
    height: 19.77px;
    margin-right: 3px;
}

.chance__section {
    display: grid;
    width: 100%;
    grid-template-columns: 38% 40% 26%;
    padding: 0 26px;
    height: 34.85px;
    align-items: center;
}

.section__title {
    font-family: 'Panton ExtraBlack', sans-serif;
    font-style: normal;
    font-weight: 950;
    font-size: 8.33086px;
    line-height: 10px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 41px;
}

.section__paragraph {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13.4909px;
    line-height: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.section__title_container {
    display: flex;
    align-items: center;
    height: 100%;
}

.spinAgain__ball, .lotobox__ball, .bonuses__ball, .lose__ball {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    margin-right: 5px;
}

.spinAgain__ball {
    background: #324D5D;
}

.lotobox__ball {
    background: #FFBD65;
}

.bonuses__ball {
    background: #12B347;
}

.lose__ball {
    background: #E14845;
}

.chance__section:last-child {
    border-radius: 0 0 15px 15px;
}

.chance__section_heading {
    border-radius: 15px 15px 0 0; 
}

.chance__dark {
    background: rgba(0, 0, 0, 0.7);
}

.chance__light {
    background: rgba(235, 235, 235, 0.08);
}

.modal__chances {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 371px;
    grid-area: probs;
    margin-top: -15px;
    transform: translateX(-54px);
}

.wheel__logo-img {
    position: absolute;
    z-index: 9999999;
    top: -15px;
}

.wheel__logo-bg {
    position: absolute;
    z-index: 1;
    top: -5%;
}

.section__bonuses {
    font-size: 12.9741px;
}

@media screen and (max-width: 1024px) {
    /* .modal__chances {
        display: none;
    } */

    .section__paragraph {
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
    }

    .section__title {
        font-size: 7px;
        line-height: 9px;
    }

    .section__bonuses {
        font-size: 11.5403px;
    }

    .modal__chances {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-right: 0;
        width: 100vw;
        padding: 10px 15px 0;
        height: 100vh;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }

    .modal__wheel {
        z-index: 9999;
        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;
        justify-content: center;
        height: 100vh;
        margin-top: -50px;
    }

    .modal__contents_title {
        display: none;
    }

    .modal__main {
        grid-template-areas:
            'top'
            'wheel'
            'probs';
        margin-top: 0;
        overflow-y: scroll;
        overflow-x: hidden;
        height: 100vh;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }

    .wheel__background {
        top: unset;
    }

    .wheel__logo-img {
        top: 2px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 166px;
    }

    .wheel__logo-bg {
        position: absolute;
        z-index: 1;
        left: 50%;
        transform: translateX(-50%);
        top: -140px;
    }

    .modal__contents {
        top: 0;
        height: auto;
    }


    .prizes__title {
        width: 100%;
        text-align: start;
        align-self: baseline;
        max-width: 152px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 110%;
        color: #FFFFFF;
        transform: translateY(-40px);
    }

    .lotoboxReward {
        background: unset;
        padding: 0;
        border: none;
    }

    .chances__border {
        margin: 5px 0 18px;
        min-height: 1px;
    }

    .chances__title {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
    }

    .heading__title {
        font-size: 10px;
        line-height: 11px;
        font-weight: 600;
    }

    .chance__section {
        height: 31px;
        /* padding: 0 26px 0 20px; */
    }

    .lotoboxReward__item {
        margin-bottom: 24px;
    }
}

/* dima`s edit end */

.modal__wheel {
    position: relative;
}

.modal__wheelInner {
    position: relative;
}

.wheel__logo-cont {
    position: relative;
    margin-bottom: 70px;
    min-width: 100%;
    min-height: 0;
}

.modal__wheel,
.modal__wheel-result {
    z-index: 999;
    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;
}

.modal__wheel {
    grid-area: wheel;
    margin-top: 25px;
    transform: translateX(16px);
    -webkit-transform: translateX(16px);
    -moz-transform: translateX(16px);
    -ms-transform: translateX(16px);
    -o-transform: translateX(16px);
}

.modal__wheel-result {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999;
}

.modal__title {
    font-size: 25px;
    font-weight: bold;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 0;
}

.modal__subtitle,
.modal__text {
    color: #9a9a9a;
    font-size: 16px;
    line-height: 18px;
    width: 270px;
    margin-top: 27px;
    margin-bottom: 20px;
    text-align: center;
}

.modal__text {
    margin: 25px 0;
}

.modal__content .button {
    margin-bottom: 50px;
}

.modal__close-button {
    position: absolute;
    left: 0;
    width: 35px;
    padding: 0 10px;
    margin-left: -10px;
    cursor: pointer;
}

.modal__close-icon {
    position: absolute;
    top: 0;
    right: -15%;
}

.modal__close-wheel {
    z-index: 10000;
    cursor: pointer;
    position: fixed;
    top: 97px;
    right: -118px;
    max-height: 30.16px;
    max-width: 30px;
}

.modal__prev-link {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wheelImagePNG {
    position: relative;
    z-index: 1;
    margin-top: 75px;
}

@media screen and (max-width: 1024px) {
    .modal__prev-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 25px;
    }

    .modal__content {
        top: unset;
        left: 50%;
        bottom: 0;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 15px 15px 0 0;
        padding: 30px;
    }

    .modal__content .button {
        margin-bottom: 0;
    }

    .modal__title {
        font-size: 22px;
        text-align: center;
    }

    .modal__subtitle,
    .modal__text {
        width: 260px;
    }

    .modal__subtitle {
        margin-top: 15px;
    }

    .modal__text {
        margin: 25px 0 20px;
    }

    .modal__close-icon {
        display: none;
    }
}

/* END MODAL */
/* WHEEL */
.wheel__timer {
    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;
    text-align: center;
    margin: 0;
    margin-left: 6px;
    font-weight: 300;
    font-size: 11px;
    line-height: 13px;
    color: #2b5da8;
    max-width: 30px;
    max-height: 26px;
}

.wheel__timer span {
    font-weight: bold;
}

.wheel__start {
    margin-top: 0;
    min-width: 180px;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.wheel__content {
    font-family: 'Inter', sans-serif;
    width: 300px;
    padding: 25px 25px;
    border-radius: 15px;
    background-color: white;
    position: relative;
}

.wheel__content-lotobox {
    width: 330px !important;
    height: auto;
    margin-top: -250px;
    border-radius: 25px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.lotobox-wheel-img {
    width: 143px;
    height: 149px;
    position: absolute;
    top: -115px;
}

.wheel-lotobox-title {
    margin-top: 15px;
    font-style: normal;
    font-size: 21px !important;
    line-height: 27px !important;
    font-weight: 700 !important;
    max-width: 250px !important;
    margin-bottom: 16px;
}

.wheel-lotobox-subtitle {
    margin-top: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
}

.wheel-lotobox-result {
    position: fixed !important;
    transform: translate(-50%, -69%);
    -webkit-transform: translate(-50%, -69%);
    -moz-transform: translate(-50%, -69%);
    -ms-transform: translate(-50%, -69%);
    -o-transform: translate(-50%, -69%);
}

.lotobox-popup__close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -50px;
    top: 0;
}

.wheel__content-title {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    max-width: 260px;
}

.wheel__content-subtitle {
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #9a9a9a;
    max-width: 230px;
    /* margin: -25px auto 15px auto; */
    margin-bottom: 25px;
}

.wheel__content-button {
    min-width: 250px;
    margin: 0 auto 5px;
    font-size: 18px;
    max-width: 100%;
}

.lotobox-content-button {
    font-style: normal;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 50px !important;
    text-align: center !important;
    width: 107% !important;
    max-width: unset;
    transform: translateX(-9px);
    -webkit-transform: translateX(-9px);
    -moz-transform: translateX(-9px);
    -ms-transform: translateX(-9px);
    -o-transform: translateX(-9px);
}

.wheel__bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
    background-color: black;
    overflow: hidden;
    opacity: 0.5;
}

.wheel__start:disabled,
.wheel__start[disabled] {
    background: #eaeaea;
    opacity: 1;
}

.wheel__start.disabled {
    background: #987f18;
    opacity: 1;
}

.wheel {
    display: none;
}

.wheel-banner {
    position: relative;
    max-width: 570px;
    max-height: 115px;
    cursor: pointer;
}

.wheel-banner img {
    max-width: 570px;
    max-height: 115px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.wheel-banner__button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 15px;
    line-height: 15px;
    margin: 0;
    padding: 8px 10px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.wheel-banner__button.enabled {
    background-color: #fecc00;
}

.wheel-banner__button.disabled {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
}

.wheel-banner__button.waiting {
    background-color: #cacaca;
}

.wheel-banner__button.waiting .wheel-banner {
    cursor: not-allowed;
}

/* PRELOADER */
.preloader {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.preloader img {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
}

.preloader__off {
    opacity: 0;
    z-index: -15;
    display: none;
}

.preloader i {
    font-size: 42px;
    color: white;
    margin: auto;
}

.modal__wheel canvas {
    position: relative;
    max-width: 310px;
    max-height: 310px;
    z-index: 2;
    margin-top: 75px;
}

.wheel__bg-modal {
    background: rgba(0, 0, 0, 0.85);
    opacity: 1;
}

.modal__top {
    display: none;
}

/* END PRELOADER */
@media screen and (max-width: 1024px) {
    .wheel__content-lotobox {
        font-family: 'Inter', sans-serif;
        width: 330px !important;
        height: auto;
        margin-top: -250px;
        position: relative;
    }

    .wheelImagePNG {
        max-width: 100%;
        margin-top: -10px;
    }

    .modal__top {
        display: flex;
        justify-content: space-between;
        position: relative;
        top: 0;
        padding: 10px 11px;
        width: 100%;
        grid-area: top;
        z-index: 10000;
    }

    .modal__topLogo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .modal__topLogo p {
        color: white;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 115%;
        width: 80px;
        margin-left: 10px;
    }

    .modal__topCloseBtn {
        border: unset;
        background: none;
    }

    .modal__topLogo {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 115%;
    }

    .lotobox-content-button {
        font-style: normal;
        font-weight: 700 !important;
        font-size: 16px !important;
        line-height: 50px !important;
        text-align: center !important;
    }

    .wheel-lotobox-title {
        font-style: normal;
        max-width: 100%;
    }

    .wheel-lotobox-result {
        position: fixed !important;
        transform: translate(-50%, -70%) !important;
    }

    .lotobox-content-button {
        width: 108% !important;
        max-width: unset;
        transform: translateX(-10px);
    }

    .lotobox-popup__close {
        display: block;
        top: -40px;
        z-index: 2;
        right: 0;
    }

    .modal__close-wheel {
        display: none;
        top: 0;
        width: 30px;
        right: 0;
        z-index: 4;
    }

    .modal__wheel canvas {
        max-width: 275px;
        max-height: 275px;
        z-index: 2;
        margin-top: 0;
    }

    .wheel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 15px;
        padding-right: 15px;
        border-right: 1px solid #e4e4e4;
        /* height: 45px */
        height: auto;
    }


    .wheel__bg-modal {
        background: rgba(0, 0, 0, 0.9);
        opacity: 1;
    }

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

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

    .wheel-banner__button {
        font-size: 14px;
        line-height: 14px;
    }
}

/* END WHEEL */
/* DONWLOAD NOTIFICATION */
.header_not-fixed {
    position: relative;
}

.right-side_not-fixed {
    top: 130px;
}

.download-alert {
    display: none;
    height: 80px;
    width: 100%;
    position: relative;
    top: 0;
    z-index: 5;
    background-color: white;
    border-radius: 0px 0px 10px 10px;
}

.download-alert__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    height: 100%;
    background-color: #2b5da8;
}

.download-alert__link {
    border: 1px solid #ebebeb;
    background-color: white;
    border-radius: 10px;
    margin: 0 10px;
}

.download-alert__logo {
    width: 48px;
    height: 22px;
    margin: 12px 3px;
}

.download-alert__text {
    font-size: 12px;
    line-height: 13px;
    font-weight: 700;
    color: white;
    width: 70px;
    margin: 0;
}

.download-alert__close-button {
    width: 15px;
}

.download-alert__rating-cont {
    height: 46px;
}

.download-alert__rating {
    font-size: 13px;
    letter-spacing: 3px;
    color: #ffcd17;
    margin: 0;
}

.download-alert__rating_inactive {
    color: #c1d5f3;
}

.download-alert__get-app {
    font-size: 10px;
    font-weight: 400;
    padding: 13px 0;
    border-radius: 25px;
    background-color: #fecc00;
    width: 125px;
    text-align: center;
    margin-right: -5px;
}

@media screen and (max-width: 768px) {
    .game-card .game__button {
        width: 194.3px;
        height: 35px;
        margin-top: 15px !important;
        font-size: 11.658px;
        line-height: 18px;
    }

    .download-alert {
        display: block;
    }

    .download-alert__logo {
        width: 41px;
        height: 22px;
    }

    .download-alert__text {
        font-size: 14px;
        line-height: 14px;
        width: 75px;
    }

    .download-alert__get-app {
        font-size: 14px;
        line-height: 14px;
        width: 100%;
    }

    .download-alert__rating-cont {
        margin-right: 10px;
    }
}

@media screen and (max-width: 360px) {
    .download-alert__rating-cont {
        margin-right: 0;
    }

    .download-alert__text {
        font-size: 12px;
    }

    .download-alert__get-app {
        font-size: 11px;
    }
}

@media screen and (min-width: 360px) and (max-width: 412px) {
    .download-alert__rating-cont {
        margin-right: 0;
    }

    .download-alert__text {
        font-size: 13px;
    }

    .download-alert__get-app {
        font-size: 13px;
    }
}

.smsError {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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;
    width: 230px;
    margin-bottom: 40px;
    margin-top: 26px;
}

.smsError__message {
    font-size: 16px;
    line-height: 18px;
    color: #9a9a9a;
    text-align: center;
    margin-bottom: 0;
}

.error {
    color: red;
}

/* Block section */
.block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.title__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;
    position: relative;
}

.margin-div {
    display: none;
}

@media screen and (max-width: 1024px) {
    .game-big {
        width: 100%;
        height: 300px;
    }

    .margin-div {
        display: block;
        min-width: 10px;
        height: 1px;
    }

    .footer__links-container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px;
    }

    .app-link__mobile {
        display: block;
        margin-bottom: 15px;
    }

    .app-link img {
        margin-top: 0;
    }

    .footer__responsibility {
        margin-top: 5px;
        line-height: 16px;
    }

    .right-side__sign-button {
        font-size: 18px;
    }

    .visa-icon {
        max-width: 60px;
    }
}

@media screen and (min-width: 570.98px) {
    .moment-lottery-full .game__play-time {
        display: none;
    }
}

@media screen and (max-width: 570px) {
    .moment-lottery-full .game__play-time {
        font-size: 10px;
        line-height: 13px;
        font-weight: 500;
    }

    .moment-lottery-full .favorite-game-icons {
        margin-bottom: 44px;
    }

    .games-card-new .game__play-time-favorite {
        margin-top: 64px;
        font-size: 10px;
    }

    .moment-lottery-full #choose {
        flex-wrap: wrap;
        place-content: center;
    }

    .moment-lottery-full .game-card {
        width: 160px;
        height: 193px;
    }

    .moment-lottery-full .text-cont {
        width: 160px;
        height: 193px;
        padding-bottom: 5px;
    }

    .moment-lottery-full .game-card .game__title {
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
    }

    .moment-lottery-full .game-card .game__prize-text {
        font-size: 18px;
        line-height: 20px;
    }

    .moment-lottery-full .game-card .game__button {
        width: 150px;
        height: 24px;
        font-weight: 400;
        font-size: 9px;
        line-height: 14px;
    }

    #choose {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        place-content: flex-start;
    }
}

.grecaptcha-badge {
    display: none;
}

.close-icon.hide {
    display: none;
}

.close-icon::after {
    content: '╳';
    font-weight: bold;
    color: #2b5da8;
    background-color: #fff;
}

.header__announ-icon.hide,
.header__open-menu.hide {
    display: none;
}

.header__announ-icon:hover,
.header__open-menu:hover {
    opacity: 0.8;
}

.header__announ-icon:active,
.header__open-menu:active {
    opacity: 0.75;
}

div [data-dropdown-menu].active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

div [data-dropdown-menu].animate {
    height: 100%;
    opacity: 1;
    padding: 10px 20px 18px;
}

[data-header-button].inactive {
    display: none;
}

[data-close-button].is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 320px) {
    .footer__cert-images img {
        margin-right: 10px;
    }
}

.header__button-icon {
    margin-right: 15px;
}

.games-container,
.news__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: -15px -15px 0;
}

.games-container {
    padding: 15px 0 0 10px !important;
}

@media screen and (min-heigth: 1025px) {

    .games-container,
    .news__container {
        margin: 0 -10px -10px;
    }
}

.games-card-new .games-container {
    padding: 15px 0 0 15px !important;
    row-gap: 15px;
}

.circle {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: #fecc04;
    border-radius: 50%;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}

.circle::after,
.circle::before {
    content: '';
}

.circle::after,
.circle::before,
.circle .light {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-duration: 2000ms;
    animation-duration: 2000ms;
    -webkit-animation-name: bgAnim;
    animation-name: bgAnim;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: 1;
}

.circle::before {
    background: -o-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    -webkit-animation-delay: 450ms;
    animation-delay: 450ms;
}

.circle .light {
    background: -o-linear-gradient(45deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(45deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%);
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.circle::after {
    background: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
}

.circle .cardText {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    z-index: 2;
}

@-webkit-keyframes bgAnim {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes bgAnim {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.games-card-new {
    margin-bottom: 30px;
}

.games-card-new__last {
    display: none;
}

.games-card-new .game-card {
    width: 210px;
    max-width: 210px;
    height: 250px;
    margin: 0 15px 0 0;
}

.games-card-new .game__prize-text {
    font-size: 24px;
    line-height: 26px;
}

.games-card-new .game__title {
    font-size: 12px;
}

.games-card-new .game__play-time {
    margin-bottom: 5px !important;
}

.games-card-new .game-card .image-bg {
    width: 210px;
    height: 250px;
    border-radius: 19.2188px;
}

.games-card-new .games-section__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.games-card-new .text-cont {
    padding-bottom: 6px;
    height: 250px;
    width: 210px;
}

.games-card-new .game__button {
    width: 194.3px;
}

.games-card-new .favorite-game-icons {
    margin-bottom: 16px;
}

.games-card-new .games-section__title a {
    cursor: pointer;
    color: #2b5da8;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}

.game-card {
    font-family: 'Inter', sans-serif;
    position: relative;
    width: 210px;
    max-width: 210px;
    height: 250px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0;
    flex: 0 0;
    margin: 0 7.5px 15px 7.5px;
    cursor: pointer;
    -webkit-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: all 0.15s linear;
    transform: scale(1);
}

.game-card:hover .image-bg {
    -webkit-transform: scale(2);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.moment-lottery-full {
    display: none;
    margin-top: 70px;
}

.moment-lottery-full .game-card {
    margin: 0;
}

.moment-lottery-full__header {
    background: url('../../image/loteryheader/moment-header-bg.png') no-repeat center/cover;
    height: 250px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 29px;
    padding-bottom: 37.5px;
}

.moment-lottery-full__header--fast {
    background: url('../../image/loteryheader/fast-header-bg.png') no-repeat center/cover;
}

.moment-lottery-full__title {
    display: flex;
    align-items: center;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    color: #000000;
    margin-bottom: 0;
}

.moment-lottery-full__back {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    background: rgba(43, 93, 168, 0.1);
    border-radius: 10px;
}

.moment-lottery-full__back svg {
    position: relative;
    left: -2px;
}

.moment-lottery-full__back:hover {
    opacity: 0.8;
}

.moment-lottery-full .games__win-now {
    grid-template-columns: 342px 342px 342px;
    display: grid !important;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center !important;
    margin: 0;
}

.moment-lottery-full .games-container {
    padding: 0px !important;
}

.moment-lottery-full .favorite-game-icons {
    left: 20px;
    top: -4px;
}

@media screen and (max-width: 570px) {
    .moment-lottery-full__header {
        background: none;
        height: auto;
        padding-bottom: 0;
        margin-bottom: 20px;
        margin-top: 6.5px;
    }

    .moment-lottery-full__title {
        font-size: 21px;
        line-height: 27px;
    }

    .moment-lottery-full__back {
        width: 20px;
        height: 25px;
        background: transparent;
        margin-right: 10px;
    }
}

@media screen and (min-width: 991px) {
    .moment-lottery-full .game-card {
        width: 342px;
        max-width: 342px;
        height: 220px;
    }

    .moment-lottery-full .favorite-game-icons {
        margin-bottom: 12px;
    }

    .moment-lottery-full .game-card .image-bg {
        height: 220px;
        width: 342px;
    }

    .moment-lottery-full .text-cont {
        height: 220px;
        width: 340px;
        padding: 0 15px 15px 15px;
    }

    .moment-lottery-full .game__footer {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* .moment-lottery-full .game__footer-text {
    display: flex;
    align-items: center;
} */
    .moment-lottery-full .game__footer .game__button {
        width: 151px;
        margin-right: 0;
        margin-left: 10px;
        padding: 0;
    }

    .moment-lottery-full .game__footer-text .game__title {
        line-height: 15px;
        margin-bottom: 2px;
    }

    .moment-lottery-full .game__footer-text .game__prize-text {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.03em;
        margin-bottom: 0;
    }
}

/* dima edit */
@media screen and (max-width: 1024px) {
    .moment-lottery-full {
        margin-top: 77px;
    }

    .games-card-new {
        margin-bottom: 15px;
    }

    .games-card-new .game__prize-text {
        font-size: 18px;
        line-height: 20px;
    }

    .game-card:focus,
    .game-card:active {
        -webkit-transform: scale(2);
        -ms-transform: scale(1.05);
        transition: transform 0.2s ease-in-out;
        transform: scale(1.05);
    }

    .game-card:hover .image-bg {
        -webkit-transform: scale(2);
        -ms-transform: scale(1.05);
        transform: unset;
    }
}

.image-bg {
    position: absolute;
    height: 250px;
    width: 205px;
    -webkit-transition: 0.25s linear;
    -o-transition: 0.25s linear;
    transition: 0.25s linear;
}

.text-cont {
    height: 250px;
    width: 210px;
    padding-bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 2;
    line-height: 0.7;
}

.game__footer {
    text-align: center;
}

.game__play-time {
    margin-top: 18px;
    margin-bottom: 100px;
    font-size: 16px;
    line-height: 16px;
    color: white;
}

/* .game__play-time + .game__footer {
  margin-top: 0;
} */
.game__title {
    color: white;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 3px;
}

.game__prize-text {
    -webkit-appearance: none;
    margin: 0 0 12.81px;
    color: white !important;
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
}

.game__button {
    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;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 19.2188px;
    padding: 11px 15px;
    margin-top: 2px;
    margin-bottom: 0;
    color: black;
    font-size: 11.658px;
    line-height: 18px;
}

.game__button-large {
    width: 198px;
    height: 35px;
    margin: 0px auto;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    font-size: 11.658px;
    margin-top: 6px !important;
}

.game-card .game__button-large {
    margin-top: 0 !important;
}

.favorite-game-icons {
    position: relative;
    left: 3px;
    top: -3px;
    width: 100%;
    height: 150px !important;
    display: flex;
    justify-content: flex-end;
    padding: 8px;
    margin-bottom: 45px;
}

.favorite-game-icons .custom-checkbox {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 23.0282px;
    padding: 7px;
    cursor: pointer;
}

.favorite-game-icons .custom-checkbox svg {
    width: 16px;
    height: 16px;
}

.game__play-time-favorite {
    margin-bottom: 10px !important;
}

.image-bg {
    position: absolute;
    height: 250px;
    width: 210px;
    -webkit-transition: 0.25s linear;
    -o-transition: 0.25s linear;
    transition: 0.25s linear;
    border-radius: 20px;
}

.game__play-time {
    margin-top: 17px;
    margin-bottom: 100px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: white;
}

.game__title {
    opacity: 0.8;
    color: white;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 3px;
}

.game__prize-text {
    -webkit-appearance: none;
    margin: 0 0 15px;
    color: white !important;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
}

.game__button {
    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;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 19.2188px;
    padding: 11px 15px;
    margin-top: 2px;
    margin-bottom: 0;
    color: black;
    font-size: 11.658px;
    line-height: 18px;
}

@media screen and (max-width: 768px) {
    .moment-lottery-full .games__win-now {
        grid-template-columns: 210px 210px;
    }

    .moment-lottery-full .favorite-game-icons {
        left: -1px;
        top: 1px;
    }

    .moment-lottery-full .favorite-game-icons .custom-checkbox {
        width: 24px;
        height: 24px;
        padding: 5px;
    }

    .moment-lottery-full .favorite-game-icons .custom-checkbox svg {
        width: 14px;
        height: 14px;
    }

    .game-card:hover .image-bg {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .favorite-game-icons {
        position: relative;
        left: -3px;
        top: 0px;
        width: 100%;
        height: 150px !important;
        display: flex;
        justify-content: flex-end;
        padding: 8px;
        margin-bottom: 73px;
    }

    .game__button-large {
        width: 150px;
        height: 24px;
        margin: 0px auto;
        background: rgba(0, 0, 0, 0.3);
        border-radius: 30px;
        margin-top: 15px !important;
    }

    .favorite-game-icons {
        position: relative;
        width: 100%;
        height: 18px !important;
        display: flex;
        justify-content: flex-end;
        padding: 4px;
    }

    .games-card-new .favorite-game-icons .custom-checkbox {
        width: 24px;
        height: 24px;
        padding: 4.6px;
    }

    .games-card-new .favorite-game-icons {
        left: 0;
    }

    .games-card-new .favorite-game-icons svg {
        width: 15px;
        height: 15px;
    }

    .game__play-time-favorite {
        margin-top: 26px;
        margin-bottom: 10px !important;
    }

    .game-card {
        width: 205px;
        height: 250px;
        margin: 0 5px 10px 5px;
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset;
        overflow-y: hidden;
    }

    .moment-lottery-full .image-bg {
        border-radius: 15px;
    }

    .image-bg {
        width: 100%;
        height: 100%;
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset;
        border-radius: 20px;
    }

    .text-cont {
        height: 250px;
        width: 205px;
    }

    .game__footer {
        margin-top: auto;
    }

    .game__play-time {
        font-weight: 300;
        font-size: 12px;
        line-height: 18px;
        /* margin-top: 16px; */
        margin-bottom: 78px;
    }

    .game__title {
        opacity: 0.8;
        margin-bottom: 2px;
        font-size: 10px;
        line-height: 15px;
    }

    .game__prize-text {
        font-size: 18px;
        line-height: 20px;
        white-space: normal;
        text-align: center;
        margin: 0;
        white-space: nowrap;
    }

    .game__button {
        margin-top: 12px !important;
        font-size: 9px;
        line-height: 14px;
        padding: 8px 10px;
        /* margin-bottom: 10px; */
    }

    .game-card .game__title {
        font-size: 14px;
        line-height: 19px;
        font-weight: 300;
    }

    .game-card .game__prize-text {
        font-size: 24px;
        line-height: 28px;
        font-weight: 700;
    }

    .game-custom-card {
        width: 330px;
        height: 125px;
        margin: 5px 0;
    }

    .game-custom-card-bg {
        width: 330px;
    }
}

@media screen and (max-width: 1200px) {
    .moment-lottery-full .games__win-now {
        grid-template-columns: 342px 342px;
    }
}

@media screen and (max-width: 991px) {
    .moment-lottery-full .games__win-now {
        grid-template-columns: 210px 210px 210px;
    }

    .moment-lottery-full .favorite-game-icons .custom-checkbox {
        width: 24px;
        height: 24px;
        padding: 5px;
    }

    .moment-lottery-full .favorite-game-icons .custom-checkbox svg {
        width: 14px;
        height: 14px;
    }

    .moment-lottery-full .favorite-game-icons {
        left: -1px;
        top: 1px;
    }
}

@media screen and (max-width: 768px) {
    .games-card-new .game__prize-text {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 17px;
    }

    .games-card-new__last {
        display: block;
        order: 1;
    }

    .games-card-new__last .text-cont {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        padding: 15px;
    }

    .games-card-new__last p {
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
    }

    .games-card-new__last .game__play-time {
        font-size: 10px;
        line-height: 13px;
        margin-bottom: 5px !important;
    }

    .games-card-new__last .game__title {
        line-height: 15px;
    }

    .games-card-new__last p svg {
        position: relative;
        top: -1px;
    }

    .games-card-new .games-container {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        place-content: flex-start;
        padding-bottom: 10px !important;
    }

    .games-card-new .games-container:last-child {
        margin-bottom: -10px;
    }

    .games-card-new .game-card {
        width: 160px;
        max-width: 160px;
        height: 193px;
        margin: 0 10px 0 0;
    }

    .games-card-new .game-card .image-bg {
        height: 193px;
        width: 160px;
        border-radius: 15px;
    }

    .games-card-new .games-section__title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .games-card-new .text-cont {
        height: 193px;
        width: 160px;
    }

    .games-card-new .game__button {
        width: 150px;
        padding-top: 5px;
        padding-bottom: 5px;
        height: 25px;
        font-size: 10px;
        line-height: 14px;
    }

    .games-card-new .favorite-game-icons {
        margin-bottom: 0px;
    }

    .games-card-new .games-section__title a {
        font-size: 16px;
        line-height: 27px;
        margin-left: 10px;
    }

    .moment-lottery-full .games__win-now {
        grid-template-columns: 210px 210px;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
}

@media screen and (max-width: 570px) {
    .moment-lottery-full .games__win-now {
        grid-template-columns: 160px 160px 160px;
    }
}

@media screen and (max-width: 530px) {
    .moment-lottery-full .games__win-now {
        grid-template-columns: 1fr 1fr;
    }

    .moment-lottery-full .game-card,
    .moment-lottery-full .text-cont {
        width: 100%;
    }
}

#filteredTitle {
    margin-bottom: 5px;
}

.games__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    position: relative;
    background: #fff;
    z-index: 101;
    align-items: center;
    width: 100vw;
    padding: 20px 74px;
    margin-left: -70px;
    font-family: 'Inter', sans-serif;
    padding-bottom: 10px;
}

.games__filter {
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 17px;
    border: 1px solid #d2ddef;
    margin-right: 10px;
    cursor: pointer;
    white-space: nowrap;
}

.filters__wrapper {
    display: flex;
    flex-wrap: nowrap;
}

.games__filter:hover {
    background: rgba(234, 239, 247, 0.5);
    border: 1px solid #d2ddef;
}

.filtered-games {
    display: none;
}

.filter__inactive {
    opacity: 0;
    display: none !important;
    transition: all 0.3s ease-in-out;
}

.filter__active {
    opacity: 1;
    display: block !important;
    transition: all 0.3s ease-in-out;
}

.d-block.games__filter:last-child {
    margin-right: 0;
}

.games__filters::after {
    content: '';
    min-width: 10px;
    display: block;
    height: 1px;
}

.games__filters::-webkit-scrollbar,
.filters__wrapper::-webkit-scrollbar {
    display: none;
}

.five-min__games .games-card-new {
    margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
    .five-min__games .games-card-new {
        margin-bottom: 20px;
    }

    .games__filters {
        width: 100vw;
        /* top: -1px; */
        margin-left: -15px;
        padding: 10px 5px 10px 15px;
    }

    .games__filter {
        border-radius: 10px;
    }

    .games__filter:hover {
        background: unset;
        border: 1px solid #d2ddef;
    }

    .games__filter.active {
        background-color: #eaeff7;
        border: 1px solid #eaeff7;
    }
}

.games__filter.active {
    background: #eaeff7;
    border: 1px solid #eaeff7;
}

.game-custom-card {
    width: 100%;
    height: 125px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5px 0 5px 0;
}

.game-custom-card-logo {
    position: absolute;
    top: 15px;
    left: 15px;
    max-width: 70px;
    max-height: 50px;
    z-index: 2;
}

.game-custom-card-subtitle {
    position: absolute;
    bottom: 17px;
    left: 15px;
    max-width: 168px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 16px;
    z-index: 2;
}

.game-custom-card-bg {
    width: 100%;
    height: 125px;
    position: absolute;
    z-index: 1;
    background: #ffb800;
    border-radius: 15px;
}

.game-custom-card-button {
    position: absolute;
    bottom: 17px;
    right: 15px;
    z-index: 2;
    padding: 8px 10px;
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    font-size: 14px;
    line-height: 14px;
}

.game-custom-card-price {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 8px 6px 8px 10px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 20px 0px 0px 20px;
    z-index: 2;
}

.game-custom-card-title {
    position: absolute;
    top: 19px;
    font-size: 12px;
    line-height: 15px;
    z-index: 2;
}

.game-custom-card-title span {
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    margin-top: 2px;
}

@media screen and (max-width: 1200px) {
    .games__filter {
        line-height: 18px;
        padding: 10px 15px;
        white-space: nowrap;
    }
}

.news__tabs-cont {
    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;
    padding-top: 24px;
}

.news__tabs {
    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;
    background: #eff4fc;
    border-radius: 15px;
}

.news__tab {
    padding: 20px 25px;
    font-size: 20px;
    line-height: 20px;
}

.news__tab.active+.news__tab-border {
    visibility: hidden;
}

.news__tab-border {
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: 30px;
}

.news__tab.active {
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}

.news__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 24px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 59px;
}

.block__url {
    color: #2b5da8;
    font-size: 20px;
    line-height: 20px;
}

.block__url:hover {
    text-decoration: underline !important;
}

.block__url:active {
    text-decoration: underline !important;
    color: #004e8f;
}

.news {
    margin: 0 15px 21px;
    width: 350px;
    height: 319px;
    -webkit-box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
}

.news:hover .news__title {
    color: #2b5da8;
}

.news:active .news__title {
    color: #004e8f;
}

.news:first-child {
    margin: 0 15px 21px 10px;
}

.news:nth-child(3) {
    margin: 0 0 21px 15px;
}

.news__image {
    width: 100%;
    height: 200px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px 15px 0 0;
}

.news__content {
    padding: 0 20px;
    background: white;
    border-radius: 15px;
}

.news__title {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
}

.news__date {
    margin: 10px 0;
    font-size: 14px;
    line-height: 18px;
    color: #2b5da8;
}

@media screen and (max-width: 1024px) {
    .news__tabs-cont {
        overflow-x: scroll;
        margin-left: -20px;
        margin-right: -15px;
        padding: 20px 15px 25px 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .news__tabs-cont::-webkit-scrollbar {
        width: 0;
    }

    .news__tabs {
        max-height: 40px;
        margin: auto;
    }

    .news__tab {
        padding: 16px 24px;
        font-size: 16px;
        line-height: 18px;
    }

    .news__tab-border {
        border: 1px solid rgba(0, 0, 0, 0.15);
        height: 20px;
    }

    .block__url {
        font-size: 16px;
        line-height: 15px;
    }

    .news__container {
        margin-top: 10px !important;
        padding-bottom: 29px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        place-content: flex-start;
        -ms-overflow-style: none;
        scrollbar-width: none;
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset;
        overflow-y: hidden !important;
    }

    .news__container::-webkit-scrollbar {
        display: none;
    }

    .news {
        min-width: 275px;
        height: 275px;
        -webkit-box-shadow: 0 20px 15px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0 20px 15px 0px rgba(0, 0, 0, 0.05);
        margin: 0 5px 0;
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset;
        overflow-y: hidden;
    }

    .news:first-child {
        margin: 0 5px 0 15px;
    }

    .news:nth-child(3) {
        margin: 0 5px 0 5px;
    }

    .news__content {
        padding: 15px 16px 22px;
    }

    .news__image {
        height: 180px;
    }

    .news__date {
        margin: 0 0 10px;
        font-size: 12px;
        line-height: 15px;
    }

    .news__title {
        font-size: 14px;
        line-height: 17px;
    }

    .more-news-top {
        width: 100%;
        height: 60%;
    }

    .more-news-bottom {
        width: 100%;
        height: 40%;

        display: flex;
        flex-direction: row;
        padding: 20px;
    }

    .more-news-title {
        width: 74px;
        height: 50px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 19px;
        line-height: 25px;
        margin-top: 20px;
        color: #000000;
    }

    .more-news-arrow {
        margin-top: 45px;
        margin-left: 8px;
    }

    .morenews-image-bg {
        float: right;
        width: 165px;
        height: 170px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .morenews-image-louds {
        position: relative;
        top: -170px;
        left: 60px;
    }
}

@media screen and (max-width: 768px) {
    .news__container {
        margin-bottom: 0;
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media screen and (min-width: 571px) and (max-width: 1199px) {

    .news__container,
    .winners__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
}

.winners .block__title {
    margin-bottom: 0;
}

.winners__container {
    margin-top: 15px;
    margin-bottom: 40px;
}

.winner {
    margin: 0 15px;
    position: relative;
    width: 350px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0px 5px 20px rgba(43, 93, 168, 0.2);
    box-shadow: 0px 5px 20px rgba(43, 93, 168, 0.2);
    border-radius: 15px;
    padding: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #000;
}

.winner:hover {
    color: #2b5da8;
}

.winner:active {
    color: #004e8f;
}

.winner:first-child {
    margin: 0 15px 0 10px;
}

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

.winner__avatar {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 78, 143, 0.2);
    box-shadow: 0px 4px 20px rgba(0, 78, 143, 0.2);
    margin-right: 15px;
    background-repeat: no-repeat;
    background-size: cover;
}

.winner__user-name {
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    margin: 5px 0 10px;
}

.winner__user-city {
    font-size: 16px;
    line-height: 100%;
    margin: 0 0 14px;
}

.winner__user-prize {
    font-weight: bold;
    font-size: 23px;
    line-height: 25px;
    margin: 0;
    white-space: nowrap;
}

.winner:nth-child(3) {
    margin: 0 0 0 15px;
}

.winner__logo {
    max-width: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
}

@media screen and (max-width: 1024px) {
    .winner {
        min-width: 290px;
        margin: 0 5px;
    }

    .moreinfo-wh {
        min-width: 280px !important;
    }

    .winner:first-child {
        margin: 0 5px 0 15px;
    }

    .winner:nth-child(3) {
        margin: 0 5px;
    }

    .winner .more-info {
        width: 100px;
        height: 100px;
        display: flex;
        flex-direction: row;
    }

    .more-info-title {
        font-weight: 800;
        font-size: 23px;
        line-height: 25px;
        display: flex;
        align-items: center;
        color: #000000;
        margin-top: 25px;
        margin-left: 3px;
    }

    .more-info-arrow {
        margin-top: 65px;
        margin-left: 5px;
    }

    .more-info-right {
        width: 180px;
        height: 90px;
        border-radius: 0 15px 0 0;
        background-repeat: no-repeat;
        /* Do not repeat the image */
        background-size: cover;
        /* Resize the background image to cover the entire container */
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .winners-desc-ver {
        display: none;
    }

    .more-infobg-top {
        width: 150px;
        height: 100px;
        position: relative;
        top: 0;
        left: 20px;
        z-index: 8;
        background-repeat: no-repeat;
        /* Do not repeat the image */
        background-size: cover;
        /* Resize the background image to cover the entire container */
    }
}

@media screen and (min-width: 1024px) {
    .winners-mob-ver {
        display: none;
    }
}

.announ {}

.announ h2,
.announ h3,
.announ h4,
.announ h5,
.announ h6 {
    margin: 0;
}

.announ h2,
.announ h3,
.announ h5 {
    font-weight: 700;
}

.announ h2 a,
.announ h3 a,
.announ h5 a {
    font-size: inherit;
    font-weight: inherit;
}

.announ h4,
.announ h6 {
    font-weight: 400;
}

.announ h4 a,
.announ h6 a {
    font-size: inherit;
    font-weight: inherit;
}

.announ h2 {
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 22px;
    line-height: 27px;
}

.announ h3,
.announ h4 {
    padding-top: 15px;
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 25px;
}

.announ h5,
.announ h6 {
    padding-top: 12px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
}

.announ p,
.announ a {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
}

.announ p {
    padding: 0px 0px 10px;
    margin: 0;
}

.announ a {
    text-decoration: none;
    color: #2b5da8;
}

.announ a:hover {
    text-decoration: underline !important;
}

.announ ul,
.announ ol {
    padding: 0;
    margin: 0;
}

.announ ul li,
.announ ol li {
    display: block;
    position: relative;
    padding: 5px 0 5px 20px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
}

.announ ul li::before,
.announ ol li::before {
    position: absolute;
    display: block;
    font-weight: 700;
    color: #2b5da8;
    text-align: right;
}

.announ ul li:first-child,
.announ ol li:first-child {
    padding-top: 0;
}

.announ ul li ul,
.announ ul li ol,
.announ ol li ul,
.announ ol li ol {
    padding: 5px 0 0 0;
}

.announ ul li ul li:last-child,
.announ ul li ol li:last-child,
.announ ol li ul li:last-child,
.announ ol li ol li:last-child {
    padding-bottom: 0;
}

.announ ol {
    counter-reset: item;
}

.announ ol>li {
    padding-left: 25px;
}

.announ ol>li:nth-child(n + 10) {
    padding-left: 35px;
}

.announ ol>li::before {
    content: counters(item, '.') '.';
    counter-increment: item;
    top: 5px;
    left: 0;
}

.announ ol>li:first-child::before {
    top: 0;
}

.announ ol>li ol li {
    position: relative;
    padding-left: 40px;
}

.announ ol>li ol li:nth-child(n + 10) {
    padding-left: 50px;
}

.announ ul li::before {
    content: '';
    top: 12px;
    left: 0;
    width: 12px;
    height: 12px;
    background: url('../img/star-full.svg');
}

.announ ul li:first-child::before {
    top: 7px;
}

.announ ul li ul {
    margin-left: 0;
    margin-bottom: 0;
}

.announ ul li ul li {
    position: relative;
}

.announ ul li ul li::before {
    background: url('../img/star-empty.svg');
}

.announ img {
    width: 100%;
    border-radius: 10px;
    display: block;
    margin: 20px auto;
    max-height: 300px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: drop-shadow(0px 5px 20px rgba(43, 93, 168, 0.2));
    filter: drop-shadow(0px 5px 20px rgba(43, 93, 168, 0.2));
}

.vip .announ,
.vip .announ__no-data {
    color: #fff;
}

.vip .announ p,
.vip .announ__no-data p {
    color: #fff;
}

.vip .announ a,
.vip .announ__no-data a {
    color: #e1be88;
}

.vip .announ a:hover,
.vip .announ__no-data a:hover {
    color: #c4a373;
}

.vip .announ a:active,
.vip .announ__no-data a:active {
    color: #ad9166;
}

button {
    font-family: inherit;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

button:focus {
    outline: none;
}

a.button {
    text-decoration: none !important;
    font-weight: 400;
    color: #000;
}

a.button-blue,
a.button-rapido,
a.button-altyn,
a.button-avtoloto,
a.button-536,
a.button-wheel,
a.button-fountainBlue {
    color: #fff;
}

a.button-blue span.price::before,
a.button-rapido span.price::before,
a.button-altyn span.price::before,
a.button-avtoloto span.price::before,
a.button-536 span.price::before,
a.button-wheel span.price::before,
a.button-fountainBlue span.price::before {
    background: rgba(255, 255, 255, 0.2);
}

.button {
    display: block;
    width: 280px;
    height: 50px;
    padding: 0;
    margin: 0 auto;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 15px;
    opacity: 1;
    color: #000000;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.button:hover {
    color: inherit;
    text-decoration: none;
}

.button:active {
    color: inherit;
    text-decoration: none;
}

.button:active,
.button[disabled] {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button[disabled] {
    cursor: default;
    pointer-events: none;
    opacity: 0.5;
}

.modal__wheel .wheel__blocked-button {
    opacity: 1;
    border-radius: 25px;
}

.modal__wheel .button-yellow.disabled {
    opacity: 1 !important;
    background: #987f18 !important;
}

.button-blue,
.button-rapido,
.button-altyn,
.button-avtoloto,
.button-536,
.button-wheel,
.button-fountainBlue {
    color: #fff;
}

.button-blue:hover,
.button-rapido:hover,
.button-altyn:hover,
.button-avtoloto:hover,
.button-536:hover,
.button-wheel:hover,
.button-fountainBlue:hover {
    color: #fff;
}

.button-blue span.price::before,
.button-rapido span.price::before,
.button-altyn span.price::before,
.button-avtoloto span.price::before,
.button-536 span.price::before,
.button-wheel span.price::before,
.button-fountainBlue span.price::before {
    background: rgba(255, 255, 255, 0.2);
}

.button-animated {
    position: relative;
    margin: 0 auto;
}

.button-animated::before,
.button-animated::after {
    content: '';
}

.button-animated::before,
.button-animated::after,
.button-animated .animBorder {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    z-index: -1;
    -webkit-animation-duration: 2000ms;
    animation-duration: 2000ms;
    -webkit-animation-name: borderAnim;
    animation-name: borderAnim;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.button-animated:after {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.button-animated .animBorder {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}

.button-animated .animBorder:last-child {
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
}

.button-animated .animBorder::before {
    display: none;
}

.button-buy {
    -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
}

.button-buy span.price {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    font-weight: 700;
}

.button-buy span.price::before {
    content: '';
    display: block;
    width: 1px;
    height: 24px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.button-blue {
    background: #2b5da8;
    -webkit-box-shadow: 0px 10px 30px rgba(43, 93, 168, 0.4);
    box-shadow: 0px 10px 30px rgba(43, 93, 168, 0.4);
}

.button-blue[disabled]:hover {
    opacity: 0.5;
}

.button-blue:hover {
    background: #2b55a8;
}

.button-yellow {
    background: #fecc00;
    -webkit-box-shadow: 0px 10px 30px rgba(254, 204, 0, 0.4);
    box-shadow: 0px 10px 30px rgba(254, 204, 0, 0.4);
    border-radius: 25px;
}

.button-yellow[disabled]:hover {
    opacity: 0.5;
}

.button-yellow:hover {
    background: #f0c100;
    -webkit-box-shadow: 0px 10px 20px rgba(254, 204, 0, 0.2);
    box-shadow: 0px 10px 20px rgba(254, 204, 0, 0.2);
}

.button-yellow:active {
    background-color: #f0ad00;
}

@media screen and (max-width: 1024px) {
    .button-yellow {
        border-radius: 25px;
    }
}

.button-white {
    background: #fff;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

.button-white[disabled] {
    opacity: 0.5;
    -webkit-box-shadow: 0px 5px 20px rgba(43, 93, 168, 0.2);
    box-shadow: 0px 5px 20px rgba(43, 93, 168, 0.2);
}

.button-white:hover {
    background: #f8f8f8;
}

.button-1224 {
    background: #00ff94;
}

.button-1224:hover {
    background: #00f595;
}

.button-rapido {
    background: #f8005f;
}

.button-rapido:hover {
    background: #f00060;
}

.button-fastKeno {
    background: #ffaa00;
}

.button-fastKeno:hover {
    background: #ffa500;
}

.button-taga {
    background: #fdf82a;
}

.button-taga:hover {
    background: #fdf02a;
}

.button-altyn {
    background: #5e21ac;
}

.button-altyn:hover {
    background: #5e0aac;
}

.button-aladdin {
    background: #ff9900;
}

.button-aladdin:hover {
    background: #ff9500;
}

.button-lamp {
    background: #50ffff;
}

.button-lamp:hover {
    background: #50f6ff;
}

.button-egypt {
    background: #03eb36;
}

.button-egypt:hover {
    background: #03e438;
}

.button-cleopatra {
    background: #2bb4ac;
}

.button-cleopatra:hover {
    background: #2bafad;
}

.button-lemon {
    background: #fbc700;
}

.button-lemon:hover {
    background: #fbbe00;
}

.button-queen {
    background: #ffff00;
}

.button-queen:hover {
    background: #fff700;
}

.button-avtoloto {
    background: #f62c75;
}

.button-avtoloto:hover {
    background: #f61975;
}

.button-536 {
    background: #ff1d06;
    -webkit-box-shadow: 0px 20px 50px rgba(244, 58, 59, 0.15);
    box-shadow: 0px 20px 50px rgba(244, 58, 59, 0.15);
}

.button-536:hover {
    background: #ed1003;
}

.button-wheel {
    background: #ef245d;
}

.button-wheel:hover {
    background: #e31757;
}

.button-fountainBlue {
    background: #4ab8b6;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.button-fountainBlue:hover {
    background: #41a5a3;
}

.button-icon {
    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;
}

.button-icon .icon {
    display: block;
    margin-right: 10px;
}

.button-icon .icon svg,
.button-icon .icon img {
    max-width: 16px;
    max-height: 16px;
}

.button-takeprize .prize {
    font-weight: 700;
}

.tileButton {
    display: block;
    width: 230px;
    height: 120px;
    padding: 15px 20px 15px 15px;
    border: none;
    outline: none;
    opacity: 1;
    border-radius: 25px;
    -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    background: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}

.tileButton:hover {
    color: #2b5da8;
}

.tileButton:hover .icon svg path {
    stroke: #2b5da8;
}

.tileButton:active {
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    color: #004e8f;
}

.tileButton:active .icon svg path {
    stroke: #004e8f;
}

.tileButton .icon {
    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;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    border-radius: 50%;
    background: rgba(43, 93, 168, 0.1);
}

.tileButton .icon svg {
    max-width: 100%;
    max-height: 100%;
}

.prev-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}

.prev-link:hover {
    color: #2b5da8;
}

.prev-link:hover svg path {
    fill: #2b5da8;
}

.prev-link:active {
    color: #004e8f;
}

.prev-link:active svg path {
    fill: #004e8f;
}

@media only screen and (max-width: 992px) {
    .button-animated {
        margin-top: 30px;
    }

    .button-animated::after,
    .button-animated::before,
    .button-animated .animBorder {
        -webkit-animation-name: borderAnim-mobile;
        animation-name: borderAnim-mobile;
    }

    .tileButton {
        width: 160px;
        height: 115px;
        padding: 10px 15px 15px 10px;
        font-size: 18px;
        line-height: 20px;
    }

    .tileButton:hover {
        color: #000000;
    }

    .tileButton:hover .icon svg path {
        stroke: #000000;
    }

    .tileButton:active {
        -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
        color: #004e8f;
    }

    .tileButton:active .icon svg path {
        stroke: #004e8f;
    }

    .tileButton .icon {
        width: 40px;
        height: 40px;
    }

    .tileButton .icon svg {
        max-width: 60%;
        max-height: 60%;
    }
}

@-webkit-keyframes borderAnim {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0.7;
    }

    90% {
        width: 490px;
        height: 190px;
        opacity: 0;
    }

    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

@keyframes borderAnim {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0.7;
    }

    90% {
        width: 490px;
        height: 190px;
        opacity: 0;
    }

    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

@-webkit-keyframes borderAnim-mobile {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0.7;
    }

    90% {
        width: 350px;
        height: 100px;
        opacity: 0;
    }

    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

@keyframes borderAnim-mobile {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0.7;
    }

    90% {
        width: 350px;
        height: 100px;
        opacity: 0;
    }

    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

table {
    width: 100%;
    margin: 20px 0;
    border-spacing: 0;
    border-radius: 15px;
    overflow: hidden;
}

table th {
    padding: 15px 30px 20px 30px;
    font-weight: normal;
    font-size: 16px;
    font-style: italic;
    text-align: left;
    line-height: 130%;
    color: #004e8f;
}

table tr,
table td {
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
}

table tr *,
table td * {
    font-size: 18px;
    line-height: 120%;
}

table tr ol,
table tr ul,
table td ol,
table td ul {
    margin-bottom: 0;
}

table tr ul li::before,
table td ul li::before {
    top: 15px;
}

table tr {
    background: #f3f7fd;
}

table tr:nth-child(even) {
    background: #e9eff9;
}

table td {
    padding: 15px 30px 20px 30px;
}

table td:first-child {
    min-width: 135px;
}

table td p {
    min-height: 50px;
    padding: 0;
    margin: 0 0 15px 0;
}

table td p:last-child {
    margin: 0;
}

.rTable {
    display: none;
    background: #fff;
    border-radius: 20px;
}

.rTable__block p {
    margin: 0;
}

.rTable .accordion__text {
    padding: 15px 70px 15px 10px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rTable .accordion__text::after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url('../img/icon-close.svg') no-repeat;
    -webkit-filter: saturate(0);
    filter: saturate(0);
    background-size: cover;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rTable .accordion__text-opened {
    color: #004e8f;
}

.rTable .accordion__text-opened::after {
    -webkit-filter: none;
    filter: none;
}

.rTable .accordion__body {
    padding: 10px 0 0 0;
    background: rgba(193, 213, 243, 0.25);
}

.rTable .accordion__body .rTable__block {
    position: relative;
    padding: 5px 15px 20px 15px;
}

.rTable .accordion__body .rTable__block:not(:last-child) {
    border-bottom: 1px solid rgba(43, 93, 168, 0.1);
}

.rTable .accordion__body .rTable__block::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
}

.rTable .accordion__body .rTable__heading {
    padding: 15px 0 10px 0;
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
    text-align: left;
    line-height: 130%;
    color: #004e8f;
}

.rTable .accordion__body .rTable__heading * {
    font-size: 14px;
    line-height: 130%;
}

.rTable .accordion__body * {
    font-size: 16px;
    line-height: 20px;
}

.rTable .accordion__body p {
    padding: 0;
}

.walletTable {
    max-width: 900px;
    margin: 0 auto;
}

.walletTable__heading .walletTable__row {
    padding: 10px 30px;
    height: 50px;
}

.walletTable__heading .walletTable__row .walletTable__col p {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    font-style: italic;
    color: #004e8f;
}

.walletTable__content {
    border-radius: 5px;
    overflow: hidden;
}

.walletTable__content .walletTable__row {
    padding: 15px 30px;
    background: #e9eff9;
}

.walletTable__content .walletTable__row:nth-child(even) {
    background: #f3f7fd;
}

.walletTable__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.walletTable__row .walletTable__col:first-child {
    width: 100px;
}

.walletTable__row .walletTable__col:nth-child(2) {
    width: 190px;
}

.walletTable__row .walletTable__col:nth-child(3) {
    width: 100px;
}

.walletTable__row .walletTable__col:last-child {
    width: 240px;
}

.walletTable__row .walletTable__col p {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #000;
}

.walletTable__row .walletTable__col .mobTitle {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .rTable {
        display: block;
        margin-bottom: 40px;
    }

    table,
    .table-responsive {
        display: none;
    }

    .walletTable {
        max-width: 100%;
    }

    .walletTable__heading {
        display: none;
    }

    .walletTable__content {
        border-radius: 5px;
        overflow: hidden;
    }

    .walletTable__content .walletTable__row {
        padding: 25px 20px;
        background: #e9eff9;
    }

    .walletTable__content .walletTable__row:nth-child(even) {
        background: #f3f7fd;
    }

    .walletTable__content .walletTable__row .walletTable__col {
        width: 100%;
    }

    .walletTable__content .walletTable__row .walletTable__col:not(:last-child) {
        margin-bottom: 15px;
    }

    .walletTable__content .walletTable__row .walletTable__col p {
        font-size: 16px;
        line-height: 20px;
    }

    .walletTable__content .walletTable__row .walletTable__col .mobTitle {
        display: block;
        margin-bottom: 5px;
        font-style: italic;
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        color: #004e8f;
    }

    .walletTable__row {
        display: block;
        height: auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .walletTable__row .walletTable__col {
        width: 100%;
    }

    .walletTable__row .titleCol p {
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #004e8f;
    }
}

.bg-blue {
    background: #2b55a8;
}

.bg-yellow {
    background: #fecc00;
}

.bg-lightBlue {
    background: #eff4fc;
}

.bg-white {
    background: #ffffff;
}

.bg-transparent {
    background: rgba(255, 255, 255, 0.35);
}

.clr-blue {
    color: #2b55a8;
}

.clr-yellow {
    color: #fecc00;
}

.clr-lightBlue {
    color: #eff4fc;
}

.clr-white {
    color: #ffffff;
}

.clr-black {
    color: #000000;
}

.clr-fountainBlue {
    color: #4ab8b6;
}

.vh {
    width: 1px;
    height: 30px;
    margin: 0 25px;
    background: #cbd0d6;
}

.brs-10 {
    border-radius: 10px;
}

.brs-15 {
    border-radius: 15px;
}

.brs-20 {
    border-radius: 20px;
}

.shdw {
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.13);
}

.shdw-medium {
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.13);
}

.shdw-big {
    -webkit-box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.13);
}

.hvr-color,
.hvr-underline,
.hvr-scale,
.hvr-angle,
.hvr-angle-reverse,
.hvr-opacity {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hvr-color:hover {
    color: #2b55a8;
}

.hvr-underline:hover {
    text-decoration: underline;
}

.hvr-scale:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.hvr-angle:hover {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}

.hvr-angle-reverse:hover {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.hvr-opacity:hover {
    opacity: 0.5;
}

.clc-color:active {
    color: #004e8f;
}

.clc-bg:active {
    background: #004e8f;
}

.clc-shadow:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.clc-darken:active {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}

@media screen and (max-width: 1024px) {
    .vh {
        height: 20px;
    }
}

body {
    overflow-x: hidden;
}

.out-of-header {
    margin-top: 10px;
}

.vip {
    background: #323232;
}

.vip .title,
.vip h3.games-section__title,
.vip .block__title,
.vip .winner,
.vip .news__title,
.vip .games__filter {
    color: #fff;
}

.vip .page-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vip .block__url,
.vip .news__date {
    background: -webkit-gradient(linear, left top, left bottom, from(#dec8a6), to(#e3bb7e));
    background: -o-linear-gradient(#dec8a6, #e3bb7e);
    background: linear-gradient(#dec8a6, #e3bb7e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vip .block__url:hover {
    border-bottom: 1px solid #e3bb7e;
}

.vip .winner,
.vip .news {
    background: #464646;
    -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
}

.vip .winner .winner__avatar {
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}

.vip .winner:hover {
    color: #e1be88;
}

.vip .winner:active {
    color: #c4a373;
}

.vip .winner:not([href]):hover,
.vip .winner:not([href]):active {
    color: #fff;
}

.vip .news:hover .news__title {
    color: #e1be88;
}

.vip .news:active .news__title {
    color: #c4a373;
}

.vip .news__content {
    background: none;
}

.vip .games__filter {
    border: 1px solid #464646;
}

.vip .games__filter.active {
    background: rgba(255, 255, 255, 0.1);
}

.vip .header svg path,
.vip .header svg rect,
.vip .header__menu svg path,
.vip .header__menu svg rect,
.vip .header__close-button svg path,
.vip .header__close-button svg rect {
    fill: #e3bb7e;
}

.vip .header svg[data-stroke='true'] path,
.vip .header svg[data-stroke='true'] rect,
.vip .header__menu svg[data-stroke='true'] path,
.vip .header__menu svg[data-stroke='true'] rect,
.vip .header__close-button svg[data-stroke='true'] path,
.vip .header__close-button svg[data-stroke='true'] rect {
    fill: none;
    stroke: #e3bb7e;
}

.vip .header svg[data-stroke='path'] path,
.vip .header svg[data-stroke='path'] rect,
.vip .header__menu svg[data-stroke='path'] path,
.vip .header__menu svg[data-stroke='path'] rect,
.vip .header__close-button svg[data-stroke='path'] path,
.vip .header__close-button svg[data-stroke='path'] rect {
    stroke: #e3bb7e;
}

.vip .header a,
.vip .header__menu a,
.vip .header__close-button a {
    color: #fff;
}

.vip .header a span,
.vip .header__menu a span,
.vip .header__close-button a span {
    color: #e3bb7e;
}

.vip .header a:hover,
.vip .header__menu a:hover,
.vip .header__close-button a:hover {
    color: #e1be88;
}

.vip .header a:active,
.vip .header__menu a:active,
.vip .header__close-button a:active {
    color: #c4a373;
}

.vip .header a:not([href]):hover,
.vip .header__menu a:not([href]):hover,
.vip .header__close-button a:not([href]):hover {
    color: #fff;
    text-decoration: none;
}

.vip .header {
    background: #323232;
}

.vip .header .header__right-side button {
    background: none;
}

.vip .header .header__right-side .header__lang-switch,
.vip .header .header__right-side .header__sign-button {
    background: #464646;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
    color: #e3bb7e;
}

.vip .header .header__right-side .header__lang-switch:hover,
.vip .header .header__right-side .header__sign-button:hover {
    border: none;
    color: #c4a373;
}

.vip .header .header__right-side .header__lang-switch:active,
.vip .header .header__right-side .header__sign-button:active {
    border: none;
    color: #ad9166;
}

.vip .header .header__desktop-menu,
.vip .header .header__desktop-menu_not-logged,
.vip .header span.profile.profile__bonus {}

.vip #loader {
    color: #fff;
}

.vip #headerMenusContainer [data-menu] {
    background: #323232;
}

.vip .header__menu::-webkit-scrollbar-thumb,
.vip .announ__menu::-webkit-scrollbar-thumb {
    background: #e3bb7e;
    -webkit-box-shadow: inset 1px 1px 10px #555555;
    box-shadow: inset 1px 1px 10px #555555;
}

.vip .header__mobile-button {
    background: -webkit-gradient(linear, left top, left bottom, from(#dec8a6), to(#e3bb7e));
    background: -o-linear-gradient(top, #dec8a6 0%, #e3bb7e 100%);
    background: linear-gradient(180deg, #dec8a6 0%, #e3bb7e 100%);
    -webkit-box-shadow: 0px 10px 20px rgba(254, 204, 0, 0.2);
    box-shadow: 0px 10px 20px rgba(254, 204, 0, 0.2);
    border: none;
    color: #000;
}

.vip .header__mobile-button:active {
    background: #c4a373;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.vip .footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.vip .footer svg path {
    fill: #e3bb7e;
}

.vip .footer a {
    background: -webkit-gradient(linear, left top, left bottom, from(#dec8a6), to(#e3bb7e));
    background: -o-linear-gradient(#dec8a6, #e3bb7e);
    background: linear-gradient(#dec8a6, #e3bb7e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vip .footer a:hover {
    color: #c4a373;
}

.vip .footer a:active {
    color: #ad9166;
}

.vip .footer .footer__text,
.vip .footer .footer__responsibility {
    color: #fff;
}

.vip .footer .footer__cert-images {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1024px) {
    .vip .footer .footer__cert-images {
        border-bottom: none;
    }
}

.tabs {
    width: 100%;
}

.tabs-area {
    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;
    min-width: 100%;
    overflow-x: scroll;
    margin-top: -10px;
    position: relative;
    padding: 15px 0 15px 10px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 18px;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tabs-area .tab {
    max-width: 105px;
    min-width: 105px;
    height: 110px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px;
    -webkit-box-shadow: 0px 5px 25px rgba(43, 93, 168, 0.13);
    box-shadow: 0px 5px 25px rgba(43, 93, 168, 0.13);
    margin: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: black;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
}

.tabs-area .tab_vipclub .tab__img-cont {
    background: #e1be88;
}

.tabs-area .tab:hover {
    color: #2b5da8;
}

.tabs-area .tab:active {
    color: #004e8f;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.tabs-area .tab__img-cont {
    min-width: 40px;
    width: 40px;
    min-height: 40px;
    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;
    border-radius: 50%;
    margin-right: 15px;
}

.tabs-area .tab__title {
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    margin: 5px 0 0;
}

.vip .tabs-area .tab {
    background: #464646;
    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.vip .tabs-area .tab:hover {
    color: #e1be88;
}

.vip .tabs-area .tab:active {
    color: #c4a373;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.vip .tabs-area .tab__img-cont {
    background: #373737;
}

.vip .tabs-area .tab__img-cont svg path {
    fill: #e1be88;
}

.games-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 7px;
}

.games-section__subtitle {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: black;
    margin-bottom: 13px;
}

.allnews .block__title {
    margin-bottom: 0;
}

h3.games-section__title {
    padding: 0;
    margin-bottom: 10px;
    color: #1f2326;
    font-size: 21px;
    font-family: 'Inter';
    line-height: 27px;
    font-weight: bold;
}

.feature-area::-webkit-scrollbar {
    display: none;
    width: 0px;
    background: transparent;
}

.million-games .game-container .game-card:nth-child(3) {
    width: 500px !important;
}

.company {
    border-top: 1px solid #ebebeb;
    padding-top: 18px;
    margin-bottom: 0;
}

.vip .company {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.vip .company .company__desc {
    color: #fff;
}

.company__desc {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.games__win-now {
    margin-bottom: 19px;
}

/* end games */
@media screen and (max-width: 768px) {
    .games-container div:last-child .game-card .games__hit-sale {
        margin-top: 5px;
    }

    .games-container::after {
        content: '';
        min-width: 10px;
        display: block;
        height: 1px;
    }

    .games-card-new .games-container::after {
        content: none;
    }

    .games-section {
        margin-top: 0;
    }

    .lovely-games .games-card-new {
        margin-bottom: 25px;
    }

    .block__title {
        margin-bottom: 0;
    }

    .games-section__subtitle {
        font-weight: 300;
        font-size: 13.9px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .games-container,
    .news__container {
        margin-bottom: 0;
        margin-right: -15px;
        margin-left: -15px;
        margin-top: -15px;
    }

    .million-games {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    .game-custom-card {
        width: 300px;
        margin: 5px;
    }

    .game-custom-card-bg {
        width: 300px;
    }
}

@media screen and (max-width: 600px) {
    .games__filtered a {
        min-width: 100%;
    }

    .games-container_filtered {
        margin-right: 0;
        margin-left: 0;
        padding: 0 !important;
    }
}

.slider {
    width: 100%;
    padding-top: 0;
}

.slider img {
    max-height: 400px;
}

.swiper-buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}



.swiper__next,
.swiper__prev {
    display: none;
}

.swiper__next {
    right: 0;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.swiper__prev {
    left: 0;
    -webkit-transform: translateY(-50%) translateX(50%);
    -ms-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
}

.slider_content {
    margin-top: 50px;
}

.slider_content h1 {
    font-size: 50px;
    font-weight: 900;
    line-height: 110%;
}

.slider_content p {
    margin-top: 20px;
    font-size: 20px;
    line-height: 120%;
}

.slider_content p:last-of-type {
    margin-top: 10px;
}

.slider_content .slider_content_button {
    background: #2b5da8;
    border: none;
    padding: 14px 30px;
    border-radius: 35px;
    color: #fff;
    font-size: 18.75px;
    line-height: 27px;
    margin-top: 54px;
}

.relative-products h3 {
    font-style: Inter, sans-serif;
}

.products {
    margin-top: 0;
    margin-top: 0;
    margin-bottom: 28px;
    display: -ms-grid;
    display: grid;
    /* grid-template-areas: 'post-1 post-2' 'post-1 post-3' 'post-4 post-4' 'post-5 post-6'; */
    grid-template-areas: 'post-1 post-2 post-3 post-5 post-6''post-1 post-4 post-4 post-5 post-7';
    gap: 10px;
    width: 100%;
}

.product {
    position: relative;
    border-radius: 15px;
}

.product__bg {
    width: 100%;
    height: 100%;
}

.product__logo {
    width: 30%;
    height: auto;
    position: absolute;
    left: 10px;
    left: 15px;
}

.product__content {
    position: absolute;
    bottom: 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

#swiperDesktop {
    display: none;
}

#swiperMobile {
    display: block;
}

.product__tirazh {
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 10px;
    position: absolute;
}

.product__prize {
    font-size: 11px;
    line-height: 15px;
    position: absolute;
}

.product__summ {
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
}

.product__button {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 17.5px;
    font-size: 15px;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 25px;
    margin-top: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: auto;
    bottom: 10px;
}

.product-1,
.product-5 {
    width: 210px;
    height: 395px;
}

.product-2,
.product-3,
.product-6,
.product-7 {
    width: 210px;
    height: 190px;
}

.product-4 {
    width: 435px;
    height: 190px;
}

.product-1 .product__button,
.product-5 .product__button {
    left: 10px;
}

.product-1 .product__logo {
    top: 10px;
}

.product-3 .product__logo {
    bottom: 10px;
}

.product-2 .product__logo,
.product-6 .product__logo,
.product-7 .product__logo {
    bottom: 15px;
}

.product-7 .product__logo {
    right: 15px;
    left: auto;
}

.product-4 .product__logo {
    top: 53px;
    width: 60px;
    height: 35px;
}

.product-2 .product__button,
.product-3 .product__button,
.product-4 .product__button,
.product-6 .product__button {
    right: 10px;
}

.product-7 .product__button {
    left: 10px;
}

.product-1 .product__tirazh {
    bottom: 97px;
    left: 10px;
}

.product-2 .product__tirazh,
.product-3 .product__tirazh,
.product-4 .product__tirazh,
.product-5 .product__tirazh,
.product-6 .product__tirazh,
.product-7 .product__tirazh {
    left: 10px;
    top: 15px;
}

.product-2 .product__prize,
.product-3 .product__prize,
.product-5 .product__prize,
.product-6 .product__prize,
.product-7 .product__prize {
    left: 10px;
    bottom: 72px;
}

.product-4 .product__prize {
    left: 10px;
    bottom: 39px;
}

.product-1 .product__prize {
    bottom: 72px;
    left: 10px;
}

.product-2 .product__summ,
.product-3 .product__summ,
.product-5 .product__summ,
.product-6 .product__summ,
.product-7 .product__summ {
    left: 10px;
    bottom: 50px;
}

.product-4 .product__summ {
    left: 10px;
    bottom: 12px;
}

.product-1 .product__summ {
    bottom: 50px;
    left: 10px;
}

.slider__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 400px;
}

@media screen and (max-width: 1024px) {
    .slider__item {
        height: auto;
    }
}

.slider__inner {
    position: relative;
}

.swiper-pagination-bullet {
    background: #2b5da8;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 5px;
    height: 5px;
    margin: 0 2.5px !important;
}

.swiper-pagination-bullet-active {
    width: 15px;
    height: 5px;
    border-radius: 12px;
    opacity: 1;
}

.vip .swiper-pagination-bullet {
    background: #e1be88;
}

.banner-button {
    position: absolute;
    bottom: 15px;
    line-height: 22px;
    padding: 9px 21px;
    border-radius: 25px;
    font-size: 15px;
    line-height: 22px;
    left: 15px;
}

.wheel__banner-button {
    max-width: 245px;
}

.wheel__banner-button.enabled {
    background-color: #fecc00;
}

.wheel__banner-button.disabled {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
}


.wheel__banner-button.waiting .wheel__banner {
    cursor: not-allowed;
}

.wheel__start {
    max-width: 180px;
}

.tabs-area .tab:last-child {
    margin-right: 0;
}

.momental-games {
    margin-top: 9px;
    margin-bottom: 10px;
}

.page-border {
    margin-bottom: 15px;
}

.winners {
    margin-top: -5px;
}

.news__container,
.winners__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    place-content: flex-start;
}

.winners__container {
    margin-top: -20px !important;
    padding-top: 30px;
    padding-bottom: 20px;
}

#filteredGames {
    margin-bottom: 10px;
    margin-top: 0;
}

.tabs-area .tab__img-cont svg {
    width: 50%;
    height: 50%;
}

.swiper-slide .card-image {
    -webkit-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    border: none;
    outline: none;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.swiper-slide-active .card-image {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-slide .card-image img {
    display: block;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
}

.swiper-container {
    padding-bottom: 30px;
}

.club-cards-yellow-btn {
    background: #fecc00 !important;
}

.isNotGetTickets::after {
    display: none;
}

.isNotGetTickets1::after {
    content: '';
    position: absolute;
    right: -5px;
    top: -10px;
    width: 7px;
    height: 7px;
    background: gold;
    display: none;
    border-radius: 50%;
    margin: 17px 5px 0 0;
    display: block;
}

@media screen and (max-width: 567px) {
    .products {
        width: auto;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media screen and (max-width: 1024px) {
    .relative-products {
        display: flex;
        flex-direction: column;
    }

    .product-1,
    .product-5 {
        width: 250px;
        height: 300px;
    }

    .product-2,
    .product-3,
    .product-6,
    .product-7 {
        width: 160px;
        height: 145px;
    }

    .product-4 {
        width: 330px;
        height: 145px;
    }
}

@media screen and (max-width: 1200px) {
    .products {
        grid-template-columns:
            minmax(250px, 1fr) minmax(160px, 1fr) minmax(160px, 1fr) minmax(250px, 1fr) minmax(160px, 1fr);
        overflow-x: scroll;
        overflow-y: hidden; 
        margin-bottom: 23px;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .products::-webkit-scrollbar {
        display: none;
    }
}

@media screen and (min-width: 1200.98px) {
    .million-games .games-container {
        margin-bottom: 10px;
        padding: 15px 0 0 15px !important;
    }

    .out-of-header {
        margin-top: 70px;
    }

    /*desktop club card slider style*/
    .cards-slider-wrapper {
        margin: 10px 0 28px;
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .cards-slider-wrapper::-webkit-scrollbar {
        display: none;
    }

    .cards-slider-wrapper .cards-wrapper {
        width: 260px;
        height: 130px;
        border-radius: 15px;
        background-size: contain;
        background-repeat: no-repeat;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
    }

    .cards-wrapper .card-wrapper-title {
        width: 130px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 120%;
        color: #ffff;
        margin-bottom: 5px;
    }

    .cards-wrapper .cards-wrapper-link {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        padding: 8px 10px;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        color: #fff;
    }

    /* //end of desktop club card slider style*/

    .news__container {
        margin-top: 24px !important;
        padding-top: 0;
        padding-bottom: 0;
        overflow: unset;
    }

    .tabs-area .tab {
        padding: 10px 15px;
        width: 231px;
        max-width: 231px;
        height: 80px;
        margin: 0 7.5px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .tabs-area .tab:last-child {
        margin-right: 7.5px;
    }

    .tabs-area .tab__title {
        margin: 0;
        font-size: 18px;
        line-height: 120%;
    }

    .tabs-area {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 0 -7.5px;
        overflow: unset;
    }

    .company {
        padding-top: 30px;
        margin-bottom: 40px;
    }

    .company__desc {
        font-size: 20px;
        line-height: 30px;
    }

    .momental-games {
        margin-top: 0;
        margin-bottom: 0;
    }

    .page-border {
        margin-bottom: 30px;
    }

    .winners {
        margin-top: 0;
    }

    .news__container,
    .winners__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .filters__wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        max-width: 1140px;
        flex-wrap: wrap;
    }

    .games__filter {
        font-size: 16px;
        line-height: 19px;
        padding: 15px 20px;
        border-radius: 15px;
        margin-bottom: 10px;
    }

    .game-custom-card {
        width: 350px;
        margin: 10px;
    }

    .game-custom-card-bg {
        width: 350px;
    }

    #filteredTitle {
        margin-bottom: 10px;
    }

    h3.games-section__title {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 36px;
    }

    .filtered-games {
        padding-bottom: 30px;
    }

    /* .products {
        margin-top: 20px;
        grid-template-areas: 'post-1 post-2 post-4 post-4' 'post-1 post-3 post-5 post-6';
        gap: 15px;
    } */

    #swiperMobile {
        display: none;
    }

    #swiperDesktop {
        display: block;
    }

    .tabs-area .tab__img-cont {
        min-width: 60px;
        width: 60px;
        min-height: 60px;
    }

    .tabs-area .tab__img-cont svg {
        width: auto;
        height: auto;
    }

    .swiper-slide .card-image {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        border-radius: unset;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .swiper-slide-active .card-image {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .swiper-slide .card-image img {
        border-radius: unset;
    }

    .swiper-container {
        padding-bottom: 0;
    }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
    }

    .swiper-pagination-bullet-active {
        width: 21px;
        height: 8px;
        border-radius: 16.8px;
        opacity: 1;
    }

    .banner-button {
        padding: 0;
        border-radius: 40px;
        min-height: 55px;
        max-width: 245px;
        line-height: 55px;
        font-size: 18px;
        right: 310px;
        left: unset;
        bottom: 65px;
    }

    .product__tirazh {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .product__prize {
        font-size: 15px;
        line-height: 25px;
    }

    .product__summ {
        font-size: 25px;
        line-height: 33px;
    }

    .product__button {
        padding: 13px 17.5px;
        font-size: 15px;
        margin-top: 0;
        bottom: 15px;
    }

    .product:hover {
        cursor: pointer;
    }

    .product,
    .product__bg {
        transition: 0.15s linear;
    }

    .product:hover .product__bg {
        transform: scale(1.03);
    }

    .product__logo {
        width: auto;
        left: 15px;
    }

    .product-4 .product__logo {
        top: 63px;
        width: 60px;
        height: 42px;
    }

    .product-1 .product__logo {
        top: 15px;
    }

    .product-3 .product__logo {
        bottom: 15px;
    }

    .product-1 .product__button,
    .product-5 .product__button {
        left: 15px;
    }

    .product-2 .product__button,
    .product-3 .product__button,
    .product-4 .product__button,
    .product-6 .product__button {
        right: 15px;
    }

    .product-7 .product__button {
        left: 15px;
    }

    .product-1 .product__tirazh {
        bottom: 143px;
        left: 15px;
    }

    .product-2 .product__tirazh,
    .product-3 .product__tirazh,
    .product-4 .product__tirazh,
    .product-5 .product__tirazh,
    .product-6 .product__tirazh,
    .product-7 .product__tirazh {
        left: 15px;
    }

    .product-2 .product__prize,
    .product-3 .product__prize,
    .product-5 .product__prize,
    .product-6 .product__prize,
    .product-7 .product__prize {
        left: 15px;
        bottom: 107px;
    }

    .product-4 .product__prize {
        left: 15px;
        bottom: 59px;
    }

    .product-1 .product__prize {
        bottom: 103.5px;
        left: 15px;
    }

    .product-2 .product__summ,
    .product-3 .product__summ,
    .product-5 .product__summ,
    .product-6 .product__summ,
    .product-7 .product__summ {
        left: 15px;
        bottom: 71px;
    }

    .product-4 .product__summ {
        left: 15px;
        bottom: 15px;
    }

    .product-1 .product__summ {
        bottom: 71px;
        left: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .products::-webkit-scrollbar {
        display: none;
    }

    .products {
        -ms-overflow-style: none;
        margin-bottom: 25px;
    }
}

@media screen and (min-width: 1025px) {
    .products {
        gap: 15px;
        grid-template-columns: 210px 210px 210px 210px 210px;
    }
}

@media screen and (max-width: 320px) {
    .game-custom-card {
        height: 125px;
    }
}

@media screen and (min-width: 571px) and (max-width: 1199px) {

    .news__container,
    .winners__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
}

@media screen and (min-width: 1025px) {
    .header__linksCont {
        display: flex;
    }
}

.header__linksCont a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    padding: 25px 12px;
    position: relative;
}

.header__linksCont a:hover,
.header__linksCont a.active {
    border-bottom: 2px solid #2b5da8;
    border-radius: 1px;
    color: #2b5da8;
    padding: 25px 12px 23px;
}

.header__linksCont {
    margin-right: 15px;
}

.header__desktop-menu_not-logged {
    border-left: unset;
    padding-left: 0;
}

.header__sign-button {
    width: 118px;
    padding: 0 35px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    margin-right: 20px;
}

.header__lang-switch {
    filter: drop-shadow(0px 5px 20px rgba(43, 93, 168, 0.2));
    -webkit-filter: drop-shadow(0px 5px 20px rgba(43, 93, 168, 0.2));
    font-weight: 700;
    font-size: 14px;
    line-height: 10px;
    font-family: 'Inter';
    color: #2b5da8;
    margin-right: 0;
}

.native__links {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    border-bottom: 1px solid rgba(43, 93, 168, 0.1);
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 15px;
}

.native__links::-webkit-scrollbar {
    display: none;
}

.native__links a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    padding: 13px 7px 14px;
    white-space: nowrap;
    position: relative;
}

.native__links a.active {
    border-bottom: 1px solid #2b5da8;
    border-radius: 1px;
    color: #2b5da8;
}

@media screen and (min-width: 1025px) {
    .nav {
        position: relative;
        padding: 0;
    }

    [data-menu] {
        position: absolute;
        top: 80px;
        border-radius: 25px;
        right: 0;
    }

    [data-menu='0'] {
        width: 380px;
        padding: 10px;
    }

    .header__menu-link {
        padding: 8px 0 8px 15px;
    }

    .header__menu-link::after {
        content: '';
        border: 1px solid rgba(43, 93, 168, 0.1);
    }
}

.header__menuContent {
    display: flex;
    flex-direction: column;
}

.header__menuLink {
    padding: 14px 0 14px 15px;
    width: 100%;
    border-bottom: 1px solid rgba(43, 93, 168, 0.1);
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    color: black;
}

.header__menuIcon {
    margin-right: 15px;
}

button.header__menuLink {
    text-align: left;
    border-top: 1px solid rgba(43, 93, 168, 0.1);
}

button.header__menuLink:active {
    color: #004e8f;
}

button.header__menuLink:hover {
    color: #2b5da8;
}

.header__menuLink:last-of-type,
.header__dropdownContent .header__menuLink {
    border-bottom: 0;
}

.header__dropdownButton {
    text-align: left;
    position: relative;
}

.header__dropdownButton:hover {
    color: #2b5da8;
}

.header__dropdown {
    border-bottom: 1px solid rgba(43, 93, 168, 0.1);
}

.header__dropdownContent {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    /* margin-top: 5px; */
    margin-bottom: 5px;
}

.header__dropdownButton .rotateIcon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.header__dropdownContent .header__menuLink {
    margin-bottom: 2px;
    padding: 8px 0 8px 15px;
}

.header__dropdownButton .rotateIcon.rotation {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
}

.header__userButtons {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(43, 93, 168, 0.1);
}

.header__userButtons .header__menuLink {
    border: unset;
    padding: 9px 0 9px 15px;
    margin-bottom: 5px;
}

.header__menuBalance {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #2b5da8;
    margin-left: 10px;
}

.header__menuBonus {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #38a57c;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid rgba(43, 93, 168, 0.1);
}

.header__menuBonus svg {
    margin-left: 3px;
}

.vip [data-menu],
.vip [data-menu] button {
    background: #323232;
    color: #e3bb7e;
}

.vip [data-menu] a span,
.vip .header__menuLink span {
    color: #ffffff;
}

.vip [data-menu] a:hover span,
.vip .header__menuLink:hover span {
    color: #e1be88;
}

.vip .header__menuBalance {
    color: #e1be88 !important;
}

.vip .header__menuBonus {
    color: #38a57c !important;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.vip .header__menuBonus svg rect {
    fill: url(#paint0_linear_127_662);
}

.vip .header__menuBonus svg path {
    fill: white;
}

.vip .native__links a.active {
    color: #e1be88;
    border-bottom: 2px solid #e1be88;
}

.vip .header__linksCont a:hover,
.vip .header__linksCont a.active {
    border-bottom: 2px solid #e1be88;
    color: #e1be88;
}

.vip .ageLimit {
    color: #e1be88;
}

.vip .header .salesIcon rect {
    fill: #fecc00;
}

.vip .header .salesIcon path {
    fill: black;
}

.vip .header .native__links a {
    color: #fff;
}

.salesIcon {
    display: none;
}

#salesIcon1 {
    position: relative;
    top: -10px;
    display: inline-block;
}

.cards-wrapper {
    position: relative;
}

.cards-wrapper p,
.cards-wrapper div {
    z-index: 1;
}

.cards-wrapper-bg {
    min-width: 240px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

@media screen and (min-width: 1025px) {
    .cards-wrapper-bg {
        width: 260px;
        height: 130px;
        transition: 0.2s linear;
        -webkit-transition: 0.2s linear;
        -moz-transition: 0.2s linear;
        -ms-transition: 0.2s linear;
        -o-transition: 0.2s linear;
    }

    .cards-wrapper:hover .cards-wrapper-bg {
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08);
    }
}

.cards-wrapper:hover .cards-wrapper-link {
    background: #fecc00;
    color: black;
}

.header__links_tickets {
    position: relative;
}

/* #isNotGetTickets::after {
  content: "";
  border-radius: 50%;
  display: inline-block;
  width: 8px;
  height: 8px;
  position: relative;
  top: -10px;
  background-color: #fecc00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-left: 5px;
} */

@media screen and (max-width: 1024px) {
    .header__sign-button_mobile {
        margin-left: 10px;
    }

    .body-bg {
        background: #fff;
        opacity: 1;
    }

    .vip .body-bg {
        background: #323232;
    }

    .header__main-link {
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        left: 80px;
    }
}

.cards-wrapper:hover .wheel__banner-button .waiting {
    background: #ffffff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.cards-wrapper .cards-wrapper-link {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    color: #000;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 10px;
    line-height: 120%;
}

.cards-wrapper .cards-wrapper-link.waiting {
    width: 86px;
    height: 28px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 1024px) {
    .cards-wrapper .cards-wrapper-link {
        background: #fecc00;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    }
}

.native {
    margin-top: 5px;
    margin-bottom: 20px;
}

[data-got-tickets]::after {
    content: '';
    position: absolute;
    right: -5px;
    top: -10px;
    width: 7px;
    height: 7px;
    background: gold;
    display: none;
    border-radius: 50%;
    margin: 17px 5px 0 0;
    display: block;
}

[data-got-tickets='0']::after {
    display: none;
}

.header__linksCont a[data-got-tickets]::after {
    top: 0;
}

.header__menuLink[data-got-tickets]::after {
    top: -20px;
    position: relative;
}

body {
    scroll-behavior: smooth;
}

.page {
    animation: fadeIn 0.5s ease;
    -webkit-animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.loaderButton {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0;
}

.modal__wheelInner .wheel__start.button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-top: 15px;
}

.loaderButton {
    display: flex;
    align-items: center;
    margin: 0;
}

.custom-checkbox input {
    display: none;
}

.custom-checkbox {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.custom-checkbox input~svg path {
    stroke: white;
    transition: stroke 0.5s ease-in-out;
}

.custom-checkbox input[checked]~svg path {
    transition: stroke 0.5s ease-in-out;
    stroke: #ffbf4a;
}

/* .custom-checkbox input:checked~svg {
  fill: #FFBF4A;
} */

.custom-checkbox input~svg {
    fill: transparent;
    transition: fill 0.3s ease-in-out;
}

.custom-checkbox input[checked]~svg {
    fill: #ffbf4a;
    transition: fill 0.3s ease-in-out;
}

/* .custom-checkbox input:checked~svg {
  animation: fade-in .5s linear;
  -webkit-animation: fade-in .5s linear;
}

@keyframes fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
} */

@media screen and (max-width: 1024px) {
    .header__cashBlock {
        margin: 0 10px;
        padding: 15px;
        border: 1px solid rgba(43, 93, 168, 0.1);
        border-radius: 15px;
        margin-bottom: 5px;
    }

    .header__cashBlock .header__menuLink {
        padding: 0;
        display: flex;
        align-items: center;
    }

    .header__cashBlock .header__menuName {
        margin-left: 15px;
    }

    .header__cashBlock .buttonCash {
        border-radius: 10px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        font-family: 'Inter';
        height: 40px;
    }

    .header__cashBlock .buttonCash.buttonCash_yellow {
        background: #ffcc01;
        box-shadow: 0px 10px 20px rgba(254, 204, 0, 0.2);
    }

    .header__cashBlock .buttonCash.buttonCash_white {
        background: rgba(43, 93, 168, 0.1);
    }

    .header__cashBlock .cashButtons {
        display: flex;
        margin-top: 23px;
    }

    .header__cashBlock .cashButtons .buttonCash:last-child {
        margin-right: 0;
    }

    .header__cashBlock .cashButtons .buttonCash {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .header__lang-switch {
        font-family: 'Inter', sans-serif;
        margin-right: 0;
        width: 30px;
        height: 30px;
        font-weight: 700;
        font-size: 10px;
        line-height: 10px;
        text-transform: uppercase;
        background: rgba(255, 255, 255, 0.3) !important;
        border-radius: 10px;
        filter: unset;
        -webkit-filter: unset;
        color: #ffffff;
    }

    .header__mobile-button {
        background: rgba(255, 255, 255, 0.3) !important;
    }

    .header__mobile-button svg path {
        stroke: white;
    }

    .header__announ-icon path {
        fill: #ffffff;
    }

    .header__logo {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
    }
}

@media screen and (max-width: 1024px) {
    .header__main-link span {
        color: white;
    }

    jdiv {
        z-index: 3 !important;
    }

    jdiv>jdiv>.__jivoMobileButton {
        bottom: 50px !important;
    }

    .header {
        position: relative;
        top: 0;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        background: transparent;
        padding-bottom: 30px;
    }

    .page {
        margin-top: -80px;
    }

    header .container {
        max-width: initial;
        padding: 0 10px;
        width: 100%;
    }

    .nav {
        padding: 10px 0 0;
        height: 40px;
    }

    .swiper {
        margin-top: -10px;
    }

    .header__mobile-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: static !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        background: rgba(255, 255, 255, 0.3) !important;
        border-radius: 10px;
        font-weight: bolder;
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 0.05em;
        color: #2b5da8;
        -webkit-box-shadow: 0px 5px 20px rgba(43, 93, 168, 0.2);
        box-shadow: 0px 5px 20px rgba(43, 93, 168, 0.2);
        text-transform: uppercase;
        cursor: pointer;
        z-index: 1;
    }

    .mobile-lang-switch {
        width: 30px;
        height: 30px;
        color: #fff;
        background: rgba(255, 255, 255, 0.3) !important;
        border-radius: 10px;
    }

    .header__main-link {
        position: absolute;
        left: 80px;
        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-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 115%;
        color: #000;
    }

    .swiper-slide .card-image img {
        display: block;
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 0px;
    }

    .header__announ-button {
        background: transparent !important;
    }

    .swiper-slide .card-image {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        border-radius: unset;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .swiper-slide-active .card-image {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .swiper-slide .card-image img {
        border-radius: unset;
    }

    .swiper-pagination {
        width: auto;
        width: auto !important;
        bottom: 38px !important;
        right: 15px;
        left: unset !important;
    }

    .swiper-pagination-bullet {
        background: #ffffff;
        opacity: 0.5;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 5px;
        height: 5px;
        margin: 0 2.5px !important;
    }

    .swiper-pagination-bullet-active {
        width: 15px;
        height: 5px;
        border-radius: 12px;
        opacity: 1;
    }

    .banner-button {
        height: 36px;
        position: absolute;
        bottom: 15px;
        line-height: 22px;
        padding: 9px 21px;
        border-radius: 10px;
        font-size: 15px;
        line-height: 18px;
        left: 15px;
    }

    .fixed-footer-box {
        position: fixed;
        width: 100%;
        height: 55px;
        left: 0;
        bottom: 0;
        background: #ffffff;
        box-shadow: 0px 0px 20px rgba(43, 93, 168, 0.25);
        border-radius: 15px 15px 0px 0px;
        z-index: 5;
        display: flex;
        flex-direction: row;
    }

    .fixed-footer-item {
        width: 56px;
        height: auto;
        padding: 10px;
        justify-content: center;
        text-align: right;
        margin-left: 12px;
    }

    .fixed-footer-item img {
        margin-top: 0px;
    }

    .fixed-footer-item p {
        font-style: normal;
        font-weight: 400;
        font-size: 9px;
        line-height: 11px;
        /* identical to box height */

        text-align: right;
        white-space: nowrap;
        /* фирменные цвета/синий фирменный */

        color: #2b5da8;
    }

    footer {
        /* dima edit */
        margin-bottom: 20px !important;
        /* end of dima edit */
    }

    .header__dropdownButton:hover,
    .header__menuLink:hover {
        color: black;
    }

    .header__dropdownButton:active,
    .header__menuLink:active {
        color: #2b5da8;
    }

    .header__dropdownButton:focus,
    .header__menuLink:focus {
        color: #2b5da8;
    }

    .nav__left {
        display: flex;
    }

    .header__main-link {
        width: auto;
        position: relative;
        left: unset;
        margin-left: 10px;
    }

    ._orientationRight_faad.wrap_a591 {
        bottom: 45px;
    }

    /* WHEEL */
    .wheel__start {
        font-family: 'Inter';
        font-weight: 700 !important;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }

    .modal__wheel {
        margin-top: -80px;
        margin-bottom: 40px;
        margin-left: 0;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }

    .modal__wheelInner .wheel__start.button {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .fixed-footer-box {
        display: none;
    }
}

@media screen and (max-width: 359px) {
    .moment-lottery-full .game-card .game__button {
        width: 130px;
    }

    .moment-lottery-full .container-fluid {
        padding: 0 10px;
    }
}

@media screen and (min-width: 1025px) {
    .wheel__logo-cont {
        position: absolute;
        z-index: 3;
    }

    .wheel__logo-img, .wheel__logo-bg {
        left: 50%;
        transform: translate(-50%, -5px);
        -webkit-transform: translate(-50%, -5px);
        -moz-transform: translate(-50%, -5px);
        -ms-transform: translate(-50%, -5px);
        -o-transform: translate(-50%, -5px);
    }

    .wheel__logo-bg {
        transform: translate(-50%, -130px);
        -webkit-transform: translate(-50%, -130px);
        -moz-transform: translate(-50%, -130px);
        -ms-transform: translate(-50%, -130px);
        -o-transform: translate(-50%, -130px);
    }

    .wheel__background {
        z-index: 2;
    }
}

.modal__wheelBottom {
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    padding: 0 10px 0 15px;
    position: absolute;
    bottom: -8px;
}

.modal__wheelBottom .probTitle {
    color: white;
    width: 160px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 110%;
}

.button-inverse {
    justify-content: center;
    align-items: center;
    color: white;
    padding: 15px 35px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.15);
    border-radius: 25px;
    width: 100%;
    margin-bottom: 25px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.button-inverse:hover {
    color: white;
}

.wheelTimerSecs {
    font-size: 15px;
    font-weight: 800;
    width: 44px;
}

.waitingGrayScale {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.cards-wrapper-link.waiting + .card-wrapper-title {
    opacity: .5;
}

@media screen and (max-width: 1024px) {
    .modal__chances, .modal__main, .modal__wheel {
        height: 100vh;
        /* For browsers that don't support CSS variables */
        height: calc(var(--1svh, 1vh) * 100);
        /* This is the "polyfill" */
        height: 100dvh;
        /* This is for future browsers that support svh, dvh and lvh viewport units */
    }

    .modal__chances {
        z-index: 9;
    }

}

@media screen and (max-height: 619px) {
    .modal__chances {
        min-height: 650px;
    }

    .modal__wheelInner {
        transform: scale(.7);
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
    }

}

.wheelBgImagePNG {
    position: absolute;
    left: 0;
    width: 300px;
    height: 300px;
    margin-top: 75px;
    z-index: 2;
    transform: translateX(-2px);
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    -o-transform: translateX(-2px);
}

.wheelIMG {
    opacity: .5;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .wheelBgImagePNG {
        margin-top: -10px;
    }
}

.modal__is-openedIOS14 {
    position: fixed !important;
}