@charset "UTF-8";
.overlay._active, body {
    display: -webkit-box;
    display: -ms-flexbox
}

.ajax-load::before, .overlay {
    left: 0;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0
}

ol, p, ul {
    line-height: 1.5rem;
    margin-top: 1rem
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
    color: var(--color-title)
}

ol, p, ul {
    margin-top: 1rem
}

.faq--v1, .pros-cons--v2 .pros-cons__wrapper {
    -webkit-box-shadow: 0 0 15px #0000000c;
    overflow: hidden
}

@font-face {
    src: local(""), url(../fonts/montserrat-v15-latin_cyrillic-100.woff2) format("woff2"), url(../fonts/montserrat-v15-latin_cyrillic-100.woff) format("woff");
    font-family: Montserrat;
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    src: local(""), url(../fonts/montserrat-v15-latin_cyrillic-200.woff2) format("woff2"), url(../fonts/montserrat-v15-latin_cyrillic-200.woff) format("woff");
    font-family: Montserrat;
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    src: local(""), url(../fonts/montserrat-v15-latin_cyrillic-300.woff2) format("woff2"), url(../fonts/montserrat-v15-latin_cyrillic-300.woff) format("woff");
    font-family: Montserrat;
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    src: local(""), url(../fonts/montserrat-v15-latin_cyrillic-regular.woff2) format("woff2"), url(../fonts/montserrat-v15-latin_cyrillic-regular.woff) format("woff");
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    src: local(""), url(../fonts/montserrat-v15-latin_cyrillic-500.woff2) format("woff2"), url(../fonts/montserrat-v15-latin_cyrillic-500.woff) format("woff");
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    src: local(""), url(../fonts/montserrat-v15-latin_cyrillic-600.woff2) format("woff2"), url(../fonts/montserrat-v15-latin_cyrillic-600.woff) format("woff");
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    src: local(""), url(../fonts/montserrat-v15-latin_cyrillic-700.woff2) format("woff2"), url(../fonts/montserrat-v15-latin_cyrillic-700.woff) format("woff");
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

:root {
    --main-accent-bg-color: #2ecc71;
    --main-nav-color: #fff;
    --header-bg-color: #000;
    --footer-bg-color: #000;
    --content-button-bg-color: #2ecc71;
    --content-button-color: #fff;
    --offsets: 30px;
    --ff-primary: "Montserrat", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
    --star-size16: 16px;
    --star-size17: 17px;
    --star-size18: 18px;
    --star-size20: 20px;
    --star-size21: 21px;
    --star-size22: 22px;
    --star-size24: 24px;
    --star-size26: 26px;
    --star-size28: 28px;
    --star-color: #bebebe;
    --star-background: #fe7b02;
    --star-rating: 3.8
}

.container {
    margin: 0 auto;
    padding: 0 var(--offsets);
    max-width: 1440px
}

*, .list-reset {
    margin: 0;
    padding: 0
}

.container-full, img {
    max-width: 100%
}

html {
    font-size: 16px
}

body {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    height: 100vh;
    font-family: var(--ff-primary);
    color: var(--color-text);
    background-color: var(--color-body)
}

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

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

body::-webkit-scrollbar-thumb {
    border: 1px solid var(--color-body-track);
    border-radius: 10px;
    height: 20%;
    background: var(--color-body-thumb)
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.list-reset {
    list-style: none
}

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

.overlay {
    position: fixed;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #000c
}

.overlay._active {
    display: flex
}

.ajax-load {
    position: relative
}

.ajax-load::before {
    content: "";
    position: absolute;
    background-color: #ffffffb2
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

p {
    font-weight: 400;
    font-size: 1rem
}

a {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: var(--color-link);
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px
}

a:hover {
    text-decoration: none
}

input::-webkit-input-placeholder {
    font-family: var(--ff-primary)
}

input::-moz-placeholder {
    font-family: var(--ff-primary)
}

input:-ms-input-placeholder {
    font-family: var(--ff-primary)
}

input::-ms-input-placeholder {
    font-family: var(--ff-primary)
}

button, input, input::placeholder {
    font-family: var(--ff-primary)
}

ol, ul {
    padding-left: 25px;
    font-weight: 400;
    font-size: 1rem
}

.faq--v1 .faq__item-title h3, .header--v1 .header__link, .mobile-button__link, .pros-cons--v2 .pros-cons__title, h1, h2, h3, h4, h5, h6 {
    font-weight: 600
}

img {
    height: auto
}

h1 {
    font-size: 2rem;
    line-height: 2.5rem
}

h2 {
    font-size: 1.8rem;
    line-height: 2.3rem
}

h3 {
    font-size: 1.6rem;
    line-height: 2.1rem
}

h4 {
    font-size: 1.4rem;
    line-height: 1.9rem
}

h5 {
    font-size: 1.2rem;
    line-height: 1.7rem
}

.wrapper blockquote, blockquote, h6 {
    font-size: 1rem;
    line-height: 1.5rem
}

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

.wrapper > ol, .wrapper > ul {
    padding-left: 50px
}

.wrapper blockquote, blockquote {
    margin-top: 1rem;
    border-left: 5px solid var(--main-accent-bg-color);
    padding: 1rem var(--offsets) 1rem 2rem;
    font-weight: 400;
    background-color: #f0f8ffff
}

.wrapper {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

* + .background-block, * + .tabs, .comments-container, .wrapper + .wrapper, .wrapper:first-child {
    margin-top: 2rem
}

.wrapper:last-child {
    margin-bottom: 2rem
}

.wp-block-table table th {
    border-color: var(--color-table-th-bg);
    color: var(--color-table-th-color);
    background-color: var(--color-table-th-bg)
}

.wp-block-table table td {
    border: 1px solid var(--color-table-border)
}

svg {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.footer--enable-mobile-button {
    padding-bottom: 80px
}

.get-image {
    margin: 0
}

.container .container {
    padding-right: 0;
    padding-left: 0
}

.scroll-lock, .tabs {
    overflow: hidden
}

.background-block {
    background-color: var(--color-blocks-text-image)
}

#wp-link #link-options label span, #wp-link #search-panel label span.search-label, .components-base-control__label, .components-external-link, .components-external-link editor-post-url__link, .editor-post-url__link-label, .link-url, .media-frame-title h1, .wp-admin #link-selector, .wp-admin .block-editor-block-card__title, .wp-admin .components-popover__content *, .wp-admin .edit-post-layout__metaboxes p, .wp-admin .media-modal-content *, .wp-admin .select2-results__option, body .editor-styles-wrapper .acf-link .link-wrap {
    color: #000
}

.bookmaker-icon::before {
    content: url(/wp-content/themes/casinov3/build/images/bookmaker.svg);
    display: block;
    margin-right: 10px;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px)
}

.casino-icon::before, .freegame-icon::before {
    display: block;
    margin-right: 10px;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px)
}

.casino-icon::before {
    content: url(/wp-content/themes/casinov3/build/images/casino.svg);
    transform: translateY(2px)
}

.freegame-icon::before {
    content: url(/wp-content/themes/casinov3/build/images/freegame.svg);
    transform: translateY(2px)
}

.mobile-icon::before, .reviews-icon::before {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    margin-right: 10px;
    display: block
}

.mobile-icon::before {
    content: url(/wp-content/themes/casinov3/build/images/mobile.svg);
    transform: translateY(2px)
}

.reviews-icon::before {
    content: url(/wp-content/themes/casinov3/build/images/reviews.svg);
    transform: translateY(2px)
}

.gift-icon::before {
    content: url(/wp-content/themes/casinov3/build/images/gift.svg);
    display: block;
    margin-right: 10px;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px)
}

.faq--v1 .faq__title, .faq__item-title {
    display: -webkit-box;
    display: -ms-flexbox
}

.faq--v1 {
    border: 1px solid var(--color-faq-item-border);
    border-radius: 10px;
    box-shadow: 0 0 15px #0000000c;
    background-color: var(--color-faq-item)
}

.faq--v1 .faq__title {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    font-family: var(--ff-primary);
    text-transform: uppercase;
    color: var(--color-faq-main-title)
}

.faq--v1 .faq__title svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    fill: var(--color-faq-item-open)
}

.comment-form, .faq--v1 .faq__item, .footer__container {
    position: relative
}

.faq--v1 .faq__item::after {
    content: "";
    position: absolute;
    left: 25px;
    right: 25px;
    top: 0;
    border-radius: 3px;
    height: 1px;
    background-color: var(--color-faq-item-border)
}

.faq--v1 .faq__item:focus .faq__item-title, .faq--v1 .faq__item:hover .faq__item-title {
    opacity: .7
}

.faq--v1 .faq__item-title {
    padding: 22px 25px 24px
}

.faq--v1 .faq__item-title h3 {
    margin: 0;
    font-family: var(--ff-primary);
    color: var(--color-faq-item-title);
    font-size: 1.3rem;
    line-height: 1.4rem
}

.faq--v1 .faq__item-title svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    fill: var(--color-faq-item-title)
}

.faq--v1 .faq__item-description {
    margin: 0;
    padding: 0 25px;
    font-family: var(--ff-primary);
    color: var(--color-faq-item-answer)
}

.faq--v1 .faq__item[open]::after {
    display: none
}

.faq--v1 .faq__item[open] + .faq__item::after {
    top: -1px
}

.faq--v1 .faq__item[open] .faq__item-title {
    background-color: var(--color-faq-item-open)
}

.faq--v1 .faq__item[open] .faq__item-title h3 {
    font-weight: 600;
    color: var(--color-faq-item-title-open)
}

.faq--v1 .faq__item[open] .faq__item-title svg {
    fill: var(--color-faq-item-title-open);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq__item-title {
    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;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.faq__item-title svg {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.faq__item-title::-webkit-details-marker {
    display: none
}

.faq__item-title:focus, .faq__item-title:focus-within {
    outline: 0
}

.rating {
    --percent: calc(var(--star-rating) / 5 * 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: var(--star-size);
    line-height: 1
}

.rating::before {
    content: "★★★★★";
    font-family: Times, serif;
    -webkit-text-fill-color: transparent;
    background: -webkit-gradient(linear, left top, right top, from(var(--star-background)), to(var(--star-color)));
    background: -o-linear-gradient(left, var(--star-background) var(--percent), var(--star-color) var(--percent));
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text
}

.header--v1, .header--v1 .header__link, .mobile-button__link {
    font-family: var(--ff-primary)
}

.rating span {
    padding-left: 10px
}

.pros-cons--v2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns:1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows:auto;
    gap: 30px
}

.pros-cons--v2 .pros-cons__wrapper {
    box-shadow: 0 0 15px #0000000c;
    border-radius: 10px
}

.pros-cons--v2 .pros-cons__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 20px 15px;
    width: 100%;
    font-family: var(--ff-primary);
    font-size: 20px;
    line-height: 24px;
    color: #fff
}

.pros-cons--v2 .pros-cons__title svg {
    margin-right: 10px
}

.pros-cons--v2 .pros-cons__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns:1fr;
    -ms-grid-rows: auto;
    grid-template-rows:auto;
    list-style: none;
    margin: 0;
    padding: 0
}

.pros-cons--v2 .pros-cons__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding: 15px
}

.pros-cons--v2 .pros-cons__item svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.pros-cons--v2 .pros-cons__item:not(:last-child) {
    border-bottom: 1px solid #e2e4ef
}

.pros-cons--v2 .pros-cons__text {
    margin: 0
}

.header--v1 {
    position: relative;
    padding: 15px 0;
    background-color: var(--color-header)
}

.comment__karma, .header--v1 .header__container, .video-v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__container {
    gap: 10px 24px;
}

.header--v1 .header__logo {
    position: relative;
    z-index: 30;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header--v1 .header__logo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 30px
}

.header--v1 .header__logo:hover {
    -webkit-animation: 1s ease-in-out infinite logo;
    animation: 1s ease-in-out infinite logo
}

.header--v1 .header__nav {
    -webkit-transition: right .3s;
    -o-transition: right .3s;
    transition: right .3s
}

.header--v1 .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.header--v1 .header__nav-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header--v1 .header__nav-item::after {
    content: "";
    position: absolute;
    right: -18px;
    top: 50%;
    display: none;
    width: 1px;
    height: 20px;
    background-color: var(--color-second-header-footer-bg);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header--v1 .header__nav-item .icon-arrow, .header--v1 .header__nav-item:last-child::after, .header--v1 .header__nav-subitem .icon-arrow, .header--v1 .header__nav-subitem.header__nav-item::after {
    display: none
}

.header--v1 .header__nav-item:not(:last-child) {
    margin-right: 30px
}

.header--v1 .header__nav-item--has-children > .icon-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header--v1 .header__nav-item--has-children .icon-arrow svg {
    fill: var(--color-header-navigation-link);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header--v1 .header__nav-item--has-children._active .icon-arrow svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header--v1 .header__nav-item .link {
    position: relative;
    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: start;
    padding: 13px 10px;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: var(--color-header-navigation-link);
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.header--v1 .header__nav-item .get-image {
    margin-right: 10px;
    line-height: 1
}

.header--v1 .header__nav-item img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain
}

.header--v1 .header__nav-sublist {
    position: absolute;
    left: 50%;
    top: 170%;
    z-index: 15;
    display: none;
    list-style: none;
    margin: 0;
    border-radius: 8px;
    padding: 0;
    min-width: 300px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    background-color: var(--color-submenu-bg);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s, height .5s;
    -o-transition: .3s, height .5s;
    transition: .3s, height .5s;
    pointer-events: none;
    min-width: max-content
}

.header--v1 .header__link--in:hover, .header--v1 .header__link--up:hover, .mobile-button__link:hover {
    opacity: .7
}

.header--v1 .header__nav-sublist::before {
    content: "";
    position: absolute;
    left: 0;
    top: -40px;
    width: 100%;
    height: 40px;
    background-color: #fff0
}

.header--v1 .header__nav-sublist::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -6px;
    border-style: solid;
    border-width: 0 11px 6px;
    border-color: transparent transparent var(--color-submenu-bg) transparent;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header--v1 .header__nav-subitem:last-child {
    border-radius: 0 0 8px 8px
}

.header--v1 .header__nav-subitem:nth-child(2n) {
    background-color: var(--color-submenu-bg-accent)
}

.header--v1 .header__nav-subitem.header__nav-item:not(:last-child) {
    margin-right: 0
}

.header--v1 .header__nav-subitem.header__nav-item:last-child {
    margin: 0
}

.header--v1 .header__link .get-image, .header--v1 .header__nav-subitem .link .get-image, .mobile-button__link .get-image {
    margin-right: 10px
}

.header--v1 .header__nav-subitem .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    color: var(--color-header-navigation-link)
}

.header--v1 .header__nav-subitem .link::after {
    display: none
}

.header--v1 .header__nav-subitem .link svg {
    margin-right: 10px;
    fill: var(--color-header-navigation-link);
    -webkit-transition: fill .3s, -webkit-transform .3s;
    transition: transform .3s, fill .3s, -webkit-transform .3s;
    -o-transition: transform .3s, fill .3s
}

.header--v1 .header__nav-subitem .link img {
    display: block;
    width: 17px;
    height: 17px;
    -o-object-fit: contain;
    object-fit: contain
}

.header--v1 .header__buttons {
    z-index: 14;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto
}

.header--v1 .header__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    border-radius: 5px;
    padding: 12px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.header--v1 .header__link img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 25px
}

.header--v1 .header__link:not(:last-child) {
    margin-right: 5px
}

.header--v1 .header__link--in {
    color: var(--color-first-button);
    background-color: var(--color-first-button-bg)
}

.header--v1 .header__link--up {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: var(--color-second-button);
    background-color: var(--color-second-button-bg)
}

.header--v1 .header__toggle-menu {
    z-index: 20;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 15px;
    border: none;
    width: 34px;
    height: 34px;
    background-color: #fff0
}

.header--v1 .header__toggle-menu span {
    border-radius: 6px;
    width: 28px;
    height: 3px;
    background-color: var(--color-header-navigation-link-hover);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.mobile-button__link, .scroll-top__button {
    display: -webkit-box;
    display: -ms-flexbox;
    border: none;
    cursor: pointer
}

.header--v1 .header__toggle-menu span:first-child {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px)
}

.header--v1 .header__toggle-menu span:nth-child(3) {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px)
}

@-webkit-keyframes logo {
    0%, 100%, 40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    20%, 66% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 60px;
    z-index: 14
}

.scroll-top__button {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--color-arrow-scroll-to-top);
    background-color: var(--color-scroll-to-top);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.scroll-top__button .get-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
}

.mobile-button {
    position: fixed;
    left: 15px;
    right: 15px;
    bottom: 10px;
    display: none
}

.mobile-button__link {
    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: 5px;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    color: var(--color-content-button);
    background-color: var(--color-content-button-bg)
}

.video__button, .video__media {
    border: none;
    position: absolute
}

.mobile-button__link img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 25px
}

.breadcrumbs__list-link--no-active svg, .comment__reply .cancel, .comment__reply.active .reply {
    display: none
}

.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 {
    left: 50%;
    top: 50%;
    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;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.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 .video__preview p, .wp-block-columns .wp-block-column {
    margin: 0
}

.video .video__preview img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.video__media {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.video.align-center {
    margin: 0 auto
}

.video.align-right {
    margin-left: auto
}

.breadcrumbs {
    margin-top: -1px;
    background-color: var(--color-breadcrumbs-bg)
}

.breadcrumbs__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;
    list-style: none
}

.breadcrumbs__list_item:not(:last-child) {
    margin-right: 14px
}

.breadcrumbs__list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    text-transform: capitalize;
    color: var(--color-breadcrumbs-item);
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.breadcrumbs__list-link svg {
    margin-left: 14px;
    fill: var(--color-breadcrumbs-separator)
}

.breadcrumbs__list-link--no-active {
    color: var(--color-breadcrumbs-item-active)
}

.columns {
    padding: 2rem 0
}

.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;
    padding: 0
}

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

.page-404 .container, .tabs--vertical .tabs__header, .wp-block-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.columns__item {
    margin: 1rem
}

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

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

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

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

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

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

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

.wp-block-columns {
    margin: 0 auto;
    padding: 2rem var(--offsets);
    max-width: calc(1380px + var(--offsets) + var(--offsets));
    display: -ms-grid;
    display: grid;
    gap: 30px
}

.wp-block-columns.col-2 {
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr)
}

.wp-block-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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
}

.faq--v1 .faq__item .faq__item-title, .faq--v1 .faq__item[open] .faq__item-title, .header--v1 .header__nav-subitem, .toc-auto li, .wp-block-column .row {
    padding: 0
}

.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-left: 0
}

.button-content {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.button-content.alight-left {
    text-align: left
}

.button-content.align-right {
    text-align: right
}

.button-content.align-center, .comment-form__alert, .footer__copyright, .slot__title {
    text-align: center
}

.button-content__control {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    border-radius: 5px;
    padding: 15px 30px;
    font-family: inherit;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    text-decoration: none;
    color: var(--color-content-button);
    background: var(--color-content-button-bg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.comment-form__alert, .comment-form__field {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    font-family: inherit
}

.button-content__control .get-image, .screenshot-gallery__item:not(:last-child) {
    margin-right: 10px
}

.button-content__control img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 25px
}

.comment-form__title {
    margin: 0 0 15px;
    font-family: inherit;
    font-weight: 800;
    font-style: normal;
    color: var(--color-comments-title)
}

.comment-form__form {
    position: relative;
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -ms-grid-columns: .4fr 1fr;
    grid-template-columns:.4fr 1fr;
    row-gap: 10px
}

.comment-form__textarea {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    resize: none
}

.comment-form__field {
    outline: 0;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-comments-input);
    background-color: var(--color-comments-input-bg);
    transition: .3s ease-in-out
}

.comment-form__field.error {
    border-color: #ff3c3c
}

.comment-form__button {
    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: 10px;
    padding: 16px 18px 18px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: var(--color-content-button);
    background-color: var(--color-content-button-bg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.comment-form__button svg {
    margin-right: 10px;
    width: 25px;
    height: 25px
}

.comment-form__alert {
    position: absolute;
    left: 0;
    bottom: -20px;
    display: block;
    grid-column: 1/-1;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out
}

.comment__reply, .footer__social-link {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.comment-form__alert.success {
    color: #3a8202;
    opacity: 1;
    visibility: visible
}

.comment-form__alert.error {
    color: #ff3c3c;
    opacity: 1;
    visibility: visible
}

.comment {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-min-content -webkit-min-content 1fr;
    -ms-grid-columns: min-content min-content 1fr;
    grid-template-columns:-webkit-min-content -webkit-min-content 1fr;
    grid-template-columns:min-content min-content 1fr;
    margin-top: 30px;
    border: 1px solid var(--color-comment-border);
    border-radius: 10px;
    padding: 20px;
    background: var(--color-comment-bg);
    gap: 10px 20px
}

.comment__date, .karma__control {
    display: -webkit-box;
    display: -ms-flexbox
}

.comment__author {
    margin: 0;
    font-family: inherit;
    font-weight: 700;
    white-space: nowrap;
    color: var(--color-comment-author)
}

.comment__content, .comment__date, .comment__reply, .comment__value {
    color: var(--color-comment-text)
}

.comment__date {
    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;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    margin-left: auto;
    font-size: 14px;
    line-height: 16px
}

.comment__child, .comment__content, .comment__reply {
    grid-column: 1/-1
}

.comment__content {
    margin: 0;
    font-family: inherit;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%
}

.comment__reply {
    border: none;
    border-radius: 5px;
    padding: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--color-comment-author);
    transition: .3s ease-in-out;
    cursor: pointer
}

.comment__reply:hover {
    opacity: .7
}

.comment__reply.active {
    color: #fff;
    background-color: #ff3c3c
}

.comment__reply.active .cancel, .toc-auto.active ol, .toc-auto.active ul {
    display: block
}

.comment__value {
    font-size: 1.3rem;
    line-height: 1
}

.karma__control {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    padding: 5px;
    background-color: transparent;
    cursor: pointer
}

.footer__nav-item a, .footer__nav-list, .page-404 .container {
    display: -webkit-box;
    display: -ms-flexbox
}

.karma__control svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    fill: var(--color-comment-author);
    pointer-events: none
}

.comment-inner-form {
    grid-column: 1/-1;
    margin-top: 1rem
}

.page-404 .container {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.page-404__title {
    font-size: 160px;
    line-height: 170px
}

.footer {
    position: relative;
    padding: 30px 0;
    background-color: var(--color-footer)
}

.footer__logo {
    padding-bottom: 20px
}

.footer__logo p {
    margin: 0
}

.footer__logo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 50px
}

.footer__hr {
    border: none;
    height: 1px;
    background-color: var(--color-footer-navigation-link)
}

.footer__nav {
    padding: 10px 0
}

.footer__nav-list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.footer__nav-item {
    margin: 0 20px;
    padding: 10px 0
}

.footer__nav-item a {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: inherit;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    color: var(--color-footer-navigation-link);
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.footer__links-list, .footer__social-link p, .footer__social-list {
    display: -webkit-box;
    display: -ms-flexbox
}

.footer__nav-item a p {
    margin: 0
}

.footer__nav-item a img {
    display: block;
    margin-right: 10px;
    width: 17px;
    height: 17px;
    -o-object-fit: contain;
    object-fit: contain
}

.footer__social-list {
    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: 20px 0
}

.footer__social-item {
    margin: 0 20px
}

.footer__social-link {
    display: block;
    border-radius: 100%;
    transition: .3s ease-in-out
}

.footer__links-link, .footer__social-link img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.footer__social-link p {
    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
}

.footer__social-link img {
    display: block;
    padding: 2px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: .3s ease-in-out
}

.footer__links-link img, .payments-systems__item img {
    display: block;
    height: 100%;
    -o-object-fit: contain;
    width: 100%
}

.footer__payments-systems {
    padding: 20px 0
}

.footer__links-list {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 20px 0;
    gap: 20px
}

.page-footer__dmca, .payments-systems {
    display: -webkit-box;
    display: -ms-flexbox
}

.footer__links-link {
    transition: .3s ease-in-out
}

.footer__links-link p {
    margin: 0
}

.footer__links-link img {
    object-fit: contain;
    max-height: 50px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.footer__links-link:not(:last-child) {
    margin-right: 40px
}

.footer__copyright {
    font-size: 14px;
    line-height: 17px;
    color: var(--color-footer-text)
}

.page-footer__dmca {
    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-top: 1rem
}

.payments-systems {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.toc-auto__header, .toc-auto__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.payments-systems__item {
    margin: 0 auto;
    padding: 8px 15px
}

#cookie-law-div p, .payments-systems__item p {
    margin: 0
}

.payments-systems__item img {
    object-fit: contain;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.toc-auto__toggle svg, .video-v2__button {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.toc-auto {
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px #0000000c;
    box-shadow: 0 0 15px #0000000c;
    background: var(--color-toc-bg)
}

.toc-auto__header {
    position: relative;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px
}

.toc-auto__toggle {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    background-color: transparent;
    cursor: pointer
}

#cookie-law-button, .video-v2__button {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    cursor: pointer
}

.toc-auto__toggle::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10
}

.toc-auto__toggle svg {
    fill: var(--color-toc-item-hover);
    transition: .3s ease-in-out
}

.toc-auto__toggle.active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.toc-auto__title {
    margin: 0 20px 0 0;
    padding: 0;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    text-transform: none;
    color: var(--color-toc-title)
}

.toc-auto ol, .toc-auto ul {
    display: none;
    margin: 1rem 0 0 28px;
    padding: 0 20px 20px;
    color: var(--color-toc-item)
}

.toc-auto li:not(:last-child) {
    margin-bottom: 10px
}

.toc-auto a {
    padding: 10px 0;
    text-decoration: none;
    color: var(--color-toc-item)
}

.tabs--horizontal .tabs__header-button, .tabs--vertical .tabs__header-button, body .editor-styles-wrapper {
    color: var(--color-text);
    background-color: var(--color-body)
}

.toc-auto a:hover {
    color: var(--color-toc-item-hover)
}

#cookie-law-div {
    position: fixed;
    right: 20px;
    bottom: 120px;
    margin-left: 20px;
    border-radius: 5px;
    padding: 5px;
    max-width: 450px;
    -webkit-box-shadow: 0 0 15px #000000db;
    box-shadow: 0 0 15px #000000db;
    background: #fff
}

#cookie-law-button {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: right;
    border: none;
    border-radius: 5px;
    width: 20px;
    height: 21px;
    color: #fff;
    background: #d90d0d
}

#acceptButtonCookie {
    display: inherit;
    float: right;
    margin-left: 25px;
    border: none;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    background-color: #237414
}

.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: flex;
    -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%);
    transition: .3s ease-in-out
}

.tabs--vertical .tabs__header-button, .video-v2__button svg path {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.video-v2._active .video-v2__button {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.tabs--horizontal .tabs__header-button:hover, .tabs--vertical .tabs__header-button:focus, .tabs--vertical .tabs__header-button:hover {
    opacity: .7
}

.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 {
    transition: .3s ease-in-out
}

.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: 20px 20px 0 0;
    padding: 0
}

.tabs--horizontal .tabs__header-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.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: 1px solid var(--color-accent);
    border-radius: 20px 20px 0 0;
    width: 100%;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    cursor: pointer
}

.tabs--horizontal .tabs__header-button svg {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    -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.active {
    color: #fff;
    background-color: var(--color-accent)
}

.tabs__content {
    z-index: 10;
    border: 1px solid var(--color-accent);
    border-top: none;
    border-radius: 0 0 20px 20px;
    padding: 24px 16px;
    background-color: var(--color-body)
}

.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: 295px 1fr;
    grid-template-columns:295px 1fr
}

.tabs--vertical .tabs__header {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: -24px;
    border-radius: 20px 0 0 20px
}

.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 var(--color-accent);
    padding: 16px 20px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    word-break: break-word;
    transition: .3s ease-in-out;
    cursor: pointer
}

.tabs--vertical .tabs__header-button svg {
    margin-right: 10px;
    width: 24px;
    height: 24px
}

.tabs--vertical .tabs__header-item:not(:last-child) .tabs__header-button {
    border-bottom: none
}

.tabs--vertical .tabs__header-item:first-child .tabs__header-button {
    border-radius: 20px 0 0
}

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

.tabs--vertical .tabs__header-button.active, .tabs--vertical .tabs__header-button:hover {
    color: #fff;
    background-color: var(--color-accent)
}

.tabs--vertical .tabs__content {
    border: 1px solid var(--color-accent);
    border-radius: 20px
}

.tabs--vertical .tabs__header-item {
    width: 100%
}

.screenshot-gallery__description {
    margin-bottom: 1rem
}

.screenshot-gallery__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.gbtn {
    background-color: var(--color-accent) !important;
    opacity: .3;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.wp-admin .link-url {
    color: #135e96
}

.wp-admin .acf-row {
    background: 0 0 !important
}

.comment-form__title, .wp-admin .block-editor-inserter__quick-inserter-expand.components-button {
    color: #fff
}

.wp-admin .block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon {
    background: #ccc
}

@media (hover: hover), screen and (min-width: 0\0
) {
    .scroll-top__button:hover {
        opacity: .7;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

    .breadcrumbs__list-link:hover {
        color: var(--color-breadcrumbs-item-hover)
    }

    .button-content__control:hover {
        opacity: .7
    }

    .comment-form__button:focus, .comment-form__button:hover {
        background-color: #7abbec
    }

    .footer__nav-item a:focus, .footer__nav-item a:hover {
        color: var(--color-footer-navigation-link-hover)
    }

    .footer__links-link:focus img, .footer__links-link:hover img, .footer__social-link:focus img, .footer__social-link:hover img {
        -webkit-transform: scale(1.1) translateZ(0);
        transform: scale(1.1) translateZ(0)
    }

    .payments-systems__item:focus img, .payments-systems__item:hover img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }

    .gbtn:focus, .gbtn:hover {
        background-color: var(--color-accent) !important;
        opacity: 1
    }
}

@media (hover: hover), screen and (min-width: 0 \0
) {
    .header--v1 .header__nav-item a.link:hover {
        color: var(--color-header-navigation-link-hover)
    }

    .header--v1 .header__nav-item a.link:hover svg {
        fill: var(--color-header-navigation-link-hover)
    }

    .header--v1 .header__nav-subitem .link a.link:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@media (min-width: 1024px) and (hover: hover), screen and (min-width: 1024px) and (min-width: 0 \0
) {
    .header--v1 .header__nav-item--has-children:hover .icon-arrow svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .header--v1 .header__nav-item:hover .header__nav-sublist {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }
}

@media (max-width: 1279px) {
    .header--v1 .header__nav-item::after {
        right: -12px
    }

    .header--v1 .header__nav-item:not(:last-child) {
        margin-right: 20px
    }

    .tabs--vertical .tabs__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: nowrap row;
        flex-flow: nowrap row;
        overflow: auto;
        margin-right: 0;
        border-style: none;
        border-radius: 16px 16px 0 0;
        padding: 0
    }

    .tabs--vertical .tabs__header-item {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .tabs--vertical .tabs__header-button {
        border-bottom: none;
        border-radius: 0;
        padding: 12px 20px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .tabs--vertical .tabs__content {
        border-radius: 0 0 16px 16px;
        padding: 24px 16px
    }

    .tabs--vertical .tabs__header-item:not(:first-child) {
        border: none
    }

    .tabs--vertical .tabs__header-item:first-child .tabs__header-button {
        border-top-left-radius: 18px;
        border-top-right-radius: 0
    }

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

@media screen and (max-width: 1200px) {
    :root {
        --offsets: 20px
    }
}

@media (max-width: 1023px) {
    html {
        font-size: 16px
    }

    .pros-cons--v2 .pros-cons__item svg {
        width: 30px;
        height: 30px
    }

    .pros-cons--v2, .pros-cons--v3 {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 20px
    }

    .header--v1 .header__logo {
        max-width: 150px
    }

    .header--v1 .header__nav {
        position: absolute;
        right: -100%;
        top: 0;
        z-index: 15;
        overflow-x: hidden;
        overflow-y: auto;
        padding-top: 110px;
        width: 0;
        height: 0
    }

    .header--v1 .header__nav._active {
        position: fixed;
        right: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, .9)
    }

    .header--v1 .header__nav._active::after {
        content: "";
        position: fixed;
        left: 0;
        top: 0;
        display: none;
        width: 100%;
        height: 72px;
        background-color: #000
    }

    .header--v1 .header__nav-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .header--v1 .header__nav-item::after, .header--v1 .header__nav-sublist::after, .header--v1 .header__nav-sublist::before {
        display: none
    }

    .header--v1 .header__nav-item:last-child, .header--v1 .header__nav-item:not(:last-child) {
        margin-right: 0
    }

    .header--v1 .header__nav-item--has-children {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header--v1 .header__nav-item {
        width: 100%
    }

    .header--v1 .header__nav-item._active .header__nav-sublist {
        height: 100%;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        pointer-events: all
    }

    .header--v1 .header__nav-item._active .header__nav-item a::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .header--v1 .header__nav-item .link {
        padding: 13px var(--offsets);
        font-size: 22px
    }

    .header--v1 .header__nav-sublist {
        position: relative;
        left: auto;
        right: 0;
        top: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        height: 0;
        max-width: 100%;
        background-color: #00000063;
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    .header--v1 .header__nav-subitem:nth-child(2n) {
        background-color: transparent
    }

    .header--v1 .header__nav-subitem {
        padding: 0
    }

    .header--v1 .header__nav-subitem .link {
        padding: 10px 25px;
        width: 100%
    }

    .header--v1 .header__link {
        padding: 8px
    }

    .header--v1 .header__toggle-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header--v1 .header__toggle-menu._active span:first-child {
        -webkit-transform: translateY(3px) rotate(45deg);
        -ms-transform: translateY(3px) rotate(45deg);
        transform: translateY(3px) rotate(45deg)
    }

    .header--v1 .header__toggle-menu._active span:nth-child(2) {
        opacity: 0
    }

    .header--v1 .header__toggle-menu._active span:nth-child(3) {
        -webkit-transform: translateY(-3px) rotate(-45deg);
        -ms-transform: translateY(-3px) rotate(-45deg);
        transform: translateY(-3px) rotate(-45deg)
    }

    .header--v2 .header__button {
        padding: 15px;
        font-size: 12px
    }

    .comment {
        margin-top: 20px
    }

    .comment:first-child {
        margin-top: 30px
    }

    .footer {
        padding: 45px 0 20px
    }

    .footer--enable-mobile-button {
        padding-bottom: 90px
    }

    .footer__logo img {
        max-height: 32px
    }

    .footer__links-link img {
        max-height: 35px
    }

    .footer__links-link:not(:last-child) {
        margin-right: 30px
    }

    .payments-systems__item img {
        max-height: 15px
    }

    .payments-systems__item {
        padding: 8px 12px
    }
}

@media (max-width: 1023px) and (max-width: 575px) {
    .header--v1 .header__nav._active::after {
        height: 90px
    }
}

@media screen and (max-width: 900px) {
    :root {
        --offsets: 16px
    }
}

@media (max-width: 850px) {
    .video__container {
        padding-bottom: 308px
    }
}

@media (max-width: 750px) {
    .wp-block-columns.col-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }
}

@media (max-width: 575px) {
    .header--v1 .header__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header--v1 .header__nav-item--has-children .icon-arrow {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 16px
    }

    .header--v1 .header__buttons {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 15px
    }

    .header--v1 .header__link {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .header--v1 .header__toggle-menu {
        margin-left: auto
    }

    .comment {
        -ms-grid-columns: -webkit-min-content 1fr;
        -ms-grid-columns: min-content 1fr;
        grid-template-columns:-webkit-min-content 1fr;
        grid-template-columns:min-content 1fr;
        gap: 8px
    }

    .comment__author {
        grid-column: 1/-1
    }

    .comment__karma {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2
    }

    .comment__karma + .comment__date {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3
    }

    .comment__content {
        margin-top: 8px
    }

    .page-404__title {
        font-size: 100px;
        line-height: 110px
    }
}

* + .pros-cons, .wp-block-table, .wrapper > .container > h1, .wrapper > .container > h2, .wrapper > .container > h3, .wrapper > .container > h4, .wrapper > .container > h5, .wrapper > .container > h6 {
    margin-top: 1rem
}

.background-block {
    border-radius: 10px;
    padding: 1rem
}

.wrapper > .container ul:not([class]) {
    padding: 0;
    list-style: none
}

.wrapper > .container ol:not([class]) li::marker {
    color: var(--color-link)
}

.wrapper > .container ul:not([class]) li {
    position: relative;
    padding-left: 20px
}

.wrapper > .container ul:not([class]) li:before {
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translate(-50%, -50%);
    content: url("data:image/svg+xml;charset=UTF-8,<svg width='14' height='14' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5.5 16.25V1.25L13.5 8.75L5.5 16.25Z' fill='%23F4BD29'/></svg>");
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px
}

.wp-block-table {
    border-radius: 10px;
    overflow: auto
}

.wp-block-table table {
    margin: 0;
    border-collapse: collapse;
    width: 100%;
    background-color: var(--color-table-bg)
}

.wp-admin .wp-block-table td, .wp-admin .wp-block-table th {
    border: 1px solid #ccc
}

.wp-block-table table td, .wp-block-table table th {
    border: none;
    padding: .5rem 1rem;
    background-color: transparent
}

.wp-block-table tr:nth-child(2n) td {
    background-color: #101213
}

.wp-block-table thead {
    border-bottom: 3px solid #101213
}

.faq--v1 .faq__title {
    padding: 0;
    margin-bottom: 1rem
}

.faq--v1 .faq__item[open] .faq__item-description {
    padding: 0;
    margin: 8px 0 0 1rem
}

.faq__item-wrapper:not(:last-child) {
    margin-bottom: 1.5rem
}

.faq--v1 .faq__item .faq__item-title svg, .faq--v1 .faq__item[open] .faq__item-title svg {
    fill: #f4bd29
}

.footer__logo {
    display: flex;
    justify-content: center
}

.footer {
    margin-top: 3rem
}

.footer__hr {
    background-color: #8e979a3d
}

.toc-auto {
    max-width: 100%
}

.scroll-top__button {
    border-radius: 10px;
    padding: 4px;
    width: 42px;
    height: 42px
}

.slot-list {
    margin: 1rem 0 0;
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    gap: 16px
}

.slot__button, .slot__title {
    margin-top: 8px;
    line-height: 20px
}

@media (max-width: 1280px) {
    .slot-list {
        grid-template-columns:repeat(4, 1fr)
    }
}

@media (max-width: 1023px) {
    .slot-list {
        grid-template-columns:repeat(3, 1fr)
    }

    .header--v1 .header__toggle-menu {
        margin-left: auto
    }

    .header--v1 .header__buttons .header__toggle-menu {
        margin-left: 20px
    }
}

@media (max-width: 767px) {
    .button-content, .wrapper + .wrapper, .wrapper:first-child {
        margin-top: 1rem
    }

    .button-content, .wrapper:last-child {
        margin-bottom: 1rem
    }

    .comment-form__button, .comment-form__field {
        border-radius: 5px;
        padding: 13px
    }

    .button-content__control, .comment-form__button, .comment-form__field, .comment__content {
        font-size: 14px;
        line-height: 16px
    }

    html {
        font-size: 14px
    }

    .author--v1 .author__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .mobile-button._active {
        display: block
    }

    .breadcrumbs__list_item:not(:last-child) {
        margin-right: 7px
    }

    .breadcrumbs__list-link svg {
        margin-left: 7px
    }

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

    .comment-form__form {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .comment-form__textarea {
        -ms-grid-column: 1;
        grid-column: 1/1;
        grid-row: auto;
        min-height: 120px
    }

    .comment-form__button svg {
        width: 19px;
        height: 19px
    }

    .comment {
        margin-top: 10px
    }

    .footer__links-list, .footer__payments-systems, .footer__social-list {
        padding: 15px 0
    }

    .footer__social-item {
        margin: 0 15px
    }

    .tabs__header {
        border-radius: 20px 20px 0 0
    }

    .tabs--horizontal .tabs__header-button {
        padding: 8px;
        font-size: 18px;
        line-height: 24px
    }

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

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

    .slot-list {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 550px) {
    .slot-list {
        grid-template-columns:1fr
    }
}

.slot {
    background-color: #22252a;
    padding: 4px;
    border-radius: 10px
}

.slot img {
    width: 100%;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
    overflow: hidden
}

.slot__title {
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.slot__button {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 5px;
    padding: 15px 30px;
    font-family: inherit;
    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
    color: var(--color-content-button);
    background: var(--color-content-button-bg);
    transform-origin: center;
    transition: .3s;
    cursor: pointer
}

.slot__button:hover {
    opacity: .7
}

.winners {
    counter-reset: section;
    position: relative;
    margin: 1rem 0;
    padding: 16px;
    list-style: none;
    display: flex
}

.winners::before {
    content: "";
    position: absolute;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 8px;
    padding: 1px;
    background-image: linear-gradient(92deg, #f4bd29, transparent);
    inset: 0
}

.winners__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    padding: 16px 16px 16px 48px;
    background-image: linear-gradient(92deg, #22252a, rgba(20, 27, 46, 0))
}

.winners__item:not(:last-child) {
    margin-bottom: 12px
}

.winners__item-label {
    position: absolute;
    left: 16px;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 2px 4px;
    min-width: 24px;
    background-color: #19081a;
    transform: translateY(-50%)
}

.winners__item-name {
    margin: 0;
    font-weight: 700;
    color: #fff
}

.winners__item-winning {
    margin: 0;
    font-weight: 700;
    background-image: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.winners__item:nth-child(odd) .winners__item-label span {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(168.33deg, #ffdaae 21.56%, #ff9f2e 64.22%, #ffbe73 76.09%, #ffa842 92.6%);
    -webkit-background-clip: text
}

.winners__item:nth-child(2n) .winners__item-label span {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(168.33deg, #dff2f7 23.64%, #fff 46.43%, #d2dee4 56.97%, #fff 86.36%);
    -webkit-background-clip: text
}

.winners .winners__title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    color: #fff;
    background-color: #141414;
    padding: 8px;
    border-radius: 4px 0 0 4px;
    position: relative;
    margin-left: 1px
}

.winners .winners__title:before {
    content: "";
    position: absolute;
    right: -16px;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 16px;
    background: linear-gradient(90deg, #141414 0, rgba(0, 0, 0, 0) 100%)
}

.winners .winners__rline {
    display: flex;
    align-items: center;
    flex: 1 1;
    background-color: transparent;
    overflow: hidden;
    width: max-content;
    border-radius: 0 4px 4px 0
}

.winners .winners__list {
    display: flex;
    list-style: none;
    margin: 0;
    padding-left: 100%;
    animation: 40s linear infinite scroll
}

.winners .winners__person {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #bb8e62;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
    margin-left: 32px
}

@keyframes scroll {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(calc(-100% - 3px))
    }
}

.winners .winners__reward {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    margin-right: 4px
}

.footer__social-link img {
    width: 36px;
    height: 36px
}

.payments-systems__item img {
    max-height: 52px
}

.tabs--horizontal .tabs__header-button {
    padding: 12px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-wrap: nowrap
}

@media (max-width: 1279px) {
    .tabs--vertical .tabs__header-button {
        text-align: center;
        padding-right: 20px
    }

    .tabs__header {
        overflow: auto
    }
}

.pros-cons--v2 .pros-cons__wrapper {
    background-color: #22252a;
    border: 2px solid #000;
    box-shadow: none
}

.pros-cons--v2 .pros-cons__title {
    background-color: #000
}

.pros-cons--v2 .pros-cons__item:not(:last-child) {
    border: none
}

.header--v1 .header__nav-sublist {
    top: 100%;
}

.tabs__content .background-block {
    padding: 0;
    border-radius: 0;
    background: none;
}

@media (max-width: 1280px) {
    .tabs--vertical .tabs__container {
        grid-template-columns: 1fr;
    }
}


.wp-admin #menu-name,
.wp-admin #icl_menu_language,
.wp-admin #icl_menu_translation_of {
    margin-left: 10px !important;
}

.header--v1 .header__nav-sublist::before {
    display: none;
}

/* slots */
.slots__title {
    display: inline-block;
    width: 100%;
}

.slots__description {
    margin: 0 0 1rem;
}

.slots__wrapper--image {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1rem;
}

.slots__image-block {
    display: flex;
    justify-content: center;
}

.slots__image-block img {
    border-radius: 4px;
}

.slots__wrapper--image .slots__list {
    grid-template-columns: repeat(4, 1fr);
}

.slots__list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
}

.slots__item {
    overflow: hidden;
    border-radius: 4px;
    background-color: #22252a;
    display: flex;
    flex-direction: column;
}

.slots__item-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px;
    flex-grow: 1;
}

.slots__item-title {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}

.slots__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 5px;
    padding: 15px 5px;
    font-family: inherit;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    text-decoration: none;
    color: var(--color-content-button);
    background: var(--color-content-button-bg);
    transform-origin: center;
    transition: .3s;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.slots__button:hover {
    opacity: 0.7;
}

@media (max-width: 1280px) {
    .slots__wrapper--image .slots__list {
        grid-template-columns: repeat(3, 1fr);
    }

    .slots__list {
        grid-template-columns: repeat(5, 1fr);
    }
}

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

    .slots__wrapper--image .slots__list {
        grid-template-columns: repeat(4, 1fr);
    }

    .slots__list {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767px) {
    .slots__wrapper--image {
        gap: 12px;
    }

    .slots__wrapper--image .slots__list {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .slots__list {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
}

@media (max-width: 550px) {
    .slots__wrapper--image .slots__list {
        grid-template-columns: repeat(2, 1fr);
    }

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

/* slots */
/* Relink */
.relink {
    padding-bottom: 2rem;
}

.relink--full {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding-bottom: 0;
    gap: 1rem;
}

.relink--full .grid__title,
.relink--full .grid__description {
    margin: 0;
    grid-column: 1 / -1;
}

.relink > .get-image,
.relink > img {
    grid-column: 1 / 3;
    grid-row: auto;
}

.relink > .get-image,
.relink > img {
    border-radius: 4px;
    overflow: hidden;
}

.relink--no-img .relink__list {
    grid-template-columns: repeat(6, 1fr);
    grid-column: 1 / -1;
}

.relink__list {
    grid-column: 3 / -1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.relink__item {
    border-radius: 4px;
    padding: 8px;
    background-color: #22252a;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.relink--full .relink__item {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

.relink__item:hover {
    opacity: 0.8;
}

.relink .get-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.relink__item img {
    max-width: 56px;
    max-height: 56px;
    object-fit: contain;
}

.relink__content {
    flex-grow: 1;
}

.relink--full .relink__content {
    flex-grow: 0;
}

.relink__title {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #fff;
}

.relink__text {
    margin: 4px 0 0;
    font-size: 14px;
    line-height: 1;
    color: #9aa2af;
}

@media (max-width: 1280px) {
    .relink__list {
        grid-template-columns: repeat(3, 1fr);
    }

    .relink--no-img .relink__list {
        grid-template-columns: repeat(4, 1fr);
        grid-column: 1 / -1;
    }
}

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

    .relink > .get-image,
    .relink > img {
        grid-column: auto;
    }

    .relink__list {
        grid-template-columns: repeat(4, 1fr);
    }

    .relink__list {
        grid-column: auto;
    }

    .relink--no-img .relink__list {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767px) {
    .relink--full .relink__list {
        grid-template-columns: repeat(3, 1fr);
    }

    .relink--no-img .relink__list {
        grid-template-columns: repeat(3, 1fr);
    }

    .relink__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 550px) {
    .relink--full .relink__list,
    .relink--no-img .relink__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .relink__list {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Relink */
/* bonus */
.bonus {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0;
}

.bonus__item .get-image,
.bonus__item img {
    height: 100%;
    left: 0;
}

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

.bonus__item {
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    min-height: 124px;
    background-color: #22252a;
}

.bonus__item-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
    height: 100%;
}

.bonus__title {
    margin: 0;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
}

.bonus__text {
    margin: 0 0 8px;
    max-width: 212px;
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    text-align: left;
}

.bonus__button {
    margin-top: auto;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 4px;
    padding: 15px 25px;
    font-family: inherit;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    text-decoration: none;
    color: var(--color-content-button);
    background: var(--color-content-button-bg);
    transform-origin: center;
    transition: .3s;
    cursor: pointer;
}

.bonus__button:hover {
    opacity: 0.7;
}

.bonus__item .get-image,
.bonus__item img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    object-fit: cover;
}

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

.header__link--one {
    background: #1976d2;
    color: #fff;
}

@media (max-width: 767px) {
    .bonus {
        grid-template-columns: 1fr;
        gap: 12px;
    }

}
.header__link--in:hover, .header--v1 .header__link--up:hover, .header__link--one:hover {
    opacity: .7;
}
@media (max-width: 567px) {
		.header--v1 .header__buttons {
    	flex-wrap: wrap;
	}
	.header__link--up {
		width: 100%;
	}
	.header__buttons{
		gap: 5px
	}
	.header--v1 .header__link:not(:last-child) {
    margin-right: 0;
}
}
/* bonus */


/*.container {*/
/*    overflow: hidden;*/
/*}*/
.tabs--vertical .tabs__header-button {
    padding: 20px 40px 20px 20px;
    text-align: left;
}

@media (max-width: 1279px) {
    .tabs__header-button {
        white-space: nowrap;
    }

    .tabs--vertical .tabs__header-button {
        padding: 20px;
    }

    .tabs__header {
        display: flex;
        flex-wrap: wrap !important;
        gap: 4px;
        margin-bottom: 8px;
    }

    .tabs__content {
        border: 1px solid var(--color-accent);
        border-radius: 20px;
    }

    .tabs--horizontal .tabs__header-item,
    .tabs--vertical .tabs__header-item {
        flex-grow: 0;
    }

    .tabs--horizontal .tabs__header-button,
    .tabs--vertical .tabs__header-button {
        border-radius: 20px !important;
        width: fit-content;
        border: 1px solid var(--color-accent) !important;
    }

    .tabs__header-item {
        display: flex;
    }
}

.lang-switch {
    border-radius: 4px;
    padding: 10px;
    position: relative;
    background-color: var(--color-blocks-text-image);
    display: flex;
    z-index: 200;
}

.lang-switch__list {
    margin-top: 0;
    padding-top: 8px;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    padding: 10px;
    border-radius: 0 0 4px 4px;
    background-color: var(--color-blocks-text-image);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.lang-switch__item, .lang-switch__link {
    display: flex;
}

.lang-switch:hover {
    border-radius: 4px 4px 0 0;
}

.lang-switch:hover .lang-switch__list {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.lang-switch {
    flex-shrink: 0;
}
