:root {
    --main-accent-bg-color: #2ecc71;
    --main-nav-color: #ffffff;
    --header-bg-color: #000000;
    --footer-bg-color: #000000;
    --content-button-bg-color: #2ecc71;
    --content-button-color: #ffffff;
    --offsets: 30px
}

.has-white-color{color:#fff}.has-text-align-center{text-align:center}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}@media (max-width:767px){.wp-block-table .has-fixed-layout{table-layout:auto}}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:transparent;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:currentColor}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:currentColor}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}

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

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

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: Inter, Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #2b2b2b;
    overflow-x: hidden
}

button, input {
    font-family: inherit
}

p {
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    margin-top: 1rem
}

a {
    font-size: inherit;
    font-weight: 400;
    color: var(--main-accent-bg-color)
}

a:hover {
    text-decoration: none
}

ol, ul {
    font-size: inherit;
    line-height: inherit;
    padding-left: 0;
    margin-top: 1rem
}

.page-main ol:not([class]), .page-main ul:not([class]), .page-main .wp-block-list {
    list-style: none
}

.page-main ol:not([class]),
.page-main ol.wp-block-list {
    counter-reset: section
}

.page-main ol:not([class]) li,
.page-main ul:not([class]) li,
.page-main .wp-block-list li {
    position: relative;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}

.page-main ol:not([class]) li:not(:last-child),
.page-main ul:not([class]) li:not(:last-child),
.page-main .wp-block-list li:not(:last-child)
{
    margin-bottom: 12px
}

.page-main ul:not([class]) li,
.page-main ul.wp-block-list li{
    padding-left: 12px
}

.page-main ol:not([class]) li,
.page-main ol.wp-block-list li
{
    padding-left: 20px
}

.page-main ol:not([class]) li::before,
.page-main ol.wp-block-list li::before {
    counter-increment: section;
    content: counter(section) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 900;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #f80
}

.page-main ul:not([class]) li::before,
.page-main ul.wp-block-list li::before{
    content: url("data:image/svg+xml;charset=UTF-8,<svg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='1' y='1' width='6' height='6' rx='3' fill='%23181A18' stroke='%23FF8800' stroke-width='2'/></svg>");
    position: absolute;
    left: 0;
    top: 6px;
    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: 8px;
    height: 8px
}

img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

h1 {
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 48px;
    line-height: 64px;
    text-transform: uppercase
}

h2 {
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 36px;
    line-height: 44px
}

h3 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px
}

h4, h5, h6 {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px
}

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

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

.wrapper > h1, .wrapper > h2, .wrapper > h3, .wrapper > h4, .wrapper > h5, .wrapper > h6 {
    border-radius: 3px;
    padding: 16px;
    max-width: 1380px;
    background-color: #181a18;
    color: #fff;
    margin-bottom: 48px
}

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

.wrapper {
    margin-bottom: 40px
}

.wrapper:first-child{
    padding: 40px 0;
}

.wrapper:first-child .columns__item--text a:not([class]){
    color: #f80;
}

.wrapper > :not(:last-child) {
    margin-bottom: 40px
}

table {
    border: 1px solid var(--main-accent-bg-color);
    margin-top: 1rem
}

table th {
    padding: 12px 16px;
    text-align: center;
    background-color: var(--main-accent-bg-color);
    color: #fff
}

table td {
    padding: 12px 16px;
    border: 1px solid var(--main-accent-bg-color)
}

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

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

.get-image {
    margin: 0;
    line-height: 0
}

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

body {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

.page-404 {
    background-image: url(../images/404.png);
    background-position: -100px
}

.last-modified-date {
    display: inline-block;
    margin: 1rem auto;
    text-align: center;
    width: 100%;
    padding: 10px 30px;
    border-radius: 5px;
    background: #fff;
    background: -o-linear-gradient(150deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 5%, #ccc 50%, #fff 95%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(300deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 5%, #ccc 50%, #fff 95%, rgba(255, 255, 255, 0) 100%);
    font-weight: 700
}

.wp-block-table table {
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 1px 1px #d2d2d2 inset;
    box-shadow: 0 0 1px 1px #d2d2d2 inset
}

.wp-block-table .has-fixed-layout th, .wp-block-table th {
    border: none;
    font-weight: 700;
    color: #fff;
    background-color: #2b2b2b;
    word-break: normal
}

.wp-block-table .has-fixed-layout th:not(:last-child), .wp-block-table th:not(:last-child) {
    border-right: 1px solid #d2d2d2
}

.wp-block-table.table-with-image td:first-child {
    position: relative;
    padding-left: 90px;
    min-height: 88px
}

.wp-block-table.table-with-image td:first-child img {
    position: absolute;
    left: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 72px;
    max-width: 72px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.wp-block-table td {
    border: 1px solid #d2d2d2
}

.wp-block-table .has-fixed-layout td {
    word-break: normal
}

.wp-block-table .has-fixed-layout {
    table-layout: auto
}

.page-footer .columns__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.page-footer > .container {
	display: flex;
	flex-direction: column;
	gap: 16px;
	justify-content: center;
	align-items: center;
}

.logo-gallery {
    list-style: 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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0
}

.logo-gallery__item {
    margin: 0 auto
}

.logo-gallery__item .get-image {
    line-height: 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;
    padding: 10px
}

.logo-gallery__item .get-image img {
    max-width: 100px;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.scroll-top__button {
    padding: 10px
}

.main-nav__list > li > span.active__link, .page-footer__list .active__link {
    color: #b75500
}

.wrapper--first-screen {
    padding-top: 70px;
    padding-bottom: 70px;
    color: #fff
}

.wrapper--first-screen .content-button {
    margin-top: 48px
}

.wrapper--first-screen > :last-child {
    margin-bottom: 0
}

.has-scrollbar table {
    position: relative
}

.has-scrollbar table table::after {
    content: "";
    position: absolute;
    top: 1rem;
    bottom: 0;
    width: 56px
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/inter-v12-latin-regular.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/inter-v12-latin-500.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/inter-v12-latin-600.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/inter-v12-latin-700.woff2) format("woff2");
}

/*@font-face {*/
/*    font-display: swap;*/
/*    font-family: Inter;*/
/*    font-style: normal;*/
/*    font-weight: 900;*/
/*    src: url(../fonts/inter-v12-latin-900.woff2) format("woff2");*/
/*}*/

@font-face {
    font-display: swap;
    font-family: Archivo;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/archivo-v18-latin-500.woff2) format("woff2");
}

.accent-button {
    display: inline-block;
    text-decoration: none;
    border: none;
    outline: 0;
    background: 0 0;
    padding: .6rem 1.2rem;
    font-size: 1.2rem;
    font-weight: 300;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.accent-button.fill-button {
    background: var(--main-accent-bg-color);
    border: 2px solid var(--main-accent-bg-color)
}

.accent-button.fill-button:hover {
    -webkit-filter: brightness(105%);
    filter: brightness(105%)
}

.accent-button.outline-button {
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, .5)
}

.accent-button.outline-button:hover {
    background-color: rgba(255, 255, 255, .1)
}

.content-button {
    margin-top: 32px
}

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

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

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

.content-button a, .content-button button, .content-button span {
    background: var(--content-button-bg-color);
    display: inline-block;
    border: 2px solid var(--content-button-bg-color);
    padding: 20px 40px;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    border-radius: 3px;
    color: var(--content-button-color);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    cursor: pointer;
    text-decoration: none
}

.content-button a:hover, .content-button button:hover, .content-button span:hover {
    background-color: #181a18
}

.page-header {
    background-color: var(--header-bg-color)
}

.page-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem 0
}

.page-header__logo {
    margin-right: 32px;
    max-width: 150px;
    width: 100%
}

.page-header__buttons {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto
}

.page-header__burger {
    display: none;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 35px;
    height: 25px
}

.page-header__burger span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #f80;
    border-radius: 20%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.page-header__burger.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotateZ(45deg);
    -ms-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) 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(-11px) rotateZ(-45deg);
    -ms-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotateZ(-45deg)
}

.page-header__button {
    border: 2px solid #f80;
    border-radius: 3px;
    padding: 12px 26px;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.page-header__button + .page-header__button {
    margin-left: 12px
}

.page-header__button--first {
    background-color: #f80
}

.page-header__button--first:hover, .page-header__button--second {
    background-color: #181a18
}

.page-header__button--second:hover {
    background-color: #f80
}

.main-nav__list {
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

.main-nav__list > li:not(:last-child) {
    margin-right: 32px
}

.main-nav__list > li:hover .sub-menu {
    opacity: 1;
    pointer-events: auto
}

.main-nav__list > li > span.active__link {
    color: #f80
}

.main-nav__list > li > a, .main-nav__list > li > span, .main-nav__list > li > div {
    padding: 12px 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    position: relative;
    color: var(--main-nav-color);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.main-nav .menu-item-has-children {
    position: relative;
    padding-right: 12px
}

.main-nav .menu-item-has-children .sub-menu__arrow {
    display: block;
    padding: 0;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -4px
}

.main-nav .menu-item-has-children .sub-menu__arrow svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    max-width: 15px;
    width: 100%;
    height: auto;
    fill: var(--main-accent-bg-color);
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.main-nav .menu-item-has-children.active {
    border-radius: 3px;
    background-color: #242424
}

.main-nav .menu-item-has-children.active .sub-menu__arrow {
    background-color: #2b2b2b
}

.main-nav .menu-item-has-children.active .sub-menu__arrow svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.main-nav .menu-item-has-children.active > a, .main-nav .menu-item-has-children.active > span {
    padding-left: 12px;
    background-color: #2b2b2b
}

.main-nav .menu-item-has-children.active .sub-menu {
    display: block;
    position: relative;
    opacity: 1;
    pointer-events: auto;
    top: 0;
    margin-top: 0
}

.main-nav .menu-item-has-children.active .sub-menu::before {
    display: none
}

.main-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    border-radius: 3px;
    padding: 8px 16px;
    background-color: #2b2b2b;
    list-style: none;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
    z-index: 100
}

.main-nav .sub-menu a, .main-nav .sub-menu span {
    display: block;
    padding: 12px 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #d2d2d2;
    white-space: nowrap;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.main-nav .sub-menu a:hover, .main-nav .sub-menu span:hover {
    color: var(--main-accent-bg-color)
}

.main-nav .sub-menu span {
    color: #f80
}

.main-nav .sub-menu:hover {
    color: var(--main-accent-bg-color)
}

/*.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: 0 -1rem
}

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

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

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

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

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

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

.wp-block-columns {
    max-width: calc(1380px + var(--offsets) + var(--offsets));
    padding: 2rem var(--offsets);
    margin: 0 auto;
    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
}

.columns__container > h1, .columns__container > h2, .columns__container > h3 {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 16px;
    border-radius: 3px;
    padding: 16px;
    width: 100%;
    text-align: left;
    color: #fff;
    background-color: #181a18
}

.columns__item--text > :first-child {
    margin-top: 0
}

.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-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.icon-blocks__item {
    background-color: var(--main-accent-bg-color);
    width: calc(100% / 6);
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff
}

.icon-blocks__item:hover .icon-blocks__image {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.icon-blocks__image {
    text-align: center;
    margin-top: 2rem;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.icon-blocks__image img {
    max-width: 100px
}

.icon-blocks__content {
    text-align: center;
    margin: 1rem 0 0;
    color: #fff;
    font-size: .9rem
}

.bonus {
    border: 1px solid var(--main-accent-bg-color);
    border-radius: 10px;
    height: 100%;
    padding: 1rem;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bonus__title {
    font-size: 2rem;
    text-align: center;
    color: var(--main-accent-bg-color)
}

.bonus__value {
    margin: 2rem 0;
    font-size: 4rem;
    line-height: 4.5rem;
    font-weight: 600;
    text-align: center;
    color: var(--main-accent-bg-color)
}

.bonus__text {
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-weight: 500;
    text-align: center;
    color: #000;
    margin-bottom: 2rem
}

.bonus__button {
    margin-top: auto;
    padding: 1rem 3rem;
    border: 1px solid #000;
    border-radius: 5px;
    background-color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
    text-decoration: none
}

.bonus__button:hover {
    background-color: var(--main-accent-bg-color);
    border: 1px solid var(--main-accent-bg-color);
    color: #fff
}

.bonus.accented {
    background-color: var(--main-accent-bg-color)
}

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

.bonus.accented .bonus__button {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.bonus.accented .bonus__button:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: var(--main-accent-bg-color)
}

.review {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 1rem;
    height: 100%;
    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-sizing: border-box;
    box-sizing: border-box
}

.review__text {
    margin-top: 0;
    color: rgba(33, 33, 33, .7);
    font-weight: 500;
    margin-bottom: .5rem
}

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

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

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

.show-posts {
    background: #fbfbfb
}

.show-posts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 10px;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
    background-color: #fff
}

.show-posts__item:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1)
}

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

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

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

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

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

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

.show-posts__hidden-link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2
}

.video {
    max-width: 650px
}

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

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

.video__container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000
}

.video__preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: 0 0;
    border: none
}

.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;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.page-footer {
    background-color: var(--header-bg-color);
    padding: 40px 0;
}

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

.page-footer__nav {
    padding: 15px 0;
    margin: 0 auto;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.page-footer__list {
    margin: 0;
    padding: 0;
    list-style: 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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-footer__list li:not(:last-child) {
    margin-right: 25px
}

.page-footer__list a, .page-footer__list span {
    font-size: 1.1rem;
    font-weight: 300;
    color: var(--main-nav-color);
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.page-footer__list a:hover, .page-footer__list span:hover {
    color: var(--main-accent-bg-color)
}

.page-footer__list .sub-menu {
    margin: .2rem 0
}

.page-footer__text {
    color: var(--main-nav-color);
    font-weight: 300;
    font-size: .9rem;
    line-height: 1.4rem
}

.page-footer__logo img{
    max-height: 55px;
}

.page-footer .columns__item > * {
    margin-bottom: 1rem
}

.page-footer .columns__item > :first-child {
    margin-top: 0
}

.page-footer .columns__item * {
    color: var(--main-nav-color)
}

@media (max-width: 767px) {
    .page-footer__list {
        flex-direction: column;
    }

    .page-footer .page-footer__list li{
        margin-right: 0;
    }
}

.faq__item {
    border-top: 1px solid #d2d2d2
}

.faq__item:not(:last-child) {
    margin-bottom: 0
}

.faq__details {
    padding: 20px 0;
    outline: 0
}

.faq__details[open] .faq__question svg {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.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;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    font-family: inherit;
    color: var(--color-font-dark);
    cursor: pointer;
    outline: 0
}

.faq__question svg {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-left: 30px;
    fill: #000;
    z-index: 10;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 32px;
    width: 32px
}

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

.faq__answer {
    padding: 16px 0 0
}

.faq__answer * {
    margin-top: .8rem;
    font-family: inherit;
    font-style: normal;
    font-size: inherit;
    line-height: inherit
}

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

.toc {
    display: inline-block;
    /*padding: 40px 0;*/
    width: 100%
}

.toc.active .toc__list {
    margin-top: 8px;
    max-height: 100%
}

.toc.active .toc__title::after {
    transform: rotate(0)
}

.toc__title {
    position: relative;
    display: inline-block;
    margin: 0;
    color: #fff;
    cursor: pointer
}

.toc__title::after {
    display: none;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
    width: 32x;
    height: 32px;
    content: url("data:image/svg+xml;charset=UTF-8,<svg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='32' height='32' rx='3' fill='%23ffffff'/><path d='M21 18.5L16 13.5L11 18.5' stroke='%23181A18' stroke-width='2' stroke-linecap='square'/><path d='M21 18.5L16 13.5L11 18.5' stroke='%23181A18' stroke-width='2' stroke-linecap='square'/></svg>")
}

.toc__list {
    height: auto;
    max-height: 0;
    overflow: hidden;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.toc__item {
    margin-top: 12px
}

.toc__item:not(:last-child) {
    margin-right: 12px
}

.toc__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background-color: #2b2b2b;
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.toc__link .get-image {
    margin-right: 4px
}

.toc__link .get-image img {
    max-height: 20px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.page-single {
    max-width: 1440px;
    margin: 0 auto 3rem;
    padding: 0 10px
}

.breadcrumbs {
    background-color: #2b2b2b;
    padding: 16px 0
}

.breadcrumbs__list {
    list-style: none;
    margin-top: 0;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.breadcrumbs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px
}

.breadcrumbs__current, .breadcrumbs__link {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #d2d2d2;
    text-decoration: none
}

a.breadcrumbs__link:hover {
    color: #f80;
    text-decoration: none
}

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

.promocode {
    padding: 1rem 0
}

.promocode__container {
    max-width: 670px;
    margin: 0 auto;
    background-color: #000;
    padding: 1rem 2rem
}

.promocode__title {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-align: center;
    color: #FFF;
}

.promocode__controls {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 3px;
    background-color: #181a18;
    border-radius: 8px
}

.promocode__value {
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
    margin-left: 10%;
    color: #FFF;
}

.promocode__button {
    outline: 0;
    text-decoration: none;
    text-align: center;
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    cursor: pointer;
    border: 2px solid #f80;
    border-radius: 3px;
    padding: 12px 26px;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: #f80;
}

.promocode__button:hover {
    background-color: #181a18;
}

.promocode__text {
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    color: #FFF;
}

.promocode__bottom {
    display: block;
    margin: 1.2rem auto 0;
    max-width: 300px;
    width: 100%;
    outline: 0;
    text-align: center;
    text-decoration: none;
    border: 2px solid #f80;
    border-radius: 3px;
    padding: 12px 26px;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer
}

.promocode__bottom:hover {
    background-color: #f80;
}

.mobile-button {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10
}

.mobile-button .mobile-button__control {
    border: none;
    border-radius: 3px;
    padding: 12px;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    background-color: #f80;
    color: #fff
}

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

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

.slots {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    min-height: 200px;
    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-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 30px 10px;
    height: 100%
}

.slots__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slots > :not(.slots__image){
    z-index: 2;
}

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

.slots__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5
}

.slots__title {
    color: #fff;
    text-align: center;
}

.slots .slots__button {
    font-weight: 300;
    width: 80%;
    padding: .3rem 1rem
}

.slots .slots__button + .slots__button{
    margin-top: 1rem;
}

.slots__text {
    color: #fff;
    font-size: .9rem;
    text-align: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 5px
}

/* Slots popup */
.slots-popup{
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,.7);
    margin: 0!important;
}

.slots-popup._active{
    display: flex;
}

.slots-popup__title{
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    padding: 10px;
}

.slots-popup__buttons{
    display: flex;
    justify-content: center;
}

.slots-popup__buttons .slots__button{
    width: unset;
}

.slots-popup__frame {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto 1fr;
    width: 100%;
    height: 100%;
    max-width: 1380px;
    max-height: 720px;
    margin: auto;
    border-radius: 12px;
    background: #2b2b2b;
    padding: 8px 12px 0 12px;
}

.slots-popup__body{
    position: relative;
    grid-column: 1/4;
    grid-row: 2/3;
    margin: 8px -10px 2px -10px;
    border-radius: 10px;
    background: #1A1B1A;
    overflow: hidden;
}

.slots-popup__body iframe{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border: none;
}

.slost-popup__cross{
    background: none;
    border: none;
    cursor: pointer;
}

@media (max-width: 767px) {
    .slots-popup__frame{
        max-height: unset;
        height: 80vh;
    }

    .slots-popup__frame{
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto 1fr;
    }

    .slost-popup__cross{
        grid-column: 2/3;
        grid-row: 1/2;
    }

    .slots-popup__frame .slots-popup__buttons{
        grid-column: 1/3;
        grid-row: 2/3;
    }

    .slots-popup__body{
        grid-column: 1/3;
        grid-row: 3/4;
    }
}

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

.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;
    text-align: center;
    padding: 1rem;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    border-radius: 10px;
    height: 100%
}

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

.advantages__title {
    margin-top: 1rem
}

.rating {
    padding: 1rem 0
}

.rating__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rating__item {
    font-size: 1.3rem;
    padding: 0 .2rem;
    color: #888
}

.difference__element {
    padding: 1rem;
    border: 1px solid var(--main-accent-bg-color);
    border-radius: 10px
}

.difference__list {
    list-style: none;
    padding-left: 0
}

.difference__item {
    margin: 1rem 0;
    padding-left: 25px;
    position: relative
}

.difference__item::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.difference__item_plus::before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzY3LjgwNSAzNjcuODA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzNjcuODA1IDM2Ny44MDU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIHN0eWxlPSJmaWxsOiMzQkI1NEE7IiBkPSJNMTgzLjkwMywwLjAwMWMxMDEuNTY2LDAsMTgzLjkwMiw4Mi4zMzYsMTgzLjkwMiwxODMuOTAycy04Mi4zMzYsMTgzLjkwMi0xODMuOTAyLDE4My45MDINCgkJUzAuMDAxLDI4NS40NjksMC4wMDEsMTgzLjkwM2wwLDBDLTAuMjg4LDgyLjYyNSw4MS41NzksMC4yOSwxODIuODU2LDAuMDAxQzE4My4yMDUsMCwxODMuNTU0LDAsMTgzLjkwMywwLjAwMXoiLz4NCgk8cG9seWdvbiBzdHlsZT0iZmlsbDojRDRFMUY0OyIgcG9pbnRzPSIyODUuNzgsMTMzLjIyNSAxNTUuMTY4LDI2My44MzcgODIuMDI1LDE5MS4yMTcgMTExLjgwNSwxNjEuOTYgMTU1LjE2OCwyMDQuODAxIA0KCQkyNTYuMDAxLDEwMy45NjggCSIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=)
}

.difference__item_minus::before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiBjbGFzcz0iIj48Zz48ZWxsaXBzZSBzdHlsZT0iZmlsbDojRTA0RjVGOyIgY3g9IjI1NiIgY3k9IjI1NiIgcng9IjI1NiIgcnk9IjI1NS44MzIiIGRhdGEtb3JpZ2luYWw9IiNFMDRGNUYiIGNsYXNzPSIiLz48cmVjdCB4PSIxMTMuMiIgeT0iMjI4IiBzdHlsZT0iZmlsbDojRkZGRkZGIiB3aWR0aD0iMjg1LjY3MiIgaGVpZ2h0PSI1NiIgZGF0YS1vcmlnaW5hbD0iI0ZGRDA3RCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iI0ZGRDA3RCIvPjwvZz4gPC9zdmc+Cg==)
}

.comments {
    margin: 2rem -10px -10px
}

.comments .comment {
    margin: 10px
}

.comments .comment__author {
    font-size: 1.2rem;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0
}

.comments .comment__date {
    font-size: .9rem;
    margin-left: 15px;
    color: #a2a2a2
}

.comments .comment__content {
    padding: 10px 0 0 10px;
    margin-left: 10px;
    border-left: 1px solid var(--main-accent-bg-color);
    margin-top: 0;
    font-size: 1rem;
    font-weight: 300
}

.comments .comment__karma {
    margin-left: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comments .comment__karma .karma__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px;
    cursor: pointer;
    outline: 0;
    border: none;
    width: 15px;
    height: 15px;
    line-height: 16px;
    border-radius: 50%;
    color: #fff;
    opacity: .1
}

.comments .comment__karma .karma__control.decrease {
    background-color: #dc3545
}

.comments .comment__karma .karma__control.increase {
    background-color: #28a745
}

.comments .comment__karma .karma__control:hover {
    opacity: 1
}

.comments .comment__karma .value {
    font-size: 1rem;
    font-weight: 300;
    color: #a2a2a2
}

.comments .comment__reply {
    background-color: transparent;
    border: none;
    outline: 0;
    cursor: pointer;
    color: #888
}

.comments .comment__child {
    padding-left: 20px;
    position: relative
}

.comment-footer {
    margin-top: 2rem
}

.comment-form-footer {
    margin: 3rem 0
}

.comment-form__title {
    text-align: center
}

.comment-form__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px auto 0;
    max-width: 700px
}

.comment-form__field {
    padding: 10px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    outline: 0;
    font-size: 1rem;
    font-weight: 300;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.comment-form__field:active, .comment-form__field:focus, .comment-form__field:hover {
    border: 1px solid var(--main-accent-bg-color)
}

.comment-form__field.error {
    border: 1px solid #dc3545;
    background-color: rgba(220, 53, 69, .05)
}

.comment-form__input {
    width: calc(100% / 2 - 20px);
    margin: 10px
}

.comment-form__textarea {
    width: calc(100% - 20px);
    margin: 10px;
    min-height: 100px
}

.comment-form__button {
    margin: 10px
}

.comment-form__alert {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: .8rem;
    font-weight: 300;
    color: #000;
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    display: block;
    text-align: center;
    width: calc(100% - 20px)
}

.comment-form__alert.error {
    opacity: 1;
    color: #dc3545
}

.comment-form__alert.success {
    opacity: 1;
    color: #28a745
}

.page-404__title {
    text-align: center;
    font-size: 5rem;
    margin-top: 2rem
}

.page-404__subtitle {
    text-align: center;
    font-size: 2rem;
    font-weight: 300;
    margin-top: 2rem
}

.page-404__link {
    margin: 2rem 0;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

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

.scroll-top__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background-color: var(--main-accent-bg-color);
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: 20px
}

@font-face {
    font-family: PF_Kids_Pro;
    font-style: normal;
    font-weight: 400;
    src: local(""), url(../fonts/PF_Kids_Pro.woff2) format("woff2")
}

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

.slider__content {
    margin: 1rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slider__title {
    font-family: PF_Kids_Pro, sans-serif;
    font-weight: 400;
    font-size: 4rem;
    line-height: 4.2rem;
    color: #202021;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: right
}

.slider__button {
    font-size: 1.2rem;
    padding: 1rem 6rem;
    border-radius: 31px;
    height: 67px;
    background: #03a528;
    border: 3px solid #03a528;
    margin-left: 4rem
}

.slider__button:hover {
    background: #fff;
    color: #03a528
}

.slider .swiper-pagination {
    position: relative;
    bottom: 0
}

.slider .swiper-pagination::after, .slider .swiper-pagination::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    max-width: 400px;
    height: 10px;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.small-icons__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 150px;
    flex: 1 1 150px;
    padding: 1rem 2rem;
    position: relative
}

.small-icons__item:not(:last-of-type):after {
    content: "";
    position: absolute;
    top: calc(50% - .5rem);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 40px;
    border-left: 1px dotted #cdcdcd
}

.small-icons__item a {
    text-decoration: none
}

.small-icons__image {
    width: 35px;
    height: 35px;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #0083c3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto
}

.small-icons__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.small-icons__text {
    text-align: center;
    margin-top: 5px;
    font-weight: 600;
    text-decoration: none;
    color: #0083c3;
    font-size: 1rem
}

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

.author-block_outlined {
    border: 1px solid var(--main-accent-bg-color);
    padding: 1rem;
    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
}

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

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

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

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

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

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

.author-block__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin: .5rem -5px -5px
}

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

.author-block__social li:hover {
    opacity: .7
}

.shared-items {
    margin: 2rem 0
}

.shared-items__title {
    margin: 15px 10px;
    font-size: 1.2rem;
    font-weight: 600
}

.shared-items__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -2px;
    padding-left: 0
}

.shared-items__item {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 150px;
    flex: 1 1 150px;
    margin: 2px
}

.shared-items__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 .5rem;
    background-color: #f1f1f1;
    border-radius: 10px
}

.shared-items__link svg {
    width: 30px;
    height: 30px
}

#cookie-law-div {
    z-index: 10000000;
    position: fixed;
    bottom: 3%;
    right: 2%;
    padding: 1em;
    max-width: 400px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    font-size: 15px;
    -webkit-box-shadow: rgba(23, 43, 99, .4) 0 7px 28px;
    box-shadow: rgba(23, 43, 99, .4) 0 7px 28px
}

#cookie-law-div a {
    font-size: 15px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, .5)
}

#cookie-law-div a:hover {
    opacity: .7
}

#cookie-law-div p {
    margin: 0;
    color: #000;
    padding-right: 50px
}

#cookie-law-div button {
    height: 20px;
    width: 20px;
    position: absolute;
    right: .5em;
    top: 20px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 1;
    color: #fff;
    background-color: #000;
    border: none;
    opacity: .6;
    font-size: 12px;
    cursor: pointer;
    border-radius: 50px
}

#cookie-law-div button:hover {
    opacity: 1
}

.acceptButton {
    width: 113px !important;
    background-color: green !important;
    top: 124px !important
}

.social {
    margin: 0;
    padding: 15px 0;
    list-style: none;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    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
}

.social__item:not(:last-child) {
    margin-right: 25px
}

.social__link img {
    width: 25px;
    height: 25px;
    -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(--header-bg-color)
}

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

.video-v2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.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;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
    background-color: transparent;
    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;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.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: rgba(0, 0, 0, .6)
}

.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 {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

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

.gbtn {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: rgba(204, 204, 204, .3) !important
}

.how-to {
    padding-top: 24px
}

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

.how-to__item {
    position: relative;
    border: 2px solid #d2d2d2;
    border-radius: 3px;
    padding: 32px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    gap: 20px
}

.how-to__item:not(:last-child) {
    margin-bottom: 60px
}

.how-to__item:not(:last-child)::after {
    position: absolute;
    bottom: -24px;
    left: 76px;
    width: 18px;
    height: 24px;
    content: url("data:image/svg+xml;charset=UTF-8,<svg width='16' height='24' viewBox='0 0 16 24' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='7' width='2' height='12' fill='%23D2D2D2'/><path d='M8 24L1.0718 12L14.9282 12L8 24Z' fill='%23D2D2D2'/></svg>")
}

.how-to__item-label {
    position: absolute;
    top: 0;
    left: 32px;
    border-radius: 3px;
    padding: 8px 16px;
    background-color: #181a18;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.how-to__item-label-counter {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin-top: 0;
}

.how-to__item-title {
    margin: auto 0 0
}

.how-to__item-image {
    -ms-grid-row-span: 2;
    grid-row: span 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.how-to__item-content * {
    font-size: 16px !important;
    line-height: 24px !important
}

.how-to__item-subtitle {
    margin-top: 0;
    font-size: 16px !important;
    line-height: 24px !important
}

.how-to__cta-buttoon {
    margin-top: 32px;
    background: var(--content-button-bg-color);
    display: inline-block;
    border: 2px solid var(--content-button-bg-color);
    padding: 20px 40px;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    border-radius: 3px;
    color: var(--content-button-color);
    -webkit-transition: 150ms;
    -o-transition: 150ms;
    transition: 150ms;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    cursor: pointer;
    text-decoration: none
}

.how-to__cta-buttoon:hover {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.aviator-block {
    padding-top: 48px;
    padding-bottom: 80px;
    background-color: #1a1b1a
}

.aviator-block__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 328px;
    grid-template-columns:1fr 328px;
    gap: 32px 20px
}

.aviator-block__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column: 1/-1;
    margin: 0 0 -20px;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.aviator-block__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    color: #d2d2d2;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.aviator-block__logo {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.aviator-block__game {
    display: -ms-grid;
    display: grid;
    overflow: hidden;
    border-radius: 3px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.aviator-block__game-box {
    aspect-ratio: 16/9;
    background-color: #111
}

.aviator-block__game-box .get-image {
    height: 100%
}

.aviator-block__game-box img {
    max-width: 100%;
    height: 100%
}

.aviator-block__game-iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.aviator-block__game-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;
    padding: 16px;
    background-color: #2b2b2b
}

.aviator-block__affiliate-link {
    border: 2px solid #f80;
    border-radius: 3px;
    padding: 12px 26px;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: #f80;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.aviator-block__affiliate-link:hover {
    background-color: transparent
}

.aviator-block__game-rating {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #d2d2d2;
    font-size: 14px;
    line-height: 24px
}

.aviator-block__game-rating strong {
    padding-right: 4px;
    color: #fff;
    font-size: 16px;
    line-height: 24px
}

.aviator-block__game-rating span {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #f80
}

.aviator-block__game-box {
    position: relative;
    grid-column: 1/-1
}

.aviator-block__demo-link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid #f80;
    border-radius: 3px;
    padding: 12px 26px;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.aviator-block__demo-link:hover {
    background-color: #f80
}

.aviator-block__game-footer {
    display: none
}

.aviator-block__parametrs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 3px;
    padding: 14px;
    background-color: #2b2b2b;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.aviator-block__table-parametrs {
    margin: 0;
    border: none;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.aviator-block__table-parametrs td {
    border: none;
    padding: 10px
}

.aviator-block__table-parametrs td:nth-child(1) {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.aviator-block__table-parametrs td:nth-child(2) {
    font-size: 14px;
    line-height: 24px;
    color: #d2d2d2;
    text-align: right
}

.partners.swiper {
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #111
}

.partners__title {
    margin-bottom: 12px;
    color: #fff;
    text-align: center
}

.partners__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important
}

.partners__list-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.partners__list-item .get-image {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.tabs {
    overflow: hidden
}

.tabs__container {
    overflow: auto
}

.tabs__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style: none;
    overflow: auto;
    margin: 0 0 -1px;
    padding: 0
}

.tabs__header-button {
    overflow: hidden;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    outline: 0;
    border: none;
    border-radius: 3px 3px 0 0;
    padding: 12px 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    background-color: #ededed;
    color: #181a18;
    -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__header-button:not(:last-child) {
    margin-right: 4px
}

.tabs__header-button.active, .tabs__header-button:hover {
    color: #fff;
    background-color: #181a18
}

.tabs__list {
    list-style: none;
    margin: 0;
    border-style: solid;
    border-width: 0 2px 2px;
    border-color: var(--bg-table);
    background-color: #fff
}

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

.tabs__content .columns {
    padding: 1rem 0
}

.tabs__content .columns__container > h1, .tabs__content .columns__container > h2, .tabs__content .columns__container > h3 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 8px
}

.tabs__item > :first-child {
    margin-top: 0
}

.tabs__item > :last-child {
    margin-bottom: 0
}

.table-image {
    overflow: auto
}

.table-image__table {
    overflow: hidden;
    border-collapse: collapse;
    border-radius: 3px;
    width: 100%;
    -webkit-box-shadow: 0 0 1px 1px #d2d2d2 inset;
    box-shadow: 0 0 1px 1px #d2d2d2 inset
}

.table-image__table th {
    border: 1px solid #2b2b2b;
    border-bottom: none;
    padding: 8px;
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    background-color: #2b2b2b
}

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

.table-image__cell {
    border: 1px solid #d2d2d2;
    padding: .5em;
    min-width: 240px
}

.table-image__cell > :first-child {
    margin-top: 0
}

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

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

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

.payments-table__table {
    overflow: hidden;
    margin: 1rem auto 0;
    border-collapse: collapse;
    border-radius: 3px;
    width: 100%;
    -webkit-box-shadow: 0 0 1px 1px #d2d2d2 inset;
    box-shadow: 0 0 1px 1px #d2d2d2 inset
}

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

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

.payments-table__cell {
    border: 1px solid #d2d2d2;
    padding: 16px 12px
}

.payments-table__cell--1 {
    border-right: none;
    border-bottom: none
}

.payments-table__cell--2 {
    border-bottom: none;
    border-left: none;
    text-align: right
}

.payments-table__cell--1[colspan="2"] {
    text-align: center
}

.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;
    font-weight: 700
}

.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: 72px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (hover: hover), screen and (min-width: 0\0
) {
    .toc__link:focus, .toc__link:hover {
        color: var(--main-accent-bg-color)
    }

    .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 .menu-item-has-children:hover .sub-menu__arrow svg {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

@media (min-width: 1024px) {
    .main-nav .menu-item-has-children .sub-menu__arrow {
        pointer-events: none
    }
}

@media (max-width: 1390px) {
    .wrapper > h1, .wrapper > h2, .wrapper > h3, .wrapper > h4, .wrapper > h5, .wrapper > h6 {
        margin-bottom: 32px;
        border-radius: 0
    }

    .columns__container > h1, .columns__container > h2, .columns__container > h3 {
        border-radius: 0;
        margin-left: calc(0px - var(--offsets));
        margin-right: calc(0px - var(--offsets));
        width: calc(100% + 2 * var(--offsets));
        padding-left: calc(var(--offsets) + 1rem);
        padding-right: calc(var(--offsets) + 1rem)
    }

    .tabs__content .columns__container > h1, .tabs__content .columns__container > h2, .tabs__content .columns__container > h3 {
        border-radius: 0 3px 3px;
        padding: 16px;
        max-width: 1440px;
        margin-left: 1rem;
        margin-right: 1rem
    }
}

@media (max-width: 1390px) and (max-width: 767px) {
    .tabs__content .columns__container > h1, .tabs__content .columns__container > h2, .tabs__content .columns__container > h3 {
        border-radius: 3px
    }
}

@media (max-width: 1300px) {
    .columns.col-6 .columns__item {
        width: calc(100% / 5 - 2rem)
    }

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

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

@media (max-width: 1200px) {
    .columns.col-5 .columns__item, .columns.col-6 .columns__item {
        width: calc(100% / 4 - 2rem)
    }

    .wp-block-columns.col-5, .wp-block-columns.col-6 {
        -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: 1024px) {
    .page-header__container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: var(--offsets) 0;
        position: relative
    }

    .page-header__logo {
        max-width: 100px
    }

    .page-header__nav {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .page-header__buttons {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .page-header__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .main-nav {
        margin-left: calc(-100vw / 2 + 100% / 2) !important;
        margin-right: calc(-100vw / 2 + 100% / 2) !important;
        max-width: 100vw !important;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: var(--header-bg-color);
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 250ms;
        -o-transition: opacity 250ms;
        transition: opacity 250ms
    }

    .main-nav.active {
        opacity: 1;
        pointer-events: auto;
        z-index: 9999
    }

    .main-nav__list {
        -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;
        padding: 1rem
    }

    .main-nav__list > li {
        width: 100%
    }

    .main-nav__list > li > a, .main-nav__list > li > span {
        display: block;
        width: 100%
    }

    .main-nav .menu-item-has-children {
        padding-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .main-nav .menu-item-has-children > a, .main-nav .menu-item-has-children > span {
        width: calc(100% - 40px)
    }

    .main-nav .menu-item-has-children .sub-menu__arrow {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        pointer-events: auto;
        padding: 14px;
        width: 40px;
        height: 40px
    }

    .main-nav .sub-menu {
        display: none;
        width: 100%;
        background-color: transparent
    }
}

@media (max-width: 1023px) {
    .page-header__buttons {
        margin: 0 auto
    }

    .main-nav__list > li:not(:last-child) {
        margin: 0 0 4px
    }

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

    .aviator-block__description {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .aviator-block__game {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        grid-column: 1/-1
    }

    .aviator-block__parametrs {
        grid-column: 1/-1
    }

    .table-image__table th:first-child {
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content
    }

    .payments-table__table th:first-child {
        min-width: 240px
    }
}

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

    .columns.col-4 .columns__item, .columns.col-5 .columns__item, .columns.col-6 .columns__item {
        width: calc(100% / 3 - 2rem)
    }

    .icon-blocks__item {
        width: calc(100% / 3)
    }
}

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

@media (max-width: 900px) {
    .wp-block-columns.col-3, .wp-block-columns.col-4, .wp-block-columns.col-5, .wp-block-columns.col-6 {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 800px) {
    .columns__container > h1, .columns__container > h2, .columns__container > h3 {
        margin-bottom: 8px
    }

    .columns__item--image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .columns__item--text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 34px;
        line-height: 48px
    }

    h2 {
        font-size: 26px;
        line-height: 32px
    }

    h3 {
        font-size: 24px;
        line-height: 32px
    }

    h4, h5, h6 {
        font-size: 20px;
        line-height: 28px
    }

    .wrapper > h1, .wrapper > h2, .wrapper > h3, .wrapper > h4, .wrapper > h5, .wrapper > h6 {
        margin-bottom: 24px
    }

    .wrapper {
        margin-bottom: 20px
    }

    .wrapper > :not(:last-child) {
        margin-bottom: 20px
    }

    .logo-gallery__item .get-image img {
        max-width: 50px
    }

    .wrapper--first-screen {
        padding-top: 0;
        padding-bottom: 50px
    }

    .wrapper--first-screen .content-button {
        margin-top: 32px
    }

    .wrapper--first-screen > :last-child {
        margin-bottom: 0
    }

    /*.columns {*/
    /*    padding: 1rem 0*/
    /*}*/

    .columns__item {
        margin: .5rem 1rem
    }

    .columns__container > h1, .columns__container > h2, .columns__container > h3 {
        width: calc(100% + var(--offsets))
    }

    .page-footer__list a, .page-footer__list span {
        padding: 5px
    }

    .faq__question {
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        font-size: 20px;
        line-height: 28px
    }

    .toc.active .toc__list {
        margin-top: 12px
    }

    .toc__title::after {
        display: inline-block
    }

    .toc__title {
        width: 100%;
        margin: 0
    }

    .toc__list {
        width: 100%
    }

    .toc__list.vertical {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .toc__list.vertical .toc__item {
        width: 100%
    }

    .toc__list.vertical .toc__item:not(:last-child) {
        margin-right: 0
    }

    .toc__link {
        width: 100%;
        text-align: center
    }

    .mobile-button {
        display: block
    }

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

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

    .how-to__item:not(:last-child)::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .how-to__item:not(:last-child) {
        margin-bottom: 50px
    }

    .how-to__item {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        padding: 32px 16px 16px
    }

    .how-to__item-label {
        left: 16px;
        right: 16px;
        padding: 4px;
        text-align: center
    }

    .how-to__item-label-counter {
        font-size: 18px;
        line-height: 24px
    }

    .how-to__item-image {
        grid-row: auto
    }

    .aviator-block {
        padding-top: 24px;
        padding-bottom: 24px;
        background: #1a1b1a !important
    }

    .aviator-block__container {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 12px
    }

    .aviator-block__title {
        margin-bottom: 8px
    }

    .aviator-block__description {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .aviator-block__logo {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin-bottom: 12px
    }

    .aviator-block__game-box {
        aspect-ratio: auto;
        min-height: 480px
    }

    .aviator-block__game-header {
        padding: 12px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .aviator-block__game-header .aviator-block__affiliate-link {
        display: none
    }

    .aviator-block__game-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 8px;
        background-color: #2b2b2b
    }

    .aviator-block__parametrs {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 20px
    }

    .tabs__header {
        margin: 0 0 4px;
        overflow: auto
    }

    .tabs__header-button:not(:last-child) {
        border-radius: 3px
    }
}

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

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

    .wp-block-columns.col-2, .wp-block-columns.col-3, .wp-block-columns.col-4, .wp-block-columns.col-5, .wp-block-columns.col-6 {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }
}

@media (max-width: 700px) {
    .slider__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .slider__title {
        text-align: center
    }

    .slider__button {
        margin-left: 0;
        margin-top: 1rem
    }
}

@media screen and (max-width: 700px) {
    #cookie-law-div p {
        padding-bottom: 36px
    }

    .acceptButton {
        left: calc(50% - 60px)
    }
}

@media (max-width: 650px) {
    .main-nav .sub-menu {
        max-width: 100%
    }

    .icon-blocks__item {
        width: calc(100% / 2)
    }
}

@media (max-width: 600px) {
    .page-header__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page-header__buttons {
        margin-top: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .page-header__burger {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .page-header__button {
        padding: 12px 5px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .promocode__controls {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .promocode__button {
        max-width: none;
        margin-top: .5rem
    }

    .promocode__text {
        margin-left: 0;
        text-align: center
    }

    #cookie-law-div {
        border-radius: 0;
        max-width: 100%;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width: 600px) {
    .acceptButton {
        top: 100px !important
    }

    #cookie-law-div p {
        padding-bottom: 50px
    }
}

@media (max-width: 575px) {
    .how-to__cta-buttoon {
        width: 100%;
        padding: 20px 10px
    }
}

@media (max-width: 550px) {
    .columns.col-4 .columns__item, .columns.col-5 .columns__item, .columns.col-6 .columns__item {
        width: calc(100% - 2rem)
    }

    .page-footer__logo {
        text-align: center
    }
}

@media (max-width: 500px) {
    .comment-form__button, .comment-form__input {
        width: calc(100% - 20px)
    }
}

@media screen and (max-width: 400px) {
    .acceptButton {
        top: 127px !important
    }
}

.tabs__header {
    gap: 4px;
}

.tabs__header-button {
    white-space: nowrap;
}

.toc__ico {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.wrapper--first-screen {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 70px;
    background: radial-gradient(30.2% 175.81% at 76.98% 63.97%, rgba(26, 27, 26, 0) 0%, rgba(26, 27, 26, 0.87) 74.78%, #1A1B1A 100%);
}

@media (max-width: 1300px) {
    .wrapper--first-screen {
        background: radial-gradient(38.2% 175.81% at 76.98% 63.97%, rgba(26, 27, 26, 0) 0%, rgba(26, 27, 26, 0.87) 74.78%, #1A1B1A 100%);
    }
}


.wrapper--first-screen .background-block {
    position: relative;
    padding-top: 55px;
    padding-bottom: 122px;
}

@media (max-width: 767px) {
    .page .wrapper--first-screen .background-block {
        padding-top: 24px;
    }

    .page.home .wrapper--first-screen .background-block {
        padding-top: 32px;
    }
}

.wrapper--first-screen .background-block .wp-block-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #181A18;
    z-index: -2;
}

.wrapper--first-screen .background-block img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    z-index: 2;
    background-color: #181A18;
    object-fit: cover;
}

.wrapper--first-screen .columns__item--image {
    margin: 0;
}

@media (max-width: 767px) {
    .wrapper--first-screen {
        margin-bottom: 30px;
        background: unset;
        background: #1A1B1A;
    }

    .wrapper--first-screen .background-block {
        position: relative;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .wrapper--first-screen .background-block .wp-block-image {
        position: relative;
        top: unset;
        right: unset;
        bottom: unset;
        left: unset;
        width: calc(100% + 2rem);
        z-index: unset;
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .wrapper--first-screen .background-block .wp-block-image:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(180deg, #1A1B1A 0%, rgba(26, 27, 26, 0) 29.92%, rgba(26, 27, 26, 0) 76.65%, #1A1B1A 100%)
    }

    .wrapper--first-screen .background-block img {
        position: static;
        top: unset;
        right: unset;
        bottom: unset;
        width: unset;
        height: unset;
        z-index: unset;
        object-fit: unset;
        width: 100%;
    }

    .wrapper--first-screen .content-button .button-link {
        width: 100%;
    }
}

.preview-block .wrapper--first-screen .background-block {
    position: relative;
    padding-top: 30px;
    padding-bottom: 40px;
}

.preview-block .wrapper--first-screen .background-block .wp-block-image {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    width: calc(100% + 2rem);
    z-index: unset;
    margin-left: -1rem;
    margin-right: -1rem;
}

.preview-block .wrapper--first-screen .background-block img {
    position: static;
    top: unset;
    right: unset;
    bottom: unset;
    width: unset;
    height: unset;
    z-index: unset;
    object-fit: unset;
    width: 100%;
}

/* TOC */

.toc .toc__title:after {
    transform: rotate(180deg);
}

.wrapper--first-screen > .container {
    display: flex;
    justify-content: center;
    max-width: unset;
    padding-left: 0;
    padding-right: 0;
    background-color: #181A18;
}

.wrapper--first-screen .toc {
    max-width: 1440px;
    padding-left: var(--offsets);
    padding-right: var(--offsets);
    background-color: #181A18;
}

.partners__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    text-transform: uppercase;
}

.wrapper {
    overflow: hidden;
}

.how-to {
    /*padding-top: 40px;*/
}

@media (max-width: 767px) {
    .content-button,
    .content-button .button-link {
        width: 100%;
    }

    .wrapper > .content-button {
        max-width: calc(100% - var(--offsets));
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .wrapper .wp-block-table,
    .wrapper .payments-table,
    .wrapper .table-image {
        padding-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .wrapper:not(.wrapper--first-screen) .background-block:not(:last-child) .content-button {
        margin-bottom: 30px;
    }
}

.wrapper:first-child:not(.wrapper--first-screen) {
    background-color: #1A1B1A;
}

.wrapper:first-child:not(.wrapper--first-screen) .block-editor-inner-blocks {
    background-color: #FFF;
}

.wrapper:first-child:not(.wrapper--first-screen) table td {
    color: white;
}

.wrapper:first-child:not(.wrapper--first-screen) .block-editor-inner-blocks table td {
    color: #000;
}

.wrapper:not(.wrapper--first-screen) .toc .toc__nav {
    background-color: #181A18;
    padding: 16px;
}

.wp-block:first-child .wrapper,
.wp-block:first-child .wrapper .background-block,
.wp-block:first-child .wrapper .block-editor-inner-blocks {
    background-color: #1A1B1A;
    color: #FFF;
}

.page-footer__text {
    text-align: center;
}

/* Game block */
.game{
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    max-height: 80vh;
    overflow: hidden;
}



@media (max-width: 767px) {
    .game._active{
        aspect-ratio: unset;
        height: 80vh;
    }
}

.game:not(:last-of-type){
    margin-bottom: 24px;
}

.game .game__preview,
.game .game__content,
.game .game__preview:after{
    position: absolute;
    top: 0;
    right: var(--offsets);
    bottom: 0;
    left: var(--offsets);
    width: calc( 100% - var(--offsets) * 2 );
    height: 100%;
}

.game .game__preview:after{
    right: 0;
    left: 0;
    width: 100%;
}

.game .game__preview{
    z-index: 0;
}

.game .game__preview:after{
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59));
}

.game .game__preview .get-image{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.game .game__preview .get-image img{
    max-height: 100%;
    object-fit: contain;
}

.game .game__content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    z-index: 1;
}

.game iframe{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    border: none;
}