#cookie-law-div button,
.comment-form__alert,
.pp-promocode > svg {
    align-self: center;
    -ms-grid-row-align: center;
}
ol,
p,
ul {
    line-height: 1.5rem;
    margin-top: 1rem;
}
a,
ol,
p,
ul {
    font-weight: 400;
    font-size: 1rem;
}
.accent-button,
.bonus__button,
.page-header__burger span,
.show-posts__image img,
.show-posts__item,
.toc__title::after {
    -webkit-transition: 250ms;
    -o-transition: 250ms;
}
.accent-button,
.content-button a,
.content-button button {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
.bonus__title,
.bonus__value,
.breadcrumbs__separator,
.page-footer__list a:hover,
.show-posts__link,
.show-posts__title,
a {
    color: var(--main-accent-bg-color);
}
.accent-button,
.bonus__button,
.faq__question,
.toc__title,
.video__button:hover {
    cursor: pointer;
}
:root {
    --main-accent-bg-color: #2ecc71;
    --main-nav-color: #fff;
    --header-bg-color: #000;
    --footer-bg-color: #000;
    --content-button-bg-color: #2ecc71;
    --content-button-color: #fff;
    --offsets: 30px;
    --ff-primary: montserrat, arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
.container {
    padding: 0 var(--offsets);
}
.container-full,
img {
    max-width: 100%;
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ol,
ul {
    padding-left: 25px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1rem;
    font-weight: 600;
}
img {
    height: auto;
    vertical-align: top;
}
.wrapper > .wp-block-table,
.wrapper > blockquote,
.wrapper > h1,
.wrapper > h2,
.wrapper > h3,
.wrapper > h4,
.wrapper > h5,
.wrapper > h6,
.wrapper > ol,
.wrapper > p,
.wrapper > ul {
    margin-right: auto;
    margin-left: auto;
    padding: 0 var(--offsets);
    max-width: 1440px;
}
.wrapper > ol,
.wrapper > ul {
    padding-left: 50px;
}
.wrapper blockquote,
blockquote {
    margin-top: 1rem;
    border-left: 5px solid var(--main-accent-bg-color);
    padding: 1rem var(--offsets) 1rem 2rem;
    font-weight: 400;
    background-color: #f0f8ff;
}
.wrapper > :last-child {
    margin-bottom: 2rem;
}
.background-block,
.wrapper {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
@font-face {
    src: local(""), url(../fonts/montserrat-v15-latin_cyrillic-regular.woff2) format("woff2"), url(../fonts/montserrat-v15-latin_cyrillic-regular.woff) format("woff");
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    src: local(""), url(../fonts/montserrat-v15-latin_cyrillic-500.woff2) format("woff2"), url(../fonts/montserrat-v15-latin_cyrillic-500.woff) format("woff");
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    src: local(""), url(../fonts/montserrat-v15-latin_cyrillic-700.woff2) format("woff2"), url(../fonts/montserrat-v15-latin_cyrillic-700.woff) format("woff");
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
body {
    overflow-x: hidden;
    font-family: Montserrat, Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
.accent-button {
    outline: 0;
    border: none;
    border-radius: 50px;
    padding: 0.6rem 1.2rem;
    font-weight: 300;
    font-size: 1.2rem;
    color: #fff;
    background: 0 0;
    transition: 250ms;
}
.accent-button.fill-button {
    border: 2px solid var(--main-accent-bg-color);
    background: var(--main-accent-bg-color);
}
.page-footer,
.page-header {
    background-color: var(--header-bg-color);
}
.accent-button.fill-button:hover {
    -webkit-filter: brightness(105%);
    filter: brightness(105%);
}
.accent-button.outline-button {
    border: 2px solid;
}
* + .container,
* + .section-links,
.comment-footer,
.container + .container,
.content-button {
    margin-top: 2rem;
}
.content-button.alight-left {
    text-align: left;
}
.content-button.align-right {
    text-align: right;
}
.advantages,
.bonus__text,
.bonus__title,
.bonus__value,
.comment-form__alert,
.comment-form__title,
.content-button.align-center,
.has-text-align-center,
.icon-blocks__content,
.icon-blocks__image,
.page-404__subtitle,
.page-404__title,
.slots__item-title,
.slots__text {
    text-align: center;
}
.content-button a,
.content-button button {
    border: 2px solid var(--content-button-bg-color);
    color: var(--content-button-color);
    background: var(--content-button-bg-color);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 150ms;
    -o-transition: 150ms;
    transition: 150ms;
}
.content-button a:hover,
.content-button button:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
.video.align-center {
    margin: 0 auto;
}
.bonus.accented,
.bonus__button:hover,
.icon-blocks__item {
    background-color: var(--main-accent-bg-color);
}
.columns,
.icon-blocks {
    padding: 2rem 0;
}
.columns__container {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: -1rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}
.columns__container.reversed {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
}
.columns__item {
    margin: 1rem;
}
.columns__item img {
    display: block;
    margin: 0 auto;
}
.columns.align-center .columns__container {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.columns.align-top .columns__container {
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
}
.columns.align-bottom .columns__container {
    align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
}
.columns.align-stretch .columns__container {
    align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
}
.bonus,
.wp-block-column {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
}
.columns.col-1 .columns__item {
    width: calc(100% - 2rem);
}
.columns.col-2 .columns__item {
    width: calc(100% / 2 - 2rem);
}
.columns.col-3 .columns__item {
    width: calc(100% / 3 - 2rem);
}
.columns.col-4 .columns__item {
    width: calc(100% / 4 - 2rem);
}
.columns.col-5 .columns__item {
    width: calc(100% / 5 - 2rem);
}
.columns.col-6 .columns__item {
    width: calc(100% / 6 - 2rem);
}
.wp-block-columns {
    display: grid;
    grid-gap: 30px;
    margin: 0 auto;
    padding: 2rem var(--offsets);
    max-width: calc(1380px + var(--offsets) + var(--offsets));
}
.bonus,
.icon-blocks__item {
    padding: 1rem;
    -webkit-box-sizing: border-box;
}
.faq__answer,
.faq__question,
.select-lang__option p,
.select-lang__selected p,
.wp-block-columns .wp-block-column {
    margin: 0;
}
.wp-block-columns.col-1 {
    grid-template-columns: repeat(1, 1fr);
}
.how-to__item,
.wp-block-columns.col-2 {
    grid-template-columns: repeat(2, 1fr);
}
.wp-block-columns.col-3 {
    grid-template-columns: repeat(3, 1fr);
}
.wp-block-columns.col-4 {
    grid-template-columns: repeat(4, 1fr);
}
.wp-block-columns.col-5 {
    grid-template-columns: repeat(5, 1fr);
}
.wp-block-columns.col-6 {
    grid-template-columns: repeat(6, 1fr);
}
.wp-block-column {
    display: flex;
    flex-direction: column;
}
.wp-block-column > * {
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-flex: 1;
}
.wp-block-column > :not(:first-child) {
    margin-top: 30px;
}
.wp-block-column .row {
    padding: 0;
}
.icon-blocks__container {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-box-pack: start;
    -ms-flex-align: stretch;
    -ms-flex-pack: start;
}
.review,
.show-posts__item {
    -ms-flex-direction: column;
    display: flex;
    height: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
}
.icon-blocks__item {
    border: 1px solid #fff;
    width: calc(100% / 6);
    box-sizing: border-box;
}
.icon-blocks__item:hover .icon-blocks__image {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.icon-blocks__image {
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    margin-top: 2rem;
    transition: 250ms;
}
.icon-blocks__image img {
    max-width: 100px;
}
.icon-blocks__content {
    margin: 1rem 0 0;
    font-size: 0.9rem;
    color: #fff;
}
.review,
.small-icons__image {
    -webkit-box-sizing: border-box;
}
.review {
    flex-direction: column;
    border-radius: 10px;
    padding: 1rem;
    box-sizing: border-box;
    background-color: #f9f9f9;
}
.review__text {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: rgb(33 33 33 / 70%);
}
.review__user {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: auto;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    -ms-flex-align: center;
    -ms-flex-pack: start;
}
.review__user-image {
    border-radius: 50%;
    max-width: 60px;
}
.review__user-name {
    margin-top: 0;
    margin-left: 1rem;
    font-weight: 600;
    font-size: 1.1rem;
    color: #6ec1e4;
}
.page-footer .columns__item *,
.page-footer__list a,
.page-footer__text {
    color: var(--main-nav-color);
}
.show-posts {
    background: #fbfbfb;
}
.show-posts__item {
    position: relative;
    flex-direction: column;
    overflow: hidden;
    border-radius: 5px;
    padding-bottom: 10px;
    background-color: #fff;
    transition: 250ms;
}
.video__button,
.video__media {
    position: absolute;
    border: none;
}
.show-posts__item:hover {
    -webkit-box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
}
.show-posts__item:hover .show-posts__image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.show-posts__image {
    overflow: hidden;
    height: 150px;
}
.show-posts__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: 250ms;
}
.show-posts__title {
    margin-top: 1rem;
    padding: 0 10px;
    font-size: 1.2rem;
    line-height: 1.7rem;
}
.show-posts__text {
    margin-top: 0;
    margin-bottom: 0.5rem;
    padding: 0 10px;
    font-size: 1rem;
    line-height: 1.5rem;
}
.show-posts__link {
    margin-top: auto;
    padding: 0 10px;
    text-decoration: underline;
}
#cookie-law-div a,
.page-footer__list a,
.select-lang__link,
a,
a:hover,
a:visited {
    text-decoration: none;
}
.show-posts__hidden-link {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
}
.comments .comment__author,
.toc,
.toc__link,
.toc__title {
    display: inline-block;
}
.video {
    max-width: 650px;
}
.video.align-right {
    margin-left: auto;
}
.video__container {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
    background-color: #000;
}
.video__preview {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.video__button {
    left: 50%;
    top: 50%;
    background: 0 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.faq__toggle,
.video__media {
    top: 0;
    width: 100%;
    height: 100%;
}
.video__button-shape {
    fill: #212121;
    fill-opacity: 0.8;
}
.video__button-icon {
    fill: #fff;
}
.video__button:focus,
:active,
:focus,
a:active,
a:focus {
    outline: 0;
}
.video__button:focus .video__button-shape,
.video__button:hover .video__button-shape {
    fill: red;
    fill-opacity: 1;
}
.video__media {
    left: 0;
}
.faq__item,
.toc {
    border-radius: 10px;
}
.page-footer__list {
    margin-top: 0;
}
.page-footer__list a {
    font-weight: 300;
    font-size: 1.1rem;
}
.page-footer__list .sub-menu {
    margin: 0.2rem 0;
}
.page-footer__text {
    font-weight: 300;
    font-size: 0.9rem;
    line-height: 1.4rem;
}
.toc__title,
h6 {
    line-height: 1.5rem;
}
.bonuses-section__description,
.bonuses-slider-section__description,
.categories-section__description,
.games-section__description,
.instructions-section__description,
.matches-section__description,
.page-footer .columns__item > *,
.popular-slots-section__description,
.providers-section__description,
.slots-section__description,
.winners-section__description {
    margin-bottom: 1rem;
}
.faq__item {
    position: relative;
    padding: 1rem;
    background-color: #f9f9f9;
}
.toc,
.wp-block-table table td {
    padding: 0.5rem 1rem;
}
.faq__toggle {
    position: absolute;
    left: 0;
    opacity: 0;
}
.faq__answer,
.toc__list {
    overflow: hidden;
    height: auto;
    max-height: 0;
}
.faq__answer.active,
.toc.active .toc__list {
    margin-top: 1rem;
    max-height: 1000px;
}
.toc {
    margin: 1rem 0;
    background-color: #f3f4f4;
}
.toc.active .toc__title::after {
    -webkit-transform: translateY(-30%) rotateZ(180deg);
    -ms-transform: translateY(-30%) rotate(180deg);
    transform: translateY(-30%) rotateZ(180deg);
}
.toc__title {
    position: relative;
    margin-bottom: 0;
    padding-right: 15px;
    font-size: 1rem;
}
.toc__title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    border-style: solid;
    border-width: 8.7px 5px 0;
    border-color: var(--main-accent-bg-color) transparent transparent transparent;
    width: 0;
    height: 0;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    transition: 250ms;
}
.difference__item::before,
.matches-section__match-time::before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.toc__list {
    margin-top: 0;
}
.toc__link {
    padding: 0.3rem 0;
    color: var(--main-accent-bg-color);
}
.page-single {
    margin: 0 auto 3rem;
    padding: 0 10px;
    max-width: 1440px;
}
.breadcrumbs {
    padding: 0.5rem 0;
}
.breadcrumbs__list {
    display: flex;
    list-style: none;
    margin-top: 0;
    padding: 0 30px;
}
.breadcrumbs__item,
.screenshotGalleryImages__item {
    margin-right: 10px;
}
.breadcrumbs__current,
.breadcrumbs__link {
    font-weight: 300;
    font-size: 0.9rem;
    text-decoration: none;
    color: var(--main-accent-bg-color);
}
.rating {
    padding: 1rem 0;
}
.slider__image img,
.slots__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.slots__image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}
.breadcrumbs__current,
.breadcrumbs__link,
.breadcrumbs__separator,
.fist-display .wp-block-heading {
    color: #fff;
}
.slots__text {
    border-radius: 5px;
    font-size: 0.9rem;
    color: #fff;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.advantages {
    height: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    padding: 1rem;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.advantages__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}
* + .mp-promocode,
* + .pp-promocode,
* + .w-promocode,
* + .wp-block-heading,
.advantages__title,
.how-to,
.wp-block-table table,
p + h3,
table {
    margin-top: 1rem;
}
.rating__items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    -ms-flex-align: center;
    -ms-flex-pack: start;
}
.rating__item {
    padding: 0 0.2rem;
    font-size: 1.3rem;
    color: #888;
}
.difference__element {
    border: 1px solid var(--main-accent-bg-color);
    border-radius: 10px;
    padding: 1rem;
}
.author-block__social,
.difference__list,
.shared-items__list {
    list-style: none;
    padding-left: 0;
}
.difference__item {
    position: relative;
    margin: 1rem 0;
    padding-left: 25px;
}
.difference__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    height: 15px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}
.difference__item_plus::before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzY3LjgwNSAzNjcuODA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzNjcuODA1IDM2Ny44MDU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIHN0eWxlPSJmaWxsOiMzQkI1NEE7IiBkPSJNMTgzLjkwMywwLjAwMWMxMDEuNTY2LDAsMTgzLjkwMiw4Mi4zMzYsMTgzLjkwMiwxODMuOTAycy04Mi4zMzYsMTgzLjkwMi0xODMuOTAyLDE4My45MDINCgkJUzAuMDAxLDI4NS40NjksMC4wMDEsMTgzLjkwM2wwLDBDLTAuMjg4LDgyLjYyNSw4MS41NzksMC4yOSwxODIuODU2LDAuMDAxQzE4My4yMDUsMCwxODMuNTU0LDAsMTgzLjkwMywwLjAwMXoiLz4NCgk8cG9seWdvbiBzdHlsZT0iZmlsbDojRDRFMUY0OyIgcG9pbnRzPSIyODUuNzgsMTMzLjIyNSAxNTUuMTY4LDI2My44MzcgODIuMDI1LDE5MS4yMTcgMTExLjgwNSwxNjEuOTYgMTU1LjE2OCwyMDQuODAxIA0KCQkyNTYuMDAxLDEwMy45NjggCSIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
}
.difference__item_minus::before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiBjbGFzcz0iIj48Zz48ZWxsaXBzZSBzdHlsZT0iZmlsbDojRTA0RjVGOyIgY3g9IjI1NiIgY3k9IjI1NiIgcng9IjI1NiIgcnk9IjI1NS44MzIiIGRhdGEtb3JpZ2luYWw9IiNFMDRGNUYiIGNsYXNzPSIiLz48cmVjdCB4PSIxMTMuMiIgeT0iMjI4IiBzdHlsZT0iZmlsbDojRkZGRkZGIiB3aWR0aD0iMjg1LjY3MiIgaGVpZ2h0PSI1NiIgZGF0YS1vcmlnaW5hbD0iI0ZGRDA3RCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iI0ZGRDA3RCIvPjwvZz4gPC9zdmc+Cg==);
}
.comments {
    margin: 2rem -10px -10px;
}
.comment-form__button,
.comments .comment {
    margin: 10px;
}
.comments .comment__author {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1.2rem;
}
.comments .comment__date {
    margin-left: 15px;
    font-size: 0.9rem;
    color: #a2a2a2;
}
.comments .comment__content {
    margin-top: 0;
    margin-left: 10px;
    border-left: 1px solid var(--main-accent-bg-color);
    padding: 10px 0 0 10px;
    font-weight: 300;
    font-size: 1rem;
}
.comments .comment__karma {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}
.comments .comment__karma .karma__control {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    outline: 0;
    border: none;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 16px;
    color: #fff;
    opacity: 0.1;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}
.comments .comment__karma .karma__control.decrease {
    background-color: #dc3545;
}
.comments .comment__karma .karma__control.increase {
    background-color: #28a745;
}
#cookie-law-div button:hover,
.comments .comment__karma .karma__control:hover {
    opacity: 1;
}
.comments .comment__karma .value {
    font-weight: 300;
    font-size: 1rem;
    color: #a2a2a2;
}
.comments .comment__reply {
    outline: 0;
    border: none;
    color: #888;
    background-color: transparent;
    cursor: pointer;
}
.comments .comment__child {
    position: relative;
    padding-left: 20px;
}
.comment-form-footer {
    margin: 3rem 0;
}
.comment-form__form {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
    max-width: 700px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}
.comment-form__field {
    outline: 0;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    padding: 10px;
    font-weight: 300;
    font-size: 1rem;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
}
.comment-form__field:active,
.comment-form__field:focus,
.comment-form__field:hover {
    border: 1px solid var(--main-accent-bg-color);
}
.comment-form__field.error {
    border: 1px solid #dc3545;
    background-color: rgb(220 53 69 / 5%);
}
.comment-form__input {
    margin: 10px;
    width: calc(100% / 2 - 20px);
}
.comment-form__textarea {
    margin: 10px;
    width: calc(100% - 20px);
    min-height: 100px;
    resize: none;
}
.comment-form__alert {
    display: block;
    width: calc(100% - 20px);
    font-weight: 300;
    font-size: 0.8rem;
    color: #000;
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    -ms-flex-item-align: center;
}
.footer__social-link,
.nav__sublist-link,
.video-v2__button,
.video-v2__button svg path {
    transition: 0.3s ease-in-out;
}
.comment-form__alert.error {
    color: #dc3545;
    opacity: 1;
}
.comment-form__alert.success {
    color: #28a745;
    opacity: 1;
}
#cookie-law-div a:hover,
.author-block__social li:hover,
.footer__social-link:hover {
    opacity: 0.7;
}
.page-404__title {
    margin-top: 2rem;
    font-size: 5rem;
}
.page-404__subtitle {
    margin-top: 2rem;
    font-weight: 300;
    font-size: 2rem;
}
.page-404__link.btn {
    position: relative;
    max-width: fit-content;
    display: flex;
    margin: 2rem auto;
}
.scroll-top {
    position: fixed;
    right: 15px;
    z-index: 120;
    bottom: 88px;
}
.scroll-top__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-shadow: 1px 1px 2px #000;
    color: #fff;
    background-color: var(--main-accent-bg-color);
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}
.author-block_outlined {
    display: inline-flex;
    align-items: center;
    margin: 0 0 1rem;
    border: 1px solid var(--main-accent-bg-color);
    padding: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.author-block__avatar {
    width: 60px;
    height: 60px;
}
.author-block__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.author-block__avatar_scaled {
    width: 150px;
    height: 150px;
}
.author-block__content {
    margin-left: 1rem;
    max-width: 600px;
}
.author-block__description {
    margin-top: 0.5rem;
    font-weight: 300;
    font-size: 0.9rem;
    opacity: 0.8;
}
.game-buttons__game,
.video-v2._active .video-v2__button {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.author-block__social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0.5rem -5px -5px;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    -ms-flex-align: center;
    -ms-flex-pack: start;
}
.author-block__social li {
    margin: 5px;
    width: 25px;
    height: 25px;
}
.shared-items {
    margin: 2rem 0;
}
.shared-items__title {
    margin: 15px 10px;
    font-weight: 600;
    font-size: 1.2rem;
}
.shared-items__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: -2px;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
}
.shared-items__item {
    -ms-flex: 1 1 150px;
    flex: 1 1 150px;
    margin: 2px;
    width: 100%;
    -webkit-box-flex: 1;
}
.shared-items__link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.5rem;
    border-radius: 10px;
    padding: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f1f1f1;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}
.shared-items__link svg {
    width: 30px;
    height: 30px;
}
#cookie-law-div {
    position: fixed;
    right: 2%;
    bottom: 3%;
    z-index: 10000000;
    border: 1px solid;
    border-radius: 10px;
    padding: 1em;
    max-width: 400px;
    -webkit-box-shadow: rgb(23 43 99 / 40%) 0 7px 28px;
    box-shadow: rgb(23 43 99 / 40%) 0 7px 28px;
    font-size: 15px;
    background: #fff;
}
#cookie-law-div a {
    border-bottom: 1px solid;
    font-size: 15px;
}
#cookie-law-div p {
    margin: 0;
    padding-right: 50px;
    color: #000;
}
#cookie-law-div button {
    position: absolute;
    right: 0.5em;
    top: 20px;
    border: none;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background-color: #000;
    opacity: 0.6;
    cursor: pointer;
    -ms-flex-item-align: center;
}
.acceptButton {
    top: 124px !important;
    width: 113px !important;
    background-color: green !important;
}
@media (max-width: 1300px) {
    .columns.col-6 .columns__item {
        width: calc(100% / 5 - 2rem);
    }
    .wp-block-columns.col-6 {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media screen and (max-width: 1200px) {
    :root {
        --offsets: 20px;
    }
}
@media (max-width: 1200px) {
    .columns.col-5 .columns__item,
    .columns.col-6 .columns__item {
        width: calc(100% / 4 - 2rem);
    }
    .wp-block-columns.col-5,
    .wp-block-columns.col-6 {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 1050px) {
    .wp-block-columns.col-4,
    .wp-block-columns.col-5,
    .wp-block-columns.col-6 {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 1024px) {
    html {
        font-size: 16px;
    }
}
.footer__social-link,
.video-v2__button {
    outline: 0;
    background-color: transparent;
    cursor: pointer;
}
@media (max-width: 1000px) {
    .columns.col-3 .columns__item {
        width: calc(100% / 2 - 2rem);
    }
    .columns.col-4 .columns__item,
    .columns.col-5 .columns__item,
    .columns.col-6 .columns__item {
        width: calc(100% / 3 - 2rem);
    }
    .icon-blocks__item {
        width: calc(100% / 3);
    }
}
@media screen and (max-width: 900px) {
    :root {
        --offsets: 16px;
    }
}
@media (max-width: 900px) {
    .wp-block-columns.col-3,
    .wp-block-columns.col-4,
    .wp-block-columns.col-5,
    .wp-block-columns.col-6 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 750px) {
    .columns.col-3 .columns__item {
        width: calc(100% - 2rem);
    }
    .columns.col-4 .columns__item,
    .columns.col-5 .columns__item,
    .columns.col-6 .columns__item {
        width: calc(100% / 2 - 2rem);
    }
    .wp-block-columns.col-2,
    .wp-block-columns.col-3,
    .wp-block-columns.col-4,
    .wp-block-columns.col-5,
    .wp-block-columns.col-6 {
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr;
    }
}
@media (max-width: 700px) {
    html {
        font-size: 15px;
    }
    .slider__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .slider__title {
        text-align: center;
    }
    .slider__button {
        margin-top: 1rem;
        margin-left: 0;
    }
}
@media screen and (max-width: 700px) {
    #cookie-law-div p {
        padding-bottom: 36px;
    }
    .acceptButton {
        left: calc(50% - 60px);
    }
}
@media (max-width: 650px) {
    .icon-blocks__item {
        width: calc(100% / 2);
    }
}
@media (max-width: 600px) {
    #cookie-law-div {
        right: 0;
        bottom: 0;
        border-radius: 0;
        max-width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .acceptButton {
        top: 100px !important;
    }
    #cookie-law-div p {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 400px) {
    .acceptButton {
        top: 127px !important;
    }
}
.game-buttons__game,
.video-v2__button {
    top: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (min-width: 750px) {
    .toc.active .toc__list,
    .toc__list {
        margin-top: 0;
    }
    .toc {
        width: 100%;
    }
    .toc__nav {
        display: flex;
        align-items: center;
    }
    .toc__title {
        display: flex;
        margin: 0;
        padding: 0 21px 0 0;
    }
    .toc__list {
        display: flex;
        list-style: none;
    }
    .toc__item {
        margin-right: 10px;
    }
    .toc__item a {
        text-decoration: none;
    }
    .toc__title::after {
        top: 40%;
    }
}
.screenshotGalleryImages,
.wp-block-columns,
.wp-block-video {
    display: flex;
}
.screenshotGalleryImages__item:last-child {
    margin-right: 0;
}
@media only screen and (max-width: 750px) {
    .screenshotGalleryImages {
        overflow-x: auto;
        padding-bottom: 15px;
        width: 100%;
        max-width: 980px;
    }
    .screenshotGalleryImages__item {
        margin-right: 15px;
        width: 80%;
        min-width: 320px;
        max-width: 325px;
    }
    p.toc__title {
        margin-top: 0;
    }
    .widget_icl_lang_sel_widget {
        list-style: none;
    }
}
.footer__social-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer__social-item {
    margin: 5px 10px;
}
.footer__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 100%;
    padding: 5px;
    width: 40px;
    height: 40px;
}
.video-v2__player,
video {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.footer__social-link .get-image {
    margin: 0;
    width: 100%;
    height: 100%;
}
.footer__social-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media (max-width: 1000px) {
    .footer__social-list {
        flex-basis: 100%;
    }
}
.video-v2 {
    display: flex;
    align-items: center;
}
.video-v2__container {
    position: relative;
    width: 100%;
    max-width: 800px;
}
.video-v2.align-left {
    justify-content: flex-start;
}
.video-v2.align-center {
    justify-content: center;
}
.video-v2.align-right {
    justify-content: flex-end;
}
.video-v2__player {
    display: block;
    aspect-ratio: 16/9;
}
.video-v2__button {
    position: absolute;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.select-lang,
.select-lang__options-list {
    background-color: #276aa5;
    transition: 0.3s ease-in-out;
}
.video-v2._active .video-v2__player {
    cursor: pointer;
}
.video-v2__button-shape {
    fill: rgb(0 0 0 / 60%);
}
.video-v2__button-icon {
    fill: #fff;
}
.video-v2__button:hover .video-v2__button-shape {
    fill: #f00;
}
.toc__title,
.wp-admin h1,
.wp-admin h2,
.wp-admin h3,
.wp-admin h4,
.wp-admin h5,
.wp-admin h6,
body.wp-admin {
    color: #000;
}
.get-image {
    margin: 0;
    height: fit-content;
    line-height: 0;
}
.wp-block-table table thead {
    border-bottom: none;
}
.wp-block-table table th {
    padding: 0.5rem 1rem;
    text-align: center;
}
.wp-block-table .has-fixed-layout {
    table-layout: auto;
}
.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: normal;
}
.select-lang {
    position: relative;
    flex-shrink: 0;
    margin-left: 15px;
    border: 1px solid #276aa5;
    border-radius: 10px;
    width: 90px;
    cursor: pointer;
}
.select-lang::before {
    content: url("data:image/svg+xml;charset=UTF-8,<svg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5.5575 6.4425L9 9.8775L12.4425 6.4425L13.5 7.5L9 12L4.5 7.5L5.5575 6.4425Z' fill='%23ffffff'/></svg>");
    position: absolute;
    left: 4px;
    top: 12px;
    display: inline-block;
    width: 18px;
    height: 18px;
    transition: max-height 0.3s ease-in-out;
}
.select-lang._active,
.select-lang > .select-lang__option {
    border-radius: 10px 10px 0 0;
}
.select-lang._active:hover {
    border-color: #276aa5;
}
.select-lang._active::before {
    transform: rotate(180deg);
}
.select-lang._active .select-lang__options-list {
    max-height: min-content;
}
.select-lang__options-list {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 15;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin: 0 -1px;
    border-radius: 0 0 10px 10px;
    padding: 0;
    max-height: 0;
}
.select-lang__options-list .select-lang__option {
    padding: 0;
}
.select-lang__option,
.select-lang__selected {
    display: flex;
    align-items: center;
    color: #fff;
}
.select-lang__option img,
.select-lang__selected img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.select-lang__option {
    padding: 7px 7px 7px 25px;
    transition: background-color 0.3s ease-in-out;
}
.select-lang__option span {
    min-width: 23px;
    text-transform: uppercase;
}
.select-lang__image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-left: 5px;
}
.select-lang__link {
    display: flex;
    align-items: center;
    padding: 7px 7px 7px 25px;
    color: #fff;
}
.breadcrumbs {
    background-color: #355E3B;
}
.accent-button.fill-button,
.content-button a,
.content-button button {
    border: none;
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    background-color: #7eac2f;
}
.accent-button.fill-button:hover,
.content-button a:hover,
.content-button button:hover {
    background-color: #93c738;
    transform: none;
}
.accent-button.outline-button {
    border: none;
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    background-color: #276aa5;
}
.accent-button.outline-button:hover {
    background-color: #417fb5;
}
@media (max-width: 500px) {
    html {
        font-size: 14px;
    }
    .comment-form__button,
    .comment-form__input {
        width: calc(100% - 20px);
    }
    .wrapper:first-child .background-block .columns__item--image {
        display: none;
    }
}
table {
    border-collapse: collapse;
    width: 100%;
}
.wp-block-table {
    overflow: auto;
}
.wp-block-columns.col-1 .wp-block-column {
    width: 100%;
}
@media (max-width: 800px) {
    .columns.col-2 .columns__item {
        width: calc(100% - 2rem);
    }
    .wrapper:first-child .columns__item--content {
        display: flex;
        flex-direction: column;
    }
    .wrapper:first-child .columns__item--content h1 {
        order: -2;
    }
}
.game-buttons {
    --image-url: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 48px 16px;
    background-image: var(--image-url);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.game-buttons__affiliate-link,
.game-buttons__demo-link {
    display: flex;
    padding: 12px 16px;
    font-size: 15px;
    line-height: 20px;
    transition: 0.3s ease-in-out;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
.game-buttons__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.game-buttons__affiliate-link {
    align-items: center;
    justify-content: center;
    border: none;
    border-top: 1px solid #d4f59a;
    border-radius: 4px;
    background-color: #7eac2f;
}
.bonus__button:hover,
.game-buttons__affiliate-link:hover,
.slots__button:hover {
    background-color: #6f9729;
}
.game-buttons__demo-link:hover,
.wp-block-table th {
    background-color: #276aa5;
}
.game-buttons__demo-link {
    align-items: center;
    justify-content: center;
    border: 1px solid #276aa5;
    border-radius: 4px;
    background: 0 0;
}
.game-buttons__game {
    position: fixed;
    left: 50%;
    display: none;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 0;
    width: 100%;
    max-width: 1180px;
    transition: 0.3s;
}
.game-buttons__game.show {
    z-index: 1000;
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.game-buttons__game iframe {
    margin: 0 auto;
    border: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.game-buttons__game-wrapper {
    display: flex;
    flex-direction: column;
    box-shadow: 8px 0 500px 0 #42445a;
    background: linear-gradient(98.52deg, #1d273e 0, #101829 100%);
    aspect-ratio: 1.7777777778;
}
.game-buttons__game-name {
    margin: 0 24px 0 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}
.game-buttons__close-game {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    border: none;
    background: 0 0;
    transition: opacity 0.3s ease-in-out;
    cursor: pointer;
}
.game-buttons__close-game:hover {
    background-color: rgb(255 255 255 / 10%);
}
.game-buttons__game-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 3px 3px 0 0;
    padding: 8px 16px;
    background: #205685;
}
.bonuses-slider-section__main,
.no-scroll,
.providers-section__main,
.scroll-lock {
    overflow: hidden;
}
@keyframes running-line {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.comment-form__alert span {
    display: none;
}
.comment-form__alert.error .fail,
.comment-form__alert.success .success {
    display: inline-block;
}
.tabs--horizontal .tabs__header-button {
    flex: 1 1 50%;
    align-self: stretch;
}
.btn svg,
.mobile-button__info svg,
.tabs--horizontal .tabs__header-button svg {
    flex-shrink: 0;
}
.tabs--horizontal .tabs__header-item {
    flex-grow: 1;
}
.tabs--horizontal .tabs__header-item .tabs__header-button {
    width: 100%;
}
.tabs--vertical .tabs__header {
    list-style: none;
}
.tabs--vertical .tabs__header-item {
    border: 1px solid var(--color-second-button-bg);
    width: 100%;
}
.tabs--vertical .tabs__header-item:not(:first-child) {
    border-top: none;
}
.tabs--vertical .tabs__header-item:first-child {
    border-radius: 20px 0 0;
}
.tabs--vertical .tabs__header-item:last-child {
    border-radius: 0 0 0 20px;
}
.tabs--vertical .tabs__header-button:last-child {
    border-radius: inherit;
}
.tabs--vertical .tabs__header-button {
    border: none;
}
@media (max-width: 1279px) {
    .tabs--vertical .tabs__header {
        padding: 24px 16px 16px;
    }
    .tabs--vertical .tabs__content {
        padding: 8px 16px 24px;
    }
    .tabs--vertical .tabs__header-button {
        -webkit-tap-highlight-color: transparent;
    }
    .tabs--vertical .tabs__header-item {
        flex-shrink: 0;
        width: fit-content;
    }
    .tabs--vertical .tabs__header-item:not(:first-child) {
        border-top: 1px solid var(--color-second-button-bg);
    }
    .tabs--vertical .tabs__header-item:first-child,
    .tabs--vertical .tabs__header-item:last-child {
        border-radius: 0;
    }
}
@media (max-width: 375px) {
    .tabs--horizontal .tabs__header-button svg {
        width: 28px;
        height: 28px;
        margin: 0;
    }
    .tabs--horizontal .tabs__header-item .tabs__header-button {
        flex-direction: column;
    }
}
@media (hover: hover), screen and (min-width: 0\0) {
    .select-lang._active .select-lang__option:focus,
    .select-lang._active .select-lang__option:hover {
        background-color: #14a0ff;
    }
    .select-lang:focus,
    .select-lang:hover {
        border-color: #14a0ff;
    }
    .tabs--vertical .tabs__header-button:hover {
        color: var(--color-second-button);
        background-color: var(--color-second-button-bg);
        color: #fff;
        background-color: var(--primary-color-blue);
    }
}
.gallery--v3 .gallery__wrapper {
    align-items: center;
    border: none;
    padding: 12px;
    background: #093f68;
}
.gallery--v3 .gallery__button {
    border: none;
    width: 70px;
    height: 100px;
    min-width: auto;
    color: var(--color-content-button);
    background: var(--color-content-button-bg);
}
.gallery--v3 .gallery__button svg {
    fill: currentcolor;
}
.how-to__list {
    margin: 1rem 0 0;
}
.how-to__item {
    position: relative;
    display: grid;
    gap: 20px;
}
.how-to__item--no-image {
    grid-template-columns: 1fr;
    padding-left: 24px;
}
.how-to__item:not(:last-child) {
    margin-bottom: 32px;
}
.how-to__item:not(:last-child)::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 5px;
    bottom: -38px;
    width: 2px;
    background: #16314a;
}
.how-to__item-counter {
    position: absolute;
    left: -24px;
    top: -1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 36px;
    height: 36px;
    font-weight: 900;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    background: #16314a;
    gap: 10px;
}
.how-to__item-image img {
    overflow: hidden;
    border-radius: 12px;
}
.how-to__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.how-to__item-title {
    margin: 0 0 4px;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.1rem;
}
.how-to__item-subtitle > :first-child,
.text-image__item > :first-child {
    margin-top: 0;
}
.how-to__button {
    display: inline-block;
    margin: 16px auto 0;
    border: none;
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    background-color: #7eac2f;
    transform-origin: center;
    transition: 0.15s ease-in-out;
    cursor: pointer;
}
.relink__item,
.slots__item {
    border-radius: 4px;
    background: linear-gradient(180deg, #040e28 24.04%, #113e66 100%);
}
.how-to__button:hover {
    opacity: 0.7;
}
@media (max-width: 575px) {
    .how-to__button {
        width: 100%;
    }
}
.review__rating {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-left: auto;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    gap: 4px;
}
.screenshotGallery {
    margin-bottom: 4rem;
}
.relink {
    padding-bottom: 2rem;
}
.relink--full,
.w-promocode__bonuses-list li:last-child {
    padding-bottom: 0;
}
.relink--full {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
}
.relink--full .grid__description,
.relink--full .grid__title,
.text-image > .wp-block-heading {
    grid-column: 1/-1;
    margin: 0;
}
.relink > .get-image {
    grid-column: 1/3;
    grid-row: auto;
    overflow: hidden;
    border-radius: 4px;
}
.relink--no-img .relink__list {
    grid-column: 1/-1;
    grid-template-columns: repeat(6, 1fr);
}
.relink__list {
    display: grid;
    grid-column: 3/-1;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 1rem;
}
.relink__item {
    display: flex;
    align-items: center;
    padding: 8px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    gap: 10px;
}
.relink--full .relink__item {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}
.relink__item:hover {
    opacity: 0.9;
}
.relink .get-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.relink__item img {
    max-width: 56px;
    max-height: 56px;
    object-fit: contain;
}
.relink__content {
    flex-grow: 1;
}
.relink--full .relink__content {
    flex-grow: 0;
}
.relink__title {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
}
.relink__text {
    margin: 4px 0 0;
    font-size: 14px;
    line-height: 1;
    color: #9aa2af;
}
.bonus__button,
.bonus__title,
.slots__button,
.slots__item-title {
    font-weight: 700;
    line-height: 20px;
}
.slots__title {
    display: inline-block;
    width: 100%;
}
.slots__description {
    margin: 0 0 1rem;
}
.slots__wrapper--image {
    display: grid;
    grid-template-columns: 460px 1fr;
    gap: 20px;
}
.slots__image-block {
    display: flex;
    justify-content: center;
}
.slots__image-block img {
    border-radius: 4px;
}
.slots__wrapper--image .slots__list {
    grid-template-columns: repeat(4, 1fr);
}
.slots__list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
.slots__item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.slots__item-content {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    padding: 8px;
    gap: 8px;
}
.slots__item-title {
    margin: 0;
    font-style: normal;
    font-size: 14px;
    color: #fff;
}
.bonus__text,
.bonus__title {
    text-align: left;
    margin: 0;
    color: #fff;
}
.bonus__button,
.slots__button {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    border: none;
    border-top: 1px solid #d4f59a;
    border-radius: 4px;
    padding: 8px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: #7eac2f;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    gap: 8px;
}
.bonus {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.bonus__item {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    min-height: 124px;
    background: #040e28;
}
.bonus__item-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding: 12px;
    height: 100%;
    gap: 8px;
}
*,
.bonus {
    padding: 0;
}
.bonus__title {
    font-size: 16px;
}
.bonus__text,
.btn {
    font-size: 14px;
    font-style: normal;
}
.bonus__text {
    display: box;
    align-self: stretch;
    overflow: hidden;
    max-width: 212px;
    font-weight: 400;
    line-height: 16px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.bonus__button {
    margin-top: 8px;
    width: fit-content;
}
.bonus__item .get-image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    left: 0;
    height: 100%;
}
.bonus__item .get-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
* {
    margin: 0;
    border: 0;
}
.copy-btn.copied .copied,
aside,
footer,
header,
nav {
    display: block;
}
body,
html {
    width: 100%;
    min-height: 100%;
    font-family: var(--ff-primary);
    font-size: 16px;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.btn,
button,
input,
textarea {
    font-family: inherit;
}
input::-ms-clear {
    display: none;
}
button {
    cursor: pointer;
}
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
h1 {
    font-size: 2rem;
    line-height: 2.5rem;
}
h2 {
    font-size: 1.8rem;
    line-height: 2.3rem;
}
h3 {
    font-size: 1.6rem;
    line-height: 2.1rem;
}
h4 {
    font-size: 1.4rem;
    line-height: 1.9rem;
}
h5 {
    font-size: 1.2rem;
    line-height: 1.7rem;
}
h6 {
    font-size: 1rem;
}
.wp-block-table table {
    border: 1px solid #276aa5;
    border-collapse: collapse;
    width: 100%;
}
.wp-block-table th {
    color: #fff;
}
.wp-block-table th:not(:last-child) {
    border-right: 1px solid #6593bb;
}
.wp-block-table td {
    border: 1px solid #276aa5;
    padding: 0.5rem 1rem;
}
.mp-promocode__input input,
.pp-promocode__input input {
    padding: 1rem 10px 1rem 1.25rem;
    background-color: transparent;
}
.wrapper {
    margin-top: 3rem;
}
.wrapper:first-child {
    margin-top: 0;
    background-color: rgb(1,80,3);
}
.container {
    margin: 0 auto;
    padding-right: 2.0625rem;
    padding-left: 2.0625rem;
    max-width: 90.375rem;
}
.btn {
    position: relative;
    border-radius: 0.1875rem;
    padding: 0.625rem 1.375rem;

    text-align: center;
    text-transform: capitalize;
    color: #000;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    gap: 0.625rem;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}
.btn:hover {
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
}
.btn--green {
    border-top: 1px solid #d4f59a;
    color: #fff;
    background: #7eac2f;
}
.btn--blue {
    color: #fff;
    background: rgb(1,80,3);
}
.btn--white {
    background: #fff;
}
.btn--full-width {
    padding: 1.125rem 2rem;
    width: 100%;
    max-width: unset;
}
.btn--with-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    gap: 0.25rem;
}
.slots-section__slots-list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-align: start;
    -webkit-box-pack: center;
    -ms-flex-align: start;
    -ms-flex-pack: center;
    gap: 0.9375rem;
}
.slots-section__slot {
    position: relative;
    overflow: hidden;
    border-radius: 0.375rem;
    width: 16.5rem;
}
.slots-section__slot:hover .slots-section__slot-bg {
    left: 0;
}
.slots-section__slot img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.slots-section__slot-bg {
    position: absolute;
    left: -100%;
    top: 0;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(0 0 0 / 70%) 0, rgb(0 0 0 / 70%) 100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    gap: 0.625rem;
}
.slots-section__slot-link {
    border: none;
    background: 0 0;
    cursor: pointer;
}
.slots-section__slot-link svg {
    width: 3.5625rem;
    height: 3.5625rem;
}
.categories-section__main,
.popular-slots-section__main {
    display: flex;
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    gap: 1rem;
}
.popular-slots-section__img {
    min-width: 28.0625rem;
    max-width: 28.0625rem;
}
.popular-slots-section__img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.popular-slots-section__slots-list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-align: start;
    -webkit-box-pack: start;
    -ms-flex-align: start;
    -ms-flex-pack: start;
    gap: 0.6875rem;
    row-gap: 0.9375rem;
}
.games-section__slot,
.popular-slots-section__slot {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
}
.popular-slots-section__slot {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    border-radius: 0.375rem;
    width: 13.75rem;
    background: var(--bg-sports, linear-gradient(102deg, rgb(4 14 40 / 60%) 0, rgb(4 14 40 / 18%) 100%), #185a8a);
}
.popular-slots-section__slot-img {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    width: 100%;
}
.popular-slots-section__slot-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.popular-slots-section__slot-footer {
    display: flex;
    flex-grow: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.5rem 0.9375rem 0.9375rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    gap: 0.5rem;
}
.popular-slots-section__slot-footer .btn {
    margin-top: auto;
    padding: 0.5625rem 0.625rem;
    width: 100%;
    max-width: unset;
    text-transform: uppercase;
}
.popular-slots-section__slot-name {
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1.125rem;
    word-break: break-all;
    text-align: center;
    color: #fff;
}
.games-section__slot-name,
.games-section__slot-provider {
    color: #000;
    line-height: 1.5rem;
    font-style: normal;
    text-transform: uppercase;
}
.games-section__slots-list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-align: start;
    -webkit-box-pack: center;
    -ms-flex-align: start;
    -ms-flex-pack: center;
    gap: 1rem;
}
.games-section__slot {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 0.375rem;
    width: 16.4375rem;
    background: #f3f4f4;
    gap: 0.5rem;
}
.games-section__slot-img {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.games-section__slot-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.games-section__slot-content {
    padding: 0.25rem 1rem 1rem 0.625rem;
}
.games-section__slot-content .btn {
    display: block;
    width: 100%;
    max-width: unset;
}
.games-section__slot-provider {
    display: block;
    margin-bottom: 0.25rem;
    font-weight: 400;
    font-size: 0.75rem;
    word-break: break-all;
}
.games-section__slot-name {
    display: block;
    margin-bottom: 0.75rem;
    font-weight: 700;
    font-size: 1.125rem;
}
.games-section__slot-link {
    font-family: var(--ff-primary);
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #292621;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.games-section__slot-link:hover {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}
.games-section__slot-link:hover svg {
    -webkit-transform: translate(5px, 6px);
    -ms-transform: translate(5px, 6px);
    transform: translate(5px, 6px);
}
.games-section__slot-link svg {
    width: 1.5rem;
    height: 1.5rem;
    stroke: #292621;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.providers-section__main .swiper {
    height: 100%;
}
.providers-section__main .swiper-wrapper {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}
.providers-section__main .swiper-slide {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    min-height: 6rem;
    font-size: 1.125rem;
    text-align: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    gap: 4px;
}
.providers-section__main .swiper-slide__img img {
    width: auto;
    height: 100%;
    max-height: 2.75rem;
    object-fit: contain;
}
.providers-section__main .swiper-slide__name {
    font-family: var(--ff-primary);
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5rem;
}
.providers-section__main .swiper-pagination {
    position: static;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 0.3125rem;
    height: 1.25rem;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    gap: 0.75rem;
}
.providers-section__main .swiper-pagination-bullet {
    display: block;
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
    background: rgb(29 67 105 / 50%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.providers-section__main .swiper-pagination-bullet-active {
    background: rgb(29 67 105);
}
.bonuses-section__bonuses-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 1rem;
}
.bonuses-section__bonus {
    position: relative;
    overflow: hidden;
    border-radius: 0.375rem;
    padding: 1.875rem 2.5rem;
}
.bonuses-section__bonus-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.bonuses-section__bonus-img .get-image,
.bonuses-section__bonus-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.bonuses-section__bonus-title {
    display: block;
    margin-bottom: 1.25rem;
    font-weight: 600;
    font-style: normal;
    font-size: 1.9125rem;
    line-height: 1.125rem;
    color: #fff;
}
.bonuses-section__bonus-name {
    position: relative;
    display: inline-block;
    padding: 0.625rem;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.125rem;
    word-break: break-all;
    color: #fff;
}
.bonuses-section__bonus-name::after,
.bonuses-section__bonus-name::before {
    content: " ";
    position: absolute;
    border-style: solid;
    border-color: #7eac2f;
    width: 0.875rem;
    height: 0.875rem;
}
.bonuses-section__bonus-name::before {
    left: -0.3125rem;
    top: 0;
    border-width: 1px 0 0 1px;
}
.bonuses-section__bonus-name::after {
    right: -0.3125rem;
    bottom: 0;
    border-width: 1px 1px 0 0;
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}
.bonuses-section__bonus .btn {
    display: block;
    margin-top: 2.75rem;
    padding: 1rem 2rem;
    min-width: 13.375rem;
    max-width: unset;
    font-weight: 600;
}
.bonuses-slider-section__main .swiper {
    height: 100%;
}
.bonuses-slider-section__main .swiper-wrapper {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}
.bonuses-slider-section__main .swiper-slide {
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    overflow: hidden;
    border-radius: 0.5rem;
    padding: 1rem;
    min-height: 18.875rem;
    font-size: 1.125rem;
    text-align: center;
    -webkit-box-align: end;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: end;
    -ms-flex-align: end;
    -ms-flex-pack: end;
    gap: 0.75rem;
}
.bonuses-slider-section__main .swiper-slide__img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.bonuses-slider-section__main .swiper-slide__img .get-image,
.bonuses-slider-section__main .swiper-slide__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.bonuses-slider-section__main .swiper-slide__text {
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    font-size: 1.75rem;
    line-height: normal;
    text-align: right;
    color: #fff;
}
.bonuses-slider-section__main .swiper-slide__text span {
    display: block;
    font-size: 2.25rem;
}
.bonuses-slider-section__main .swiper-slide .btn {
    padding: 0.75rem 2rem;
    min-width: 11.25rem;
    max-width: 100%;
}
.bonuses-slider-section__main .swiper-pagination,
.matches-section .swiper-pagination,
.winners-section .swiper-pagination {
    position: static;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 0.3125rem;
    height: 1.25rem;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    gap: 0.75rem;
}
.bonuses-slider-section__main .swiper-pagination-bullet,
.matches-section .swiper-pagination-bullet,
.winners-section .swiper-pagination-bullet {
    display: block;
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
    background: rgb(29 67 105 / 50%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.bonuses-slider-section__main .swiper-pagination-bullet-active,
.matches-section .swiper-pagination-bullet-active,
.winners-section .swiper-pagination-bullet-active {
    background: rgb(29 67 105);
}
.instructions-section__steps-list {
    counter-increment: myCounter;
    counter-reset: myCounter;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    gap: 3.125rem;
}
.instructions-section__text {
    -ms-flex: 1;
    flex: 1;
    padding: 0.625rem;
    max-width: 33.625rem;
    -webkit-box-flex: 1;
}
.instructions-section__img {
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    height: 100%;
    max-width: 40.4375rem;
    -webkit-box-flex: 1;
}
.instructions-section__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.instructions-section__step {
    position: relative;
    display: flex;
    align-items: center;
    list-style: none;
    margin-top: 1.875rem;
    width: 100%;
    background: #f4f5f5;
    -webkit-box-align: center;
    -ms-flex-align: center;
    gap: 2rem;
}
.instructions-section__step:not(:last-child)::after {
    counter-increment: myCounter;
    content: url("data:image/svg+xml,%3Csvg width='22' height='31' viewBox='0 0 22 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2.11963L11 10.1196L20 2.11963' stroke='%23008CEB' stroke-opacity='0.3' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M2 11.1196L11 19.1196L20 11.1196' stroke='%23008CEB' stroke-opacity='0.6' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M2 20.1196L11 28.1196L20 20.1196' stroke='%23008CEB' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    position: absolute;
    left: 35%;
    bottom: -2.1875rem;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.instructions-section__step::before {
    content: counter(myCounter);
    position: absolute;
    left: 35%;
    top: -1.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 3.4375rem;
    height: 3.4375rem;
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #fff;
    background: #008ceb;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}
.instructions-section__step-title {
    margin: 0 0 0.5rem;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #2b2b2b;
}
.instructions-section__step-description {
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.5rem;
    color: #2b2b2b;
}
.instructions-section__text .btn {
    margin-top: 1rem;
    min-width: fit-content;
}
.winners-section {
    overflow: hidden;
}
.winners-section__winners-list {
    display: flex;
    align-items: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
}
.winners-section__winner {
    overflow: hidden;
    border-radius: 0.375rem;
    min-width: 10.1875rem;
    background: #f4f5f5;
    gap: 0.75rem;
}
.winners-section__winner.swiper-slide {
    align-self: stretch;
    height: auto;
}
.winners-section__winner-avatar {
    width: 100%;
}
.winners-section__winner-avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.winners-section__winner-info {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.75rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    gap: 0.25rem;
}
.winners-section__winner-nickname {
    width: 100%;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    color: #3e3e3e;
    text-wrap: wrap;
}
.winners-section__winner-result {
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    color: 292621;
}
.matches-section__match-team span,
.matches-section__match-title {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    font-style: normal;
}
.matches-section {
    overflow: hidden;
}
.matches-section__matches-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.matches-section__matches-list .swiper-slide {
    align-self: stretch;
    height: auto;
}
.matches-section__match.swiper-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 0.375rem;
    padding: 0.75rem;
    background: linear-gradient(102deg, rgb(4 14 40 / 60%) 0, rgb(4 14 40 / 18%) 100%), #185a8a;
    gap: 16px;
}
.matches-section__match-title {
    margin: 0 0 4px;
    color: #fff;
}
.matches-section__match-teams {
    display: flex;
    gap: 2.3125rem;
}
.matches-section__match-vs {
    position: absolute;
    left: 50%;
    top: 42%;
    font-weight: 600;
    font-style: normal;
    font-size: 5.625rem;
    line-height: 1.5rem;
    text-align: center;
    color: rgb(255 255 255 / 10%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.matches-section__match-team {
    position: relative;
    z-index: 1;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    -ms-flex-align: center;
    -ms-flex-pack: start;
    gap: 0.25rem;
}
.matches-section__match-team .get-image {
    width: 4.125rem;
    height: 4.125rem;
}
.matches-section__match-team img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.matches-section__match-team span {
    color: #fff;
}
.matches-section__match-time {
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 3.875rem;
    height: 3.875rem;
    font-weight: 400;
    font-style: normal;
    font-size: 0.875rem;
    text-align: center;
    color: #fff;
    background: #113f68;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}
.matches-section__match-time::after,
.matches-section__match-time::before {
    content: "";
    position: absolute;
    width: 1.5625rem;
    height: 0.125rem;
    background: #7eac2f;
}
.matches-section__match-time::before {
    left: -1.5625rem;
    top: 50%;
    transform: translateY(-50%);
}
.matches-section__match-time::after {
    right: -1.5625rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.matches-section__match .btn {
    margin-top: auto;
    padding: 1rem 8px;
    width: 100%;
    max-width: unset;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-transform: uppercase;
}
.categories-section__img {
    height: 20.625rem;
    min-width: 28.0625rem;
    max-width: 28.0625rem;
}
.categories-section__img img {
    border-radius: 0.375rem;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.categories-section__categories-list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    gap: 0.6875rem;
    row-gap: 0.9375rem;
    width: 100%;
}
.categories-section__category {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    padding: 8px;
    width: 13.75rem;
    min-height: 6.25rem;
    background: linear-gradient(102deg, rgb(4 14 40 / 60%) 0, rgb(4 14 40 / 18%) 100%), rgb(1,80,3);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    gap: 0.5rem;
}
.categories-section__category[data-sf-a]:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    cursor: pointer;
}
.categories-section__category-main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}
.categories-section__category-main img {
    width: 2.5rem;
    -o-object-fit: contain;
    object-fit: contain;
}
.categories-section__category-name {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.125rem;
    word-break: break-all;
    text-align: center;
    color: #fff;
}
@media (max-width: 1380px) {
    .container {
        padding-right: 0;
        padding-left: 0;
        width: 95%;
    }
    .categories-section__main,
    .popular-slots-section__main {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
    }
    .popular-slots-section__img img {
        max-height: 600px;
    }
    .popular-slots-section__img {
        width: 100%;
        max-width: unset;
    }
    .popular-slots-section__slots-list {
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }
    .categories-section__img {
        height: auto;
        min-width: auto;
        max-width: max-content;
        margin: 0 auto;
    }
    .categories-section__img img {
        max-height: 600;
    }
    .categories-section__categories-list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    .categories-section__category {
        width: 100%;
    }
    .categories-section__img .get-image {
        width: 100%;
        max-width: unset;
    }
}
@media (max-width: 992px) {
    .categories-section__categories-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}
.section-links {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-box-pack: center;
    -ms-flex-align: start;
    -ms-flex-pack: center;
    gap: 1rem;
}
.section-links__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    gap: 16px;
}
.section-links__item {
    display: flex;
    align-items: flex-start;
    border-radius: 6px;
    padding: 10px 10px 10px 14px;
    background:#008000;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-align: start;
    -ms-flex-align: start;
    gap: 1.3125rem;
}
.section-links__item[data-sf-a]:hover {
    background: #228B22;
    cursor: pointer;
}
.section-links__text {
    flex-grow: 1;
    margin: auto 0;
}
.section-links__name {
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #fff;
}
.section-links__description {
    margin: 0;
    font-weight: 400;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #d2d2d2;
}
.section-links__img {
    height: 3.875rem;
    min-width: 3.875rem;
    max-width: 3.875rem;
}
.section-links__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 1280px) {
    .relink__list,
    .slots__wrapper--image .slots__list {
        grid-template-columns: repeat(3, 1fr);
    }
    .relink--no-img .relink__list {
        grid-column: 1/-1;
        grid-template-columns: repeat(4, 1fr);
    }
    .slots__list {
        grid-template-columns: repeat(5, 1fr);
    }
    .section-links__list {
        grid-template-columns: repeat(2, 1fr);
    }
}
.text-image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 1rem;
    padding-bottom: 1rem;
    gap: 1rem 2rem;
}
.text-image.reversed .text-image__item--content {
    order: 2;
}
.text-image.reversed .text-image__item--image {
    order: 1;
}
.text-image:not(:has(> .wp-block-heading)) .text-image__item--content {
    margin-top: auto;
    margin-bottom: auto;
}
.header__nav li .submenu__item:last-child,
.text-image__item > :last-child {
    margin-bottom: 0;
}
.text-image__item--content {
    overflow: hidden;
}
.text-image__item--image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrapper:has(.fist-display) {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.wrapper:has(.fist-display) > :last-child {
    margin-bottom: 0;
}
@media (max-width: 1024px) {
    .bonus {
        grid-template-columns: 1fr 1fr;
    }
    * + .section-links {
        margin-top: 1rem;
    }
    .text-image {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .fist-display .text-image__item--content .wp-block-heading {
        order: -2;
    }
    .wrapper:first-child:has(.promocode) .text-image__item .promocode {
        order: -1;
    }
    .wrapper:first-child:has(.promocode) .text-image__item {
        display: inline-flex;
        flex-direction: column;
    }
    .wrapper:first-child:has(.promocode) .text-image__item--content .wp-block-heading {
        order: -2;
    }
    .text-image.reversed .text-image__item--image {
        order: 2;
    }
    .fist-display .text-image__item {
        display: inline-flex;
        flex-direction: column;
    }
    .fist-display .text-image__item .promocode {
        order: -1;
        margin: 0 0 1rem;
    }
}
.pp-promocode {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 0.625rem;
    padding: 1.5rem;
    background: linear-gradient(99deg, rgba(4, 40, 4, 0.8) 0, rgba(4, 40, 4, 0.27) 100%), #008000;
    -webkit-box-align: start;
    -webkit-box-pack: start;
    -ms-flex-align: start;
    -ms-flex-pack: start;
    gap: 1.375rem;
}
.pp-promocode__main-content {
    position: relative;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    gap: 0.5rem;
}
.pp-promocode__title {
    margin: 0;
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    line-height: normal;
    text-align: left;
    color: #fff;
}
.pp-promocode__description,
.pp-promocode__time {
    margin: 0;
    line-height: 1.5rem;
    font-style: normal;
    color: #fff;
}
.pp-promocode__description {
    font-weight: 400;
    font-size: 1.0625rem;
}
.pp-promocode__description span {
    font-weight: 700;
    color: #a7dc4c;
}
.pp-promocode__time {
    font-weight: 300;
    font-size: 0.875rem;
}
.pp-promocode > svg {
    position: relative;
    width: 3.125rem;
    height: 2.5rem;
    -ms-flex-item-align: center;
}
.mp-promocode__specs-item,
.pp-promocode__input {
    -ms-flex-direction: column;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
}
.pp-promocode__input {
    position: relative;
    flex-direction: column;
    margin: auto 0;
    width: 276px;
    gap: 0.625rem;
}
.pp-promocode__input-copy-block {
    display: flex;
    justify-content: space-between;
    border: 1px solid #d4f59a6b;
    border-radius: 4px;
    padding: 0.125rem;
    width: 100%;
    height: 3.25rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 0.25rem;
}
.pp-promocode__input input {
    max-width: 144px;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1rem;
    color: #a7dc4c;
}
.pp-promocode__input .btn {
    padding: 1rem 2rem;
}
.mp-promocode__copy-btn,
.pp-promocode__copy-btn,
.w-promocode__copy-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    height: 100%;
    min-height: 2.375rem;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1rem;
    color: #fff;
    background: rgb(1,80,3);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    gap: 0.25rem;
}
.pp-promocode__copy-btn:hover {
    -webkit-transform: scale(0.97);
    -ms-transform: scale(0.97);
    transform: scale(0.97);
}
.pp-promocode__copy-btn.copied {
    background-color: rgb(16 236 16);
}
.pp-promocode__copy-btn svg {
    width: 1.25rem;
    height: 1.25rem;
}
.pp-promocode__copy-btn svg use {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.pp-promocode__copy-btn:hover use {
    scale: 1.02;
}
.copy-btn {
    padding: 0.75rem 0.1rem;
    min-width: 100px;
}
.copy-btn .copied,
.copy-btn.copied .copy {
    display: none;
}
@media (max-width: 768px) {
    .instructions-section__img {
        max-width: 100%;
    }
    .instructions-section__step {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        gap: 0;
    }
    .instructions-section__step .btn {
        order: 5;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
    }
    .pp-promocode {
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        gap: 0.3125rem;
    }
    .pp-promocode__main-content {
        padding-right: 0;
        max-width: 100%;
    }
    .pp-promocode__input {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 390px) {
    .pp-promocode__main-content {
        margin: 0 auto;
        max-width: 95%;
    }
    .pp-promocode__title {
        order: 1;
        text-align: center;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    }
    .pp-promocode__description {
        order: 3;
        text-align: center;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
    }
    .pp-promocode__time {
        order: 2;
        text-align: center;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    }
    .pp-promocode > svg {
        -webkit-transform: translate(-90%, -20%) scaleX(-1) rotate(90deg);
        -ms-transform: translate(-90%, -20%) scaleX(-1) rotate(90deg);
        transform: translate(-90%, -20%) scaleX(-1) rotate(90deg);
    }
}
.mp-promocode {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 0.625rem;
    padding: 1.625rem 1.875rem 1.875rem;
    background: linear-gradient(102deg, rgb(4 14 40 / 60%) 0, rgb(4 14 40 / 18%) 100%);
    background-color: #185a8a;
    -webkit-box-align: start;
    -webkit-box-pack: start;
    -ms-flex-align: start;
    -ms-flex-pack: start;
    gap: 0.625rem;
}
.mp-promocode__main-content {
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 1.5rem;
}
.mp-promocode__title {
    margin: 0;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    line-height: normal;
    text-align: center;
    color: #fff;
}
.mp-promocode__specs-name,
.mp-promocode__specs-value {
    line-height: 25.554px;
    font-family: Montserrat;
    font-style: normal;
    text-align: center;
}
.mp-promocode__specs {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.mp-promocode__specs-item {
    flex-direction: column;
    border-right: 1px solid;
    padding-right: 1.375rem;
    padding-left: 1.375rem;
    gap: 0.25rem;
}
.mp-promocode__specs-item:last-child {
    border-right: none;
    padding-right: 0;
}
.mp-promocode__specs-item:first-child {
    padding-left: 0;
}
.mp-promocode__specs-value {
    font-weight: 600;
    font-size: 1.0625rem;
    letter-spacing: -0.17px;
    color: #fff;
}
.mp-promocode__specs-value--stars::after {
    content: " ★ ★ ★ ★ ★";
}
.mp-promocode__specs-name {
    font-weight: 400;
    font-size: 0.875rem;
    letter-spacing: -0.14px;
    color: #dfdfdf;
}
.mp-promocode__buttons {
    position: relative;
    display: flex;
    padding-bottom: 1.25rem;
    gap: 1.125rem;
}
.mp-promocode__buttons::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(270deg, rgb(126 172 47 / 0%) -7.11%, #7eac2f 50.12%, rgb(126 172 47 / 0%) 107.93%);
}
.mp-promocode__buttons .btn {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}
.mp-promocode__description {
    margin: 0;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-align: center;
    color: #fff;
}
.mp-promocode__description span {
    font-weight: 700;
    color: #a7dc4c;
}
.mp-promocode__input,
.w-promocode__input {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    gap: 0.625rem;
}
.mp-promocode__input-copy-block {
    display: flex;
    justify-content: space-between;
    border: 1px solid #d4f59a6b;
    border-radius: 4px;
    padding: 0.125rem;
    width: 100%;
    height: 3.25rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 0.25rem;
}
.mp-promocode__input input {
    max-width: 144px;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1rem;
    color: #a7dc4c;
}
.mp-promocode__input .btn {
    padding: 1rem 2rem;
}
.mp-promocode__copy-btn:hover {
    -webkit-transform: scale(0.97);
    -ms-transform: scale(0.97);
    transform: scale(0.97);
}
.mp-promocode__copy-btn.copied {
    background-color: rgb(16 236 16);
}
.w-promocode {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 0.625rem;
    padding: 2.125rem;
    background: linear-gradient(99deg, rgb(0 128 0 / 80%) 0, rgb(0 128 0 / 27%) 100%);
    background-color: #355E3B;
    -webkit-box-align: start;
    -webkit-box-pack: start;
    -ms-flex-align: start;
    -ms-flex-pack: start;
    gap: 1.375rem;
}
.w-promocode__main-content {
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 0.9375rem;
}
.w-promocode__title {
    margin: 0;
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.0625rem;
    text-align: center;
    color: #fff;
}
.w-promocode__description {
    position: relative;
    margin: 0;
    padding-bottom: 1.25rem;
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #fff;
}
.w-promocode__bonuses-list,
.w-promocode__input input {
    font-size: 1.1rem;
    font-family: Montserrat;
    font-style: normal;
}
.w-promocode__description::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(270deg, rgb(126 172 47 / 0%) -7.11%, #7eac2f 50.12%, rgb(126 172 47 / 0%) 107.93%);
}
.w-promocode__description span {
    font-weight: 700;
    color: #a7dc4c;
}
.w-promocode__registration {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.875rem;
}
.w-promocode__bonuses-list {
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 500;
    line-height: 1.5rem;
    color: #fff;
}
.w-promocode__bonuses-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
* + .w-promocode__bonuses-list ul {
    margin-top: 1rem;
}
.w-promocode__bonuses-list li {
    position: relative;
    list-style: none;
    padding-bottom: 1.0625rem;
    padding-left: 14px;
}
.w-promocode__bonuses-list li::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='7' viewBox='0 0 7 7' fill='none'%3E%3Ccircle cx='3.5' cy='3.5' r='3.5' fill='%23A7DC4C'/%3E%3C/svg%3E");
    position: absolute;
    left: 0;
    display: flex;
    text-align: center;
}
.w-promocode__bonuses-list span {
    font-weight: 700;
    color: #a7dc4c;
}
.w-promocode__input-copy-block {
    display: flex;
    justify-content: space-between;
    border: 1px solid #d4f59a6b;
    border-radius: 4px;
    padding: 0.125rem;
    width: 100%;
    height: 3.25rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 0.25rem;
}
.w-promocode__input input {
    padding: 1rem 5px 1rem 0.25rem;
    max-width: 144px;
    font-weight: 600;
    line-height: 1rem;
    color: #fff;
    background-color: transparent;
}
.w-promocode__input .btn {
    padding: 1rem 0.5rem;
    max-width: 100%;
}
.w-promocode__copy-btn:hover {
    -webkit-transform: scale(0.97);
    -ms-transform: scale(0.97);
    transform: scale(0.97);
}
.w-promocode__copy-btn.copied {
    background-color: rgb(16 236 16);
}
@media (max-width: 1023px) {
    .select-lang {
        margin: 0;
        border: none;
        padding: 5px 0;
        width: 100%;
        background: 0 0;
    }
    .select-lang::before,
    .select-lang__selected {
        display: none;
    }
    .select-lang__options-list {
        position: static;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0;
        padding: 0 16px;
        width: 100%;
        max-height: 100%;
        background: 0 0;
    }
    .select-lang__link {
        padding: 7px;
    }
    .game-buttons__game {
        padding: 0;
        width: 90%;
        height: fit-content;
    }
    .game-buttons__game-wrapper {
        height: 100%;
    }
    .game-buttons__close-game {
        right: -3px;
        top: 0;
    }
    .bonuses-section__bonuses-list,
    .relink,
    .slots__wrapper--image {
        grid-template-columns: 1fr;
    }
    .relink > .get-image,
    .relink__list {
        grid-column: auto;
    }
    .relink--no-img .relink__list {
        grid-template-columns: repeat(3, 1fr);
    }
    .slots__list,
    .slots__wrapper--image .slots__list {
        grid-template-columns: repeat(4, 1fr);
    }
    .w-promocode__registration {
        grid-template-columns: 1fr 1fr;
    }
}
.mobile-button {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    padding: 14px 12px;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 8%);
    background-color: #008000;
    gap: 12px;
    max-width: 100vw;
}
.mobile-button .get-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 70px;
    height: 100%;
    background-color: #195685;
}
.mobile-button .get-image img {
    height: auto;
    max-width: 50px;
    object-fit: contain;
}
.mobile-button.v1 {
    padding-left: 82px;
}
.mobile-button__info {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.mobile-button__text {
    margin: 0;
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}
.mobile-button__text span {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #a7dc4c;
}
.header__active-lang span,
.header__langs-menu li span,
.nav__list-item {
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
}
.mobile-button__link {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    align-self: stretch;
    justify-content: center;
    padding: 12px;
    width: fit-content;
    min-width: 116px;
    max-width: max-content;
    transition: none;
    gap: 8px;
    font-weight: 400;
    text-transform: capitalize;
}
.mobile-button__link svg {
    pointer-events: none;
}
.mobile-button.v1 .mobile-button__text {
    font-size: 16px;
    line-height: 24px;
}
@media (min-width: 767px) {
    .mobile-button {
        display: none;
    }
}
.header {
    position: sticky;
    top: 0;
    z-index: 199;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    width: 100%;
    background: #008000;
}
.header__langs-menu,
.nav__list-item.has-submenu .submenu {
    top: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
}
.header__content {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header__logo {
    display: flex;
    align-items: flex-start;
    margin-right: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
}
.header__logo img {
    width: fit-content;
    height: fit-content;
    max-height: 40px;
    object-fit: contain;
}
.header__nav {
    display: flex;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    align-items: flex-start;
    margin-right: auto;
    margin-left: auto;
    max-width: 57%;
    -webkit-box-align: start;
    -webkit-box-flex: 1;
    -ms-flex-align: start;
}
.nav__list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    gap: 1.0625rem;
}
.nav__list-item {
    font-size: 1rem;
    text-transform: capitalize;
    color: #fff;
}
.header__nav li.has-submenu > a,
.header__nav li.has-submenu > span {
    display: inline-block;
}
.header__nav li.has-submenu > a::after,
.header__nav li.has-submenu > span::after {
    content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'><path d='M1.31116 1L5.31116 5L9.31116 1' stroke='%23ffffff'/></svg>");
    position: absolute;
    right: 0.5rem;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1px;
    width: 10px;
    height: 6px;
    transform: translateY(-50%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}
.header__nav li.active > a::after,
.header__nav li.active > span::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nav__list-link {
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.active-link,
.nav__list-link:hover,
.nav__sublist-link:hover {
    color: rgb(195 191 191);
}
.active-link {
    cursor: default;
}
.nav__list-item.has-submenu .submenu {
    position: absolute;
    right: 50%;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-top: 0;
    border-radius: 1rem;
    padding: 1.25rem 0.625rem 1.25rem 1.25rem;
    min-width: 9.375rem;
    background: #fff;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-box-align: start;
    -webkit-box-pack: center;
    -ms-flex-align: start;
    -ms-flex-pack: center;
    gap: 0.625rem;
}
.header__nav li .submenu__item {
    display: flex;
    align-items: center;
    margin-bottom: 0.625rem;
    font-size: 1rem;
    line-height: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    gap: 0.625rem;
}
.header__nav li .submenu__item img {
    width: 2rem;
    height: 2rem;
}
.header__nav li.has-submenu {
    position: relative;
    padding-right: 1.375rem;
}
.header__nav li.active .submenu {
    display: flex;
}
.header__lang {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}
.header__lang img {
    clip-path: circle(38% at 50% 50%);
    height: 24px;
}
.header__lang:hover .header__active-lang svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.header__lang:hover .header__langs-menu {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    gap: 0.5rem;
}
.header__active-lang {
    display: flex;
    align-items: center;
    padding: 10px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.header__active-lang span {
    margin-right: 4px;
    font-size: 1.0625rem;
    text-transform: uppercase;
    color: #fff;
}
.header__active-lang svg {
    flex-shrink: 0;
    width: 10px;
    height: 6px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.header__burger span,
.header__burger::after,
.header__burger::before {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
    right: 0;
}
.header__langs-menu {
    position: absolute;
    left: 0;
    right: 0;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 8px 0 4px;
    background: #355E3B;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    -ms-flex-align: center;
    -ms-flex-pack: start;
    gap: 0.0625rem;
}
.header__langs-menu li {
    display: flex;
    align-items: center;
    gap: 6px;
}
.header__langs-menu li span {
    font-size: 1.0625rem;
    text-transform: uppercase;
    color: #fff;
}
.header__lang-item,
.promocode label {
    display: flex;
}
.header__buttons {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 26.25rem;
    -webkit-box-pack: end;
    -ms-flex-item-align: start;
    -ms-flex-pack: end;
    gap: 0.5rem;
}
.header__burger {
    position: relative;
    display: none;
    width: 36px;
    height: 32px;
    -webkit-transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
    cursor: pointer;
}
.header__burger::before {
    content: "";
    top: 4px;
}
.header__burger::after {
    content: "";
    bottom: 4px;
}
.header__burger:active,
.header__burger:hover {
    -webkit-filter: drop-shadow(0 2px 5px #4993e3);
    filter: drop-shadow(0 2px 5px #4993e3);
}
.header__burger span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header.burger-active .header__burger span {
    display: none;
}
.header.burger-active .header__burger::before {
    right: 0;
    top: 14px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header.burger-active .header__burger::after {
    right: 0;
    bottom: 15px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media (min-width: 1380px) {
    .header__nav li:hover a::after,
    .header__nav li:hover span::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .header__nav li:hover .submenu {
        display: flex;
    }
}
@media (max-width: 1671px) {
    .header__buttons {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-box-flex: 1;
    }
}
@media (max-width: 1380px) {
    .mp-promocode__main-content,
    .pp-promocode__main-content,
    .w-promocode__main-content {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
    }
    .header__content {
        position: relative;
        justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    }
    .header__nav ul {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        gap: 0.625rem;
    }
    .nav__list-item.has-submenu .submenu {
        position: static;
        display: flex;
        padding: 0;
        width: 100%;
        background-color: transparent;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .header__nav li .submenu li {
        border: none;
    }
    .header__nav li .submenu__item {
        margin-bottom: 0;
    }
    .header__nav li.active > a,
    .header__nav li.active > span {
        color: #040507;
    }
    .header__nav li.has-submenu > a::after,
    .header__nav li.has-submenu > span::after {
        display: none;
    }
    .nav__sublist-link {
        color: #fff;
    }
    .header__nav li.active {
        border-radius: 0.75rem;
        padding-top: 0.625rem;
        padding-left: 0.625rem;
        background-color: #fff;
    }
    .header__nav li.active a {
        padding-left: 0;
    }
    .header__nav li {
        margin-right: 0.625rem;
        margin-left: 0.625rem;
        width: 90%;
    }
    .header__nav li:last-child {
        padding-bottom: 0;
    }
    .active-link,
    .nav__list-link,
    .nav__sublist-link {
        display: block;
        padding: 10px;
    }
    .header__nav {
        position: absolute;
        right: 50%;
        bottom: 0;
        z-index: 5;
        display: none;
        overflow-y: auto;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        width: 100vw;
        height: calc(100vh - calc(var(--height) - 2px));
        max-width: 100vw;
        background-color:rgb(1,80,3);
        transform: translate(50%, calc(100% + 9px));
    }
    .header__lang {
        order: 2;
        margin-left: auto;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    }
    .header__buttons {
        -ms-flex: none;
        flex: none;
        -ms-flex-direction: row;
        flex-direction: row;
        order: 3;
        margin-right: 3.75rem;
        margin-left: 1.25rem;
        -webkit-box-direction: normal;
        -webkit-box-flex: 0;
        -webkit-box-ordinal-group: 4;
        -webkit-box-orient: horizontal;
        -ms-flex-order: 3;
        gap: 0.5rem;
    }
    .header__burger {
        position: absolute;
        right: 0;
        display: block;
    }
    .header.burger-active .header__nav {
        display: block;
    }
}
@media (max-width: 768px) {
    .mp-promocode,
    .mp-promocode__buttons {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
    }
    .mp-promocode {
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }
    .mp-promocode__main-content,
    .w-promocode__main-content {
        padding-right: 0;
        max-width: 100%;
    }
    .mp-promocode__buttons {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .mp-promocode__buttons .btn {
        padding-right: 8px;
        padding-left: 8px;
    }
    .w-promocode__registration {
        grid-template-columns: 1fr;
    }
    .w-promocode__input {
        align-self: center;
        width: 100%;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
    }
    .header__logo {
        margin-right: auto;
    }
    .header__logo img {
        max-height: 24px;
    }
    .header__content {
        flex-wrap: wrap;
        gap: 0.9375rem;
    }
    .header__nav li .submenu__item img {
        width: 1.375rem;
        height: 1.375rem;
    }
    .header__lang {
        position: relative;
        order: 2;
    }
    .header__active-lang {
        margin-right: 8px;
        padding: 0;
    }
    .header__burger {
        position: relative;
        order: 3;
    }
    .header__buttons {
        align-self: flex-end;
        order: 4;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
        max-width: 100%;
        -ms-flex-item-align: end;
    }
    .header__buttons .btn {
        -ms-flex: 1;
        flex: 1;
        padding: 0.5rem 0.25rem;
        max-width: unset;
        -webkit-box-flex: 1;
    }
}
@media (max-width: 576px) {
    .container {
        width: 92%;
    }
    .games-section__slot,
    .slots-section__slot {
        width: 100%;
    }
    .popular-slots-section__slots-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .popular-slots-section__img {
        min-width: unset;
    }
    .popular-slots-section__slot {
        width: auto;
    }
    .bonuses-section__bonus {
        padding: 20px;
    }
    .bonuses-section__bonus-title {
        margin-bottom: 0.9375rem;
        font-size: 1.125rem;
    }
    .bonuses-section__bonus-name,
    .mp-promocode__description,
    .mp-promocode__specs-value,
    .pp-promocode__description {
        font-size: 0.875rem;
    }
    .bonuses-section__bonus .btn {
        margin-top: 1.75rem;
        padding: 0.75rem 1rem;
        min-width: unset;
        max-width: 10.625rem;
        font-size: 0.875rem;
    }
    .instructions-section__text {
        padding: 1.25rem;
    }
    .instructions-section__img {
        -ms-flex: none;
        flex: none;
        width: 100%;
        -webkit-box-flex: 0;
    }
    .instructions-section__step:not(:last-child)::after {
        left: 70%;
    }
    .instructions-section__step::before {
        left: 70%;
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1rem;
    }
    .instructions-section__step .btn {
        min-width: 100%;
    }
    .pp-promocode {
        padding: 24px 20px;
        width: 100%;
    }
    .pp-promocode__input input {
        max-width: 130px;
    }
    .mp-promocode {
        padding: 1.375rem 1.25rem 1.25rem;
        width: 100%;
    }
    .mp-promocode__specs-item {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
    .mp-promocode__specs-value--stars::after {
        content: " ★ ";
        font-size: 1.0625rem;
    }
    .mp-promocode__specs-name {
        font-size: 0.75rem;
    }
    .mp-promocode__input input,
    .w-promocode__input input {
        max-width: 120px;
    }
    .w-promocode {
        padding: 1.25rem;
        width: 100%;
    }
    .w-promocode__bonuses-list li {
        font-size: 0.9375rem;
        line-height: 1.25rem;
    }
    .header__content {
        padding-right: 0;
        padding-left: 0;
    }
    .header__burger {
        right: 0;
    }
}
@media (max-width: 767px) {
    .game-buttons__game {
        width: 95%;
        height: 100%;
        max-height: 80%;
    }
    .game-buttons__game-wrapper {
        aspect-ratio: auto;
    }
    .game-buttons__game-header .game-buttons__affiliate-link {
        order: 3;
        width: 100%;
    }
    .tabs__container {
        margin-right: 0;
        margin-left: 0;
    }
    .tabs--vertical .tabs__header-button {
        cursor: auto;
    }
    .bonus,
    .how-to__item {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .how-to__item:not(:last-child)::before {
        left: -13px;
    }
    .relink--full .relink__list {
        grid-template-columns: 1fr 1fr;
    }
    .relink--no-img .relink__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .relink__list,
    .section-links__list {
        grid-template-columns: 1fr;
    }
    .slots__wrapper--image {
        gap: 12px;
    }
    .slots__list,
    .slots__wrapper--image .slots__list {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
    .page-footer .columns__container {
        margin: 0;
    }
    .page-footer .columns.col-4 .columns__item {
        width: 100%;
    }
    .page-footer__text {
        text-align: center;
    }
}
.circle {
    transform-origin: center;
}
.circle.a {
    animation: 1.5s linear infinite circle-1;
}
.circle.b {
    animation: 1.5s linear infinite circle-2;
}
@keyframes circle-1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@keyframes circle-2 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.matches-section__match-team .get-image {
    border-radius: 0;
    overflow: visible;
}
.providers-section__main .swiper-slide {
    background: #355E3B;
}
.popular-slots-section__img img {
    border-radius: 0.375rem;
}
.promocode {
    max-width: 700px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.w-promocode__bonuses-list li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #a7dc4c;
    top: 7px;
}
.providers-section__main .swiper-slide__name {
    color: #fff;
}
@media (max-width: 550px) {
    .columns.col-4 .columns__item,
    .columns.col-5 .columns__item,
    .columns.col-6 .columns__item {
        width: calc(100% - 2rem);
    }
    .page-footer__logo {
        text-align: center;
    }
    .slots__list,
    .slots__wrapper--image .slots__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .matches-section__match-teams {
        gap: 8px;
    }
    .categories-section__categories-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }
}
.header__lang {
    z-index: 50;
}
