@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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background-color: #00040b;
    color: #d0d0d0;
    font-family: Rubik,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0
}

a {
    color: inherit
}

input,textarea {
    outline: unset
}

.mobile-menu {
    display: none;
}

.body__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sidebar {
    max-width: 230px;
    width: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.sidebar a {
    text-decoration: none
}

.sidebar__wrapper {
    position: sticky;
    top: 0;
    background-color: #131a2d;
}

.sidebar__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px;
    align-items: center;
    margin-bottom: 4px;
}

.hidden-sidebar .sidebar__header {
    margin-bottom: 0;
}

.sidebar__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sidebar__burger {
    width: 30px;
    height: 30px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out,-webkit-transform 0.2s ease-in-out
}

.sidebar__burger svg {
    fill: #445990;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.sidebar__burger:hover svg {
    fill: #fff
}

.siderbar__list {
    padding: 0 8px;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-scroll-chaining: none;
    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: #131a2d;
    border-radius: 10px
}

.siderbar__list::-webkit-scrollbar-thumb {
    background: #364a7d;
    border-radius: 10px
}

.sidebar-list__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin-bottom: 5px;
    cursor: pointer;
    border-radius: 8px;
    background-color: #303e6466;
    padding: 12px 16px;
    line-height: 12px;
}

.sidebar-parent-show {
	margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.sidebar-parent-show+.sidebar-list__children .sidebar-list__item {
	border-radius: 0;
	margin-bottom: 0;
    padding: 12px;
    position: relative;
    border: 0;
    background: unset;
    border-bottom: 1px solid #131a2d;
}

.sidebar-item-nobg {
    padding: 0 16px;
    min-height: 40px;
    background: unset;
}

.sidebar-item__icon {
    margin-right: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.sidebar-parrent .sidebar-item__icon {
    display: none;
}

.sidebar-parrent .sidebar-item__icon.lang-icon {
    display: flex;
}

.hidden-sidebar .sidebar-parent-show .sidebar-item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sidebar-item__icon svg {
    width: 16px;
    height: 16px;
    fill: #8194c8
}

.sidebar-parent-show .sidebar-dropdown {
	display: none;
}

.sidebar-item__name {
    color: #8194c8;
    font-size: 12px;	
    line-height: initial;
    white-space: nowrap
}

.sidebar-parrent+.sidebar-list__children .sidebar-item__name {
	font-size: 14px;
	color: #fff;
}

.sidebar-parent-show .sidebar-item__name {
    line-height: 1.45;
}

.sidebar-single-item .sidebar-item__name {
	font-size: 14px;
	color: #fff;
}

.sidebar-item-nobg .sidebar-item__name {
    color: #fff;
    font-size: 14px;
}

.sidebar-dropdown {
    display: flex;
    top: 15px;
    position: absolute;
    right: 15px;
}

.sidebar-dropdown svg {
    width: 10px;
    height: 10px;
    fill: #8194c8;
}

.sidebar-list__children {
    max-height: 0;
    overflow: hidden
}

.sidebar-seporator {
    height: 20px
}

.lang-icon svg {
    border-radius: 50%
}

.sidebar-contacts__item {
    display: flex;
    gap: 5px;
    font-size: 14px;
    align-items: center;
    color: #fff;
    margin: 7px 0 0 10px;
}

.hidden-sidebar .sidebar-contacts__item {
    font-size: 0;
    justify-content: center;
    margin: 16px 0 0;
}

.sidebar-contacts__item svg {
    width: 25px;
    height: 25px;
}

.sidebar-contacts__item rect {
    fill: #00b6ef
}

.sidebar-parrent.active {
    margin-bottom: 0;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.sidebar-parrent.active .sidebar-dropdown {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    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;
    border-bottom: 1px solid #131a2d;
}

.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-parent-show+.sidebar-list__children {
    max-height: 550px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 8px;
    padding: 0 4px;
    background-color: #1e2943;
}

.no-icon-list .sidebar-item__icon {
    display: none
}

.sidebar-list__children .sidebar-item__name {
    white-space: normal
}

.main__wrapper {
    width: 100%
}

.header {
    position: sticky;
    top: 0;
    z-index: 3;
    background-color: #00040b;
}

.container {
    max-width: 1170px;
    width: 100%;
    margin: auto
}

.header__wrapper {
    position: relative;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1
}

.mob-logo {
    display: none;
}

.header__logo svg {
    max-width: 140px;
}

.header__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.search-input {
    width: 200px;
    color: #998000;
    font-family: Rubik;
    color: #8194c8;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.45;
    min-width: 200px;
    height: 40px;
    padding: 8px;
    background: #242d48;
    border-radius: 8px;
    border: 0;
}

.search-input::-webkit-input-placeholder {
    color: #8194c8
}

.search-input::-moz-placeholder {
    color: #8194c8
}

.search-input:-ms-input-placeholder {
    color: #8194c8
}

.search-input::-ms-input-placeholder {
    color: #8194c8
}

.search-input::placeholder {
    color: #8194c8
}

.search-button {
    width: 33px;
    height: 33px;
    border: 0;
    padding: 0;
    justify-content: end;
    align-items: center;
    border-radius: 6px;
    position: absolute;
    right: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: unset;
    cursor: pointer
}

.search-button svg {
    fill: #7886ab;
    width: 21px;
    height: 20px;
}

.header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.btn {
    position: relative;
    font-size: 14px;
    line-height: 1;
    -webkit-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
    text-decoration: none;
    color: #fff;
    height: 40px;
    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: 4px 16px;
    border: 2px solid #00b6ef;
    border-radius: 8px;
    min-width: 82px;
    width: auto;
    font-weight: normal;
}

.fill-btn {
    background: linear-gradient(120deg, #00b6ef 0%, #00b6ef 30%, #75acff 50%, #00b6ef 70%, #00b6ef 100%);
    border: 0;
    overflow: hidden
}


.banner__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.banner__slider {
    width: 100%
}

.banner-slider__item {
    height: 250px;
    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: unset;
    -ms-flex-align: unset;
    align-items: unset;
    text-align: left;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    padding: 20px
}

.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 {
    min-height: 19px;
    padding: 1px 8px;
    line-height: 10px;
    border-radius: 10px;
    background: #401166;
    gap: 4px;
    display: inline-flex;
    font-size: 10px;
    align-items: center;
    color: #fff;
}

.banner-item__title {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    margin-top: 25px;
    border-radius: 10px;
    font-size: 16px;
    max-width: 325px;
    width: 100%;
    color: #fff;
    line-height: 25px;
    min-height: unset;
    font-weight: unset;
    flex-grow: 1;
}

.banner-title__top {
    color: #cd7dfc;
}

.banner-title__text {
    font-size: 30px;
    font-weight: 600;
}

.banner-item__btn {
    margin-top: 15px;
    text-decoration: none;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 128px;
    padding: 5px 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background: linear-gradient(180deg, #00b6ef 0%, #75acff 100%);
    color: #fff;
    text-transform: unset;
    font-weight: 600;
    font-size: 14px
}

.banner-item__img {
    position: absolute;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    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
}

.banner-slider-2 .banner-slider__item {
    background-image: url(../img/slider_bg_2.webp);
    color: #010100;
    background-size: cover;
    background-position: center
}

.banner-slider-2 .banner-item__title {
    color: #fff
}

.slider__btn {
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
    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;
    color: #fff;
    outline: none;
    width: 24px;
    height: 24px;
    background: #232e4a99;
    border-radius: 20px;
    z-index: 1;
    cursor: pointer
}

.slider__btn svg {
    height: 7px;
    fill: #8194c8;
}

.slider__navigation {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    justify-content: end;
}

.banner-slider-1-next {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.banner-slider-1-prev {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.banner-slider-2-next {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.banner-slider-2-prev {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.banner-item__content {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    height: 100%;
}



.slots-filters {
    padding: 24px 0 32px;
}

.slots-filters__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 16px;
    color: #fff
}

.filters__slots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    overflow: hidden;
    height: 60px;
    border-radius: 8px;
    background: #131a2d;
    padding: 9px 28px;
    align-items: center;
}

.slots-filter__nav {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slors-filter__arrow {
    position: relative;
    width: 56px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
    cursor: pointer;
    z-index: 2;
}

.slors-filter__arrow:before {
    content: "";
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(-90deg, transparent 0%, #131a2d 50%);
    position: absolute;
    top: 0;
    left: 0;
}

.slors-filter__arrow:first-child svg {
    transform: rotate(180deg);
}

.slors-filter__arrow:last-child {
    justify-content: end;
} 

.slors-filter__arrow:last-child:before {

    transform: rotate(180deg) scaleX(1);
}

.filters-slots__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
    gap: 8px;
    width: auto;
}

.filters-slots__item:first-child {
    border-bottom: 2px solid #fff !important;
    display: inline-flex;
}

.filters-slots__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff
}

.filters-slots__icon svg {
    width: 16px;
    height: 16px;
    fill: #fff
}

.filters-slots__icon path {
    fill: #8194c8;
}

.filters-slots__name {
    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;
    height: 100%;
    text-align: center;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
}

.filters__action {
    display: flex;
    grid-area: search-merch;
    gap: 10px;
    align-items: center;
    justify-self: center;
    height: 60px;
    padding: 0 14px;
    background: #131a2d;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.45;
    white-space: nowrap;
    width: 100%;
    max-width: 378px;
}

.filters-action__search,.filters-action__providers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer;
    text-decoration: none;
    width: 170px;
    height: 40px;
    padding: 0 10px;
    background: #242d48;
    border-radius: 8px;
    color: #7886ab;
    font-size: 14px;
    justify-content: space-between;
}

.filters-action__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.filters__action svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
}

.filters-action__providers {
    border-right: 0;
    cursor: pointer
}

.filters-action__providers .filters-action__icon {
    padding-left: 10px
}


.slots {
    color: #fff;
    margin-bottom: 25px
}

.slots__inner {
    position: relative
}

.slots__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.slots-header__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.4;
    font-size: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    -webkit-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
    text-decoration: none
}

.slots-header__link {
    line-height: 1.45;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    padding: 3px 12px;
    background: #232e4a99;
    border-radius: 60px;
    font-size: 14px;
}

.slots-header__link:hover {
    color: #fff
}

.slots-slider {
    margin-top: 25px
}

.slot__item {
    border-radius: 16px;
    background-color: #1a1500;
    overflow: hidden;
    position: relative
}

.slot__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 215px;
    overflow: hidden
}

.slot__img img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
}

.slot__info {
    padding: 15px 15px 20px 15px
}

.slot__title {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.slot__provider {
    color: #806b00;
    line-height: 1.45
}

.slot__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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;
    margin-top: 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    height: 100%;
    background: #00000099;
}

.slot__item:hover .slot__overlay {
    opacity: 1
}

.slot__item:hover .slot__img {
    transform: scale(1.1);
    transition: transform 0.3s linear;
}

.slot__btn {
    font-weight: 700;
    line-height: 1.45;
    color: #000;
    border-radius: 100%;
    overflow: hidden;
    padding: 5px 10px;
    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;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 0;
    background-image: url(/../assets/img/game-play.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    position: relative;
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
}

.slot__btn::before {
    content: "";
    background: linear-gradient(180deg, #00b6ef 0%, #75acff 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.slot__demo {
    color: #00b6ef;
    text-decoration: none;
}

.slot-overlay__action {
    z-index: 1;
    cursor: pointer
}

.slot__demo {
    font-size: 14px
}

.slot__demo:hover {
    text-decoration: underline
}

.winner {
    padding: 0 0 40px;
    color: #fff;
}

.winner__wrapper {
    display: flex;
    gap: 25px;
    justify-content: center;
}

.winner__block {
    border: 1px solid #00b6ef;
    background: #00040b;
    border-radius: 20px;
    width: 100%;
}

.winner-block__title {
    color: #00b6ef;
    font-style: normal;
    font-size: 20px;
    line-height: 1.45;
    text-transform: uppercase;
    padding: 30px 40px 15px;
}

.winner-block__title span {
    color: #fff;
}

.winner-block__icon {
    display: flex;
    align-items: center
}

.winner-block__icon svg {
    width: 20px;
    height: 20px
}

.winner__list {
    margin: 0 32px 32px;
    height: 332px
}

.winner-list__item {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
    padding: 5px;
    background: #131a2d;
    border-radius: 10px;
    border-bottom: 1px solid #ffffff1a
}

.winner-item__img {
    position: relative;
    width: 100%;
    height: 64px;
    border-radius: 10px;
    max-width: 64px;
    overflow: hidden;
    flex-shrink: 0
}

.winner-item__img img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.winner-item__info {
    width: 100%;
    padding: 0 10px 5px;
}

.winner-item__slot {
    line-height: 1.45;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 185px;
    font-size: 14px;
    text-transform: uppercase;
}

.winner-item__name {
    display: flex;
    align-items: center;
    margin-top: 4px;
}

.winner__flag {
    flex: 0 0 auto;
    object-fit: cover;
    object-position: center;
    width: 24px;
    height: 18px;
    margin-right: 10px;
    z-index: 1;
}

.winner-flag-ru {
    background-image: url(../img/ru.svg);
    background-size: cover
}

.winner-user__name {
    line-height: 1.45
}

.winner-item__price {
    line-height: 1.4;
    white-space: nowrap;
    padding-right: 10px;
}

.winner__link {
    display: block;
    text-align: right;
    margin: 5px 5px 0px 0;
}

.providers {
    color: #fff;
    padding-bottom: 40px
}

.providers__header {
    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
}

.providers-header__all {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    padding: 3px 12px;
    background: #232e4a99;
    border-radius: 60px;
    height: 24px;
    font-size: 14px;
    color: #fff;
    font-weight: unset;
    line-height: 1.45;
    -webkit-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
    cursor: pointer;
    text-decoration: none
}

.providers-header__all:hover {
    color: #fff
}

.providers__wrapper {
    margin-top: 15px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(7,1fr);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px
}

.providers__item {
    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%;
    height: auto;
    position: relative;
    background: #131a2d;
    border-radius: 10px;
    -webkit-transition: -webkit-transform 0.2s,-webkit-box-shadow 2s;
    transition: -webkit-transform 0.2s,-webkit-box-shadow 2s;
    -o-transition: transform 0.2s,box-shadow 2s;
    transition: transform 0.2s,box-shadow 2s;
    padding: 8px 15px;
    transition: transform 0.2s,box-shadow 2s,-webkit-transform 0.2s,-webkit-box-shadow 2s
}

.providers__item img {
    width: 100px;
    height: 38px;
}

.footer {
    padding-bottom: 30px
}

.footer__wrapper {
    border-top: 1px solid #232e4a;
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-left__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px
}

.footer__btn {
    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-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 5px 15px;
    font-style: normal;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    width: 185px;
    height: 40px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    line-height: 1;
    background: linear-gradient(180deg, #00b6ef 0%, #75acff 100%);
    font-weight: 600;
}

.footer-icon__item {
    border-right: 1px solid #fff0;
    -o-border-image: -o-linear-gradient(181.07deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 52.73%, rgba(255, 255, 255, 0) 99.69%);
    border-image: linear-gradient(181.07deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 52.73%, rgba(255, 255, 255, 0) 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px
}

.footer-icon__item svg {
    height: 33px;
    fill: #fff
}

.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-nav__list {
    list-style: none;
    text-align: center
}

.footer-nav__item {
    -webkit-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.45;
    margin-bottom: 12px;
    text-align: left;
}

.footer-nav__item a {
    text-decoration: none
}

.footer-payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-payments__item {
    padding: 8px 16px
}

.footer-payments__item:first-child {
    padding-left: 0;
}

.footer-payments__item svg {
    fill: #fff3;
    max-height: 35px;
    max-width: 100%
}

.footer-payments__item path {
    fill: #8194c8
}

.footer-payments {
    margin-top: 30px;
    margin-bottom: 40px
}

.footer__description {
    color: #454c60;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.45
}

.seo {
    color: #fff
}

.seo h1 {
    font-size: 32px
}

.hidden-sidebar {
    max-width: 48px
}

.hidden-sidebar .sidebar__logo {
    display: 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 {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.hidden-sidebar .siderbar__list {
    padding: 0 4px;
    overflow: visible;
    margin-top: 0
}

.hidden-sidebar .siderbar__list>.sidebar-list__item {
    background-color: unset;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
}

.hidden-sidebar .siderbar__list>.sidebar-list__item>.sidebar-item__icon {
    margin: 0;
    display: flex;
}

.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__children:hover {
    opacity: 1;
    pointer-events: all
}

.chat_widget {
    position: fixed;
    bottom: 16px;
    right: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    box-shadow: rgba(0, 0, 0, 0.125) 0px 0.362176px 0.941657px -1px, rgba(0, 0, 0, 0.18) 0px 3px 7.8px -2px;
    border-radius: 50%;
    background: #FFFFFF;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    background-color: #0059E1;
    align-items: center;
    z-index: 10;
}

.chat_widget svg {
    width: 32px;
    height: 32px;
}

@media (max-width: 1024px) {
    .container {
        padding:0 10px
    }

    .sidebar {
        display: none
    }

    .header__search {
        display: none
    }

    .header__wrapper {
        gap: 0;
        width: 100%;
        margin: auto;
        min-height: 60px
    }

    .header__action {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end
    }

    .header__buttons {
        margin-right: 0
    }

    .pc-logo {
        display: none;
    }

    .mob-logo {
        display: flex;
    }

    .btn {
        padding: 5px 24px;
        width: auto
    }

    .fill-btn {
        padding: 5px 20px;
        width: 135px
    }

    .banner-slider-2 {
        display: none
    }

    .banner-slider__item {
        padding: 15px;
        height: 250px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end
    }

    .banner-item__label {
        font-size: 12px;
        position: absolute;
        top: 15px;
        left: 15px
    }

    .banner-item__title {
        font-size: 24px;
        line-height: 1.15;
        min-height: auto;
        min-height: 89px
    }

    .banner-item__img {
        height: 72%;
        bottom: 0;
        top: unset
    }

    .slots-filters {
        position: relative;
        overflow: hidden
    }

    .slots-filters__wrapper {
        overflow: scroll;
    flex-direction: column;
    }

    .slots-filters__wrapper::-webkit-scrollbar {
        width: 0
    }

    .slots-filters__wrapper {
        -ms-overflow-style: none
    }

    .filters__slots {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        overflow: visible;
        width: 100%;
        margin-bottom: 12px;
    }

    .filters-slots__name {
        scale: 1;
        opacity: 1;
        width: auto;
        margin-left: 5px;
        white-space: nowrap
    }

    .filters__action {
        font-size: 14px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .filter-games__title {
        width: auto;
        white-space: nowrap
    }

    .winner-block__title {
        padding: 15px;
    }

    .winner__list {
        margin: 0 12px 24px;
    }

    .winner-item__slot {
        max-width: 88px;
    }

    .providers {
        overflow: hidden;
    }

    .providers__wrapper {
        display: flex;
    }

    .slots {
        margin-bottom: 24px
    }

    .slots-header__title {
        font-size: 16px;
    }

    .slots-slider {
        margin-top: 16px;
    }

    .slot__img {
        height: 130px;
    }

    .slots__header {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .slots__slide {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr)
    }

    .slots-slider__navigation {
        display: none
    }

    .winner__wrapper {
        flex-direction: column;
    }

    .providers__wrapper {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr)
    }

    .footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-left__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 35px
    }

    .footer__btn {
        width: 100%
    }

    .footer-left__footer {
        margin-top: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer-icon__item {
        padding: 0 20px
    }

    .footer__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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;
    }

   .mobile-menu {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #0f0f19;
        height: 66px;
        padding: 8px 0;
        z-index: 2;
        display: block;
        margin-bottom: -15px;
    }
    .chat_widget {
        display: none;
    }
    .mobile-menu__wrapper {
        display: flex;
        justify-content: space-between;
    }
    .mobile-menu__item {
        text-decoration: none;
        min-width: 57px;
        height: 48px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 4px;
        justify-content: center;
        position: relative;
    }
    .menu-item-dep {
        background: linear-gradient(180deg, #8e54e9 19.49%, #2776e6 100%);
        box-shadow: 0 8px 20px 0 rgba(127, 182, 255, 0.4);
        width: 70px;
        height: 70px;
        border-radius: 50%;
        color: #fff;
        margin-top: -21px;
    }    
    .mobile-menu__icon {
        display: flex;
    }
    .mobile-menu__icon svg {
        width: 16px;
        height: 16px;
    }
    .mobile-menu__icon path {
        fill: #8194c8;
    }
    .mobile-menu__title {
        font-size: 11px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .menu-item-dep .mobile-menu__icon {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
    }
    .menu-item-dep svg {
        width: 24px;
        height: 24px;
    }  
    .menu-item-dep path {
        fill: #fff;
    }    
}

.app-loader,.preloader {
    z-index: 10000
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: linear-gradient(315deg, #131a2d 0%, #00040b 75%);
    opacity: 1;
    transition: all .3s;
}

.preloader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
    transition: all .3s;
}

.preloader-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.preloader-img {
    width: 300px;
}

.preloader-img svg {
    height: 100%;
    width: 300px;
    max-width: 100%;
}

.preloader-loader {
    position: relative;
    height: 50px;
    margin: 20px auto 0
}

.preloader-loader {
    --speed: 1.5s;
    --easing: cubic-bezier(0.075, 0.82, 0.165, 1)
}

.preloader-loader:before,.preloader-loader:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
    border: 2px solid #00b6ef;
    border-radius: 50%;
    opacity: 0;
    animation: loader-6-1 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite
}

.preloader-loader:after {
    animation: loader-6-2 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) .1s infinite
}

@keyframes loader-6-1 {
    0% {
        transform: translate3d(0, 0, 0) scale(0);
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        transform: translate3d(0, 0, 0) scale(1.5);
        opacity: 0
    }
}

@keyframes loader-6-2 {
    0% {
        transform: translate3d(0, 0, 0) scale(0);
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0
    }
}
