:root {
    --main-accent-bg-color: #2ecc71;
    --main-nav-color: #ffffff;
    --header-bg-color: #EEF0F8;
    --footer-bg-color: #EEF0F8;
    --content-button-bg-color: #2ecc71;
    --content-button-color: #ffffff;
    --offsets: 32px;
    --background: #fff;
    --accent: #1faf5d;
    --accent-hover: #24c96b;
    --on-accent: #000;
    --additional: #000;
    --Stroke: #0c6fd4;
    --Tonal: #2CB865;
    --cards: #EEF0F8;
    --Main: #EEF0F8;
    --on-main: #1faf5d;
    --On-promo-BTN: #FFF;
    --block-bg: #EEF0F8;
    --block-bg-2: #053566;
    --block-bg-3: #2E29AE;
}

html, body {
    min-height: 100vh;
}

body {
    display: flex;
    flex-direction: column;
}

._scroll-lock {
    overflow: hidden;
}

main {
    flex: 1 1;
}

.page-404 {
    display: flex;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
}

.page-404 .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background-color: var(--Main, #013E29);
}

body::-webkit-scrollbar-thumb {
    border: 1px solid var(--Main, #013E29);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 10%;
    background: var(--Stroke, #459063);
}

details > summary {
    list-style: none;
}

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

.has-white-color {
    color: #fff
}

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

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

.wp-block-table table {
    /*border-collapse: collapse;*/
    width: 100%;
    /*box-shadow: 0px 0px 0px 1px var(--Stroke, #459063);*/
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 16px;
    overflow: hidden;
}

.wp-block-table td, .wp-block-table th {
    border: 1px solid #3156EB;
    padding: .5em
}

.wp-block-table table:not(:has(th)) tr:first-child td:first-child,
.wp-block-table table:has(th) tr:first-child th:first-child{
    border-top-left-radius: 16px;
}

.wp-block-table table:not(:has(th)) tr:first-child td:last-child,
.wp-block-table table:has(th) tr:first-child th:last-child{
    border-top-right-radius: 16px;
}

.wp-block-table table tr:last-child td:first-child {
    border-bottom-left-radius: 16px;
}

.wp-block-table table tr:last-child td:last-child {
    border-bottom-right-radius: 16px;
}


.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

@media (max-width: 1024px) {
    .wp-block-table table:has( td:nth-child(3) ) { min-width: 600px }
    .wp-block-table table:has( td:nth-child(4) ) { min-width: 800px }
    .wp-block-table table:has( td:nth-child(5) ) { min-width: 1000px }
}

@media (max-width: 767px) {
    .wp-block-table .has-fixed-layout{
        table-layout: auto;
    }
}

/*.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {*/
/*    word-break: break-word*/
/*}*/

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0;
    border-collapse: inherit;
    border-spacing: 0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-table .has-border-color td, .wp-block-table .has-border-color th, .wp-block-table .has-border-color tr, .wp-block-table .has-border-color > * {
    border-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:first-child, .wp-block-table table[style*=border-top-color] tr:first-child td, .wp-block-table table[style*=border-top-color] tr:first-child th, .wp-block-table table[style*=border-top-color] > *, .wp-block-table table[style*=border-top-color] > * td, .wp-block-table table[style*=border-top-color] > * th {
    border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
    border-top-color: currentColor
}

.wp-block-table table[style*=border-right-color] td:last-child, .wp-block-table table[style*=border-right-color] th, .wp-block-table table[style*=border-right-color] tr, .wp-block-table table[style*=border-right-color] > * {
    border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:last-child, .wp-block-table table[style*=border-bottom-color] tr:last-child td, .wp-block-table table[style*=border-bottom-color] tr:last-child th, .wp-block-table table[style*=border-bottom-color] > *, .wp-block-table table[style*=border-bottom-color] > * td, .wp-block-table table[style*=border-bottom-color] > * th {
    border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
    border-bottom-color: currentColor
}

.wp-block-table table[style*=border-left-color] td:first-child, .wp-block-table table[style*=border-left-color] th, .wp-block-table table[style*=border-left-color] tr, .wp-block-table table[style*=border-left-color] > * {
    border-left-color: inherit
}

.wp-block-table table[style*=border-style] td, .wp-block-table table[style*=border-style] th, .wp-block-table table[style*=border-style] tr, .wp-block-table table[style*=border-style] > * {
    border-style: inherit
}

.wp-block-table table[style*=border-width] td, .wp-block-table table[style*=border-width] th, .wp-block-table table[style*=border-width] tr, .wp-block-table table[style*=border-width] > * {
    border-style: inherit;
    border-width: inherit
}

.container,
.wrapper > :not(.container) {
    width: 100%;
    max-width: calc(1920px - 64px);
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1920px) {
    .container,
    .wrapper > :not(.container) {
        width: calc(100% - 64px);
    }
}

@media (max-width: 1024px) {
    .container,
    .wrapper > :not(.container) {
        width: calc(100% - 32px);
    }
}

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

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

p:not([class]) {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
}

p:not([class]):not(:first-child) {
    margin-top: 1rem
}

main a:not([class]) {
    font-size: 1rem;
    font-weight: 400;
    color: var(--accent, #0c6fd4);
}

main a:not([class]):hover {
    text-decoration: none
}

ol:not([class]), ul:not([class]), .wp-block-list {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    padding-left: 25px;
    margin-top: 1rem
}

ol:not([class]) li::marker, ul:not([class]) li::marker, .wp-block-list li::marker {
    color: var(--Stroke);
}

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

ol[class]:not(.wp-block-list):not(.container), ul[class]:not(.wp-block-list):not(.container) {
    padding-left: 0;
    margin-top: 0;
}

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

h1, h2, h3, h4 {
    color: var(--additional, #FFF);
}

.wp-block-post-title,
.preview-block .has-white-color {
    color: #000 !important;
}

h1 {
    font-size: 51px;
    font-weight: 700;
    line-height: 57px;
    margin-bottom: 20px;
}

h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 32px
}

h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 16px;
}

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

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

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

@media (max-width: 1024px) {
    h1 {
        font-size: 28px;
        line-height: 36px;
    }

    h2 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    h3 {
        font-size: 16px;
        line-height: 22px;
    }
}

.wrapper >.wp-block-heading{
    text-align: left;
}

.wrapper > ol:not([class]), .wrapper > ul:not([class]), .wrapper > .wp-block-list {
    padding-left: 50px
}

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

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

table {
    /*border: 1px solid var(--Stroke, #459063);*/
    background: var(--Main, #013E29);
}

table th {
    padding: .5rem 1rem;
    text-align: center;
    background: #3156EB;
    color: #fff;
}

table td {
    padding: .5rem 1rem;
    /*border: 1px solid var(--main-accent-bg-color)*/
}

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

.wrapper:not(:last-child) {
    margin-bottom: 64px;
}

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

.wrapper > p:not([class]):not(:last-child){
    margin-bottom: 32px;
}

.wrapper > .how-to + p:not([class]){
    margin-top: -32px;
}

.wrapper > .wp-block-heading {
    margin-bottom: 32px;
}

@media (max-width: 1024px) {
    .wrapper:not(:last-child) {
        margin-bottom: 32px;
    }

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

html {
    font-size: 17px
}

body {
    overflow-x: hidden;
    background: var(--background, linear-gradient(268deg, #0F442E 1.04%, #175139 48.96%, #0F442E 96.61%));
    color: var(--additional, #FFF);
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
}

@media (max-width: 1024px) {
    body {
        font-size: 14px;
        line-height: 20px;
    }
}

/* Buttons */
.button {
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #FFF;
    text-align: center;
    font-size: inherit;
    font-style: normal;
    font-weight: 700;
    line-height: inherit;
    text-transform: uppercase;
    text-decoration: none;
    background-color: unset;
    white-space: nowrap;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.button._outlined {
   background: #3156EB
}


.button._arrow:after {
    content: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.75 9H14.25M14.25 9L9 3.75M14.25 9L9 14.25" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    display: flex;
}

.button._filled {
    background: var(--accent, #0c6fd4);
    color: var(--on-accent, #196948);
}

.button._filled:hover {
    background-color: var(--accent-hover, #fbd430);
}

.button._tonal {
    background: var(--Tonal, #2CB865);
}

.button._tonal:hover {

}

.button._promo {
    color: var(--On-promo-BTN, #FFFFFF);
    background: var(--Promo-BTN, rgba(177, 190, 182, 0.38));
    padding: 10px 16px;
}

.button._promo:not([disabled]):hover {
    background: var(--focused-on-button-filled, rgba(255, 255, 255, 0.45));
}

.button._promo:before {
    content: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.90105 1.7964C6.6142 1.83943 6.48512 1.88246 6.14806 2.05457C5.72496 2.26971 5.36281 2.6462 5.15125 3.08724C4.96121 3.47808 4.91818 3.67887 4.90384 4.18087L4.89308 4.5466L4.44488 4.56453C3.90703 4.58605 3.67037 4.64342 3.23651 4.86214C2.56599 5.19561 2.07117 5.80158 1.85603 6.55099L1.77356 6.83067V10.3805C1.77356 14.357 1.75922 14.0988 2.0389 14.6833C2.39747 15.4291 3.01061 15.9347 3.8138 16.1354C4.08631 16.2036 4.21898 16.2072 7.24886 16.2072C10.7485 16.2072 10.6517 16.2143 11.1859 15.9669C11.9963 15.5976 12.5951 14.8052 12.7206 13.941L12.7457 13.751L13.3373 13.7402C14.0437 13.7259 14.2803 13.6793 14.7178 13.4641C15.4242 13.1163 15.9405 12.4781 16.1341 11.7107C16.2022 11.4382 16.2058 11.2984 16.2058 7.76294C16.2058 3.61433 16.2202 3.8474 15.9118 3.22708C15.7899 2.97967 15.6967 2.85776 15.417 2.58166C15.0333 2.19441 14.6963 1.99362 14.2086 1.85378C13.9289 1.77848 13.911 1.77848 10.5226 1.7713C8.65085 1.76772 7.01938 1.77848 6.90105 1.7964ZM11.903 3.34541C11.903 3.76852 11.9568 3.98724 12.1433 4.34939C12.2867 4.61832 12.5843 4.93744 12.8281 5.08087C12.9142 5.13465 13.0935 5.21712 13.2262 5.26732C13.4449 5.34979 13.5166 5.35696 14.2445 5.3713L15.0262 5.38565L15.0154 8.40119L15.0046 11.4203L14.8899 11.6605C14.6963 12.0729 14.352 12.3741 13.9505 12.4924C13.8142 12.5319 13.6062 12.5498 13.2656 12.5498H12.7744L12.7528 12.3526C12.7277 12.1052 12.6309 11.9438 12.4481 11.8398C12.2939 11.7538 12.0536 11.7358 11.9281 11.8004C11.8242 11.8542 11.6556 12.0119 11.6054 12.1016C11.5803 12.1482 11.5552 12.4924 11.5445 13.0518L11.5266 13.9303L11.4118 14.1633C11.2182 14.5578 10.8524 14.8625 10.4509 14.9701C10.268 15.0167 9.83771 15.0239 7.25962 15.0239C5.38432 15.0239 4.22615 15.0096 4.12575 14.9845C3.69547 14.8876 3.30822 14.5757 3.10743 14.1669L2.99269 13.9303V10.3984V6.86652L3.10384 6.63346C3.1648 6.50437 3.28312 6.32509 3.36201 6.23545C3.54129 6.03465 3.91778 5.83027 4.20822 5.77648C4.50225 5.7227 10.1246 5.7227 10.4186 5.77648C11.0353 5.88764 11.4764 6.3717 11.5481 7.01354C11.5875 7.36134 11.6592 7.51194 11.8493 7.61951C12.2186 7.83824 12.6668 7.63027 12.7457 7.20358C12.7779 7.02788 12.7098 6.56891 12.6058 6.26772C12.4768 5.89481 12.3118 5.64382 11.9927 5.32469C11.6664 4.9984 11.3688 4.81194 10.9528 4.66852L10.666 4.5717L8.37476 4.56095L6.08711 4.55019L6.10145 4.18445C6.11221 3.91194 6.13372 3.77569 6.19109 3.65019C6.29866 3.40995 6.57476 3.14461 6.815 3.05497C7.00504 2.98326 7.06241 2.97967 9.45763 2.97967L11.903 2.97609V3.34541ZM13.9935 3.04421C14.4668 3.20915 14.8899 3.65736 14.976 4.09481L14.9975 4.20238L14.3377 4.18804C13.7425 4.17728 13.6636 4.17011 13.5345 4.0984C13.2082 3.92628 13.0863 3.6968 13.0863 3.26294V2.97609H13.4377C13.6959 2.97609 13.8465 2.99401 13.9935 3.04421Z" fill="%23FFFFFF"/><path d="M11.8843 8.6199C11.7481 8.68086 11.5975 8.84221 11.5473 8.97488C11.5222 9.03584 11.5078 9.38365 11.5078 9.83544C11.5078 10.6888 11.5365 10.8143 11.7588 10.9721C11.9309 11.094 12.2142 11.1119 12.3935 11.0079C12.6696 10.8502 12.6732 10.8466 12.6839 9.86054C12.6947 8.99281 12.6947 8.97847 12.6122 8.86014C12.5656 8.79201 12.4867 8.70596 12.4329 8.66651C12.311 8.57687 12.0277 8.55177 11.8843 8.6199Z" fill="%23FFFFFF"/></svg>');
    width: 18px;
    height: 18px;
}

.button._promo[disabled] {
    opacity: 0.3;
    cursor: auto;
}

.button._bonus {

}

.button.align-left {
    margin-right: auto;
}

.button.align-right {
    margin-left: auto;
}

.button.align-center {
    margin-left: auto;
    margin-right: auto;
}

/* Header */

.page-header {
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: var(--header-bg-color);
    border-bottom: 2px solid var(--Stroke, #459063);
}

.page-header__inner {
    display: flex;
}

.page-header__logo {
    display: flex;
    max-height: 44px;
    width: auto;
    margin-right: 20px;
    min-width: 70px; /* Fact width */
}

.page-header__logo img {
    display: flex;
    min-width: 100px;
	max-width: 150px;
}

.page-header__buttons {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin-left: auto;
}

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

.page-header__inner:has(.header__lang) .page-header__burger,
.page-header__inner:has(.page-header__buttons) .page-header__burger {
    margin-left: 10px;
}

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

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

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

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

.main-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.main-nav.active {
    display: flex;
}

.main-nav__list {
    display: flex;
    align-items: center;
    gap: 16px;
}

.menu-item__link {
    color: var(--additional, #FFF);
    /*font-size: 16px;*/
    font-style: normal;
    font-weight: 700;
    /*line-height: 24px;*/
    text-decoration: none;
    white-space: nowrap;
    padding: 8px 0;
}

.menu-item__link._active {
    color: var(--on-main, #629B84);
}

@media (min-width: 1201px) {
    .menu-item__link:hover {
        color: var(--on-main, #629B84);
    }
}

.sub-menu__arrow {
    display: flex;
    align-items: center;
    padding: 2px;
}

.main-nav .menu-item-has-children {
    position: relative;
    display: flex;
    align-items: center;
}

.main-nav .sub-menu {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    flex-direction: column;
    border-radius: 8px;
    background: var(--Main, #013E29);
    z-index: 999;
}

.main-nav .sub-menu:before {
    content: '';
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 100%;
    left: 0;
}

@media (min-width: 1280px) {
    .menu-item-has-children:hover .sub-menu {
        display: flex;
    }
}

.main-nav .sub-menu li:not(:last-child) {
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: 1px solid var(--Stroke, #459063);
}

.main-nav .sub-menu .menu-item__link {
    display: flex;
    padding: 8px 16px;
}

@media (max-width: 1299px) {
    .main-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        background: var(--cards, linear-gradient(93deg, #1E7853 0%, #156142 97.58%));
        padding: 20px 16px;
        z-index: 999;
    }

    .page-header__burger {
        display: flex;
    }

    .page-header__logo {
        margin-right: 0;
    }

    .page-header__buttons {
        gap: 8px;
    }

    .main-nav__list {
        display: flex;
        flex-direction: column;
        width: 100%;
        list-style: none;
        gap: 0;
    }

    .main-nav__list li {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }

    .main-nav__list li:not(:last-child) {
        border-bottom: 1px solid var(--Stroke, #459063);;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .main-nav__list .menu-item__link {
        padding: 8px 0;
        flex: 1 1;
    }

    .sub-menu__arrow {
        display: flex;
        justify-content: flex-end;
        flex: 1 1;
    }

    .menu-item-has-children.active > .menu-item__link {
        color: var(--on-main, #629B84);
    }

    .menu-item-has-children.active .sub-menu__arrow svg {
        transform: rotate(180deg);
    }

    .menu-item-has-children.active .sub-menu__arrow svg path {
        fill: var(--on-main, #629B84);
    }

    .menu-item-has-children.active .sub-menu {
        display: flex;
        position: relative;
        top: unset;
        left: unset;
        background: unset;
        flex: 1 1 100%;
    }

    .main-nav .sub-menu::before {
        content: none;
    }

    .main-nav .sub-menu li:first-child {
        padding-top: 20px;
    }

    .main-nav .sub-menu li:not(:last-child) {
        border-bottom: none;
        padding-bottom: 20px;
        /*margin-bottom: 20px;*/
    }

    .main-nav .sub-menu .menu-item__link {
        padding: 8px 0;
    }
}

@media (max-width: 1024px) {
    .page-header__inner {
        flex-wrap: wrap;
    }

    .page-header__buttons {
        order: 3;
        flex: 1 1 100%;
        justify-content: center;
        padding-top: 16px;
    }

    .page-header__inner:has(.page-header__buttons):not(:has(.header__lang)) .page-header__burger {
        margin-left: auto;
    }

    .page-header__inner .header__lang {
        margin-left: auto;
    }

    .page-header__buttons .header__button{
        flex: 1 1;
    }
}

/* First */

.columns {
    padding: 2rem 0
}

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

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

.columns__item {
    margin: 1rem
}

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-columns .wp-block-column {
    margin: 0
}

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

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

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

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

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

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

.wp-block-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wp-block-column > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.wp-block-column > :not(:first-child) {
    margin-top: 1rem;
}

/*.wp-block-column > :not(:first-child) {*/
/*    margin-top: 30px*/
/*}*/

.wp-block-column > .wp-block-heading + p:not([class]){
    margin-top: 0;
}

.wp-block-column .row {
    padding: 0
}

.icon-blocks {
    padding: 2rem 0
}

.icon-blocks__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

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

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

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

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

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

.bonus {
    border: 1px solid var(--main-accent-bg-color);
    border-radius: 10px;
    height: 100%;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.show-posts {
    background: #fbfbfb
}

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

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

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

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

.show-posts__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

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

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

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

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

.video {
    width: 100%
}

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

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

.video__container {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
}

@media (max-width: 954px) {
    .wrapper > .video > .video__container {
        width: 100%;
        max-width: calc(100% - var(--offsets) * 2);
    }
}

.video__container iframe {
    border: none;
    width: 100%;
    aspect-ratio: 16/9;
}

.video__preview {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
}

.video__preview img {
    border-radius: 16px;
}

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

.video__button-shape {
    fill: #212121;
    fill-opacity: .8
}

.video__button-icon {
    fill: #fff
}

.video__button:focus {
    outline: 0
}

.video__button:focus .video__button-shape, .video__button:hover .video__button-shape {
    fill: red;
    fill-opacity: 1
}

.video__button:hover {
    opacity: .8;
    cursor: pointer
}

/*.video__media {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border: none*/
/*}*/

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

.breadcrumbs {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: var(--block-bg);
}

.breadcrumbs__list {
    list-style: none;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--on-accent, #196948);
}

.breadcrumbs__item {
    margin-right: 10px
}

.breadcrumbs__current, .breadcrumbs__link {
    text-decoration: none;
    color: var(--accent, #0c6fd4)
}

.breadcrumbs__link {
    color: var(--on-accent, #196948)
}

.breadcrumbs__separator {
    color: var(--on-accent, #196948)
}

.promocode {
    padding: 1rem 0
}

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

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

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

.promocode__value {
    font-size: 2rem;
    font-weight: 700;
    margin-left: 10%
}

.promocode__button {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    outline: 0;
    text-decoration: none;
    text-align: center;
    padding: .6rem 1rem;
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    border-radius: 7px;
    background-color: var(--main-accent-bg-color);
    border: 2px solid var(--main-accent-bg-color);
    cursor: pointer
}

.promocode__button:hover {
    background-color: #fff;
    color: var(--main-accent-bg-color)
}

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

.promocode__bottom {
    display: block;
    margin: 1.2rem auto 0;
    max-width: 300px;
    width: 100%;
    padding: .6rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    outline: 0;
    text-align: center;
    text-decoration: none;
    background-color: #f23e71;
    border: 2px solid #f23e71;
    border-radius: 7px;
    cursor: pointer
}

.promocode__bottom:hover {
    background-color: #fff;
    color: #f23e71
}

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

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

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

.mobile-button__control {
    display: block;
    width: 100%;
    background: var(--accent, #0c6fd4);
    color: var(--on-accent, #196948);
    padding: 10px 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}

/*.slots {*/
/*    border-radius: 10px;*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*    min-height: 200px;*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*    -webkit-box-pack: start;*/
/*    -ms-flex-pack: start;*/
/*    justify-content: flex-start;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    padding: 10px;*/
/*    height: 100%*/
/*}*/

/*.slots__image {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: -1*/
/*}*/

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

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

/*.slots__title {*/
/*    color: #fff*/
/*}*/

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

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

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

/* advantages */
.advantages {
    display: grid;
    grid-template-columns: repeat(var(--advantages-cols, 3), 1fr);
    gap: 16px;
}

.advantages__item {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    padding: 16px;
    background: var(--cards);
    overflow: hidden;
}

.advantages__item img {
    width: 100%;
    height: auto;
    max-height: 240px;
}

.advantages__title {
    margin-top: 1rem
}

@media (max-width: 1200px) {
    .advantages {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

.rating {
    padding: 1rem 0
}

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

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

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

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

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

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

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

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

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

.comments .comment {
    margin: 10px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.comment-form__title {
    text-align: center
}

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

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

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

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

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

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

.comment-form__button {
    margin: 10px
}

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

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

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

.scroll-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}

.scroll-top__button {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 500px;
    background-color: #2CB865;
}

.scroll-top__button:hover {
    opacity: .8;
    box-shadow: 0px 1px 8px 0px rgba(7, 19, 14, 0.15);
}

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

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

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

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

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

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

.slider .swiper-pagination::after, .slider .swiper-pagination::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    max-width: 400px;
    height: 10px;
    background-image: url(data:image/png;base64,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);
    background-repeat: repeat-x
}

.slider .swiper-pagination::before {
    left: calc(50% - 35px);
    -webkit-transform: translateY(-50%) translateX(-100%);
    -ms-transform: translateY(-50%) translateX(-100%);
    transform: translateY(-50%) translateX(-100%)
}

.slider .swiper-pagination::after {
    right: calc(50% - 35px);
    -webkit-transform: translateY(-50%) translateX(100%) rotateX(180deg);
    transform: translateY(-50%) translateX(100%) rotateX(180deg)
}

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

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

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

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

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

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

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

.author-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1rem 0
}

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

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

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

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

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

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

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

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

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

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

.shared-items {
    margin: 2rem 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mobile-button + .scroll-top{
        bottom: 74px;
    }

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

    .slider__title {
        text-align: center
    }

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

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

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

@media (max-width: 650px) {
    /*.main-nav .sub-menu {*/
    /*    max-width: 100%*/
    /*}*/
    /*.main-nav .sub-menu a {*/
    /*    font-size: 1rem*/
    /*}*/
    .icon-blocks__item {
        width: calc(100% / 2)
    }
}

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

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

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

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

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

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

@media (max-width: 550px) {
    /*.page-header__buttons {*/
    /*    margin: 0 -.2rem*/
    /*}*/
    /*.page-header__buttons a, .page-header__buttons button, .page-header__buttons span {*/
    /*    margin: 0 .2rem*/
    /*}*/
    .columns.col-4 .columns__item, .columns.col-5 .columns__item, .columns.col-6 .columns__item {
        width: calc(100% - 2rem)
    }
}

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

    /*.page-header__buttons {*/
    /*    width: 100%;*/
    /*    -webkit-box-ordinal-group: 6;*/
    /*    -ms-flex-order: 5;*/
    /*    order: 5;*/
    /*    text-align: center;*/
    /*    margin-top: 1rem*/
    /*}*/
    .comment-form__button, .comment-form__input {
        width: calc(100% - 20px)
    }
}

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

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

@media (max-width: 767px) {
    .wrapper > :last-child {
        margin-bottom: 1rem;
    }

    .columns {
        padding: 1rem 0;
    }

    .columns__item {
        margin: 0.5rem 1rem;
    }
}

/*.header__button,*/
/*.button a,*/
/*.button button,*/
/*.button span,*/
/*.mobile-button .mobile-button__control,*/
/*.slots-v2__popupPlayButton {*/
/*    border-radius: 0.5vw;*/
/*    font-weight: 300;*/
/*    color: #0f442e;*/
/*    background-color: #f9cb16;*/
/*    border-color: #f9cb16;*/
/*    letter-spacing: 0.09em;*/
/*    text-transform: uppercase;*/
/*    cursor: pointer;*/
/*}*/

/*.header__button {*/
/*    border-radius: 0.5vw;*/
/*    font-weight: 300;*/
/*    color: #0f442e;*/
/*    border: 2px solid #f9cb16;*/
/*    background-color: #f9cb16;*/
/*    letter-spacing: 0.09em;*/
/*    text-transform: uppercase;*/
/*    cursor: pointer;*/
/*    transition: all 0.3s ease-in-out;*/
/*    padding: 7px 16px;*/
/*    font-size: 1.2rem;*/
/*    text-decoration: none;*/
/*    display: inline-block;*/
/*}*/

/*.header__button:hover {*/
/*    border-color: #f9cb16;*/
/*    background-color: #0f442e;*/
/*    color: #f9cb16;*/
/*}*/

/*.slots-v2 {*/
/*    position: relative;*/
/*    border-radius: 10px;*/
/*    padding: 0;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: flex-start;*/
/*    align-items: center;*/
/*    height: 100%;*/
/*    min-height: 200px;*/
/*    overflow: hidden;*/
/*    transition: all 0.3s ease-in-out;*/
/*    !* outline: 1px solid #004d37; *!*/
/*}*/

/*.slots-v2__demolink {*/
/*    text-decoration: none;*/
/*    color: #0f442e;*/
/*    background-color: #f9cb16;*/
/*    border: none;*/
/*    outline: none;*/
/*    transition: all 0.3s ease-in-out;*/
/*    cursor: pointer;*/
/*    margin-top: 10px;*/
/*    font-size: 1.1rem;*/
/*    line-height: 1.1;*/
/*    padding: 5px 1rem;*/
/*    border-radius: 5px;*/
/*}*/

/*.slots-v2 .slots-v2__button {*/
/*    border: none;*/
/*    border-radius: 5px;*/
/*    color: #0f442e;*/
/*    background-color: #f9cb16;*/
/*    transition: all 0.3s ease-in-out;*/
/*    cursor: pointer;*/
/*    font-size: 1.3rem;*/
/*    line-height: 1.2;*/
/*    padding: 5px 1.5rem;*/
/*}*/

/*.slots-v2 .slots-v2__button:hover {*/
/*    color: #f9cb16;*/
/*    background-color: #000000;*/
/*}*/

/*.slots-v2__demolink:hover {*/
/*    color: #f9cb16;*/
/*    background-color: #000000;*/
/*}*/

/*.slots-v2__buttons {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    opacity: 0;*/
/*    pointer-events: none;*/
/*    visibility: hidden;*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/

/*.slots-v2 {*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/

/*.slots-v2:hover {*/
/*    background-image: linear-gradient(180deg, rgba(38, 38, 38, 0.7) 0%, rgba(38, 38, 38, 0.9) 50%, #262626 72%, #262626 100%);*/
/*}*/

/*.slots-v2:hover .slots-v2__buttons {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*    pointer-events: all;*/
/*}*/

/*.slots-v2:hover .slots-v2__content {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*    pointer-events: all;*/
/*}*/

/*.slots-v2__title {*/
/*    display: inline-block;*/
/*    margin: 0;*/
/*    color: #ffffff;*/
/*    font-size: 1.3rem;*/
/*    letter-spacing: 0.4px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    text-align: center;*/
/*}*/

/*.slots-v2__text {*/
/*    margin: 0;*/
/*    display: block;*/
/*    width: 100%;*/
/*    color: #ffffff;*/
/*    font-size: 1.1rem;*/
/*    font-weight: 500;*/
/*    text-align: center;*/
/*    letter-spacing: 0.4px;*/
/*}*/

/*.slots-v2__image > p {*/
/*    margin: 0;*/
/*    height: 100%;*/
/*}*/

/*.slots-v2__image {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: contain;*/
/*    display: block;*/
/*    !* padding-bottom: 80px; *!*/
/*    background-color: #262626;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: -1;*/
/*}*/

/*.slots-v2__image img {*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    object-fit: cover;*/
/*}*/

/*.slots-v2__content {*/
/*    padding: 10px;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    pointer-events: none;*/
/*    transition: all 0.3s ease-in-out;*/
/*    margin-bottom: 1.5rem;*/
/*}*/

/*.slots-v2__image::after {*/
/*    display: none;*/
/*}*/

/*.slots-v2__popup-wrapper {*/
/*    display: none;*/
/*    position: fixed;*/
/*    z-index: 999;*/
/*    padding-top: 20px;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: auto;*/
/*    background-color: rgb(0, 0, 0);*/
/*    background-color: rgba(0, 0, 0, 0.4);*/
/*}*/

/*.slots-v2__popup-content {*/
/*    background-color: #fefefe;*/
/*    margin: auto;*/
/*    margin-top: 40px;*/
/*    padding: 20px;*/
/*    border: 1px solid #888;*/
/*    width: 80%;*/
/*    height: auto;*/
/*    position: relative;*/
/*}*/

/*.slots-v2__close {*/
/*    color: #FFFFFF;*/
/*    float: right;*/
/*    font-size: 21px;*/
/*    background: red;*/
/*    position: absolute;*/
/*    right: -10px;*/
/*    top: -10px;*/
/*    padding: 2px 5px;*/
/*    border: 1px #FFFFFF solid;*/
/*    cursor: pointer;*/
/*}*/

/*.slots-v2__popupPlayButtonWrapper {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    padding-bottom: 13px;*/
/*}*/

.game__container {
    height: 60vh;
}

.game__container iframe {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*@media (max-width: 767px) {*/
/*    .slots-v2__popup-content {*/
/*        padding: 5px;*/
/*        width: 95%;*/
/*    }*/
/*}*/

/* INFO BLOCK */
.info-block__list {
    border: 1px solid #459063;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    border-collapse: collapse;
    width: 100%;
}

.info-block__item {
    display: grid;
    grid-template-columns: 150px 150px 1fr;
}

.info-block__item:not(:last-child) {
    border-bottom: 1px solid #459063;
}

.info-block__item-logo {
    padding: 10px;
    align-self: center;
    border: none;
}

.info-block__item-logo img {
    max-height: 45px;
    object-fit: contain;
    width: 100%;
}

.info-block__item-name {
    padding: 25px 10px;
    align-self: center;
    font-weight: 700;
    text-align: center;
    color: #001635;
    border: none;
}

.info-block__item-description {
    padding: 25px 10px;
    align-self: center;
    border: none;
}

.info-block__item-description > *:first-child {
    margin-top: 0;
}

@media (max-width: 1024px) {
    .info-blockd__item {
        grid-template-columns: 100px 100px 1fr;
        border: none;
    }

    .info-block__item-logo {
        padding: 20px 10px;
    }

    .info-block__item-name {
        padding: 20px 10px;
    }

    .info-block__item-description {
        padding: 20px 10px;
    }
}

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

    .info-block__item-logo {
        padding: 10px;
    }

    .info-block__item-name {
        padding: 5px 10px;
    }

    .info-block__item-description {
        padding: 10px;
    }
}


/* PAYMENT METHOD */
.payment-method {
    overflow-x: auto;
}

.payment-method__table {
    border-collapse: collapse;
    width: 100%;
}

.payment-method tr:nth-child(2n+1):not(:last-child){
    border-bottom: 1px solid #459063
}

.payment-method td {
    white-space: nowrap;
}

.payment-method td:not(:last-child){
    border-right: 1px solid #459063
}

.payment-method td.td-name {
    font-weight: 600;
    text-align: right;
    border-left: none;
}

.payment-method td.td-image {
    border-right: none;
}

.payment-method td.td-image .get-image {
    justify-content: flex-start;
}

.payment-method td.td-image .get-image img {
    height: auto;
    width: 90px;
    min-width: 90px;
}

.payment-method td.cell2,
.payment-method td.cell4 {
    font-weight: 600;
    text-align: right;
}

.payment-method td.cell1,
.payment-method td.cell2 {
    padding-bottom: 10px;
    border-bottom: none;
}

.payment-method td.cell2,
.payment-method td.cell4 {
    border-left: none;
}

.payment-method td.cell1,
.payment-method td.cell3 {
    border-right: none;
}

.payment-method td.cell3,
.payment-method td.cell4 {
    border-top: none;
    padding-top: 10px;
}

/* INFO BLOCK V2 */
.info-block-v2 {
    overflow: auto;
}

.info-block-v2__list {
    border: 1px solid #459063;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    border-collapse: collapse;
    width: 100%;
}


.info-block-v2__item:not(:last-child) {
    border-bottom: 1px solid #459063;
}

.info-block-v2__item-logo-and-title {
    border: none;
    padding: 25px 10px;
    font-weight: 700;
    /*     text-align: center; */
    min-width: 200px;
}

.info-block-v2__item-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;

}

.info-block-v2__item-logo-and-title .get-image {
    margin-right: 20px;
    flex-shrink: 0;
}

.info-block-v2__item-logo-and-title img {
    max-height: 45px;
    object-fit: contain;
    width: 100%;
}

.info-block-v2__item-other-cell {
    padding: 25px 10px;
    align-self: center;
    flex-grow: 1;
    border-top: none;
}

.info-block-v2__item-other-cell > *:first-child {
    margin-top: 0;
}


@media (max-width: 767px) {
    .info-block-v2__item-logo-and-title {
        padding: 15px 10px;
    }

    .info-block-v2__item-other-cell {
        padding: 15px 10px;
    }

    .info-block-v2__item-logo-and-title .get-image {
        margin-right: 10px;
    }
}

.wp-block-columns {
    display: flex;
    align-items: center;
}

.wp-block-columns:has(.video) .wp-block-column {
    flex: 1 1;
}

@media (max-width: 1024px) {
    .wp-block-columns {
        flex-direction: column;
    }

    .wp-block-columns:has(.video) {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .wp-block-columns:has(.video) .button {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .wp-block-column {
        width: 100%;
    }
}

/* Text image */
.text-image {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.preview-block .text-image {
    background-color: var(--block-bg);
}

.preview-block .block-editor-block-list__layout > h1,
.preview-block .block-editor-block-list__layout > h2,
.preview-block .block-editor-block-list__layout > h3,
.preview-block .block-editor-block-list__layout > h4 {
    color: #000;
}

.text-image.reversed .text-image__content {
    order: 2;
}

.text-image.reversed .get-image {
    order: 1;
}

.text-image .text-image__content,
.text-image .get-image {
    flex: 1 1;
}

.text-image .get-image {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    overflow: hidden;
}

.text-image .get-image img {
    border-radius: 16px;
    overflow: hidden;
}

.text-image .text-image__content > :not(:first-child) {
    margin-top: 20px;
}

.text-image .text-image__content > .button{
    margin-left: 0!important;
    margin-right: auto!important;
}

@media (max-width: 1024px) {
    .text-image {
        flex-direction: column;
    }

    .text-image .text-image__content {
        order: 1;
    }

    .text-image .text-image__content .button {
        margin-left: auto;
        margin-right: auto;
    }

    .text-image .get-image {
        order: 2;
    }

    .text-image.reversed .get-image {
        order: 2;
    }
}

@media (max-width: 767px) {
    .text-image .text-image__content .button {
        width: 100%;
    }
}

/* Fist text image */
.page-main > .wrapper:first-child > .text-image {
    margin: 20px auto 64px auto;
    padding: 60px 32px;
    border-radius: 32px;
    background: linear-gradient(93deg, var(--block-bg) 27.04%, var(--block-bg) 50.72%, var(--block-bg-2) 70.42%, var(--block-bg-3) 78.91%);
}

.page-main > .wrapper:first-child > .text-image .get-image {
    align-self: center;
}

@media (max-width: 1024px) {
    .page-main > .wrapper:first-child > .text-image {
        padding: 32px 16px;
        border-radius: 16px;
        background: linear-gradient(157deg, var(--block-bg) 26.4%, var(--block-bg) 34.32%, var(--block-bg-2) 52.17%, var(--block-bg-3) 74%);
    }

    .page-main > .wrapper:first-child > .text-image .text-image__content {
        margin: 0;
    }
}

.text-image._shifted-img .get-image {
    margin: 0 -32px -60px 0;
    justify-content: flex-end;
    align-self: end !important;
}

@media (max-width: 1024px) {
    .text-image._shifted-img .get-image {
        margin: 0 -16px -32px 0;
        justify-content: flex-end;
        align-self: end !important;
    }
}

/* Promotions */

.promotions {

}

.promotions__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(440px, 1fr));
    gap: 16px;
}

.promotions__list-item {
    display: flex;
    flex-direction: column;
    gap: 0 20px;
    justify-items: flex-start;
    padding: 16px;
    /*flex: 1 1 calc(100% / 3);*/
    /*max-width: calc(100% / 3);*/
    border-radius: 16px;
    border: 1px solid var(--Stroke, #459063);
    background: var(--cards, linear-gradient(93deg, #1E7853 0%, #156142 97.58%));
    overflow: hidden;
}

.promotions__list-item .get-image{
    position: relative;
    width: calc(100% + 32px);
    height: 280px;
    margin: -16px -16px 16px -16px;
    border-bottom: 1px solid var(--Stroke, #459063);
    overflow: hidden;
}

.promotions__list-item img {
    object-fit: cover;
    min-width: 100%;
    max-height: 100%;
}

/*.promotions__list-item :not(img) {*/
/*    grid-column: 2/3;*/
/*}*/

.promotions__list-item :not(.get-image):not(:last-child) {
    margin-top: 0;
    margin-bottom: 16px;
}

.promotions__promo {
    display: flex;
    align-items: center;
    gap: 6px;
}

.promotions__promo-text {
    padding: 8px;
    flex: 1 1;
    border-radius: 8px;
    border: 2px dashed var(--accent, #0c6fd4);
    margin-bottom: 0 !important;
    color: var(--accent, #0c6fd4);
    text-align: center;
    /*font-size: 16px;*/
    font-style: normal;
    font-weight: 700;
    /*line-height: 24px;*/
    text-transform: uppercase;
}

.promotions__promo-title {
    color: var(--additional, #FFF);
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 128% */
}

.promotions__list-item a:not([class]) {
    color: var(--accent, #0c6fd4);
    text-decoration: none;
}

.promotions__button{
    width: 100%;
    margin-top: auto;
}

.promotions__list-item:has(.promotions__promo) .promotions__promo {
    margin-top: auto;
}

.promotions__list-item:has(.promotions__promo) .promotions__button{
    margin-top: unset;
}


@media (max-width: 900px) {
    .promotions__list-item .get-image{
        width: calc(100% + 32px);
        height: 180px;
    }
}

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

/* TOC */
.toc {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0 16px;
    padding: 20px 32px;
    border-radius: 16px;
    background: var(--cards, linear-gradient(93deg, #1E7853 0%, #156142 97.58%));
}

.toc__title {
    display: flex;
    align-items: center;
    color: var(--additional, #FFF);
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 128% */
    cursor: pointer;
}

.toc > svg {
    cursor: pointer;
}

.toc__list {
    display: none;
    flex-wrap: wrap;
    grid-column: 1/3;
    padding: 16px 0;
}

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

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

.toc svg:hover{
    fill: rgba(255, 255, 255, 0.08);
}

.toc__item {
    display: flex;
    align-items: center;
}

.toc__item:not(:last-child):after {
    content: url('data:image/svg+xml,<svg width="6" height="6" viewBox="0 0 6 6" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="3" cy="3" r="3" fill="white"/><circle cx="3" cy="3" r="3" fill="%23BDD3CA" fill-opacity="0.32"/></svg> ');
    display: flex;
    margin: 0 20px;
}

.toc__item a {
    padding: 8px 0px;
    color: var(--additional, #FFF);
    /*font-size: 16px;*/
    font-style: normal;
    font-weight: 700;
    /*line-height: 24px; !* 150% *!*/
    text-decoration: none;
    white-space: nowrap;
}

.toc__item a:hover {
    color: var(--on-main, #629B84);
}

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

    .toc__list {
        flex-direction: column;
        padding: 16px 0 0 0;
    }

    .toc__item:not(:last-child):after {
        margin: 0 4px 0 0;
        order: 1;
    }

    .toc__item a {
        order: 2;
    }
}

/* How to */
.how-to__subtitle {
    margin-bottom: 16px;
}

.how-to__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.how-to__item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 16px;
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    padding: 32px;
    border-radius: 16px;
    border: 1px solid var(--Stroke, #459063);
    background: var(--Main, #013E29);
}

.how-to__counter {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    width: 50px;
    height: 50px;
    color: var(--additional, #FFF);
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    border: 2px solid var(--additional, #FFF);
    border-radius: 500px;
}

.how-to__item-title,
main .how-to__item-title a {
    color: var(--additional, #FFF);
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 128% */
    margin-bottom: 0;
}

main .how-to__item-title a {
    color: var(--accent, #0c6fd4);
    text-decoration-line: underline;
    margin-bottom: 16px;
}

.how-to__item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
    flex: 1 1;
    gap: 16px;
    color: var(--additional, #FFF);
    font-weight: 400;
    letter-spacing: 0.25px;
}

.how-to__button {
    margin-top: auto;
}

.how-to__item img {
    object-fit: contain;
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
}

@media (max-width: 1024px) {
    .how-to__counter {
        min-width: 36px;
        width: 36px;
        height: 36px;
        font-size: 16px;
        line-height: 22px;
    }

    .how-to__item-title, main .how-to__item-title a {
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        letter-spacing: 0.15px;
    }

    .how-to__item {
        padding: 16px;
        flex: 1 1 100%;
        max-width: unset;
    }

    .how-to__button {
        width: 100%;
    }
}

/* FAQ */
.faq {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 16px;
}

.faq__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 4px 0;
}

.faq__header svg {
    min-width: 40px;
    cursor: pointer;
}

.faq__header svg:hover{
    fill: rgba(255, 255, 255, 0.08);
}

.faq .faq__wrap {
    display: flex;
    align-items: flex-start;
    flex: 1 1 calc(50% - 20px);
    border-radius: 16px;
    border: 1px solid var(--Stroke, #459063);
    background: var(--cards);
    padding: 16px 32px;
}

.faq__item {
    width: 100%;
}

.faq__item[open] .faq__header svg {
    transform: rotate(180deg);
}

.faq__question {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}

.faq__answer {
    margin-top: 16px;
}

@media (max-width: 767px) {
    .faq .faq__wrap {
        flex: 1 1 100%;
        padding: 8px 16px;
    }
}

/* Footer */
.page-footer {
    border-top: 1px solid var(--Stroke);
    background: var(--Main, #013E29);
}

.page-footer__inner {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 32px;
    padding-bottom: 32px;
}

.page-footer__col {
    display: flex;
    flex-direction: column;
	align-items: center;
    gap: 20px;
    flex: 1 1;
}

.page-footer__col_1 img {
    width: auto;
    max-height: 86px;
}

.page-footer__nav {
    flex: 2 1;
}

.page-footer__nav .page-footer__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
}

.page-footer__nav .menu-item {
    flex: 1 1 calc(50% - 20px);
}

.page-footer__nav a,
.page-footer__nav span {
    display: flex;
    color: var(--additional, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    text-decoration: none;
    padding: 8px 0;
}

.page-footer__nav a:hover,
.page-footer__nav span {
    color: var(--on-main, #629B84);
}

.page-footer__copyright,
.page-footer__socials,
.page-footer__payments {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #ffffff30;
}

.page-footer__socials,
.page-footer__payments {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.page-footer__socials img {
    width: auto;
    max-height: 32px;
}

.page-footer__payments img {
    width: auto;
    max-height: 44px;
}

@media (max-width: 1024px) {
    .page-footer__inner {
        flex-direction: column;
        gap: 16px;
    }

    .page-footer__nav .page-footer__list {
        gap: 8px 16px;
    }

    .page-footer__col {
        align-items: flex-start;
    }
}

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

/* H1 block */
.h1-block {
    display: flex;
    gap: 16px 20px;
    margin: 20px auto 64px auto;
}

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

.h1-block__col {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px 0;
    padding: 32px;
    border-radius: 16px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.h1-block__main {
    padding: 32px 32px 58px 32px;
	color: #fff;
}

.h1-block__main h1 {
	color: #fff;
}

.h1-block__col > * {
    position: relative;
    z-index: 5;
}

.h1-block__col > img {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}

.h1-block__title {
    margin-bottom: 0;
}

.h1-block__title + p:not([class]){
    margin-top: 0;
}

.h1-block__col > p {
    margin-top: 0;
}

.h1-block__main .h1-block__title {
    max-width: 90%;
}

.h1-block__main > p {
    max-width: 75%;
}

.h1-block__bonus {
    min-width: 449px;
}

.h1-block__bonus > *:not(img) {
    width: 100%;
    max-width: 60%;
}

.h1-block__bonus > img {
    bottom: -10px;
    right: -20px;
    max-height: calc(100% + 10px);
    width: auto;
}

.h1-block__bonus .h1-block__title {
    color: var(--additional, #FFF);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
}

.h1-block__bonus-button {
    width: 100%;
    margin-top: auto;
}

@media (max-width: 1650px) {
    .h1-block {
        flex-wrap: wrap;
    }

    .h1-block__main {
        flex: 2 1 100%;
    }

    .h1-block__bonus {
        flex: 1 1 calc(50% - 20px);
        min-width: unset;
    }

    .h1-block__bonus > img {
        top: -7px;
        bottom: -12px;
        right: -6px;
        max-height: calc(100% + 19px);
        width: auto;
    }

    .h1-block__bonus {
        padding: 16px 24px;
        gap: 8px 0;
    }

    .h1-block__bonus .h1-block__title {
        font-size: 32px;
        font-weight: 600;
        line-height: 32px
    }
}

@media (max-width: 850px) {
    .h1-block__main {
        padding: 32px 16px;
    }

    .h1-block__main > img {
        max-height: 150px;
        width: auto;
    }

    .h1-block__bonus {
        flex: 1 1 100%;
        padding: 16px;
    }

    .h1-block__main-button,
    .h1-block__bonus-button {
        width: 100%;
        max-width: 70%;
    }

    .h1-block__main-button {
        padding: 10px;
    }

    .h1-block__main .h1-block__title,
    .h1-block__main > p {
        max-width: unset
    }

    .h1-block__bonus .h1-block__title {
        font-size: 18px;
        font-weight: 700;
        line-height: 26px; /* 144.444% */
    }

    .h1-block__bonus > *:not(img) {
        max-width: 70%;
    }

    .h1-block__bonus > img {
        top: unset;
        bottom: -7px;
        right: -8px;
        max-height: 100%;
        width: auto;
    }
}

/* Links */
.links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    list-style: none;
}

.links__item {
    position: relative;
    border-radius: 8px;
    border: 1px solid var(--Stroke, #459063);
    background: var(--cards, linear-gradient(93deg, #1E7853 0%, #156142 97.58%));
    padding: 8px 32px;
    overflow: hidden;
}

.links__item:before {
	content: '';
    position: absolute;
    right: 0;
    bottom: 0;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 28.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 194 80' style='enable-background:new 0 0 194 80;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:url(%23SVGID_1_);fill-opacity:0.86;%7D%0A%3C/style%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='97' y1='81.1573' x2='97' y2='2' gradientTransform='matrix(1 0 0 -1 0 82)'%3E%3Cstop offset='2.237672e-07' style='stop-color:%230C2C46'/%3E%3Cstop offset='1' style='stop-color:%23000B14'/%3E%3C/linearGradient%3E%3Cpath class='st0' d='M69.5,52.5C43.8,41,30,68,0,80h194V0.1c-16.7-2.5-32.8,30.9-56,26.4C107,20.5,101.7,66.9,69.5,52.5z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.links__item:hover {
    opacity: .8;
}

.links__btn {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    background: none;
    border: none;
    color: var(--additional, #FFF);
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 128% */
    text-align: left;
    text-decoration: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.links__btn img {
    max-height: 60px;
    width: auto;
}

@media (max-width: 1350px) {
    .links__btn {
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
    }
}

@media (max-width: 1299px) {
    .links {
        gap: 16px;
        grid-template-columns: repeat(2, 1fr);
    }

    .links__item {
        padding: 8px;
    }

    .links__btn {
        gap: 8px;
        font-size: 16px;
        line-height: 22px; /* 137.5% */
        letter-spacing: 0.15px;
    }

    .links__btn img {
        max-height: 28px;
    }
}

/* Slots */
.slots {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid var(--Stroke, #459063);
    background: var(--Main, #013E29);
}

.slots > svg,
.slots > img {
    width: auto;
    max-height: 44px;
    margin-right: 8px;
}

.slots .slots__title {
    flex: 1 1;
    margin-bottom: 0;
}

.slots .slots__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
    flex: 1 1 100%;
}

.slots:has(.slots__title) .slots__list {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 2px solid var(--Stroke, #459063);
}

.slots .slots__item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    min-height: 220px;
}

.slots .slots__item .slots__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 16px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.80);
    z-index: 3;
}

.slots .slots__item._active .slots__content {
    display: flex;
}

@media (min-width: 1023px) {
    .slots .slots__item:hover .slots__content {
        display: flex;
    }
}

.slots .slots__button {
    width: 100%;
}

.slots .slots__link {
    margin-bottom: 8px;
}

.slots .slots__item > img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    object-fit: cover;
}

.slots .slots__item-text {
    color: #1FAF5D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    text-align: center;
    letter-spacing: 0.25px;
    margin: 0 0 4px 0;
}

.slots .slots__item-title {
    color: var(--additional, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    text-align: center;
    margin: 0 0 24px 0;
}


@media (max-width: 1024px) {
    .slots {
        padding: 24px 16px;
    }
}

@media (max-width: 767px) {
    .slots .slots__list {
        gap: 16px;
        grid-template-columns: repeat(2, 1fr);
        padding-top: 16px;
        margin-top: 16px;
    }

    .slots .slots__top-button {
        width: 100%;
        margin-top: 16px;
        order: 5;
    }

    .slots .slots__item {
        min-height: 200px;
    }

    .slots .slots__item .slots__content {
        padding: 8px;
    }

    .slots:has(.slots__title) .slots__list{
        margin-top: 16px;
        padding-top: 16px;
    }

    .slots .slots__item-title {
        margin: 0 0 6px 0;
    }

    .slots .slots__link {
        margin-bottom: 6px;
    }
}

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

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

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

.slots-popup__buttons {
    display: flex;
    justify-content: flex-start;
    margin-left: 20px;
}

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

.slots-popup__frame {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto 1fr;
    width: 100%;
    height: 100%;
    max-width: 1380px;
    max-height: 720px;
    margin: auto;
    border-radius: 12px;
    background: var(--cards, linear-gradient(93deg, #1E7853 0%, #156142 97.58%));
    padding: 8px 12px 0 12px;
}

.slots-popup__body {
    position: relative;
    grid-column: 1/4;
    grid-row: 2/3;
    margin: 8px -10px 2px -10px;
    border-radius: 16px;
    background: var(--cards, linear-gradient(93deg, #1E7853 0%, #156142 97.58%));
    overflow: hidden;
}

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

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

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

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

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

    .slots-popup__frame .slots-popup__buttons {
        padding: 16px 0;
        grid-column: 1/3;
        grid-row: 4/5;
        margin-left: 0;
    }

    .slots-popup__frame .slots-popup__buttons .slots__button {
        width: 100%;
    }

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

/* About block */
.about {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid var(--Stroke, #459063);
    background: var(--Main, #013E29);
}

.about > .get-image {
    display: flex;
    justify-content: center;
    width: 100%;
}

.about th {
    color: var(--additional, #FFF);
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 128% */
    text-align: left;
}

.about__header {
    background-color: unset;
    border: unset;
    padding: 0;
    margin: 32px 0 0 0;
    width: 100%;
}

.about__header tbody {
    display: flex;
    /*flex-wrap: wrap;*/
    width: 100%;
    gap: 24px 20px;
}

.about tr {
    display: flex;
    flex-direction: column;
}

.about td {
    display: flex;
    gap: 16px;
}

.about th,
.about td {
    background-color: unset;
    border: unset;
    padding: 0;
}

.about__header tr {
    flex: 0 1 auto;
    gap: 16px 0;
}

.about__header tr:not(:first-child) {
    margin-left: auto;
}

.about__header tr:last-child {
    min-width: 252px;
    margin-right: auto;
}

.about .about__bonus-btn {
    width: 100%;
}

.about .about__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.about__list-item,
.about__list-item a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: unset;
    color: var(--additional, #FFF) !important;
    font-weight: 400;
    letter-spacing: 0.25px;
}

.about__list-item span {
    color: #1faf5d;
    font-weight: 400;
}

.about__list-item:has(span) {
    font-weight: 700;
}

/* about body */
.about__body {
    margin-top: 32px;
    padding-top: 32px;
    border: unset;
    border-top: 2px solid var(--Stroke, #459063);
    width: 100%;
}

.about__body tbody {
    display: flex;
    gap: 32px 20px;
    flex-wrap: wrap;
    width: 100%;
}

.about__body tr {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    border: 1px solid var(--Stroke, #459063);
    background: #192026;
    padding: 32px;
    flex: 1 0 22%;
}

.about__body tr:first-child {
    flex: 2 0 35%;
}

.about__body tr.s1 li {
    min-width: 45%;
}

.about__body tr.s2 {
    flex: 2 0 32%;
}

.about__body tr.s3 {
    flex: 2 0 53%;
}

.about__body th {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--Stroke, #459063);
}

.about__body li {
    display: flex;
}

.about tr.s2 td {
    display: flex;
    gap: 0;
}

.about tr.s3 .about__list {
    gap: 12px;
}

.about tr.s3 .about__list .about__list-item {
    border-radius: 4px;
    border: 1px solid var(--Stroke, #459063);
    padding: 6px 8px;
}

.about__body .about__list-item:has(img) {
    flex: 1 1 auto;
}

.about__payments-cell {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
    flex: 1 1;
}

.about__payments-title {
    font-weight: 700;
}

.about__payments-cell:last-child {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid var(--Stroke, #459063);
}

.about__payments-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

@media (max-width: 1520px) {
    .about {
        padding: 24px 16px;
    }

    /*.about__header tr {*/
    /*    flex: 1 1 calc(50% - 16px);*/
    /*}*/

    .about__header tr:not(:first-child) {
        margin-left: unset;
    }

    .about__body tbody {
        gap: 16px;
    }

    .about .about__body tr {
        padding: 24px 16px;
    }

    /*.about__body tr,*/
    /*.about__body tr:first-child,*/
    /*.about__body tr.s2,*/
    /*.about__body tr.s3 {*/
    /*    flex: 1 1 45%;*/
    /*}*/

    .about__body tr.s1 .about__list{
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 1024px) {
    .about__header tbody {
        flex-wrap: wrap;
    }

    .about__body tr.s1 .about__list{
        flex-direction: row;
        align-items: center;
    }

    .about__header tr:last-child {
        min-width: unset;
    }

    .about th {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    .about__header tr {
        flex: 1 1 100%;
    }

    .about__header {
        margin: 16px 0 0 0;
    }

    .about .about__body tr {
        flex: 1 1 100%;
    }

    .about__body tr.s1 li {
        min-width: 100%;
    }

    .about__body tr.s1 li:has(img) {
        min-width: unset;
        flex: 1 1 auto;
    }

    .about tr.s2 td {
        flex-direction: column;
    }

    .about__payments-cell:last-child {
        padding-left: unset;
        margin-left: unset;
        margin-top: 16px;
        border-left: unset;
    }
}

/* Info block */
.info-block-v2__list {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: 1px solid var(--Stroke, #459063);
    background: var(--Main, #013E29);
}

/* Custom list */
.custom-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.custom-list__item.custom-list__item,
main .custom-list__item a,
main .custom-list__item button {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: unset;
    color: var(--additional, #FFF);
    background-color: unset;
    border: unset;
    white-space: nowrap;
}

.custom-list__item.custom-list__item{
    border-radius: 8px;
    border: 1px solid var(--Stroke, #459063);
    padding: 8px 16px;
}

.custom-list__item.custom-list__item:has(a){
    cursor: pointer;
}

.custom-list__item.custom-list__item:has(a):hover{
    background-color: rgba(255,255,255,.1);
}

.custom-list__item img{
    width: auto;
    max-height: 40px;
}

@media (max-width: 1024px) {
    .custom-list{
       gap: 8px;
    }

    .custom-list__item.custom-list__item{
        flex: 1 1 auto;
    }
}

.warning {
    display: flex;
    gap: 8px;
    color: var(--additional, #FBFBFB);
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
}

.warning:before{
    content: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="10" fill="%23D84343"/><path d="M12 6C10.8133 6 9.65328 6.35189 8.66658 7.01118C7.67989 7.67047 6.91085 8.60754 6.45673 9.7039C6.0026 10.8003 5.88378 12.0067 6.11529 13.1705C6.3468 14.3344 6.91825 15.4035 7.75736 16.2426C8.59648 17.0818 9.66557 17.6532 10.8295 17.8847C11.9933 18.1162 13.1997 17.9974 14.2961 17.5433C15.3925 17.0891 16.3295 16.3201 16.9888 15.3334C17.6481 14.3467 18 13.1867 18 12C17.997 10.4096 17.3638 8.88529 16.2393 7.76073C15.1147 6.63617 13.5904 6.00305 12 6ZM11.5385 9.23077C11.5385 9.10836 11.5871 8.99097 11.6736 8.90441C11.7602 8.81786 11.8776 8.76923 12 8.76923C12.1224 8.76923 12.2398 8.81786 12.3264 8.90441C12.4129 8.99097 12.4615 9.10836 12.4615 9.23077V12.4615C12.4615 12.5839 12.4129 12.7013 12.3264 12.7879C12.2398 12.8744 12.1224 12.9231 12 12.9231C11.8776 12.9231 11.7602 12.8744 11.6736 12.7879C11.5871 12.7013 11.5385 12.5839 11.5385 12.4615V9.23077ZM12 15.2308C11.8631 15.2308 11.7292 15.1902 11.6154 15.1141C11.5015 15.038 11.4128 14.9299 11.3604 14.8034C11.308 14.6769 11.2943 14.5377 11.321 14.4034C11.3477 14.2691 11.4136 14.1457 11.5105 14.0489C11.6073 13.9521 11.7306 13.8862 11.8649 13.8595C11.9992 13.8327 12.1384 13.8465 12.2649 13.8989C12.3914 13.9513 12.4996 14.04 12.5756 14.1538C12.6517 14.2677 12.6923 14.4015 12.6923 14.5385C12.6923 14.7221 12.6194 14.8982 12.4895 15.028C12.3597 15.1578 12.1836 15.2308 12 15.2308Z" fill="%23FBFBFB"/></svg>');
    display: inline-block;
    width: 24px;
    height: 24px;
}

/* Block wrapper */
.block-wrapper{
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0 10px;
    padding: 32px;
    border-radius: 16px;
    background: var(--Main, #013E29);
    margin: 20px var(--offsets);
}

.block-wrapper__title,
.block-wrapper__button{
    align-self: center;
}

.block-wrapper__title{
    margin-bottom: 0;
}

.block-wrapper > :last-child{
    padding-top: 32px;
    margin-top: 32px;
    border-top: 2px solid var(--Stroke, #459063);
    width: 100%;
    grid-column: 1/3;
}

@media (max-width: 600px) {
    .block-wrapper{
        grid-template-columns: 1fr;
        gap: 0;
        padding: 24px 16px;
    }

    .block-wrapper__button{
        margin-top: 16px;
        grid-row: 3/4;
        width: 100%;
    }

    .block-wrapper > :last-child{
        padding-top: 16px;
        margin-top: 16px;
        border-top: 1px solid var(--Stroke, #459063);
    }
}

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

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

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

.game .game__preview, .game .game__content, .game .game__preview:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.game .game__preview {
    z-index: 0
}

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

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

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

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

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

.game._active {
    display: flex;
    flex-direction: column;
    width: auto;
    aspect-ratio: unset;
    max-height: unset;
}

.game._active .game__content {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    height: unset;
    background-color: var(--block-bg);
    border-radius: 10px 10px 0 0;
    order: 1;
}

.game._active .game__preview {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    max-height: 80vh;
    height: auto;
    order: 2;
    flex: 1 1;
}

.game._active .game__preview:after {
    display: none;
}

.game._active .game__content .demo-btn {
    display: none;
}

.game .game__close {
    display: none;
    background: none;
    border: none;
    position: absolute;
    right: 0;
    cursor: pointer;
    padding: 20px;
}

.game._active .game__close {
    display: block;

}

@media (max-width: 767px) {
    .game._active .game__content {
        align-items: flex-start;
    }
}

/* Gallery */
.screenshot-gallery__list{
    display: flex;
    gap: 16px;
    list-style: none;
    padding-left: 0;
    overflow: auto;
}

.screenshot-gallery__item{
    flex: 1 1;
}

.screenshot-gallery__list img{
    min-width: 146px;
}

@media (max-width: 1024px) {
    .screenshot-gallery__list{
        gap: 10px;
    }
}

/* header lang */
.header__lang {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #000;
    border: 1px solid var(--Stroke, #459063);
    border-radius: 5px;
    padding: 8px 9px;
    cursor: pointer;
    z-index: 10000;
    margin-left: auto;
}

.header:has(.page-header__buttons) .header__lang {
    margin-left: 10px;
}

.header__current-lang,
.header__lang img {
    width: auto;
    height: 22px;
    object-fit: contain;
}

.header__current-lang {
    cursor: pointer;
}

.header__lang .header__lang-list {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    flex-direction: column;
    padding-left: 0;
    margin-top: 0;
    list-style: none;
    background: var(--cards);
    border-radius: 0 0 5px 5px;
}

@media (min-width: 901px) {
    .header__lang:hover .header__lang-list {
        display: flex;
    }
}

.header__lang._open .header__lang-list {
    display: flex;
}

.header__lang .header__lang-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

/* header lang */
.header__current-lang, .header__lang img {
    width: 32px;
    height: 22px;
    object-fit: cover;
}

.header__current-lang {
    height: 22px;
    width: auto;
    object-fit: contain;
}

.header__lang img {
    height: 22px;
    width: auto;
    object-fit: contain;
}

.header__lang {
    flex-direction: row;
    align-items: center;
    gap: 5px;
    margin-left: 10px;
    order: 2;
}

.lang__code {
    display: flex;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    margin: 0;
}

.header__lang .header__lang-list {
    width: 100%;
}

.header__lang .header__lang-list:before {
    content: '';
    width: 100%;
    height: 2px;
}

.header__lang .header__lang-item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    padding: 0;
}

.header__lang .header__lang-list > li {
    padding: 8px 9px;
}

.header__lang,
.header__lang._open {
    border-radius: 10px;
}

.header__lang img {
    width: 32px;
    height: 23px;
    object-fit: cover;
}

.header__lang .header__lang-item p {
    margin: 0;
}

.header__lang .header__lang-list {
    background-color: unset;
}

.header__lang .header__lang-list > li {
    display: flex;
    justify-content: flex-end;
    background: var(--cards);
}

.header__lang .header__lang-list > li:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.header__lang .header__lang-list > li:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.header__lang .header__lang-list > li {
    position: relative;
}


.header__lang-list .lang__code {
    position: absolute;
    top: 0;
    left: 9px;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

@media (min-width: 1025px) {
    .header__lang:hover .header__lang-list {
        display: flex;
    }
}

@media (max-width: 1024px) {
    .header__lang._open .header__lang-list {
        display: flex;
    }
}

.footer__lang-container{
    display: flex;
    grid-column: 1/-1;
    border-top: 1px solid #2f2f2f;
    padding: 24px 0 0 0;
}

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

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

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

}

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

/* Glightbox fix */
.glightbox-open {
    overflow: unset!important;
}

.gslide-image img {
    max-width: 80vw!important;
    max-height: 80vh!important;
}