.has-text-align-center {
    text-align:center
}
.has-text-align-left {
    text-align:left
}
.has-text-align-right {
    text-align:right
}

.has-white-color{
    color: #FFF;
}

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

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar:horizontal {
    height: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--main-accent-bg-color);
}

::-webkit-scrollbar-track {
    background-color: #090f1e;
}

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

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

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

a:hover {
    text-decoration: none
}

ol, ul {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    padding-left: 25px;
    margin-top: 1rem
}

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

h1 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.5rem;
    margin-bottom: 1rem
}

h2 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.3rem;
    margin-bottom: 1rem
}

h3 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.1rem;
    margin-bottom: 1rem
}

h4 {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.9rem;
    margin-bottom: 1rem
}

h5 {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.7rem;
    margin-bottom: 1rem
}

h6 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    margin-bottom: 1rem
}

details > summary {
    list-style: none;
}

details > summary::-webkit-details-marker {
    display: none;
}

.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:not([class]),
.wrapper > ul:not([class]),
.wrapper > .wp-block-list
{
    padding-left: 50px
}

.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 > :not(:first-child){
    margin-top: 1rem;
}

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

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

html {
    font-size: 17px
}

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

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

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

body {
    font-family: Montserrat, Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    overflow-x: hidden;
    background-color: #FFF;
}

@media (max-width: 767px) {
    body.noscroll{
        overflow-y: hidden;
    }
}

.accent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    border: none;
    outline: 0;
    padding: 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #fff;
    transition: 250ms;
    border-radius: 8px;
    cursor: pointer;
}

.accent-button._ico{
    display: flex;
    justify-content: space-between;
    padding: 12px 12px 12px 16px;
}

.accent-button.fill-button {
    background: linear-gradient(97deg, #2AB764 0%, #089E4E 100%)
}

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

.accent-button.outline-button {
    background: linear-gradient(97deg, #0E77DA 0%, #0C68D0 100%);
}

.accent-button.outline-button:hover {
    filter: brightness(105%)
}

.accent-button.transparent-button{
    background: transparent;
    border: 1px solid #FFF;
}

.accent-button.transparent-button:hover{
    background: linear-gradient(97deg, #0E77DA 0%, #0C68D0 100%);
    border: 1px solid #0E77DA;
}

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

.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 {
    display: inline-block;
    padding: 16px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(97deg, #2AB764 0%, #089E4E 100%);
    color: #FFF;
    transition: 150ms;
    transform-origin: center;
    cursor: pointer;
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.content-button a:hover, .content-button button:hover {
    transform: scale(.95)
}

.page-header {
    padding: 12px 20px;
    background: #090F1E;
}

.page-header__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    border-radius: 8px;
    background: linear-gradient(90deg, #1E283F 0%, #101628 100%);
}

.page-header__logo {
    width: auto;
}

.page-header__nav {
    margin: 0 auto 0 8px;
}

.page-header__burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    padding: 6px;
    cursor: pointer;
}

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

.page-header__burger.active span:nth-of-type(1) {
    transform: translateY(7px) rotateZ(45deg)
}

.page-header__burger.active span:nth-of-type(2) {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.page-header__burger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotateZ(-45deg);
    -ms-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotateZ(-45deg)
}

.page-header__buttons{
    display: flex;
    gap: 12px;
    order: 3;
}

.page-header__buttons .header__button{
    padding: 8px 8px 8px 12px;
}

.page-header__lang{
    order: 4;
}

@media (max-width: 1200px) {
    .page-header__buttons{
        justify-content: center;
        flex: 1 1 100%;
        order: 4;
        margin-top: 12px;
    }

    .page-header__lang{
        order: 3;
    }
}

.main-nav {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.main-nav__list {
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.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:hover > a::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

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

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

.main-nav__list > li > .menu-item__link {
    position: relative;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    height: 100%;
}

.main-nav__list > li > .menu-item__link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--main-accent-bg-color);
    transform: scaleX(0);
    transition: 250ms
}

.main-nav .menu-item-has-children {
    position: relative
}

.main-nav .menu-item-has-children .sub-menu__arrow {
    display: flex;
    align-items: center;
    margin-left: 4px;
}

.main-nav .menu-item-has-children .sub-menu__arrow svg {
    fill: var(--main-accent-bg-color);
    transition: 250ms
}

.main-nav .menu-item-has-children.active .sub-menu__arrow svg {
    width: 8px;
    height: 8px;
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg)
}

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

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

.main-nav .menu-ico{
    max-height: 24px;
    width: auto;
    margin-right: 4px;
}

.main-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: .5rem;
    padding: 12px;
    list-style: none;
    border-radius: 12px;
    background-color: #090F1E;
    opacity: 0;
    pointer-events: none;
    transition: 250ms;
    z-index: 100;
    width: max-content;
}

.main-nav .sub-menu::before {
    content: "";
    position: absolute;
    top: -.5rem;
    left: 0;
    height: .5rem;
    width: 100%;
    background-color: transparent
}

.main-nav .sub-menu a {
    display: flex;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    white-space: nowrap;
    padding: 8px 4px;
}

.main-nav .sub-menu a._ico{
    display: flex;
    align-items: center;
    gap: 4px;
}

.main-nav .sub-menu a:hover {
    color: #12C3FC;
}

.columns {
    padding: 2rem 0
}

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

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

.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 */
.video{
    /*margin-bottom: 2rem;*/
}

.video__container {
    position: relative;
    background-color: #000;
    max-height: 80dvh;
    aspect-ratio: 16/9;
    margin: 0 auto;
}

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

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

.wrapper > p + .video{
    margin-top: 1rem;
}

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

.faq summary{
    display: flex;
    gap: 10px;
    cursor: pointer;
}

.faq summary .faq__button{
    background: none;
    border: none;
    margin-left: auto;
    pointer-events: none;
}

.faq__item {
    padding: 24px;
    background: #09101E;
    border-radius: 12px
}

.faq__item svg{
    transform: rotate(180deg);
}

.faq__item[open] svg{
    transform: none;
}

.faq__question{
    color: #FFF;
    margin-bottom: 0;
}

.faq__answer{
    color: #DADADA;
    margin-top: 24px;
}

@media (max-width: 767px){
    .faq__item {
        padding: 12px;
    }

    .faq__answer{
        margin-top: 12px;
    }
}

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

.breadcrumbs {
    padding: .5rem 0;
    background-color: #090f1e;
}

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

.breadcrumbs__item {
    margin-right: 10px
}

.breadcrumbs__item:not(:last-child):after{
    content: '›';
    color: #FFF;
    margin-left: 6px;
}

.breadcrumbs__current, .breadcrumbs__link {
    font-size: .9rem;
    font-weight: 300;
    text-decoration: none;
    color: #FFF;
}

.breadcrumbs__current,
.breadcrumbs__link:hover{
    color: #12C3FC;
}

.breadcrumbs__separator {
    color: #FFF;
}

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

/* Advantages */
.advantages {
    display: grid;
    gap: 20px;
    list-style: none;
    padding-left: 0;
    margin-top: 0;
}

.advantages.col-1{ grid-template-columns: 1fr }
.advantages.col-2{ grid-template-columns: repeat(2, 1fr) }
.advantages.col-3{ grid-template-columns: repeat(3, 1fr) }
.advantages.col-4{ grid-template-columns: repeat(4, 1fr) }
.advantages.col-5{ grid-template-columns: repeat(5, 1fr) }

.advantages__item{
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    border: 1px solid rgba(13, 108, 211, 0.10);
    background: #FFF;
    padding: 24px;
}

.advantages__item img{
    margin-bottom: 20px;
}

.advantages__item .advantages__title{
    margin-bottom: 9px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.advantages__item .advantages__text{
    margin-top: 0;
}

@media (max-width: 1200px) {
    .advantages.col-5{ grid-template-columns: repeat(3, 1fr) }
}

@media (max-width: 1024px) {
    .advantages.col-3,
    .advantages.col-4,
    .advantages.col-5{ grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 767px) {
    .advantages__item{
        padding: 16px;
    }

    .advantages.col-1,
    .advantages.col-2,
    .advantages.col-3,
    .advantages.col-4,
    .advantages.col-5 { grid-template-columns: 1fr }
}

.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 {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 15px;
    z-index: 900;
}

.scroll-top._active{
    display: flex;
}

.scroll-top__button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(90deg, #1E283F 0%, #101628 100%);
    cursor: pointer;
}

.scroll-top__button:hover{
    opacity: .7;
}

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

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

@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: 1140px) {
    html {
        font-size: 16px
    }

    .page-header{
        padding: 8px 16px;
    }

    .page-header__container {
      flex-wrap: wrap;
      justify-content: unset;
      padding: 0;
      position: relative;
      background: #090F1E;
    }

    .page-header__logo {
        max-width: 100px
    }
    .page-header__logo{ order: 1 }
    .page-header__lang{ order: 2 }
    .page-header__nav { order: 5 }
    .page-header__burger {
        display: flex;
        order: 3;
        margin-left: auto;
    }

    .page-header__buttons{
        order: 4;
        flex: 1 1 100%;
        justify-content: center;
    }

    .main-nav {
        display: none;
        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: #090F1E;
        opacity: 0;
        pointer-events: none;
        transition: opacity 250ms
    }

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

    .main-nav__list {
        gap: 0;
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 16px 8px 16px;
    }

    .main-nav__list > li {
        width: 100%;
        border-bottom: 1px solid #434D64;
        justify-content: flex-start;
        padding: 8px 0;
    }

    .main-nav__list > li:first-child{
        border-top: 1px solid #434D64;
    }

    .main-nav__list > li:last-child{
        border-bottom: none;
    }

    .main-nav__list > li  > .menu-item__link {
        display: block;
    }

    .main-nav__list > li > .menu-item__link::after{
        display: none
    }

    .main-nav .menu-item-has-children {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }

    .main-nav .menu-item-has-children .sub-menu__arrow {
        transform: none;
        pointer-events: auto;
        flex: 1 1;
        justify-content: flex-end;
        height: 40px;
    }

    .main-nav .sub-menu {
        display: none;
        flex: 1 1 100%;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .page-header__buttons > .header__button{
        flex: 1 1;
    }
}

@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.col-2 .columns__item {
        width: calc(100% - 2rem)
    }
}

@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) {
    html {
        font-size: 15px
    }

    .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) {
    #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: 550px) {
    .columns.col-4 .columns__item, .columns.col-5 .columns__item, .columns.col-6 .columns__item {
        width: calc(100% - 2rem)
    }
}

@media (max-width: 500px) {
    html {
        font-size: 14px
    }

    .page-header__buttons {
        width: 100%;
        order: 5;
        text-align: center;
    }

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

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


.get-image {
    display: flex;
    margin: 0;
}

/*.content-button a,*/
/*.content-button button {*/
/*    padding: 20px 50px;*/
/*    font-size: 20px;*/
/*    line-height: 24px;*/
/*    border-radius: 8px;*/
/*    border: none;*/
/*    color: #ffffff;*/
/*    background-image: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);*/
/*}*/

.content-button a:hover,
.content-button button:hover {
    opacity: 0.9;
}

.page-header {
    background-color: #090f1e;
}

.main-nav__list > li > .menu-item__link::after {
    display: none;
}

.page-main > .wrapper:first-of-type{
    background-color: #090f1e;
    padding: 32px 0;
}

.page-main > .wrapper:first-of-type .text-image  {
    border-radius: 12px;
    background: linear-gradient(290deg, #603667 0%, #0E2538 66.27%), #E5E5E5;
    padding: 32px;
    color: #DADADA;
}

.page-main > .wrapper:first-of-type .text-image .wp-block-heading{
    color: #FFF;
}

@media (max-width: 1024px) {
    .page-main > .wrapper:first-of-type{
        padding-top: 24px;
    }

    .page-main > .wrapper:first-of-type .text-image  {
        padding: 16px;
    }
}

/* TOC */
.toc {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 1rem auto;
    padding: 20px;
    border-radius: 8px;
    background-color: #09101E;
}

.toc__title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 0;
}

.toc__toggle{
    display: flex;
    justify-content: flex-end;
    flex: 1 1;
    background: none;
    border: none;
    padding: 6px 0;
    cursor: pointer;
}

.toc__list{
    display: none;
    flex-wrap: wrap;
    gap: 8px;
    flex: 1 1 100%;
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.toc__link {
    display: flex;
    color: #DADADA;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    padding: 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.10);
    text-decoration: none;
}

.toc__link:hover{
    color: #FFF;
}

.toc__wrapper {
    margin-bottom: 60px
}

.toc.active .toc__list{
    display: flex;
}

.toc:not(.active) .toc__toggle svg{
    transform: rotate(180deg);
}

@media (max-width: 1480px) {
    .toc{
        padding: 12px;
        width: calc(100% - var(--offsets) * 2);
    }
}

@media (max-width: 767px) {
    .toc{
        padding: 12px;
    }

    .toc__item { flex: 1 1 100% }
}

.content-button a,
.content-button button {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 620px) {
    .content-button a,
    .content-button button {
        gap: 10px;
    }
}

.main-nav__list > li > .menu-item__link {
    display: flex;
    align-items: center;
    padding: 8px 4px;
}

.main-nav__list > li > a svg,
.main-nav__list > li > a path,
.main-nav__list > li > span.active__link svg,
.main-nav__list > li > span.active__link path {
    margin-right: 5px;
}

.main-nav__list > li > .menu-item__link svg:first-child{
    margin-right: 5px;
}

/* How to */
.how-to__list{
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-left: 0;
    margin-top: 52px;
    gap: 78px
}

.how-to__item{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
    border-radius: 12px;
    border: 1px solid #3D89DC;
    padding: 24px;
}

.how-to__label,
.how-to__item:not(:last-of-type)::after{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #3D89DC;
    width: fit-content;
    padding: 4px 20px;
}

.how-to__label{
    bottom: 100%;
    border-radius: 22px 22px 0px 0px;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.how-to__item:not(:last-of-type)::after{
    content: url(../images/Arrow.svg);
    display: flex;
    justify-content: center;
    align-items: center;
    top: 100%;
    margin: auto;
    border-radius: 0px 0px 22px 22px;
}

.how-to__item .get-image{
    grid-column: 2/3;
    grid-row: 1/10;
    align-self: center;
    justify-self: center;
}

.how-to__item-title{
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 12px;
}

.how-to__item-title + .how-to__item-subtitle{
    margin-top: 0;
}

.how-to__item .content-button{
    margin-top: 32px;
}

.how-to__button{
    justify-content: center;
    min-width: 260px;
}

@media (max-width: 1024px) {
    .how-to__item{
        grid-template-columns: 1fr;
        padding: 12px;
    }

    .how-to__item .get-image{
        grid-column: 1/2;
        grid-row: unset;
        margin-top: 20px;
    }

    .how-to__item .content-button{
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .how-to__button{
        width: 100%;
        min-width: unset;
    }
}

/* list */
ol:not([class]) li::marker,
ol.wp-block-list li::marker
{
    color: #0E77DA;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
}

ul:not([class]),
ul.wp-block-list
{
    list-style: none;
    padding-left: 16px;
}

main ul:not([class]) li,
main ul.wp-block-list li
{
    text-indent: -16px;
}

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

main ul:not([class]) li:before,
main ul.wp-block-list li:before
{
    content: '';
    display: inline-flex;
    width: 12px;
    min-width: 12px;
    height: 12px;
    border-radius: 50px;
    background: linear-gradient(97deg, #0E77DA 0%, #0C68D0 100%);
    filter: drop-shadow(0px 0px 8px rgba(14, 115, 216, 0.50));
    margin-right: 4px;
}

/* table */
.wrapper > .wp-block-table:not(:first-child){
    margin-top: 1rem;
}

.wp-block-table{
    overflow: auto;
}

.wp-block-table table {
    color: #000;
    border-radius: 6px;
    background: rgba(13, 108, 211, 0.10);
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

@media (max-width: 767px) {
    .wp-block-table table {
        min-width: 600px;
    }
}

.wp-block-table table th{
    color: #FFF;
    padding: 8px;
    border-radius: 6px;
    background: linear-gradient(0deg, rgba(13, 108, 211, 0.80) 0%, rgba(13, 108, 211, 0.80) 100%), #FFF;
}

.wp-block-table table td{
    background-color: #fff;
    border-radius: 6px;
    padding: 12px;
}

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

.wp-block-table table a {
    color: var(--main-accent-bg-color);
}

@keyframes steam {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

/* Mobile button */
.mobile-button {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
}

.mobile-button__inner{
    display: flex;
    align-items: center;
    padding: 8px 8px 8px 12px;
    border-radius: 12px 12px 0px 0px;
    background: rgba(0,0,0,.8);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
    border: none;
    width: 100%;
    cursor: pointer;
}

.mobile-button._app .mobile-button__inner{
    display: grid;
}

.mobile-button .mobile-button__inner > img{
    margin-right: 8px;
}

.mobile-button__title{
    flex: 1 1;
    margin-top: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
}

.mobile-button .mobile-button__btn{
    padding: 4px 4px 4px 12px;
}

.mobile-button__app{
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    margin-top: 8px;
}

.mobile-button__downloads{
    margin-top: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    padding-left: 8px;
    margin-left: 8px;
    border-left: 1px solid #DBDBDB;
}

.mobile-button__downloads span{
    color: #FFF;
    font-weight: 700;
}

.mobile-button__btn{
    margin-left: 8px;
}

.mobile-button._app .mobile-button__inner > img{
    /*grid-column: 1/2;*/
    grid-row: 1/3;
}

.mobile-button._app .mobile-button__title{
    /*grid-column: 2/3;*/
    grid-row: 1/2;
}

.mobile-button._app .mobile-button__app{
    /*grid-column: 2/3;*/
    grid-row: 2/3;
}

.mobile-button._app .mobile-button__btn{
    /*grid-column: 3/4;*/
    grid-row: 1/3;
}

@media (max-width: 1024px) {
    .mobile-button._active{
        display: block;
    }
}

.dmca-badge {
    margin-top: 10px;
}

/* 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: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.game .game__preview {
    position: relative;
    z-index: 0;
    border-radius: 12px;
    overflow: hidden;
}

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

.game .game__preview img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
}

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

.text-image .game .game__content{
    padding: 0;
}

.game .game__content .btn {
    min-width: unset;
    padding: 10px 24px;
    padding: 15px 30px;
    background: var(--content-button-bg-color);
    display: inline-block;
    border: none;
    border-radius: 5px;
    -webkit-transition: 150ms;
    -o-transition: 150ms;
    transition: 150ms;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    cursor: pointer;
    text-decoration: none;
    font-family: inherit;
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
    background-color: #d4e157;
    color: #1a233a;
}

.game .game__content .btn:hover {
    opacity: .7;
}

.game iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 var(--offsets);
    margin: auto;
    border: none;
}

.game__button{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

/* New lang switcher */
.lang {
    margin-left: 20px;
}

.lang__current{
    display: flex;
    align-items: center;
    padding: 6px;
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.10);
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
}

.lang__current > img{
    margin-right: 8px;
}

.lang__nav{
    display: none;
    grid-template-columns: 1fr auto;
    position: absolute;
    top: calc(100% + 24px);
    right: 0;
    width: 360px;
    gap: 10px;
    padding: 12px;
    border-radius: 8px;
    background: linear-gradient(90deg, #1E283F 0%, #101628 100%), #010101;
    z-index: 999999;
}

.lang._open .lang__nav{
    display: grid;
}

.lang__nav-title{
    margin-top: 0;
    padding: 10px 0;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    grid-column: 1/2;
    grid-row: 1/2;
}

.lang__close{
    border: none;
    background: none;
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 6px;
    cursor: pointer;
}

.lang__list{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 480px;
    gap: 10px;
    padding: 0 10px 0 0;
    margin-top: 0;
    overflow-y: auto;
    grid-column: 1/3;
    grid-row: 2/3;
}

.lang__list::-webkit-scrollbar {
    width: 2px;
}

.lang__list::-webkit-scrollbar-track {
    background: #060910;
}

.lang__list::-webkit-scrollbar-thumb {
    background-color: #212D4A;
    border-radius: 20px;
    border: transparent;
}

.lang__item{
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #333E5E;
    background: #161B29;
    border-radius: 8px;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
}

.lang__item._has-sub{
    display: grid;
    grid-template-columns: auto 1fr;
}

.lang__item._curr{
    border: 1px solid #0E74D8;
}

.lang__item._curr:not(._has-sub){
    color: #0E74D8;
}

.lang__sublist{
    grid-row: 2/3;
    grid-column: 1/3;
    margin-top: 0;
    list-style: none;
    padding: 4px 8px;
}

.lang__link{
    display: flex;
    padding: 8px;
}

a.lang__link{
    position: absolute;
    left: 0;
    width: 100%;
}

.lang__item:not(._has-sub):not(._curr){
    min-height: 52px;
    padding-left: 54px;
}

.lang__subitem{
    padding: 4px 0;
    border-top: 1px solid #333E5D;
}

.lang__subitem:last-child{
    padding-bottom: 0;
}

.lang__sublink{
    display: block;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    width: 100%;
    padding: 6px;
}

.lang__sublink._curr{
    color: #0E74D8;
}

@media (min-width: 768px){
    .lang{
        position: relative;
    }

    .lang__nav-title,
    .lang__close{
        display: none;
    }

    .lang__nav{
        width: 124px;
    }

    .lang__list{
        /*padding: 0;*/
    }

    .lang__nav{
        grid-column: unset;
        grid-row: unset;
        gap: 0;
    }
}

@media (max-width: 767px){
    .lang__nav{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100vw;
        height: 100svh;
        background: #090F1E;
        border-radius: unset;
    }

    .lang__list{
        max-height: unset;
    }
}

/* text image */
.text-image{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}

.text-image > :not(:first-child){
    margin-top: 1rem;
}

.text-image .wp-block-heading{
    grid-column: 1/3;
    grid-row: 1/2;
}

.text-image .wp-block-heading + p{
    margin-top: 0;
}

.text-image .get-image,
.text-image .game {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column: 2/3;
    grid-row: 1/20;
    margin-top: 0;
}

.text-image .wp-block-heading ~ .get-image,
.text-image .wp-block-heading ~ .game {
    grid-row: 2/20;
}

.text-image > :nth-last-child(2){
    grid-row-end: span 20;
    align-self: start;
}

.text-image.reversed .get-image,
.text-image.reversed .game {
    grid-column: 1/2;
}

.text-image._img_bottom .get-image,
.text-image._img_bottom .game {
    align-items: flex-end;
    margin-bottom: -32px;
}

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

    .text-image .get-image,
    .text-image .game {
        margin-top: 20px;
    }

    .text-image .wp-block-heading ~ .promocode{
        grid-row: 20/21;
        margin-bottom: 1rem;
    }

    .text-image .wp-block-heading + p{
        margin-top: 1rem;
    }

    .text-image .get-image,
    .text-image .game,
    .text-image .wp-block-heading{
        grid-column: unset;
        grid-row: unset;
    }

    .text-image._img_bottom .get-image{
        margin-bottom: -16px;
    }
}

/* Text image + Links */
.container._has-links{
    display: flex;
    gap: 24px;
}

.links{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 0;
    padding-left: 0;
}

.links__item{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 12px;
    width: 100%;
    min-width: 264px;
    height: 100%;
    padding: 20px;
    overflow: hidden;
}

.links__item > :not(img){
    z-index: 1;
}

.links__item img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.links__title{
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 0;
    text-align: center;
}

.links__button{
    padding: 16px;
    width: 100%;
    border: none;
    background-color: #FFF;
    color: #141B2E;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.links__button:hover{
    opacity: .7;
}

@media (max-width: 1440px) {
    .links{
        gap: 20px;
    }

    .container._has-links{
        gap: 20px;
        flex-direction: column;
    }

    .links__item{
        min-width: unset;
        width: 100%;
        min-height: 230px;
    }
}

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

/* Promocode */
.promocode {
    position: relative;
    display: grid;
    gap: 12px 8px;
    grid-template-columns: 1fr auto;
    padding: 12px;
    width: 100%;
    border-radius: 12px;
    background: rgba(9, 16, 30, 0.80);
    overflow: hidden;
    max-width: 420px;
}

.promocode._app-style{
    max-width: unset;
}

.promocode:not(:first-child){
    margin-top: 12px;
}

.promocode > img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 0;
    filter: brightness(15%);
}

.promocode > :not(img){
    z-index: 1;
}

.promocode__title{
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 0;
    grid-column: 1/3;
}

.promocode__field{
    border-radius: 8px;
    border: 1px dashed #24567B;
    padding: 12px;
    grid-column: 1/2;
    color: #14BEF8;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.promocode__copy{
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    border: none;
    border-radius: 8px;
    background: #24567B;
    padding: 12px 16px;
    cursor: pointer;
    grid-column: 2/3;
}

.promocode .promocode__buttons{
    display: flex;
    grid-column: 1/3;
    gap: 12px;
}

.promocode .promocode__button{
    width: 100%;
    grid-column: 1/3;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 12px 12px 12px 16px;
}

.promocode .promocode__button._gift{
    padding: 4px 4px 4px 16px;
}

.promocode._app-style .promocode__button{
    padding: 10px 10px 10px 16px;
}

.promocode__cell{
    display: flex;
}

.promocode__download,
.promocode__rating{
    display: flex;
    align-items: center;
    margin-top: 0;
    color: #DADADA;
    font-family: Montserrat;
    border-radius: 4px;
    border: 1px solid #0F2A46;
    padding: 4px 8px;
}

.promocode__download{
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.promocode__download span{
    color: #FFD600;
    font-weight: 600;
    margin-right: 4px;
}

.promocode__rating{
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    margin-left: 2px;
}

/* inner-pages */
.inner-pages{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    list-style: none;
    padding-left: 0;
    margin: 2rem 0;
}

@media (max-width: 1200px) {
    .promocode{
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .promocode{
        max-width: unset;
    }

    .promocode .promocode__buttons{
        flex-direction: column;
    }
}

@media (max-width: 1024px) {
    .inner-pages{ grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 767px) {
    .inner-pages{ grid-template-columns: 1fr }
}

.inner-pages__button{
    display: flex;
    align-items: center;
    flex: 1 1;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
    gap: 5px;
    border-radius: 12px;
    padding: 12px;
    background: linear-gradient(99deg, #1D273E 0%, #101829 100%);
    transition: 0.2s ease-in-out;
}

.inner-pages__button:hover{
    opacity: .7;
}

.inner-pages__button img{
    margin-left: auto;
    width: auto;
    max-height: 32px;
}

/* Footer */
.page-footer{
    display: flex;
    flex-direction: column;
    border-radius: 12px 12px 0px 0px;
    border-top: 1px solid var(--transparent-blue, rgba(148, 166, 205, 0.20));
    background: #09101E;
    padding: 20px 32px 16px 32px;
}

.page-footer img{
    display: flex;
}

.page-footer__col{
    display: flex;
    width: 100%;
    padding: 0;
}

.page-footer__col:not(:last-child){
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(148, 166, 205, 0.20);
}

.page-footer__logo{
    display: flex;
    flex-direction: column;
}

.page-footer__images{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    max-width: 220px;
    margin-left: auto;
    padding-left: 0;
}

.page-footer__socials{
    display: grid;
    /*grid-template-rows: repeat(2, auto);*/
    grid-auto-flow: column;
    gap: 8px;
    list-style: none;
    margin-top: 0;
    margin-left: auto;
    padding-left: 0;
    align-items: center;
}

.page-footer__nav{
    margin-left: 60px;
}

.page-footer__list{
    display: grid;
    grid-template-columns: auto auto;
    gap: 4px 20px;
    list-style: none;
    max-height: 110px;
    padding-left: 0;
    margin-top: 0;
}

.page-footer__list a{
    display: flex;
    color: #DADADA;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    padding: 8px;
    text-decoration: none;
}

.page-footer__list a:hover{
    color: #FFF;
}

.page-footer__images2{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    list-style: none;
    padding-left: 0;
    margin-top: 0;
}

.page-footer__text > p{
    color: #DADADA;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 0;
}

.page-footer__payments{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    list-style: none;
    padding-left: 0;
    margin-top: 0;
}

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

    .page-footer__nav,
    .page-footer__images{
        margin-top: 20px;
    }

    .page-footer__nav{
        margin-left: 0;
    }

    .page-footer__list{
        grid-template-columns: 1fr;
        gap: 4px;
        max-height: unset;
    }

    .page-footer__images{
        margin-left: 0;
    }

    .page-footer__images2{
        gap: 20px;
    }

    .page-footer__socials{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 auto;
        border-top: 1px solid rgba(148, 166, 205, 0.20);
        padding-top: 20px;
        margin-top: 20px;
        width: 100%;
    }
}

/* Payments table */
.payments-table .payments-table__cell--image-name{
    min-width: 240px;
}

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

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

.payments-table .payments-table__cell--3 {
    border-top: none;
    border-right: none;
}

.payments-table .payments-table__cell--4 {
    border-top: none;
    border-left: none;
    /*text-align: right*/
}

.payments-table .payments-table__cell-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start
}

.payments-table .payments-table__cell-wrapper .get-image {
    flex-shrink: 0;
    margin-right: 10px
}

.payments-table .payments-table__cell-wrapper .get-image img {
    width: 100%;
    height: auto;
    max-width: 80px;
    object-fit: contain
}

/*.payments-table .payments-table__table tr:first-child td:first-child {*/
/*    border-top-left-radius: 12px*/
/*}*/

/*.payments-table .payments-table__table tr:first-child td:last-child {*/
/*    border-top-right-radius: 12px*/
/*}*/

@media (max-width: 1024px) {
    .payments-table__cell-wrapper .get-image img {
        max-width: 44px;
    }
}

.align-center-cell .payments-table__cell-wrapper {
    justify-content: center
}

/* Slots */
.slots {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding-left: 0;
    margin-top: 0;
    list-style: none;
}

.slots__item{
    position: relative;
    border-radius: 12px;
    min-height: 240px;
    overflow: hidden;
}

.slots__content{
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    width: 100%;
    height: 100%;
    padding: 12px;
    background-color: rgba(0, 0, 0, 0.83);
}

.slots__item:hover .slots__content,
.slots__item._active .slots__content{
    display: flex;
}

.slots__item img{
    position: absolute;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.slots__button{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 12px 12px 12px 16px;
}

.slots__demo{
    padding: 8px 8px 8px 12px;
}

@media (max-width: 1200px) {
    .slots {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

/* Slots popup */
.slots-popup,
.game-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,
.game-popup._active {
    display: flex;
}

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

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

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

.slots-popup__frame,
.game-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: linear-gradient(90deg, #1E283F 0%, #101628 100%);
    padding: 8px 12px 0 12px;
}

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

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

.slost-popup__cross,
.game-popup__cross{
    justify-self: end;
    background: none;
    border: none;
    cursor: pointer;
}

@media (max-width: 767px) {
    .slots-popup__frame,
    .game-popup__frame {
        max-height: unset;
        height: 100dvh;
    }

    .slots-popup__buttons,
    .game-popup__buttons{
        grid-column: 1/3;
        grid-row: 3/4;
    }

    .slots-popup__body,
    .game-popup__body{
        grid-column: 1/3;
        grid-row: 2/3;
        padding: 5px 0;
    }

}

/* Tabs block */
.tabs{
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-height: 20px;
}

.tabs .tabs__header{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 32px 0;
    overflow: auto;
    padding-left: 0;
    overflow: auto;
    list-style: none;
}

.tabs .tabs__inner{
    position: relative;
}

.tabs .tabs__inner:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 32px;
    height: 44px;
}

.tabs .tabs__header-item{
    padding: 12px 16px;
    border-radius: 12px;
    background-color: rgba(9, 16, 30, 0.10);
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
    cursor: pointer;
}

.tabs .tabs__header-item.active{
    background: linear-gradient(97deg, #0E77DA 0%, #0C68D0 100%);
    color: #FFF;
}

.tabs .tabs__item{
    display: none;
}

.tabs .tabs__item.active{
    display: block;
}

.tabs .preview-block__content .tabs__item{
    display: block;
}

.tabs .tabs__item .container{
    max-width: unset;
    padding: 0;
}

.tabs .tabs__item > :not(:first-child) {
    margin-top: 2rem;
}

@media (max-width: 767px){
    .tabs .tabs__header{
        flex-wrap: nowrap;
        margin: 0 0 24px 0;
    }
}
/* Tabs block */

/* Main table & Contact table */
.main-table table,
.contact-table table{
    table-layout: fixed;
}

.contact-table._has-head table{
	table-layout: auto;
}

/*.main-table td:first-child{*/
/*    max-width: 320px;*/
/*}*/

.main-table__img-cell,
.contact-table__img-cell{
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 250px;
}

@media (max-width: 767px){
    .main-table table{
        table-layout: unset;
    }
}

.contact-table:not(._has-head).wp-block-table table td:first-child{
    background: rgba(13, 108, 211, 0.80);
    color: #fff;
}

.difference__title{
    margin-top: 0;
    font-size: 1.1rem;
    font-weight: bold;
}

.custom-gallery{
    overflow: auto;
}

.custom-gallery__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}

.custom-gallery .get-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

/* New custom gallery */
.screenshot-gallery__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    width: fit-content;
    min-width: 800px;
}

.screenshot-gallery__item:not(:last-child) {
    margin-right: 30px;
}
.screenshot-gallery__item p {
    margin: 0;
}

.gbtn {
    transition: all 0.3s ease-in-out;
    background-color: rgba(27, 150, 243, 0.32) !important;
}
@media (hover: hover), screen and (min-width: 0\0) {
    .gbtn:hover, .gbtn:focus {
        background-color: rgba(27, 150, 243, 1) !important;
    }
}
/* New custom gallery */
.payments th {
    white-space: nowrap;
}

.payments__img-cell {
    display: flex;
    align-items: center;
    gap: 10px;
}

.payments__img-cell img {
    width: auto;
    min-width: 44px;
    max-height: 44px;
}

/* Relink */
.footer__lang-container{
    display: flex;
    justify-content: center;
    grid-column: 1/-1;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.footer__lang-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 7px 14px;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer__lang-list-item{
    position: relative;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    padding-left: 20px;
    text-decoration: none;
    color: #fff;
}

.footer__lang-item{
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.footer__lang-list-item._current,
.footer__lang-list-item:hover{
    color: #108de7;
}