@charset "UTF-8";
: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: #fff;
    --bg-main: #f4f4f4;
    --bg-dark-0: #151515;
    --bg-dark-100: #303030;
    --bg-dark-200: #363636;
    --bg-dark-300: #2e2e2e;
    --bg-dark-400: #1a1a1a;
    --primary-color-blue: #303030;
    --primary-color-red: #900;
    --primary-color-green: #900;
    --bg-table: #e8ecf1
}

.starzs-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 {
    font-size: 16px;
    color: var(--primary-color-red);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

a:hover {
    text-decoration: none
}

button, input {
    font-family: -apple-system, Roboto, Arial, "Helvetica CY", "Nimbus Sans L", sans-serif
}

ol, ul {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px
}

img {
    height: auto;
    max-width: 100%
}

h1 {
    margin-bottom: 24px;

    font-style: normal;
    font-size: 36px;
    line-height: 48px;
    text-transform: uppercase
}

h2 {
    margin-bottom: 24px;

    font-style: normal;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase
}

h3 {
    margin-bottom: 24px;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    line-height: 36px;
    text-transform: uppercase
}

h4, h5, h6 {
    margin-bottom: 16px;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase
}

.starzs-wrapper > .wp-block-table, .starzs-wrapper > blockquote, .starzs-wrapper > h1, .starzs-wrapper > h2, .starzs-wrapper > h3, .starzs-wrapper > h4, .starzs-wrapper > h5, .starzs-wrapper > h6, .starzs-wrapper > ol, .starzs-wrapper > p, .starzs-wrapper > ul {
    margin-right: auto;
    margin-left: auto;
    padding: 0 var(--offsets);
    max-width: var(--width-container)
}

.starzs-wrapper > ol, .starzs-wrapper > ul {
    padding-left: 0
}

.starzs-wrapper blockquote, blockquote {
    margin-top: 1rem;
    border-left: 5px solid var(--bg-dark-300);
    padding: 1rem var(--offsets) 1rem 2rem;
    font-size: 16px;
    line-height: 24px;
    background-color: #f0f8ffff
}

.starzs-wrapper > :last-child {
    margin-bottom: 32px
}

.wp-block-table table {
    overflow: hidden;
    margin-top: 1rem;
    border: 1px solid #900;
    border-radius: 8px;
    background-color: #900
}

.wp-block-table table th {
    border: 1px solid #900;
    padding: 12px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #900
}

.wp-block-table table th:not(:last-child) {
    border-right: 1px solid #900
}

.wp-block-table table tr:first-child td:first-child {
    border-top-left-radius: 8px
}

.wp-block-table table tr:first-child td:last-child {
    border-top-right-radius: 8px
}

.wp-block-table table td {
    border: 1px solid #900;
    padding: 12px;

    font-size: 14px;
    line-height: 20px;
    background-color: #FEFEFE;
    color: #000;
}

.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
}

.starzs-wrapper {
    border-radius: 0 0 20px 20px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.starzs-container .starzs-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    overflow-x: hidden;
    font-family:-apple-system, Roboto, Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    background-color: #262626;
}

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%, #900 50%, #fff0 95%, #fff0 100%);
    background: linear-gradient(300deg, #fff0 0, #fff0 5%, #900 50%, #fff0 95%, #fff0 100%)
}

.wp-block-list {
    list-style: none;
    margin-top: 20px
}

ol.wp-block-list {
    counter-reset: section
}

.wp-block-list li {
    position: relative;
    /*border: 1px dashed #dde4ec;*/
    border-radius: 8px;
    padding: 8px 8px 8px 40px;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit
}

.wp-block-list li:not(:last-child) {
    margin-bottom: 20px
}

ul.wp-block-list li {
    padding-left: 30px
}

ol.wp-block-list li::before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    left: 8px;
    top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    width: 24px;
    height: 24px;

    font-style: normal;
    font-size: 14px;
    line-height: 15px;
    color: #fff;
    background-color: var(--primary-color-red)
}

ul.wp-block-list li::before {
    content: url("data:image/svg+xml;charset=UTF-8,<svg width='8' height='10' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M4 0L5.05801 2.54377L7.80423 2.76393L5.7119 4.55623L6.35114 7.23607L4 5.8L1.64886 7.23607L2.2881 4.55623L0.195774 2.76393L2.94199 2.54377L4 0Z' fill='%23FFBC00;'/></svg>");
    position: absolute;
    left: 8px;
    top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    background-color: var(--primary-color-red)
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    border: none;
    border-radius: 8px;
    padding: 16px 40px;
    font-family: -apple-system, Roboto, Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    font-weight: 700;
    font-size: 18px;
    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 {
    background-color: var(--primary-color-red)
}

.btn--red:hover {
    background-color: #F00;
}

.btn--blue {
    background-color: var(--primary-color-blue)
}

.btn--blue:hover {
    background-color: #595959;
}

.btn--green {
    background-color: var(--primary-color-green)
}

.btn--green:hover {
    background-color: #a5d342
}

.starzs-content-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px
}

.starzs-content-button.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.starzs-content-button.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.starzs-content-button.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.page-header {
    padding: 8px 0;
    background-color: #151515;
}

p + .wp-block-table {
    margin-top: 16px;
}

.page-header__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-header__logo {
    margin-right: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.page-header__logo .get-image {
    line-height: 1
}

.page-header__buttons {
    position: relative;
    z-index: 770;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -o-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.main-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.main-nav__item:not(:last-child) {
    margin-right: 16px
}

.main-nav__item--has-children {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-nav__item-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.main-nav__item-arrow svg {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.main-nav__link {
    padding: 4px;

    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    color: #f4f4f4;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.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-size: 14px;
    line-height: 20px;
    text-decoration: none;
    color: #dde4ec
}

.sub-menu__link--current, .sub-menu__link:hover {
    color: var(--primary-color-red)
}

.starzs-columns {
    padding: 2rem 0
}

.starzs-columns__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: -1rem
}

.starzs-columns__container.reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.starzs-columns__item {
    margin: 1rem
}

.starzs-columns__item img {
    display: block;
    margin: 0 auto
}

.starzs-columns.align-center .starzs-columns__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.starzs-columns.align-top .starzs-columns__container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.starzs-columns.align-bottom .starzs-columns__container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.starzs-columns.align-stretch .starzs-columns__container {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.starzs-columns.col-1 .starzs-columns__item {
    width: calc(100% - 2rem)
}

.starzs-columns.col-2 .starzs-columns__item {
    width: calc(100% / 2 - 2rem)
}

.starzs-columns.col-3 .starzs-columns__item {
    width: calc(100% / 3 - 2rem)
}

.starzs-columns.col-4 .starzs-columns__item {
    width: calc(100% / 4 - 2rem)
}

.starzs-columns.col-5 .starzs-columns__item {
    width: calc(100% / 5 - 2rem)
}

.starzs-columns.col-6 .starzs-columns__item {
    width: calc(100% / 6 - 2rem)
}

.wp-block-columns {
    margin: 0 auto;
    padding: 2rem var(--offsets);
    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: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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
}

.starzs-bonus {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;

}

.starzs-bonus__item:has(img) {
    display: grid;
    grid-template-columns: 0.4fr 1fr;
}

.starzs-bonus__item {
    background-color: var(--bg-dark-300);
    border-radius: 8px;
    overflow: hidden;
}

.starzs-bonus__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.starzs-bonus__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
}

.starzs-bonus__title {
    font-size: 1.2rem;
    margin: 0;
}

.starzs-bonus__text {
    margin: 0;
    color: #fff
}

@media (max-width: 1023px) {
    .starzs-bonus {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .starzs-bonus__item:has(img) {
        grid-template-columns: 1fr;
    }

    .starzs-bonus__content {
        padding: 12px;
    }
}

.starzs-bonus.accented .starzs-bonus__text, .starzs-bonus.accented .starzs-bonus__title, .starzs-bonus.accented .starzs-bonus__value {
    color: #fff
}

.starzs-review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
    padding: 1rem;
    height: 100%;
    background-color: #f9f9f9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.starzs-review__text {
    margin-top: 0;
    margin-bottom: .5rem;

    color: #212121b2
}

.starzs-review__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: auto
}

.starzs-review__user-image {
    border-radius: 50%;
    max-width: 60px
}

.starzs-review__user-name {
    margin-top: 0;
    margin-left: 1rem;
    font-weight: 600;
    font-size: 1.1rem;
    color: #6ec1e4
}

.starzs-show-posts {
    background: #fbfbfb
}

.starzs-show-posts__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    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
}

.starzs-show-posts__item:hover {
    -webkit-box-shadow: 0 0 10px 1px #00000019;
    box-shadow: 0 0 10px 1px #00000019
}

.starzs-show-posts__item:hover .show-posts__image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.starzs-show-posts__image {
    overflow: hidden;
    height: 150px
}

.starzs-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
}

.starzs-show-posts__title {
    margin-top: 1rem;
    padding: 0 10px;
    font-size: 1.2rem;
    line-height: 1.7rem;
    color: var(--main-accent-bg-color)
}

.starzs-show-posts__text {
    margin-top: 0;
    margin-bottom: .5rem;
    padding: 0 10px;
    font-size: 1rem;
    line-height: 1.5rem
}

.starzs-show-posts__link {
    margin-top: auto;
    padding: 0 10px;
    text-decoration: underline;
    color: var(--main-accent-bg-color)
}

.starzs-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: 8px 8px 0 0;
    padding: 60px 0 32px;
    background-color: #151515;
}

.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: -webkit-box;
    display: -ms-flexbox;
    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: #fff;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #FEFEFE;
}

.starzs-faq__item {
    border-radius: 8px;
    background-color: #2e2e2e;
}

.starzs-faq__item:not(:last-child) {
    margin-bottom: 20px
}

.starzs-faq__details {
    outline: 0;
    border-radius: 8px
}

.starzs-faq__details[open] .starzs-faq__question svg .line {
    opacity: 0
}

.starzs-faq__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    outline: 0;
    padding: 16px;
    font-family: inherit;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    cursor: pointer
}

.starzs-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
}

.starzs-faq__question::-webkit-details-marker {
    display: none
}

.starzs-faq__answer {
    display: inline-block;
    border: 2px solid #595959;
    border-radius: 8px;
    padding: 16px;
    width: 100%;
    background-color: #FEFEFE;
    color: #000;
}

.starzs-faq__answer * {
    margin-top: .8rem;
    font-family: inherit;
    font-weight: 400;
    font-style: normal;
    font-size: inherit;
    line-height: inherit;
    color: #000
}

.starzs-faq__answer :first-child {
    margin-top: 0
}

.starzs-toc {
    display: inline-block;
    overflow: hidden;
    /*border: 1px solid #e8ecf1;*/
    border-radius: 8px;
    width: 100%
}

.starzs-toc__title {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 16px 20px;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    background-color: #151515;
    cursor: pointer;
    font-style: normal;
}

.starzs-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='%23fff' 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
}

.starzs-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: #FEFEFE;
    gap: 20px 50px
}

.starzs-toc__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    color: #000;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.starzs-toc__link svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 4px;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

.starzs-toc.active .starzs-toc__list {
    padding: 16px 20px 20px;
    max-height: 100%
}

.starzs-toc.active .starzs-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin-top: 0;
    padding: 0 var(--offsets)
}

.breadcrumbs__item {
    margin-right: 10px
}

.breadcrumbs__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    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)
}

.starzs-promocode--v1 .starzs-promocode__container {
    border-radius: 8px;
    padding: 24px 16px;
    background-color: var(--bg-dark-0)
}

.starzs-promocode--v1 .starzs-promocode__title {
    margin-bottom: 24px;
    width: 100%;
    text-align: center;
    color: #fff
}

.starzs-promocode--v1 .starzs-promocode__content {
    border-radius: 8px;
    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%)
}

.starzs-promocode--v1 .starzs-promocode__subtitle {
    margin: 0 0 12px;
    width: 100%;
    font-weight: 800;
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #fff
}

.starzs-promocode--v1 .starzs-promocode__content-wrapper {
    margin: 0 auto;
    border-radius: 8px;
    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%)
}

.starzs-promocode--v1 .starzs-promocode__value {
    margin-bottom: 8px;
    width: 100%;
    font-weight: 700;
    font-style: normal;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 11px 27px #fb560066;
    text-transform: uppercase;
    color: #ffba00
}

.starzs-promocode--v1 .starzs-promocode__button {
    position: relative;
    display: block;
    margin: 0 auto;
    border: 2px dashed #fff;
    border-radius: 8px;
    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
}

.starzs-promocode--v1 .starzs-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%)
}

.starzs-promocode--v1 .starzs-promocode__button:focus, .starzs-promocode--v1 .starzs-promocode__button:hover {
    border-color: #ffba00
}

.starzs-promocode--v1 .starzs-promocode__content .get-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -60px
}

.starzs-promocode--v1 .starzs-promocode__bonus {
    position: relative;
    z-index: 10;
    margin: -42px auto 0;
    border-radius: 8px;
    padding: 12px;
    width: 100%;
    max-width: 720px;
    background-color: var(--bg-dark-200)
}

.starzs-promocode--v1 .starzs-promocode__aff-link {
    display: block;
    margin: 24px auto 0
}

.starzs-promocode--v2 {
    margin-top: 24px
}

.starzs-promocode--v2 .starzs-promocode__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #35608e;
    border-radius: 8px;
    padding: 16px 20px;
    background-color: var(--bg-dark-300)
}

.starzs-promocode--v2 .starzs-promocode__bonus {
    width: 100%
}

.starzs-promocode--v2 .starzs-promocode__aff-link {
    margin-right: 20px
}

.starzs-promocode__bonus-text-1 {
    margin: 0;
    font-weight: 700;
    font-style: normal;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.starzs-promocode__bonus-text-2 {
    margin: 0;

    font-style: normal;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.starzs-promocode__bonus-text-2 span {
    color: var(--primary-color-red)
}

.mobile-button {
    position: fixed;
    left: 0;
    bottom: 0;
    display: none;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.mobile-button a, .mobile-button button, .mobile-button span {
    font-weight: 400;
    font-size: 1.2rem
}

.mobile-button__container {
    padding: 10px 1rem
}

.mobile-button__control {
    display: block;
    width: 100%
}

.mobile-button._active {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.starzs-slots__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px
}

.starzs-slots__title {
    margin: 0 25px 0 0;
    color: #fff
}

.starzs-slots__more-slots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    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)
}

.starzs-slots__more-slots svg {
    margin-left: 4px;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.starzs-slots__more-slots:hover svg {
    -webkit-transform: translate(5px, -1px);
    -ms-transform: translate(5px, -1px);
    transform: translate(5px, -1px)
}

.starzs-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: 20px
}

.starzs-slots__item {
    position: relative
}

.starzs-slots__item > .get-image {
    overflow: hidden;
    border-radius: 8px;
    height: 100%
}

.starzs-slots__item > .get-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.starzs-slots__item:hover .starzs-slots__item-content {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.starzs-slots__item:hover .get-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.starzs-slots__item-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 8px;
    padding: 8px;
    background-color: #2f3031cc;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    pointer-events: none
}

.starzs-slots__item-title {
    margin: 0 0 4px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #dde4ec
}

.starzs-slots__aff-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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
}

.starzs-slots__aff-link:hover {
    background-color: #F00
}

.starzs-slots__demo-link {
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    border: none;
    border-radius: 8px;
    padding: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-shadow: 0 11px 27px #fff66;
    box-shadow: 0 11px 27px #fff66;
    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
}

.starzs-slots__demo-link:hover {
    -webkit-box-shadow: 0 11px 27px #3030307f;
    box-shadow: 0 11px 27px #3030307f;
    background-color: #303030
}

.starzs-slots__game {
    position: fixed;
    left: 150%;
    top: 150%;
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    max-width: 1240px;
    -webkit-box-shadow: 0 0 85px 50px #000f;
    box-shadow: 0 0 85px 50px #000f;
    background-color: var(--bg-dark-100);
    opacity: 0;
    visibility: hidden;
    -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;
    pointer-events: none
}

.starzs-slots__game.open {
    left: 50%;
    top: 50%;
    z-index: 5000;
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.starzs-slots__game-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.starzs-slots__game-header .btn {
    margin: 0 auto;
}

.starzs-slots__game-title {
    margin: 0 15px 0 0;
    font-weight: 700;
    font-size: 25px;
    line-height: 36px;
    text-transform: uppercase;
    color: #fff
}

.starzs-slots__close-game {
    border: none;
    background-color: transparent;
    cursor: pointer
}

.starzs-slots__close-game svg {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.starzs-slots__close-game:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.starzs-slots__iframe {
    overflow: hidden;
    border-radius: 8px;
    width: 100%
}

.starzs-slots__iframe iframe {
    border: none;
    width: 100%;
    height: auto;
    aspect-ratio: 16/8
}

.starzs-advantages {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    padding: 1rem;
    height: 100%;
    -webkit-box-shadow: 0 0 10px 0 #0000007f;
    box-shadow: 0 0 10px 0 #0000007f;
    text-align: center
}

.starzs-advantages__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 150px;
    height: 150px
}

.starzs-advantages__title {
    margin-top: 1rem
}

.rating {
    padding: 1rem 0
}

.rating__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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
}

.starzs-difference__title {
    margin-bottom: 24px
}

.starzs-difference__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    gap: 20px
}

.starzs-difference__element {
    border: 1px solid var(--bg-table);
    border-radius: 8px;
    padding: 3px
}

.starzs-difference__element--plus .starzs-difference__item-title {
    color: #fff;
    background-color: var(--primary-color-blue)
}

.starzs-difference__element--plus .starzs-difference__item-title::after {
    content: "+";
    margin-left: 4px;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px
}

.starzs-difference__element--plus .starzs-difference__list-item::before {
    content: "+";
    color: #fff;
    background-color: var(--primary-color-blue)
}

.starzs-difference__element--minus .starzs-difference__item-title {
    background-color: var(--bg-table)
}

.starzs-difference__element--minus .starzs-difference__item-title::after {
    content: "-";
    margin-left: 4px;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px
}

.starzs-difference__element--minus .starzs-difference__list-item::before {
    content: "-";
    background-color: var(--bg-table)
}

.starzs-difference__item-title {
    margin-bottom: 16px;
    border-radius: 8px 8px 2px 2px;
    padding: 4px 12px;
    font-size: 20px;
    line-height: 28px
}

.starzs-difference__list {
    list-style: none;
    margin: 0;
    padding: 0 0 12px 12px
}

.starzs-difference__list-item {
    position: relative;
    padding-left: 32px
}

.starzs-difference__list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    width: 24px;
    height: 24px
}

.starzs-difference__list-item:not(:last-child) {
    margin-bottom: 12px
}

.comments {
    margin-top: 24px
}

.comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 8px;
    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: -webkit-box;
    display: -ms-flexbox;
    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: 8px;
    padding: 24px 16px;
    background-color: #fff
}

.comment-form {
    border-radius: 8px;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    border: none;
    border-radius: 8px;
    padding: 5px;
    width: 50px;
    height: 50px;
    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: 30px;
    height: 30px;
    fill: #fff
}

.scroll-top__button:hover {
    background-color: #F00;
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1rem auto
}

.slider__title {
    margin-bottom: 0;
    font-family: -apple-system, PF_Kids_Pro, sans-serif;
    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: 8px;
    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,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);
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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
}

.starzs-author-block {
    display: -webkit-box;
    display: -ms-flexbox;
    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
}

.starzs-author-block_outlined {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 1rem;
    border: 1px solid var(--main-accent-bg-color);
    padding: 1rem
}

.starzs-author-block__avatar {
    width: 60px;
    height: 60px
}

.starzs-author-block__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.starzs-author-block__avatar_scaled {
    width: 150px;
    height: 150px
}

.starzs-author-block__content {
    margin-left: 1rem;
    max-width: 600px
}

.starzs-author-block__name {
    font-weight: 600;
    font-size: 1rem
}

.starzs-author-block__description {
    margin-top: .5rem;
    font-weight: 300;
    font-size: .9rem;
    opacity: .8
}

.starzs-author-block__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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
}

.starzs-author-block__social li {
    margin: 5px;
    width: 25px;
    height: 25px
}

.starzs-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 .5rem;
    border-radius: 8px;
    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: 8px;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: 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: -webkit-box;
    display: -ms-flexbox;
    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
}

body::-webkit-scrollbar {
    width: 10px
}

body::-webkit-scrollbar-track {
    background-color: var(--bg-dark-100)
}

body::-webkit-scrollbar-thumb {
    border: 1px solid var(--bg-dark-100);
    border-radius: 8px;
    height: 20%;
    background-color: #900
}

.video-v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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 {
    -webkit-box-pack: center;
    -ms-flex-pack: 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.screenshot-gallery__item:not(:last-child) {
    margin-right: 10px
}

.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 8px 8px;
    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: 8px
}

.banner__slider-item .get-image {
    display: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -ms-flexbox;
    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: 8px;
    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: -webkit-box;
    display: -ms-flexbox;
    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 #fff !important;
    width: 16px !important;
    height: 16px !important;
    background-color: transparent !important;
    opacity: 1 !important
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid #fff !important;
    background: #fff !important
}

.star-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: normal;
    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
}

.starzs-text-image {
    margin-top: 24px;
    margin-bottom: 24px
}

.starzs-text-image--order-change .starzs-text-image__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.starzs-text-image--have-table .starzs-text-image__content {
    overflow: auto
}

.starzs-text-image--first-block {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px
}

.starzs-text-image--first-block .starzs-text-image__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    color: #000
}

.starzs-text-image--first-block .starzs-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
}

.starzs-text-image--first-block .starzs-text-image__content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
}

.starzs-text-image--first-block.starzs-text-image {
    margin-top: 0
}

.starzs-text-image__container {
    display: -ms-grid;
    display: grid;
    gap: 24px 16px
}

.starzs-text-image__container.gtc1-1 {
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr)
}

.starzs-text-image__container.gtc15-1 {
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns:1.5fr 1fr
}

.starzs-text-image__container.gtc2-1 {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns:2fr 1fr
}

.starzs-text-image__container.gtc3-1 {
    -ms-grid-columns: 3fr 1fr;
    grid-template-columns:3fr 1fr
}

.starzs-text-image__title {
    grid-column: 1/-1;
    margin: 0
}

.starzs-text-image__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.starzs-text-image__image .get-image {
    overflow: hidden;
    border-radius: 8px
}

.starzs-text-image__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.starzs-text-image__content :first-child {
    margin-top: 0
}

.starzs-text-image--first-block .wp-block-table {
    margin-top: 16px;
    border-radius: 8px;
    background-color: var(--primary-color-blue)
}

.starzs-text-image--first-block .wp-block-table table {
    border-collapse: separate
}

.starzs-text-image--first-block .wp-block-table td {
    border: 1px solid var(--primary-color-blue);
    border-radius: 8px !important;
    padding: 12px;

    font-size: 14px;
    line-height: 20px;
    color: var(--text-color);
    background-color: var(--bg-table)
}

.starzs-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: 8px;
    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--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 #900;
    border-radius: 8px;
    background-color: #900
}

.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: 8px;
    padding: 12px;
    background-color: #FEFEFE;
    gap: 16px
}

.how-to__item-title {
    margin-bottom: 8px;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 24px;
    color: #000
}

.how-to__item-subtitle {
    color: #000;
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    overflow: hidden;
    margin: 0;
    border-radius: 8px 8px 0 0;
    padding: 0;
    background-color: #FEFEFE;
}

.tabs--horizontal .tabs__header-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    border: none;
    border-radius: 8px 8px 0 0;
    padding: 12px;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    line-height: 40px;
    background-color: #2e2e2e;
    -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;
    color: #fff
}

.tabs--horizontal .tabs__header-button svg {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    fill: #fff;
    -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: #4E4E4E
}

.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 8px 8px;
    padding: 24px 16px;
    background-color: #fff
}

.tabs__content {
    border-style: solid;
    border-width: 0 2px 2px;
    border-color: #303030;
    border-radius: 0 0 8px 8px;
    padding: 24px 16px;
    background: #FEFEFE;
}

.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: 8px 0 0 8px
}

.tabs--vertical .tabs__header-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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-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: 8px 0 0
}

.tabs--vertical .tabs__header-button:last-child {
    border-radius: 0 0 0 8px
}

.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: 8px
}

.download-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 24px 0
}

.download-buttons__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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 #900;
    border-collapse: collapse;
    border-radius: 8px;
    width: calc(100% - 8px);
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff;
    background-color: #900
}

.payments-table__table th {
    border: 1px solid #900;
    padding: 12px;
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    background-color: #900
}

.payments-table__table th:not(:last-child) {
    border-right: 1px solid #900
}

.payments-table__cell {
    border: 1px solid #900;
    padding: 12px;
    color: #000;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: 8px
}

.payments-table__table tr:first-child td:last-child {
    border-top-right-radius: 8px
}

.table-image {
    overflow: auto;
    padding-bottom: 4px
}

.table-image__table {
    overflow: hidden;
    margin: 1rem auto 0;
    border: 1px solid #151515;
    border-collapse: collapse;
    border-radius: 8px;
    width: calc(100% - 8px);
    -webkit-box-shadow: 0 0 0 4px #151515;
    box-shadow: 0 0 0 2px #151515;
    background-color: #151515;
}

.table-image__table th {
    border: 1px solid #900;
    padding: 12px;
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    background-color: #900
}

.table-image__table th:not(:last-child) {
    border-right: 1px solid #900
}

.table-image__cell {
    border: 1px solid #151515;
    padding: 12px;
    min-width: 240px;

    font-size: 14px;
    line-height: 20px;
    background-color: #FEFEFE;
}

.table-image__cell-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: 8px
}

.table-image__table tr:first-child td:last-child {
    border-top-right-radius: 8px
}

.game {
    border-radius: 0 0 8px 8px;
    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: 8px;
    background-color: var(--bg-dark-100)
}

.game__box-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-box;
    display: -ms-flexbox;
    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;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.categories__link-description {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: var(--text-color);
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

@media (hover: hover), screen and (min-width: 0\0
) {
    .starzs-toc__link:focus, .starzs-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) {
    .starzs-columns.col-6 .starzs-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: 8px 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: 8px
    }

    .tabs--vertical .tabs__header-button {
        border: 1px solid var(--bg-table);
        border-radius: 8px;
        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) {
    .starzs-columns.col-5 .starzs-columns__item, .starzs-columns.col-6 .starzs-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
    }

    .starzs-slots__list, .starzs-toc__list {
        -ms-grid-columns:(1fr) [ 4 ];
        grid-template-columns:repeat(4, 1fr)
    }

    .starzs-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 .starzs-promocode--v2 {
        -webkit-box-ordinal-group: -9;
        -ms-flex-order: -10;
        order: -10;
        margin: 0 auto 24px;
        width: 100%;
        max-width: 610px
    }

    .starzs-text-image--order-change .starzs-text-image__content {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .starzs-text-image--first-block .starzs-text-image__container {
        -ms-grid-rows: auto;
        grid-template-rows:auto
    }

    .starzs-text-image--first-block .starzs-text-image__title {
        grid-column: auto
    }

    .starzs-text-image--first-block .starzs-text-image__image {
        grid-column: auto;
        grid-row: auto
    }

    .starzs-text-image--first-block .starzs-text-image__content {
        grid-column: auto;
        overflow: visible
    }

    .starzs-text-image--first-block .download-buttons {
        -webkit-box-ordinal-group: -9;
        -ms-flex-order: -10;
        order: -10;
        margin-top: -150px
    }

    .starzs-text-image--first-block {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .starzs-text-image {
        margin-top: 32px;
        margin-bottom: 32px
    }

    .starzs-text-image__container.gtc1-1, .starzs-text-image__container.gtc15-1, .starzs-text-image__container.gtc2-1, .starzs-text-image__container.gtc3-1 {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .starzs-text-image__container {
        gap: 16px
    }

    .starzs-text-image__title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0
    }

    .starzs-text-image__image {
        order: 10;
        grid-column: auto;
        grid-row: auto
    }

    .starzs-text-image__content--no-title {
        grid-column: auto;
        grid-row: auto
    }

    .starzs-text-image__content {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .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 .starzs-promocode--v2 {
        margin-top: -40px
    }
}

@media (max-width: 1023px) and (max-width: 449px) {
    .banner--version-4 .banner__content .starzs-promocode--v2 {
        margin-right: -16px;
        margin-left: -16px;
        width: calc(100% + 32px)
    }
}

@media (max-width: 1000px) {
    .starzs-columns.col-3 .starzs-columns__item {
        width: calc(100% / 2 - 2rem)
    }

    .starzs-columns.col-4 .starzs-columns__item, .starzs-columns.col-5 .starzs-columns__item, .starzs-columns.col-6 .starzs-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) {
    .starzs-slots__list {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 800px) {
    .starzs-columns.col-2 .starzs-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
    }

    .wp-block-list {
        margin-top: 16px
    }

    .page-header__logo {
        margin-right: 28px
    }

    .page-header__buttons .btn {
        border-radius: 8px;
        padding: 8px;
        font-size: 14px;
        line-height: 100%
    }

    .main-nav {
        left: 0;
        right: 0;
        margin: 0
    }

    .starzs-columns__item {
        margin: .5rem 1rem
    }

    .starzs-columns {
        padding: 1rem 0
    }

    .background-block .wp-block-columns {
        padding: 0;
        gap: 40px
    }

    .background-block .wp-block-column h2, .background-block .wp-block-column h3 {
        text-align: left
    }

    .starzs-faq__details {
        border-radius: 5px
    }

    .starzs-faq__question svg {
        margin-left: 8px
    }

    .starzs-faq__question {
        padding: 12px 16px
    }

    .starzs-toc__title::after {
        right: 16px
    }

    .starzs-toc__title {
        padding: 16px
    }

    .starzs-toc__list {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr)
    }

    .starzs-toc__link {
        padding: 8px 0;
        width: 100%
    }

    .starzs-promocode--v1 {
        margin-right: -16px;
        margin-left: -16px
    }

    .starzs-promocode--v2 .starzs-promocode__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .starzs-promocode--v2 .starzs-promocode__aff-link {
        margin: 16px auto 0
    }

    .starzs-slots__list {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }

    .starzs-slots__game.open {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

    .starzs-slots__game {
        padding: 0;
        height: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .starzs-slots__game-header {
        padding: 20px 16px
    }

    .starzs-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
    }

    .starzs-slots__game-title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .starzs-slots__close-game {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .starzs-difference__title {
        display: none
    }

    .screenshot-gallery__list {
        overflow-x: auto;
        width: 100%;
        max-width: 980px
    }

    .screenshot-gallery__item {
        min-width: 300px;
        max-width: 325px
    }

    .banner--version-1, .banner--version-2, .banner--version-3 {
        padding-top: 20px
    }

    .banner--version-3 .banner__description {
        padding: 20px 12px
    }

    .starzs-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: 8px 8px 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) {
    .starzs-columns.col-3 .starzs-columns__item {
        width: calc(100% - 2rem)
    }

    .starzs-columns.col-4 .starzs-columns__item, .starzs-columns.col-5 .starzs-columns__item, .starzs-columns.col-6 .starzs-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%
    }
	
	.wp-block-table {
		overflow-x: scroll;
	}
}

@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
    }

    .starzs-toc__list {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 4px
    }

    .starzs-slots__list {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns:repeat(1, 1fr)
    }

    .starzs-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) {
    .starzs-columns.col-4 .starzs-columns__item, .starzs-columns.col-5 .starzs-columns__item, .starzs-columns.col-6 .starzs-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
    }
}

/* OTHERS */
.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 .has-fixed-layout {
    width: 100%;
    border-collapse: collapse;
}

.wp-block-table table td > *:first-child {
    margin-top: 0;
}

.wp-block-table thead {
    border-bottom: none;
}

.wp-block-table td > * {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.wp-block-table td ul:not([class]) li::before {
    top: 4px;
}

@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;
}

/* OTHERS */
/* TABLE IMAGE */
@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;
}

/* TABLE IMAGE */
/* HEADER */
.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: 8px;
    }

    .page-header__buttons .btn {
        flex-grow: 1;
    }
}

/* HEADER */
/* PROMOCODE */
@media (max-width: 767px) {
    .starzs-promocode--v1 {
        margin-left: 0;
        margin-right: 0;
    }

    .starzs-promocode--v1 .starzs-container {
        padding: 0;
    }
}

/* PROMOCODE */
/* TABS */
.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: 8px 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,
    .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,
    .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);
    }
}

/* TABS */
/* DOWNLOADS LINKS */
.download__item {
    display: flex;
}

.download__link {
    border: none;
    background: none;
    outline: none;
}

button.download__link {
    cursor: pointer;
}

/* DOWNLOADS LINKS */
/* GAME */
.game__box-iframe iframe {
    overflow: hidden;
    border-radius: 8px;
}

/* GAME */
/* OL UL LIST */
main ul:not([class]) li {
    padding: 2px 4px 2px 26px;
}

.wp-block-list li:not(:last-child) {
    margin-bottom: 8px;
}

main ul:not([class]) li::before {
    left: 4px;
    top: 6px;
}

ol.wp-block-list li::before {
    top: 2px;
    left: 2px;
}

ol.wp-block-list li {
    padding: 2px 4px 2px 36px;
}

/* OL UL LIST */
/* SLOTS */
.starzs-slots__iframe iframe {
    border-radius: 8px;
    overflow: hidden;
}

.starzs-slots__show-more {
    display: none;
    margin: 24px auto 0;
    border: none;
}

/* SLOTS */
/* MOBILE BUTTON */
.mobile-button {
    padding: 0 16px 8px;
}

.mobile-button__container {
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 12px 16px;
    background-color: #900
}

.mobile-button__container.no-text .mobile-button__control {
    width: 100%;
}

.mobile-button__text {
    margin: 0 20px 0 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.mobile-button__control {
    padding: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    width: fit-content;
    white-space: nowrap;
}

.mobile-button__control::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.page-footer--enable-mobile-button {
    padding-bottom: 100px;
}

/* MOBILE BUTTON */
/* SCROLL TO TOP */
.scroll-top {
    bottom: 88px;
    z-index: 20;
}

/* SCROLL TO TOP */
/* TEXT IMAGE */
.starzs-text-image.align-top .starzs-text-image__image {
    align-items: flex-start;
}

.starzs-text-image.align-bottom .starzs-text-image__image {
    align-items: flex-end;
}

.starzs-text-image.align-center .starzs-text-image__image {
    align-items: flex-center;
}

.starzs-text-image__image img {
    max-height: 500px;
}

/* TEXT IMAGE */
/* BANNER */
.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: 8px;
}

@media (max-width: 767px) {
    .banner__slider-item-content {
        position: static;
        padding: 16px 10px 32px;
        max-width: 100%;
        background-color: #0a2244;
    }
}

/* BANNER */
/* PAYMENTS TABLE */
.align-center-cell .payments-table__cell-wrapper {
    justify-content: center
}

/* PAYMENTS TABLE */

.starzs-wrapper > *:first-child.running-line {
    margin-top: 32px;
}


.page-id-8 .starzs-wrapper:first-child .starzs-text-image__image img {
    max-height: 100%;
}

.page-header__logo img {
    max-width: 188px;
    max-height: 28px;
    width: fit-content;
}


/* .home .banner__slider.version-1 img {
	display: none;
}

.home .banner__slider.version-1 .swiper-slide-active img {
	display: block;
} */


.starzs-slots__game-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.starzs-slots__game-title {
    font-style: normal;
}

@media (max-width: 1023px) {
    .page-header__container {
        justify-content: space-between;
    }
}

.wp-block-table table,
table {
    width: 100%;
    border-collapse: collapse;
}

.starzs-text-image__content b,
.starzs-text-image__content strong {
    font-weight: bold;
}


@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-counter {
    margin-top: 0;
}

/* lang */
.select-lang {
    position: relative;
    background-color: #273251;
    border-radius: 8px;
    border: 1px solid #273251;
    transition: border-color .2s;
    cursor: pointer;
    width: 70px;
    z-index: 999;
    margin-left: 12px
}

@media (max-width: 1024px) {
    .select-lang {
        margin-left: auto
    }
}

.select-lang::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 12px;
    left: 4px;
    background-image: url(../images/icon-arrow-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    transition: transform .2s
}

@media (hover: hover), screen and (min-width: 0\0
) {
    .select-lang:focus, .select-lang:hover {
        border-color: #fff
    }
}

.select-lang._active {
    border-radius: 8px 10px 0 0
}

.select-lang._active:hover {
    border-color: #273251
}

.select-lang._active::before {
    transform: rotate(180deg)
}

.select-lang._active .select-lang__options-list {
    max-height: min-content
}

@media (hover: hover), screen and (min-width: 0\0
) {
    .select-lang._active .select-lang__option:focus, .select-lang._active .select-lang__option:hover {
        background-color: #fff
    }
}

.select-lang__options-list {
    max-height: 0;
    display: flex;
    flex-direction: column;
    transition: max-height .2s;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 -1px;
    background-color: #273251;
    border-radius: 0 0 10px 10px;
    overflow: hidden
}

.select-lang__options-list .select-lang__option {
    padding: 0
}

.select-lang__option, .select-lang__selected {
    color: #fff;
    display: flex;
    align-items: center
}

.select-lang__option p, .select-lang__selected p {
    margin: 0
}

.select-lang__option img, .select-lang__selected img {
    width: 24px;
    height: 24px;
    min-width: 24px
}

.select-lang__option {
    padding: 7px;
    padding-left: 25px;
    transition: background-color .2s
}

.select-lang__option span {
    text-transform: uppercase
}

.select-lang__image {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px
}

.select-lang__link {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 7px 7px 7px 25px
}

.select-lang__option img, .select-lang__selected img {
    height: 24px;
    width: 24px;
    min-width: 24px
}

html[dir=rtl] .page-header__logo {
    margin-right: 0
}

html[dir=rtl] .page-header__buttons {
    margin-left: unset;
    margin-right: auto
}

@media (max-width: 1024px) {
    html[dir=rtl] .page-header__buttons {
        margin-left: auto;
        margin-right: auto
    }
}

html[dir=rtl] .page-header__buttons .btn:not(:last-child) {
    margin-left: 12px
}

html[dir=rtl] .page-header__buttons .btn + .btn {
    margin-left: 0
}

html[dir=rtl] .select-lang {
    margin-left: unset;
    margin-right: 12px
}

/* Languages switcher */
.languages-switcher + .page-header__buttons {
    margin-left: 12px;
}

.languages-switcher {
    position: relative;
    flex-shrink: 0;
    margin: 0 12px 0 auto;
    border-radius: 8px;
    padding: 5px;
    background-color: #303030;
    display: flex;
    z-index: 200;
    min-width: 40px;
    width: fit-content;
    color: #ccc;
    z-index: 15;
}

.languages-switcher__list-wrapper {
    position: absolute;
    left: 0;
    top: 100%;
    border-radius: 0px 0px 8px 8px;
    padding: 10px 0;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: max-content;
}

.languages-switcher__list-title {
    margin: 0 0 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    white-space: nowrap;
}

.languages-switcher__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 8px;
    background: #303030;
}

.languages-switcher__item {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    gap: 6px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    padding: 0 8px;
}

.languages-switcher__lang {
    display: flex;
    align-items: center;
    gap: 5px;
}

.languages-switcher__lang:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.languages-switcher._show .languages-switcher__list-wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

/*@media (max-width: 1023px) {*/
/*    .languages-switcher__list {*/
/*        max-height: 380px;*/
/*        overflow-y: auto;*/
/*        justify-content: flex-start;*/
/*        padding-bottom: 16px;*/
/*    }*/

/*    .languages-switcher__list-wrapper:after {*/
/*        content: "";*/
/*        position: absolute;*/
/*        right: 0;*/
/*        bottom: 10px;*/
/*        left: 0;*/
/*        height: 24px;*/
/*        background: linear-gradient(0deg, #2c323e 30%, transparent);*/
/*        z-index: 10;*/
/*        pointer-events: none;*/
/*    }*/
/*}*/

.other-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
	    width: 100%;
    grid-column: 1 / -1; 
	list-style: none;
	margin: 24px auto;
}

@media (max-width: 550px) {
    .languages-switcher + .page-header__buttons {
        margin-left: 0;
    }
}
/* Languages switcher */