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

blockquote, body, dd, dl, figure, h1, h2, h3, h4, p {
    margin: 0
}

ol[role=list], ul[role=list] {
    list-style: none
}

body, html {
    height: 100%
}

body {
    min-height: 100vh;
    -webkit-font-smoothing: antialiased
}

canvas, img, picture, svg, video {
    display: block;
    max-width: 100%;
    height: auto
}

button, input, select, textarea {
    font: inherit
}

h1, h2, h3, h4, h5, p {
    overflow-wrap: break-word
}

.mt-md {
    margin-top: 32px
}

.button > *, button > * {
    pointer-events: none
}

.tile {
    border-radius: 6px;
    background-color: var(--text-white)
}

.shadow {
    box-shadow: 0 5px 46px 0 rgba(0, 0, 0, .2509803922)
}

.flex {
    display: flex
}

.light {
    color: var(--text-white)
}

.bold {
    font-weight: 700
}

html {
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: var(--accent-1) transparent
}

.scroll {
    scrollbar-gutter: stable
}

html .scroll--usual {
    scrollbar-width: thin;
    scrollbar-color: var(--secondary-text) transparent
}

body {
    font-family: var(--main-font);
    font-size: 16px;
    line-height: 1.5;
    color: var(--text);
    background-color: var(--bg-1)
}

body:before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
    background: rgba(0, 0, 0, .6)
}

body.overflow {
    position: relative;
    overflow: hidden
}

body.overflow:before {
    display: block
}

body.overflow .header {
    position: static
}

body.overflow .main {
    padding-top: 0
}

.container {
    width: 100%;
    max-width: 1402px;
    margin: 0 auto;
    padding: 0 8px
}

.container--content {
    max-width: 930px
}

.container--jackpot {
    max-width: 860px;
    margin: 40px auto 54px
}

.container--promotions {
    max-width: 1472px;
    margin: 54px auto 56px
}

.container--middle {
    max-width: 1248px
}

.container--wide {
    max-width: 1920px
}

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--title)
}

.h1, h1 {
    font-size: 26px;
    line-height: 32px
}

.h2, h2 {
    font-size: 24px;
    line-height: 30px
}

.h3, h3 {
    font-size: 22px;
    line-height: 28px
}

.h4, h4 {
    font-size: 18px;
    line-height: 22px
}

.h5, h5 {
    text-transform: unset;
    line-height: 20px
}

.text-body-big {
    font-size: 18px;
    line-height: 26px
}

.text-body-small {
    font-size: 14px;
    line-height: 18px
}

.text-secondary {
    font-size: 12px;
    line-height: 16px
}

.link-small {
    font-size: 14px;
    line-height: 16px
}

.main--service {
    margin-bottom: 64px
}

.main {
    padding-top: 136px
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%
}

.header__container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 10px 8px;
    background-color: var(--topbar)
}

.header__logo {
    margin-right: auto
}

.header__logo img {
    width: auto;
    max-height: 32px;
    -o-object-fit: contain;
    object-fit: contain
}

.header__buttons {
    position: relative;
    order: 3;
    display: flex;
    justify-content: center;
    gap: 14px;
    width: 100%;
    padding-top: 8px
}

.header__buttons:before {
    position: absolute;
    top: 0;
    left: -10px;
    content: "";
    display: block;
    width: calc(100% + 20px);
    height: 1px;
    background-color: var(--grey-300)
}

.header__menu {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 10;
    width: 272px;
    height: calc(var(--vh, 1vh) * 100);
    transition: right .4s ease-in-out
}

.header__menu.open {
    right: 0
}

.footer {
    margin-top: 64px;
    padding-bottom: 20px
}

.footer__social {
    margin-top: 24px;
    margin-bottom: 30px
}

.copyright {
    margin: 16px auto 0;
    text-align: center;
    color: var(--secondary-text)
}

.error-page {
    text-align: center
}

.error-page__title {
    margin-bottom: 16px;
    text-transform: uppercase;
    color: var(--accent-3)
}

.error-page__subtitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: var(--title)
}

.error-page__image {
    margin: 24px auto 0
}

.button {
    font-family: inherit;
    font-weight: 700;
    text-decoration: none;
    border: 0
}

.button--big {
    padding: 14px 32px;
    font-size: 18px;
    line-height: 20px;
    color: var(--text-white);
    border-radius: 24px
}

.button--small {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
    color: var(--text-white);
    border-radius: 16px
}

.button--underline {
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: underline;
    color: var(--topbar-text);
    background-color: rgba(0, 0, 0, 0)
}

.button--primary {
    background-color: var(--accent-1)
}

.button--secondary {
    background-color: var(--accent-3)
}

.header-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-left: auto;
    padding: 8px 8px 30px;
    background-color: var(--menu-bg)
}

.header-menu__title {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
    color: var(--secondary-text);
    text-transform: uppercase
}

.header-menu__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: auto;
    gap: 24px
}

.header-menu__buttons .button {
    color: var(--text-white)
}

.menu {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    overflow-y: auto
}

.menu__item + .menu__item {
    border-top: 1px solid var(--grey-400)
}

.menu__dropdown {
    padding-left: 16px
}

.menu__link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
    color: var(--text-white);
    transition: background-color .3s ease-in-out
}

.menu__link-icon {
    padding: 15px 8px 15px 32px
}

.menu__link-icon::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 8px;
    display: block;
    width: 16px;
    height: 16px;
    background-color: var(--menu-icon)
}

.menu__link.promotion::before {
    -webkit-maske: url(/wp-content/themes/universal-satellite/build/img/css-icons/menu-promotion.svg) no-repeat 50% 50%;
    -webkit-mask: url(/wp-content/themes/universal-satellite/build/img/css-icons/menu-promotion.svg) no-repeat 50% 50%;
    mask: url(/wp-content/themes/universal-satellite/build/img/css-icons/menu-promotion.svg) no-repeat 50% 50%
}

.menu__link.tournament::before {
    -webkit-maske: url(/wp-content/themes/universal-satellite/build/img/css-icons/menu-tournament.svg) no-repeat 50% 50%;
    -webkit-mask: url(/wp-content/themes/universal-satellite/build/img/css-icons/menu-tournament.svg) no-repeat 50% 50%;
    mask: url(/wp-content/themes/universal-satellite/build/img/css-icons/menu-tournament.svg) no-repeat 50% 50%
}

.menu__link.contest::before {
    -webkit-maske: url(/wp-content/themes/universal-satellite/build/img/css-icons/menu-contest.svg) no-repeat 50% 50%;
    -webkit-mask: url(/wp-content/themes/universal-satellite/build/img/css-icons/menu-contest.svg) no-repeat 50% 50%;
    mask: url(/wp-content/themes/universal-satellite/build/img/css-icons/menu-contest.svg) no-repeat 50% 50%
}

.menu__link.lotterie::before {
    -webkit-maske: url(/wp-content/themes/universal-satellite/build/img/css-icons/menu-lotterie.svg) no-repeat 50% 50%;
    -webkit-mask: url(/wp-content/themes/universal-satellite/build/img/css-icons/menu-lotterie.svg) no-repeat 50% 50%;
    mask: url(/wp-content/themes/universal-satellite/build/img/css-icons/menu-lotterie.svg) no-repeat 50% 50%
}

.menu__link:after {
    opacity: .2;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    z-index: 10;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease-in-out;
    background-color: var(--text-white)
}

.menu__link.active::after {
    transform: scaleX(1)
}

.lang-switch__placeholder {
    position: relative;
    flex-shrink: 0;
    align-items: center;
    margin-right: 16px;
    padding: 0;
    color: var(--topbar-text);
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.lang-switch__img {
    width: 24px;
    height: 24px;
    margin-right: 16px;
    border: 1px solid var(--grey-400);
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover
}

.lang-switch__dropdown {
    position: absolute;
    top: 56px;
    right: 13px;
    z-index: 100;
    display: none;
    width: 100vw;
    max-width: 350px;
    margin: 0;
    padding: 16px;
    list-style: none;
    grid-template-columns:1fr 1fr;
    gap: 16px;
    filter: drop-shadow(0 -4px 10px rgba(0, 0, 0, .05)) drop-shadow(0 14px 20px rgba(0, 0, 0, .2))
}

.lang-switch__dropdown:before {
    content: "";
    position: absolute;
    right: 65px;
    bottom: 100%;
    border-width: 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent var(--text-white)
}

.lang-switch__dropdown.opened {
    display: grid
}

.lang-switch__link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--grey-400)
}

.logo {
    display: inline-block;
    max-width: 50%;
    margin: 12px auto 12px 0;
    font-size: 0;
    line-height: 1;
    text-decoration: none
}

.logo img {
    width: auto;
    max-width: 170px;
    max-height: 32px
}

.logo__img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left
}

.logo__text {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: var(--topbar-text)
}

.menu-button {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    margin: 12px 0 12px 16px;
    padding: 0;
    font-size: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.menu-button svg {
    width: 32px;
    height: 32px
}

.menu-button--open {
    margin-left: 16px
}

.menu-button--open svg {
    fill: var(--topbar-text)
}

.menu-button--close {
    margin-left: auto
}

.menu-button--close svg {
    fill: var(--text-white)
}

.section-menu__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.section-menu__button {
    display: flex;
    align-items: center;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.section-menu__icon {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    padding: 9px;
    border-radius: 50%
}

.section-menu__list--header {
    margin-bottom: 22px
}

.section-menu__list--header .section-menu__item--green .section-menu__button {
    color: var(--accent-3)
}

.section-menu__list--header .section-menu__item--green .section-menu__icon {
    background-color: var(--accent-3)
}

.section-menu__list--header .section-menu__item--orange .section-menu__button {
    color: var(--accent-1)
}

.section-menu__list--header .section-menu__item--orange .section-menu__icon {
    background-color: var(--accent-1)
}

.section-menu__list--header .section-menu__item--blue .section-menu__button {
    color: var(--accent-2)
}

.section-menu__list--header .section-menu__item--blue .section-menu__icon {
    background-color: var(--accent-2)
}

.section-menu__list--page {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
    padding-top: 10px;
    background-color: var(--bg-3)
}

.section-menu__list--page .section-menu__button {
    padding: 0 16px;
    font-weight: 400;
    color: var(--secondary-text);
    border-style: solid;
    border-bottom-width: 4px
}

.section-menu__list--page .section-menu__item--green .section-menu__button {
    border-bottom-color: var(--accent-3)
}

.section-menu__list--page .section-menu__item--orange .section-menu__button {
    border-bottom-color: var(--accent-1)
}

.section-menu__list--page .section-menu__item--blue .section-menu__button {
    border-bottom-color: var(--accent-2)
}

.promo {
    display: flex;
    margin-top: 8px;
    min-height: 284px;
    padding: 18px 0;
    border-radius: 6px 6px 0 0;
    background: var(--lg-5);
    border-bottom: 2px solid var(--accent-1)
}

.promo--with-note {
    flex-direction: column;
    padding-bottom: 4px
}

.promo--rounding {
    border-radius: 6px
}

.promo__container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    max-width: 1248px;
    width: 100%
}

.promo__image {
    margin-bottom: 14px;
    -o-object-fit: contain;
    object-fit: contain
}

.promo__title {
    margin-bottom: 16px;
    text-transform: uppercase;
    color: var(--banner-text)
}

.promo__note {
    margin: 4px auto 0;
    padding: 0 8px;
    text-align: center;
    color: var(--banner-text)
}

.game-categories {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 32px;
    overflow: hidden
}

.game-categories__list {
    margin: 0;
    padding: 0 8px;
    list-style: none;
    display: flex;
    overflow: scroll;
    gap: 24px;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.game-categories__list::-webkit-scrollbar {
    display: none
}

.game-categories__item {
    display: flex;
    flex: 0 0 auto
}

.game-categories__link {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-width: 56px;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    color: var(--text);
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.game-categories__icon {
    width: 56px;
    height: 56px;
    margin-bottom: 8px;
    fill: var(--text)
}

.games-sliders {
    margin: 32px auto 40px
}

.games-sliders__container {
    position: relative;
    margin-right: -8px
}

.games-sliders__button {
    position: absolute;
    top: 50%;
    left: -1px;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 225px;
    height: 40px;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    color: var(--text);
    background-color: var(--bg-1);
    transform: rotate(-90deg) translateX(-50%);
    transform-origin: 0 0
}

.games-sliders__button-icon {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    fill: var(--text)
}

.games-slider {
    position: relative;
    margin-bottom: 16px;
    padding-left: 40px
}

.games-slider__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 192px;
    height: 224px;
    font-size: 0
}

.games-slider__button {
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px
}

.game-slide {
    position: relative;
    border-radius: 6px;
    overflow: hidden
}

.game-slide__button {
    display: block;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 6px
}

.game-slide__provider {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 10;
    max-height: 18px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left
}

.game-slide__label {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 10;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: var(--text-white);
    background-color: var(--accent-3);
    border-radius: 6px
}

.game-slide__image {
    height: 224px;
    width: 192px;
    -o-object-fit: cover;
    object-fit: cover
}

.jackpot-slider {
    padding-bottom: 40px
}

.jackpot-slider__title {
    margin-bottom: 30px;
    text-align: center
}

.jackpot-slider__title--accent-1 {
    color: var(--accent-1)
}

.jackpot-slider__title--accent-2 {
    color: var(--accent-2)
}

.jackpot-inside-slider__wrapper--one {
    display: flex;
    align-items: center;
    flex-direction: column
}

.jackpot-inside-slider__slide {
    padding-top: 14px
}

.jackpot-inside-slider__slide-content {
    display: flex;
    align-items: center;
    flex-direction: column
}

.jackpot-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 256px;
    min-height: 60px;
    margin: 0 auto;
    padding: 18px 16px;
    background-color: var(--bg-2);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: var(--title)
}

.jackpot-card .jackpot-card__label {
    max-width: 100%;
    color: var(--text-white)
}

.jackpot-card__text {
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.jackpot-card--accent-1 {
    padding: 18px 16px 18px 48px
}

.jackpot-card--accent-1 .jackpot-card__text::before {
    content: "";
    position: absolute;
    top: calc(50% - 12px);
    left: 16px;
    width: 24px;
    height: 24px;
    background-color: #eb2027;
    -webkit-maske: url(/wp-content/themes/universal-satellite/build/img/css-icons/icon-tiger.svg) no-repeat 50% 50%;
    -webkit-mask: url(/wp-content/themes/universal-satellite/build/img/css-icons/icon-tiger.svg) no-repeat 50% 50%;
    mask: url(/wp-content/themes/universal-satellite/build/img/css-icons/icon-tiger.svg) no-repeat 50% 50%
}

.jackpot-card--accent-1 .jackpot-card__label {
    background-color: var(--accent-1)
}

.jackpot-card--accent-2 .jackpot-card__label {
    background-color: var(--accent-2)
}

.jackpot-card__label {
    position: absolute;
    top: -14px;
    right: 0;
    left: 0;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px
}

.promotion-button {
    width: 100%;
    margin-bottom: 32px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    overflow: hidden
}

.promotion-card {
    display: block
}

.promotion-card__content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    height: 112px;
    padding: 6px 8px;
    background-color: var(--bg-2);
    text-align: center
}

.promotion-card__image {
    width: 100%;
    height: 144px;
    padding: 11px 8px 12px;
    -o-object-fit: contain;
    object-fit: contain;
    background: linear-gradient(180deg, #5daee0 0, #3170ba 100%)
}

.promotion-card__title {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--title);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.promotion-card__text {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    color: var(--text);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.two-columns-table {
    display: grid;
    margin-bottom: 32px;
    padding: 24px;
    background-color: var(--bg-2);
    border: 2px solid var(--accent-2);
    border-radius: 6px;
    border-collapse: collapse;
    color: var(--title)
}

.two-columns-table tbody {
    display: grid;
    grid-gap: 12px
}

.two-columns-table tr {
    display: grid;
    grid-gap: 4px
}

.two-columns-table tr td:first-child {
    font-weight: 700
}

.table-of-contents {
    margin: 56px 0 24px;
    border-radius: 6px;
    background-color: var(--bg-2)
}

.table-of-contents.open .table-of-contents__list {
    display: block
}

.table-of-contents.open .table-of-contents__button::after {
    transform: rotate(180deg)
}

.table-of-contents__button {
    position: relative;
    width: 100%;
    padding: 21px 60px 21px 20px;
    background-color: var(--bg-2);
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    border: 0;
    color: var(--title)
}

.table-of-contents__button::after {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    right: 20px;
    width: 20px;
    height: 20px;
    background-color: var(--title);
    -webkit-mask-image: url(/wp-content/themes/universal-satellite/build/img/css-icons/icon-arrow.svg);
    mask-image: url(/wp-content/themes/universal-satellite/build/img/css-icons/icon-arrow.svg)
}

.table-of-contents__list {
    display: none;
    max-height: 416px;
    margin: 0 20px;
    padding: 20px 0;
    font-weight: 700;
    border-top: 1px solid var(--stroke);
    overflow-y: scroll;
    list-style: decimal inside;
    color: var(--title)
}

.table-of-contents__item + .table-of-contents__item {
    margin-top: 12px
}

.table-of-contents__link {
    font-weight: 700;
    text-decoration: none;
    color: var(--title)
}

.table-of-contents__sublist {
    margin: 0;
    padding: 12px 0 0 24px;
    list-style: disc inside
}

.table-of-contents__sublist .table-of-contents__link {
    font-weight: 400
}

.content img {
    border-radius: 6px
}

.content h1, .content h2 {
    margin-top: 32px
}

.content > h1, .content > h2, .content > h3, .content > p:not(:last-of-type) {
    margin-bottom: 16px
}

.content > h4, .content > h5 {
    margin-bottom: 12px
}

.content a:not([class]) {
    text-decoration: none;
    color: var(--accent-2)
}

.content ul:not([class]) {
    margin: 16px 0;
    padding: 0;
    list-style: none
}

.content ul:not([class]) ol li:before {
    background-color: unset
}

.content ul:not([class]) li {
    position: relative;
    padding-left: 28px
}

.content ul:not([class]) li + li {
    margin-top: 24px
}

.content ul:not([class]) li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    background-color: var(--text);
    border-radius: 50%
}

.content ol:not([class]) {
    margin: 16px 0;
    padding: 0;
    list-style: none;
    counter-reset: custom-counter
}

.content ol:not([class]) li {
    position: relative;
    padding-left: 42px;
    font-weight: 700;
    counter-increment: custom-counter
}

.content ol:not([class]) li + li {
    margin-top: 16px
}

.content ol:not([class]) li:before {
    content: counter(custom-counter, decimal-leading-zero);
    position: absolute;
    top: 0;
    left: 0;
    color: var(--accent-2)
}

.content > blockquote {
    position: relative;
    margin-bottom: 24px;
    padding: 20px 24px 20px 56px;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: var(--text-white);
    background-color: var(--accent-2);
    border-radius: 6px;
    box-shadow: 0 4px 21px 0 rgba(0, 0, 0, .1490196078)
}

.content > blockquote::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 12px;
    display: block;
    width: 32px;
    height: 32px;
    background-color: var(--text-white);
    -webkit-mask-image: url(/wp-content/themes/universal-satellite/build/img/css-icons/icon-info.svg);
    mask-image: url(/wp-content/themes/universal-satellite/build/img/css-icons/icon-info.svg)
}

.content > blockquote p {
    margin-bottom: 0
}

.content > blockquote p + p {
    margin-top: 16px
}

.content strong {
    font-weight: 700
}

.wp-block-table {
    margin: 16px -8px 0 0;
    border-radius: 6px;
    overflow-x: auto
}

.wp-block-table:not(:last-child) {
    margin-bottom: 24px
}

.wp-block-table table {
    display: block;
    border-collapse: collapse
}

.wp-block-table th {
    min-width: 160px;
    padding: 15px 24px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: var(--text-white);
    background-color: var(--accent-2)
}

.wp-block-table tbody {
    background-color: var(--bg-2)
}

.wp-block-table tbody strong {
    color: var(--title)
}

.wp-block-table tbody tr + tr {
    border-top: 1px solid var(--stroke)
}

.wp-block-table td {
    padding: 20px 24px
}

.aligncenter, .alignleft, .alignright {
    display: block;
    padding: 0
}

.content > .button {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    margin: 16px auto 32px
}

.wp-block-image {
    margin-bottom: 16px
}

.wp-element-caption {
    margin-top: 12px;
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
    text-align: center;
    color: var(--secondary-text)
}

.comparison {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    gap: 16px
}

.comparison__item {
    border-radius: 6px;
    background-color: var(--bg-2);
    overflow: hidden
}

.comparison__title {
    margin: 0;
    padding: 16px 24px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--title);
    border-radius: 6px 6px 0 0
}

.comparison__title--plus {
    background-color: var(--success)
}

.comparison__title--minus {
    background-color: var(--error)
}

.comparison__text {
    padding: 24px 24px 30px
}

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

.comparison__list li {
    position: relative;
    padding-left: 32px
}

.comparison__list li + li {
    margin-top: 16px
}

.comparison__list li::before, .comparison__list li:after {
    content: "";
    position: absolute;
    display: block
}

.comparison__list li::before {
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 8px
}

.comparison__list li:after {
    top: 7px;
    left: 3px;
    width: 10px;
    height: 10px;
    background-color: var(--title)
}

.comparison__list--plus li:before {
    background-color: var(--success)
}

.comparison__list--plus li:after {
    -webkit-mask: url(/wp-content/themes/universal-satellite/build/img/css-icons/plus.svg) no-repeat 50% 50%;
    mask: url(/wp-content/themes/universal-satellite/build/img/css-icons/plus.svg) no-repeat 50% 50%
}

.comparison__list--minus li:before {
    background-color: var(--error)
}

.comparison__list--minus li:after {
    -webkit-mask: url(/wp-content/themes/universal-satellite/build/img/css-icons/minus.svg) no-repeat 50% 50%;
    mask: url(/wp-content/themes/universal-satellite/build/img/css-icons/minus.svg) no-repeat 50% 50%
}

.faq {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.faq + p {
    margin-top: 16px
}

.faq__item {
    color: var(--text-white);
    background-color: var(--bg-2)
}

.faq__item.open {
    background-color: var(--accent-1)
}

.faq__item.open .faq__title {
    color: var(--text-white)
}

.faq__item.open .faq__title:after {
    transform: rotate(0)
}

.faq__item.open .faq__title:after, .faq__item.open .faq__title:before {
    background-color: var(--text-white)
}

.faq__item.open .faq__text {
    display: block
}

.faq__title {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 52px
}

.faq__title:after, .faq__title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 22px;
    width: 14px;
    height: 2px;
    background-color: var(--title);
    border-radius: 2px
}

.faq__title:after {
    transform: rotate(90deg)
}

.faq__text {
    display: none;
    padding: 0 20px 20px 52px
}

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

.promo-code {
    padding: 24px 16px;
    background-color: var(--bg-2);
    border-radius: 0 0 6px 6px
}

.promo-code__title {
    text-align: center;
    text-transform: uppercase;
    color: var(--title)
}

.promo-code__preview {
    margin: 16px auto 0
}

.promo-code-preview {
    display: grid;
    justify-content: center;
    max-width: 428px;
    padding: 16px;
    background-color: var(--bg-1);
    border: 1px solid var(--accent-3);
    border-radius: 10px;
    grid-gap: 12px
}

.promo-code-preview__image {
    width: 104px;
    height: 104px;
    margin: 0 auto;
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover
}

.promo-code-preview__text {
    font-weight: 700;
    text-align: center;
    color: var(--title)
}

.promo-code-preview__cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: -moz-max-content;
    width: max-content;
    min-width: 235px;
    margin: 0 auto;
    padding: 6px 8px;
    background-color: var(--bg-2);
    border: 1px dashed var(--secondary-text);
    border-radius: 6px;
    justify-self: center;
    gap: 16px
}

.promo-code-preview__cta-text {
    font-weight: 700;
    color: var(--title)
}

.promo-code-preview__cta-button {
    display: flex;
    align-items: center;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    gap: 4px
}

.promo-code-preview__cta-button svg {
    width: 24px;
    height: 24px;
    fill: var(--title)
}

.promo-code__description {
    max-width: 416px;
    margin: 8px auto 0;
    text-align: center;
    color: var(--secondary-text)
}

.promo-code__button {
    display: flex;
    margin: 16px auto 0;
    width: -moz-max-content;
    width: max-content
}

.promo-code-button--copied .promo-code-button__text {
    display: none
}

.promo-code-button--copied .promo-code-button__text--copied {
    display: block
}

.promo-code-button__text {
    color: var(--accent-1);
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: text-decoration-color .3s ease-in-out
}

.promo-code-button__text--copied {
    display: none;
    color: var(--success)
}

.promo-code--secondary {
    display: flex;
    flex-direction: column;
    max-width: 678px;
    margin: 16px auto 32px;
    padding: 24px 16px 12px;
    border: 2px solid var(--accent-3);
    border-radius: 6px
}

.promo-code--secondary .promo-code-preview {
    display: block;
    padding: 0;
    background-color: unset;
    border: 0
}

.promo-code--secondary .promo-code__preview {
    margin-top: 20px
}

.promo-code--secondary .promo-code__description {
    order: 2
}

.promo-code--secondary .promo-code__button {
    order: 1
}

.promo-code--secondary .promo-code-preview__cta {
    margin-top: 12px;
    background-color: var(--bg-1)
}

.button-cta {
    display: block;
    margin: 16px auto 0
}

.games-types {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin: 56px auto 48px;
    padding: 0;
    list-style: none
}

.games-types li:nth-child(2) .games-types__link {
    background: var(--lg-2)
}

.games-types li:nth-child(3) .games-types__link {
    background: var(--lg-3)
}

.games-types li:nth-child(4) .games-types__link {
    background: var(--lg-4)
}

.games-types__link {
    position: relative;
    display: flex;
    width: 319px;
    height: 160px;
    margin: 0 auto;
    padding: 0;
    text-decoration: unset;
    background: var(--lg-1);
    border: 0;
    word-wrap: break-word
}

.games-types__img {
    position: absolute;
    right: -10px;
    bottom: 0;
    max-height: 176px
}

.games-types__text {
    z-index: 1;
    align-self: center;
    width: 130px;
    margin-left: 16px;
    text-align: left;
    color: var(--title)
}

.tournaments {
    margin: 56px 0
}

.tournaments__link {
    position: relative;
    display: block;
    width: 100%;
    height: 141px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    overflow: hidden
}

.tournaments__link:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    display: none;
    background: linear-gradient(180deg, rgba(11, 16, 16, .2) 0, rgba(11, 16, 16, .85) 100%)
}

.tournaments__link.blackout:after {
    display: block
}

.tournaments__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.tournaments__text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    color: var(--text-white)
}

.footer-menu {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px
}

.footer-menu__link {
    text-decoration: underline;
    color: var(--accent-2)
}

.social {
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 1
}

.footer-slider {
    border-top: 1px solid var(--stroke)
}

.footer-slider--payments {
    margin-top: 30px;
    padding: 24px 0 32px
}

.footer-slider--providers {
    height: 187px;
    padding-top: 24px;
    padding-bottom: 32px
}

.footer-slider__item {
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-slider__image {
    max-height: 32px;
    -o-object-fit: contain;
    object-fit: contain
}

.partners {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 24px;
    padding-bottom: 32px;
    border-top: 1px solid var(--stroke);
    gap: 24px
}

.partners__image {
    width: auto;
    max-height: 32px;
    -o-object-fit: contain;
    object-fit: contain
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    white-space: nowrap;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%)
}

@media screen and (min-width: 640px) {
    .promotion-card {
        width: 384px
    }

    .promo-code-preview {
        padding: 8px;
        grid-template-columns:104px 1fr;
        grid-gap: 12px 8px
    }

    .promo-code-preview__image {
        grid-row: 1/3
    }

    .promo-code-preview__text {
        align-self: flex-end
    }

    .promo-code-preview__cta {
        align-self: self-start;
        grid-column: 2/3
    }
}

@media screen and (min-width: 768px) {
    .aligncenter {
        float: none;
        margin: 0 auto
    }

    .alignright {
        float: right;
        margin: 0 0 32px 32px
    }

    .alignleft {
        float: left;
        margin: 0 32px 32px 0
    }

    .wp-block-table table {
        display: table;
        width: 100%
    }

    .games-types {
        flex-direction: row;
        justify-content: space-evenly;
        flex-wrap: wrap
    }
}

@media screen and (min-width: 1024px) {
    .content > blockquote {
        padding: 24px 64px 24px 100px
    }

    .content > blockquote::before {
        top: 50%;
        left: 32px;
        transform: translateY(-50%)
    }

    .comparison {
        flex-direction: row;
        margin-bottom: 24px
    }

    .comparison__item {
        flex: 1 1 50%
    }
}

@media screen and (min-width: 1280px) {
    .mt-md {
        margin-top: 48px
    }

    .button, .pointer, button {
        cursor: pointer
    }

    button:disabled {
        cursor: unset
    }

    .container--promotions {
        margin-bottom: 72px
    }

    .h1, h1 {
        font-size: 30px;
        line-height: 46px
    }

    .h2, h2 {
        line-height: 28px
    }

    .h3, h3 {
        line-height: 24px
    }

    .h4, h4 {
        line-height: 20px
    }

    /*! custom scrollbar */
    .scroll::-webkit-scrollbar-button {
        width: 4px
    }

    .scroll::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, 0)
    }

    .scroll::-webkit-scrollbar-thumb {
        background-color: var(--accent-1);
        border-radius: 2px
    }

    .scroll::-webkit-scrollbar-thumb:hover {
        background-color: var(--accent-1-hover)
    }

    .scroll::-webkit-resizer {
        width: 4px;
        height: 0
    }

    .scroll::-webkit-scrollbar {
        width: 4px;
        height: 4px
    }

    .scroll--usual::-webkit-scrollbar-thumb {
        background-color: var(--secondary-text)
    }

    .main {
        padding-top: 88px
    }

    .main--service {
        margin-bottom: 96px
    }

    .header__container {
        flex-wrap: nowrap;
        padding-bottom: 0
    }

    .header__logo {
        margin-right: 0
    }

    .header__buttons {
        order: unset;
        width: auto;
        margin: 12px auto 12px 14px;
        padding: 0
    }

    .header__buttons:before {
        display: none
    }

    .footer {
        margin-top: 96px;
        padding-bottom: 30px
    }

    .copyright {
        margin-top: 32px
    }

    .error-page__image {
        width: 100%;
        max-width: 604px;
        margin-top: 32px
    }

    .button {
        transition: background-color .3s
    }

    .button--primary:active, .button--primary:hover {
        background-color: var(--accent-1-hover)
    }

    .button--secondary:active, .button--secondary:hover {
        background-color: var(--accent-3-hover)
    }

    .menu__link:hover::after {
        transform: scaleX(1)
    }

    .lang-switch__dropdown {
        right: 46px
    }

    .lang-switch__link {
        transition: color .3s
    }

    .lang-switch__link:active, .lang-switch__link:hover {
        color: var(--accent-1)
    }

    .logo__img {
        max-height: 48px
    }

    .section-menu__button {
        transition: opacity .3s ease-in-out
    }

    .section-menu__list--header .section-menu__button {
        position: relative
    }

    .section-menu__list--header .section-menu__button:before {
        opacity: .15;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 4px;
        z-index: 10;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform .3s ease-in-out
    }

    .section-menu__list--header .section-menu__button:hover:before {
        transform: scaleX(1)
    }

    .section-menu__item .section-menu__button {
        transition: color .3s
    }

    .section-menu__item--blue .section-menu__button:hover {
        color: var(--accent-2)
    }

    .section-menu__item--blue .section-menu__button:before {
        background-color: var(--accent-2)
    }

    .section-menu__item--orange .section-menu__button:hover {
        color: var(--accent-1)
    }

    .section-menu__item--orange .section-menu__button:before {
        background-color: var(--accent-1)
    }

    .section-menu__item--green .section-menu__button:hover {
        color: var(--accent-3)
    }

    .section-menu__item--green .section-menu__button:before {
        background-color: var(--accent-3)
    }

    .promo {
        min-height: 376px;
        padding: 8px 0
    }

    .promo--with-note {
        padding-bottom: 8px
    }

    .promo--with-note .promo__button {
        margin-bottom: 8px
    }

    .promo__container {
        flex-direction: row;
        min-height: 200px;
        margin: auto
    }

    .promo__content {
        flex-shrink: 0;
        width: 100%;
        max-width: 592px;
        margin-right: auto;
        text-align: left
    }

    .promo__title {
        margin-bottom: 32px
    }

    .promo__image {
        order: 2;
        width: 614px;
        height: 200px;
        margin-bottom: 0
    }

    .game-categories {
        margin-top: 48px;
        margin-bottom: 48px
    }

    .game-categories__list {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 1402px;
        gap: 55px
    }

    .game-categories__icon {
        transition: fill .3s
    }

    .game-categories__link {
        transition: color .3s
    }

    .game-categories__link:hover {
        color: var(--accent-1)
    }

    .game-categories__link:hover .game-categories__icon {
        fill: var(--accent-1)
    }

    .game-slide__button {
        cursor: pointer
    }

    .games-sliders__button-icon {
        transition: fill .3s
    }

    .games-sliders__button {
        transition: color .3s
    }

    .games-sliders__button:hover {
        color: var(--accent-1)
    }

    .games-sliders__button:hover .games-sliders__button-icon {
        fill: var(--accent-1)
    }

    .game-slide__image {
        transition: transform .3s ease-in-out
    }

    .game-slide:hover .game-slide__image {
        transform: scale(1.2)
    }

    .jackpot-slide + .jackpot-slide {
        margin-top: 0
    }

    .two-columns-table {
        margin-bottom: 48px;
        padding: 32px
    }

    .two-columns-table tr {
        grid-template-columns:220px 1fr;
        grid-gap: 12px 32px
    }

    .table-of-contents {
        margin: 72px 0 48px
    }

    .table-of-contents__button {
        padding: 22px 68px 22px 24px
    }

    .table-of-contents__button::after {
        right: 32px
    }

    .table-of-contents__list {
        margin: 0 32px 0 24px
    }

    .content > h1, .content > h2, .content > p:not(:last-of-type), .wp-element-caption {
        margin-bottom: 24px
    }

    .content h1, .content > h2 {
        margin-top: 48px
    }

    .content a:not([class]) {
        -webkit-text-decoration: underline transparent;
        text-decoration: underline transparent;
        transition: text-decoration .3s;
        transition: text-decoration .3s, -webkit-text-decoration .3s
    }

    .content a:not([class]):hover {
        text-decoration-color: var(--accent-2)
    }

    .content ol:not([class]), .content ul:not([class]) {
        margin: 24px 0;
        padding-left: 30px
    }

    .content ol:not([class]) li + li {
        margin-top: 24px
    }

    .content > blockquote {
        margin-bottom: 32px
    }

    .content > blockquote::before {
        width: 36px;
        height: 36px;
        background-size: 36px
    }

    .content > .button {
        margin-bottom: 48px
    }

    .wp-block-table {
        margin: 24px 0 0
    }

    .wp-block-table th {
        min-width: unset
    }

    .wp-block-table:not(:last-child) {
        margin-bottom: 32px
    }

    .wp-block-table tr {
        display: grid;
        grid-template-columns:repeat(auto-fit, minmax(1px, 1fr))
    }

    .faq {
        gap: 10px
    }

    .faq + p {
        margin-top: 24px
    }

    .faq__title {
        padding: 20px 32px 20px 80px
    }

    .faq__title::after, .faq__title::before {
        left: 32px;
        width: 18px
    }

    .faq__text {
        padding: 0 32px 24px 80px
    }

    .faq__item {
        cursor: pointer
    }

    .promo-code {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .promo-code__button, .promo-code__preview {
        margin-top: 24px
    }

    .promo-code-preview__cta-button:hover .promo-code-button__text:not(.promo-code-button__text--copied) {
        text-decoration-color: var(--accent-1)
    }

    .promo-code--secondary {
        margin-top: 24px;
        padding: 24px 32px 12px
    }

    .button-cta {
        margin-top: 24px
    }

    .games-types {
        justify-content: space-between;
        margin: 72px auto
    }

    .games-types__img {
        right: -17px
    }

    .games-types__link {
        width: 272px
    }

    .tournaments {
        margin-bottom: 72px
    }

    .tournaments__link {
        width: 368px;
        height: 152px
    }

    .footer-menu {
        gap: 32px
    }

    .footer-menu__link {
        -webkit-text-decoration: underline var(--accent-2);
        text-decoration: underline var(--accent-2);
        transition: text-decoration .3s;
        transition: text-decoration .3s, -webkit-text-decoration .3s
    }

    .footer-menu__link:active, .footer-menu__link:hover {
        text-decoration-color: transparent
    }

    .partners {
        gap: 32px
    }
}

@media screen and (min-width: 1400px) {
    .games-sliders {
        max-width: 1477px;
        margin: 48px auto 40px
    }

    .games-sliders__container {
        margin: 0
    }

    .games-slider {
        padding-right: 35px
    }

    .promotion-card__content {
        padding: 6px 12px
    }

    .promotion-card__title {
        transition: color .3s
    }

    .promotion-button {
        margin-bottom: 0
    }

    .promotion-button:hover .promotion-card__title {
        color: var(--accent-2)
    }

    .promotions-slider {
        padding: 0 35px
    }
}

/*# sourceMappingURL=../sourcemaps/style.min.css.map */
.logoda {
    font-weight: bold;
    font-size: 16px;
    color: white;
}
.container--content img {
    display: block;
    max-width: 100%;
    border-radius: 14px;
    margin: 30px auto;
}

.container--content table {
    border-collapse: collapse;
    margin: 30px 0;
    width: 100%;
}
 td, th {
    word-break: break-all;
    text-align: center;
    padding: 5px;
    border: 1px solid black;
}
