@font-face {
    font-family: Poppins;
    src: local("Poppins Medium"), local("Poppins-Medium"), url(../fonts/Poppins-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url(../fonts/Poppins-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: local("Poppins Bold"), local("Poppins-Bold"), url(../fonts/Poppins-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
:root {
    --main-bg-color: #131a26;
    --main-font-color: #ffffff;
    --second-font-color: #cecece;
    --heading-bg-color: #18263a;
    --stroke-color: #293b55;
    --block_bg: #152234;
    --primary_color: #278aec;
    --header-bg-color: #1f2842;
    --header-active-bg-color: #243349;
    --table-head-color: #1f2631;
    --table-link-color: #3486e3;
    --table-link-color-hover: #689bd5;
    --header-dark-color: #172132;
    --dropdown-bg-color: #2e3746;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.1) var(--dropdown-bg-color);
    scrollbar-color: rgba(255, 255, 255, 0.1) var(--header-bg-color);
}
html::-webkit-scrollbar {
    width: 9px;
}
html::-webkit-scrollbar-track {
    background: 0 0;
    background: var(--header-bg-color);
}
html::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    border: transparent;
}
body {
    min-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;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    background-color: var(--main-bg-color);
    padding-top: 64px;
    font-family: Poppins, sans-serif;
    overflow-x: hidden;
}
h2,
h3,
h4,
h5,
h6 {
    color: var(--main-font-color);
}
img {
    max-width: 100%;
}
h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
}
h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}
h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.page-main .wrapper:first-child {
    margin-top: 0;
}
.page-404 {
    color: #fff;
    text-align: center;
}
.wrapper ol:not([class]),
.wrapper p:not([class]),
.wrapper p[class="has-text-align-center"],
.wrapper ul:not([class]) {
    margin-bottom: 12px;
}
.wrapper ol:not([class]),
.wrapper ul:not([class]) {
    padding-left: 25px;
}
.page-404 a,
.wrapper a:not([class]) {
    color: var(--table-link-color);
}
.page-404 a:hover,
.wrapper a:not([class]):hover {
    color: var(--table-link-color-hover);
}
.page-404 a:focus,
.wrapper a:not([class]):focus {
    color: var(--table-link-color);
}
.page-main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}
.get-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.preview-block__content {
    background-color: var(--main-bg-color);
}
.inner-wrapper,
.wrapper {
    max-width: 1240px;
    margin: 50px auto;
}
.header {
    position: fixed;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 64px;
    background-color: var(--header-bg-color);
    z-index: 900;
}
.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 10px 20px 20px;
}
.header__logo img {
    max-width: 140px;
}
.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    height: 100%;
}
.header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 24px;
    border-left: 1px solid var(--stroke-color);
    border-right: 1px solid var(--stroke-color);
}
.header__btn {
    margin-right: 16px;
}
.header__btn:last-child {
    margin-right: 0;
}
.header__lang-block {
    height: 100%;
}
.header__current-lang {
    position: relative;
    height: 100%;
}
.header__current-lang-list {
    height: 100%;
}
.header__lang-item {
    display: none;
    height: 100%;
    padding: 16px 20px;
}
header .header__nav .menu-main-nav-container,
.header__nav .menu-main-nav_bn-container,
.header__nav .menu-main-nav_hi-container,
.header__nav .menu-main-nav_br-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .menu .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
    background: var(--header-bg-color);
    flex: 1 1;
}
header .menu .menu-item > a,
header .menu .menu-item > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
    color: var(--main-font-color);
    padding: 20px 10px;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
header .menu .menu-item .sub-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    padding-top: 4px;
    list-style: none;
    z-index: 900;
}
header .menu .menu-item .sub-menu .menu-item {
    min-width: 100%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
header .menu .menu-item .sub-menu .menu-item > a,
header .menu .menu-item .sub-menu .menu-item > span {
    display: block;
    padding: 10px 12px;
    background: var(--header-bg-color);
    color: var(--second-font-color);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
header .menu .menu-item.menu-item-has-children > a svg,
header .menu .menu-item.menu-item-has-children > span svg {
    transform: rotate(180deg);
}
header .menu .menu-item .sub-menu .menu-item > a:after {
    display: none;
}
header .menu .menu-item .sub-menu .menu-item:first-child > a,
header .menu .menu-item .sub-menu .menu-item:first-child > span {
    padding-top: 12px;
}
header .menu .menu-item .sub-menu .menu-item:last-child > a {
    padding-bottom: 12px;
}
.header__burger {
    display: none;
    background-image: url(../images/burger.svg);
    width: 44px;
    height: 44px;
    min-width: 44px;
    cursor: pointer;
}
.header__burger-checkbox {
    display: none;
}
.header._burger-active .header__burger {
    background-image: url(../images/cross.svg);
}
.lang-block {
    position: relative;
    cursor: pointer;
}
.lang-block__sub-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 100%;
    right: 10px;
    margin: auto;
    max-width: 89px;
    padding-top: 4px;
    list-style: none;
}
.lang-block__list {
    list-style: none;
    background: var(--header-bg-color);
    border-radius: 4px;
    overflow: hidden;
    z-index: 901;
}
.lang-block .lang-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.lang-block .lang-item__name {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    color: var(--main-font-color);
    margin-right: 8px;
    min-width: 21px;
}
.lang-block .lang-item__image {
    width: 32px;
    height: 32px;
    min-width: 32px;
    background-size: contain;
    border-radius: 50%;
    overflow: hidden;
    outline: #6c6c6c solid 1px;
    border: 1px solid var(--header-bg-color);
}
.lang-block .lang-item__image_en {
    background-image: url(../images/lang/en.webp);
}
.lang-block .lang-item__image_bn {
    background-image: url(../images/lang/bd.webp);
}
.lang-block .lang-item__image_in {
    background-image: url(../images/lang/in.webp);
}
.lang-block .lang-item__image_br {
    background-image: url(../images/lang/br.webp);
}
.lang-block .lang-item:not(.sub-menu-list__item) {
    display: none;
}
.lang-block .lang-item:not(.sub-menu-list__item).lang-item_active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.lang-block .lang-item.sub-menu-list__item.lang-item_inactive {
    display: none;
}
.lang-block .sub-menu-list__item {
    cursor: pointer;
    padding: 10px 12px;
    min-width: 65px;
    text-decoration: none;
}
.lang-block .sub-menu-list__item:first-child {
    padding-top: 12px;
}
.lang-block .sub-menu-list__item:last-child {
    padding-bottom: 12px;
}
.site-section {
    color: var(--second-font-color);
    overflow: hidden;
}
.site-section__header {
    padding: 12px 20px;
    background-color: var(--heading-bg-color);
    border-top: 1px solid var(--stroke-color);
}
.site-section__header ._left {
    text-align: left;
}
.site-section__header ._center {
    text-align: center;
}
.site-section__header ._right {
    text-align: right;
}
.site-section__body {
    background-color: var(--block_bg);
    padding: 24px 20px 32px;
}
.site-section._dis .site-section__header {
    background-color: unset;
    border-top: unset;
}
.site-section._dis .site-section__body {
    background-color: unset;
}
.site-section.align-center .site-section__body,
.site-section.align-right .site-section__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.site-section.align-center .site-section__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.site-section.align-right .site-section__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.site-section__body .site-section {
    margin: 0 0 20px;
}
.site-section__body .site-section__body {
    padding: 0;
}
.site-section__body p:not([class]),
.site-section__body p[class="has-text-align-center"] {
    margin-bottom: 20px;
}
.pros-and-cons__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.pros-and-cons__body .pros-and-cons-block {
    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-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    width: 50%;
}
.pros-and-cons__body .pros-and-cons-block__title {
    text-align: center;
    padding: 12px;
    width: 100%;
    margin-bottom: 16px;
}
.pros-and-cons__body .pros-and-cons-block__title_blue {
    background-color: rgba(25, 118, 210, 0.5);
}
.pros-and-cons__body .pros-and-cons-block__title_red {
    background-color: rgba(244, 67, 54, 0.5);
}
.pros-and-cons__body .pros-and-cons-block .pros-and-cons-list {
    padding: 0;
}
.pros-and-cons__body .pros-and-cons-block .pros-and-cons-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    background-color: rgba(18, 21, 31, 0.4);
    padding: 12px;
    margin-bottom: 16px;
    list-style: none;
    color: #cecece;
}
.pros-and-cons__body .pros-and-cons-block .pros-and-cons-list__item:last-child {
    margin-bottom: 0;
}
.pros-and-cons__body .pros-and-cons-block .pros-and-cons-list__item:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    padding: 4px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 4px;
}
.pros-and-cons__body .pros-and-cons-block .pros-and-cons-list__item_plus:before {
    content: url(../images/plus.svg);
    background-color: #1b4a78;
}
.pros-and-cons__body .pros-and-cons-block .pros-and-cons-list__item_minus:before {
    content: url(../images/minus.svg);
    background-color: #89302a;
}
.extra-bonus {
    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;
    padding: 32px;
    color: var(--main-font-color);
    background-color: var(--block_bg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.extra-bonus__title {
    text-align: center;
    margin-bottom: 12px;
}
.extra-bonus__description {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    max-width: 820px;
}
.extra-bonus__description .promo-container__text {
    color: var(--primary_color);
}
.extra-bonus .proposal-block {
    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;
    margin-top: 32px;
    width: 100%;
}
.extra-bonus .proposal-block__description {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #cecece;
    text-align: center;
    max-width: 610px;
    margin-bottom: 16px;
}
.extra-bonus .proposal-block .proposal-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.extra-bonus .proposal-block .proposal-list__item {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    background: rgba(39, 138, 236, 0.5);
    list-style: none;
    padding: 11px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}
.extra-bonus__btn {
    margin-top: 40px;
    border: none;
    cursor: pointer;
}
.extra-bonus__footnote {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-top: 12px;
    margin-bottom: unset;
    color: #cecece;
}
.extra-bonus__footnote .promo-container {
    font-weight: 700;
    color: #fff;
}
.extra-bonus__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-top: 40px;
}
.extra-bonus__copy-field .promo-container__quote {
    display: none;
}
.extra-bonus__copy-btn {
    width: 140px;
    border-radius: 20px !important;
    height: 100%;
}
.extra-bonus:nth-child(2n) {
    margin-top: 28px;
}
.btn {
    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;
    text-decoration: none;
    text-align: center;
    font-family: Poppins, sans-serif;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: none;
    cursor: pointer;
}
.btn:hover {
    opacity: 0.8;
}
.btn_blue {
    background-color: #1976d2;
}
.btn_red {
    background-color: #f44336;
}
.btn_big {
    padding: 16px;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    min-width: 300px;
    border-radius: 24px;
}
.btn_medium {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 24px;
    min-width: 108px;
    border-radius: 20px;
    white-space: nowrap;
    text-transform: uppercase;
}
.btn_small {
    padding: 10px 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    border-radius: 12px;
}
.btn_android,
.btn_ios {
    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;
    padding: 8.5px 32px 8.5px 20px;
    border-radius: 24px;
    min-width: 220px;
    min-height: 68px;
}
.btn_android:before,
.btn_ios:before {
    margin-right: 16px;
}
.btn_android:before {
    content: url(../images/android.svg);
}
.btn_ios:before {
    content: url(../images/ios.svg);
}
.copy-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #1a2034;
    border: 1px solid #363f5b;
    border-radius: 20px;
    width: 400px;
    height: 44px;
}
.copy-field__text {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    padding: 0 12px;
}
.copy-field__copy-btn {
    position: absolute;
    right: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.text-image-banner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 20px;
}
.text-image-banner__bg-image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    align-self: center;
}
.text-image-banner__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 16px;
}
.text-image-banner__title span {
    color: var(--primary_color);
}
.text-image-banner__description {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #cecece;
}
.text-image-banner__description b,
.text-image-banner__description strong {
    font-weight: 700;
    color: #fff;
}
.text-image-banner__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 37px;
}
.text-image-banner__btn {
    height: 56px;
    margin-right: 36px;
}
.text-image-banner__license-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.text-image-banner .license-block__description {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #cecece;
    margin-left: 4px;
}
.toc__header {
    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: 8px 8px 8px 20px;
    background-color: var(--heading-bg-color);
    color: var(--main-font-color);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.toc__title {
    text-transform: uppercase;
}
.toc__btn {
    width: 32px;
    height: 32px;
    background-image: url(../images/dropdown-list_arrow.svg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.toc__body {
    display: none;
    background-color: var(--block_bg);
    padding: 24px 20px;
}
.toc .toc-body-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    list-style: none;
}
.toc .toc-body-list__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}
.toc .toc-body-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--main-font-color);
    text-decoration: none;
}
.toc .toc-body-list__link:hover {
    text-decoration: underline;
}
.toc .toc-body-list__link:before {
    content: url(../images/dropdown-list_marker.svg);
    width: 20px;
    height: 20px;
    margin-right: 4px;
}
.toc._active .toc__header .toc__btn {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.toc._active .toc__body {
    display: block;
}
.about-table,
.about-table__body,
.wp-block-table {
    width: 100%;
}
.about-table .site-section__body {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-table__body {
    width: 100%;
    overflow-x: auto;
}
.about-table__table table,
.wp-block-table table {
    width: 100%;
    min-width: 500px;
}
.about-table__table tr td:first-child,
.wp-block-table table tr td:first-child {
    width: 306px;
}
.about-table__btn {
    margin-top: 32px;
}
.table,
.wp-block-table table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    min-width: 500px;
}
.table th,
.wp-block-table table th {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: var(--main-font-color);
    background-color: var(--table-head-color);
    padding: 11.5px;
    border-style: solid;
    border-color: #2b313c;
    border-width: 1px 1px 2px;
}
.table td,
.wp-block-table table td {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    word-break: break-word;
    padding: 11.5px 15.5px;
    background-color: var(--main-bg-color);
    color: var(--second-font-color);
    border: 1px solid #2b313c;
}
.table._dis_bg td,
.wp-block-table table._dis_bg td {
    background-color: unset;
}
.table td:first-child,
.wp-block-table table td:first-child {
    color: var(--main-font-color);
}
.table td a,
.wp-block-table table td a {
    color: var(--table-link-color);
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.table td a:hover,
.wp-block-table table td a:hover {
    text-decoration: underline;
}
.table td ul,
.wp-block-table table td ul {
    padding-left: 22px;
}
.relink {
    width: 100%;
}
.relink__string {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 20px;
    background-color: var(--header-dark-color);
    height: 61px;
}
.relink__menu-container {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}
.relink__menu-container:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 44px;
    height: 56px;
    background: -webkit-gradient(linear, right top, left top, from(#172132), to(rgba(23, 33, 50, 0)));
    background: -o-linear-gradient(right, #172132 0, rgba(23, 33, 50, 0) 100%);
    background: linear-gradient(270deg, #172132 0, rgba(23, 33, 50, 0) 100%);
    z-index: 2;
}
.relink__menu {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: auto;
    scrollbar-width: none;
}
.relink__menu::-webkit-scrollbar {
    display: none;
}
.relink__list {
    position: absolute;
    left: 0;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    list-style: none;
}
.relink__dropdown {
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.1) var(--dropdown-bg-color);
}
.relink__dropdown::-webkit-scrollbar {
    width: 9px;
}
.relink__dropdown::-webkit-scrollbar-track {
    background: 0 0;
}
.relink__dropdown::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    border: transparent;
}
.relink__dropdown-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 8px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 6px;
    margin-left: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.relink .relink__dropdown-btn {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--second-font-color);
    margin-bottom: 0;
}
.relink__dropdown-btn:hover {
    opacity: 0.8;
}
.relink__dropdown-btn:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    content: url(../images/relink-dropdown-arrow.svg);
    margin-left: 2px;
}
.relink .relink-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    padding: 5px 16px 5px 8px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: none;
    cursor: pointer;
}
.relink .relink-btn:hover {
    opacity: 0.8;
}
.relink .relink-btn_hot:before,
.relink .relink-btn_popular:before,
.relink .relink-btn_top:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 4px;
}
.relink .relink-btn_hot:before {
    content: url(../images/hot.svg);
}
.relink .relink-btn_top:before {
    content: url(../images/top.svg);
}
.relink .relink-btn_popular:before {
    content: url(../images/popular.svg);
}
.relink .relink-btn__ico {
    width: 32px;
    height: 32px;
    margin-right: 4px;
}
.relink .relink-btn__name {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--second-font-color);
}
.relink .relink-dropdown {
    display: none;
    background-color: var(--dropdown-bg-color);
    padding: 24px;
    margin: 0 20px;
    border-radius: 6px;
    max-height: 284px;
}
.relink .relink-dropdown .relink__list {
    position: relative;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 21px;
    list-style: none;
    width: 100%;
}
.relink .relink-dropdown .relink-btn {
    width: 100%;
}
.relink._open .relink-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.relink._open .relink__string .relink__dropdown-btn:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.download-mobile__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.download-mobile__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 735px;
}
.download-mobile__description {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--second-font-color);
    margin-bottom: 24px;
}
.download-mobile__description p:last-child {
    margin-bottom: 0;
}
.download-mobile__buttons-block {
    margin-bottom: 24px;
    background-color: var(--heading-bg-color);
    padding: 20px;
}
.download-mobile__buttons-caption {
    display: block;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    color: var(--second-font-color);
    margin-bottom: 16px;
}
.download-mobile__buttons-caption span {
    color: #f44336;
}
.download-mobile__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}
.download-mobile .wp-block-table tr td,
.download-mobile__table tr td {
    background-color: transparent;
}
.download-mobile .wp-block-table tr td:first-child,
.download-mobile__table tr td:first-child {
    width: 277px;
}
.download-mobile .wp-block-table tr td:nth-child(2),
.download-mobile__table tr td:nth-child(2) {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.download-mobile__image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}
.download-mobile__image-container img {
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 370px;
}
.welcome-bonus {
    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;
    position: relative;
    background: url(../images/welcome-bonus_bg.png) no-repeat, -webkit-gradient(linear, left top, left bottom, from(rgba(23, 33, 50, 0.79)), to(#172132));
    background: url(../images/welcome-bonus_bg.png) no-repeat, -o-linear-gradient(top, rgba(23, 33, 50, 0.79) 0, #172132 100%);
    background: url(../images/welcome-bonus_bg.png) no-repeat, linear-gradient(180deg, rgba(23, 33, 50, 0.79) 0, #172132 100%);
    min-height: 300px;
    padding: 32px;
    width: 100%;
}
.welcome-bonus:before {
    position: absolute;
    content: "";
    top: 0;
    left: 20px;
    width: 216px;
    height: 237px;
    background-image: url(../images/welcome-bonus_left-gift.png);
    background-size: cover;
}
.welcome-bonus:after {
    position: absolute;
    content: "";
    top: 9px;
    right: 21px;
    width: 218px;
    height: 223px;
    background-image: url(../images/welcome-bonus_right-gift.png);
    background-size: cover;
}
.welcome-bonus__title {
    color: var(--main-font-color);
    margin-bottom: 20px;
    min-width: 283px;
    z-index: 2;
}
.welcome-bonus__description-block {
    text-align: center;
    min-width: 991px;
    max-width: 100%;
    background: rgba(39, 138, 236, 0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 4px;
    padding: 16px 40px;
    z-index: 2;
}
.welcome-bonus__description {
    font-style: normal;
    font-weight: 800;
    font-size: 52px;
    line-height: 52px;
    color: var(--main-font-color);
}
.welcome-bonus__copy-field {
    margin-top: 40px;
    min-width: 578px;
    height: 56px;
    color: var(--main-font-color);
    z-index: 2;
    background-color: #12151f;
    border-color: #12151f;
    border-radius: 24px;
}
.welcome-bonus__copy-text {
    padding: 16px;
}
.welcome-bonus__copy-btn {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    min-width: 240px;
    border-radius: 24px;
    text-transform: uppercase;
}
.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.tabs__menu {
    position: relative;
    background: var(--header-active-bg-color);
    padding: 12px 20px;
    border-top: 1px solid var(--stroke-color);
}
.tabs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    background: var(--block_bg);
    border-radius: 8px;
    gap: 8px;
    padding: 8px;
    max-height: 456px;
    overflow: auto;
    overflow-x: hidden;
}
@media (max-width: 1200px) {
    .tabs__list {
        max-height: unset;
        height: unset;
    }
}
.tabs__item {
    display: block;
    padding: 12px;
    min-width: 206px;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    color: var(--main-font-color);
    border-radius: 6px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tabs__item._active,
.tabs__item:hover {
    background-color: var(--header-active-bg-color);
}
.tabs__views {
    background-color: var(--block_bg);
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}
.tabs .tab-view {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid var(--stroke-color);
}
.tabs .tab-view._active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tabs .tab-view__header {
    background-color: var(--heading-bg-color);
    color: var(--main-font-color);
    padding: 8px 24px;
}
.tabs .tab-view__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 24px 20px 32px 24px;
}
.tabs .tab-view__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex: 1 1;
}
.tabs .tab-view__content li,
.tabs .tab-view__content p,
.tabs .tab-view__content span,
.tabs .tab-view__content td {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--second-font-color);
}
.tabs .tab-view__btn {
    height: auto;
    margin-top: 10px;
}
.tabs .tab-view__image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    max-width: 56%;
}
.tabs .tab-view__image-container img {
    max-width: 100%;
    max-height: 500px;
    border-radius: 4px;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.payments-table {
    position: relative;
}
.payments-table:after {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#172132), to(rgba(23, 33, 50, 0)));
    background: -o-linear-gradient(right, #172132 0, rgba(23, 33, 50, 0) 100%);
    background: linear-gradient(270deg, #172132 0, rgba(23, 33, 50, 0) 100%);
    z-index: 2;
}
.payments-table__view {
    overflow-x: auto;
}
.payments-table__table {
    table-layout: fixed;
    min-width: 760px;
}
.payments-table__table td,
.payments-table__table th {
    min-width: 240px;
}
.payments-table__table td {
    width: 100%;
    padding: 10px 12px;
}
.payments-table__first-cell-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.payments-table__payment-system-caption {
    display: inline-block;
}
.payments-table__inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 12px;
}
.payments-table__inner-row:last-child {
    margin-bottom: 0;
}
.payments-table__prop {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}
.payments-table__val {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.description-table {
    position: relative;
}
.description-table:after {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#172132), to(rgba(23, 33, 50, 0)));
    background: -o-linear-gradient(right, #172132 0, rgba(23, 33, 50, 0) 100%);
    background: linear-gradient(270deg, #172132 0, rgba(23, 33, 50, 0) 100%);
    z-index: 2;
}
.description-table__table {
    min-width: 760px;
}
.description-table__table td {
    padding: 10px 12px;
}
.description-table__cell {
    width: 472.5px;
    vertical-align: top;
}
.description-table__image-cell {
    width: 295px;
    vertical-align: middle;
}
.description-table__image-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.description-table__image {
    border-radius: 4px;
}
.text-image__header {
    padding: 8px 20px;
}
.text-image__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.text-image__body._reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.text-image__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--second-font-color);
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    overflow: hidden;
}
.text-image__content._middle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.text-image__content._bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.text-image__content .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.text-image__content .wp-block-table:not(:last-of-type) {
    margin-bottom: 20px;
}
.text-image__content .wp-block-table + p {
    margin-top: 20px;
}
.text-image__image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.text-image__image-container._middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.text-image__image-container._bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.text-image__image-container .get-image img {
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 4px;
    max-width: 100%;
    max-height: 90vh;
}
.faq {
    width: 100%;
}
.faq__title {
    padding: 8px 16px;
}
.faq__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    padding: 24px 36px 48px;
}
.faq-item {
    width: 100%;
}
details > summary {
    list-style: none;
}
details > summary::-webkit-details-marker {
    display: none;
}
.faq-item .faq-item__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.faq-item .faq-item__body p:last-child {
    margin-bottom: 0;
}
.faq-item .faq-item__title-block {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 4px 8px;
}
.faq-item__header {
    position: relative;
    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;
    background-color: #293b55;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.faq-item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
.faq-item__title-block:before {
    content: url(../images/question_mark.svg);
    display: flex;
    width: 40px;
    height: 40px;
}
.faq-item__title-block:after {
    content: url(../images/faq-plus.svg);
    display: flex;
    width: 28px;
    height: 28px;
    flex: 1 1;
    justify-content: flex-end;
}
.faq-item .faq-item__header[open] .faq-item__title-block:after {
    content: url(../images/faq-cross.svg);
}
.faq-item__body {
    display: none;
    padding: 16px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #b8bbcb;
    background-color: #1a2034;
    border: 1px solid #293b55;
}
.mobile-popup-offer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 32px);
    max-width: 500px;
    border: none;
    cursor: pointer;
}
.mobile-popup-offer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}
.mobile-popup-offer__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: var(--main-font-color);
}
.mobile-popup-offer__title span {
    color: var(--primary_color);
}
.mobile-popup-offer__description {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--second-font-color);
    white-space: nowrap;
}
.mobile-popup-offer__btn-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 6px 0;
}
.mobile-popup-offer__btn {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 12px;
    border-radius: 12px;
    max-height: 34px;
}
.mobile-popup {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    right: 16px;
    bottom: 10px;
    left: 16px;
    margin: auto;
    background: var(--stroke-color);
    border-radius: 4px;
    padding: 8px 16px 8px 12px;
    z-index: 99;
}
.scroll-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
}
.scroll-top__button {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    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;
    width: 44px;
    height: 44px;
    background-color: var(--stroke-color);
    border-radius: 4px;
}
.scroll-top__button:after {
    content: url(../images/scroll-top.svg);
    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;
}
.how-to__header {
    padding: 8px 20px;
}
.how-to__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
}
.how-to__caption {
    font-size: 16px;
    line-height: 22px;
    color: var(--second-font-color);
    text-align: center;
    margin-bottom: 24px;
}
.how-to .how-to-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.how-to .how-to-item img {
    width: auto;
    max-height: 450px;
}
.how-to .how-to-item:first-child .how-to-item__id:before,
.how-to .how-to-item:last-child .how-to-item__id:after {
    display: none;
}
.how-to .how-to-item__id {
    position: relative;
    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: 48px;
    min-width: 48px;
    background-color: var(--primary_color);
    color: var(--main-font-color);
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
}
.how-to .how-to-item__id:before {
    position: absolute;
    content: "";
    top: 0;
    border: 24px solid transparent;
    border-top: 12px solid var(--block_bg);
    z-index: 2;
}
.how-to .how-to-item__id:after {
    position: absolute;
    content: "";
    background-image: url(../images/how-to_chevrone.svg);
    width: 88px;
    height: 22px;
    top: 100%;
}
.how-to .how-to-item__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 16px;
    border: 1px solid var(--stroke-color);
}
.how-to .how-to-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 63;
    -ms-flex: 63 1;
    flex: 63 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.how-to .how-to-item__title {
    color: var(--second-font-color);
    margin-bottom: 8px;
}
.how-to .how-to-item__description {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--second-font-color);
}
.how-to .how-to-item__btn {
    margin-top: 10px;
}
.how-to .how-to-item__image-container img {
    max-width: 100%;
}
.how-to._dis .how-to-item__id:before {
    border-top-color: var(--main-bg-color);
}
.rate-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.rate-block__title {
    font-size: 14px;
    line-height: 18px;
    color: var(--second-font-color);
    margin-right: 2px;
}
.rate-block__star {
    background-repeat: no-repeat;
    background-position: center;
}
.rate-block__star._empty {
    background-image: url(../images/empty_star.svg);
}
.rate-block__star._fill {
    background-image: url(../images/fill_star.svg);
}
.rate-block__star._fill-empty,
.rate-block__star._selected {
    background-image: url(../images/fill_empty_star.svg);
}
.comments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.comments__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.comment-add-field {
    width: 100%;
    margin-bottom: 32px;
}
.comment-add-field__header {
    padding: 8px 20px;
}
.comment-add-field__body {
    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: 32px;
}
.comment-add-field__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 610px;
}
.comment-add-field .comment-add-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.comment-add-field .comment-add-form__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}
.comment-add-field .comment-add-form__name {
    width: 373px;
    padding: 13px 16px;
}
.comment-add-field .comment-add-form__text {
    width: 100%;
    height: 113px;
    padding: 16px;
}
.comment-add-field .comment-add-form__rate-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.comment-add-field .comment-add-form__btn {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: var(--main-font-color);
    padding: 10px 24px;
    background: rgba(25, 118, 210, 0.25);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    border: none;
    margin-top: 15px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.comment-add-field .comment-add-form__btn:hover {
    opacity: 0.8;
}
.comment-add-field .comment-add-form__alert {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--second-font-color);
    margin-top: 15px;
}
.comment-add-field .comment-add-form__alert.error {
    color: #dc2e2e;
}
.comment-add-field .comment-add-form__star {
    width: 28px;
    height: 28px;
    cursor: pointer;
}
.comment-add-field .comment-input {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--main-font-color);
    background: var(--main-bg-color);
    border: 1px solid var(--stroke-color);
    border-radius: 8px;
}
.comment-add-field .comment-input::-webkit-input-placeholder {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #898989;
    opacity: 1;
}
.comment-add-field .comment-input::-moz-placeholder {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #898989;
    opacity: 1;
}
.comment-add-field .comment-input:-ms-input-placeholder {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #898989;
    opacity: 1;
}
.comment-add-field .comment-input::-ms-input-placeholder {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #898989;
    opacity: 1;
}
.comment-add-field .comment-input::placeholder {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #898989;
    opacity: 1;
}
.comment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--block_bg);
    padding: 16px;
    gap: 12px;
}
.comment-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.comment-item__rate-title {
    margin-right: 4px;
}
.comment-item__nickname {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: var(--main-font-color);
}
.comment-item__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--second-font-color);
}
.comment-item__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #898989;
}
.comment-item__star {
    width: 20px;
    height: 20px;
}
.comment-item__star._empty {
    background-size: contain;
}
.video__thumb-container {
    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;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.video__thumb-container:hover:after {
    opacity: 0.8;
}
.video__thumb-container:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    content: "";
    background-image: url(../images/play.svg);
    background-repeat: no-repeat;
    background-position: center right;
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 2;
}
.video__thumb-container iframe {
    width: 100%;
    border: none;
    aspect-ratio: 16/9;
}
.video_loaded .video__thumb,
.video_loaded:after {
    display: none;
}
.video__thumb {
    width: 100%;
}
.video__description {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--second-font-color);
    -webkit-box-flex: 45;
    -ms-flex: 45 1;
    flex: 45 1;
}
.articles {
    width: 100%;
}
.articles__body {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.articles .article-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: var(--header-active-bg-color);
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.articles .article-item:hover {
    opacity: 0.8;
}
.articles .article-item__image {
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.articles .article-item__image .get-image {
    width: 100%;
    height: 100%;
}
.articles .article-item__image .get-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.articles .article-item__text {
    padding: 8px 16px 16px;
    color: var(--main-font-color);
    background: #243349;
}
.footer {
    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;
    background: var(--block_bg);
    padding: 0 20px;
    width: 100%;
}
.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    min-width: 1240px;
}
.footer__bottom {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: var(--second-font-color);
    border-top: 1px solid #293b55;
    padding: 20px 0;
    width: 100%;
}
.footer__logo-inner {
    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;
    gap: 30px;
    padding: 20px 0;
}
.footer__dcma {
    width: 89px;
    height: 44px;
}
.footer__nav-container .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    padding: 16px 0;
    gap: 12px;
}
.footer__nav-container .menu .menu-item {
    display: inline-block;
    line-height: 20px;
}
.footer__nav-container .menu .menu-item a,
.footer__nav-container .menu .menu-item span {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--second-font-color);
    text-decoration: none;
    min-width: 220px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.footer__nav-container .menu .menu-item a:hover {
    color: var(--main-font-color);
}
.footer__socials-container {
    gap: 24px;
}
.footer__socials-container a,
.footer__socials-container p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--second-font-color);
}
.footer__socials-container a {
    text-decoration: none;
}
.footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    height: 44px;
    gap: 4px;
}
.footer__social {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-position: center;
}
.footer__second-logo-footnote {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--second-font-color);
}
.footer .footer-top-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
}
.footer .footer-top-container:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--stroke-color);
}
.footer .footer-top-container:first-child {
    padding-left: 0;
}
.footer .footer-top-container:last-child {
    padding-right: 0;
}
.footer .footer-top-container:last-child:after {
    display: none;
}
.sitemap {
    width: 100%;
}
.sitemap__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}
.sitemap__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 13px;
}
.sitemap__page-title {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: var(--primary_color);
    text-decoration: none;
    height: auto;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.sitemap__page-title:hover {
    text-decoration: underline;
}
.sitemap__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.sitemap__list-item {
    margin-left: 24px;
    margin-bottom: 8px;
}
.sitemap__list-item:last-child {
    margin-bottom: 0;
}
.sitemap__list-item::marker {
    color: var(--second-font-color);
}
.sitemap__list-item:hover::marker {
    color: var(--main-font-color);
}
.sitemap__parent-link {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline;
    color: var(--second-font-color);
    margin-bottom: 8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.sitemap__parent-link:hover {
    color: var(--main-font-color);
}
.sitemap__parent-link:last-child {
    margin-bottom: 0;
}
.sitemap__child-link {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline;
    color: var(--second-font-color);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.sitemap__child-link:hover {
    color: var(--main-font-color);
}
.slots {
    width: 100%;
}
.slots__header {
    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: 16px 20px;
}
.slots__header-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-decoration: none;
    color: var(--main-font-color);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    padding: 4px 12px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: none;
    cursor: pointer;
}
.slots__header-btn:hover {
    opacity: 0.8;
}
.slots__header-btn:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    content: url(../images/slots-btn-arrow.svg);
}
.slots__body {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
.slots .slot-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border-radius: 4px;
    gap: 4px;
}
.slots .slot-item__image {
    position: relative;
    width: 100%;
    height: 130px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.slots .slot-item__image .get-image {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
@media (max-width: 850px) {
    .slots .slot-item__image .get-image {
        position: static;
    }
}
.slots .slot-item__image .get-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.slots .slot-item__image:hover .slot-item__inner-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 1;
}
.slots .slot-item__inner-block {
    display: none;
    -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;
    gap: 14px;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 34, 52, 0.8);
    transition: 0.2s;
}
.slots .slot-item__btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    height: auto;
    padding: 10px 12px;
    border-radius: 12px;
    cursor: pointer;
}
.slots .slot-item__title {
    text-align: center;
}
.slots-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.slots-popup__header {
    position: relative;
    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;
    gap: 24px;
}
.slots-popup__title {
    color: var(--main-font-color);
}
.slots-popup__header-buttons {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}
.slots-popup__btn {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 24px;
    border-radius: 20px;
    cursor: pointer;
}
.slots-popup__cross {
    padding-top: 16px;
    padding-bottom: 16px;
}
.slots-popup__body {
    width: 100%;
    height: 548px;
}
.slots-popup__iframe {
    width: 100%;
    height: 100%;
}
.popup-win {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 333;
    background-color: rgba(0, 0, 0, 0.35);
}
.popup-win_active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.popup-win .popup {
    width: 1243px;
}
.popup-win .popup__header {
    background: var(--heading-bg-color);
    border-top: 1px solid var(--stroke-color);
    padding: 8px 20px;
}
.popup-win .popup__cross {
    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;
    width: 28px;
    height: 28px;
    background-image: url(../images/popup-cross.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}
.popup-win .popup__body {
    background-color: var(--block_bg);
}
.breadcrumbs {
    width: 100%;
    background-color: var(--heading-bg-color);
}
.breadcrumbs__list {
    padding: 10px 0;
    max-width: 1240px;
    margin: 0 auto;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1280px) {
    .breadcrumbs__list {
        margin-left: 20px;
        margin-right: 20px;
    }
}
.breadcrumbs__item {
    margin-right: 3px;
}
.breadcrumbs__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadcrumbs__link > svg {
    margin-left: 3px;
}
.breadcrumbs__link,
.breadcrumbs__link--no-active {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    color: #cecece;
}
.breadcrumbs__link--no-active {
    color: #278aec;
}
.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;
    min-width: 172px;
    max-height: 400px;
}
@media (min-width: 1201px) {
    header .menu .menu-item > a:hover {
        background-color: var(--header-active-bg-color);
    }
    header .menu .menu-item .sub-menu .menu-item:hover {
        background-color: var(--header-active-bg-color);
    }
    header .menu .menu-item .sub-menu .menu-item:hover > a {
        background-color: var(--header-active-bg-color);
        color: var(--main-font-color);
    }
    header .menu .menu-item:hover > a:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .lang-block:hover .lang-block__sub-menu,
    header .menu .menu-item:hover .sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        max-height: 430px;
    }
    .lang-block .lang-item:hover {
        background: var(--header-active-bg-color);
    }
}
@media (min-width: 1280px) {
    .description-table,
    .payments-table {
        width: 100%;
    }
}
@media (min-width: 1281px) {
    .site-section._dis .site-section__body,
    .site-section._dis .site-section__header {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 1280px) {
    .wrapper {
        margin-left: 20px;
        margin-right: 20px;
    }
    .text-image-banner__bg-image-container {
        margin-right: -20px;
    }
    .footer {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0 16px;
    }
    .footer__top {
        min-width: unset;
    }
    .popup-win .popup {
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media (max-width: 1279px) {
    .text-image-banner {
        width: auto;
    }
}
@media (max-width: 1260px) {
    .description-table__cell {
        width: auto;
    }
}
@media (max-width: 1243px) {
    .slots-popup__body {
        height: 44.2477876106vw;
    }
    .popup-win .popup {
        width: 100%;
    }
}
@media (max-width: 1240px) {
    .toc .toc-body-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .relink .relink-dropdown .relink__list {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 1200px) {
    body {
        padding-top: 64px;
    }
    .header {
        height: 64px;
        position: fixed;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .header__logo {
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
        padding: 17px 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .header__logo img {
        max-width: 103px;
    }
    .header__nav {
        display: none;
    }
    .header__buttons {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 9px 16px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .header__btn {
        margin-right: 8px;
    }
    .header__lang-block {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .header__lang-item {
        padding: 0 20px;
    }
    header .header__nav .menu-main-nav-container,
    .header__nav .menu-main-nav_bn-container,
    .header__nav .menu-main-nav_hi-container,
    .header__nav .menu-main-nav_br-container {
        display: none;
        width: 100%;
    }
    header .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding-top: 20px;
        background-color: var(--header-bg-color);
        overflow: auto;
    }
    header .menu .menu-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: auto;
    }
    header .menu .menu-item > a,
    header .menu .menu-item > span {
        width: 100%;
        padding: 10px 16px;
        background-color: var(--header-bg-color);
    }
    header .menu .menu-item.menu-item-has-children > a,
    header .menu .menu-item.menu-item-has-children > span {
        display: flex;
        justify-content: space-between;
    }
    header .menu .menu-item.menu-item-has-children._active > a svg,
    header .menu .menu-item.menu-item-has-children._active > span svg {
        transform: unset;
    }
    header .menu .menu-item.menu-item-has-children_active .sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    header .menu .menu-item.menu-item-has-children_active > a:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    header .menu .menu-item .sub-menu {
        position: relative;
        top: 0;
        padding-top: 0;
    }
    header .menu .menu-item .sub-menu .menu-item > a,
    header .menu .menu-item .sub-menu .menu-item > span {
        padding: 10px 32px;
    }
    header .menu .menu-item .sub-menu .menu-item:first-child > a,
    header .menu .menu-item .sub-menu .menu-item:first-child > span {
        padding-top: 10px;
        border-radius: unset;
    }
    header .menu .menu-item .sub-menu .menu-item:last-child > a {
        padding-bottom: 10px;
        border-radius: unset;
    }
    .header._burger-active {
        height: auto;
        overflow: auto;
        max-height: 100vh;
    }
    .header__burger {
        display: block;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .header._burger-active .header__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        height: auto;
        -ms-flex-order: 15;
        order: 15;
        margin-top: 20px;
    }
    .header._burger-active .header__nav .menu-main-nav-container,
    .header__nav .menu-main-nav_bn-container,
    .header__nav .menu-main-nav_hi-container,
    .header__nav .menu-main-nav_br-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
    .header._burger-active .header__lang-block .lang-block__sub-menu_active .lang-block__list {
        background: var(--main-bg-color);
    }
    .header._burger-active .header__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        background-color: var(--header-bg-color);
        width: 100%;
        padding: 8px 16px 0 16px;
        -ms-flex-order: 10;
        order: 10;
    }
    .header._burger-active .header__buttons .header__btn {
        font-size: 15px;
        line-height: 24px;
        padding: 10px 24px;
        text-transform: uppercase;
        margin-right: 8px;
    }
    .lang-block__sub-menu {
        padding-top: 8px;
    }
    .lang-block__sub-menu_active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .btn_medium {
        font-weight: 600;
        font-size: 14px;
        line-height: 14px;
        padding: 10px 12px;
        border-radius: 12px;
        min-width: auto;
        text-transform: none;
    }
    .download-mobile__image-container {
        padding: 0 0 0 20px;
    }
    .welcome-bonus__description-block {
        min-width: auto;
    }
    .welcome-bonus__copy-btn {
        min-width: 240px;
        border-radius: 24px;
        font-weight: 700;
        font-size: 15px;
        line-height: 24px;
        text-transform: uppercase;
    }
    .tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tabs__menu {
        position: relative;
        padding: 16px 0;
        height: 76px;
    }
    .tabs__list {
        position: absolute;
        left: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        min-width: 100%;
        padding: 4px 16px;
        border-radius: unset;
        width: 100%;
        overflow: auto;
    }
    .tabs__item {
        min-width: unset;
        padding: 10px 16px;
        white-space: nowrap;
    }
    .tabs__views {
        min-height: 200px;
    }
    .tabs .tab-view__header {
        padding: 8px 16px;
    }
    .tabs .tab-view__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24px;
        padding: 24px 16px;
    }
    .tabs .tab-view__content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .tabs .tab-view__btn {
        font-size: 15px;
        line-height: 24px;
        width: auto;
        padding: 10px 24px;
        border-radius: 20px;
    }
    .tabs .tab-view__image-container {
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
        max-width: 100%;
    }
    .mobile-popup {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (max-width: 1100px) {
    .text-image-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 32px;
    }
    .text-image-banner__bg-image-container {
        width: 100%;
        margin-right: 0;
    }
    .text-image-banner__title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .text-image-banner__description {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 24px;
        font-size: 15px;
    }
    .text-image-banner__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 0;
    }
    .text-image-banner__btn {
        width: 300px;
        margin-right: 0;
    }
    .text-image-banner__license-block {
        margin-top: 8px;
    }
    .articles__body {
        grid-template-columns: repeat(3, 1fr);
    }
    .footer .footer-top-container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .slots__body {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media (max-width: 1000px) {
    .extra-bonus .proposal-block .proposal-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .download-mobile__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .download-mobile__content {
        max-width: unset;
    }
    .download-mobile__description {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .download-mobile__buttons-block {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 20px 12px;
    }
    .download-mobile .wp-block-table tr td:first-child,
    .download-mobile__table tr td:first-child {
        width: 160px;
    }
    .download-mobile__image-container {
        padding: 0;
    }
    .download-mobile__image-container img {
        width: 100%;
        max-height: 336px;
    }
    .welcome-bonus__title {
        min-width: auto;
    }
    .welcome-bonus__description {
        font-size: 36px;
        line-height: 52px;
    }
    .text-image__header {
        padding: 8px 16px;
    }
    .text-image__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px;
    }
    .text-image__body._reversed {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .text-image__content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .text-image__image-container {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .text-image__image-container .get-image img {
        max-height: 60vh;
    }
    .footer__nav-container .menu .menu-item a,
    .footer__nav-container .menu .menu-item span {
        min-width: unset;
    }
}
@media (max-width: 900px) {
    .slots__body {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 850px) {
    .footer {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .footer__top {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer__logo-container {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .footer__logo-inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer__nav-container .menu .menu-item a,
    .footer__nav-container .menu .menu-item span {
        min-width: 220px;
        line-height: 19px;
    }
    .footer .footer-top-container {
        padding: 12px 0;
        border-bottom: 1px solid var(--stroke-color);
    }
    .footer .footer-top-container:last-child {
        border-bottom: none;
    }
    .footer .footer-top-container:after {
        display: none;
    }
}
@media (max-width: 850px) and (max-width: 850px) {
    .footer .footer-top-container:first-child {
        padding-top: 0;
    }
    .footer .footer-top-container:last-child {
        padding-bottom: 0;
    }
}
@media (max-width: 830px) {
    .slots__body {
        grid-template-columns: repeat(3, 1fr);
    }
    .slots .slot-item {
        background: var(--header-active-bg-color);
        padding-bottom: 128px;
    }
    .slots .slot-item__image {
        position: static;
        height: 150px;
    }
    .slots .slot-item__inner-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 12px;
        height: auto;
        position: absolute;
        top: auto;
        bottom: 0;
        padding-bottom: 12px;
        background-color: unset;
    }
    .slots .slot-item__btn {
        font-weight: 700;
        font-size: 15px;
        line-height: 24px;
        padding: 10px 24px;
        border-radius: 20px;
    }
    .slots .slot-item__title {
        margin-top: 4px;
    }
}
@media (max-width: 820px) {
    .download-mobile__image-container {
        margin-bottom: 16px;
    }
}
@media (max-width: 800px) {
    .toc .toc-body-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .relink__string {
        padding: 8px 16px;
    }
    .relink .relink-dropdown {
        padding: 16px;
        margin: 0 16px;
        max-height: 552px;
    }
    .relink .relink-dropdown .relink__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .welcome-bonus {
        padding: 32px 16px;
    }
    .welcome-bonus:before {
        top: 50px;
        left: 0;
        width: 86px;
        height: 94px;
    }
    .welcome-bonus:after {
        top: 62px;
        right: 0;
        width: 106px;
        height: 108px;
    }
    .welcome-bonus__description-block {
        width: 100%;
        padding: 16px;
    }
    .welcome-bonus__copy-field {
        margin-top: 24px;
        min-width: auto;
        width: 100%;
        height: 44px;
    }
    .welcome-bonus__copy-btn {
        min-width: 120px;
    }
    .articles__body {
        grid-template-columns: repeat(2, 1fr);
    }
    .slots-popup__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
    }
    .slots-popup__header h3 {
        width: 100%;
    }
    .slots-popup__cross {
        position: absolute;
        top: 8px;
        right: 16px;
    }
}
@media (max-width: 760px) {
    .wrapper {
        margin-left: 0;
        margin-right: 0;
    }
    .site-section__header {
        padding: 12px 16px;
    }
    .site-section__body {
        padding: 24px 16px 32px;
    }
    .pros-and-cons__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px;
    }
    .pros-and-cons__body .pros-and-cons-block {
        width: 100%;
    }
    .pros-and-cons__body .pros-and-cons-block .pros-and-cons-list__item,
    .pros-and-cons__body .pros-and-cons-block__title {
        margin-bottom: 12px;
    }
    .extra-bonus {
        padding: 32px 16px;
    }
    .extra-bonus__description {
        text-align: left;
    }
    .extra-bonus .proposal-block .proposal-list {
        gap: 16px;
    }
    .extra-bonus .proposal-block .proposal-list__item {
        background: rgba(39, 138, 236, 0.3);
        padding: 8px;
        border-radius: 4px;
    }
    .extra-bonus__btn {
        margin-top: 32px;
    }
    .extra-bonus__buttons {
        -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;
        margin-top: 32px;
    }
    .copy-field {
        width: 100%;
    }
    .about-table__table tr td:first-child,
    .wp-block-table table tr td:first-child {
        width: 131px;
    }
    .download-mobile__buttons {
        -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;
    }
    .download-mobile .wp-block-table,
    .download-mobile__table {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .payments-table {
        margin-right: 0;
    }
    .payments-table:after {
        display: block;
    }
    .payments-table__table {
        table-layout: unset;
    }
    .description-table {
        margin-right: 0;
    }
    .description-table:after {
        display: block;
    }
    .description-table__cell {
        min-width: 472.5px;
    }
    .description-table__image-cell {
        min-width: 295px;
    }
    .text-image__header {
        padding: 8px 16px;
    }
    .faq__body {
        gap: 16px;
    }
    .faq-item .faq-item__title-block {
        padding: 8px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .faq-item .faq-item__title-block:before {
        order: 1;
    }
    .faq-item .faq-item__title-block:after {
        order: 2;
    }
    .faq-item .faq-item__title {
        order: 3;
        width: 100%;
    }
    .mobile-popup-offer {
        gap: 9px;
    }
    .mobile-popup-offer__title {
        font-size: 16px;
        line-height: 22px;
    }
    .how-to__header {
        padding: 8px 20px 10px;
    }
    .how-to .how-to-item__id {
        width: 32px;
        min-width: 32px;
    }
    .how-to .how-to-item__id:before {
        border: 16px solid transparent;
        border-top: 8px solid var(--block_bg);
    }
    .how-to .how-to-item__id:after {
        background-image: url(../images/how-to_chevrone_mobile.svg);
        width: 64px;
        height: 18px;
    }
    .how-to .how-to-item__body {
        gap: 12px;
        padding: 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .how-to .how-to-item__btn {
        min-width: unset;
        width: 100%;
    }
    .how-to._dis .how-to-item__id:before {
        border-top-color: var(--main-bg-color);
    }
    .comments__list {
        padding-left: 16px;
        padding-right: 16px;
    }
    .comment-add-field {
        margin-bottom: 24px;
    }
    .comment-add-field__header {
        padding: 8px 20px 10px;
    }
    .comment-add-field__body {
        padding: 32px 16px;
    }
    .comment-add-field .comment-add-form__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .comment-add-field .comment-add-form__name {
        width: 100%;
    }
    .comment-add-field .comment-add-form__rate-block {
        margin-top: 8px;
    }
    .articles .article-item {
        width: 328px;
    }
    .sitemap__header {
        padding: 12px 20px;
    }
    .sitemap__body {
        padding: 24px 20px 32px;
    }
    .slots__header {
        padding: 16px;
    }
    .slots__body {
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }
    .popup-win .popup {
        margin-left: 16px;
        margin-right: 16px;
    }
}
@media (max-width: 700px) {
    .header__buttons {
        padding: 9px 6px;
        border: none;
    }
    .articles__body {
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
    }
}
@media (max-width: 600px) {
    .articles__header {
        padding: 12px 24px 12px 16px;
    }
}
@media (max-width: 500px) {
    .toc .toc-body-list {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0;
        grid-row-gap: 10px;
    }
    .toc .toc-body-list__link {
        padding-bottom: 12px;
    }
    .relink .relink-btn_hot:before,
    .relink .relink-btn_popular:before,
    .relink .relink-btn_top:before {
        display: none;
    }
    .relink .relink-dropdown .relink__list {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 16px;
    }
    .slots__body {
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
    }
}
@media (max-width: 400px) {
    .articles .article-item {
        width: 100%;
    }
}
@media (max-width: 359px) {
    .header__buttons {
        padding: 9px 6px 9px 4px;
    }
    .header__btn {
        margin-right: 4px;
        padding: 10px 4px;
    }
    .btn_big {
        min-width: unset;
        width: 100%;
    }
}
.header__logo img {
    height: auto;
}
@media (max-width: 1200px) {
    header .menu .menu-item._active .sub-menu {
        display: flex;
    }
}
.footer__nav-container .menu .menu-item span,
header .menu .menu-item .sub-menu .menu-item > span,
header .menu .menu-item.current-menu-item > span {
    color: #278aec;
}
header .menu .menu-item .sub-menu .menu-item > span {
    background-color: var(--header-active-bg-color);
}
.text-image__image-container .get-image {
    max-width: 100%;
    max-height: 90vh;
}
.text-image__image-container .get-image img {
    max-width: unset;
    max-height: unset;
    width: 100%;
    height: 100%;
}
.text-image__image-container {
    flex: unset;
    max-width: 50%;
}
@media (max-width: 1000px) {
    .text-image__image-container {
        flex: 1 1;
        max-width: unset;
    }
}
.how-to .how-to-item__content {
    flex: 1 1;
}
@media (max-width: 1000px) {
    .how-to .how-to-item__content {
        width: 100%;
    }
}
.how-to-item__image-container {
    flex: unset;
    max-width: 50%;
}
@media (max-width: 1000px) {
    .how-to-item__image-container {
        flex: 1 1;
        max-width: unset;
    }
}
.how-to .how-to-item img {
    height: auto;
}
.video + .content-btn-container {
    margin-top: 20px;
}
.video .get-image,
.video .get-image img {
    width: 100%;
    height: 100%;
}
.text-image-banner__bg-image-container img {
    height: auto;
}
.relink-btn__ico {
    min-width: 32px;
}
.relink .relink-btn__name {
    white-space: nowrap;
}
.extra-bonus {
    position: relative;
}
.extra-bonus._img {
    background-color: unset;
    overflow: hidden;
}
.extra-bonus__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.extra-bonus__bg .get-image {
    width: 100%;
    height: 100%;
}
.extra-bonus__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: var(--block_bg);
}
.extra-bonus._img .extra-bonus__bg {
    background-color: var(--block_bg);
}
main {
    overflow: hidden;
}
.screenshot-gallery__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    width: fit-content;
    min-width: 100%;
}
.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:focus,
    .gbtn:hover {
        background-color: rgba(27, 150, 243, 1) !important;
    }
}
.content-btn-container {
    display: flex;
    width: 100%;
}
.content-btn-container {
    justify-content: center;
}
.content-btn-container._left {
    justify-content: flex-start;
}
.content-btn-container._right {
    justify-content: flex-end;
}
.aviator {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.aviator:not(:last-of-type) {
    margin-bottom: 24px;
}
.aviator .aviator__content,
.aviator .aviator__preview:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.aviator .aviator__preview:after {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59));
}
.aviator .aviator__preview img {
    object-fit: contain;
    height: auto;
}
.aviator .aviator__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    z-index: 1;
}
.aviator .aviator__content .btn {
    min-width: unset;
    padding: 10px 24px;
}
.aviator-popup {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 900;
}
.aviator-popup._active {
    display: flex;
}
.aviator-popup__window {
    display: flex;
    flex-direction: column;
    width: 1243px;
}
.aviator-popup__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: var(--stroke-color);
    height: 60px;
    padding: 8px 20px;
}
.aviator-popup__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 8px 20px;
}
.aviator-popup__buttons .btn {
    height: 100%;
    padding: 10px 24px;
}
.aviator-popup__cross {
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 901;
}
.aviator-popup__body {
    position: relative;
    width: 100%;
    height: 548px;
    background-color: #000;
}
.aviator-popup__body iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border: none;
}
.aviator-popup__title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}
@media (max-width: 767px) {
    .aviator-popup__header {
        flex-wrap: wrap;
        height: unset;
        gap: 16px;
        padding: 8px 12px;
    }
    .aviator-popup__title {
        flex: 1 1;
        order: 1;
    }
    .aviator-popup__cross {
        justify-content: flex-end;
        flex: 1 1;
        order: 2;
    }
    .aviator-popup__buttons {
        position: static;
        flex: 1 1;
        min-width: 100%;
        order: 3;
        padding: 0;
    }
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: 0 0;
}
::-webkit-scrollbar-thumb {
    background-color: #cecece;
    border-radius: 4px;
    border: transparent;
}
::-webkit-scrollbar:horizontal {
    width: 6px;
    height: 6px;
}
@media (max-width: 1200px) {
    header .menu {
        padding-top: 0;
    }
    .page:not(.home) .page-main .wrapper:first-child .download-mobile {
        margin-top: 10px;
    }
}
.text-image-banner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.text-image-banner__bg-image-container {
    display: flex;
    align-items: center;
    height: 100%;
    grid-column: 2/3;
    grid-row: 1/4;
}
@media (max-width: 1200px) {
    .text-image-banner {
        grid-template-columns: 1fr;
        margin-left: 20px;
        margin-right: 20px;
    }
    .text-image-banner__title {
        grid-row: 1/2;
    }
    .text-image-banner__description {
        grid-row: 3/4;
    }
    .text-image-banner__footer {
        grid-row: 4/5;
    }
    .text-image-banner__bg-image-container {
        grid-row: 2/3;
        grid-column: unset;
    }
}
@media (min-width: 1201px) {
    header .menu .menu-item > a:hover svg,
    header .menu .menu-item > span:hover svg {
        transform: unset;
    }
}
.menu-arrow {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: flex-end;
    height: 100%;
}
.btn_android,
.btn_ios {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr;
    max-width: 234px;
    font-size: 16px;
    text-align: left;
}
.btn_android:before,
.btn_ios:before {
    grid-column: 1/2;
    grid-row: 1/3;
}
.download-mobile__buttons p {
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
}
.download-mobile__buttons p:first-child {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
}
.download-mobile__buttons p:nth-child(2) {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}
.site-section__header {
    color: #fff;
}
.download-mobile h1 {
    color: #fff;
}
h1 {
    font-size: 32px;
    line-height: 42px;
}
h2 {
    font-size: 28px;
    line-height: 36px;
}

.wp-block-columns .wp-block-column > *:not(:last-child){
    margin-bottom: 20px;
}

.site-section__body p:last-child:not([class]),
.site-section__body p:last-child[class="has-text-align-center"]{
    margin-bottom: 0;
}

.wrapper .site-section__body .wp-block-columns:last-child{margin-bottom: 0}

.wp-block-columns{display:flex;margin-bottom:1.75em;box-sizing:border-box;flex-wrap:wrap!important;align-items:normal!important}
@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}
.wp-block-image img{height:auto;max-width:100%;vertical-align:bottom}.wp-block-image.has-custom-border img,.wp-block-image img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image.aligncenter,.wp-block-image .aligncenter,.wp-block-image.alignleft,.wp-block-image .alignleft,.wp-block-image.alignright,.wp-block-image .alignright{display:table}.wp-block-image.aligncenter>figcaption,.wp-block-image .aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image.alignright>figcaption,.wp-block-image .alignright>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-image :where(.has-border-color){border-style:solid}.wp-block-image :where([style*=border-top-color]){border-top-style:solid}.wp-block-image :where([style*=border-right-color]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-color]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-color]){border-left-style:solid}.wp-block-image :where([style*=border-width]){border-style:solid}.wp-block-image :where([style*=border-top-width]){border-top-style:solid}.wp-block-image :where([style*=border-right-width]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-width]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-width]){border-left-style:solid}.wp-block-image figure{margin:0}
ol,ul{box-sizing:border-box}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{direction:ltr;display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto;box-sizing:border-box}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{align-self:end}.wp-block-media-text .wp-block-media-text__media{ /*!rtl:begin:ignore*/grid-column:1;grid-row:1;/*!rtl:end:ignore*/margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr;/*!rtl:begin:ignore*/grid-column:2;grid-row:1;/*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{/*!rtl:begin:ignore*/grid-column:2;grid-row:1/*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{/*!rtl:begin:ignore*/grid-column:1;grid-row:1/*!rtl:end:ignore*/}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill .wp-block-media-text__media{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{grid-column:1;grid-row:2}}
.wp-block-table{overflow-x:auto}.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%}.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{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f0f0f0}.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>*,.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr{border-color:inherit}.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,.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{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]>*,.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{border-right-color:inherit}.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,.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{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]>*,.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{border-left-color:inherit}.wp-block-table table[style*=border-style]>*,.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr{border-style:inherit}.wp-block-table table[style*=border-width]>*,.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr{border-width:inherit;border-style:inherit}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}

@media (max-width:1000px){.download-mobile__image-container img{max-height:280px}.site-section__header{background-color:transparent;border-top:none}.site-section__body{background-color:transparent}}.bonus-popup-container{display:none;justify-content:center;align-items:center;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:998;background-color:rgba(0,0,0,.35)}.bonus-popup-container._active{display:flex}.bonus-popup{max-width:680px;padding:40px 12px 12px 12px}.bonus-popup .bonus-popup__cross{content:url(../images/cross.svg);position:absolute;top:0;right:0;z-index:999;cursor:pointer}.bonus-popup ol:not([class]),.bonus-popup ul:not([class]){padding-left:25px}@media (max-width:700px){body{padding-top:124px}}.main-nav__item--dropdown{position:relative;display:none;-ms-flex-negative:0;flex-shrink:0;border-radius:8px;padding:4px 8px;white-space:nowrap;background:var(--bg-transparent-blue);cursor:pointer}.main-nav__item--dropdown._active{display:block}.main-nav__item--dropdown._opened .main-nav__dropdown-menu,.main-nav__item--dropdown:hover .main-nav__dropdown-menu{opacity:1;visibility:visible;pointer-events:all}.main-nav__item--dropdown>span{font-weight:600;font-size:14px;line-height:24px;color:#fff}.main-nav__dropdown-menu{position:absolute;left:0;top:calc(100% + 14px);z-index:10;display:block;padding:5px;opacity:0;visibility:hidden;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;pointer-events:none}.main-nav__dropdown-menu::before{content:"";position:absolute;left:0;right:0;top:-14px;height:14px}.main-nav__dropdown-menu .main-nav__link{display:inline-block;padding:12px;width:100%;font-weight:700;font-size:14px;line-height:18px;text-transform:uppercase;color:#37383c}.main-nav__dropdown-menu .main-nav__link:hover{text-shadow:0 0 1px #37383c}.header .menu .main-nav__dropdown-menu .menu-item .sub-menu{top:0;left:100%}header .menu .main-nav__dropdown-menu .menu-item .sub-menu{padding-top:0}

.payments-table table td:first-child{
    color: var(--second-font-color)
}

.payments-table__first-cell-content{
    color: #fff;
}

.payments-table .payments-table__val{
    text-align: right;
}
.payments-table table tr:not(:first-child) td{
    border: none;
}

.payments-table table{
    border: 1px solid #2b313c;
}

.payments-table table tr:nth-child(2n+1){
    border-bottom: 1px solid #2b313c;
}

.payments-table table tr:nth-child(2n) td:nth-child(2n+1){
    border-right: 1px solid #2b313c;
}

.payments-table table tr:nth-child(2n+1) td:nth-child(2n){
    border-right: 1px solid #2b313c;
}

.payments-table table td.payments-table__val {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.payments-table table td.payments-table__prop {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.payments-table__table td, .payments-table__table th{
    min-width: 120px;
}

body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

body .is-layout-flow > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

body .is-layout-flow > .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

body .is-layout-flow > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

body .is-layout-constrained > .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

body .is-layout-constrained > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained > .alignwide {
    max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
    display: flex;
}

body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

body .is-layout-flex > * {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

body .is-layout-grid > * {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
    color: inherit;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

.wp-block-pullquote {
    font-size: 1.5em;
    line-height: 1.6;
}

@font-face {
    font-family: Poppins;
    src: local("Poppins Medium"), local("Poppins-Medium"), url(wp-content/themes/4rabets/build/fonts/Poppins-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Poppins;
    src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url(wp-content/themes/4rabets/build/fonts/Poppins-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Poppins;
    src: local("Poppins Bold"), local("Poppins-Bold"), url(wp-content/themes/4rabets/build/fonts/Poppins-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --main-bg-color: #131a26;
    --main-font-color: #ffffff;
    --second-font-color: #cecece;
    --heading-bg-color: #18263a;
    --stroke-color: #293b55;
    --block_bg: #152234;
    --primary_color: #278aec;
    --header-bg-color: #1f2842;
    --header-active-bg-color: #243349;
    --table-head-color: #1f2631;
    --table-link-color: #3486e3;
    --table-link-color-hover: #689bd5;
    --header-dark-color: #172132;
    --dropdown-bg-color: #2e3746;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.1) var(--dropdown-bg-color);
    scrollbar-color: rgba(255, 255, 255, 0.1) var(--header-bg-color);
}

html::-webkit-scrollbar {
    width: 9px;
}

html::-webkit-scrollbar-track {
    background: 0 0;
    background: var(--header-bg-color);
}

html::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    border: transparent;
}

body {
    min-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;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    background-color: var(--main-bg-color);
    padding-top: 64px;
    font-family: Poppins, sans-serif;
    overflow-x: hidden;
}

h2,
h3,
h4,
h5,
h6 {
    color: var(--main-font-color);
}

img {
    max-width: 100%;
}

h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
}

h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.page-main .wrapper:first-child {
    margin-top: 0;
}

.page-404 {
    color: #fff;
    text-align: center;
}

.wrapper ol:not([class]),
.wrapper p:not([class]),
.wrapper p[class="has-text-align-center"],
.wrapper ul:not([class]) {
    margin-bottom: 12px;
}

.wrapper ol:not([class]),
.wrapper ul:not([class]) {
    padding-left: 25px;
}

.page-404 a,
.wrapper a:not([class]) {
    color: var(--table-link-color);
}

.page-404 a:focus,
.wrapper a:not([class]):focus {
    color: var(--table-link-color);
}

.page-main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.get-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.inner-wrapper,
.wrapper {
    max-width: 1240px;
    margin: 50px auto;
}

.header {
    position: fixed;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 64px;
    background-color: var(--header-bg-color);
    z-index: 900;
}

.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 10px 20px 20px;
}

.header__logo img {
    max-width: 140px;
}

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    height: 100%;
}

.header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 24px;
    border-left: 1px solid var(--stroke-color);
    border-right: 1px solid var(--stroke-color);
}

.header__btn {
    margin-right: 16px;
}

.header__btn:last-child {
    margin-right: 0;
}

.header__lang-block {
    height: 100%;
}

.header__current-lang {
    position: relative;
    height: 100%;
}

.header__current-lang-list {
    height: 100%;
}

.header__lang-item {
    display: none;
    height: 100%;
    padding: 16px 20px;
}

.header__nav .menu-main-nav_bn-container,
.header__nav .menu-main-nav_br-container,
.header__nav .menu-main-nav_hi-container,
header .header__nav .menu-main-nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__burger {
    display: none;
    background-image: url(../images/burger.svg);
    width: 44px;
    height: 44px;
    min-width: 44px;
    cursor: pointer;
}

.header__burger._active {
    background-image: url(../images/cross.svg);
}

.site-section {
    color: var(--second-font-color);
    overflow: hidden;
}

.site-section__header {
    padding: 12px 20px;
    background-color: var(--heading-bg-color);
    border-top: 1px solid var(--stroke-color);
}

.site-section__header ._left {
    text-align: left;
}

.site-section__header ._center {
    text-align: center;
}

.site-section__header ._right {
    text-align: right;
}

.site-section__body {
    background-color: var(--block_bg);
    padding: 24px 20px 32px;
}

.site-section._dis .site-section__header {
    background-color: unset;
    border-top: unset;
}

.site-section._dis .site-section__body {
    background-color: unset;
}

.site-section.align-center .site-section__body,
.site-section.align-right .site-section__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.site-section.align-center .site-section__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-section.align-right .site-section__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.site-section__body .site-section {
    margin: 0 0 20px;
}

.site-section__body .site-section__body {
    padding: 0;
}

.site-section__body p:not([class]),
.site-section__body p[class="has-text-align-center"] {
    margin-bottom: 20px;
}

.extra-bonus {
    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;
    padding: 32px;
    color: var(--main-font-color);
    background-color: var(--block_bg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.extra-bonus__title {
    text-align: center;
    margin-bottom: 12px;
}

.extra-bonus__description {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    max-width: 820px;
}

.extra-bonus__description .promo-container__text {
    color: var(--primary_color);
}

.extra-bonus .proposal-block {
    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;
    margin-top: 32px;
    width: 100%;
}

.extra-bonus .proposal-block__description {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #cecece;
    text-align: center;
    max-width: 610px;
    margin-bottom: 16px;
}

.extra-bonus .proposal-block .proposal-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.extra-bonus .proposal-block .proposal-list__item {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    background: rgba(39, 138, 236, 0.5);
    list-style: none;
    padding: 11px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.extra-bonus__btn {
    margin-top: 40px;
    border: none;
    cursor: pointer;
}

.extra-bonus__footnote {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-top: 12px;
    margin-bottom: unset;
    color: #cecece;
}

.extra-bonus__footnote .promo-container {
    font-weight: 700;
    color: #fff;
}

.extra-bonus__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-top: 40px;
}

.extra-bonus__copy-field .promo-container__quote {
    display: none;
}

.extra-bonus__copy-btn {
    width: 140px;
    border-radius: 20px !important;
    height: 100%;
}

.extra-bonus:nth-child(2n) {
    margin-top: 28px;
}

.btn {
    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;
    text-decoration: none;
    text-align: center;
    font-family: Poppins, sans-serif;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: none;
    cursor: pointer;
}

.btn_blue {
    background-color: #1976d2;
}

.btn_red {
    background-color: #f44336;
}

.btn_big {
    padding: 16px;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    min-width: 300px;
    border-radius: 24px;
}

.btn_medium {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 24px;
    min-width: 108px;
    border-radius: 20px;
    white-space: nowrap;
    text-transform: uppercase;
}

.btn_small {
    padding: 10px 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    border-radius: 12px;
}

.btn_android,
.btn_ios {
    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;
    padding: 8.5px 32px 8.5px 20px;
    border-radius: 24px;
    min-width: 220px;
    min-height: 68px;
}

.btn_android:before,
.btn_ios:before {
    margin-right: 16px;
}

.btn_android:before {
    content: url(wp-content/themes/4rabets/build/images/android.svg);
}

.btn_ios:before {
    content: url(wp-content/themes/4rabets/build/images/ios.svg);
}

.copy-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #1a2034;
    border: 1px solid #363f5b;
    border-radius: 20px;
    width: 400px;
    height: 44px;
}

.copy-field__text {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    padding: 0 12px;
}

.copy-field__copy-btn {
    position: absolute;
    right: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.text-image-banner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 20px;
}

.text-image-banner__bg-image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    align-self: center;
}

.text-image-banner__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 16px;
}

.text-image-banner__title span {
    color: var(--primary_color);
}

.text-image-banner__description {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #cecece;
}

.text-image-banner__description b,
.text-image-banner__description strong {
    font-weight: 700;
    color: #fff;
}

.text-image-banner__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 37px;
}

.text-image-banner__btn {
    height: 56px;
    margin-right: 36px;
}

.text-image-banner__license-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-image-banner .license-block__description {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #cecece;
    margin-left: 4px;
}

.toc__header {
    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: 8px 8px 8px 20px;
    background-color: var(--heading-bg-color);
    color: var(--main-font-color);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.toc__title {
    text-transform: uppercase;
}

.toc__btn {
    width: 32px;
    height: 32px;
    background-image: url(wp-content/themes/4rabets/build/images/dropdown-list_arrow.svg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.toc__body {
    display: none;
    background-color: var(--block_bg);
    padding: 24px 20px;
}

.toc .toc-body-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    list-style: none;
}

.toc .toc-body-list__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.toc .toc-body-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--main-font-color);
    text-decoration: none;
}

.toc .toc-body-list__link:before {
    content: url(../images/dropdown-list_marker.svg);
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.toc._active .toc__header .toc__btn {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.toc._active .toc__body {
    display: block;
}

.download-mobile__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.download-mobile__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 735px;
}

.download-mobile__description {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--second-font-color);
    margin-bottom: 24px;
}

.download-mobile__description p:last-child {
    margin-bottom: 0;
}

.download-mobile__buttons-block {
    margin-bottom: 24px;
    background-color: var(--heading-bg-color);
    padding: 20px;
}

.download-mobile__buttons-caption {
    display: block;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    color: var(--second-font-color);
    margin-bottom: 16px;
}

.download-mobile__buttons-caption span {
    color: #f44336;
}

.download-mobile__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}

.download-mobile .wp-block-table tr td,
.download-mobile__table tr td {
    background-color: transparent;
}

.download-mobile .wp-block-table tr td:first-child,
.download-mobile__table tr td:first-child {
    width: 277px;
}

.download-mobile .wp-block-table tr td:nth-child(2),
.download-mobile__table tr td:nth-child(2) {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.download-mobile__image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.download-mobile__image-container img {
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 370px;
}

.text-image__header {
    padding: 8px 20px;
}

.text-image__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.text-image__body._reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.text-image__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--second-font-color);
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    overflow: hidden;
}

.text-image__content._middle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.text-image__content._bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.text-image__content .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.text-image__content .wp-block-table:not(:last-of-type) {
    margin-bottom: 20px;
}

.text-image__content .wp-block-table + p {
    margin-top: 20px;
}

.text-image__image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.text-image__image-container._middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-image__image-container._bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.text-image__image-container .get-image img {
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 4px;
    max-width: 100%;
    max-height: 90vh;
}

.mobile-popup-offer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 32px);
    max-width: 500px;
    border: none;
    cursor: pointer;
}

.mobile-popup-offer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.mobile-popup-offer__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: var(--main-font-color);
}

.mobile-popup-offer__title span {
    color: var(--primary_color);
}

.mobile-popup-offer__description {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--second-font-color);
    white-space: nowrap;
}

.mobile-popup-offer__btn-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 6px 0;
}

.mobile-popup-offer__btn {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 12px;
    border-radius: 12px;
    max-height: 34px;
}

.mobile-popup {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    right: 16px;
    bottom: 10px;
    left: 16px;
    margin: auto;
    background: var(--stroke-color);
    border-radius: 4px;
    padding: 8px 16px 8px 12px;
    z-index: 99;
}

.scroll-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
}

.scroll-top__button {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    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;
    width: 44px;
    height: 44px;
    background-color: var(--stroke-color);
    border-radius: 4px;
}

.scroll-top__button:after {
    content: url(../images/scroll-top.svg);
    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;
}

.breadcrumbs {
    width: 100%;
    background-color: var(--heading-bg-color);
}

.breadcrumbs__list {
    padding: 10px 0;
    max-width: 1240px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1280px) {
    .breadcrumbs__list {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.breadcrumbs__item {
    margin-right: 3px;
}

.breadcrumbs__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumbs__link > svg {
    margin-left: 3px;
}

.breadcrumbs__link,
.breadcrumbs__link--no-active {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    color: #cecece;
}

.breadcrumbs__link--no-active {
    color: #278aec;
}

@media (max-width: 1280px) {
    .wrapper {
        margin-left: 20px;
        margin-right: 20px;
    }
    .text-image-banner__bg-image-container {
        margin-right: -20px;
    }
}

@media (max-width: 1279px) {
    .text-image-banner {
        width: auto;
    }
}

@media (max-width: 1240px) {
    .toc .toc-body-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1200px) {
    body {
        padding-top: 52px;
    }
    .header {
        height: 52px;
        position: fixed;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .header__logo {
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
        padding: 17px 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .header__logo img {
        max-width: 103px;
    }
    .header__nav {
        display: none;
    }
    .header__buttons {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 9px 16px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .header__btn {
        margin-right: 8px;
    }
    .header__lang-block {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .header__lang-item {
        padding: 0 20px;
    }
    .header__nav .menu-main-nav_bn-container,
    .header__nav .menu-main-nav_br-container,
    .header__nav .menu-main-nav_hi-container,
    header .header__nav .menu-main-nav-container {
        display: none;
        width: 100%;
    }
    .header__burger {
        display: block;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .btn_medium {
        font-weight: 600;
        font-size: 14px;
        line-height: 14px;
        padding: 10px 12px;
        border-radius: 12px;
        min-width: auto;
        text-transform: none;
    }
    .download-mobile__image-container {
        padding: 0 0 0 20px;
    }
    .mobile-popup {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 1100px) {
    .text-image-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 32px;
    }
    .text-image-banner__bg-image-container {
        width: 100%;
        margin-right: 0;
    }
    .text-image-banner__title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .text-image-banner__description {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 24px;
        font-size: 15px;
    }
    .text-image-banner__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 0;
    }
    .text-image-banner__btn {
        width: 300px;
        margin-right: 0;
    }
    .text-image-banner__license-block {
        margin-top: 8px;
    }
}

@media (max-width: 1000px) {
    .extra-bonus .proposal-block .proposal-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .download-mobile__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .download-mobile__content {
        max-width: unset;
    }
    .download-mobile__description {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .download-mobile__buttons-block {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 20px 12px;
    }
    .download-mobile .wp-block-table tr td:first-child,
    .download-mobile__table tr td:first-child {
        width: 160px;
    }
    .download-mobile__image-container {
        padding: 0;
    }
    .download-mobile__image-container img {
        width: 100%;
        max-height: 336px;
    }
    .text-image__header {
        padding: 8px 16px;
    }
    .text-image__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px;
    }
    .text-image__body._reversed {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .text-image__content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .text-image__image-container {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .text-image__image-container .get-image img {
        max-height: 60vh;
    }
}

@media (max-width: 820px) {
    .download-mobile__image-container {
        margin-bottom: 16px;
    }
}

@media (max-width: 800px) {
    .toc .toc-body-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 760px) {
    .wrapper {
        margin-left: 0;
        margin-right: 0;
    }
    .site-section__header {
        padding: 12px 16px;
    }
    .site-section__body {
        padding: 24px 16px 32px;
    }
    .extra-bonus {
        padding: 32px 16px;
    }
    .extra-bonus__description {
        text-align: left;
    }
    .extra-bonus .proposal-block .proposal-list {
        gap: 16px;
    }
    .extra-bonus .proposal-block .proposal-list__item {
        background: rgba(39, 138, 236, 0.3);
        padding: 8px;
        border-radius: 4px;
    }
    .extra-bonus__btn {
        margin-top: 32px;
    }
    .extra-bonus__buttons {
        -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;
        margin-top: 32px;
    }
    .copy-field {
        width: 100%;
    }
    .download-mobile__buttons {
        -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;
    }
    .download-mobile .wp-block-table,
    .download-mobile__table {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .text-image__header {
        padding: 8px 16px;
    }
    .mobile-popup-offer {
        gap: 9px;
    }
    .mobile-popup-offer__title {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 700px) {
    .header__buttons {
        padding: 9px 6px;
        border: none;
    }
}

@media (max-width: 600px) {
    .articles__header {
        padding: 12px 24px 12px 16px;
    }
}

@media (max-width: 500px) {
    .toc .toc-body-list {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0;
        grid-row-gap: 10px;
    }
    .toc .toc-body-list__link {
        padding-bottom: 12px;
    }
}

@media (max-width: 359px) {
    .header__buttons {
        padding: 9px 6px 9px 4px;
    }
    .header__btn {
        margin-right: 4px;
        padding: 10px 4px;
    }
    .btn_big {
        min-width: unset;
        width: 100%;
    }
}

.header__logo img {
    height: auto;
}

@media (max-width: 1000px) {
    header .menu .menu-item._active .sub-menu {
        display: flex;
    }
}

.text-image__image-container .get-image {
    max-width: 100%;
    max-height: 90vh;
}

.text-image__image-container .get-image img {
    max-width: unset;
    max-height: unset;
    width: 100%;
    height: 100%;
}

.text-image__image-container {
    flex: unset;
    max-width: 50%;
}

@media (max-width: 1000px) {
    .text-image__image-container {
        flex: 1 1;
        max-width: unset;
    }
}

.text-image-banner__bg-image-container img {
    height: auto;
}

.extra-bonus {
    position: relative;
}

.extra-bonus._img {
    background-color: unset;
    overflow: hidden;
}

.extra-bonus__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.extra-bonus__bg .get-image {
    width: 100%;
    height: 100%;
}

.extra-bonus__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: var(--block_bg);
}

.extra-bonus._img .extra-bonus__bg {
    background-color: var(--block_bg);
}

main {
    overflow: hidden;
}

@media (max-width: 1200px) {
    header .menu {
        padding-top: 0;
    }
    .page:not(.home) .page-main .wrapper:first-child .download-mobile {
        margin-top: 10px;
    }
}

@media (max-width: 700px) {
    .header._burger-active .header__buttons .header__btn {
        flex: 1 1;
    }
}

.text-image-banner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.text-image-banner__bg-image-container {
    display: flex;
    align-items: center;
    height: 100%;
    grid-column: 2/3;
    grid-row: 1/4;
}

@media (max-width: 1200px) {
    .text-image-banner {
        grid-template-columns: 1fr;
        margin-left: 20px;
        margin-right: 20px;
    }
    .text-image-banner__title {
        grid-row: 1/2;
    }
    .text-image-banner__description {
        grid-row: 3/4;
    }
    .text-image-banner__footer {
        grid-row: 4/5;
    }
    .text-image-banner__bg-image-container {
        grid-row: 2/3;
        grid-column: unset;
    }
}

.btn_android,
.btn_ios {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr;
    max-width: 234px;
    font-size: 16px;
    text-align: left;
}

.btn_android:before,
.btn_ios:before {
    grid-column: 1/2;
    grid-row: 1/3;
}

.download-mobile__buttons p {
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
}

.download-mobile__buttons p:first-child {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
}

.download-mobile__buttons p:nth-child(2) {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}

.site-section__header {
    color: #fff;
}

.download-mobile h1 {
    color: #fff;
}

h1 {
    font-size: 32px;
    line-height: 42px;
}

h2 {
    font-size: 28px;
    line-height: 36px;
}

.site-section__body p:last-child:not([class]),
.site-section__body p:last-child[class="has-text-align-center"] {
    margin-bottom: 0;
}

.wrapper .site-section__body .wp-block-columns:last-child {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .header._burger-active .header__buttons .header__btn:last-child {
        margin-right: 0;
    }
}

.header__btn._anim {
    position: relative;
    overflow: hidden;
}

@keyframes shine {
    0% {
        transform: translateX(-80px) skewX(-30deg);
        opacity: 0.3;
    }
    100% {
        transform: translateX(300px) skewX(-30deg);
        opacity: 0.3;
        transition: 0.7s;
    }
}

.header__btn._anim:after {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    width: 30px;
    height: 100%;
    left: 30px;
    top: 0;
    filter: blur(5px);
    animation-name: shine;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-duration: 3s;
}

.header__btn.btn_medium {
    border-radius: 6px;
}

.promo-block {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 12px 24px;
    background-color: var(--block_bg);
    padding: 16px;
    color: #fff;
    min-width: 662px;
    overflow: hidden;
}

.promo-block > .get-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.promo-block > .get-image:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0, #1f2842 100%);
}

.promo-block > .get-image img {
    object-fit: cover;
}

.promo-block__title {
    position: relative;
    grid-column: 1/3;
    grid-row: 1/2;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    z-index: 1;
}

.promo-block__description b,
.promo-block__title b {
    color: #ffcd1b;
}

.promo-block__title > p {
    margin-bottom: 0;
}

.promo-block__controls {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-self: start;
    grid-column: 1/2;
    grid-row: 2/3;
    z-index: 1;
}

.promo-block__promocode-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #131a26;
    border-radius: 6px;
    padding: 4px 4px 4px 8px;
    color: #ffcd1b;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}

.promo-block__copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3px;
    padding: 8px;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    border: none;
    border-radius: 4px;
    background: rgba(25, 118, 210, 0.25);
    cursor: pointer;
    min-width: 120px;
}

.promo-block__copy svg {
    margin: 0 auto;
}

.promo-block__copy:before {
    content: url(../images/copy.svg);
    width: 20px;
    min-width: 20px;
    height: 20px;
}

.promo-block__description {
    position: relative;
    grid-column: 2/3;
    grid-row: 2/3;
    z-index: 1;
}

.promo-block__description > p {
    color: #cecece;
}

.promo-block__license {
    position: relative;
    display: flex;
    gap: 12px;
    grid-column: 1/3;
    grid-row: 3/4;
    align-self: center;
    justify-self: center;
    z-index: 1;
}

.license-block__description {
    display: flex;
    align-items: center;
    margin-left: 0;
}

@media (max-width: 1200px) {
    .promo-block {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, auto);
        column-gap: 0;
        padding: 12px;
        min-width: unset;
    }
    .promo-block__title {
        grid-column: 1/2;
        grid-row: 1/2;
    }
    .promo-block__controls {
        grid-column: 1/2;
        grid-row: 2/3;
    }
    .promo-block__description {
        grid-column: 1/2;
        grid-row: 3/4;
    }
    .promo-block__license {
        grid-column: 1/2;
        grid-row: 4/5;
    }
}

@media (max-width: 1200px) {
    .promo-block {
        grid-row: 3/4;
    }
    .text-image-banner._promo {
        column-gap: 0;
    }
    .text-image-banner._promo .text-image-banner__description {
        grid-column: 1/2;
        grid-row: 4/5;
    }
}

@media (max-width: 1000px) {
    .download-mobile__image-container img {
        max-height: 280px;
    }
    .site-section__header {
        background-color: transparent;
        border-top: none;
    }
    .site-section__body {
        background-color: transparent;
    }
}

.header__bonus {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
    border-right: 1px solid var(--stroke-color);
    height: 64px;
}

.header__bonus-btn {
    width: 36px;
    height: 36px;
    padding: 2px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

@media (max-width: 1200px) {
    .header .header__bonus {
        order: 5;
        border-left: 1px solid var(--stroke-color);
        border-right: unset;
    }
    .header__buttons .header__btn {
        font-size: 15px;
        line-height: 24px;
        padding: 10px 24px;
        text-transform: uppercase;
        margin-right: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        flex: 1 1;
    }
}

@media (max-width: 700px) {
    .header .header__buttons {
        display: flex;
        justify-content: center;
        background-color: var(--header-bg-color);
        width: 100%;
        padding: 8px 16px 8px 16px;
        order: 10;
    }
}

.bonus-popup._has-img .promo-block__title {
    grid-column: 1/2;
    grid-row: 1/2;
}

.bonus-popup._has-img .promo-block__image {
    position: relative;
    grid-column: 2/3;
    grid-row: 1/-1;
    z-index: 1;
}

.bonus-popup._has-img .promo-block__image img {
    object-fit: contain;
    height: auto;
}

.bonus-popup._has-img .promo-block__description {
    grid-column: 1/2;
    grid-row: 2/3;
}

.bonus-popup._has-img .promo-block__controls {
    grid-column: 1/2;
    grid-row: 3/4;
}

@media (max-width: 760px) {
    .header .header__bonus {
        order: 4;
    }
    .bonus-popup {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .bonus-popup-container .bonus-popup .promo-block__controls,
    .bonus-popup-container .bonus-popup .promo-block__description,
    .bonus-popup-container .bonus-popup .promo-block__image,
    .bonus-popup-container .bonus-popup .promo-block__title {
        grid-column: 1/2;
        grid-row: auto;
    }
}

@media (max-width: 700px) {
    body {
        padding-top: 124px;
    }
}

.header__burger {
    background-color: unset;
    border: none;
}
