@font-face {
    font-family: "Rubik";
    src: local("Rubik"),url(../fonts/rubik-regular.woff2) format("woff2");
    font-weight: 400
}

@font-face {
    font-family: "Rubik";
    src: local("Rubik"),url(../fonts/rubik-600.woff2) format("woff2");
    font-weight: 600
}

@font-face {
    font-family: "Rubik";
    src: local("Rubik"),url(../fonts/rubik-700.woff2) format("woff2");
    font-weight: 700
}

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

body {
    background: linear-gradient(171.29deg,#050311 0%,#060727 100%);
    color: #d0d0d0;
    font-family: Rubik,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0
}

a {
    color: inherit
}

input,textarea {
    outline: unset
}

.reflink {
    cursor: pointer
}

.body__wrapper {
    display: flex;
    background: url(/../assets/img/bg_newyear.webp) center top no-repeat, linear-gradient(171.29deg, #050311, #060727);
    background-blend-mode: hard-light;
    background-size: cover;
    background-attachment: fixed;
}

.sidebar {
    max-width: 230px;
    transition: all .5s
}

.sidebar a {
    text-decoration: none
}

.sidebar__wrapper {
    position: sticky;
    top: 0;
    background-color: #0f1127
}

.sidebar__header {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px
}

.hidden-sidebar .sidebar__header {
    padding: 10px 5px;
    justify-content: center
}

.sidebar__logo {
    display: flex
}

.sidebar__logo svg,.sidebar__logo img {
    max-height: 25px;
    width: auto
}

.sidebar__burger {
    width: 25px;
    height: 25px;
    transform: scaleX(-1);
    cursor: pointer;
    transition: transform 0.2s ease-in-out
}

.sidebar__burger svg {
    fill: #303e64;
    transition: all .4s
}

.sidebar__burger:hover svg {
    fill: #fff
}

.siderbar__list {
    margin-top: 25px;
    padding: 0 10px;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    scroll-behavior: smooth;
    height: 100vh;
    padding-bottom: 90px
}

.siderbar__list::-webkit-scrollbar {
    width: 5px
}

.siderbar__list::-webkit-scrollbar-track {
    margin: 5px;
    background: #0f1127;
    border-radius: 10px
}

.siderbar__list::-webkit-scrollbar-thumb {
    background: #364a7d;
    border-radius: 10px
}

.sidebar-list__item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 15px;
    height: 40px;
    border-left: 2px solid #fff0;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 5px;
    cursor: pointer
}

.hidden-sidebar .sidebar-list__item {
    width: 40px
}

.sidebar-item__icon {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: -8px;
    border-radius: 4px;
    flex-shrink: 0
}

.sidebar-item__icon svg {
    width: 16px;
    height: 16px;
    fill: #fff
}

.sidebar-item__icon path:not(.lang-icon path) {
    fill: #fff
}

.sidebar-list__children .sidebar-item__icon svg,.sidebar-list__children .sidebar-item__icon path:not(.lang-icon path) {
    fill: #7b809a
}

.sidebar-item__name {
    font-size: 14px;
    line-height: 1.45;
    white-space: nowrap
}

.sidebar-dropdown {
    position: absolute;
    right: 15px;
    top: 8px
}

.sidebar-list__children {
    max-height: 0;
    overflow: hidden
}

.sidebar-seporator {
    height: 20px
}

.lang-icon svg {
    border-radius: 50%
}

.lang-icon path {
    fill: auto
}

.sidebar__contacts {
    width: 100%;
    display: flex;
    justify-content: center
}

.sidebar-contacts__item {
    background: #364a7d;
    border-radius: 8px;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    transition: .3s
}

.sidebar-contacts__item svg {
    width: 30px;
    height: 30px
}

.sidebar-contacts__item rect {
    fill: #364a7d
}

.sidebar-contacts__item:hover {
    background: #303e64
}

.sidebar-contacts__item:hover rect {
    fill: #303e64
}

.sidebar-parrent.active {
    margin-bottom: 0;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #0f0e1f
}

.sidebar-parrent.active .sidebar-dropdown {
    transform: rotate(180deg)
}

.sidebar-parrent.active+.sidebar-list__children {
    max-height: 550px
}

.sidebar-parrent.active+.sidebar-list__children .sidebar-list__item {
    margin-bottom: 0;
    border-radius: 0;
    background-color: #060416;
    color: #7b809a;
    min-height: 46px;
    padding: 0 10px 0 14px;
    height: auto
}

.sidebar-parrent.active+.sidebar-list__children .sidebar-list__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 90%;
    height: 1px;
    background-color: #1b1a31
}

.sidebar-parrent.active+.sidebar-list__children .sidebar-list__item:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 5px
}

.sidebar-parrent.active+.sidebar-list__children .sidebar-list__item:last-child::after {
    display: none
}

.sidebar-parrent.active+.sidebar-list__children .sidebar-item__icon {
    margin-left: 0
}

.no-icon-list .sidebar-item__icon {
    display: none
}

.sidebar-list__children .sidebar-item__name {
    white-space: normal
}

.main__wrapper {
    width: 100%;
    background-image: url(../img/bg_main.webp);
    background-repeat: no-repeat;
    background-position: top center
}

.header {
    position: sticky;
    top: 0;
    z-index: 3;
    background: linear-gradient(180deg,#050311,#060727)
}

.container {
    max-width: 1170px;
    width: 100%;
    margin: auto
}

.header__wrapper {
    position: relative;
    min-height: 70px;
    display: flex;
    align-items: center;
    gap: 20px
}

.header__logo {
    display: flex;
    z-index: 1
}

.header__logo svg,.header__logo img {
    width: 114px;
    height: auto
}

.mob-logo {
    display: none
}

.header__action {
    display: flex;
    width: 100%
}

.header__search {
    display: flex;
    width: 100%;
    position: relative;
    margin: 0 10px
}

.search-input {
    width: 100%;
    min-height: 41px;
    padding: 3px 5px 3px 12px;
    color: #fff;
    font-size: 16px;
    background: #0f1127;
    border-radius: 100px;
    transition: all .3s;
    font-family: Rubik;
    border: 0
}

.search-input::-moz-placeholder {
    color: #8194c8
}

.search-input::placeholder {
    color: #8194c8
}

.search-button {
    width: 40px;
    height: 20px;
    padding: 0 10px;
    position: absolute;
    right: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    background-color: unset;
    cursor: pointer;
    border: 0
}

.search-button svg {
    fill: #7886ab
}

.header__buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 10px
}

.btn {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    transition: color 0.3s linear;
    text-decoration: none;
    color: #fff;
    padding: 5px 20px;
    height: 40px;
    width: 115px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #7fb8ff
}

.fill-btn {
    background: linear-gradient(90deg,#ff00e5 0%,#ff008a 100%);
    border: 0;
    overflow: hidden
}

.fill-btn:before {
    content: "";
    position: absolute;
    top: 0;
    display: block!important;
    width: 100%!important;
    height: 100%!important;
    background: linear-gradient(120deg,transparent,rgb(255 255 255 / .5),transparent)!important;
    animation: blick 2.5s infinite
}

.main {
    margin-top: 20px
}

@keyframes blick {
    0% {
        left: -100%
    }

    25% {
        left: 100%
    }

    50% {
        left: 100%
    }

    75% {
        left: -100%
    }

    100% {
        left: -100%
    }
}

.banner__wrapper {
    display: flex;
    gap: 10px
}

.banner__slider {
    width: 100%
}

.banner-slider__item {
    height: 310px;
    display: flex;
    flex-direction: column;
    align-items: unset;
    text-align: left;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    padding: 40px 40px 25px
}

.banner-slider-1 .banner-slider__item {
    background-image: url(../img/slider_bg_1.webp);
    color: #010100;
    background-size: cover;
    background-position: center
}

.banner-item__label {
    font-size: 14px;
    height: 35px;
    padding: 0 20px;
    font-weight: 600;
    line-height: 35px;
    background: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    display: inline-block
}

.banner-item__title {
    position: relative;
    z-index: 1;
    font-weight: 700;
    border-radius: 10px;
    line-height: 58px;
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 0
}

.banner-item__subtitle {
    color: #fff;
    font-weight: 400;
    line-height: 20px
}

.banner-item__btn {
    margin-top: 25px;
    text-decoration: none;
    height: 40px;
    display: inline-flex;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 14px;
    background: linear-gradient(180deg,#75e6ff 0%,#75e6ff .01%,#878bff 100%);
    color: #fff;
    min-width: 115px;
    border-radius: 100px
}

.banner-item__img {
    position: absolute;
    z-index: 0;
    display: flex;
    align-items: flex-end;
    -o-object-position: initial;
    object-position: initial;
    height: 100%;
    top: 0;
    right: 0;
    pointer-events: none
}

.banner-item__img img {
    display: block;
    width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right;
    object-position: right;
    will-change: transform
}

.slider__btn {
    transition: background 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    outline: none;
    z-index: 1;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #ffffff1a;
    border-radius: 20px;
    border: 1px solid #fff
}

.slider__navigation {
    position: absolute;
    bottom: 25px;
    display: flex;
    gap: 25px;
    left: 40px
}

.banner-slider__item:hover .slider__navigation {
    opacity: 1
}

.banner__slider:hover .slider__btn:hover {
    opacity: 1
}

.banner-slider-1-next {
    transform: rotate(-90deg)
}

.banner-slider-1-prev {
    transform: rotate(90deg)
}

.slots-filters {
    padding: 40px 0
}

.slots-filters__wrapper {
    display: flex;
    color: #fff;
    gap: 20px
}

.filters__slots {
    display: flex;
    flex-grow: 1;
    width: 100%;
    overflow: hidden
}

.filters-slots__item {
    display: flex;
    border-right: 1px solid #fff0;
    border-image: linear-gradient(181.07deg,#fff0 0%,rgb(125 191 255 / .3) 52.73%,#fff0 99.69%);
    border-image-slice: 1;
    font-size: 14px;
    padding: 0 16px;
    height: 40px;
    align-items: center;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
    gap: 5px;
    width: max-content
}

.filters-slots__icon {
    display: flex;
    color: #fff
}

.filters-slots__icon svg {
    width: 20px;
    height: 20px;
    fill: #fff
}

.filters-slots__name {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-wrap: wrap;
    overflow: hidden;
    transition: all ease 0.4s;
    color: #fff
}

.filters__nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between
}

.filters__nav>div {
    position: relative;
    background: linear-gradient(90deg,#060727 80%,#06072700 100%);
    border-radius: 10px;
    width: 30px;
    z-index: 1;
    cursor: pointer;
    opacity: 1;
    transition: .3s
}

.filters__nav>div::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/filters-nav.svg);
    background-repeat: no-repeat;
    background-position: center
}

.fliter-prev::after {
    transform: rotate(-180deg)
}

.fliter-next {
    transform: rotate(180deg)
}

.fliter-next::after {
    transform: rotate(180deg)
}

.filters__nav .swiper-button-disabled {
    opacity: 0;
    pointer-events: none
}

.filters__action {
    display: flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.45;
    white-space: nowrap
}

.filters-action__search,.filters-action__providers {
    display: flex;
    gap: 10px;
    height: 40px;
    align-items: center;
    border-right: 1px solid #fff0;
    -o-border-image: linear-gradient(181.07deg,#fff0 0%,rgb(125 191 255 / .3) 52.73%,#fff0 99.69%);
    border-image: linear-gradient(181.07deg,#fff0 0%,rgb(125 191 255 / .3) 52.73%,#fff0 99.69%);
    border-image-slice: 1;
    padding-right: 10px;
    transition: all .3s linear;
    cursor: pointer;
    text-decoration: none
}

.filters-action__icon {
    display: flex
}

.filters__action svg {
    width: 20px;
    height: 20px;
    transition: all .3s linear
}

.filters-action__providers {
    border-right: 0;
    cursor: pointer
}

.filters-action__providers .filters-action__icon {
    padding-left: 10px
}

.filters-action__providers svg {
    stroke: #fff;
    transition: all .3s linear
}

.slots {
    color: #fff;
    margin-top: 25px
}

.filters-action__search:hover,.filters-action__providers:hover {
    color: #75e6ff
}

.filters-action__search:hover svg,.filters-action__providers:hover svg {
    fill: #75e6ff
}

.filters-action__providers:hover svg {
    stroke: #75e6ff
}

.slots__inner {
    position: relative
}

.slots__header {
    display: flex;
    align-items: center;
    gap: 30px
}

.slots-header__title {
    display: flex;
    line-height: 1.4;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: color 0.3s linear;
    text-decoration: none
}

.slots-header__title:hover {
    color: #75e6ff
}

.slots-title__icon {
    height: 28px
}

.slots-title__icon svg {
    width: 28px;
    height: 28px;
    transition: fill 0.3s linear
}

.slots-header__link {
    color: #7fb8ff;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.45;
    transition: color 0.3s linear;
    cursor: pointer;
    text-decoration: none
}

.slots-header__link:hover {
    color: #fff
}

.slots-slider {
    margin-top: 25px
}

.slots__slide {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 10px
}

.slot__item {
    border-radius: 16px;
    background-color: #0f1127;
    overflow: hidden;
    position: relative
}

.slot__img {
    display: flex;
    height: 140px;
    overflow: hidden
}

.slot__img img {
    max-width: 100%;
    min-width: 100%
}

.slot__info {
    padding: 15px 15px 20px 15px
}

.slot__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis
}

.slot__provider {
    line-height: 1.45;
    background: linear-gradient(180deg,#75e6ff 0%,#75e6ff .01%,#878bff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #fff0
}

.slot__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px;
    margin-top: 0;
    text-align: center;
    opacity: 0;
    transition: all 0.3s linear
}

.slot__item:hover .slot__overlay {
    opacity: 1
}

.slot__overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.25s linear;
    content: "";
    z-index: 1;
    background: linear-gradient(180deg,#fff0 0%,#0f1127 86.3%);
    pointer-events: none;
    transition: all 0.3s linear
}

.slot__item:hover .slot__overlay::before {
    opacity: 1
}

.slot__btn {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.45;
    color: #000;
    background: linear-gradient(180deg,#75e6ff 0%,#75e6ff .01%,#878bff 100%);
    border-radius: 10px;
    padding: 5px 10px;
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-decoration: none;
    border-radius: 100px
}

.slot__btn:hover {
    box-shadow: 0 0 15px 0 rgb(125 190 255 / .4)
}

.slot__btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    line-height: 0;
    background-image: url(../img/play.svg);
    background-position: center;
    background-repeat: no-repeat
}

.slot-overlay__action {
    z-index: 1;
    cursor: pointer
}

.slot__demo {
    font-size: 14px;
    text-decoration: none
}

.slot__demo:hover {
    text-decoration: underline
}

.slots-slider__navigation {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    gap: 5px
}

.slots-slider-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    outline: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
    transform: rotate(90deg);
    width: 40px;
    height: 40px;
    background: #ffffff1a;
    transition: background 0.3s linear;
    border-radius: 20px;
    border: 1px solid #fff
}

.slots-slider-next {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    outline: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
    transform: rotate(-90deg);
    width: 40px;
    height: 40px;
    background: #ffffff1a;
    transition: background 0.3s linear;
    border-radius: 20px;
    border: 1px solid #fff
}

.slots-slider__navigation>div:hover {
    color: #fff;
    background: #325e71
}

.tg-sec {
    padding: 40px 0 15px
}

.tg-sec__wrapper {
    display: flex;
    background: linear-gradient(180deg,#60bfef 0%,#0194fe 100%);
    color: #fff;
    padding: 30px 40px;
    border-radius: 32px;
    align-items: center;
    gap: 10px
}

.tg-sec__title {
    font-size: 24px;
    line-height: 1.45;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 453px
}

.tg-sec__img {
    width: 100%
}

.tg-sec__btn {
    min-width: 120px;
    padding: 10px 24px;
    border: 1px solid #fff
}

.lottery {
    padding: 40px 0
}

.lottery__wrapper {
    display: grid;
    grid-template-columns: 60% 40%;
    border-radius: 20px;
    overflow: hidden
}

.lottery__image {
    background-size: cover;
    background-position: center
}

.lottery__content {
    position: relative;
    background: radial-gradient(29.36% 102.79% at 105.87% 0%,rgb(117 230 255 / .4) 0%,#fff0 100%),rgb(255 255 255 / .03);
    padding: 40px;
    color: #fff
}

.lottery__counter {
    position: relative;
    z-index: 1
}

.lottery-counter__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 24px
}

.lottery-counter__date {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 24px
}

.lottery-counter__counting {
    display: flex;
    gap: 8px
}

.lottery-counter__item {
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 10px 0;
    font-size: 36px;
    background: linear-gradient(180deg,#75e6ff 0%,#75e6ff .01%,#878bff 100%);
    border-radius: 10px;
    color: #fff;
    font-weight: 700
}

.counter-d {
    font-size: 16px;
    align-self: flex-end;
    height: 26px;
    margin: 0 0 0 2px
}

.counter__description {
    display: -webkit-box;
    margin-top: 25px;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    text-align: justify;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.slota-slider__btn {
    text-align: center
}

.btn__all-slots {
    background: #fff0;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 128px;
    padding: 5px 10px;
    transition: color 0.3s linear;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.45;
    color: #fff;
    text-transform: uppercase;
    margin-top: 25px;
    text-decoration: none;
    border: 2px solid #7fb8ff;
    border-radius: 100px
}

.providers {
    color: #fff;
    padding-bottom: 60px
}

.providers__header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.providers-header__all {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.45;
    transition: color 0.3s linear;
    cursor: pointer;
    text-decoration: none
}

.providers-header__all:hover {
    color: #75e6ff
}

.providers__wrapper {
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    -moz-column-gap: 15px;
    column-gap: 15px
}

.providers__item {
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 85px;
    position: relative;
    background: radial-gradient(117.25% 64.17% at 46.15% 100%,rgb(117 230 255 / .2) 0%,#fff0 70.03%);
    border-radius: 10px;
    transition: transform 0.2s,box-shadow 2s
}

.providers__item:hover {
    box-shadow: 0 1px 5px #364a7d;
    transform: translate3d(0,-3px,0);
    transition: transform 0.2s,box-shadow 0.1s
}

.providers__item img {
    width: 125px;
    height: 40px
}

.footer {
    padding-bottom: 30px
}

.footer__wrapper {
    border-top: 1px solid #ffffff1a;
    padding-top: 60px;
    display: flex;
    padding-left: 34.6px
}

.footer-left__header {
    display: flex;
    align-items: center;
    gap: 60px
}

.footer__logo svg {
    max-width: 184px
}

.footer__btn {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 128px;
    background: #75e6ff;
    box-shadow: none;
    border: none;
    transition: all 0.3s;
    padding: 5px 15px;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    line-height: 1.45;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    background: linear-gradient(180deg,#75e6ff 0%,#75e6ff .01%,#878bff 100%);
    border-radius: 100px
}

.footer-icon__item {
    border-right: 1px solid #fff0;
    -o-border-image: linear-gradient(181.07deg,#fff0 0%,rgb(125 191 255 / .3) 52.73%,#fff0 99.69%);
    border-image: linear-gradient(181.07deg,#fff0 0%,rgb(125 191 255 / .3) 52.73%,#fff0 99.69%);
    border-image-slice: 1;
    padding: 0 40px;
    height: 32px
}

.footer-icon__item:last-child {
    border-right: 0
}

.footer-icon__item:first-child {
    padding-left: 0
}

.footer-left__footer {
    display: flex;
    margin-top: 80px
}

.footer-icon__item svg {
    height: 33px;
    fill: #fff
}

.footer-icon__item:nth-child(2) svg {
    height: 50px
}

.footer__nav {
    display: flex
}

.footer-nav__list {
    list-style: none;
    text-align: center
}

.footer-nav__item {
    transition: color 0.3s linear;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 12px
}

.footer-nav__item a {
    text-decoration: none
}

.footer-payments {
    display: flex;
    align-items: center
}

.footer-payments__item {
    padding: 10px 20px
}

.footer-payments__item svg {
    fill: #fff3;
    max-height: 35px;
    max-width: 100%
}

.footer-payments__item path {
    fill: #fff3
}

.footer-payments {
    margin-top: 30px;
    margin-bottom: 40px
}

.footer__description {
    color: #7a7a7a;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.45
}

.seo {
    padding: 40px 0;
    color: #fff
}

.seo h1 {
    font-size: 32px
}

.hidden-sidebar {
    width: 100%;
    max-width: 48px;
    z-index: 4
}

.hidden-sidebar .sidebar__logo {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.hidden-sidebar .siderbar__list>.sidebar-list__item>.sidebar-item__name {
    position: absolute;
    right: 0;
    opacity: 0;
    pointer-events: none
}

.hidden-sidebar .sidebar-dropdown {
    display: none
}

.hidden-sidebar .sidebar__burger {
    transform: scaleX(1)
}

.hidden-sidebar .siderbar__list {
    padding: 0;
    overflow: visible;
    margin-top: 0
}

.hidden-sidebar .siderbar__list>.sidebar-list__item {
    background-color: unset;
    justify-content: center
}

.hidden-sidebar .siderbar__list>.sidebar-list__item>.sidebar-item__icon {
    margin: 0
}

.hidden-sidebar .sidebar-list__children {
    position: absolute;
    height: auto;
    max-height: unset;
    margin-top: -47px;
    margin-left: 39px;
    border-radius: 10px;
    opacity: 0;
    pointer-events: none;
    padding-left: 20px
}

.hidden-sidebar .sidebar-list__children .sidebar-list__item {
    margin-bottom: 0;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px
}

.hidden-sidebar .sidebar-list__item:hover+.sidebar-list__children {
    opacity: 1;
    pointer-events: all
}

.hidden-sidebar .sidebar-list__item:hover+.sidebar-list__children .sidebar-list__item,.hidden-sidebar .sidebar-list__children:hover .sidebar-list__item {
    width: 142px;
    background: #0f1127;
    min-height: 47px;
    height: auto;
    color: #7b809a
}

.hidden-sidebar .sidebar-list__children:hover {
    opacity: 1;
    pointer-events: all
}

.chat__widget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    box-shadow: rgb(0 0 0 / .125) 0 .362176px .941657px -1px,rgb(0 0 0 / .18) 0 3px 7.8px -2px;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #2472E8;
    position: fixed;
    right: 8px;
    bottom: 16px;
    align-items: center;
    z-index: 1
}

.hidden-sidebar .sidebar-list__children .sidebar-list__item {
    width: auto
}

.chat__widget svg {
    width: 32px;
    height: 32px
}

@media (max-width: 1024px) {
    .container {
        padding:0 10px
    }

    .sidebar {
        opacity: 0;
        position: absolute;
        pointer-events: none
    }

    .pc-logo {
        display: none
    }

    .mob-logo {
        display: flex
    }

    .mob-logo svg {
        width: 40px;
        height: 40px
    }

    .header__search {
        display: none
    }

    .header__wrapper {
        gap: 0;
        width: 100%;
        margin: auto;
        min-height: 60px
    }

    .header__action {
        justify-content: end
    }

    .header__buttons {
        margin-right: 0;
        gap: 5px
    }

    .btn {
        padding: 5px 24px;
        width: auto
    }

    .fill-btn {
        padding: 5px 20px;
        width: 135px
    }

    .main {
        margin-top: 0
    }

    .banner {
        padding-top: 25px
    }

    .banner-slider-1 .banner-slider__item {
        padding: 20px;
        justify-content: unset
    }

    .banner-slider__item {
        padding: 15px;
        height: 250px;
        justify-content: end
    }

    .banner-item__label {
        font-size: 12px;
        position: absolute;
        top: 15px;
        left: 15px
    }

    .banner-item__title {
        font-size: 20px;
        line-height: 24px;
        height: auto
    }

    .banner-item__subtitle {
        font-size: 10px;
        line-height: 14px;
        font-weight: 400
    }

    .slider__btn {
        width: 24px;
        height: 24px
    }

    .slider__btn svg {
        width: 12px;
        height: auto
    }

    .slider__navigation {
        left: unset;
        right: 20px;
        bottom: 20px;
        gap: 22px
    }

    .banner-item__img {
        height: 72%;
        bottom: 0;
        top: unset
    }

    .slots-filters {
        padding: 25px 0 40px;
        position: relative;
        overflow: hidden
    }

    .filters__nav {
        display: none
    }

    .filters-slots__name {
        scale: 1;
        opacity: 1;
        width: auto;
        margin-left: 5px;
        white-space: nowrap
    }

    .filters__action {
        font-size: 14px;
        position: absolute;
        bottom: -10px;
        width: 100%;
        justify-content: center
    }

    .filter-games__title {
        width: auto;
        white-space: nowrap
    }

    .slots {
        margin-top: 40px
    }

    .slots__header {
        justify-content: space-between
    }

    .slots-header__title {
        font-size: 20px
    }

    .slots__slide {
        grid-template-columns: repeat(2,1fr)
    }

    .slots-slider__navigation {
        display: none
    }

    .tg-sec__wrapper {
        position: relative;
        flex-direction: column;
        padding: 32px 16px;
        align-items: baseline
    }

    .tg-sec__title {
        font-size: 20px;
        margin: 0
    }

    .tg-sec__img {
        position: absolute;
        bottom: 22px;
        right: 28px;
        height: 64px;
        width: auto;
        pointer-events: none;
        opacity: .3
    }

    .lottery__wrapper {
        flex-direction: column;
        display: flex
    }

    .lottery__image {
        height: 188px
    }

    .lottery__content {
        padding: 24px 12px
    }

    .lottery__counter {
        text-align: center
    }

    .lottery-counter__title {
        font-size: 24px;
        text-align: left
    }

    .lottery-counter__date {
        text-align: left
    }

    .lottery+.slots {
        margin-top: 0
    }

    .providers__wrapper {
        grid-template-columns: repeat(2,1fr)
    }

    .footer__wrapper {
        flex-direction: column;
        padding-left: 0
    }

    .footer-left__header {
        flex-direction: column;
        gap: 10px
    }

    .footer__btn {
        width: 100%
    }

    .footer-left__footer {
        margin-top: 40px;
        justify-content: center
    }

    .footer-icon__item {
        padding: 0 20px
    }

    .footer__nav {
        flex-direction: column;
        margin-top: 40px
    }

    .footer-nav__list {
        padding: 0;
        margin: 0
    }

    .footer-payments {
        display: none
    }

    .seo h1 {
        font-size: 25px;
        line-height: 32px
    }
}
