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

body {
    background-color: #0c111c;
    color: #fff;
    font-family: Montserrat,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0
}

body::-webkit-scrollbar {
    display: none
}

a {
    color: inherit
}

input,textarea {
    outline: unset
}

h2,h3,h4 {
    color: #fff;
    font-size: 24px;
    margin: 10px 0 0
}

.reflink {
    cursor: pointer
}

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

.header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
    z-index: 5
}

.header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    gap: 10px;
    padding-bottom: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #4757741f
}

.fixed .header__top {
    display: none
}

.header-top__left,.header-top__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.header-top__home {
    height: 31px;
    width: 31px;
    padding: 0 10px;
    border: 2px solid #0000;
    background-clip: padding-box,border-box;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#192232),to(#192232)),-webkit-gradient(linear,left top,left bottom,color-stop(20%,#212f44),color-stop(47%,#192232));
    background-image: -o-linear-gradient(top,#192232,#192232),-o-linear-gradient(top,#212f44 20%,#192232 47%);
    background-image: linear-gradient(180deg,#192232,#192232),linear-gradient(180deg,#212f44 20%,#192232 47%);
    background-image: linear-gradient(to bottom,#192232,#192232),linear-gradient(to bottom,#212f44 20%,#192232 47%);
    background-origin: border-box;
    border-radius: 50px;
    -webkit-box-shadow: 0 5px 6px 0 #11141b1f;
    box-shadow: 0 5px 6px 0 #11141b1f;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-top__home svg {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header-top__vpn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 25px 0 50px;
    border: 2px solid #0000;
    height: 31px;
    background-clip: padding-box,border-box;
    background-origin: border-box;
    border-radius: 50px;
    -webkit-box-shadow: 0 5px 6px 0 #11141b1f;
    box-shadow: 0 5px 6px 0 #11141b1f;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#021e3b),to(#021e3b)),-webkit-gradient(linear,left top,left bottom,color-stop(20%,#5eccfc),color-stop(47%,#021e3b));
    background-image: -o-linear-gradient(top,#021e3b,#021e3b),-o-linear-gradient(top,#5eccfc 20%,#021e3b 47%);
    background-image: linear-gradient(180deg,#021e3b,#021e3b),linear-gradient(180deg,#5eccfc 20%,#021e3b 47%)
}

.vpn__icon {
    position: absolute;
    bottom: -2px;
    -webkit-filter: drop-shadow(0 0 10px #2D94FE);
    filter: drop-shadow(0 0 10px #2D94FE);
    left: 0;
    top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-top__vpn p {
    font-size: 11px;
    font-weight: 700;
    text-shadow: 0 2.577px 2.577px #00000040;
    color: #fff
}

.header-top__vpn span {
    color: #5eccfc
}

.vpn__icon2 {
    padding-bottom: 5px
}

.header-top__transfer {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#043466),to(#043466)),-webkit-gradient(linear,left top,left bottom,color-stop(20%,#2786fd),color-stop(47%,#043466));
    background-image: -o-linear-gradient(top,#043466,#043466),-o-linear-gradient(top,#2786fd 20%,#043466 47%);
    background-image: linear-gradient(180deg,#043466,#043466),linear-gradient(180deg,#2786fd 20%,#043466 47%);
    padding: 0 35px 0 50px;
    position: relative;
    border: 2px solid #0000;
    height: 31px;
    background-clip: padding-box,border-box;
    background-image: linear-gradient(180deg,#043466,#043466),linear-gradient(180deg,#2786fd 20%,#043466 47%);
    background-origin: border-box;
    font-size: 14px;
    border-radius: 50px;
    -webkit-box-shadow: 0 5px 6px 0 #11141b1f;
    box-shadow: 0 5px 6px 0 #11141b1f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.transfer__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: -18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.tranfer__icon2 {
    left: 0;
    position: absolute;
    top: -2px
}

.header-top__transfer p {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    font-weight: 700;
    text-shadow: 0 2.577px 2.577px #00000040;
    z-index: 1;
    color: #fff
}

.transfer__icon3 {
    bottom: -3px;
    position: absolute;
    right: 0
}

.header-top__app {
    padding: 0 20px 0 10px;
    height: 31px;
    background-clip: padding-box,border-box;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#192232),to(#192232)),-webkit-gradient(linear,left top,left bottom,color-stop(20%,#212f44),color-stop(47%,#192232));
    background-image: -o-linear-gradient(top,#192232,#192232),-o-linear-gradient(top,#212f44 20%,#192232 47%);
    background-image: linear-gradient(180deg,#192232,#192232),linear-gradient(180deg,#212f44 20%,#192232 47%);
    background-image: linear-gradient(to bottom,#192232,#192232),linear-gradient(to bottom,#212f44 20%,#192232 47%);
    background-origin: border-box;
    border: 3px solid #0000;
    border-radius: 50px;
    -webkit-box-shadow: 0 5px 6px 0 #11141b1f;
    box-shadow: 0 5px 6px 0 #11141b1f;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-top__app .windows {
    color: #475774;
    width: 16px
}

.app_item {
    padding-left: 8px;
    position: relative;
    line-height: 11px
}

.app__title {
    color: #475774;
    font-size: 9px;
    font-weight: 700
}

.app__type {
    font-size: 8px
}

.app_item.last {
    margin-left: 8px;
    padding-left: 8px;
    position: relative
}

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

.app__icons svg {
    color: #475774
}

.app__type {
    font-size: 8px
}

.app_item.last:before {
    background: #475774;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px
}

.header-top__bonus {
    height: 31px;
    padding: 0 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-clip: padding-box,border-box;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#192232),to(#192232)),-webkit-gradient(linear,left top,left bottom,color-stop(20%,#212f44),color-stop(47%,#192232));
    background-image: -o-linear-gradient(top,#192232,#192232),-o-linear-gradient(top,#212f44 20%,#192232 47%);
    background-image: linear-gradient(180deg,#192232,#192232),linear-gradient(180deg,#212f44 20%,#192232 47%);
    background-image: linear-gradient(to bottom,#192232,#192232),linear-gradient(to bottom,#212f44 20%,#192232 47%);
    background-origin: border-box;
    border: 3px solid #0000;
    border-radius: 50px;
    -webkit-box-shadow: 0 5px 6px 0 #11141b1f;
    box-shadow: 0 5px 6px 0 #11141b1f;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px
}

.header-top__bonus svg {
    margin-right: 7px;
    width: 13px
}

.header-top__lang {
    height: 31px;
    padding: 0 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-clip: padding-box,border-box;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#192232),to(#192232)),-webkit-gradient(linear,left top,left bottom,color-stop(20%,#212f44),color-stop(47%,#192232));
    background-image: -o-linear-gradient(top,#192232,#192232),-o-linear-gradient(top,#212f44 20%,#192232 47%);
    background-image: linear-gradient(180deg,#192232,#192232),linear-gradient(180deg,#212f44 20%,#192232 47%);
    background-image: linear-gradient(to bottom,#192232,#192232),linear-gradient(to bottom,#212f44 20%,#192232 47%);
    background-origin: border-box;
    border: 3px solid #0000;
    border-radius: 50px;
    -webkit-box-shadow: 0 5px 6px 0 #11141b1f;
    box-shadow: 0 5px 6px 0 #11141b1f;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px
}

.header-top__lang svg {
    margin-right: 7px;
    width: 13px
}

.bonus__text {
    font-size: 10px;
    font-weight: 700
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 0 0
}

.fixed .header__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 13px
}

.header__logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-logo__img {
    height: 24px
}

.header__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.btn {
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    background-clip: padding-box,border-box;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#192232),to(#192232)),-webkit-gradient(linear,left top,left bottom,color-stop(20%,#212f44),color-stop(47%,#192232));
    background-image: -o-linear-gradient(top,#192232,#192232),-o-linear-gradient(top,#212f44 20%,#192232 47%);
    background-image: linear-gradient(180deg,#192232,#192232),linear-gradient(180deg,#212f44 20%,#192232 47%);
    background-image: linear-gradient(to bottom,#192232,#192232),linear-gradient(to bottom,#212f44 20%,#192232 47%);
    background-origin: border-box;
    -webkit-box-shadow: 0 5px 6px 0 #11141b1f;
    box-shadow: 0 5px 6px 0 #11141b1f;
    border: 3px solid #00000029
}

.btn-fill {
    color: #fff;
    border: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#3ec2fa),to(#195fee));
    background-image: -o-linear-gradient(top,#3ec2fa,#195fee);
    background-image: linear-gradient(180deg,#3ec2fa,#195fee)
}

.header__search {
    width: 47px;
    height: 47px;
    padding: 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
}

.header__search svg {
    width: 18px;
    height: 18px
}

.header {
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0)
}

.mobile__action {
    display: none
}

.body-margin {
    margin-top: 159.3px
}

.main {
    margin-top: 40px
}

.banner-slider {
    margin: 0 -10px
}

.banner__slide {
    height: 386px;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.banner-slide-1 {
    background-image: url(../images/banner-bg__1.webp);
    background-size: cover;
    padding: 30px 10px 35px 69px
}

.banner-slide__title {
    text-shadow: 0 6.189px 8.252px #172e504d;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 4.7rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0
}

.banner-slide__title span {
    font-size: 3.5rem;
    opacity: .9;
    display: block
}

.banner-slide__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.banner-bottom__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
    gap: 15px;
    background-color: rgb(18 26 41 / .302);
    border-radius: 15px;
    padding: 10px 15px;
    text-align: center
}

.banner-bottom__img {
    width: 60px
}

.banner-text__title span {
    color: #2b90fe
}

.banner-text__subtitle {
    font-size: .9rem;
    padding-top: 2px;
    font-weight: 400
}

.banner-slide__img img {
    height: 400px;
    position: absolute;
    right: -10px;
    top: 0
}

.winner {
    margin: 50px 0 20px
}

.winner__wrapper {
    overflow: hidden
}

.winner__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-clip: padding-box,border-box;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#192232),to(#192232)),-webkit-gradient(linear,left top,left bottom,color-stop(20%,#212f44),color-stop(47%,#192232));
    background-image: -o-linear-gradient(top,#192232,#192232),-o-linear-gradient(top,#212f44 20%,#192232 47%);
    background-image: linear-gradient(to bottom,#192232,#192232),linear-gradient(to bottom,#212f44 20%,#192232 47%);
    background-origin: border-box;
    border: 3px solid #0000;
    border-radius: 25px;
    -webkit-box-shadow: 0 5px 6px 0 #11141b1f;
    box-shadow: 0 5px 6px 0 #11141b1f;
    min-width: 215px;
    max-width: 239px;
    gap: 15px;
    text-decoration: none
}

.winner__item.swiper-slide-active .winner-text__name {
    -webkit-animation: 2s ease 0s 1 normal both running tada,500ms ease 0s 1 normal both running xAppear;
    animation: 2s ease 0s 1 normal both running tada,500ms ease 0s 1 normal both running xAppear
}

@-webkit-keyframes xAppear {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes xAppear {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.winner-item__img {
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px 0 #0a0f11;
    box-shadow: 0 0 10px 0 #0a0f11;
    height: 110px;
    width: 80px;
    overflow: hidden
}

.winner-item__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.winner-item__text {
    padding: 7px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.winner-text__rate {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 2px;
    line-height: 1.2
}

.winner-text__name {
    font-size: .9rem;
    font-weight: 700;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.winner-universe {
    color: #9400d3
}

.winner-titanic {
    color: #32cd32
}

.winner-jumbo {
    color: tomato
}

.winner-supernova {
    color: tomato
}

.winner-cosmic {
    color: #b22222
}

.winner-ultra {
    color: hotpink
}

.winner-galactiv {
    color: purple
}

.winner-text__user {
    color: #677a9d;
    font-size: .6rem;
    margin-bottom: 3px;
    line-height: 1
}

.winner-text__sum {
    font-size: .9rem;
    font-weight: 700
}

.filters {
    margin-top: 40px;
    margin-bottom: -20px
}

.filters__wrapper {
    grid-gap: 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100% - 330px) 10px 320px;
    grid-template-columns: calc(100% - 330px) 320px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.filter__arrow>div {
    background-color: #192232;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 13px 3px #0c111c;
    box-shadow: 0 0 13px 3px #0c111c;
    height: 46px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-clip: padding-box,border-box;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#192232),to(#192232)),-webkit-gradient(linear,left top,left bottom,color-stop(20%,#212f44),color-stop(47%,#192232));
    background-image: -o-linear-gradient(top,#192232,#192232),-o-linear-gradient(top,#212f44 20%,#192232 47%);
    background-image: linear-gradient(to bottom,#192232,#192232),linear-gradient(to bottom,#212f44 20%,#192232 47%);
    background-origin: border-box;
    border: 3px solid #0000;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: border .3s ease;
    -o-transition: border .3s ease;
    transition: border .3s ease;
    z-index: 2
}

.filter__arrow>div svg {
    color: #475774;
    height: 16px;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    width: 16px
}

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

.filter-scroll {
    overflow: hidden;
    position: relative;
    padding: 20px 60px
}

.filter__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.filter__btn {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#41c6ff),to(#1a64fc)),-webkit-gradient(linear,left top,left bottom,from(#79cdfd),to(#1a64fc));
    background-image: -o-linear-gradient(top,#41c6ff,#1a64fc),-o-linear-gradient(top,#79cdfd,#1a64fc);
    background-image: linear-gradient(180deg,#41c6ff,#1a64fc),linear-gradient(180deg,#79cdfd,#1a64fc);
    -webkit-box-shadow: 0 0 20px 0 #3a7cffab;
    box-shadow: 0 0 20px 0 #3a7cffab;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 5px 17px 5px 10px;
    height: 46px;
    border: 0;
    max-width: 200px;
    white-space: nowrap
}

.filter-btn__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 18px;
    height: 18px;
    margin-left: 5px;
    margin-right: 8px
}

.filter-btn__count {
    border: 2px solid #fff;
    border-radius: 30px;
    font-size: .7rem;
    font-weight: 700;
    margin-left: 10px;
    padding: 3px 10px;
    line-height: 1
}

.filter__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #677a9d;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.1rem;
    font-weight: 500;
    height: 46px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 17px 5px 10px;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto
}

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

.filter-item__icon svg {
    height: 18px;
    margin-left: 5px;
    margin-right: 8px;
    width: 18px
}

.filter-btn__col {
    border: 2px solid #fff;
    border-radius: 30px;
    font-size: .7rem;
    font-weight: 700;
    margin-left: 10px;
    padding: 3px 10px
}

.filter-providers {
    font-size: 1rem;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-clip: padding-box,border-box;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#192232),to(#192232)),-webkit-gradient(linear,left top,left bottom,color-stop(20%,#212f44),color-stop(47%,#192232));
    background-image: -o-linear-gradient(top,#192232,#192232),-o-linear-gradient(top,#212f44 20%,#192232 47%);
    background-image: linear-gradient(to bottom,#192232,#192232),linear-gradient(to bottom,#212f44 20%,#192232 47%);
    background-origin: border-box;
    border: 3px solid #0000;
    border-radius: 50px;
    -webkit-box-shadow: 0 5px 6px 0 #11141b1f;
    box-shadow: 0 5px 6px 0 #11141b1f;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-style: normal;
    color: #677a9d;
    font-weight: 500;
    padding: 2px 8px
}

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

.filter-providers__icon svg {
    height: 24px;
    margin-right: 10px;
    width: 24px
}

.slots {
    margin-top: 50px
}

.slots__wrapper {
    overflow: hidden
}

.slots__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.slot__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.slot-arrow {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #19223280;
    border: 2px solid rgb(70 80 99 / .149);
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-filter: drop-shadow(0 4.692px 5.631px rgb(17 20 27 / .12));
    filter: drop-shadow(0 4.692px 5.631px rgb(17 20 27 / .12));
    height: 55px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: background-color .3s ease,border-color .3s ease;
    -o-transition: background-color .3s ease,border-color .3s ease;
    transition: background-color .3s ease,border-color .3s ease;
    width: 55px
}

.slot-arrow:first-child {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slot-arrow svg {
    color: #475774;
    height: 16px;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    width: 16px
}

.slots__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #19223280;
    border: 2px solid rgb(70 80 99 / .149);
    border-radius: 100px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.2rem;
    font-weight: 400;
    height: 55px;
    padding: 8px 25px;
    -webkit-transition: background-color .3s ease,border-color .3s ease;
    -o-transition: background-color .3s ease,border-color .3s ease;
    transition: background-color .3s ease,border-color .3s ease;
    text-decoration: none
}

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

.slots-title__icon svg {
    margin-right: 10px;
    width: 23px;
    height: 23px
}

.slots-slider {
    padding-bottom: 10px
}

.slots-slider__item {
    padding: 30px 3px 20px;
    width: 176px
}

.slots-item__wrapper {
    position: relative;
    width: 100%
}

.slots-slider__img {
    height: 238px;
    position: relative;
    border-radius: 25px;
    overflow: hidden
}

.slots-slider__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    width: 100%
}

.slots-slider__overlay {
    position: absolute;
    top: 0;
    background-color: #10131fbf;
    border-radius: 25px;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.slots-slider__overlay:hover {
    opacity: 1
}

.slots-slider__item:hover .slots-slider__img img {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    will-change: transform
}

.slots__name {
    font-size: 17px;
    font-weight: 700;
    overflow: hidden;
    padding: 0 15px;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1
}

.slots__provider {
    color: #677a9d;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    padding: 5px 15px 0;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.slots-overlay__play {
    border-radius: 50%;
    height: 90px;
    width: 90px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#41c6ff),to(#1a64fc)),-webkit-gradient(linear,left top,left bottom,from(#79cdfd),to(#1a64fc));
    background-image: -o-linear-gradient(top,#41c6ff,#1a64fc),-o-linear-gradient(top,#79cdfd,#1a64fc);
    background-image: linear-gradient(180deg,#41c6ff,#1a64fc),linear-gradient(180deg,#79cdfd,#1a64fc);
    -webkit-box-shadow: 0 5px 6px 0 #11141b1f,0 0 36.54px 0 #3a7cffab;
    box-shadow: 0 5px 6px 0 #11141b1f,0 0 36.54px 0 #3a7cffab;
    margin-left: auto;
    margin-right: auto;
    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
}

.slots-overlay__play img {
    height: 50px;
    padding-left: 5px;
    width: 50px
}

.slots-overlay__fav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background-color: #192232cc;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    width: 40px;
    margin-left: auto;
    margin-right: auto
}

.slots-overlay__fav img {
    height: 18px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    width: 18px
}

.slots-overlay__demo {
    position: absolute;
    bottom: -29px;
    text-align: center;
    color: #677a9d;
    font-size: .8rem;
    font-weight: 700;
    width: 90px;
    height: 30px;
    border-radius: 0 0 25px 25px;
    background-color: #19223257;
    left: 0;
    right: 0;
    margin: auto;
    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
}

.jackpot {
    margin-top: 20px
}

.jackpot__wrapper {
    position: relative;
    background: url(../jackpot.html);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    -webkit-box-shadow: 14px 0 12px 0 #0a0e1b40;
    box-shadow: 14px 0 12px 0 #0a0e1b40;
    height: 145px;
    padding: 0 35px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jackpot__wrapper::after {
    background: #0d131c;
    border-radius: 25px;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .73;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.jackpot__text {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    z-index: 1
}

.jackpot__text span {
    display: block;
    color: #7a85a5;
    font-size: 24px;
    font-weight: 400
}

.jackpot__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    width: 78%;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

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

.jackpot-item__img {
    height: 120px;
    width: 120px
}

.jackpot-item__img img {
    max-width: 100%
}

.jackpot-item__text {
    line-height: 1.2
}

.jackpot-text__title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 2px
}

.jackpot-text__count {
    font-size: 32px;
    font-weight: 700
}

.jackpot__arrow {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1
}

.tournament {
    margin-top: 120px
}

.tournament__wrapper {
    border-radius: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 400px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 1;
    padding: 30px 60px;
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1s ease,-webkit-transform 1s ease;
    transition: opacity 1s ease,-webkit-transform 1s ease;
    -o-transition: transform 1s ease,opacity 1s ease;
    transition: transform 1s ease,opacity 1s ease;
    transition: transform 1s ease,opacity 1s ease,-webkit-transform 1s ease;
    width: 100%;
    background-image: url(../images/tournament_bg.webp);
    background-size: cover;
    background-position: center
}

.tournament__counter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
    background: #1117253b;
    border-radius: 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 110px;
    margin-right: 15px;
    padding: 0 25px
}

.tournament-counter__text {
    font-weight: 700;
    margin-right: 15px;
    text-shadow: 0 13px 18px #172e502e;
    text-transform: uppercase;
    font-size: 18px;
    opacity: .9;
    color: #eaeef1;
    line-height: 1.2
}

.tournament-counter__text span {
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 5px;
    padding-top: 5px;
    display: block;
    color: #fff
}

#counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px
}

.count {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #333d5040;
    border: 3px solid #ffffff1a;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 25px;
    font-weight: 700;
    height: 58px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 58px
}

.tournament-count__name {
    font-size: 12px;
    font-weight: 400;
    opacity: .8;
    padding-top: 7px;
    text-align: center;
    text-shadow: 0 2px 3px #0a0d1169;
    text-transform: uppercase
}

.tournament__title {
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    opacity: .9;
    text-shadow: 0 4px 8px #172e502e;
    text-transform: uppercase;
    margin-top: 30px
}

.tournament__price {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    text-shadow: 0 9px 13px #172e502e
}

.tournament__subtitle {
    font-size: 12px;
    font-weight: 300;
    max-width: 530px;
    opacity: .8;
    padding-top: 10px
}

.tournament__btn {
    border: 3px solid #212f44;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#41c6ff),to(#1a64fc)),-webkit-gradient(linear,left top,left bottom,from(#79cdfd),to(#1a64fc));
    background-image: -o-linear-gradient(top,#41c6ff,#1a64fc),-o-linear-gradient(top,#79cdfd,#1a64fc);
    background-image: linear-gradient(180deg,#41c6ff,#1a64fc),linear-gradient(180deg,#79cdfd,#1a64fc);
    -webkit-box-shadow: 0 5px 6px 0 #11141b1f,0 0 36.54px 0 #3a7cffab;
    box-shadow: 0 5px 6px 0 #11141b1f,0 0 36.54px 0 #3a7cffab;
    margin-top: 30px;
    text-decoration: none
}

.tournament__img {
    bottom: 0;
    position: absolute;
    right: 0;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease,-webkit-transform 1s ease;
    width: 470px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.seo {
    padding: 50px 0
}

.footer {
    background-color: #121a29;
    padding: 50px 20px
}

.footer__wrapper {
    grid-gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    position: relative;
    width: 100%
}

.footer-info {
    max-width: 432px;
    width: 100%
}

.footer__logo {
    margin-bottom: 20px;
    width: 180px
}

.footer-info__text {
    color: #677a9d;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    margin: 0
}

.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-nav__list {
    padding: 0;
    margin: 0;
    list-style: none
}

.footer-nav__title {
    margin-bottom: 8px;
    display: block
}

.footer-nav__item {
    text-decoration: none;
    font-size: 14px;
    padding: 4px 0;
    color: #677a9d
}

.footer-nav__link {
    text-decoration: none;
    font-size: 14px;
    display: block;
    color: #677a9d
}

.footer__providers {
    grid-column-gap: 20px;
    grid-row-gap: 32px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(108px,1fr));
    padding: 30px 0;
    text-align: center;
    width: 100%
}

.footer-providers__item img {
    width: 108px;
    max-height: 45px
}

.footer__payments {
    grid-column-gap: 20px;
    grid-row-gap: 32px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(108px,1fr));
    border-top: 1px solid #273140;
    border-bottom: 1px solid #273140;
    padding: 30px 0 20px;
    text-align: center;
    width: 100%
}

.footer-payments__item img {
    max-height: 45px;
    width: 108px
}

.footer__bottom {
    grid-gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 30px 10px 0
}

.footer__description {
    color: #677a9d;
    font-size: 13px;
    font-weight: 300;
    grid-gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    line-height: 1.2
}

.footer__description svg {
    height: 50px;
    margin-right: 15px;
    width: 50px
}

.footer-bottom__info {
    grid-gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer-bottom__rate {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    color: #677a9d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 15px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#192232),to(#192232)),-webkit-gradient(linear,left top,left bottom,color-stop(20%,#212f44),color-stop(47%,#192232));
    background-image: -o-linear-gradient(top,#192232,#192232),-o-linear-gradient(top,#212f44 20%,#192232 47%);
    background-image: linear-gradient(to bottom,#192232,#192232),linear-gradient(to bottom,#212f44 20%,#192232 47%);
    border: 3px solid #0000;
    -webkit-box-shadow: 0 5px 6px 0 #11141b1f;
    box-shadow: 0 5px 6px 0 #11141b1f;
    background-clip: padding-box,border-box
}

.footer-bottom__link.license img {
    border-radius: 10px;
    width: 90px
}

.footer-bottom__link.gambling img {
    height: 32px;
    width: 40px
}

.all-slots {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

@media (max-width: 1024px) {
    .header__top {
        display:none
    }

    .header__search {
        display: none
    }

    .header__btn.btn-fill {
        display: none
    }

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

    .container {
        padding: 0 10px
    }

    .banner__slide {
        height: 220px;
        padding: 17px 20px;
        border-radius: 0
    }

    .banner-slide__title {
        font-size: 1.5rem;
        line-height: 1.2
    }

    .banner-slide__title span {
        font-size: 1.5rem
    }

    .banner-bottom__item:first-child .banner-text__title {
        text-align: left;
        line-height: 1.2
    }

    .banner-bottom__img {
        width: 30px
    }

    .banner-bottom__text {
        font-size: 1rem
    }

    .banner-slide__img img {
        height: 150px;
        bottom: 30px;
        margin: auto
    }

    .banner-slide__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 240px;
        gap: 10px
    }

    .banner-bottom__item {
        padding: 5px 10px
    }

    .banner-text__subtitle {
        font-size: .5rem
    }

    .winner {
        margin: 15px 0
    }

    .body-margin {
        margin-top: 80px
    }

    .main {
        margin-top: 20px
    }

    .filters {
        margin: 0
    }

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

    .filter-scroll {
        width: 100%;
        padding: 17px 55px;
        margin: -12px 0 -10px
    }

    .filter__btn,.filter__item {
        height: 57px;
        min-width: 70px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 10px;
        padding: 7px;
        font-size: .7rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .filter-btn__icon,.filter-item__icon {
        width: 24px;
        height: 24px;
        margin: 0 0 5px
    }

    .filter-item__icon svg {
        width: 24px;
        height: 24px;
        margin: 0 0 5px
    }

    .filter-btn__count,.filter-btn__col {
        display: none
    }

    .filter-providers {
        width: 100%
    }

    .slots {
        margin-top: 30px
    }

    .slots-slider__img {
        height: 150px
    }

    .jackpot__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        padding: 20px;
        background-position: center
    }

    .jackpot__text {
        margin-bottom: 20px;
        text-align: center
    }

    .jackpot__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }

    .header__action {
        gap: 10px
    }

    .jackpot__item {
        gap: 15px
    }

    .jackpot-item__img {
        width: 80px;
        height: 80px
    }

    .jackpot-text__title {
        font-size: 1rem
    }

    .jackpot-text__count {
        font-size: 1.67rem
    }

    .jackpot__arrow {
        display: none
    }

    .seo {
        padding: 0 0 30px
    }

    .slots__header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .slots__title {
        font-size: .9rem;
        height: 45px;
        padding: 0 15px
    }

    .slot__nav {
        gap: 10px
    }

    .tournament {
        display: none
    }

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

    .footer__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px
    }

    .footer__providers {
        grid-gap: 15px;
        grid-template-columns: repeat(auto-fit,minmax(80px,1fr))
    }

    .footer__payments {
        grid-gap: 15px;
        grid-template-columns: repeat(auto-fit,minmax(80px,1fr))
    }

    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 25px;
        padding: 30px 10px 0
    }

    .footer-bottom__info {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .footer__description svg {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .all-slots {
    	grid-template-columns: repeat(2, 1fr);
	    gap: 10px;
	    margin-top: 20px;
    }
    .all-slots .slots-slider__item {
	    padding: 0;
	    width: 100%;
    }
}
