@font-face {
    font-family: 'SansationRegular';
    src: url("../fonts/SansationRegular.eot");
    src: url("../fonts/SansationRegular.eot?#iefix") format('embedded-opentype'), url("../fonts/SansationRegular.woff") format('woff'), url("../fonts/SansationRegular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SansationBold';
    src: url("../fonts/SansationBold.eot");
    src: url("../fonts/SansationBold.eot?#iefix") format('embedded-opentype'), url("../fonts/SansationBold.woff") format('woff'), url("../fonts/SansationBold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SFProDisplayRegular';
    src: url("../fonts/SFProDisplay-Regular.eot");
    src: url("../fonts/SFProDisplay-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/SFProDisplay-Regular.woff") format('woff'), url("../fonts/SFProDisplay-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SFProDisplayMedium';
    src: url("../fonts/SFProDisplay-Medium.eot");
    src: url("../fonts/SFProDisplay-Medium.eot?#iefix") format('embedded-opentype'), url("../fonts/SFProDisplay-Medium.woff") format('woff'), url("../fonts/SFProDisplay-Medium.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SFProDisplay-Bold';
    src: url("../fonts/SFProDisplay-Bold.eot");
    src: url("../fonts/SFProDisplay-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/SFProDisplay-Bold.woff") format('woff'), url("../fonts/SFProDisplay-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

html {
    scroll-behavior: smooth;
    color-scheme: dark
}

body {
    font-family: 'SansationRegular';
    background: url("../img/bg.webp") no-repeat top right;
    background-size: 100% auto;
    background-color: #090b10;
    background-blend-mode: soft-light;
    color: #fff;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal
}

button {
    padding: 0;
    border: none;
    background-color: transparent;
    transition: .4s ease;
    transition-property: color, background-color, border-color, box-shadow, opacity;
    cursor: pointer
}

button:focus {
    outline: none
}

a {
    text-decoration: none;
    transition: .4s ease;
    transition-property: color, background-color, border-color, box-shadow, opacity
}

a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none
}

input, textarea, select {
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    box-shadow: none;
    transition: .4s ease;
    transition-property: color, border-color, box-shadow
}

input:focus, textarea:focus, select:focus {
    outline: none
}

select::-ms-expand {
    display: none
}

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

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

svg {
    transition: .4s ease;
    transition-property: stroke, fill
}

::-moz-selection {
    background: #fff;
    color: #000;
    text-shadow: none
}

::selection {
    background: #fff;
    color: #000;
    text-shadow: none
}

::-webkit-input-placeholder {
    color: #0866ff;
    opacity: 1
}

::-moz-placeholder {
    color: #0866ff;
    opacity: 1
}

:-moz-placeholder {
    color: #0866ff;
    opacity: 1
}

:-ms-input-placeholder {
    color: #0866ff;
    opacity: 1
}

:focus {
    outline: -webkit-focus-ring-color auto 0
}

:focus-visible {
    outline: 0 dotted
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1372px
    }
}

@media (min-width: 1680px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1624px
    }
}

.header {
    position: relative;
    width: 100%;
    z-index: 100
}

.header__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 0 4px;
    height: 92px
}

.header__menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    position: absolute
}

.header__menu svg {
    width: 24px;
    height: 24px;
    stroke: #fff
}

.header__menu.active svg {
    stroke: #0866ff
}

.header__logo {
    margin-left: 32px
}

.header__logo img {
    height: 60px;
    width: auto
}

.header__actions {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px
}

.header__lang {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    margin-right: 16px
}

.header__lang a {
    font-family: 'SFProDisplayRegular';
    font-size: 14px;
    line-height: 20px;
    color: #fff
}

.header__lang a:hover, .header__lang a.active {
    color: #0866ff
}

.header__lang a.active {
    cursor: default
}

.header__btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 40px;
    border-radius: 20px;
    background-color: #141822;
    padding: 0 16px;
    gap: 8px
}

.header__btn svg {
    width: auto;
    height: 16px;
    display: none
}

.header__btn span {
    font-family: 'SansationBold';
    font-size: 16px;
    color: #fff;
    transition: color .4s ease
}

.header__btn.blue {
    background-color: #0866ff
}

.header__btn:hover {
    background-color: #fff
}

.header__btn:hover span {
    color: #0866ff
}

@media (min-width: 768px) {
    .header__content {
        height: 130px;
        padding: 0
    }

    .header__logo img {
        height: 80px
    }

    .header__actions {
        gap: 12px
    }

    .header__btn {
        width: 124px
    }

    .header__btn svg {
        display: block
    }
}

@media (min-width: 1200px) {
    .header__content {
        height: 180px
    }

    .header__menu {
        display: none
    }

    .header__logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .header__logo img {
        height: 150px
    }

    .header__actions {
        margin-left: auto
    }
}

.sidebar {
    position: fixed;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #141822;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 92px 16px 16px;
    transform: translate3d(-100vw, 0, 0);
    transition: transform .4s ease
}

.sidebar.active {
    transform: translate3d(0, 0, 0)
}

.sidebar__btn {
    display: none
}

.sidebar__nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 16px;
    margin-top: 16px
}

.sidebar__link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 14px;
    flex-shrink: 0
}

.sidebar__link:hover .sidebar__name {
    color: #0866ff
}

.sidebar__link.active .sidebar__icon {
    background-color: #0866ff
}

.sidebar__icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    flex-shrink: 0
}

.sidebar__icon img, .sidebar__icon svg {
    width: 24px;
    height: 24px
}

.sidebar__name {
    font-family: 'SansationBold';
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    transition: color .4s ease;
    white-space: nowrap
}

@media (min-width: 576px) {
    .sidebar {
        padding-left: calc((100vw - 516px) / 2)
    }
}

@media (min-width: 768px) {
    .sidebar {
        width: 360px;
        padding-top: 130px;
        padding-left: calc((100vw - 696px) / 2);
        transform: translate3d(-360px, 0, 0)
    }
}

@media (min-width: 992px) {
    .sidebar {
        padding-left: calc((100vw - 936px) / 2)
    }
}

@media (min-width: 1200px) {
    .sidebar {
        transform: translate3d(0, -50%, 0);
        padding: 20px;
        width: 80px;
        top: 50%;
        bottom: auto;
        border-radius: 40px;
        overflow: hidden;
        transition: width .4s ease;
        z-index: 101
    }

    .sidebar.active {
        width: 220px;
        transform: translate3d(0, -50%, 0)
    }

    .sidebar__btn {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px
    }

    .sidebar__btn svg {
        width: 24px;
        height: 24px;
        stroke: #fff
    }

    .sidebar__btn.active svg {
        stroke: #0866ff
    }

    .sidebar__link {
        gap: 20px
    }
}

.categories {
    position: relative;
    width: 100%;
    padding: 0 4px
}

.categories__carousel {
    position: relative;
    width: 100%;
    height: 80px;
    background-color: #141822;
    border-radius: 42px;
    padding: 0 16px
}

@media (min-width: 768px) {
    .categories {
        padding: 0
    }

    .categories__carousel {
        padding: 0 140px 0 16px
    }
}

@media (min-width: 1400px) {
    .categories__carousel {
        padding: 0 156px 0 32px
    }
}

.category {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 80px
}

.category a {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    gap: 8px;
    height: 24px
}

.category a:hover span {
    color: #0866ff
}

.category img {
    width: 24px;
    height: 24px
}

.category svg {
    width: 24px;
    height: 24px
}

.category span {
    font-family: 'SansationBold';
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    transition: color .4s ease
}

.search {
    position: relative;
    width: 100%;
    padding: 0 4px;
    margin-top: 8px
}

.search__content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 44px;
    position: relative
}

.search__content svg {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    stroke: #0866ff
}

.search__input {
    width: 100%;
    height: 44px;
    border: none;
    border-bottom: 1px solid #0866ff;
    background-color: transparent;
    font-family: 'SFProDisplayMedium';
    font-size: 14px;
    color: #fff;
    padding-left: 48px
}

.search__input:focus + svg {
    stroke: #fff
}

@media (min-width: 768px) {
    .search {
        padding: 0;
        margin-top: 16px
    }

    .search__content svg {
        left: 24px
    }

    .search__input {
        padding-left: 56px
    }
}

.hero {
    position: relative;
    width: 100%;
    padding: 0 4px;
    margin-top: 24px
}

.hero__content {
    position: relative;
    width: 100%
}

.hero__slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    position: relative
}

.hero__head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    min-height: 180px;
    gap: 8px
}

.hero__title {
    font-family: 'SansationBold';
    font-size: 32px;
    line-height: 100%;
    font-weight: 700;
    margin-bottom: 0
}

.hero__tag {
    font-family: 'SansationBold';
    font-size: 24px;
    line-height: 100%;
    font-weight: 700;
    margin-bottom: 0
}

.hero__text {
    font-family: 'SFProDisplayRegular';
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0
}

.hero__text b, .hero__text strong {
    font-family: 'SFProDisplayMedium';
    font-weight: 500
}

.hero__bg {
    position: relative;
    width: 100%;
    height: 180px;
    margin-top: auto
}

.hero__bg img {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: contain
}

@media (min-width: 768px) {
    .hero {
        padding: 0;
        margin-top: 48px
    }

    .hero__head {
        min-height: auto
    }

    .hero__title {
        font-size: 40px
    }

    .hero__tag {
        font-size: 32px
    }

    .hero__text {
        font-size: 18px;
        line-height: 26px
    }

    .hero__bg {
        height: 300px
    }
}

@media (min-width: 992px) {
    .hero {
        margin-top: 0
    }

    .hero__slide {
        height: 400px
    }

    .hero__head {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 80px;
        transform: translateY(-50%);
        width: 400px
    }

    .hero__bg {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        margin-top: 0;
        height: 400px;
        width: 65%
    }
}

@media (min-width: 1200px) {
    .hero__slide {
        height: 500px
    }

    .hero__head {
        left: 100px;
        gap: 12px
    }

    .hero__bg {
        height: 500px
    }
}

@media (min-width: 1400px) {
    .hero__slide {
        height: 600px
    }

    .hero__head {
        left: 110px
    }

    .hero__title {
        font-size: 48px
    }

    .hero__tag {
        font-size: 40px
    }

    .hero__bg {
        height: 600px;
        width: 70%
    }
}

.section {
    position: relative;
    width: 100%;
    padding: 48px 4px 0
}

.section__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 24px
}

.section__title {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    gap: 8px
}

.section__title h2 {
    font-family: 'SansationBold';
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0
}

.section__nav {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: auto
}

.section__all {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-family: 'SFProDisplayRegular';
    font-size: 16px;
    line-height: 24px;
    color: #0866ff;
    position: relative
}

.section__all:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #0866ff;
    opacity: 0;
    transition: .4s ease
}

.section__all:hover:before {
    opacity: 1;
    width: 100%
}

.section__carousel {
    width: 100%;
    position: relative
}

.section__carousel--shadow {
    padding: 8px 0
}

.section__carousel--shadow:before, .section__carousel--shadow:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 32px;
    pointer-events: none
}

.section__carousel--shadow:before {
    left: 0;
    background: linear-gradient(270deg, rgba(9, 11, 16, 0) 0%, #090b10 100%)
}

.section__carousel--shadow:after {
    right: 0;
    background: linear-gradient(270deg, #090b10 0%, rgba(9, 11, 16, 0) 100%)
}

.section__carousel--providers:before, .section__carousel--providers:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 32px;
    pointer-events: none
}

.section__carousel--providers:before {
    left: 0;
    background: linear-gradient(270deg, rgba(9, 11, 16, 0) 0%, #090b10 100%)
}

.section__carousel--providers:after {
    right: 0;
    background: linear-gradient(270deg, #090b10 0%, rgba(9, 11, 16, 0) 100%)
}

@media (min-width: 768px) {
    .section {
        padding: 48px 0 0
    }

    .section__all {
        font-size: 18px
    }
}

@media (min-width: 992px) {
    .section--pt {
        padding-top: 0
    }
}

.match-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 16px 16px 24px;
    background-color: #141822;
    border-radius: 16px
}

.match-card__head {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 12px;
    margin-bottom: 16px
}

.match-card__live {
    font-family: 'SFProDisplayRegular';
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    position: relative;
    padding-left: 12px
}

.match-card__live:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ff0808;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.match-card__score {
    font-family: 'SFProDisplayRegular';
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap
}

.match-card__meta {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-left: auto
}

.match-card__stream {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 4px
}

.match-card__stream svg {
    width: 20px;
    height: auto
}

.match-card__stream span {
    font-family: 'SFProDisplayRegular';
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap
}

.match-card__content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    gap: 32px
}

.match-card__selection {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: 70px;
    gap: 16px
}

.match-card__img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 68px;
    width: auto
}

.match-card__img img {
    width: auto;
    height: 68px
}

.match-card__btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px
}

.match-card__btn.draw .match-card__name {
    color: #0866ff
}

.match-card__btn.draw .match-card__odds span {
    color: #0866ff
}

.match-card__btn.draw .match-card__odds:before, .match-card__btn.draw .match-card__odds:after {
    background-color: #fff
}

.match-card__btn:hover .match-card__odds:before, .match-card__btn:hover .match-card__odds:after {
    height: 16px
}

.match-card__name {
    font-family: 'SansationBold';
    font-size: 18px;
    line-height: 100%
}

.match-card__odds {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: auto;
    min-width: 70px;
    height: 32px;
    padding: 0 4px
}

.match-card__odds span {
    font-family: 'SansationBold';
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    position: relative;
    z-index: 2
}

.match-card__odds:before, .match-card__odds:after {
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    height: 2px;
    background-color: #0866ff;
    transition: height .4s ease
}

.match-card__odds:before {
    top: 0
}

.match-card__odds:after {
    bottom: 0
}

@media (min-width: 992px) {
    .match-card__content {
        gap: 48px
    }
}

@media (min-width: 1200px) {
    .match-card__content {
        gap: 32px
    }
}

@media (min-width: 1400px) {
    .match-card__content {
        gap: 48px
    }
}

@media (min-width: 1680px) {
    .match-card__content {
        gap: 32px
    }
}

.grid {
    display: grid;
    gap: 8px;
    grid-template-columns:repeat(3, 1fr)
}

.grid .gamecard:nth-child(7), .grid .gamecard:nth-child(8) {
    display: none
}

@media (min-width: 768px) {
    .grid {
        gap: 16px;
        grid-template-columns:repeat(4, 1fr)
    }

    .grid .gamecard:nth-child(7), .grid .gamecard:nth-child(8) {
        display: flex
    }
}

@media (min-width: 992px) {
    .grid {
        grid-template-columns:repeat(6, 1fr)
    }

    .grid .gamecard:nth-child(7), .grid .gamecard:nth-child(8) {
        display: none
    }
}

@media (min-width: 1200px) {
    .grid {
        grid-template-columns:repeat(4, 1fr)
    }

    .grid .gamecard:nth-child(7), .grid .gamecard:nth-child(8) {
        display: flex
    }
}

.grid-bonuses {
    display: grid;
    gap: 16px;
    grid-template-columns:repeat(1, 1fr)
}

@media (min-width: 576px) {
    .grid-bonuses {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (min-width: 768px) {
    .grid-bonuses {
        gap: 16px;
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (min-width: 992px) {
    .grid-bonuses {
        grid-template-columns:repeat(4, 1fr)
    }
}

@media (min-width: 1400px) {
    .grid-bonuses {
        grid-template-columns:repeat(4, 1fr)
    }
}

.bonus-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    background-color: #141822;
    border-radius: 16px;
    overflow: hidden;
    padding: 40px 16px 16px;
    gap: 8px;
    position: relative;
    height: 560px
}

.bonus-card:hover:before {
    opacity: .4
}

.bonus-card:hover .bonus-card__bg img {
    transform: scale(1.05)
}

.bonus-card:before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 180px;
    height: 180px;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0866ff;
    border-radius: 50%;
    filter: blur(24px);
    opacity: .25;
    transition: opacity .4s ease
}

.bonus-card__percent {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'SFProDisplay-Bold';
    font-size: 64px;
    font-weight: 700;
    line-height: 100%;
    color: #0866ff;
    text-align: center;
    gap: 4px
}

.bonus-card__percent span {
    font-family: 'SFProDisplayRegular';
    font-size: 14px;
    font-weight: 400
}

.bonus-card__title {
    position: relative;
    z-index: 3;
    font-family: 'SansationBold';
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
    color: #fff;
    text-align: center;
    margin-bottom: 0
}

.bonus-card__text {
    position: relative;
    z-index: 3;
    font-family: 'SFProDisplayRegular';
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    max-width: 200px;
    margin-bottom: 0
}

.bonus-card__text b, .bonus-card__text strong {
    font-family: 'SFProDisplayMedium';
    font-weight: 500
}

.bonus-card__bg {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.bonus-card__bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease
}

@media (min-width: 576px) {
    .bonus-card {
        height: 600px
    }
}

.gamecard {
    position: relative;
    display: block;
    width: 100%
}

.gamecard:hover .gamecard__cover img {
    transform: scale(1.05)
}

.gamecard__cover {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 144%;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    background-color: #141822
}

.gamecard__cover img {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    inset: 0;
    object-fit: cover;
    transition: transform .4s ease
}

.gamecard__cover:before {
    content: '';
    position: absolute;
    z-index: 3;
    display: block;
    top: 45%;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(9, 11, 16, 0.8) 0%, rgba(9, 11, 16, 0) 100%)
}

.gamecard__title {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    padding: 0 8px 8px;
    gap: 8px
}

.gamecard__title h3 {
    font-family: 'SFProDisplay-Bold';
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
    color: #fff;
    text-align: center;
    margin-bottom: 0
}

.gamecard__title span {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .gamecard__cover {
        border-radius: 16px
    }

    .gamecard__title {
        padding: 0 16px 8px;
        gap: 16px
    }

    .gamecard__title h3 {
        font-size: 18px
    }

    .gamecard__title span {
        font-size: 12px
    }
}

.promo {
    margin-top: 48px;
    position: relative;
    width: 100%;
    height: 460px
}

.promo__title {
    position: relative;
    z-index: 2;
    font-family: 'SansationBold';
    font-size: 32px;
    line-height: 100%;
    font-weight: 700
}

.promo__btn {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 210px;
    height: 40px;
    border-radius: 20px;
    background-color: #0866ff;
    margin-top: 20px;
    font-family: 'SansationBold';
    font-size: 16px;
    color: #fff
}

.promo__btn:hover {
    background-color: #fff;
    color: #0866ff
}

.promo__bg {
    position: absolute;
    z-index: 1;
    top: 140px;
    right: -12px;
    bottom: 0;
    left: -12px;
    pointer-events: none
}

.promo__bg:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 300px;
    height: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0866ff;
    border-radius: 50%;
    filter: blur(60px);
    opacity: .14
}

.promo__bg img {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: contain
}

@media (min-width: 768px) {
    .promo__title {
        font-size: 40px;
        max-width: 340px
    }

    .promo__bg {
        top: 0;
        left: 120px;
        right: -24px
    }

    .promo__bg:before {
        width: 500px;
        height: 500px
    }
}

@media (min-width: 992px) {
    .promo__bg {
        top: -24px
    }
}

@media (min-width: 1200px) {
    .promo {
        margin-top: 0;
        height: 100%
    }

    .promo__title {
        padding-top: 24px
    }

    .promo__bg {
        top: -48px;
        bottom: -48px;
        left: 200px
    }
}

@media (min-width: 1400px) {
    .promo__title {
        margin-left: 24px
    }

    .promo__btn {
        margin-left: 24px
    }
}

@media (min-width: 1680px) {
    .promo__title {
        font-size: 48px;
        max-width: 360px
    }

    .promo__bg {
        top: -64px
    }
}

.bonus {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 160px;
    position: relative;
    overflow: hidden;
    border-radius: 16px
}

.bonus:hover .bonus__bg {
    transform: scale(1.05)
}

.bonus__bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease
}

.bonus__title {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: 'SansationBold';
    font-size: 24px;
    line-height: 100%;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    padding-left: 16px
}

.bonus__title span {
    color: #0866ff;
    width: 100%
}

@media (min-width: 768px) {
    .bonus {
        height: 200px
    }

    .bonus__title {
        font-size: 32px;
        padding-left: 32px
    }
}

@media (min-width: 992px) {
    .bonus {
        height: 240px
    }

    .bonus__title {
        padding-left: 48px
    }
}

@media (min-width: 1200px) {
    .bonus__title {
        padding-left: 32px
    }
}

@media (min-width: 1400px) {
    .bonus__title {
        padding-left: 40px
    }
}

@media (min-width: 1680px) {
    .bonus__title {
        font-size: 42px;
        padding-left: 48px
    }
}

.provider {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 150px;
    padding: 16px;
    background-color: transparent;
    border-radius: 8px
}

.provider:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 8px;
    background-color: #0866ff;
    transform: scale(.8);
    opacity: 0;
    transition: .4s ease
}

.provider__img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 0;
    padding-bottom: 48%
}

.provider__img img {
    position: absolute;
    min-width: 100%;
    max-width: 100%;
    min-height: 100% !important;
    max-height: 100%;
    object-fit: contain
}

.provider:hover:before {
    transform: scale(1);
    opacity: 1
}

.tabs-nav {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    background-color: #0866ff;
    padding: 8px;
    border-radius: 28px;
    margin-bottom: 20px
}

.tabs-nav__btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 20px;
    background-color: transparent;
    padding: 0 16px
}

.tabs-nav__btn span {
    font-family: 'SansationBold';
    font-size: 16px;
    color: #fff;
    font-weight: 700
}

.tabs-nav__btn.active {
    background-color: #090b10
}

@media (min-width: 768px) {
    .tabs-nav__btn {
        padding: 0 32px
    }
}

.tabs {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%
}

.tabs__item {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%
}

.tabs__item.active {
    display: flex
}

.xtable {
    width: 100%;
    border-spacing: 0
}

.xtable thead th {
    font-family: 'SansationBold';
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    padding: 16px;
    border: none;
    white-space: nowrap;
    background-color: #141822;
    text-align: right
}

.xtable thead th:first-child {
    text-align: left;
    border-radius: 16px 0 0 16px
}

.xtable thead th:last-child {
    border-radius: 0 16px 16px 0
}

.xtable tbody td {
    padding: 16px;
    white-space: nowrap;
    text-align: right;
    border: none
}

.xtable tbody td:first-child {
    text-align: left
}

.xtable__text {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: auto;
    gap: 4px
}

.xtable__text span {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    white-space: nowrap
}

.xtable__text svg {
    width: 20px;
    height: 20px
}

.xtable__text.blue span {
    color: #0866ff
}

@media (min-width: 1200px) {
    .xtable thead th {
        padding: 16px 32px
    }

    .xtable tbody td {
        padding: 16px 32px
    }
}

.xtable-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.currency {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 0 16px
}

.currency img {
    width: auto;
    height: 32px
}

@media (min-width: 768px) {
    .currency {
        padding: 0 24px
    }
}

@media (min-width: 1200px) {
    .currency {
        padding: 0 32px
    }
}

.footer {
    background-color: #141822;
    margin-top: 48px;
    padding: 48px 4px;
    width: 100%
}

.footer__content {
    width: 100%
}

.footer__logo {
    width: 100%;
    max-width: 76px;
    height: auto
}

.footer__nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 32px;
    gap: 8px
}

.footer__nav span {
    font-family: 'SFProDisplay-Bold';
    font-size: 14px;
    line-height: 26px
}

.footer__nav ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 2px
}

.footer__nav ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.footer__nav ul a {
    font-family: 'SFProDisplayRegular';
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    position: relative
}

.footer__nav ul a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #0866ff;
    opacity: 0;
    transition: .4s ease
}

.footer__nav ul a:hover {
    color: #0866ff
}

.footer__nav ul a:hover:before {
    opacity: 1;
    width: 100%
}

.footer__info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 16px;
    margin-top: 32px
}

.footer__info svg {
    width: 40px;
    height: auto
}

.footer__info p {
    font-family: 'SFProDisplayRegular';
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    max-width: 220px;
    margin-bottom: 0
}

.footer__provider {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-top: 8px
}

.footer__provider img {
    width: auto;
    height: 32px
}

.footer__platforms {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 16px;
    margin-top: 32px
}

.footer__platforms svg {
    width: 24px;
    height: auto
}

.footer__license {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 48px
}

.footer__license p {
    font-family: 'SFProDisplayRegular';
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    max-width: 820px;
    margin-bottom: 30px
}

.footer__license p:last-child {
    margin-bottom: 0
}

.footer__license img {
    width: 56px;
    height: auto
}

@media (min-width: 768px) {
    .footer {
        padding: 48px 0
    }

    .footer__platforms {
        justify-content: flex-end
    }
}

@media (min-width: 1200px) {
    .footer__nav, .footer__info, .footer__platforms {
        margin-top: 0
    }
}

@media (min-width: 1400px) {
    .footer__nav {
        padding-left: 20px
    }
}

@media (min-width: 1680px) {
    .footer {
        padding-left: 140px;
        padding-right: 140px
    }

    .footer__nav {
        padding-left: 30px
    }
}

.splide.is-focus-in .splide__arrow:focus {
    outline: none;
    outline-offset: 0
}

.splide__list {
    transform-style: flat
}

.splide--hero .splide__arrows {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 49px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    opacity: 1;
    pointer-events: none;
    background-color: #0866ff;
    border-radius: 8px
}

.splide--hero .splide__arrows:before {
    content: '';
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 24px;
    width: 1px;
    background-color: #fff;
    pointer-events: none;
    opacity: .9
}

.splide--hero .splide__arrow {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    pointer-events: auto;
    top: auto;
    height: 24px;
    width: 24px;
    border: none;
    transform: translate(0);
    opacity: 1;
    border-radius: 0;
    color: #fff
}

.splide--hero .splide__arrow svg {
    width: 24px;
    height: 24px;
    fill: none
}

.splide--hero .splide__arrow--prev {
    left: auto;
    background: transparent;
    border-radius: 0
}

.splide--hero .splide__arrow--prev svg {
    transform: scaleX(1);
    margin-right: 1px
}

.splide--hero .splide__arrow--next {
    right: auto;
    background: transparent;
    border-radius: 0
}

.splide--hero .splide__arrow:hover {
    opacity: 1
}

.splide--hero .splide__arrow:active {
    scale: .98
}

.splide--hero .splide__arrow[disabled] {
    opacity: .38 !important;
    transition: none !important;
    transform: none;
    pointer-events: none
}

.splide--carousel .splide__arrows {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 49px;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    opacity: 1;
    pointer-events: none;
    background-color: #0866ff;
    border-radius: 8px
}

.splide--carousel .splide__arrows:before {
    content: '';
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 24px;
    width: 1px;
    background-color: #fff;
    pointer-events: none;
    opacity: .9
}

.splide--carousel .splide__arrow {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    pointer-events: auto;
    top: auto;
    height: 24px;
    width: 24px;
    border: none;
    transform: translate(0);
    opacity: 1;
    border-radius: 0;
    color: #fff
}

.splide--carousel .splide__arrow svg {
    width: 24px;
    height: 24px;
    fill: none
}

.splide--carousel .splide__arrow--prev {
    left: auto;
    background: transparent;
    border-radius: 0
}

.splide--carousel .splide__arrow--prev svg {
    transform: scaleX(1);
    margin-right: 1px
}

.splide--carousel .splide__arrow--next {
    right: auto;
    background: transparent;
    border-radius: 0
}

.splide--carousel .splide__arrow:hover {
    opacity: 1
}

.splide--carousel .splide__arrow:active {
    scale: .98
}

.splide--carousel .splide__arrow[disabled] {
    opacity: .38 !important;
    transition: none !important;
    transform: none;
    pointer-events: none
}

.splide--categories .splide__arrows {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    transform: translateY(-50%);
    opacity: 1;
    pointer-events: none
}

.splide--categories .splide__arrow {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    pointer-events: none;
    top: auto;
    height: 42px;
    width: 42px;
    border: none;
    transform: translate(0);
    opacity: 1;
    border-radius: 0
}

.splide--categories .splide__arrow svg {
    width: 20px;
    height: 20px;
    fill: none;
    opacity: 0
}

.splide--categories .splide__arrow--prev {
    left: 16px;
    margin-right: -1px;
    background: linear-gradient(270deg, rgba(20, 24, 34, 0) 0%, #141822 100%)
}

.splide--categories .splide__arrow--prev svg {
    transform: scaleX(1);
    margin-right: 1px
}

.splide--categories .splide__arrow--next {
    right: 16px;
    background: linear-gradient(270deg, #141822 0%, rgba(20, 24, 34, 0) 100%)
}

.splide--categories .splide__arrow--next svg {
    margin-left: 1px
}

.splide--categories .splide__arrow:hover {
    opacity: 1
}

.splide--categories .splide__arrow[disabled] {
    opacity: 0 !important;
    transition: none !important;
    transform: none;
    pointer-events: none
}

@media (min-width: 768px) {
    .splide--hero .splide__arrows {
        top: 50%;
        transform: translateY(-50%);
        bottom: auto
    }

    .splide--categories .splide__arrows {
        position: absolute;
        z-index: 2;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        width: auto;
        top: 50%;
        right: 16px;
        bottom: auto;
        left: auto;
        transform: translateY(-50%);
        opacity: 1;
        pointer-events: none
    }

    .splide--categories .splide__arrow {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: relative;
        pointer-events: auto;
        top: auto;
        height: 42px;
        width: 56px;
        border: 1px solid #2f4553;
        transform: translate(0);
        opacity: 1;
        border-radius: 0;
        color: #fff;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-duration: .15s
    }

    .splide--categories .splide__arrow svg {
        width: 20px;
        height: 20px;
        fill: none;
        stroke: #fff;
        opacity: 1
    }

    .splide--categories .splide__arrow--prev {
        left: auto;
        margin-right: -1px;
        background: transparent;
        border-radius: 20px 0 0 20px
    }

    .splide--categories .splide__arrow--prev svg {
        transform: scaleX(1);
        margin-right: 1px
    }

    .splide--categories .splide__arrow--next {
        right: auto;
        background: transparent;
        border-radius: 0 20px 20px 0
    }

    .splide--categories .splide__arrow--next svg {
        margin-left: 1px
    }

    .splide--categories .splide__arrow:hover {
        opacity: 1
    }

    .splide--categories .splide__arrow:hover svg {
        stroke: #0866ff
    }

    .splide--categories .splide__arrow[disabled] {
        opacity: .38 !important;
        transition: none !important;
        transform: none;
        pointer-events: none
    }
}

@media (min-width: 1400px) {
    .splide--categories .splide__arrows {
        right: 32px
    }
}

.header {
    transform: translateY(-100%);
    transition: transform .6s ease;
    will-change: transform
}

.header.slide-down {
    transform: translateY(0)
}

@media (min-width: 1200px) {
    .sidebar {
        margin-left: -80px;
        opacity: 0;
        transition: opacity .6s ease .6s, margin-left .6s ease .6s, width .4s ease 0s;
        will-change: margin-left, opacity
    }

    .sidebar.visible {
        opacity: 1;
        margin-left: 0
    }
}

.categories {
    opacity: 0;
    transform: translateY(80px);
    transition: opacity .6s ease, transform .6s ease;
    will-change: transform, opacity
}

.categories.visible {
    transition-delay: .2s;
    opacity: 1;
    transform: translateY(0)
}

.search {
    opacity: 0;
    transform: translateY(80px);
    transition: opacity .6s ease, transform .6s ease;
    will-change: transform, opacity
}

.search.visible {
    transition-delay: .3s;
    opacity: 1;
    transform: translateY(0)
}

.hero {
    opacity: 0;
    transform: translateY(80px);
    transition: opacity .6s ease, transform .6s ease;
    will-change: transform, opacity
}

.hero.scale-up {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .4s
}

.section {
    opacity: 0;
    transform: translateY(80px);
    transition: opacity .6s ease, transform .6s ease;
    will-change: transform, opacity
}

.section.visible {
    opacity: 1;
    transform: translateY(0)
}

.footer {
    opacity: 0;
    transition: opacity .6s ease
}

.footer.visible {
    opacity: 1;
    transition-delay: .4s
}
