.logo-block {
    font-size: 0;
    line-height: 1;
}

.logo-block img {
    width: auto;
    height: 45px;
}

@media (min-width: 1170.98px) {
    .logo-block img {
        height: 50px;
    }
}

.header {
    min-height: 56px;
}

.header-fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #190A27;
    /* max-width: 375px; */
}

@media (min-width: 768.98px) {
    .header-fix {
        background: #170350;
    }
}

.nav-open .header-fix {
}

.header-main {
    padding: 5px 6px 6px 6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 370px) {
    .header-main {
        padding-left: 0;
        padding-right: 0;
    }
}

.header-logo {
}

.header-buttons {
    margin-left: auto;
    font-size: 0;
    line-height: 1;
}

.header-button + .header-button {
    margin-left: 8px;
}

@media (max-width: 520px) {
    .header-buttons > *:first-child {
        display: none;
    }
}

.header-toogle {
    margin-left: 16px;
}

@media (min-width: 1440.98px) {
    .header-main {
        padding: 3px 90px 3px 50px;
    }

    .header-toogle {
        display: none;
    }

    .header-button {
    }

    .header-button + .header-button {
    }
}

.menutoggle {
    font-size: 0;
    line-height: 1;
}

.menutoggle-close {
    display: none;
}

.nav-open .menutoggle-close {
    display: block;
}

.nav-open .menutoggle-burger {
    display: none;
}

.navigation {
}

.menu {
    border-radius: 16px;
    border: 1px solid rgba(237, 237, 237, 0.20);
    background: #250F39;
    color: #FFF;
    font-size: 17px;
    font-style: italic;
    font-weight: 500;
    text-transform: uppercase;
    padding: 7px 0 8px 39px;
}

.menu>li {
    padding: 0 0;
    border-bottom: 1px solid rgba(237, 237, 237, 0.20);
}

.menu>li:last-child {
    border-bottom: none;
}

.menu a {
    display: flex;
    padding: 16px 0 15px 0;
    align-items: center;
}

.menu img {
    margin-right: 12px;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.adaptbuttons {
    padding: 24px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}

.adaptbuttons>* {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
}

.raffles {
    padding-top: 29px;
}

.raffles-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}

.raffles-item {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
    padding: 70px 2px 2px;
}

.raffles-item:last-child {
    border-bottom: none;
}

.raffle {
    position: relative;
}

.raffle:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    border-radius: 12px;
    border: 2px solid #E11161;
    background: rgba(255, 255, 255, 0.10);
    filter: blur(25px);
}

.raffle-main {
    border-radius: 14px;
    border: 2px solid #E11161;
    background: linear-gradient(0deg, #170350 31.86%, #280886 94.61%);
    position: relative;
    z-index: 1;
}

.raffle-linkcover {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.raffle-picture {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    right: 0;
    text-align: center;
    margin-bottom: -36px;
    font-size: 0;
    line-height: 1;
}

.raffle-pic {
}

.raffle-piclink {
    display: inline-block;
}

.raffle-pic img {
    object-fit: contain;
    height: 106px;
    width: auto;
}

.raffle-content {
    text-align: center;
    color: #FFF;
    padding: 47px 0 14px 0;
}

.raffle-title {
    font-size: 15px;
    font-weight: 500;
}

.raffle-excerpt {
    font-size: 12px;
    font-weight: 300;
    padding-top: 9px;
}

.raffle-excerpt p:first-child {
    margin-top: 0;
}

.raffle-excerpt p:last-child {
    margin-bottom: 0;
}

@media (min-width: 1440.98px) {
    .adaptbuttons {
        display: none;
    }

    .raffles {
        padding-top: 5px;
    }

    .raffles-item {
        flex: 0 0 auto;
        width: 100%;
        padding-bottom: 16px;
    }

    .raffle-pic img {
        height: 98px;
    }
}

@media (min-width: 1440.98px) {
    .menu {
        border: 2px solid #E11161;
        background: #1C0362;
        font-size: 14px;
        padding: 37px 0 37px 38px;
    }

    .menu>li {
        border: none;
    }

    .menu>li:last-child {
    }

    .menu a {
        padding: 9px 0;
    }
}

.main-content {
}

.main-content-row {
}

.main-content-row:after {
    content: '';
    display: table;
    clear: both;
}

.main-content-col {
}

.main-content-col--sidebar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #190A27;
    padding: 56px 0 0 0;
    transform: translateX(-100%);
    transition: all 0.3s ease 0s;
    max-width: 375px;
}

@media (min-width: 768.98px) {
    .main-content-col--sidebar {
        background: #1C0F3D;
    }
}

.nav-open .main-content-col--sidebar {
    transform: translateX(0%);
}

.main-content-col--main {
}

.sidebar {
    padding: 39px 32px 30px 32px;
    height: 100%;
    overflow: auto;
}

@media (min-width: 1440.98px) {
    .main-content {
    }

    .main-content>.wrap {
        padding: 0;
    }

    .main-content-row {
    }

    .main-content-col {
        float: left;
        max-width: 100%;
    }

    .main-content-col--sidebar {
        position: relative;
        transform: none;
        width: 270px;
        padding: 32px 24px 0 24px;
        margin-right: -100%;
    }

    .main-content-col--main {
        padding-left: 270px;
    }

    .nav-open .main-content-col--sidebar {
    }

    .sidebar {
        padding: 0;
        height: auto;
        overflow: visible;
    }
}

.hero {
    margin: 0 0px 0 -32px;
    background: radial-gradient(90.71% 60.47% at 50% 50%, #350D65 0%, #18003B 100%);
}

.hero-main {
    background-image: url(../img/hero-bg-2.png), url(../img/hero-bg-1.png);
    background-size: 1853px auto, 2242px auto;
    background-repeat: no-repeat, no-repeat;
    background-position: -1022px -572px, left -734px bottom -459px;
    position: relative;
}

.hero-content {
    font-style: italic;
    font-weight: 600;
    line-height: 1;
    padding: 60px 0 0 0;
    font-size: 0;
    text-align: center;
}

.hero-content span {
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
}

.hero-content mark {
    background: #FE0359;
    color: #fff;
    font-size: 14px;
    padding: 6px 15px 7px 15px;
}

.hero-textblock {
}

.hero-textblock mark {
    margin: 0 0 0 -86px;
    display: inline-block;
    padding: 9px 12px 7px 13px;
}

.hero-textblock span {
    display: block;
    padding-top: 15px;
    margin: 0 0 0 36px;
}

.hero-textline {
}

.hero-textline mark {
    margin-right: 12px;
    margin-left: -18px;
}

.hero-textline span {
    margin-top: -1px;
}

.hero-swoosh {
    margin: 11px 0 15px 4px;
}

.hero-swoosh img {
    max-width: 339px;
    width: 100%;
}

.hero-picture {
    text-align: center;
    width: auto;
    padding-top: 32px;
    overflow: hidden;
}

.hero-picture img {
    width: 479px;
    max-width: none;
    margin: 0 auto -28px;
    display: block;
    transform: translateX(-47px);
}

.hero-control {
    position: absolute;
    bottom: 21px;
    width: 100%;
    left: 0;
	z-index: 2;
}

.hero-button {
    border-radius: 800px;
    border: 3px solid #8046FF;
    background: #3D0E79;
    line-height: 1;
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 19px 10px 19px 10px;
    max-width: 343px;
    margin: 0 auto;
    transition: all 0.3s ease 0s;
}

.hero-button:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    margin-right: 12px;
}

.hero-button:hover, .hero-button:focus {
    color: #ffffff;
    background: #8046FF;
}

@media (min-width: 1440.98px) {
    .hero {
        margin: 0px -100px 32px;
    }

    .hero-main {
        overflow: hidden;
        min-height: 800px;
        background-size: auto auto, auto auto;
        background-position: -594px -454px, left -437px bottom -485px;
    }

    .hero-content {
        text-align: left;
        float: left;
        padding: 266px 0 0 78px;
    }

    .hero-content span {
        font-size: 32px;
        font-weight: 600;
    }

    .hero-content mark {
        font-size: 24px;
        font-weight: 700;
    }

    .hero-textblock {
        padding-left: 53px;
    }

    .hero-textblock mark {
        margin: 0;
        padding: 12px 32px 11px 32px;
    }

    .hero-textblock span {
        text-align: right;
        margin: 5px 3px 0 0;
        max-width: 464px;
    }

    .hero-textline {
        margin-top: 17px;
    }

    .hero-textline mark {
        margin: 0 21px 0 0;
        padding: 11px 23px 10px 26px;
        display: inline-block;
    }

    .hero-textline span {
        margin-top: 6px;
    }

    .hero-swoosh {
        margin: 23px 0px 0 25px;
    }

    .hero-swoosh img {
        max-width: none;
    }

    .hero-picture {
        padding: 0;
        position: absolute;
        bottom: 0;
        right: -21px;
    }

    .hero-picture img {
        margin: 0;
        transform: none;
        width: 609px;
    }

    .hero-control {
        position: static;
        padding-top: 48px;
        max-width: 586px;
    }

    .hero-button {
        margin: 0 0 0 auto;
        max-width: 253px;
    }

    .hero-button:before {
    }

    .hero-button:hover, .hero-button:focus {
    }
}

.slick-arrow {
    position: absolute;
    bottom: 100%;
    border-radius: 581.818px;
    border: 0.727px solid rgba(223, 223, 223, 0.50);
    background: linear-gradient(0deg, rgba(17, 61, 48, 0.54) 0%, rgba(17, 61, 48, 0.54) 100%), linear-gradient(113deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.00) 110.84%);
    backdrop-filter: blur(1.8181817531585693px);
    margin-bottom: 28px;
    width: 32px;
    height: 32px;
}

.slick-prev {
    left: 4px;
}

.slick-next {
    right: 4px;
}

@media (min-width: 1170.98px) {
    .slick-arrow {
        margin-bottom: 24px;
    }

    .slick-prev {
        left: 8px;
    }

    .slick-next {
        right: 8px;
    }
}

.gblock {
    margin-top: 40px;
    margin-bottom: 60px;
    margin-left: -16px;
    padding-right: 18px;
}

.gblock-main {
}

.gblock-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1;
    padding-bottom: 28px;
}

.gblock-header > div {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.gblock-title {
}

.gblock-title-in {
    color: #FFF;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    background: #270C6D;
    padding: 5px 8px 5px 9px;
}

.gblock-all {
    padding-top: 4px;
}

.gblock-allbutton {
    font-size: 10px;
    font-style: italic;
    line-height: 1;
}

.gblock-allbutton svg {
    vertical-align: top;
    margin-right: 6px;
    margin-top: -2px;
}

.gblock-content {
}

.gblock-footer {
    padding-top: 28px;
}

.gblock-control {
}

.gblock-button {
    display: block;
    border-radius: 2.555px;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 10px;
    transition-property: all;
}

.gblock-button:hover, .gblock-button:focus {
    background: #fff;
    color: #000;
}

.games {
}

.games-list {
    margin: 0 -4px;
    font-size: 0;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
}

.games-list.slick-initialized {
    display: block;
}

.games-item {
    padding: 4px;
    flex: 0 0 auto;
    max-width: 100%;
    width: 33.33333333%;
}

.games-list.slick-initialized .games-item {
    width: auto;
}

.games-list .games-item:nth-child(n+7) {
    display: none;
}

.games-list.slick-initialized .games-item:nth-child(n+7) {
    display: block;
}

.gameblock {
    height: 109px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(237, 237, 237, 0.40);
    background: #FFF;
}

.gameblock:hover .gameblock-picture img, .gameblock:focus .gameblock-picture img {
    transform: scale(1.1);
}

.gameblock-linkcover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.gameblock-picture {
    height: 100%;
    width: 100%;
}

.gameblock-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease 0s;
}

.gblock--winnings {
    margin-bottom: 18px;
}

.gblock--winnings .gblock-header {
    margin-bottom: 25px;
}

.gblock--collections {
    margin-bottom: 56px;
}

.gblock--collections .gblock-header {
    padding-bottom: 24px;
}

.gblock--novelties {
}

.gblock--livecasinos {
    margin-bottom: 56px;
}

.gblock--livecasinos .gblock-header {
    padding-bottom: 24px;
}

.collections {
}

.collections-list {
    margin: 0 -4px;
    font-size: 0;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
}

.collections-list.slick-initialized {
    display: block;
}

.collections-item {
    padding: 8px 4px 9px;
    flex: 0 0 auto;
    max-width: 100%;
    width: 33.33333333%;
}

.collections-list.slick-initialized .collections-item {
    width: auto;
}

.collections-list .collections-item:nth-child(n+7) {
    display: none;
}

.collections-list.slick-initialized .collections-item:nth-child(n+7) {
    display: block;
}

.collectionblock {
    position: relative;
}

.collectionblock:hover .collectionblock-picture img, .collectionblock:focus .collectionblock-picture img {
    transform: scale(1.1);
}

.collectionblock-linkcover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.collectionblock-picture {
    height: 103px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(237, 237, 237, 0.40);
    background: #FFF;
}

.collectionblock-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease 0s;
}

.collectionblock-title {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    padding-top: 14px;
}

@media (min-width: 1440.98px) {
    .collections {
    }

    .collections-list {
        margin: 0 -8px;
    }

    .collections-list.slick-initialized {
    }

    .collections-item {
        padding-left: 8px;
        padding-right: 8px;
    }

    .collections-list.slick-initialized .collections-item {
    }

    .collections-list .collections-item:nth-child(n+7) {
    }

    .collections-list.slick-initialized .collections-item:nth-child(n+7) {
    }

    .collectionblock {
    }

    .collectionblock:hover .collectionblock-picture img, .collectionblock:focus .collectionblock-picture img {
    }

    .collectionblock-linkcover {
    }

    .collectionblock-picture {
    }

    .collectionblock-picture img {
    }

    .collectionblock-title {
        font-size: 14px;
        font-weight: 600;
    }
}

.livecasinos {
}

.livecasinos-list {
    margin: 0 -4px;
    font-size: 0;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
}

.livecasinos-list.slick-initialized {
    display: block;
}

.livecasinos-item {
    padding: 8px 4px 9px;
    flex: 0 0 auto;
    max-width: 100%;
    width: 33.33333333%;
}

.livecasinos-list.slick-initialized .livecasinos-item {
    width: auto;
}

.livecasinos-list .livecasinos-item:nth-child(n+7) {
    display: none;
}

.livecasinos-list.slick-initialized .livecasinos-item:nth-child(n+7) {
    display: block;
}

.livecasinoblock {
    position: relative;
}

.livecasinoblock:hover .livecasinoblock-picture img, .livecasinoblock:focus .livecasinoblock-picture img {
    transform: scale(1.1);
}

.livecasinoblock-linkcover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.livecasinoblock-picture {
    height: 94px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(237, 237, 237, 0.40);
    background: #FFF;
}

.livecasinoblock-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease 0s;
}

.livecasinoblock-title {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    padding-top: 10px;
}

@media (min-width: 1440.98px) {
    .livecasinos {
    }

    .livecasinos-list {
    }

    .livecasinos-list.slick-initialized {
    }

    .livecasinos-item {
    }

    .livecasinos-list.slick-initialized .livecasinos-item {
    }

    .livecasinos-list .livecasinos-item:nth-child(n+7) {
    }

    .livecasinos-list.slick-initialized .livecasinos-item:nth-child(n+7) {
    }

    .livecasinoblock {
    }

    .livecasinoblock:hover .livecasinoblock-picture img, .livecasinoblock:focus .livecasinoblock-picture img {
    }

    .livecasinoblock-linkcover {
    }

    .livecasinoblock-picture {
        height: 103px;
        border-radius: 16px;
    }

    .livecasinoblock-picture img {
    }

    .livecasinoblock-title {
        font-size: 14px;
        font-weight: 600;
        padding-top: 13px;
    }
}

.gblock--pluses {
}

.pluses {
}

.pluses-listwrap {
    margin: 0 -16px;
    overflow: auto;
    padding: 0 7px;
}

.pluses-list {
    display: grid;
    grid-template-columns: 43.8% 24.1% 1fr;
    grid-template-rows: repeat(6, 1fr);
    width: 100%;
    min-width: 604px;
}

.pluses-item {
    padding: 4px;
}

.pluses-item:nth-child(1), .pluses-item:nth-child(2), .pluses-item:nth-child(3) {
    grid-column: 1;
}

.pluses-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 2;
}

.pluses-item:nth-child(2) {
    grid-column: 1;
    grid-row: 3 / span 2;
}

.pluses-item:nth-child(3) {
    grid-column: 1;
    grid-row: 5 / span 2;
}

.pluses-item:nth-child(4) {
    grid-column: 2;
    grid-row: 1 / span 6;
}

.pluses-item:nth-child(5) {
    grid-column: 3;
    grid-row: 1 / span 3;
}

.pluses-item:nth-child(6) {
    grid-column: 3;
    grid-row: 4 / span 3;
}

.plusblock {
    color: #fff;
    border-radius: 10.954px;
    border: 0.685px solid rgba(237, 237, 237, 0.40);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.plusblock-linkcover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.plusblock-picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.plusblock-picture:after {
    content: '';
    display: block;
    background: #000;
    opacity: 0.2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.plusblock-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.plusblock-content {
    position: relative;
    z-index: 1;
    padding: 8px 10px 21px 15px;
}

.plusblock-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
}

.plusblock-excerpt {
    font-size: 12px;
}

.plusblock-excerpt p {
}

.plusblock-excerpt p:first-child {
    margin-top: 0;
}

.plusblock-excerpt p:last-child {
    margin-bottom: 0;
}

.gblock--casino {
    margin-top: 58px;
}

@media (min-width: 1440.98px) {
    .gblock--pluses {
    }

    .gblock--pluses .gblock-header {
        display: none;
    }

    .pluses {
        padding-top: 40px;
        padding-bottom: 25px;
    }

    .pluses-listwrap {
        padding: 0 8px;
    }

    .pluses-list {
    }

    .pluses-item {
        padding: 8px;
    }

    .pluses-item:nth-child(1), .pluses-item:nth-child(2), .pluses-item:nth-child(3) {
    }

    .pluses-item:nth-child(1) {
    }

    .pluses-item:nth-child(2) {
    }

    .pluses-item:nth-child(3) {
    }

    .pluses-item:nth-child(4) {
    }

    .pluses-item:nth-child(5) {
        grid-row: 1 / span 4;
    }

    .pluses-item:nth-child(6) {
        grid-row: 5 / span 3;
    }

    .plusblock {
        border-radius: 16px;
        border: 1px solid rgba(237, 237, 237, 0.40);
    }

    .plusblock-linkcover {
    }

    .plusblock-picture {
    }

    .plusblock-picture:after {
    }

    .plusblock-picture img {
    }

    .plusblock-content {
        padding: 14px 10px 39px 24px;
    }

    .plusblock-title {
        font-size: 17px;
    }

    .plusblock-excerpt {
        font-size: 15px;
        padding-top: 1px;
    }

    .plusblock-excerpt p {
    }

    .plusblock-excerpt p:first-child {
    }

    .plusblock-excerpt p:last-child {
    }

    .gblock--casino {
    }
}

.casinos {
}

.casinos-list {
    margin: 0 -4px;
    font-size: 0;
    line-height: 1;
}

.casinos-item {
    padding: 4px;
}

.casinoblock {
    height: 100px;
    width: 100px;
    position: relative;
    overflow: hidden;
    border-radius: 16.634px;
    border: 0.594px solid rgba(237, 237, 237, 0.40);
    background: #FFF;
}

.casinoblock:hover .casinoblock-picture img, .casinoblock:focus .casinoblock-picture img {
    transform: scale(1.1);
}

.casinoblock-linkcover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.casinoblock-picture {
    height: 100%;
    width: 100%;
}

.casinoblock-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease 0s;
}

.gblock--provider {
    margin-top: 76px;
}

.gblock--provider .gblock-header {
    margin-bottom: 27px;
}

.providers {
}

.providers-list {
    margin: 0 -10px;
    font-size: 0;
    line-height: 1;
}

.providers-list .slick-prev, .providers-list .slick-next {
    margin-bottom: 27px;
}

.providers-list .slick-prev {
    left: 10px;
}

.providers-list .slick-next {
    right: 10px;
}

.providers-item {
    padding: 4px 6px 4px;
}

.providerblock {
    border-radius: 12px;
    border: 1px solid rgba(166, 166, 166, 0.38);
    background: linear-gradient(107deg, rgba(193, 193, 193, 0.09) 0%, rgba(255, 255, 255, 0.00) 260.15%);
    backdrop-filter: blur(21px);
    height: 58px;
}

.providerblock-linkcover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.providerblock-picture {
    height: 100%;
    width: 100%;
}

.providerblock-picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 35px;
    margin: 0 auto;
}

.providerblock:hover .providerblock-picture img, .providerblock:focus .providerblock-picture img {
}

@media (min-width: 1170.98px) {
    .reverseblocks {
        display: flex;
        flex-direction: column-reverse;
    }

    .gblock {
        margin-top: 24px;
        position: relative;
        margin-bottom: 24px;
        margin-left: 0;
        padding-right: 0;
    }

    .gblock--winnings {
        margin-top: 63px;
        margin-bottom: 55px;
    }

    .gblock--winnings-multiplication {
        margin-top: 56px;
    }

    .gblock--slots {
        margin-bottom: 50px;
    }

    .gblock--casino {
        margin-bottom: 33px;
    }

    .gblock--provider {
        margin-top: 0;
        margin-bottom: 79px;
    }

    .gblock--winnings .gblock-header {
        padding-bottom: 0;
        margin-bottom: 22px;
    }

    .gblock--provider .gblock-header {
        margin-bottom: 21px;
    }

    .gblock--provider .gblock-footer {
        padding-top: 0;
    }

    .gblock-main {
    }

    .gblock-header {
        margin-bottom: 0;
        padding-bottom: 23px;
    }

    .gblock-title {
    }

    .gblock-title-in {
        padding: 8px 16px 6px 17px;
    }

    .gblock-all {
        padding-top: 5px;
    }

    .gblock-allbutton {
        font-size: 12px;
    }

    .gblock-allbutton svg {
        width: 24px;
        height: 24px;
        margin-right: 4px;
        margin-top: -3px;
    }

    .gblock-content {
    }

    .gblock-footer {
        position: absolute;
        top: -4px;
        right: 0;
        padding: 0;
    }

    .gblock-control {
    }

    .gblock-button {
        font-size: 12px;
        border-radius: 4px;
        border: 1px solid #383838;
        background: rgba(149, 96, 96, 0.00);
        padding: 8px 17px 8px 17px;
        text-transform: none;
    }

    .gblock-button:hover, .gblock-button:focus {
    }

    .games {
    }

    .games-list {
        margin: 0 -8px;
    }

    .games-item {
        padding: 8px;
    }

    .gameblock {
        height: 149px;
        border-radius: 16px;
        border: 1px solid rgba(237, 237, 237, 0.40);
        background: #FFF;
        Colors Hex Hex Background colors #FFFFFF; Colors Hex Hex Background colors #FFFFFF; }

    .gameblock: hover .gameblock-picture img, .gameblock:focus .gameblock-picture img {
    }

    .gameblock-linkcover {
    }

    .gameblock-picture {
    }

    .gameblock-picture img {
    }

    .slots {
    }

    .slots-list {
        margin: 0 -8px;
    }

    .slots-item {
        padding: 8px;
    }

    .slotblock {
        height: 169px;
        border-radius: 28px;
        border: 2px solid rgba(237, 237, 237, 0.40);
        background: #FFF;
    }

    .slotblock:hover .slotblock-picture img, .slotblock:focus .slotblock-picture img {
    }

    .slotblock-linkcover {
    }

    .slotblock-picture {
    }

    .slotblock-picture img {
    }

    .bfootball {
        overflow: hidden;
        border-radius: 20px;
        border: 1px solid rgba(207, 210, 206, 0.41);
        background: linear-gradient(0deg, rgba(17, 61, 48, 0.16) 0%, rgba(17, 61, 48, 0.16) 100%), linear-gradient(113deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.00) 110.84%);
        backdrop-filter: blur(10px);
        padding: 23px 23px 85px 23px;
    }

    .bfootball:before {
        content: '';
        display: block;
        background-image: url(../img/texture.jpeg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.1;
        mix-blend-mode: soft-light;
    }

    .bfootball>div {
    }

    .bfootball-main {
        position: relative;
        z-index: 2;
        padding: 24px 0 0 0;
    }

    .bfootball-content {
        display: flex;
        flex-wrap: wrap;
    }

    .bfootball-title {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }

    .bfootball-description {
        padding-top: 15px;
        font-size: 18px;
        flex: 1 0 0;
        width: 100%;
        max-width: 100%;
    }

    .bfootball-description p:first-child {
    }

    .bfootball-description p:last-child {
    }

    .bfootball-control {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
        padding-top: 12px;
    }

    .bfootball-button {
    }

    .bfootball-poster {
        border-radius: 18px;
        Colors Hex Hex Background colors #0C1A13; overflow: visible;
        height: 370px;
        position: static;
    }

    .bfootball-picture {
        position: relative;
        border-radius: 18px;
        overflow: hidden;
        z-index: 2;
    }

    .bfootball-picture img {
    }

    .bfootball-listblock {
        min-height: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 19px 13px 19px;
        width: 100%;
    }

    .bfootball-list {
        background: none;
        backdrop-filter: none;
        border-radius: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .bfootball-item {
        flex: 1 0 0;
        width: 100%;
        max-width: 100%;
        padding: 4px;
    }

    .bfootball-block {
        border-radius: 6px;
        background: rgba(0, 81, 75, 0.51);
    }

    .bfootball-block img {
        margin-top: 2px;
    }

    .bfootball-block b {
    }

    .gblock--winners {
        margin-top: 74px;
        margin-bottom: 72px;
    }

    .gblock--winners .gblock-header {
    }

    .casinos {
    }

    .casinos-list {
        margin: 0 -8px;
    }

    .casinos-item {
        padding: 8px;
    }

    .casinoblock {
        height: 168px;
        width: auto;
    }

    .casinoblock:hover .casinoblock-picture img, .casinoblock:focus .casinoblock-picture img {
    }

    .casinoblock-linkcover {
    }

    .casinoblock-picture {
    }

    .casinoblock-picture img {
    }

    .providers {
    }

    .providers-list {
        margin: 0 -8px;
    }

    .providers-list .slick-prev, .providers-list .slick-next {
        margin-bottom: 22px;
    }

    .providers-list .slick-prev {
        left: 8px;
    }

    .providers-list .slick-next {
        right: 8px;
    }

    .providers-item {
        padding: 8px;
    }

    .providerblock {
        height: 74px;
        border-radius: 12px;
        border: 2px solid rgba(166, 166, 166, 0.38);
        background: linear-gradient(107deg, rgba(193, 193, 193, 0.09) 0%, rgba(255, 255, 255, 0.00) 260.15%);
        /* Main Blur Effect */
        backdrop-filter: blur(21px);
        Colors Hex Hex Background colors; }

    .providerblock-linkcover {
    }

    .providerblock-picture {
    }

    .providerblock-picture img {
        max-width: 58px;
    }

    .providerblock:hover .providerblock-picture img, .providerblock:focus .providerblock-picture img {
    }
}

.entry-content {
    /* background-image: url(../img/content-bg.png); */
    /* background-repeat: no-repeat; */
    /* background-position: 50% 0; */
    color: #FAFAFA;
    font-size: 15px;
    line-height: 24px;
    padding: 0 0 0 22px;
    margin-right: -10px;
}

@media (min-width: 768.98px) {
    .entry-content {
        padding-right: 22px;
        margin-right: 0;
    }
}

.entry-content:after {
    content: '';
    display: table;
    clear: both;
}

.entry-content>p>img, .entry-content>img {
}

.entry-content>h2 {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    margin: 45px 0 20px 0;
}

@media (max-width: 1170px) {
    .entry-content>h2.ps-big-mobile-h2 {
        font-size: 24px;
        margin-top: 59px;
    }
}

.entry-content>h2:first-of-type {
    margin-top: 66px;
}

.entry-content>h2:first-child {
}

.entry-content h3 {
    color: #EEE;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    margin: 29px 0 0 0;
}

.entry-content h3 + p {
    margin-top: 18px;
}

.entry-content ul + h3 {
    margin-top: 24px;
}

.entry-content p {
    margin: 24px 0 24px 0;
}

.entry-content .table-layout {
    border-radius: 8px;
    border: 1px solid rgba(237, 237, 237, 0.20);
    margin-top: 29px;
    margin-bottom: 57px;
    overflow: auto;
}

.entry-content table {
    color: #ECECEC;
    font-size: 14px;
    line-height: 28px;
    border-collapse: collapse;
    width: 100%;
}

.entry-content tbody {
}

.entry-content table tr {
}

.entry-content table th, .entry-content table td {
    border: 1px solid rgba(237, 237, 237, 0.20);
    padding: 2px 7px 3px 7px;
    height: 43px;
    width: 158px;
}

.entry-content table tr:first-child th, .entry-content table tr:first-child td {
    border-top: none;
}

.entry-content table tr:last-child th, .entry-content table tr:last-child td {
    border-bottom: none;
}

.entry-content table tr th:first-child, .entry-content table tr td:first-child {
    border-left: none;
}

.entry-content table tr th:last-child, .entry-content table tr td:last-child {
    border-right: none;
}

.entry-content table th {
    text-align: left;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
    background: #2A143B;
    Colors Hex Hex Background colors #2A143B; }

.entry-content table td {
}

.entry-content ul, .entry-content ol {
    padding: 7px 0 0 21px;
    margin: 0 0 0;
}

.entry-content p + ul, .entry-content p + ol {
    padding-top: 0;
}

.entry-content ul {
    list-style: disc;
}

.entry-content ol {
}

.entry-content ul li, .entry-content ol li {
}

.entry-content ul.ps-ul-style li {
    margin: 28px 0;
}

.entry-content ul li:before {
}

.entryrow {
    margin: 20px -8px 0;
}

.entrycol {
    padding: 8px;
}

.entryblock {
    border-radius: 12px;
    border: 1px solid rgba(166, 166, 166, 0.38);
    background: #200C2F;
    backdrop-filter: blur(21px);
    padding: 16px 8px 16px 13px;
}

.entryblock > h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 0 3px 0;
    padding-left: 21px;
}

.entryblock > ul {
    line-height: 28px;
}

@media (min-width: 1170.98px) {
    .entry-content {
        font-size: 16px;
    }

    .entry-content>p>img, .entry-content>img {
    }

    .entry-content>h2 {
        font-size: 24px;
        margin-top: 61px;
        font-weight: 500;
        margin-top: 45px;
    }

    .entry-content>h2:first-of-type {
        margin-top: 99px;
    }

    .entry-content>h2:first-child {
    }

    .entry-content>h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 11px;
    }

    .entry-content p {
        margin: 20px 0 23px 0;
    }

    .entry-content .table-layout {
        margin-top: 26px;
    }

    .entry-content table {
        font-size: inherit;
    }

    .entry-content tbody {
    }

    .entry-content table tr {
    }

    .entry-content table th, .entry-content table td {
        padding: 3px 15px 3px 15px;
        height: 44px;
    }

    .entry-content table tr:first-child th, .entry-content table tr:first-child td {
    }

    .entry-content table tr:last-child th, .entry-content table tr:last-child td {
    }

    .entry-content table tr th:first-child, .entry-content table tr td:first-child {
    }

    .entry-content table tr th:last-child, .entry-content table tr td:last-child {
    }

    .entry-content table th {
    }

    .entry-content table td {
    }

    .entry-content ul, .entry-content ol {
    }

    .entry-content p + ul, .entry-content p + ol {
    }

    .entry-content ul {
    }

    .entry-content ol {
    }

    .entry-content ul li, .entry-content ol li {
    }

    .entry-content ul.ps-ul-style li {
    }

    .entry-content ul li:before {
    }

    .entryrow {
        display: flex;
        margin-top: 20px;
    }

    .entrycol {
        flex: 1 0 0;
        width: 100%;
        max-width: 100%;
    }

    .entryblock {
        padding: 16px 10px 16px 14px;
        height: 100%;
    }

    .entryblock > h3 {
        font-size: 16px;
        font-weight: 600;
    }
}

@media (min-width: 1440.98px) {
    .entry-content {
        padding: 0 100px;
        margin: 0;
    }
}

.faq {
    margin-top: 40px;
    margin-bottom: 30px;
    border-radius: 8px;
    background: #0E2E2B;
    padding: 0 7px 0px 12px;
}

.faq-header {
    padding-bottom: 16px;
}

.faq-title {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    background-image: url(../img/star.svg);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 0px 6px;
    padding-left: 33px;
}

.faq-divider {
}

.faq-description {
    color: #ECECEC;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding-top: 24px;
}

.faq-description p:first-child {
    margin-top: 0;
}

.faq-description p:last-child {
    margin-bottom: 0;
}

.faq-content {
}

.faq-list {
}

.faq-item {
    padding: 23px 0 24px;
    border-bottom: 1px solid rgba(233, 234, 235, 0.50);
}

.faq-item:last-child {
    border-bottom: none;
}

.faqblock {
}

.faqblock-title {
    color: #FFDF81;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 28px;
    position: relative;
    padding-right: 50px;
    cursor: pointer;
}

.faqblock-title:before, .faqblock-title:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    right: 1px;
}

.faqblock-title:before {
    background-image: url(../img/minus-circle.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.faqblock-title:after {
    background-image: url(../img/plus-circle.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.open > .faqblock-title:after {
    background-image: none;
}

.open > .faqblock-title:before {
    opacity: 1;
}

.faqblock-content {
    display: none;
}

.faqblock-text {
    color: #DDDBDB;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-top: 9px;
    padding-right: 50px;
}

.faqblock-text p:first-child, .faqblock-text ul:first-child {
    margin-top: 0;
}

.faqblock-text p:last-child, .faqblock-text ul:last-child {
    margin-bottom: 0;
}

@media (min-width: 1170.98px) {
    .faq {
        padding: 1px 23px 0 25px;
    }

    .faq-header {
        padding-bottom: 17px;
    }

    .faq-title {
        font-size: 24px;
        font-weight: 700;
        background-size: 24px 24px;
        background-position: 0 1px;
        padding-left: 42px;
    }

    .faq-divider {
    }

    .faq-description {
        font-size: 20px;
        line-height: 32px;
        /* 160% */
        padding-top: 23px;
    }

    .faq-description p:first-child {
    }

    .faq-description p:last-child {
    }

    .faq-content {
    }

    .faq-list {
    }

    .faq-item {
        padding-bottom: 24px;
        padding-top: 25px;
    }

    .faq-item:last-child {
    }

    .faqblock {
    }

    .faqblock-title {
        font-size: 18px;
    }

    .faqblock-title:before, .faqblock-title:after {
        width: 24px;
        height: 24px;
        top: 2px;
        background-size: 100% 100%;
    }

    .faqblock-title:before {
    }

    .faqblock-title:after {
    }

    .open > .faqblock-title:after {
    }

    .open > .faqblock-title:before {
    }

    .faqblock-content {
    }

    .faqblock-text {
        color: #ECECEC;
        font-size: 16px;
        /* 155.556% */
        padding-top: 7px;
    }

    .faqblock-text p:first-child, .faqblock-text ul:first-child {
    }

    .faqblock-text p:last-child, .faqblock-text ul:last-child {
    }
}
