@charset "UTF-8";
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.woff2) format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Medium.woff2) format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Bold.woff2) format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

:root {
    --width-container: 1280px;
    --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: 20px;
    --heading-color: #111;
    --text-color: #333;
    --bg-main: #f4f4f4;
    --bg-dark-0: #0a2244;
    --bg-dark-100: #003266;
    --bg-dark-200: #04386e;
    --bg-dark-300: #09437f;
    --bg-dark-400: #0a519e;
    --primary-color-blue: #428cdb;
    --primary-color-red: #fb5600;
    --primary-color-green: #88c504;
    --bg-table: #e8ecf1
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar:horizontal {
    height: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--primary-color-red);
}

::-webkit-scrollbar-track {
    background-color: var(--bg-dark-100);
}

.mostbet-container {
    margin: 0 auto;
    padding: 0 var(--offsets);
    max-width: var(--width-container)
}

.container-full {
    max-width: 100%
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

p {
    margin-top: 1rem;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

a {
    color: #fb5600;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline
}

a:hover {
    text-decoration: none
}

button, input {
    font-family: Roboto, Arial, "Helvetica CY", "Nimbus Sans L", sans-serif
}

ol, ul {
    margin-top: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

img {
    height: auto;
    max-width: 100%;
    object-fit: contain
}

h1 {
    margin-bottom: 24px;
    font-size: 36px;
    font-style: italic;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase
}

h2 {
    margin-bottom: 24px;
    font-weight: 900;
    font-style: italic;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase
}

h3 {
    margin-bottom: 24px;
    font-weight: 700;
    font-style: italic;
    font-size: 25px;
    line-height: 36px;
    text-transform: uppercase
}

h4, h5, h6 {
    margin-bottom: 16px;
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase
}

@media (max-width: 767px) {
    h2 {
        font-size: 24px;
        line-height: 30px
    }
}

.page-main > .mostbet-wrapper:first-child {
    background-color: #0a2244;
    border-radius: 0 0 20px 20px;
    padding-bottom: 50px
}

@media (max-width: 767px) {
    .page-main > .mostbet-wrapper:first-child {
        padding-bottom: 32px
    }
}

.mostbet-wrapper > .wp-block-table, .mostbet-wrapper > blockquote, .mostbet-wrapper > h1, .mostbet-wrapper > h2, .mostbet-wrapper > h3, .mostbet-wrapper > h4, .mostbet-wrapper > h5, .mostbet-wrapper > h6, .mostbet-wrapper > ol, .mostbet-wrapper > p, .mostbet-wrapper > ul {
    margin-right: auto;
    margin-left: auto;
    padding: 0 var(--offsets);
    max-width: var(--width-container)
}

.mostbet-wrapper > ol, .mostbet-wrapper > ul {
    padding-left: 0
}

.mostbet-wrapper blockquote, blockquote {
    margin-top: 1rem;
    border-left: 5px solid var(--bg-dark-300);
    padding: 1rem var(--offsets) 1rem 2rem;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    background-color: #f0f8ffff
}

.mostbet-wrapper:not(:first-child) > :last-child {
    margin-bottom: 32px
}

.wp-block-table {
    overflow: auto
}

.wp-block-table table {
    overflow: hidden;
    margin-top: 1rem;
    border: 1px solid #1183d3;
    border-radius: 12px;
    background-color: #1183d3
}

.wp-block-table table th {
    border: 1px solid #1183d3;
    padding: 12px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #1183d3
}

.wp-block-table table th:not(:last-child) {
    border-right: 1px solid #0a519e
}

.wp-block-table table tr:first-child td:first-child {
    border-top-left-radius: 12px
}

.wp-block-table table tr:first-child td:last-child {
    border-top-right-radius: 12px
}

.wp-block-table table td {
    border: 1px solid #1183d3;
    padding: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    background-color: #fff
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    word-break: normal
}

.wp-block-table .has-fixed-layout {
    table-layout: auto
}

.mostbet-wrapper {
    border-radius: 0 0 20px 20px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 32px
}

.page-main > .mostbet-wrapper:first-child {
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .mostbet-wrapper, .page-main > .mostbet-wrapper:first-child {
        margin-bottom: 32px
    }
}

.mostbet-container .mostbet-container {
    padding-right: 0;
    padding-left: 0
}

.get-image {
    margin: 0;
    line-height: 0
}

.get-image img {
    -o-object-fit: contain;
    object-fit: contain
}

.visually-hidden {
    position: absolute;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    overflow: hidden;
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    clip: rect(0 0 0 0)
}

body {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    overflow-x: hidden;
    font-family: Roboto, Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--text-color);
    background-color: #f4f4f4
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.scroll-lock {
    overflow: hidden
}

.page-404 {
    background-image: url(../images/404.png);
    background-position: -100px
}

.last-modified-date {
    display: inline-block;
    margin: 1rem auto;
    border-radius: 5px;
    padding: 10px 30px;
    width: 100%;
    font-weight: 700;
    text-align: center;
    background: -o-linear-gradient(150deg, #fff0 0, #fff0 5%, #cccf 50%, #fff0 95%, #fff0 100%);
    background: linear-gradient(300deg, #fff0 0, #fff0 5%, #cccf 50%, #fff0 95%, #fff0 100%)
}

main ol.wp-block-list, main ol:not([class]), main ul.wp-block-list, main ul:not([class]) {
    list-style: none;
    margin-top: 20px
}

main ol.wp-block-list, main ol:not([class]) {
    counter-reset: section
}

main ol.wp-block-list li, main ol:not([class]) li, main ul.wp-block-list li, main ul:not([class]) li {
    position: relative;
    border: 1px dashed #dde4ec;
    border-radius: 12px;
    padding: 8px 8px 8px 40px;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit
}

main ol.wp-block-list li:not(:last-child), main ol:not([class]) li:not(:last-child), main ul.wp-block-list li:not(:last-child), main ul:not([class]) li:not(:last-child) {
    margin-bottom: 20px
}

main ul.wp-block-list li, main ul:not([class]) li {
    padding-left: 30px
}

main ol.wp-block-list li::before, main ol:not([class]) li::before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    left: 8px;
    top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    font-weight: 900;
    font-size: 14px;
    line-height: 15px;
    color: #fff;
    background-color: var(--primary-color-red)
}

main ul.wp-block-list li::before, main ul:not([class]) li::before {
    content: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="16" height="16" rx="8" fill="%23FB5600"/><path d="M8 4L9.05801 6.54377L11.8042 6.76393L9.7119 8.55623L10.3511 11.2361L8 9.8L5.64886 11.2361L6.2881 8.55623L4.19577 6.76393L6.94199 6.54377L8 4Z" fill="white"/></svg>');
    position: absolute;
    left: 8px;
    top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 16px;
    height: 16px;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border: none;
    border-radius: 50px;
    padding: 16px 34px;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.btn--lg {
    padding: 20px 76px
}

.btn--red {
    -webkit-box-shadow: 0 11px 27px #fb560066;
    box-shadow: 0 11px 27px #fb560066;
    background-color: var(--primary-color-red)
}

.btn--red:hover {
    -webkit-box-shadow: 0 12px 28px #ff6a1c7f;
    box-shadow: 0 12px 28px #ff6a1c7f;
    background-color: #ff6a1c
}

.btn--blue {
    -webkit-box-shadow: 0 11px 27px #428cdc66;
    box-shadow: 0 11px 27px #428cdc66;
    background-color: var(--primary-color-blue)
}

.btn--blue:hover {
    -webkit-box-shadow: 0 11px 27px #4f9ff47f;
    box-shadow: 0 11px 27px #4f9ff47f;
    background-color: #4f9ff4
}

.btn--green {
    -webkit-box-shadow: 0 11px 27px #88c50466;
    box-shadow: 0 11px 27px #88c50466;
    background-color: var(--primary-color-green)
}

.btn--green:hover {
    -webkit-box-shadow: 0 11px 27px #a5d3427f;
    box-shadow: 0 11px 27px #a5d3427f;
    background-color: #a5d342
}

.mostbet-content-button {
    display: flex;
    align-items: center;
    margin-top: 16px
}

.mostbet-content-button.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.mostbet-content-button.align-center {
    justify-content: center
}

.mostbet-content-button.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.page-header {
    padding: 8px 0;
    background-color: var(--bg-dark-0)
}

.page-header__container {
    position: relative;
    display: flex;
    align-items: center
}

.page-header__logo {
    margin-right: 34px;
    width: fit-content
}

.page-header__logo .get-image {
    line-height: 1
}

.page-header__buttons {
    position: relative;
    z-index: 770;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    align-items: center;
    margin-left: auto
}

.page-header__buttons .btn + .btn {
    margin-left: 12px
}

.page-header__burger {
    display: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-left: 16px;
    padding: 5px;
    width: 31px;
    height: 26px;
    cursor: pointer
}

.page-header__burger span {
    display: block;
    border-radius: 2px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    pointer-events: none
}

.page-header__burger.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotateZ(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotateZ(45deg)
}

.page-header__burger.active span:nth-of-type(2) {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.page-header__burger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotateZ(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotateZ(-45deg)
}

.main-nav {
    padding: 20px 0
}

.main-nav__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.main-nav__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.main-nav__item:not(:last-child) {
    margin-right: 14px
}

.main-nav__item--has-children {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 6px
}

.main-nav__item-arrow {
    display: flex;
    line-height: 1;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.main-nav__item-arrow svg {
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.main-nav__link {
    text-decoration: none;
    color: #f4f4f4;
    transition: color .3s ease-in-out;
    color: #f4f4f4;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%
}

.main-nav__link--current, .main-nav__link:hover {
    color: var(--primary-color-red)
}

.sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    list-style: none;
    margin: 0;
    border-radius: 8px;
    padding: 20px;
    min-width: 140px;
    background-color: var(--bg-dark-100);
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.sub-menu__item:not(:last-child) {
    margin-bottom: 4px
}

.sub-menu__link {
    display: inline-block;
    padding: 8px 0;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    color: #dde4ec
}

.sub-menu__link--current, .sub-menu__link:hover {
    color: var(--primary-color-red)
}

.mostbet-columns {
    padding: 2rem 0
}

.mostbet-columns__container {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: -1rem
}

.mostbet-columns__container.reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.mostbet-columns__item {
    margin: 1rem
}

.mostbet-columns__item img {
    display: block;
    margin: 0 auto
}

.mostbet-columns.align-center .mostbet-columns__container {
    align-items: center
}

.mostbet-columns.align-top .mostbet-columns__container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.mostbet-columns.align-bottom .mostbet-columns__container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.mostbet-columns.align-stretch .mostbet-columns__container {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.mostbet-columns.col-1 .mostbet-columns__item {
    width: calc(100% - 2rem)
}

.mostbet-columns.col-2 .mostbet-columns__item {
    width: calc(100% / 2 - 2rem)
}

.mostbet-columns.col-3 .mostbet-columns__item {
    width: calc(100% / 3 - 2rem)
}

.mostbet-columns.col-4 .mostbet-columns__item {
    width: calc(100% / 4 - 2rem)
}

.mostbet-columns.col-5 .mostbet-columns__item {
    width: calc(100% / 5 - 2rem)
}

.mostbet-columns.col-6 .mostbet-columns__item {
    width: calc(100% / 6 - 2rem)
}

.wp-block-columns {
    margin: 0 auto;
    padding: 2rem var(--offsets);
    width: 100%;
    max-width: calc(var(--width-container) + var(--offsets) + var(--offsets));
    display: -ms-grid;
    display: grid;
    gap: 30px
}

.wp-block-columns .wp-block-column {
    margin: 0
}

.wp-block-columns.col-1 {
    -ms-grid-columns:(1fr) [ 1 ];
    grid-template-columns:repeat(1, 1fr)
}

.wp-block-columns.col-2 {
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr)
}

.wp-block-columns.col-3 {
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr)
}

.wp-block-columns.col-4 {
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns:repeat(4, 1fr)
}

.wp-block-columns.col-5 {
    -ms-grid-columns:(1fr) [ 5 ];
    grid-template-columns:repeat(5, 1fr)
}

.wp-block-columns.col-6 {
    -ms-grid-columns:(1fr) [ 6 ];
    grid-template-columns:repeat(6, 1fr)
}

.wp-block-column {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wp-block-column > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.wp-block-column > :not(:first-child) {
    margin-top: 30px
}

.wp-block-column .row {
    padding: 0
}

.background-block .wp-block-columns {
    padding: 8px 0;
    gap: 24px
}

.background-block .wp-block-column > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1;
    flex: 0 1;
    margin: 0
}

.background-block .wp-block-column h2, .background-block .wp-block-column h3 {
    margin-bottom: 24px;
    text-align: center
}

.background-block .wp-block-column h2 + .wp-block-image, .background-block .wp-block-column h3 + .wp-block-image {
    margin-top: 0
}

.background-block .wp-block-column ol, .background-block .wp-block-column p, .background-block .wp-block-column ul {
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

.background-block .wp-block-column .wp-block-image {
    margin-top: 24px
}

.background-block .wp-block-column .wp-block-image img {
    overflow: hidden;
    border-radius: 8px
}

.icon-blocks {
    padding: 2rem 0
}

.icon-blocks__container {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.icon-blocks__item {
    border: 1px solid #fff;
    padding: 1rem;
    width: calc(100% / 6);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: var(--main-accent-bg-color)
}

.icon-blocks__item:hover .icon-blocks__image {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.icon-blocks__image {
    margin-top: 2rem;
    text-align: center;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.icon-blocks__image img {
    max-width: 100px
}

.icon-blocks__content {
    margin: 1rem 0 0;
    font-size: .9rem;
    text-align: center;
    color: #fff
}

.mostbet-bonus {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--main-accent-bg-color);
    border-radius: 10px;
    padding: 1rem;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mostbet-bonus__title {
    font-size: 2rem;
    text-align: center;
    color: var(--main-accent-bg-color)
}

.mostbet-bonus__value {
    margin: 2rem 0;
    font-weight: 600;
    font-size: 4rem;
    line-height: 4.5rem;
    text-align: center;
    color: var(--main-accent-bg-color)
}

.mostbet-bonus__text {
    margin-bottom: 2rem;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.8rem;
    text-align: center;
    color: #000
}

.mostbet-bonus__button {
    margin-top: auto;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 1rem 3rem;
    font-size: 1.2rem;
    text-decoration: none;
    background-color: #fff;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
    cursor: pointer
}

.mostbet-bonus__button:hover {
    border: 1px solid var(--main-accent-bg-color);
    color: #fff;
    background-color: var(--main-accent-bg-color)
}

.mostbet-bonus.accented {
    background-color: var(--main-accent-bg-color)
}

.mostbet-bonus.accented .mostbet-bonus__text, .mostbet-bonus.accented .mostbet-bonus__title, .mostbet-bonus.accented .mostbet-bonus__value {
    color: #fff
}

.mostbet-bonus.accented .mostbet-bonus__button {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent
}

.mostbet-bonus.accented .mostbet-bonus__button:hover {
    border: 1px solid #fff;
    color: var(--main-accent-bg-color);
    background-color: #fff
}

.mostbet-review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    border-radius: 10px;
    padding: 1rem;
    height: 100%;
    background-color: #f9f9f9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mostbet-review__text {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    color: #212121b2
}

.mostbet-review__user {
    display: flex;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: auto
}

.mostbet-review__user-image {
    border-radius: 50%;
    max-width: 60px
}

.mostbet-review__user-name {
    margin-top: 0;
    margin-left: 1rem;
    font-weight: 600;
    font-size: 1.1rem;
    color: #6ec1e4
}

.mostbet-show-posts {
    background: #fbfbfb
}

.mostbet-show-posts__item {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    border-radius: 5px;
    padding-bottom: 10px;
    height: 100%;
    background-color: #fff;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.mostbet-show-posts__item:hover {
    -webkit-box-shadow: 0 0 10px 1px #00000019;
    box-shadow: 0 0 10px 1px #00000019
}

.mostbet-show-posts__item:hover .show-posts__image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.mostbet-show-posts__image {
    overflow: hidden;
    height: 150px
}

.mostbet-show-posts__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.mostbet-show-posts__title {
    margin-top: 1rem;
    padding: 0 10px;
    font-size: 1.2rem;
    line-height: 1.7rem;
    color: var(--main-accent-bg-color)
}

.mostbet-show-posts__text {
    margin-top: 0;
    margin-bottom: .5rem;
    padding: 0 10px;
    font-size: 1rem;
    line-height: 1.5rem
}

.mostbet-show-posts__link {
    margin-top: auto;
    padding: 0 10px;
    text-decoration: underline;
    color: var(--main-accent-bg-color)
}

.mostbet-show-posts__hidden-link {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%
}

.video {
    max-width: 650px
}

.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 {
    position: absolute;
    left: 50%;
    top: 50%;
    border: none;
    background: 0 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video__button-shape {
    fill: #212121;
    fill-opacity: .8
}

.video__button-icon {
    fill: #fff
}

.video__button:focus {
    outline: 0
}

.video__button:focus .video__button-shape, .video__button:hover .video__button-shape {
    fill: red;
    fill-opacity: 1
}

.video__button:hover {
    cursor: pointer
}

.video__media {
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    width: 100%;
    height: 100%
}

.video.align-center {
    margin: 0 auto
}

.video.align-right {
    margin-left: auto
}

.page-footer {
    border-radius: 15px 15px 0 0;
    padding: 60px 0 32px;
    background-color: var(--bg-dark-100)
}

.page-footer__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 250px 1fr 420px;
    grid-template-columns:250px 1fr 420px;
    gap: 24px
}

.page-footer__logo {
    margin-bottom: 24px
}

.page-footer__nav {
    margin-top: 16px
}

.page-footer__list {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0
}

.page-footer__nav li:not(:last-child) {
    margin-bottom: 16px
}

.page-footer__nav a, .page-footer__nav span {
    text-decoration: none;
    color: #1183d3;
    transition: color .3s ease-in-out
}

.page-footer__nav .active__link, .page-footer__nav a:hover, .page-footer__nav span:hover {
    color: var(--primary-color-red)
}

.page-footer__galleres {
    border-left: 1px solid var(--bg-dark-300);
    padding-left: 20px
}

.page-footer__logos-gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin: 0 0 24px;
    padding: 0
}

.page-footer__logos-gallery-item {
    margin: 0 auto;
    padding: 8px
}

.page-footer__payments-gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.page-footer__payments-gallery-item {
    padding: 8px
}

.page-footer__logos-gallery + .page-footer__payments-gallery {
    border-top: 1px solid var(--bg-dark-300);
    padding-top: 24px
}

.page-footer__copyright-text {
    grid-column: 1/-1;
    border-top: 1px solid var(--bg-dark-300);
    padding-top: 24px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #36699e
}

.mostbet-faq__item {
    border-radius: 16px;
    background-color: #1183d3
}

.mostbet-faq__item:not(:last-child) {
    margin-bottom: 20px
}

.mostbet-faq__details {
    outline: 0;
    border-radius: 10px
}

.mostbet-faq__details[open] .mostbet-faq__question svg .line {
    opacity: 0
}

.mostbet-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    outline: 0;
    padding: 16px;
    font-family: inherit;
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    cursor: pointer
}

.mostbet-faq__title {
    font-family: inherit;
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    text-transform: unset;
    margin-bottom: 0
}

.mostbet-faq__question svg {
    z-index: 10;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 30px;
    width: 36px;
    height: 36px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.mostbet-faq__question::-webkit-details-marker {
    display: none
}

.mostbet-faq__answer {
    display: inline-block;
    border: 2px solid #1183d3;
    border-radius: 16px;
    padding: 16px;
    width: 100%;
    background-color: #fff
}

.mostbet-faq__answer * {
    margin-top: .8rem;
    font-family: inherit;
    font-weight: 400;
    font-style: normal;
    font-size: inherit;
    line-height: inherit;
    color: #333
}

.mostbet-faq__answer :first-child {
    margin-top: 0
}

.mostbet-toc {
    display: inline-block;
    overflow: hidden;
    border: 1px solid #e8ecf1;
    border-radius: 16px;
    width: 100%
}

.mostbet-toc__title {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 16px 20px;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    color: #111;
    background-color: #e8ecf1;
    cursor: pointer
}

.mostbet-toc__title::after {
    content: url("data:image/svg+xml;charset=UTF-8,<svg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M12 16L18 22L24 16' stroke='%23111111' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/><rect x='0.5' y='0.5' width='35' height='35' rx='17.5' stroke='%23DDE4EC'/></svg>");
    position: absolute;
    right: 20px;
    top: 50%;
    display: inline-block;
    width: 36px;
    height: 36px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.mostbet-toc__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 5 ];
    grid-template-columns:repeat(5, 1fr);
    list-style: none;
    overflow: hidden;
    margin: 0;
    height: auto;
    max-height: 0;
    background-color: #fff;
    gap: 20px 10px
}

.mostbet-toc__link {
    display: flex;
    align-items: center;
    gap: 0 8px;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none
}

.mostbet-toc__link:before {
    content: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="16" height="16" rx="8" fill="%23FB5600"/><path d="M8 4L9.05801 6.54377L11.8042 6.76393L9.7119 8.55623L10.3511 11.2361L8 9.8L5.64886 11.2361L6.2881 8.55623L4.19577 6.76393L6.94199 6.54377L8 4Z" fill="white"/></svg>')
}

.mostbet-toc__link svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 4px;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

.mostbet-toc.active .mostbet-toc__list {
    padding: 16px 20px;
    max-height: 100%
}

.mostbet-toc.active .mostbet-toc__title::after {
    -webkit-transform: translateY(-50%) rotateZ(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotateZ(180deg)
}

.page-single {
    margin: 0 auto 3rem;
    padding: 0 10px;
    max-width: 1440px
}

.breadcrumbs {
    padding: .5rem 0;
    background-color: var(--bg-dark-300)
}

.breadcrumbs__list {
    display: flex;
    align-items: center;
    list-style: none;
    margin-top: 0;
    padding: 0 var(--offsets)
}

.breadcrumbs__item {
    margin-right: 10px
}

.breadcrumbs__link {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    color: #fff;
    transition: color .3s ease-in-out
}

.breadcrumbs__link svg {
    margin-left: 10px;
    stroke: #fff
}

.breadcrumbs__link--no-active, .breadcrumbs__link:focus, .breadcrumbs__link:hover {
    color: var(--primary-color-red)
}

.mostbet-promocode--v1 .mostbet-promocode__container {
    border-radius: 20px;
    padding: 24px 16px;
    background-color: var(--bg-dark-0)
}

.mostbet-promocode--v1 .mostbet-promocode__title {
    margin-bottom: 24px;
    width: 100%;
    text-align: center;
    color: #fff
}

.mostbet-promocode--v1 .mostbet-promocode__content {
    border-radius: 16px;
    padding: 16px 16px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--bg-dark-300)), color-stop(50%, transparent));
    background: -o-linear-gradient(top, var(--bg-dark-300) 0, transparent 50%);
    background: linear-gradient(180deg, var(--bg-dark-300) 0, transparent 50%)
}

.mostbet-promocode--v1 .mostbet-promocode__subtitle {
    margin: 0 0 12px;
    width: 100%;
    font-weight: 800;
    font-style: italic;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #fff
}

.mostbet-promocode--v1 .mostbet-promocode__content-wrapper {
    margin: 0 auto;
    border-radius: 15px;
    padding: 12px 24px 60px;
    width: 100%;
    max-width: 480px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, var(--bg-dark-300)), to(transparent));
    background: -o-linear-gradient(top, var(--bg-dark-300) 25%, transparent 100%);
    background: linear-gradient(180deg, var(--bg-dark-300) 25%, transparent 100%)
}

.mostbet-promocode--v2 .mostbet-promocode__promobox {
    margin-top: 16px
}

.mostbet-promocode--v2 .mostbet-promocode__content-wrapper {
    display: flex;
    padding: 4px 4px 4px 20px;
    align-items: center;
    width: 100%;
    border-radius: 28px;
    border: 1px solid #223857
}

.mostbet-promocode--v2 .mostbet-promocode__value {
    color: #ffba00;
    text-shadow: 0 11px 27px rgba(251, 86, 0, .4);
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase
}

.mostbet-promocode--v2 .mostbet-promocode__button {
    padding: 12px 36px;
    margin-left: auto;
    border-radius: 28px;
    background: rgba(255, 255, 255, .1);
    border: none;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer
}

.mostbet-promocode--v2 .mostbet-promocode__button:hover {
    opacity: .8
}

.mostbet-promocode--v2 .mostbet-promocode__aff-link {
    min-width: 216px
}

.mostbet-text-image__content > :not( :first-child ) {
    margin-top: 1rem;
}

@media (max-width: 767px) {
    .mostbet-text-image:has(.mostbet-promocode) .mostbet-text-image__title {
        order: 1;
        margin-top: 0
    }

    .mostbet-text-image:has(.mostbet-promocode) .mostbet-text-image__content {
        order: 2;
        margin-top: 0
    }

    .mostbet-text-image:has(.mostbet-promocode) .mostbet-promocode {
        order: -1;
        margin-top: 0
    }

    .mostbet-text-image:has(.mostbet-promocode) .mostbet-text-image__content > :first-child {
        margin-top: 24px
    }

    .mostbet-promocode--v2 .mostbet-promocode__promobox {
        flex-direction: column
    }

    .mostbet-promocode--v2 .mostbet-promocode__aff-link {
        width: 100%;
        min-width: unset
    }
}

.mostbet-promocode--v1 .mostbet-promocode__value {
    margin-bottom: 8px;
    width: 100%;
    font-weight: 700;
    font-style: italic;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 11px 27px #fb560066;
    text-transform: uppercase;
    color: #ffba00
}

.mostbet-promocode--v1 .mostbet-promocode__button {
    position: relative;
    display: block;
    margin: 0 auto;
    border: 2px dashed #fff;
    border-radius: 34px;
    padding: 12px 12px 10px 32px;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
    -webkit-transition: border-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    cursor: pointer
}

.mostbet-promocode--v1 .mostbet-promocode__button::before {
    content: url("data:image/svg+xml;charset=UTF-8,<svg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M20 10H12C10.8954 10 10 10.8954 10 12V20C10 21.1046 10.8954 22 12 22H20C21.1046 22 22 21.1046 22 20V12C22 10.8954 21.1046 10 20 10Z' stroke='%23FFBA00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M18 10V8C18 7.46957 17.7893 6.96086 17.4142 6.58579C17.0391 6.21071 16.5304 6 16 6H8C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V16C6 16.5304 6.21071 17.0391 6.58579 17.4142C6.96086 17.7893 7.46957 18 8 18H10' stroke='%23FFBA00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    position: absolute;
    left: 4px;
    top: 50%;
    display: inline-block;
    width: 28px;
    height: 28px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mostbet-promocode--v1 .mostbet-promocode__button:focus, .mostbet-promocode--v1 .mostbet-promocode__button:hover {
    border-color: #ffba00
}

.mostbet-promocode--v1 .mostbet-promocode__content .get-image {
    display: flex;
    justify-content: center;
    margin-top: -60px
}

.mostbet-promocode--v1 .mostbet-promocode__bonus {
    position: relative;
    z-index: 10;
    margin: -42px auto 0;
    border-radius: 20px;
    padding: 12px;
    width: 100%;
    max-width: 720px;
    background-color: var(--bg-dark-200)
}

.mostbet-promocode--v1 .mostbet-promocode__aff-link {
    display: block;
    margin: 24px auto 0
}

.mostbet-promocode--v2 {
    margin-top: 24px
}

.mostbet-promocode--v2 .mostbet-promocode__container {
    display: flex;
    align-items: center;
    border: 1px solid #35608e;
    border-radius: 20px;
    padding: 16px 20px;
    background-color: var(--bg-dark-300)
}

.mostbet-promocode--v2 .mostbet-promocode__bonus {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px 0;
    width: 100%;
    border-radius: 15px;
    background: linear-gradient(0deg, #09437f 0, #09437f 100%), #04386e;
    backdrop-filter: blur(2px);
    padding: 12px
}

.mostbet-promocode--v2 .mostbet-promocode__bonus._has-img {
    display: grid;
    grid-template-columns:1fr auto;
    gap: 0
}

@media (max-width: 1150px) {
    .mostbet-promocode--v2 .mostbet-promocode__bonus._has-img {
        grid-template-columns:1fr
    }
}

.mostbet-promocode--v2 .mostbet-promocode__bonus._has-img img {
    grid-column: 2/3;
    grid-row: 1/10;
    margin-bottom: -12px
}

@media (max-width: 1150px) {
    .mostbet-promocode--v2 .mostbet-promocode__bonus._has-img img {
        justify-self: center;
        grid-column: unset;
        grid-row: unset;
        margin-top: 30px
    }
}

.mostbet-promocode--v2 .mostbet-promocode__bonus > .mostbet-promocode__aff-link {
    margin-top: 12px
}

.mostbet-promocode--v2 .mostbet-promocode__bonus._has-img .mostbet-promocode__aff-link {
    min-width: unset;
    justify-self: center
}

.mostbet-promocode__bonus-text-mini {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-align: center
}

.mostbet-promocode--v2 .mostbet-promocode__bonus._has-img .mostbet-promocode__bonus-text-mini {
    color: #fff;
    font-family: Roboto;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 12px
}

.mostbet-promocode__bonus-text-1 {
    margin: 0;
    font-weight: 700;
    font-style: italic;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.mostbet-promocode--v2 .mostbet-promocode__bonus._has-img .mostbet-promocode__bonus-text-1 {
    color: #fff;
    font-family: Roboto;
    font-size: 45px;
    font-style: italic;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase
}

.mostbet-promocode__bonus-text-2 {
    margin: 0;
    font-weight: 900;
    font-style: italic;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.mostbet-promocode--v2 .mostbet-promocode__bonus-text-2 {
    color: #fb5600
}

.mostbet-promocode__bonus-text-2 span {
    color: var(--primary-color-red)
}

.mostbet-promocode__promobox {
    display: flex;
    align-items: center;
    gap: 10px
}

.mobile-button {
    position: fixed;
    left: 0;
    bottom: 0;
    display: none;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 999
}

.mobile-button a, .mobile-button button, .mobile-button span {
    font-weight: 400;
    font-size: 1.2rem
}

.mobile-button__control {
    display: block;
    width: 100%
}

.mobile-button._active {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.mostbet-slots {
    padding: 16px;
    border-radius: 20px;
    background: #0a2244;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .05)
}

.mostbet-slots__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px
}

.mostbet-slots__title {
    margin: 0 25px 0 0;
    color: #fff
}

.mostbet-slots__more-slots {
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--bg-dark-300)
}

.mostbet-slots__more-slots svg {
    margin-left: 4px;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.mostbet-slots__more-slots:hover svg {
    -webkit-transform: translate(5px, -1px);
    -ms-transform: translate(5px, -1px);
    transform: translate(5px, -1px)
}

.mostbet-slots__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 5 ];
    grid-template-columns:repeat(5, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 16px
}

.mostbet-slots__item {
    position: relative
}

.mostbet-slots__item > .get-image {
    overflow: hidden;
    height: 100%
}

.mostbet-slots__item > .get-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.mostbet-slots__item._active .mostbet-slots__item-content, .mostbet-slots__item:hover .mostbet-slots__item-content {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.mostbet-slots__item:hover .get-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.mostbet-slots__item-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    background-color: #0a519ecc;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    pointer-events: none
}

.mostbet-slots__item-title {
    margin: 0 0 4px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #dde4ec
}

.mostbet-slots__aff-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border: none;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    background-color: var(--primary-color-red);
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    cursor: pointer
}

.mostbet-slots__aff-link:hover {
    background-color: #ff6a1c
}

.mostbet-slots__demo-link {
    align-self: center;
    border: none;
    border-radius: 20px;
    padding: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-shadow: 0 11px 27px #428cdc66;
    box-shadow: 0 11px 27px #428cdc66;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--primary-color-blue);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.mostbet-slots__demo-link:hover {
    -webkit-box-shadow: 0 11px 27px #4f9ff47f;
    box-shadow: 0 11px 27px #4f9ff47f;
    background-color: #4f9ff4
}

.game-popup, .slots-popup {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, .7);
    margin: 0 !important
}

.game-popup._active, .slots-popup._active {
    display: flex
}

.game-popup__title, .slots-popup__title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    padding: 10px
}

.game-popup__buttons, .slots-popup__buttons {
    display: flex;
    justify-content: flex-start
}

.game-popup__buttons .mostbet-slots__aff-link, .slots-popup__buttons .mostbet-slots__aff-link {
    width: unset;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 30px;
    background: #fb5600;
    margin: 0 0 0 40px
}

.game-popup__frame, .slots-popup__frame {
    display: grid;
    grid-template-columns:auto 1fr auto;
    grid-template-rows:auto 1fr;
    width: 100%;
    height: 100%;
    max-width: 1380px;
    max-height: 720px;
    margin: auto;
    border-radius: 20px;
    background: #09437f;
    padding: 8px 12px 0 12px
}

.game-popup__body, .slots-popup__body {
    position: relative;
    grid-column: 1/4;
    grid-row: 2/3;
    margin: 10px -12px 0 -12px;
    border-radius: 0 0 20px 20px;
    background: #d9d9d9;
    overflow: hidden
}

.game-popup__body iframe, .slots-popup__body iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border: none
}

.game-popup__cross, .slost-popup__cross {
    background: 0 0;
    border: none;
    cursor: pointer
}

@media (max-width: 767px) {
    .game-popup__frame, .slots-popup__frame {
        max-height: unset;
        height: 80vh
    }

    .game-popup__frame, .slots-popup__frame {
        grid-template-columns:1fr auto;
        grid-template-rows:auto auto 1fr
    }

    .game-popup__cross, .slost-popup__cross {
        grid-column: 2/3;
        grid-row: 1/2
    }

    .game-popup__frame .slots-popup__buttons, .slots-popup__frame .slots-popup__buttons {
        grid-column: 1/3;
        grid-row: 2/3
    }

    .game-popup__body, .slots-popup__body {
        grid-column: 1/3;
        grid-row: 3/4
    }

    .game-popup__buttons .mostbet-slots__aff-link, .slots-popup__buttons .mostbet-slots__aff-link {
        margin: 0
    }
}

.mostbet-advantages {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    padding: 1rem;
    -webkit-box-shadow: 0 0 10px 0 #0000007f;
    box-shadow: 0 0 10px 0 #0000007f;
    text-align: center
}

.mostbet-advantages img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px
}

.mostbet-advantages__title {
    margin-top: 1rem
}

.rating {
    padding: 1rem 0
}

.rating__items {
    display: flex;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.rating__item {
    padding: 0 .2rem;
    font-size: 1.3rem;
    color: #888
}

.mostbet-difference__title {
    margin-bottom: 24px
}

.mostbet-difference__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    gap: 20px
}

.mostbet-difference__element {
    border: 1px solid var(--bg-table);
    border-radius: 16px;
    padding: 3px
}

.mostbet-difference__element--plus .mostbet-difference__item-title {
    color: #fff;
    background-color: var(--primary-color-blue)
}

.mostbet-difference__element--plus .mostbet-difference__item-title::after {
    content: "+";
    margin-left: 4px;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px
}

.mostbet-difference__element--plus .mostbet-difference__list-item::before {
    content: "+";
    color: #fff;
    background-color: var(--primary-color-blue)
}

.mostbet-difference__element--minus .mostbet-difference__item-title {
    background-color: var(--bg-table)
}

.mostbet-difference__element--minus .mostbet-difference__item-title::after {
    content: "-";
    margin-left: 4px;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px
}

.mostbet-difference__element--minus .mostbet-difference__list-item::before {
    content: "-";
    background-color: var(--bg-table)
}

.mostbet-difference__item-title {
    margin-bottom: 16px;
    border-radius: 12px 12px 2px 2px;
    padding: 4px 12px;
    font-size: 20px;
    line-height: 28px
}

.mostbet-difference__list {
    list-style: none;
    margin: 0;
    padding: 0 0 12px 12px
}

.mostbet-difference__list-item {
    position: relative;
    padding-left: 32px
}

.mostbet-difference__list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    width: 24px;
    height: 24px
}

.mostbet-difference__list-item:not(:last-child) {
    margin-bottom: 12px
}

.comments {
    margin-top: 24px
}

.comment {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    padding: 16px;
    background-color: #f4f4f4
}

.comment:not(:last-child) {
    margin-bottom: 20px
}

.comment__author {
    margin: 0 4px 0 0;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #333
}

.comment__date {
    margin-left: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #9e9e9e
}

.comment__content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 8px;
    font-weight: 400;
    color: #333
}

.comment__rating {
    --percent: calc(var(--star-rating) / 5 * 100%);
    display: flex;
    margin-right: auto;
    font-size: 22px;
    line-height: 1
}

.comment__rating::before {
    content: "★★★★★";
    font-family: Times, serif;
    -webkit-text-fill-color: transparent;
    background: -webkit-gradient(linear, left top, right top, from(#ffba00), to(#dde4ec));
    background: -o-linear-gradient(left, #ffba00 var(--percent), #dde4ec var(--percent));
    background: linear-gradient(90deg, #ffba00 var(--percent), #dde4ec var(--percent));
    -webkit-background-clip: text
}

.comment-footer {
    margin-bottom: 32px
}

.comments-container {
    border: 1px solid #e8ecf1;
    border-radius: 20px;
    padding: 24px 16px;
    background-color: #fff
}

.comment-form {
    border-radius: 16px;
    padding: 16px;
    background-color: var(--bg-main)
}

.comment-form__form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns:1fr;
    margin: 0 auto;
    max-width: 304px;
    gap: 16px
}

.comment-form__textarea {
    height: 96px;
    resize: none
}

.comment-form__field {
    border: 1px solid #dde4ec;
    border-radius: 8px;
    padding: 12px 10px;
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #111;
    background: #fff
}

.comment-form__field::-webkit-input-placeholder {
    font-family: inherit;
    color: #9e9e9e
}

.comment-form__field::-moz-placeholder {
    font-family: inherit;
    color: #9e9e9e
}

.comment-form__field:-ms-input-placeholder {
    font-family: inherit;
    color: #9e9e9e
}

.comment-form__field::-ms-input-placeholder {
    font-family: inherit;
    color: #9e9e9e
}

.comment-form__field::placeholder {
    font-family: inherit;
    color: #9e9e9e
}

.comment-form__field.error {
    border-color: #eb1919
}

.comment-form__field.success {
    border-color: #00a91e
}

.comment-form__form--rating {
    display: flex;
    align-items: center;
    border: 1px solid #dedede;
    border-radius: 8px;
    padding: 6px 12px;
    white-space: nowrap;
    background-color: #fff
}

.comment-form__form-rating-text {
    margin: 0 2px 0 0;
    border-right: 1px solid #dde4ec;
    padding-right: 12px;
    font-size: 14px;
    line-height: 20px
}

.comment-form__button {
    margin: 8px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.comment-form__alert {
    display: none;
    font-size: 14px;
    line-height: 16px;
    text-align: center
}

.comment-form__alert.error {
    display: block;
    color: #eb1919
}

.comment-form__alert.success {
    display: block;
    color: #00a91e
}

.page-404__title {
    margin-top: 2rem;
    font-size: 5rem;
    text-align: center
}

.page-404__subtitle {
    margin-top: 2rem;
    font-weight: 300;
    font-size: 2rem;
    text-align: center
}

.page-404__link {
    position: relative;
    left: 50%;
    margin: 2rem 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.page-404__button {
    margin-right: auto;
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 70px;
    pointer-events: none
}

.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: 12px;
    padding: 5px;
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0 11px 27px #88c50466;
    box-shadow: 0 11px 27px #88c50466;
    background-color: var(--primary-color-green);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.scroll-top__button svg {
    width: 35px;
    height: 35px;
    fill: #fff
}

.scroll-top__button:hover {
    -webkit-box-shadow: 0 11px 27px #a5d3427f;
    box-shadow: 0 11px 27px #a5d3427f;
    background-color: #a5d342
}

.scroll-top__button._active {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.slider__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.slider__content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem auto
}

.slider__title {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 4rem;
    line-height: 4.2rem;
    text-align: right;
    text-transform: uppercase;
    color: #202021
}

.slider__button {
    margin-left: 4rem;
    border: 3px solid #03a528;
    border-radius: 31px;
    padding: 1rem 6rem;
    height: 67px;
    font-size: 1.2rem;
    background: #03a528
}

.slider__button:hover {
    color: #03a528;
    background: #fff
}

.slider .swiper-pagination {
    position: relative;
    bottom: 0
}

.slider .swiper-pagination::after, .slider .swiper-pagination::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 10px;
    max-width: 400px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAJCAYAAABT2S4KAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAABJlJREFUeAEAiQR2+wHi7fP/AAAAAAAAAJAAAADBAAAAyQAAAOcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkAAAAPwAAAEUAAABXAAAAAAHi7fP/AAAAAAAAAAAAAAAAAAAAAAAAAMQAAABWAAAA5wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMQAAAK8AAAAfAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAADmAAAAjwAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkAAACoAAAAzgAAAB8AAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAABAAAAAgAAABoAAABkAAAAAAAAAAAAAAAAAAAAcAAAAN8AAAAZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMQAAANcAAABXAAAAAAAAAAAAAADhAAAAUQAAABEAAAACAAAAAQIAAAAAAAAA/wAAAOcAAACdAAAABQAAAHkAAAAAAAAAAAAAAB8AAADmAAAAYwAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAACPAAAAzgAAAB8AAAAAAAAAAAAAAFEAAAAhAAAAsAAAAPAAAAD/AAAAAAHi7fMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkAAAAvAAAAB8AAAAAAAAAAAAAAAAAAABkAAAAwQAAAOwAAAAAAAAAAAAAAAAAAAAhAAAARwAAAIcAAAAAAAAAAAAAAAAAAADEAAAATQAAAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAHi7fMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAIsAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHkAAACJAAAA/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/AAAAHEAAAAlAAAAxAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAEQAAAIgAAAD/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHi7fMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkAAAA3AAAATwAAAAAAAAAAAAAAAAAAAAAAAADpAAAAuQAAANMAAAD8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAP//BQI5MFLvtxkAAAAASUVORK5CYII=);
    background-repeat: repeat-x
}

.slider .swiper-pagination::before {
    left: calc(50% - 35px);
    -webkit-transform: translateY(-50%) translateX(-100%);
    -ms-transform: translateY(-50%) translateX(-100%);
    transform: translateY(-50%) translateX(-100%)
}

.slider .swiper-pagination::after {
    right: calc(50% - 35px);
    -webkit-transform: translateY(-50%) translateX(100%) rotateX(180deg);
    transform: translateY(-50%) translateX(100%) rotateX(180deg)
}

.small-icons {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: center
}

.small-icons__item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 150px;
    flex: 1 1 150px;
    padding: 1rem 2rem
}

.small-icons__item:not(:last-of-type)::after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - .5rem);
    border-left: 1px dotted #cdcdcd;
    width: 1px;
    height: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.small-icons__item a {
    text-decoration: none
}

.small-icons__image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 1px solid #0083c3;
    border-radius: 50%;
    padding: 5px;
    width: 35px;
    height: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.small-icons__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.small-icons__text {
    margin-top: 5px;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    color: #0083c3
}

.mostbet-author-block {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1rem 0
}

.mostbet-author-block_outlined {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    margin: 0 0 1rem;
    border: 1px solid var(--main-accent-bg-color);
    padding: 1rem
}

.mostbet-author-block__avatar {
    width: 60px;
    height: 60px
}

.mostbet-author-block__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.mostbet-author-block__avatar_scaled {
    width: 150px;
    height: 150px
}

.mostbet-author-block__content {
    margin-left: 1rem;
    max-width: 600px
}

.mostbet-author-block__name {
    font-weight: 600;
    font-size: 1rem
}

.mostbet-author-block__description {
    margin-top: .5rem;
    font-weight: 300;
    font-size: .9rem;
    opacity: .8
}

.mostbet-author-block__social {
    display: flex;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
    margin: .5rem -5px -5px;
    padding-left: 0
}

.mostbet-author-block__social li {
    margin: 5px;
    width: 25px;
    height: 25px
}

.mostbet-author-block__social li:hover {
    opacity: .7
}

.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;
    list-style: none;
    margin: -2px;
    padding-left: 0
}

.shared-items__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 150px;
    flex: 1 1 150px;
    margin: 2px;
    width: 100%
}

.shared-items__link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 .5rem;
    border-radius: 10px;
    padding: .5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f1f1f1
}

.shared-items__link svg {
    width: 30px;
    height: 30px
}

#cookie-law-div {
    position: fixed;
    right: 2%;
    bottom: 3%;
    z-index: 10000000;
    border: 1px solid #00000026;
    border-radius: 10px;
    padding: 1em;
    max-width: 400px;
    -webkit-box-shadow: #172b6366 0 7px 28px;
    box-shadow: #172b6366 0 7px 28px;
    font-size: 15px;
    background: #fff
}

#cookie-law-div a {
    border-bottom: 1px solid #0000007f;
    font-size: 15px;
    text-decoration: none
}

#cookie-law-div a:hover {
    opacity: .7
}

#cookie-law-div p {
    margin: 0;
    padding-right: 50px;
    color: #000
}

#cookie-law-div button {
    position: absolute;
    right: .5em;
    top: 20px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border: none;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background-color: #000;
    opacity: .6;
    cursor: pointer
}

#cookie-law-div button:hover {
    opacity: 1
}

.acceptButton {
    top: 124px !important;
    width: 113px !important;
    background-color: #008000ff !important
}

.download, .social {
    display: flex;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
    margin: 0 0 16px;
    border-radius: 36px;
    padding: 4px 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--bg-dark-200)
}

.download__item:not(:last-child), .social__item:not(:last-child) {
    margin-right: 12px
}

.download__link, .social__link {
    line-height: 24px
}

.download__link .get-image, .social__link .get-image {
    display: flex
}

.download__link img, .social__link img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.video-v2 {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.video-v2__container {
    position: relative;
    width: 100%;
    max-width: 800px
}

.video-v2.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.video-v2.align-center {
    justify-content: center
}

.video-v2.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.video-v2__player {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 16/9
}

.video-v2__button {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border: none;
    background-color: transparent;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.video-v2._active .video-v2__button {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.video-v2._active .video-v2__player {
    cursor: pointer
}

.video-v2__button-shape {
    fill: #0009
}

.video-v2__button-icon {
    fill: #fff
}

.video-v2__button:hover .video-v2__button-shape {
    fill: red
}

.video-v2__button svg path {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.screenshot-gallery {
    padding: 24px 16px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .05)
}

.screenshot-gallery__container {
    overflow: hidden
}

.screenshot-gallery__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.screenshot-gallery__link {
    display: flex
}

.gbtn {
    background-color: rgba(204, 204, 204, .3) !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.banner {
    border-radius: 0 0 20px 20px;
    padding-bottom: 60px;
    background-color: var(--bg-dark-0)
}

.banner--version-1 {
    padding-top: 60px
}

.banner--version-2 {
    overflow: hidden;
    padding-top: 40px
}

.banner--version-3 {
    padding-top: 32px
}

.banner__title {
    margin: 0;
    text-align: center;
    color: #fff
}

.banner__description {
    margin: 0;
    color: #e3e3e3
}

.banner__slider-item {
    overflow: hidden;
    border-radius: 15px
}

.banner__slider-item .get-image {
    display: flex;
    height: 100%
}

.banner__slider-item .get-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.banner__slider-item.button-link:hover {
    cursor: pointer
}

.banner--version-1 .banner__container {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -ms-grid-columns: 1fr 610px;
    grid-template-columns:1fr 610px
}

.banner--version-1 .banner__slider-wrapper {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    width: 610px
}

.banner--version-1 .banner__title {
    margin-bottom: 24px;
    text-align: left
}

.banner--version-1 .banner__slider-item .get-image {
    display: flex;
    height: 100%
}

.banner--version-1 .banner__slider-item .get-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.banner--version-2 .banner__title, .banner--version-3 .banner__title {
    margin: 0 auto 24px;
    max-width: 820px
}

.banner--version-2 .banner__slider {
    margin-bottom: 24px
}

.banner--version-2 .banner__slider-item {
    -webkit-filter: drop-shadow(38px -3px 30px #07142577);
    filter: drop-shadow(38px -3px 30px #07142577)
}

.banner--version-2 .banner__slider-item img {
    width: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.banner--version-2 .banner__description {
    margin-top: 24px
}

.banner--version-3 .banner__description {
    display: inline-block;
    margin-top: 24px;
    border-radius: 16px;
    padding: 20px;
    width: 100%;
    background-image: url(../images/bg-image.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.banner--version-4 {
    padding-top: 60px;
    padding-bottom: 0;
    background-color: transparent
}

.banner--version-4 .banner__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    gap: 10px
}

.banner--version-4 .banner__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    text-align: left
}

.banner--version-4 .get-image {
    display: flex;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    margin-top: auto
}

.banner--version-4 .get-image img {
    -o-object-fit: contain;
    object-fit: contain
}

.banner--version-4 .banner__content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    padding-bottom: 60px;
    color: #fff
}

.banner--version-4 .banner__content > :first-child {
    margin-top: 0
}

.swiper-pagination {
    position: static !important;
    margin-top: 16px
}

.swiper-pagination-bullet {
    border: 2px solid #428cdc !important;
    width: 16px !important;
    height: 16px !important;
    background-color: transparent !important;
    opacity: 1 !important
}

.star-rating {
    display: flex;
    align-items: center
}

.star-rating s.active, .star-rating s:hover {
    color: var(--primary-color-blue)
}

.star-rating s {
    font-size: 40px;
    line-height: 36px;
    text-decoration: none;
    color: var(--bg-table);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.star-rating s.active::before, .star-rating s.rated::before, .star-rating s:hover::before {
    content: "\2605"
}

.star-rating s::before {
    content: "\2606"
}

.running-line {
    overflow: hidden;
    margin: 0 0 32px;
    padding: 12px 0;
    background-color: var(--bg-dark-100)
}

.running-line__text {
    margin: 0;
    font-weight: 700;
    font-style: italic;
    font-size: 23px;
    line-height: 30px;
    white-space: nowrap;
    text-transform: uppercase;
    color: #fff
}

.running-line__text span {
    color: #ffba00
}

.running-line__copy {
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mostbet-text-image {
    margin-top: 24px;
    margin-bottom: 24px
}

.mostbet-text-image--order-change .mostbet-text-image__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.mostbet-text-image--have-table .mostbet-text-image__content {
    overflow: auto
}

.mostbet-text-image--first-block {
    margin-top: 0;
    padding-top: 60px
}

.mostbet-text-image--first-block .mostbet-text-image__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    color: #fff
}

.preview-block .mostbet-text-image--first-block .mostbet-text-image__title {
    color: #000
}

.mostbet-text-image--first-block .mostbet-text-image__image {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3
}

.mostbet-text-image--first-block .mostbet-text-image__content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    color: #e3e3e3
}

.preview-block .mostbet-text-image--first-block .mostbet-text-image__content {
    color: #000
}

.mostbet-text-image--first-block.mostbet-text-image {
    margin-top: 0
}

.mostbet-text-image__container {
    display: -ms-grid;
    display: grid;
    gap: 24px 16px
}

.mostbet-text-image__container.gtc1-1 {
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr)
}

.mostbet-text-image__container.gtc15-1 {
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns:1.5fr 1fr
}

.mostbet-text-image__container.gtc2-1 {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns:2fr 1fr
}

.mostbet-text-image__container.gtc3-1 {
    -ms-grid-columns: 3fr 1fr;
    grid-template-columns:3fr 1fr
}

.mostbet-text-image__title {
    grid-column: 1/-1;
    margin: 0
}

.mostbet-text-image__image {
    display: flex;
    align-items: center;
    justify-content: center
}

.mostbet-text-image__image .get-image {
    overflow: hidden;
    border-radius: 12px
}

.mostbet-text-image__content {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mostbet-text-image__content * {
    font-weight: 400
}

.mostbet-text-image__content :first-child {
    margin-top: 0
}

.mostbet-text-image--first-block .wp-block-table {
    margin-top: 16px;
    border-radius: 10px;
    background-color: var(--primary-color-blue)
}

.mostbet-text-image--first-block .wp-block-table table {
    border-collapse: separate
}

.mostbet-text-image--first-block .wp-block-table td {
    border: 1px solid var(--primary-color-blue);
    border-radius: 8px !important;
    padding: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--text-color);
    background-color: var(--bg-table)
}

.mostbet-text-image--first-block .wp-block-table td:first-child {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background-color: var(--bg-dark-300)
}

.background-block {
    border: 1px solid #e8ecf1;
    border-radius: 20px;
    padding: 16px;
    max-width: 1240px;
    -webkit-box-shadow: 0 4px 24px #0000000c;
    box-shadow: 0 4px 24px #0000000c
}

.background-block + .background-block {
    margin-top: 32px
}

.background-block > :first-child {
    margin-top: 0
}

.background-block > :last-child {
    margin-bottom: 0
}

.background-block > .bonuses {
    padding-left: 0 !important
}

.background-block--grad .text-image__content-title {
    color: #fff
}

.background-block--grad .text-image__content {
    color: #ded
}

.how-to__title {
    margin: 0 0 24px
}

.how-to__subtitle {
    margin-bottom: 16px;
    font-weight: 400
}

.how-to__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.how-to__item {
    border: 2px solid #1183d3;
    border-radius: 16px;
    background-color: #1183d3
}

.how-to__item:not(:last-child) {
    margin-bottom: 24px
}

.how-to__item:not(:last-child) .how-to__content {
    padding-bottom: 80px;
    background-image: url(../images/how-to-arrow-down.svg);
    background-position: bottom left;
    background-size: 80px;
    background-repeat: no-repeat
}

.how-to__item-counter {
    display: inline-block;
    grid-column: 1/-1;
    padding: 8px 20px;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #fff
}

.how-to__item-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    border-radius: 14px;
    padding: 12px;
    background-color: #fff;
    gap: 16px
}

.how-to__item-title {
    margin-bottom: 8px;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #111
}

.how-to__item-subtitle > :first-child {
    margin-top: 0
}

.how-to__item-subtitle > * {
    font-weight: 400
}

.how-to__button {
    margin-top: 24px
}

.how-to__item-image .get-image {
    overflow: hidden;
    border-radius: 8px
}

.how-to__item-image .get-image img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.tabs {
    overflow: hidden
}

.tabs__header {
    display: flex;
    align-items: center;
    list-style: none;
    overflow: hidden;
    margin: 0;
    border-radius: 20px 20px 0 0;
    padding: 0;
    background-color: #dde4ec
}

.tabs__header:has(.tabs__header-item:nth-child(3)) {
    overflow: auto;
}

.tabs__header:has(.tabs__header-item:nth-child(3)) .tabs__header-button {
    white-space: nowrap;
}

.tabs--horizontal .tabs__header-button {
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    outline: 0;
    border: none;
    border-radius: 20px 20px 0 0;
    padding: 12px;
    font-weight: 700;
    font-style: italic;
    font-size: 25px;
    line-height: 40px;
    background-color: #dde4ec;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    cursor: pointer
}

.tabs--horizontal .tabs__header-button svg {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    fill: var(--bg-dark-0);
    -webkit-transition: fill .3s ease-in-out;
    -o-transition: fill .3s ease-in-out;
    transition: fill .3s ease-in-out
}

.tabs--horizontal .tabs__header-button:hover {
    background-color: #95a9b7
}

.tabs--horizontal .tabs__header-button:nth-child(2n+1).active {
    color: #fff;
    background-color: var(--primary-color-green)
}

.tabs--horizontal .tabs__header-button:nth-child(2n+1).active svg {
    fill: #fff
}

.tabs--horizontal .tabs__header-button:nth-child(2n+2).active {
    color: #fff;
    background-color: var(--primary-color-blue)
}

.tabs--horizontal .tabs__header-button:nth-child(2n+2).active svg {
    fill: #fff
}

.tabs__list {
    list-style: none;
    margin: 0;
    border-style: solid;
    border-width: 0 2px 2px;
    border-color: var(--bg-table);
    border-radius: 0 0 20px 20px;
    padding: 24px 16px;
    background-color: #fff
}

.tabs__content {
    border-style: solid;
    border-width: 0 2px 2px;
    border-color: var(--bg-table);
    border-radius: 0 0 20px 20px;
    padding: 24px 16px;
    background: #fff
}

.tabs__item > :first-child {
    margin-top: 0
}

.tabs__item > :last-child {
    margin-bottom: 0
}

.tabs--vertical .tabs__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 275px 1fr;
    grid-template-columns:275px 1fr
}

.tabs--vertical .tabs__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: -24px;
    border-radius: 20px 0 0 20px
}

.tabs--vertical .tabs__header-button {
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    outline: 0;
    border: 1px solid #dde4ec;
    padding: 16px 20px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    word-break: break-word;
    color: #333;
    background-color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.tabs--vertical .tabs__header-button svg {
    margin-right: 10px;
    width: 24px;
    height: 24px
}

.tabs--vertical .tabs__header-button:not(:last-child) {
    border-bottom: none
}

.tabs--vertical .tabs__header-button:hover {
    color: #fff;
    background-color: var(--primary-color-blue)
}

.tabs--vertical .tabs__header-button:first-child {
    border-radius: 20px 0 0
}

.tabs--vertical .tabs__header-button:last-child {
    border-radius: 0 0 0 20px
}

.tabs--vertical .tabs__header-button.active {
    color: #fff;
    background-color: var(--primary-color-blue)
}

.tabs--vertical .tabs__content {
    border: 1px solid var(--primary-color-blue);
    border-radius: 20px
}

.download-buttons {
    display: flex;
    flex-wrap: wrap;
    margin: 24px 0
}

.download-buttons__button {
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    align-items: center;
    justify-content: center;
    padding: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: left;
    text-transform: uppercase;
    color: #fff
}

.download-buttons__button + .download-buttons__button {
    margin-left: 16px
}

.download-buttons__button svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 4px
}

.download-buttons__button:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.payments-table {
    overflow: auto;
    padding-bottom: 4px
}

.payments-table__table {
    overflow: hidden;
    margin: 1rem auto 0;
    border: 1px solid #1183d3;
    border-collapse: collapse;
    border-radius: 12px;
    width: calc(100% - 8px);
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff;
    background-color: #1183d3
}

.payments-table__table th {
    border: 1px solid #1183d3;
    padding: 12px;
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    background-color: #1183d3
}

.payments-table__table th:not(:last-child) {
    border-right: 1px solid #0a519e
}

.payments-table__cell {
    border: 1px solid #1183d3;
    padding: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    background-color: #fff
}

.payments-table__cell--1 {
    border-right: none;
    border-bottom: none;
    padding-bottom: 6px
}

.payments-table__cell--2 {
    border-bottom: none;
    border-left: none;
    padding-bottom: 6px;
    text-align: right
}

.payments-table__cell--3 {
    border-top: none;
    border-right: none;
    padding-top: 6px
}

.payments-table__cell--4 {
    border-top: none;
    border-left: none;
    padding-top: 6px;
    text-align: right
}

.payments-table__cell-wrapper {
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.payments-table__cell-wrapper .get-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.payments-table__cell-wrapper .get-image img {
    width: 100%;
    height: auto;
    max-width: 80px;
    -o-object-fit: contain;
    object-fit: contain
}

.payments-table__table tr:first-child td:first-child {
    border-top-left-radius: 12px
}

.payments-table__table tr:first-child td:last-child {
    border-top-right-radius: 12px
}

.table-image {
    overflow: auto;
    padding-bottom: 4px
}

.table-image__table {
    overflow: hidden;
    margin: 1rem auto 0;
    border: 1px solid #1183d3;
    border-collapse: collapse;
    border-radius: 12px;
    width: calc(100% - 8px);
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff;
    background-color: #1183d3
}

.table-image__table th {
    border: 1px solid #1183d3;
    padding: 12px;
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    background-color: #1183d3
}

.table-image__table th:not(:last-child) {
    border-right: 1px solid #0a519e
}

.table-image__cell {
    border: 1px solid #1183d3;
    padding: 12px;
    min-width: 240px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    background-color: #fff
}

.table-image__cell-wrapper {
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.table-image__cell-wrapper .get-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.table-image__cell-wrapper .get-image img {
    width: 100%;
    height: auto;
    max-width: 80px;
    -o-object-fit: contain;
    object-fit: contain
}

.table-image__table tr:first-child td:first-child {
    border-top-left-radius: 12px
}

.table-image__table tr:first-child td:last-child {
    border-top-right-radius: 12px
}

.game {
    border-radius: 0 0 20px 20px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: var(--bg-dark-0)
}

.game__title {
    margin-bottom: 32px;
    color: #fff
}

.game__box {
    overflow: hidden;
    border-radius: 12px;
    background-color: var(--bg-dark-100)
}

.game__box-header {
    display: flex;
    justify-content: center;
    padding: 12px
}

.game__box-iframe {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 64/27
}

.game__box-iframe::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #09437f99
}

.game__box-iframe iframe {
    border: none;
    width: 100%;
    aspect-ratio: 64/27
}

.game__box-iframe.hide::after {
    display: none
}

.game__demo-link {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    min-width: 200px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.game__demo-link.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.game__info {
    margin-top: 32px
}

.game__info > * {
    color: #fff
}

.game__info > :first-child {
    margin-top: 0
}

.categories {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns:repeat(4, 1fr);
    list-style: none;
    margin: 0;
    border-radius: 35px;
    padding: 8px;
    background: #fff;
    gap: 12px
}

.categories__link {
    display: flex;
    align-items: center;
    border: none;
    border-radius: 50px;
    padding: 10px 16px;
    width: 100%;
    height: 100%;
    min-height: 62px;
    text-decoration: none;
    background-color: var(--bg-table);
    cursor: pointer;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.categories__link:hover {
    background-color: var(--primary-color-blue)
}

.categories__link:hover .categories__link-description, .categories__link:hover .categories__link-title {
    color: #fff
}

.categories__link .get-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px
}

.categories__link .get-image img {
    width: 36px;
    height: 36px
}

.categories__link-content {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.categories__link-title {
    margin-bottom: 2px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #111;
    transition: color .3s ease-in-out
}

.categories__link-description {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: var(--text-color);
    transition: color .3s ease-in-out
}

@media (max-width: 767px) {
    .categories__link .get-image img {
        width: auto;
        max-height: 24px
    }
}

.page-main > .mostbet-wrapper:first-child .categories {
    grid-template-columns:repeat(auto-fill, minmax(190px, 1fr));
    background: unset;
    padding: 0
}

.page-main > .mostbet-wrapper:first-child .categories__link {
    background-color: #4993e3;
    justify-content: center;
    gap: 13px
}

.page-main > .mostbet-wrapper:first-child .categories__link-title {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin: 0
}

.page-main > .mostbet-wrapper:first-child .categories__link:hover {
    background-color: #4993e3;
    opacity: .8
}

@media (max-width: 767px) {
    .page-main > .mostbet-wrapper:first-child .categories {
        grid-template-columns:repeat(2, 1fr);
        margin-right: 0;
        margin-left: 0;
        width: 100%
    }

    .page-main > .mostbet-wrapper:first-child .categories__link {
        gap: 4px;
        padding: 12px 5px
    }
}

@media (hover: hover), screen and (min-width: 0\0
) {
    .mostbet-toc__link:focus, .mostbet-toc__link:hover {
        color: var(--primary-color-red)
    }

    .download__link:focus img, .download__link:hover img, .social__link:focus img, .social__link:hover img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

    .gbtn:focus, .gbtn:hover {
        background-color: #ccc !important
    }
}

@media (min-width: 1023px) {
    .main-nav__item--has-children:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }

    .main-nav__item--has-children:hover .main-nav__item-arrow {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@media (max-width: 1300px) {
    .mostbet-columns.col-6 .mostbet-columns__item {
        width: calc(100% / 5 - 2rem)
    }

    .wp-block-columns.col-6 {
        -ms-grid-columns:(1fr) [ 5 ];
        grid-template-columns:repeat(5, 1fr)
    }
}

@media (max-width: 1279px) {
    .tabs--vertical .tabs__container {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .tabs--vertical .tabs__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        margin-right: 0;
        border: 1px solid var(--bg-table);
        border-bottom: none;
        border-radius: 16px 16px 0 0;
        padding: 24px 16px 0;
        background-color: #fff
    }

    .tabs--vertical .tabs__header-button:not(:last-child) {
        margin-right: 12px;
        border-bottom: 1px solid var(--bg-table)
    }

    .tabs--vertical .tabs__header-button:first-child, .tabs--vertical .tabs__header-button:last-child {
        border-radius: 16px
    }

    .tabs--vertical .tabs__header-button {
        border: 1px solid var(--bg-table);
        border-radius: 16px;
        padding: 12px 20px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .tabs--vertical .tabs__content {
        border: 1px solid var(--bg-table);
        border-top: none;
        border-radius: 0 0 16px 16px;
        padding: 24px 16px
    }
}

@media (max-width: 1200px) {
    .mostbet-columns.col-5 .mostbet-columns__item, .mostbet-columns.col-6 .mostbet-columns__item {
        width: calc(100% / 4 - 2rem)
    }

    .wp-block-columns.col-5, .wp-block-columns.col-6 {
        -ms-grid-columns:(1fr) [ 4 ];
        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 {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 1023px) {
    .btn--lg {
        padding: 16px 40px
    }

    .page-header__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .main-nav {
        position: absolute;
        left: -20px;
        right: -20px;
        top: calc(100% + 8px);
        margin: 0 20px;
        padding: 20px 16px;
        background-color: var(--bg-dark-100);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        pointer-events: none
    }

    .main-nav.active {
        z-index: 770;
        overflow: auto;
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }

    .main-nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-nav__item:not(:last-child) {
        margin-right: 0;
        border-bottom: 1px solid var(--bg-dark-300)
    }

    .main-nav__item--has-children {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .main-nav__item--has-children .main-nav__link {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .main-nav__item--has-children.active .sub-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }

    .main-nav__item--has-children.active .main-nav__item-arrow svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .main-nav__item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%
    }

    .main-nav__item-arrow {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 5px
    }

    .main-nav__link {
        padding: 12px 0;
        width: 100%
    }

    .sub-menu {
        position: static;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-left: 16px;
        border-radius: 0;
        padding: 0;
        max-height: 0;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .page-footer__container {
        -ms-grid-columns: 200px 1fr;
        grid-template-columns:200px 1fr;
        gap: 0
    }

    .page-footer__nav {
        margin-left: 24px
    }

    .page-footer__galleres {
        grid-column: 1/-1;
        margin: 24px 0 0;
        border: none;
        border-top: 1px solid var(--bg-dark-300);
        padding: 0
    }

    .page-footer__logos-gallery {
        margin: 0;
        padding: 16px 0
    }

    .page-footer__logos-gallery-item {
        padding: 8px 16px
    }

    .page-footer__payments-gallery {
        margin: 0;
        padding: 16px 0 0
    }

    .page-footer__logos-gallery + .page-footer__payments-gallery {
        margin: 0;
        padding: 16px 0
    }

    .page-footer__copyright-text {
        margin-top: 0
    }

    .mostbet-slots__list, .mostbet-toc__list {
        -ms-grid-columns:(1fr) [ 4 ];
        grid-template-columns:repeat(4, 1fr)
    }

    .mostbet-difference__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 16px
    }

    .banner--version-1 {
        padding-top: 40px
    }

    .banner--version-1 .banner__container {
        display: block
    }

    .banner--version-1 .banner__slider-wrapper {
        grid-column: auto;
        grid-row: auto;
        width: 100%;
        max-width: 970px
    }

    .banner--version-1 .banner__title {
        margin-bottom: 52px
    }

    .banner--version-1 .banner__description {
        margin-top: 24px
    }

    .banner--version-1 .banner__slider-item .get-image img {
        height: auto;
        -o-object-fit: contain;
        object-fit: contain
    }

    .banner--version-4 {
        padding-top: 32px;
        padding-bottom: 0
    }

    .banner--version-4 .banner__container {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 0
    }

    .banner--version-4 .banner__title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        grid-column: auto
    }

    .banner--version-4 .get-image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        grid-column: auto;
        grid-row: auto;
        margin: 0 auto
    }

    .banner--version-4 .banner__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        grid-column: auto;
        grid-row: auto;
        margin-bottom: 32px;
        padding: 0
    }

    .banner--version-4 .banner__content .mostbet-promocode--v2 {
        -webkit-box-ordinal-group: -9;
        -ms-flex-order: -10;
        order: -10;
        margin: 0 auto 24px;
        width: 100%;
        max-width: 610px
    }

    .mostbet-text-image--order-change .mostbet-text-image__content {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .mostbet-text-image--first-block .mostbet-text-image__container {
        -ms-grid-rows: auto;
        grid-template-rows:auto
    }

    .mostbet-text-image--first-block .mostbet-text-image__title {
        grid-column: auto
    }

    .mostbet-text-image--first-block .mostbet-text-image__image {
        grid-column: auto;
        grid-row: auto
    }

    .mostbet-text-image--first-block .mostbet-text-image__content {
        grid-column: auto;
        overflow: visible
    }

    .mostbet-text-image--first-block .download-buttons {
        -webkit-box-ordinal-group: -9;
        -ms-flex-order: -10;
        order: -10;
        margin-top: -150px
    }

    .mostbet-text-image--first-block {
        padding-top: 32px
    }

    .mostbet-text-image {
        margin-top: 32px;
        margin-bottom: 32px
    }

    .mostbet-text-image__container.gtc1-1, .mostbet-text-image__container.gtc15-1, .mostbet-text-image__container.gtc2-1, .mostbet-text-image__container.gtc3-1 {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .mostbet-text-image__container {
        gap: 24px
    }

    .mostbet-text-image__title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0
    }

    .mostbet-text-image__image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        grid-column: auto;
        grid-row: auto
    }

    .mostbet-text-image__content--no-title {
        grid-column: auto;
        grid-row: auto
    }

    .mostbet-text-image__content {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        overflow: hidden;
    }

    .background-block {
        padding: 32px 16px
    }

    .how-to__item:not(:last-child) .how-to__content {
        padding-bottom: 56px;
        background-position: center bottom;
        background-size: 40px
    }

    .how-to__item-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .how-to__content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .how-to__button {
        margin: 16px auto 0
    }

    .how-to__item-image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .download-buttons__button, .download-buttons__button:hover {
        -webkit-box-shadow: inherit;
        box-shadow: inherit
    }

    .payments-table__table th:first-child, .table-image__table th:first-child {
        min-width: 310px
    }

    .categories {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 1023px) and (max-width: 767px) {
    .banner--version-4 .banner__content .mostbet-promocode--v2 {
        margin-top: -40px
    }
}

@media (max-width: 1023px) and (max-width: 449px) {
    .banner--version-4 .banner__content .mostbet-promocode--v2 {
        margin-right: -16px;
        margin-left: -16px;
        width: calc(100% + 32px)
    }
}

@media (max-width: 1000px) {
    .mostbet-columns.col-3 .mostbet-columns__item {
        width: calc(100% / 2 - 2rem)
    }

    .mostbet-columns.col-4 .mostbet-columns__item, .mostbet-columns.col-5 .mostbet-columns__item, .mostbet-columns.col-6 .mostbet-columns__item {
        width: calc(100% / 3 - 2rem)
    }

    .icon-blocks__item {
        width: calc(100% / 3)
    }
}

@media (max-width: 900px) {
    .wp-block-columns.col-3, .wp-block-columns.col-4, .wp-block-columns.col-5, .wp-block-columns.col-6 {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 899px) {
    .mostbet-slots__list {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 800px) {
    .mostbet-columns.col-2 .mostbet-columns__item {
        width: calc(100% - 2rem)
    }
}

@media screen and (max-width: 767px) {
    :root {
        --offsets: 16px
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 30px;
        line-height: 40px;
        text-transform: inherit
    }

    main ol.wp-block-list, main ol:not([class]), main ul.wp-block-list, main ul:not([class]) {
        margin-top: 16px
    }

    .page-header__logo {
        margin-right: 28px
    }

    .page-header__buttons .btn {
        border-radius: 20px;
        padding: 8px;
        font-size: 14px;
        line-height: 100%
    }

    .main-nav {
        left: 0;
        right: 0;
        margin: 0
    }

    .mostbet-columns__item {
        margin: .5rem 1rem
    }

    .mostbet-columns {
        padding: 1rem 0
    }

    .background-block .wp-block-columns {
        padding: 0;
        gap: 10px
    }

    .background-block .wp-block-column h2, .background-block .wp-block-column h3 {
        text-align: left
    }

    .mostbet-faq__details {
        border-radius: 5px
    }

    .mostbet-faq__question svg {
        margin-left: 8px
    }

    .mostbet-faq__question {
        padding: 12px 16px
    }

    .mostbet-toc__title::after {
        right: 16px
    }

    .mostbet-toc__title {
        padding: 16px
    }

    .mostbet-toc__list {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr)
    }

    .mostbet-toc__link {
        padding: 8px 0;
        width: 100%
    }

    .mostbet-promocode--v1 {
        margin-right: -16px;
        margin-left: -16px
    }

    .mostbet-promocode--v2 .mostbet-promocode__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .mostbet-slots__list {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }

    .mostbet-slots__game.open {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

    .mostbet-slots__game {
        padding: 0;
        height: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .mostbet-slots__game-header {
        padding: 20px 16px
    }

    .mostbet-slots__game-header .btn {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 12px
    }

    .mostbet-slots__game-title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .mostbet-slots__close-game {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .mostbet-difference__title {
        display: none
    }

    .banner--version-1, .banner--version-2, .banner--version-3 {
        padding-top: 20px
    }

    .banner--version-3 .banner__description {
        padding: 20px 12px
    }

    .mostbet-text-image--first-block .download-buttons {
        -webkit-box-ordinal-group: -9;
        -ms-flex-order: -10;
        order: -10;
        margin-top: -135px
    }

    .background-block {
        padding: 24px 16px
    }

    .tabs__container {
        margin-right: -16px;
        margin-left: -16px
    }

    .tabs__header {
        border-radius: 20px 20px 0 0
    }

    .tabs--horizontal .tabs__header-button {
        padding: 8px;
        padding-right: 16px;
        font-size: 18px;
        line-height: 24px
    }

    .tabs__list {
        border-radius: 0 0 20px 20px
    }

    .download-buttons__button + .download-buttons__button {
        margin: 16px auto 0
    }

    .download-buttons__button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: calc(100% - 60px)
    }

    .game {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .game__box {
        margin-right: -16px;
        margin-left: -16px
    }

    .game__box-iframe, .game__box-iframe iframe {
        aspect-ratio: 1/1
    }

    .categories {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr);
        margin-right: -16px;
        margin-left: -16px
    }
}

@media (max-width: 750px) {
    .mostbet-columns.col-3 .mostbet-columns__item {
        width: calc(100% - 2rem)
    }

    .mostbet-columns.col-4 .mostbet-columns__item, .mostbet-columns.col-5 .mostbet-columns__item, .mostbet-columns.col-6 .mostbet-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 {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }
}

@media (max-width: 700px) {
    .mobile-button {
        display: block
    }

    .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 (max-width: 575px) {
    .page-footer__container {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .page-footer__nav {
        margin: 24px 0 0
    }

    .mostbet-toc__list {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 4px
    }

    .mostbet-slots__list {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns:repeat(1, 1fr)
    }

    .mostbet-slots__item {
        max-height: 180px
    }

    .categories {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        margin-right: -16px;
        margin-left: -16px;
        width: calc(100% + 32px)
    }
}

@media (max-width: 550px) {
    .mostbet-columns.col-4 .mostbet-columns__item, .mostbet-columns.col-5 .mostbet-columns__item, .mostbet-columns.col-6 .mostbet-columns__item {
        width: calc(100% - 2rem)
    }
}

@media (max-width: 449px) {
    .comment-form__form--rating {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .comment-form__form-rating-text {
        margin: 0 0 8px;
        border: none;
        border-bottom: 1px solid #dde4ec;
        padding: 0 0 8px;
        width: 100%;
        text-align: center
    }
}

@media screen and (max-width: 400px) {
    .acceptButton {
        top: 127px !important
    }
}

@media (max-width: 359px) {
    .page-header__logo {
        height: 30px
    }

    .page-header__burger {
        margin-left: auto
    }
}

.visually-hidden {
    position: absolute !important
}

.background-block .how-to {
    margin-top: 24px
}

.background-block > :first-child {
    margin-top: 0
}

.background-block {
    border: none
}

.background-block + .tabs {
    margin-top: 32px
}

.background-block > p + .tabs {
    margin-top: 24px
}

.page-404 {
    display: flex;
    align-items: center;
    min-height: 450px
}

.wp-block-table table td > :first-child {
    margin-top: 0
}

.wp-block-table thead {
    border-bottom: none
}

.wp-block-table td > *, table td > * {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--text-color)
}

.wp-block-table td ul.wp-block-list li::before, .wp-block-table td ul:not([class]) li::before, table td ul.wp-block-list li::before, table td ul:not([class]) li::before {
    top: 4px
}

.wp-block-table table, table {
    width: 100%;
    border-collapse: collapse
}

@media (max-width: 1023px) {
    .payments-table__table th:first-child, .table-image__table th:first-child {
        min-width: 175px
    }

    .payments-table__table th {
        min-width: 175px
    }

    .payments-table__cell-wrapper .get-image img {
        max-width: 44px
    }

    .table-image__cell-wrapper .get-image img {
        max-width: 44px
    }
}

.page-footer__dmca {
    margin-top: 16px
}

.dmca-badge {
    display: flex;
    background-color: transparent;
    align-items: center;
    justify-content: flex-start
}

.categories__link-title {
    margin: 0 0 2px
}

@media (max-width: 767px) {
    .table-image__cell {
        min-width: auto
    }
}

.table-image__cell * {
    font-size: inherit;
    line-height: inherit
}

.table-image__cell > :first-child {
    margin-top: 0
}

p + .table-image {
    margin-top: 16px
}

.page-header__logo {
    flex-shrink: 1;
    display: flex;
    align-items: center
}

.page-header__logo img {
    max-width: 150px;
    max-height: 24px;
    width: fit-content
}

.get-image {
    line-height: 0
}

@media (min-width: 1023px) {
    .page-header__nav {
        height: auto !important
    }
}

@media (max-width: 1023px) {
    .main-nav__item-arrow {
        justify-content: flex-end
    }
}

@media (max-width: 550px) {
    .page-header__container {
        flex-wrap: wrap;
        justify-content: space-between
    }

    .page-header__buttons {
        flex-basis: 100%;
        order: 4;
        margin-top: 16px
    }

    .page-header__buttons .btn {
        padding: 12px;
        flex-grow: 1
    }
}

@media (max-width: 767px) {
    .mostbet-promocode--v1 {
        margin-left: 0;
        margin-right: 0
    }

    .mostbet-promocode--v1 .mostbet-container {
        padding: 0
    }
}

.tabs--horizontal .tabs__header-button {
    flex: 1 1 50%;
    align-self: stretch
}

.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 {
    width: 100%;
    border: 1px solid #dde4ec
}

.tabs--vertical .tabs__header-item:not(:first-child) {
    border-top: none
}

.tabs--vertical .tabs__header-item:first-child {
    border-radius: 20px 0 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 (hover: hover), screen and (min-width: 0\0
) {
    .tabs--vertical .tabs__header-button:hover {
        color: #fff;
        background-color: var(--primary-color-blue)
    }
}

@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 #dde4ec
    }

    .tabs--vertical .tabs__header-item:last-child {
        border-radius: 0 20px 0 0
    }
}

@media (max-width: 767px) {
    .tabs__container {
        margin-left: 0;
        margin-right: 0
    }

    .tabs--vertical .tabs__header-button {
        cursor: auto
    }
}

@media (max-width: 375px) {
    .tabs--horizontal .tabs__header-button svg {
        width: 28px;
        height: 28px
    }

    .tabs--horizontal .tabs__header-item .tabs__header-button {
        flex-direction: column
    }

    .tabs--horizontal .tabs__header-button svg {
        margin: 0
    }
}

@media (hover: hover), screen and (min-width: 0\0
) {
    .tabs--vertical .tabs__header-button:hover {
        color: #fff;
        background-color: var(--primary-color-blue)
    }
}

.download__item {
    display: flex
}

.download__link {
    border: none;
    background: 0 0;
    outline: 0
}

button.download__link {
    cursor: pointer
}

.game__box-iframe iframe {
    overflow: hidden;
    border-radius: 12px
}

main ul.wp-block-list li, main ul:not([class]) li {
    padding: 2px 4px 2px 26px
}

main ol.wp-block-list li:not(:last-child), main ol:not([class]) li:not(:last-child), main ul.wp-block-list li:not(:last-child), main ul:not([class]) li:not(:last-child) {
    margin-bottom: 8px
}

main ul.wp-block-list li::before, main ul:not([class]) li::before {
    left: 4px;
    top: 6px
}

main ol.wp-block-list li::before, main ol:not([class]) li::before {
    top: 2px;
    left: 2px
}

main ol.wp-block-list li, main ol:not([class]) li {
    padding: 2px 4px 2px 36px
}

.mostbet-slots__iframe iframe {
    border-radius: 12px;
    overflow: hidden
}

.mostbet-slots__show-more {
    display: none;
    margin: 24px auto 0;
    border: none
}

.mobile-button {
    padding: 0 16px 8px
}

.mobile-button .mobile-button__container {
    grid-template-columns:1fr auto;
    grid-template-rows:auto 1fr;
    gap: 8px 10px
}

.mobile-button._app-style .mobile-button__container {
    grid-template-columns:auto 1fr auto;
    grid-template-rows:auto 1fr;
    gap: 2px 13px
}

.mobile-button__container {
    display: grid;
    align-items: center;
    padding: 8px 12px;
    border-radius: 35px;
    background: #0a2244
}

.mobile-button._app-style .mobile-button__container {
    padding: 3px 8px
}

.mobile-button__container > svg {
    grid-row: 1/3
}

.mobile-button__control {
    grid-row: 1/3
}

.mobile-button__container.no-text .mobile-button__control {
    width: 100%
}

.mobile-button__text {
    margin: 0;
    color: #ededed;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    justify-self: center
}

.mobile-button._app-style .mobile-button__text {
    justify-self: flex-start
}

.mobile-button__text-2 {
    display: flex;
    align-items: center;
    margin: 0;
    grid-column: 1/2;
    grid-row: 2/3;
    color: #ededed;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.554px;
    justify-self: flex-start
}

.mobile-button:not(._app-style) .mobile-button__container {
    padding: 8px 12px 8px 20px
}

.mobile-button:not(._app-style) .mobile-button__text {
    font-size: 12px;
    justify-self: start
}

.mobile-button:not(._app-style) .mobile-button__text-2 span {
    color: #fb5600;
    justify-self: flex-start
}

.mobile-button._app-style .mobile-button__text-2 {
    grid-column: 2/3;
    justify-self: flex-start
}

.mobile-button .mobile-button__text-2 > svg:first-child {
    margin-right: 8px
}

.mobile-button._app-style .mobile-button__text-2 > svg:first-child {
    margin-left: 2px;
    margin-right: 7px;
    padding-right: 7px;
    width: 18px;
    border-right: 1px solid rgba(237, 237, 237, .1)
}

.mobile-button._app-style .mobile-button__text-2 > svg:last-child {
    margin-left: 4px
}

.mobile-button__control {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 50px;
    background: #fb5600;
    box-shadow: 0 6px 10px 0 rgba(251, 86, 0, .2);
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase
}

.mobile-button._app-style .mobile-button__control {
    gap: 10px;
    background: #428cdc;
    box-shadow: 0 6px 10px 0 rgba(66, 140, 220, .2)
}

.mobile-button__control::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.page-footer--enable-mobile-button {
    padding-bottom: 100px
}

.scroll-top {
    bottom: 88px;
    z-index: 20
}

.mostbet-text-image.align-top .mostbet-text-image__image {
    align-items: flex-start
}

.mostbet-text-image.align-bottom .mostbet-text-image__image {
    align-items: flex-end
}

.mostbet-text-image.align-center .mostbet-text-image__image {
    align-items: flex-center
}

.mostbet-text-image__image img {
    max-height: 500px
}

.banner__slider-item {
    padding: 0
}

.banner--version-2 .swiper-slide-active .get-image {
    position: relative
}

.banner__slider-item.vertical-top .banner__slider-item-content {
    top: 32px
}

.banner__slider-item.vertical-center .banner__slider-item-content {
    top: 32px;
    bottom: 32px;
    margin: auto 0;
    height: fit-content
}

.banner__slider-item.vertical-bottom .banner__slider-item-content {
    bottom: 32px
}

.banner__slider-item-content {
    position: absolute;
    left: 24px;
    max-width: 50%;
    color: #e3e3e3
}

.banner__slider-item.left .btn {
    margin: 24px auto 0 0
}

.banner__slider-item.center .btn {
    margin: 24px auto 0
}

.banner__slider-item.right .btn {
    margin: 24px 0 0 auto
}

.banner__slider-item-content > :first-child {
    margin-top: 0
}

.banner__slider-item-content .btn {
    margin-top: 24px
}

.banner--version-2 .banner__slider-item img {
    max-height: 100%
}

.banner--version-2 .banner__slider-item img {
    border-radius: 15px
}

@media (max-width: 767px) {
    .banner__slider-item-content {
        position: static;
        padding: 16px 10px 32px;
        max-width: 100%;
        background-color: #0a2244
    }
}

.align-center-cell .payments-table__cell-wrapper {
    justify-content: center
}

.mostbet-wrapper > :first-child.running-line {
    margin-top: 32px
}

.page-id-106 .mostbet-wrapper:first-child .mostbet-text-image__image img {
    max-height: 100%
}

@media (max-width: 767px) {
    .home .banner__slider-wrapper {
        min-height: 300px
    }
}

.mostbet-slots__game-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.mostbet-slots__game-title {
    font-style: italic
}

.visually-hidden-v2 {
    opacity: none
}

.mostbet-text-image__content b, .mostbet-text-image__content strong {
    font-weight: 700
}

@media (max-width: 767px) {
    .game .game__box-iframe {
        aspect-ratio: unset;
        min-height: 200px
    }

    .game .game__box-iframe iframe {
        aspect-ratio: unset;
        min-height: 85vh
    }
}

.how-to__item .how-to__item-counter {
    margin-top: 0
}

.mostbet-columns__container {
    list-style: none
}

.header__lang {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0 9px;
    margin-left: 12px;
    cursor: pointer;
    z-index: 10000
}

.header__current-lang, .header__lang img {
    width: auto;
    height: 22px;
    object-fit: contain
}

.header__current-lang {
    cursor: pointer
}

.header__lang .header__lang-list {
    position: absolute;
    top: 100%;
    left: -6px;
    display: none;
    flex-direction: column;
    padding-left: 0;
    margin-top: 0;
    list-style: none;
    background-color: #000;
    border-radius: 0 0 5px 5px
}

@media (min-width: 901px) {
    .header__lang:hover .header__lang-list {
        display: flex
    }
}

.header__lang._open .header__lang-list {
    display: flex
}

.header__lang .header__lang-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px
}

.header__buttons {
    margin-left: auto
}

.header__wrapper {
    flex-grow: 1
}

.page-header__burger {
    margin-left: 16px
}

.header__current-lang, .header__lang img {
    width: 32px;
    height: 22px;
    object-fit: cover
}

.header__current-lang {
    height: 22px;
    width: auto;
    object-fit: contain
}

.header__lang img {
    height: 22px;
    width: auto;
    object-fit: contain
}

.header__lang {
    flex-direction: row;
    align-items: center;
    gap: 5px
}

.lang__code {
    display: flex;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    margin: 0
}

.header__lang .header__lang-list {
    width: 100%
}

.header__lang .header__lang-list:before {
    content: '';
    width: 100%;
    height: 2px
}

.header__lang .header__lang-item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    padding: 0
}

.header__lang .header__lang-list > li {
    padding: 8px 9px
}

.header__lang, .header__lang._open {
    border-radius: 10px
}

.header__lang img {
    width: 32px;
    height: 23px;
    object-fit: cover
}

.header__lang .header__lang-item p {
    margin: 0
}

.header__lang .header__lang-list {
    background-color: unset
}

.header__lang .header__lang-list > li {
    display: flex;
    justify-content: flex-end;
    background-color: #003266
}

.header__lang .header__lang-list > li:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.header__lang .header__lang-list > li:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.header__lang-close {
    color: #fff;
    width: 100%;
    border: none;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    background-color: unset;
    border: none
}

.header__lang-close, .header__lang._open .header__lang-close {
    display: none
}

.header__lang .header__lang-list > li {
    position: relative
}

.header__lang-list .lang__code {
    position: absolute;
    top: 0;
    left: 9px;
    bottom: 0;
    margin: auto;
    pointer-events: none
}

@media (min-width: 901px) {
    .header__lang:hover .header__lang-list {
        display: flex
    }
}

@media (max-width: 767px) {
    .header__toggle-button {
        margin-left: 10px
    }

    .header__lang {
        margin-left: auto
    }

    .header__lang._open + .header__toggle-button {
        margin-left: auto
    }
}

.bonuses {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(301px, 1fr));
    gap: 12px;
    color: #fff;
    padding-left: var(--offsets) !important
}

.bonuses__item {
    display: grid;
    grid-template-columns:auto 1fr;
    grid-template-rows:auto 1fr;
    gap: 0 10px;
    padding: 16px 16px 20px 16px;
    border-radius: 8px;
    background: #0b2750;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .05)
}

.bonuses__item img {
    width: auto;
    min-width: 30px;
    max-height: 48px
}

.bonuses__item-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    align-self: center;
    margin-top: 0
}

.bonuses__item p:not([class]) {
    grid-column: 1/3
}

.bonuses__item-title + * {
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid rgba(17, 131, 211, .4)
}

@media (max-width: 767px) {
    .bonuses {
        display: flex;
        flex-direction: column
    }
}

.tournaments {
    display: grid;
    grid-template-columns:auto 1fr;
    grid-template-rows:auto 1fr;
    gap: 16px;
    padding: 16px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .05)
}

.tournaments__title {
    margin-bottom: 0
}

.tournaments__button {
    display: flex;
    align-items: center;
    justify-self: end;
    gap: 8px;
    border: none;
    background: 0 0;
    color: #4993e3;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer
}

.tournaments__button:hover {
    opacity: .8
}

.tournaments__card {
    position: relative;
    justify-self: center;
    align-self: start
}

.tournaments__card img {
    display: flex;
    max-width: 498px;
    height: auto
}

.tournament__card-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 16px 0;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 5
}

.tournament__card-inner > p:not([class]) {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-style: italic;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase
}

.tournament__card-inner > p:first-child {
    margin-top: 0
}

.tournaments__card-button {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    padding: 18px 66px;
    border: none;
    border-radius: 50px;
    background: #fb5600;
    box-shadow: 0 11px 27px 0 rgba(251, 86, 0, .4);
    cursor: pointer
}

.tournaments__card-button:hover {
    opacity: .8
}

.tournaments__list {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(210px, 1fr));
    gap: 20px 32px;
    list-style: none;
    padding-left: 0;
    margin-top: 0
}

.tournaments__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 12px 0;
    background: 0 0;
    border: none;
    text-decoration: unset;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 6px 25px
}

button.tournaments__item {
    cursor: pointer;
    padding: 0
}

button.tournaments__item:hover {
    opacity: .8
}

.tournaments__item img {
    width: auto;
    min-height: 40px;
    max-height: 47px
}

@media (max-width: 1100px) {
    .tournaments {
        gap: 16px 5px
    }

    .tournaments__card, .tournaments__list {
        grid-column: 1/3
    }

    .tournaments__card img {
        max-width: 100%
    }

    .tournaments__list {
        grid-template-columns:1fr 1fr;
        gap: 12px 20px
    }

    .tournaments__item {
        padding: 6px 0
    }
}

@media (max-width: 767px) {
    .tournament__card-inner > p:not([class]) {
        font-size: 20px;
        line-height: 26px
    }
}

.about tr {
    display: flex;
    flex-direction: column
}

.about td {
    display: flex;
    gap: 16px;
    color: #333
}

.about td, .about th {
    background-color: unset;
    border: unset;
    padding: 0
}

.about__header tr {
    flex: 0 1 auto;
    gap: 16px 0
}

.about .about__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0
}

.about tr.s1 .about__list {
    flex-direction: column
}

.about tr.s3 .about__list {
    flex-wrap: wrap;
    gap: 12px
}

.about__list-item, .about__list-item a {
    display: flex;
    align-items: center;
    gap: 4px;
    text-decoration: unset
}

.about__list-item a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%
}

.about__list-item a:hover {
    opacity: .8
}

.about__list-item span {
    color: #fb5600
}

.about tr.s1 .about__list-item:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(66, 140, 220, .2)
}

.about__body {
    border: unset;
    width: 100%
}

.about__body tbody {
    display: flex;
    gap: 32px 20px;
    flex-wrap: wrap;
    width: 100%
}

.about__body tr {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .05);
    padding: 16px;
    flex: 1 0 22%
}

.about__body tr:first-child {
    flex: 2 0 25%
}

.about__body tr:has(svg) {
    flex: 1 0
}

.about__body tr.s2 {
    flex: 2 0 31%
}

.about__body tbody:has(:nth-child(7)) .s3:nth-child(6) {
    flex: 1 0 13%
}

.about__body tbody:has(:nth-child(7)) .s3:nth-child(7) {
    flex: 1 0 25%
}

.about__body th {
    text-align: left;
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 16px
}

.about__body li {
    display: flex;
    align-items: center;
    color: #333
}

.about tr.s2 td {
    display: flex;
    flex-direction: column;
    gap: 0
}

.about tr.s3 .about__list {
    gap: 12px
}

.about tr.s3 .about__list .about__list-item {
    border-radius: 4px;
    padding: 6px 8px;
    border: 1px solid rgba(66, 140, 220, .2)
}

.about__payments-cell {
    display: flex;
    flex-direction: column;
    gap: 8px 4px;
    flex: 1 1;
    margin: 0
}

.about__payments-cell {
    display: inline-flex;
    flex-direction: row
}

.about__payments-cell span {
    color: #fb5600
}

.about__payments-cell:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(66, 140, 220, .2)
}

.about__payments-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 0
}

@media (max-width: 1520px) {
    .about__body tbody {
        gap: 16px
    }

    .about .about__body tr {
        padding: 24px 16px
    }
}

@media (max-width: 767px) {
    .about .about__body tr {
        flex: 1 1 100%
    }

    .about tr.s2 td {
        flex-direction: column
    }

    .about__payments-cell:last-child {
        padding-left: unset;
        margin-left: unset;
        margin-top: 16px;
        border-left: unset
    }
}

.suggestions {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 12px;
    margin-top: 0;
    padding-left: var(--offsets) !important;
    list-style: none
}

.suggestions__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    border-radius: 16px;
    min-height: 360px;
    color: #fff
}

.suggestions__item > * {
    z-index: 2
}

.suggestions__item:nth-child(1) {
    background: var(--suggestions-bg-1)
}

.suggestions__item:nth-child(2) {
    background: var(--suggestions-bg-2)
}

.suggestions__item:nth-child(3) {
    background: var(--suggestions-bg-3)
}

.suggestions__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    z-index: -1
}

.suggestions__bg img {
    position: absolute;
    bottom: 0;
    right: 0;
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    z-index: -1
}

.suggestions__item span {
    font-weight: 700
}

.suggestions__label {
    display: inline-flex;
    padding: 8px 9px;
    margin-top: 0;
    border-radius: 24px;
    border-bottom: 1px solid #60bdff;
    background: #2b5fc1;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px
}

.suggestions__title {
    leading-trim: both;
    text-edge: cap;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 20px
}

.suggestions__item > p:not([class]) {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px
}

.suggestions__button {
    padding: 12px 34px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 16px
}

.suggestions__buttons {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: auto
}

.suggestions__buttons:after {
    content: url('data:image/svg+xml,<svg width="39" height="40" viewBox="0 0 39 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.39789 32.1341L4.33309 28.3733C26.9023 32.3745 38.6357 10.4315 38.7522 10.2155L38.2054 9.92113C38.0909 10.133 26.663 30.798 4.49993 26.7988L8.7123 22.9494L8.34032 22.4523L1.10512 27.8553L9.07689 32.6662L9.39789 32.1341Z" fill="url(%23paint0_linear_196_1039)"/><defs><linearGradient id="paint0_linear_196_1039" x1="1" y1="28.0001" x2="40.5" y2="7.50007" gradientUnits="userSpaceOnUse"><stop stop-color="white"/><stop offset="1" stop-color="white" stop-opacity="0"/></linearGradient></defs></svg>')
}

.suggestions__app-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border-radius: 33px;
    border: none;
    cursor: pointer
}

.suggestions__app-button:hover {
    opacity: .8
}

.suggestions__app-button_android {
    background-color: #a6ca5a
}

.suggestions__app-button_ios {
    background-color: #fff
}

.suggestions__socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    list-style: none;
    margin-top: auto;
    padding-left: 0;
    max-width: 190px
}

.suggestions__social-item {
    border-radius: 14px;
    background: #e8ecf1;
    flex: 1 1 calc(50% - 12px)
}

.suggestions__social-link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px;
    height: 23px;
    color: #333;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none
}

.suggestions__social-link:hover {
    opacity: .8
}

.suggestions__item:nth-child(1) .suggestions__title {
    margin-top: auto
}

.suggestions__item:nth-child(1) > img {
    position: absolute;
    top: -30px;
    right: 27px;
    z-index: 0
}

.suggestions__item:nth-child(2) .suggestions__buttons {
    margin-top: auto
}

.suggestions__item:nth-child(2) > img {
    position: absolute;
    bottom: 37px;
    right: 6px;
    z-index: 0
}

.suggestions__item:nth-child(3) > img {
    position: absolute;
    bottom: 16px;
    right: 24px;
    z-index: 0
}

@media (max-width: 767px) {
    .suggestions {
        grid-template-columns:1fr
    }

    .suggestions__item:nth-child(1) > img {
        height: auto;
        max-width: 249px;
        top: 0;
        right: 0;
        left: 0;
        margin: auto
    }

    .suggestions__item:nth-child(2) > img {
        height: auto;
        max-width: 220px;
        bottom: 60px;
        right: 0;
        left: 0;
        margin: auto
    }

    .suggestions__item:nth-child(3) > img {
        height: auto;
        max-width: 108px;
        bottom: 20px;
        right: 5px
    }
}

.app-h1 {
    display: flex;
    flex-direction: column;
    padding-top: 32px;
    color: #ededed;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px
}

.app-h1 p {
    color: #ededed;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.app-h1__title {
    color: #fff;
    margin-bottom: 16px
}

.app-h1 span {
    color: #fff;
    font-weight: 700
}

.app-h1__content > p:first-child {
    margin-top: 0
}

.app-h1__table-container {
    display: flex;
    gap: 32px;
    margin-top: 26px
}

.app-h1__table tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.app-h1__table tr {
    display: flex;
    flex-direction: column;
    gap: 12px 0;
    padding: 16px;
    border-radius: 12px;
    background: #09437f;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .05);
    flex: 1 0
}

.app-h1__table tr:first-child {
    min-width: 492px
}

.app-h1__table tr:last-child {
    flex: 1 1 100%
}

.app-h1__table th {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-align: left
}

.app-h1__table th span {
    color: #fb5600;
    font-weight: 900
}

.app-h1__app-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.app-h1__app-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 20px;
    box-shadow: unset;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%
}

.app-h1__app-button svg {
    height: auto;
    max-width: 18px
}

.app-h1__app-buttons > * {
    flex: 1 1 45%
}

.app-h1__downloads, .app-h1__rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0;
    color: #ededed
}

.app-h1__rating span {
    display: flex;
    align-items: center;
    gap: 4px
}

.app-h1__downloads {
    justify-content: flex-end
}

.app-h1__list {
    list-style: none;
    padding-left: 0;
    margin-top: 0
}

.app-h1__list-item {
    color: #e1e1e1
}

.app-h1__list-item:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(66, 140, 220, .3)
}

.app-h1__payments-wrap > :not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(66, 140, 220, .3)
}

.app-h1__payments-text {
    color: #ededed;
    margin-top: 0
}

.app-h1__payments-gallery-block {
    display: flex;
    gap: 8px
}

.app-h1__payments {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.app-h1__payments img {
    display: flex
}

.app-h1__payments-footer {
    display: flex
}

.app-h1__payments-footer > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 1;
    margin-top: 0
}

.app-h1__payments-footer > :first-child {
    border-right: 1px solid rgba(66, 140, 220, .3)
}

@media (max-width: 1250px) {
    .app-h1__table tr {
        flex: 1 0 calc(50% - 10px)
    }
}

@media (max-width: 1024px) {
    .app-h1__table {
        margin-top: -150px;
        z-index: 2
    }

    .app-h1__table-container img {
        max-width: 80%
    }

    .app-h1__table-container {
        flex-direction: column-reverse;
        align-items: center
    }
}

@media (max-width: 767px) {
    .app-h1__table tr {
        flex: 1 1 100%
    }

    .app-h1__app-buttons > .app-h1__app-button {
        flex: 1 1 100%
    }

    .app-h1__table tr:first-child {
        min-width: unset
    }
}

@media (max-width: 500px) {
    .app-h1__downloads, .app-h1__rating {
        flex: 1 1 100%;
        justify-content: center
    }

    .app-h1__payments-gallery-block {
        flex-direction: column
    }
}

.demo-h1 {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 0 30px;
    padding-top: 32px;
    color: #ededed;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px
}

.demo-h1__game-box {
    position: relative;
    border-radius: 16px;
    grid-column: 2/3;
    grid-row: 1/10;
    background: linear-gradient(0deg, rgba(1, 40, 83, .4) 0, rgba(1, 40, 83, .4) 100%);
    overflow: hidden
}

.demo-h1__game-box > img {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    min-height: 100%;
    min-width: 100%
}

.demo-h1__game-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    height: 100%;
    z-index: 2
}

.demo-h1__button {
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 30px;
    background: #fb5600;
    padding: 10px 30px
}

.demo-h1__demo {
    background: #428cdc
}

.demo-h1__button + .demo-h1__button {
    margin-top: 10px
}

.demo-h1__game-content img {
    margin-bottom: 50px
}

.demo-h1 > p:not([classs]):first-of-type {
    margin-top: 0
}

.demo-h1 span {
    color: #fff;
    font-weight: 700
}

@media (max-width: 1024px) {
    .demo-h1 {
        grid-template-columns:1fr
    }

    .demo-h1__game-box {
        grid-column: 1/2;
        grid-row: 2/3
    }

    .mostbet-promocode {
        grid-row: 3/4
    }

    .demo-h1 > p:not([classs]):first-of-type {
        margin-top: 1rem
    }
}

.bets {
    display: flex;
    flex-direction: column;
    padding: 16px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .05)
}

.bets__title {
    margin-bottom: 16px
}

.bets__container {
    overflow: hidden
}

.bets__list {
    list-style: none;
    padding-left: 0;
    margin-top: 0
}

.bets__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 16px;
    background: #e8ecf1;
    padding: 24px 0 26px 0
}

.bets__name {
    color: #333;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    margin-top: 0
}

.bets__inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 0 10px;
    margin: 20px auto;
    padding: 20px 0;
    border-top: 1px solid rgba(17, 131, 211, .4);
    border-bottom: 1px solid rgba(17, 131, 211, .4);
    width: 100%
}

.bets__inner img {
    max-width: 66px;
    height: auto
}

.bets__command {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px 0;
    max-width: 120px
}

.bets__command-name {
    color: #333;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 0
}

.bets__time {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px
}

.bets__button {
    margin: 0 auto
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #428cdc !important;
    border: 2px solid #428cdc !important
}

.glightbox-open {
    overflow: unset !important;
}

.gslide-image img {
    max-width: 80vw !important;
    max-height: 80vh !important;
}

.big-table table {
    min-width: 600px;
}