@charset "UTF-8";
:root {
    --main-accent-bg-color: #2ecc71;
    --main-nav-color: #fff;
    --header-bg-color: #000;
    --footer-bg-color: #000;
    --content-button-bg-color: #2ecc71;
    --content-button-color: #fff;
    --offsets: 16px
}

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

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

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

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

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

p {
    margin-top: 24px;
    font-weight: 400
}

a {
    font-weight: 700;
    font-size: inherit;
    color: #c9a33d
}

a:hover {
    text-decoration: none
}

/*main ol:not([class]), main ul:not([class]) {*/
/*    list-style: none;*/
/*    margin-top: 20px*/
/*}*/

/*main ol:not([class]) {*/
/*    counter-reset: section*/
/*}*/

/*main ol:not([class]) li, main ul:not([class]) li {*/
/*    border-radius: 3px;*/
/*    padding: 16px;*/
/*    -webkit-box-shadow: 0 4px 24px #0000000c;*/
/*    box-shadow: 0 4px 24px #0000000c;*/
/*    font-weight: 400;*/
/*    font-size: inherit;*/
/*    line-height: inherit;*/
/*    background: #000;*/
/*    border: 1px solid #fff*/
/*}*/

main ul:not([class]) li,
main ol:not([class]) li,
main .wp-block-list li
{
    margin-left: 24px
}

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

/*main ol:not([class]) li:not(:last-child) {*/
/*    margin-bottom: 20px*/
/*}*/

/*main ol:not([class]) li::before {*/
/*    counter-increment: section;*/
/*    content: counter(section) ". ";*/
/*    font-weight: 700;*/
/*    font-size: 24px;*/
/*    line-height: 30px;*/
/*    text-transform: uppercase;*/
/*    color: #c9a33d*/
/*}*/

/*main ul:not([class]) {*/
/*    display: -ms-grid;*/
/*    display: grid;*/
/*    -ms-grid-columns: 1fr 1fr;*/
/*    grid-template-columns:1fr 1fr;*/
/*    gap: 20px*/
/*}*/

/*main ul:not([class]) li::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 12px;*/
/*    top: 50%;*/
/*    border-radius: 2px;*/
/*    width: 8px;*/
/*    height: 8px;*/
/*    background-color: #c9a33d;*/
/*    -webkit-transform: translateY(-50%);*/
/*    -ms-transform: translateY(-50%);*/
/*    transform: translateY(-50%)*/
/*}*/

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

h1 {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff
}

h2 {
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    color: #fff
}

h3 {
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #fff
}

h4, h5, h6 {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff
}

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

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

.wrapper > :last-child {
    margin-bottom: 64px
}

.wrapper:first-child {
    margin-top: 64px
}

.wp-block-table {
    overflow: auto;
    margin-top: 20px;
    width: 100%;
    -webkit-filter: drop-shadow(0 4px 24px #0000000c);
    filter: drop-shadow(0 4px 24px #0000000c)
}

.wp-block-table table {
    border: none;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 0 1px #eff4f8ff;
    box-shadow: 0 0 0 1px #eff4f8ff
}

.wp-block-table table thead ~ tbody tr:first-child td {
    border-top: none
}

.wp-block-table table thead ~ tbody td {
    text-align: center
}

.wp-block-table table thead ~ tbody td:first-child {
    font-weight: 400
}

.wp-block-table table th {
    border: none;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    background-color: #c9a33d
}

.text-image .wp-block-table table th{
    white-space: normal;
}

.wp-block-table table th:not(:last-child) {
    border-right: 1px solid #4b6e92
}

.wp-block-table table th:first-child {
    border-left: none;
    border-top-left-radius: 6px
}

.wp-block-table table th:last-child {
    border-left: none;
    border-top-right-radius: 6px
}

.wp-block-table table td {
    border: 1px solid #eff4f8;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 24px
}

.wp-block-table table td:first-child {
    font-weight: 700
}

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

.wrapper__bg {
    overflow: hidden;
    border-radius: 6px;
    padding: 32px;
    -webkit-box-shadow: 0 4px 24px #0000000c;
    box-shadow: 0 4px 24px #0000000c
}

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

.btn {
    display: inline-block;
    border: none;
    border-radius: 3px;
    padding: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.btn--green {
    background-color: #7daa2f
}

.btn--green:hover {
    background-color: #4a6b1bff
}

.btn--blue {
    background-color: #c9a33d
}

.btn--blue:hover {
    background-color: #0d5f93
}

.scroll-lock {
    overflow: hidden
}

html {
    height: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

body {
    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%;
    overflow-x: hidden;
    font-family: "Helvetica Neue", Helvetica, Tahoma, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    background-color: #0a0917
}

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

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

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

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

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

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

.content-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
    width: 100%
}

.content-button .btn {
    padding: 16px 28px
}

.content-button .btn + .btn {
    margin-left: 16px
}

.content-button.alight-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.content-button.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.content-button.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.content-button--bg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 3px;
    padding: 16px;
    max-width: 1180px;
    -webkit-box-shadow: 0 4px 24px #0000000c;
    box-shadow: 0 4px 24px #0000000c
}

.content-button--bg .content-button__description {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 auto 20px;
    font-weight: 700;
    text-align: center;
    color: #fff
}

.page-header {
    background: #191e32;
}

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

.page-header__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    width: auto;
    max-width: 150px
}

.page-header__nav {
    margin: 0 auto
}

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

.page-header__burger {
    display: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 6px;
    padding: 4px;
    width: 32px;
    height: 32px;
    cursor: pointer
}

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

.page-header__burger span:nth-of-type(1) {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px)
}

.page-header__burger span:nth-of-type(3) {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px)
}

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

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

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

.page-header__button {
    padding: 16px 36px
}

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

.main-nav {
    margin: auto 10px
}

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

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

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

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

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

.main-nav__list > li:hover > a {
    color: #fff
}

.main-nav__list > li > a, .main-nav__list > li > div, .main-nav__list > li > span {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #bed2e4;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.main-nav .menu-item-has-children {
    position: relative;
    margin-right: 26px !important
}

.main-nav .menu-item-has-children .sub-menu__arrow {
    position: absolute;
    right: -16px;
    top: 50%;
    display: block;
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.main-nav .menu-item-has-children .sub-menu__arrow svg {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

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

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

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

.main-nav .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 100;
    list-style: none;
    border-radius: 3px;
    padding: 14px 0;
    min-width: 162px;
    -webkit-box-shadow: 0 4px 24px #0000000c;
    box-shadow: 0 4px 24px #0000000c;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
    pointer-events: none
}

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

.main-nav .sub-menu a, .main-nav .sub-menu span, .main-nav .sub-menu > li > div {
    display: inline-block;
    padding: 6px 16px;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
    text-decoration: none;
    color: #205685;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.main-nav .sub-menu a:hover, .main-nav .sub-menu span:hover {
    background-color: #20568533
}

.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 {
    margin: 0 auto;
    padding: 2rem var(--offsets);
    max-width: calc(1380px + var(--offsets) + var(--offsets));
    display: -ms-grid;
    display: grid;
    grid-gap: 30px
}

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

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

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

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

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

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

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

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

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

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

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

.icon-blocks {
    padding: 2rem 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.show-posts {
    background: #fbfbfb
}

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

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

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

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

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

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

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

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

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

.video {
    max-width: 650px
}

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

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

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

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

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

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

.video__button-icon {
    fill: #fff
}

.video__button:focus {
    outline: 0
}

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

.video__button:hover {
    cursor: pointer
}

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

.page-footer {
    padding: 60px 0 16px;
    background-color: #000
}

.page-footer__container {
    display: -ms-grid;
    display: grid;
    grid-template-columns:repeat(4, auto);
    gap: 16px 40px
}

.page-footer__logos {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-footer__logos .get-image + .get-image {
    margin-top: 10px
}

.list-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 16px
}

.list-links__item:not(:first-child) {
    margin-left: 40px
}

.list-links__link img {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.list-links__link:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.footer__social-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    height: fit-content;
    gap: 12px
}

.footer__social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
    width: 40px;
    height: 40px
}

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

.footer__social-link:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

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

.page-footer__list-item:not(:last-child) {
    margin-bottom: 16px
}

.page-footer__list-link {
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    color: #dedede;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.page-footer__list-link.active__link, .page-footer__list-link:hover {
    color: #fff
}

.copyright,
.dmca-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column: 1/-1;
    list-style: none;
    margin: 0;
    border-top: 1px solid #3b77ab;
    padding-top: 16px
}

.copyright__item {
    position: relative
}

.copyright__item:not(:first-child)::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #3b77ab
}

.copyright__item p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #dedede
}

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

.page-footer__dmca a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
}

.faq__item {
    position: relative;
    border-radius: 3px;
    padding: 20px 16px;
    -webkit-box-shadow: 0 4px 24px #0000000c;
    box-shadow: 0 4px 24px #0000000c;
    background: #fff
}

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

.faq__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    font-weight: 700;
    color: #262a2e;
    cursor: pointer
}

.faq__question span {
    pointer-events: none
}

.faq__question.active .faq__item-close {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.faq__item-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px;
    pointer-events: none
}

.faq__item-close {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    pointer-events: none
}

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

.faq__answer {
    overflow: hidden;
    margin: 0;
    height: auto;
    max-height: 0;
    font-size: 16px;
    line-height: 24px;
    color: #4d5052
}

.faq__answer.active {
    margin-top: 20px;
    max-height: 100%
}

.toc {
    display: inline-block;
    overflow: hidden;
    border-radius: 3px;
    width: 100%;
    background-color: #fff
}

.toc.active .toc__list {
    padding: 20px 12px;
    max-height: 100%
}

.toc.active .toc__title::after {
    -webkit-transform: translateY(-50%) rotateZ(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotateZ(180deg)
}

.toc__title {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 8px 40px 8px 16px;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    background-color: #c9a33d;
    cursor: pointer
}

.toc__title::after {
    content: url("data:image/svg+xml;charset=UTF-8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 9L12 15L18 9' stroke='%23ffffff' stroke-width='2.7' stroke-linecap='square'/></svg>");
    position: absolute;
    right: 16px;
    top: 50%;
    width: 24px;
    height: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.toc__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 6 ];
    grid-template-columns:repeat(6, 1fr);
    list-style: none;
    overflow: hidden;
    margin-top: 0;
    height: auto;
    max-height: 0;
    gap: 12px
}

.toc__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    height: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #205685
}

.toc__link svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 2px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.toc__link:hover svg {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

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

.breadcrumbs {
    padding: 12px 0;
    background-color: #2a3254
}

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

.breadcrumbs__item {
    margin-right: 8px;
    line-height: 1
}

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

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

.promocode {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    margin: 20px 0 0;
    border-radius: 6px;
    padding: 32px;
    max-width: 580px;
    -webkit-box-shadow: 0 4px 24px #0000000c;
    box-shadow: 0 4px 24px #0000000c;
    background: #fff;
    gap: 24px 32px
}

.promocode__title {
    grid-column: 1/-1;
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #262a2e
}

.promocode__title span {
    color: #7daa2f
}

.promocode__text {
    margin: auto 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #7daa2f
}

.promocode--v2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 168px;
    grid-template-columns:1fr 168px;
    overflow: hidden;
    border-radius: 3px;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0
}

.promocode--v2 .promocode__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #bed2e4;
    border-radius: 3px;
    background-color: #fff
}

.promocode--v2 .promocode__key {
    padding: 16px;
    min-width: 168px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #205685
}

.promocode--v2 .promocode__link {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: -1px
}

.promocode--v2 .promocode__text {
    max-width: 170px;
    color: #fff
}

.mobile-button {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 100;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr -webkit-min-content;
    -ms-grid-columns: 1fr min-content;
    grid-template-columns:1fr -webkit-min-content;
    grid-template-columns:1fr min-content;
    border-radius: 3px;
    padding: 8px 16px;
    -webkit-box-shadow: 0 4px 16px #ffffff4c;
    box-shadow: 0 4px 16px #ffffff4c;
    background-color: #205685;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    pointer-events: none;
    gap: 0 16px
}

.mobile-button._show {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.mobile-button--v1 {
    display: block;
    padding: 0;
    background-color: transparent
}

.mobile-button--v1 .mobile-button__control {
    padding: 16px;
    width: 100%;
    font-size: 16px;
    line-height: 16px
}

.mobile-button__title {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #fff
}

.mobile-button__subtitle {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #dedede
}

.mobile-button__subtitle span {
    color: #7daa2f
}

.mobile-button__control {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    padding: 8px 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap
}

.slots__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.slots__title {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.background-block .slots__title {
    margin-bottom: 24px
}

.background-block .slots__link {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 32px auto 0;
    padding: 14px
}

.background-block .slots__list {
    -ms-grid-columns:(1fr) [ 6 ];
    grid-template-columns:repeat(6, 1fr);
    gap: 16px
}

.background-block .slots__item {
    height: 200px
}

.slots__description {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0
}

.slots__ps {
    margin: 24px 35px 0 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px
}

.slots__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
    border: none;
    font-family: inherit;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #7daa2f;
    background: 0 0;
    cursor: pointer
}

.slots__link svg {
    margin-left: 4px;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.slots__link:hover svg {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.slots__list {
    display: -ms-grid;
    display: grid;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns:repeat(4, 1fr);
    margin-top: 24px;
    gap: 20px
}

.slots__item {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.slots__item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.slots__image {
    position: absolute;
    width: 100%;
    height: 100%
}

.slots__image .get-image {
    height: 100%
}

.slots__image:after{
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 1;
}

.slots__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.slots__button {
    position: relative;
    cursor: pointer;
    z-index: 2;
}

.slots__item:hover .slots__button{
    display: block;
}

.slots__item:hover .slots__image:after{
    display: block;
}

@media (max-width: 1024px) {
    .slots__item .slots__button,
    .slots__item .slots__image:after{
        display: block;
    }
}

.slots-popup__buttons .slots__button{
    display: block;
}

.advantages {
	margin-top: 24px;
}

.advantages__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns:repeat(4, 1fr);
    gap: 20px
}

.advantages__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    padding: 16px;
    -webkit-box-shadow: 0 4px 24px #0000000c;
    box-shadow: 0 4px 24px #0000000c;
    background: #000
}

.advantages__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4px
}

.advantages__image img {
    width: auto;
    max-height: 100px;
	margin-bottom: 8px;
}

.advantages__title {
    margin: 0 auto 8px;
    text-align: center
}

.advantages__text {
    margin: 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__title {
    margin-bottom: 32px
}

.wrapper__bg .difference__title {
    margin-bottom: 24px
}

.difference__subtitle {
    margin-bottom: 16px
}

.difference__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    gap: 24px
}

.difference__element {
    overflow: hidden;
    border-radius: 6px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-shadow: 0 4px 24px #0000000c;
    box-shadow: 0 4px 24px #0000000c
}

.difference__element-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.difference__element-title svg {
    margin-right: 4px
}

.difference__element-title--pros {
    background-color: #205685
}

.difference__element-title--cons {
    background-color: #8d9298
}

.difference__list {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff
}

.difference__item {
    border: 1px solid #eef4f8;
    border-top: none;
    padding: 14px 20px
}

.difference__item:last-child {
    border-radius: 0 0 6px 6px
}

.comments {
    margin-top: 32px
}

.comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 6px;
    padding: 20px;
    -webkit-box-shadow: 0 4px 24px #0000000c;
    box-shadow: 0 4px 24px #0000000c;
    background: #fff
}

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

.comment__author {
    margin: 0 12px 0 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #262a2e
}

.comment__content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
    color: #4d5052
}

.comment-form {
    border-radius: 6px;
    padding: 32px;
    -webkit-box-shadow: 0 4px 24px #0000000c;
    box-shadow: 0 4px 24px #0000000c;
    background: #fff
}

.comment-form__form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 328px -webkit-min-content 1fr;
    -ms-grid-columns: 328px min-content 1fr;
    grid-template-columns:328px -webkit-min-content 1fr;
    grid-template-columns:328px min-content 1fr;
    gap: 24px 20px
}

.comment-form__form-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    line-height: 20px;
    color: #262a2e
}

.comment-form__form--name input {
    margin-top: 8px
}

.comment-form__form--textarea {
    grid-column: 1/-1
}

.comment-form__form--textarea textarea {
    margin-top: 8px
}

.comment-form__textarea {
    height: 96px;
    resize: none
}

.comment-form__field {
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 12px;
    font-family: inherit;
    font-size: 16px;
    line-height: 24px;
    color: #262a2e;
    background: #fff
}

.comment-form__field::-webkit-input-placeholder {
    font-family: inherit;
    color: #898b8d
}

.comment-form__field::-moz-placeholder {
    font-family: inherit;
    color: #898b8d
}

.comment-form__field:-ms-input-placeholder {
    font-family: inherit;
    color: #898b8d
}

.comment-form__field::-ms-input-placeholder {
    font-family: inherit;
    color: #898b8d
}

.comment-form__field::placeholder {
    font-family: inherit;
    color: #898b8d
}

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

.comment-form__form--rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: end;
    align-self: flex-end;
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 10px 12px;
    white-space: nowrap
}

.comment-form__button {
    grid-column: 1/-1;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.comment-form__alert {
    display: none;
    grid-column: 1/-1;
    font-size: 14px;
    line-height: 16px;
    text-align: center
}

.comment-form__alert.error {
    color: #eb1919
}

.comment-form__alert.success {
    color: #00a91e
}

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

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

.page-404__link {
    display: block;
    margin: 2rem auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.scroll-top {
    position: fixed;
    right: 28px;
    bottom: 78px;
    z-index: 10;
    -webkit-box-shadow: 0 4px 16px #ffffff4c;
    box-shadow: 0 4px 16px #ffffff4c;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    pointer-events: none
}

@media (max-width: 768px) {
    .scroll-top {
        bottom: 120px;
    }
}

.scroll-top__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    border: none;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    background-color: #205685;
    cursor: pointer
}

.scroll-top._show {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shared-items {
    margin: 2rem 0
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-image {
    margin-top: 40px;
    margin-bottom: 40px
}

.background-block .text-image__content-title {
    margin-bottom: 0
}

.text-image__content-title {
    margin: auto 0 16px
}

.text-image__content-title span {
    color: #7daa2f
}

.text-image__container {
    display: -ms-grid;
    display: grid;
    gap: 16px 20px
}

.text-image__container.gtc1-1 {
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr)
}

.text-image__container.gtc15-1 {
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns:1.5fr 1fr
}

.text-image__container.gtc2-1 {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns:2fr 1fr
}

.text-image__container.gtc3-1 {
    -ms-grid-columns: 3fr 1fr;
    grid-template-columns:3fr 1fr
}

.text-image__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3
}

.text-image__cta {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    overflow: hidden;
    margin: 54px auto 0;
    border-radius: 6px;
    padding: 24px;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-shadow: 0 4px 24px #0000000c;
    box-shadow: 0 4px 24px #0000000c
}

.text-image__cta .btn {
    margin-top: 24px
}

.text-image__cta-title {
    margin: 0;
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff
}

.text-image__cta-title span {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0
}

.text-image__cta-subtitle {
    margin: 4px 0 0;
    font-weight: 900;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #abd1f1
}

.text-image__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto
}

.text-image__content :first-child {
    margin-top: 0
}

.text-image__content--no-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3
}

.text-image__container-wrapper {
    margin-top: auto
}

.text-image__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0 16px
}

.text-image__rating-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    padding: 8px;
    background: #fff
}

.text-image__rating-item + .text-image__rating-item {
    margin-left: 16px
}

.text-image__rating-review {
    margin: 0 0 0 12px;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
    color: #4d5052
}

.text-image__rating-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    font-size: 14px;
    line-height: 19px;
    color: #4d5052
}

.text-image__rating-download svg {
    margin-right: 8px
}

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

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

.star-rating .star-rating__counter {
    padding-left: 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #7daa2f
}

.partners {
    border-radius: 6px;
    padding: 32px;
    -webkit-box-shadow: 0 4px 24px #0000000c;
    box-shadow: 0 4px 24px #0000000c;
    background: #fff
}

.partners__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px
}

.partners__title {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    padding: 0 24px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #262a2e;
    background-color: #fff
}

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

.select-lang {
    position: relative;
    z-index: 1009;
    margin-left: 20px;
    cursor: pointer
}

.select-lang._active {
    border-radius: 10px 10px 0 0
}

.select-lang._active .select-lang__options-list {
    overflow: visible;
    max-height: -webkit-min-content;
    max-height: -moz-min-content;
    max-height: min-content
}

.select-lang__options-list {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 4px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    margin: 0 -1px;
    max-height: 0;
    -webkit-transition: max-height .3s ease-in-out;
    -o-transition: max-height .3s ease-in-out;
    transition: max-height .3s ease-in-out
}

.select-lang__options-list::before {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    top: 0;
    bottom: -5px;
    z-index: -1;
    border-radius: 0 0 5px 5px;
    background-color: #205685
}

.select-lang__options-list .select-lang__option {
    padding: 0
}

.select-lang__option, .select-lang__selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #bed2e4
}

.select-lang__option {
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.select-lang__option span {
    text-transform: uppercase
}

.select-lang__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 4px;
    border: 1px solid #276aa5;
    border-radius: 100%;
    width: 24px;
    height: 24px
}

.select-lang__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #bed2e4
}

.screenshot-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.screenshot-gallery__title {
    margin-right: 20px;
    margin-bottom: 32px
}

.screenshot-gallery__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.screenshot-gallery__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    border-radius: 3px;
    width: 32px;
    height: 32px;
    -webkit-box-shadow: 0 4px 24px #0000000c;
    box-shadow: 0 4px 24px #0000000c;
    background-color: #fff;
    cursor: pointer
}

.screenshot-gallery__control + .screenshot-gallery__control {
    margin-left: 12px
}

.screenshot-gallery__control svg {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.screenshot-gallery__control:hover svg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.screenshot-gallery__control.swiper-button-disabled {
    opacity: .5;
    cursor: not-allowed
}

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

.screenshot-gallery__item .get-image {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.benefits__title {
    margin-bottom: 32px
}

.benefits__subtitle {
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px
}

.benefits__list {
    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;
    list-style: none;
    margin: 0 -10px;
    padding: 0;
    width: calc(100% + 20px)
}

.benefits__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0 10px 20px;
    border-radius: 3px;
    padding: 16px;
    width: calc((100% / 2) - 40px);
    max-width: calc((100% / 2) - 20px);
    -webkit-box-shadow: 0 4px 24px #0000000c;
    box-shadow: 0 4px 24px #0000000c;
    background: #fff
}

.benefits__item--cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.benefits__item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px
}

.benefits__item-title svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 4px
}

.benefits__item-description {
    margin: 0
}

.how-to + .how-to {
	margin-top:64px;
}

.how-to__title {
    margin-bottom: 32px
}

.how-to__subtitle, .wrapper__bg .how-to__title {
    margin-bottom: 24px
}

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

.how-to__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    border-radius: 3px;
    padding: 16px;
    -webkit-box-shadow: 0 4px 24px #0000000c;
    box-shadow: 0 4px 24px #0000000c;
    background: #2a3254;
    gap: 10px 20px
}

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

.how-to__item--no-title .how-to__item-subtitle {
    -ms-grid-row-span: 2;
    grid-row: span 2;
    margin: auto 0
}

.how-to__item-title {
    margin: auto 0 0;
    text-transform: uppercase;
    color: #c9a33d
}

.how-to__item-subtitle :first-child {
    margin-top: 0
}

.how-to__item-image {
    grid-column: 2/-1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3
}

.how-to__item-image .get-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.how-to + .content-button--bg {
    margin-top: 32px
}

.stars {
    --s: 28px;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 8px;
    outline: 0
}

.stars input {
    margin: 0;
    width: var(--s);
    height: var(--s);
    opacity: 0;
    cursor: pointer
}

.stars i {
    position: absolute;
    inset: 0 0 calc(var(--s) * .1);
    pointer-events: none;
    --v1: transparent, #000 0.5deg 108deg, #0000 109deg;
    --v2: transparent, #000 0.5deg 36deg, #0000 37deg;
    -webkit-mask: conic-gradient(from 54deg at calc(var(--s) * .68) calc(var(--s) * .57), var(--v1)), conic-gradient(from 90deg at calc(var(--s) * .02) calc(var(--s) * .35), var(--v2)), conic-gradient(from 126deg at calc(var(--s) * .5) calc(var(--s) * .7), var(--v1)), conic-gradient(from 162deg at calc(var(--s) * .5) 0, var(--v2));
    -webkit-mask-size: var(--s) var(--s);
    -webkit-mask-composite: xor, destination-over;
    mask-composite: exclude, add;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 0, 0, var(--o, .3)))), -webkit-gradient(linear, left top, left bottom, color-stop(0, #7daa2f)) #ccc;
    background: -o-linear-gradient(rgba(255, 0, 0, var(--o, .3)) 0 0), -o-linear-gradient(#7daa2f 0 0) #ccc;
    background: linear-gradient(rgba(255, 0, 0, var(--o, .3)) 0 0), linear-gradient(#7daa2f 0 0) #ccc;
    background-size: calc(var(--l, 0) * var(--s)) 100%, calc(var(--p, 0) * var(--s)) 100%;
    background-repeat: no-repeat
}

input:active ~ i {
    --o: 1
}

input:nth-of-type(1):checked ~ i {
    --p: 1
}

input:nth-of-type(2):checked ~ i {
    --p: 2
}

input:nth-of-type(3):checked ~ i {
    --p: 3
}

input:nth-of-type(4):checked ~ i {
    --p: 4
}

input:nth-of-type(5):checked ~ i {
    --p: 5
}

input:nth-of-type(6):checked ~ i {
    --p: 6
}

input:nth-of-type(7):checked ~ i {
    --p: 7
}

input:nth-of-type(8):checked ~ i {
    --p: 8
}

input:nth-of-type(9):checked ~ i {
    --p: 9
}

input:nth-of-type(10):checked ~ i {
    --p: 10
}

input:nth-of-type(1):hover ~ i {
    --l: 1
}

input:nth-of-type(2):hover ~ i {
    --l: 2
}

input:nth-of-type(3):hover ~ i {
    --l: 3
}

input:nth-of-type(4):hover ~ i {
    --l: 4
}

input:nth-of-type(5):hover ~ i {
    --l: 5
}

input:nth-of-type(6):hover ~ i {
    --l: 6
}

input:nth-of-type(7):hover ~ i {
    --l: 7
}

input:nth-of-type(8):hover ~ i {
    --l: 8
}

input:nth-of-type(9):hover ~ i {
    --l: 9
}

input:nth-of-type(10):hover ~ i {
    --l: 10
}

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

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

.rules__subtitle {
    margin-bottom: 20px
}

.rules__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    gap: 20px
}

.rules__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 3px;
    padding: 12px;
    -webkit-box-shadow: 0 4px 24px #0000000c;
    box-shadow: 0 4px 24px #0000000c;
    background: #fff
}

.rules__item svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 4px
}

.rules__description {
    margin: 0
}

.download-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0 0;
    padding: 16px;
    -webkit-box-shadow: 0 4px 24px #0000000c;
    box-shadow: 0 4px 24px #0000000c;
    background-color: #fff
}

.download-buttons__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px;
    text-align: left
}

.download-buttons__button + .download-buttons__button {
    margin-left: 16px
}

.download-buttons__button svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 4px
}

.download-buttons__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px
}

.download-buttons__promocode {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    padding: 0 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase
}

.download-buttons__promocode span {
    color: #c9a33d
}

.line {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 2px
}

.line-left {
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#b3cfe9ff));
    background: -o-linear-gradient(left, #fff 0, #b3cfe9ff 100%);
    background: linear-gradient(90deg, #fff 0, #b3cfe9ff 100%)
}

.line-right {
    background: -webkit-gradient(linear, left top, right top, from(#b3cfe9ff), to(#fff));
    background: -o-linear-gradient(left, #b3cfe9ff 0, #fff 100%);
    background: linear-gradient(90deg, #b3cfe9ff 0, #fff 100%)
}

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

.video-v2__container {
    position: relative;
    width: 100%;
    max-width: 580px
}

.video-v2__player {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 16/9
}

.video-v2__button {
    position: absolute;
    left: 50%;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    border: none;
    background-color: transparent;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

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

.video-v2._active .video-v2__player {
    cursor: pointer
}

.video-v2__button-shape {
    fill: #0009
}

.video-v2__button-icon {
    fill: #fff
}

.video-v2__button:hover .video-v2__button-shape {
    fill: red
}

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

.video-v2__hint {
    margin: auto 0 auto 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px
}

.background-block {
    margin-top: 32px;
    border-radius: 6px;
    padding: 32px;
    max-width: 1180px;
    -webkit-box-shadow: 0 4px 24px #0000000c;
    box-shadow: 0 4px 24px #0000000c
}

.background-block + .background-block {
    margin-top: 32px
}

.background-block > :first-child {
    margin-top: 0
}

.background-block > :last-child {
    margin-bottom: 0
}

.background-block--grad .text-image__content-title {
    color: #fff
}

.background-block--grad .text-image__content {
    color: #ded
}

@media (min-width: 767px) {
    .mobile-button {
        display: none
    }
}

@media (min-width: 1024px) {
    .main-nav__list > li:hover .sub-menu__arrow {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg)
    }

    .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: 1244px) {
    .content-button--bg {
        margin-right: 16px;
        margin-left: 16px;
        width: auto;
        max-width: 1212px
    }
}

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

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

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

@media (max-width: 1024px) {
    .page-header__nav {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin: 0
    }

    .main-nav__list > li > a, .main-nav__list > li > span {
        display: block;
        margin: 0;
        padding: .5rem 0;
        width: 100%
    }

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

    .main-nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 1rem
    }

    .main-nav .menu-item-has-children .sub-menu__arrow {
        right: 0;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        pointer-events: auto
    }

    .main-nav .menu-item-has-children {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .main-nav .sub-menu {
        position: static;
        display: block;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        opacity: 1
    }
}

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

    .wrapper > :last-child {
        margin-bottom: 100px
    }

    .wrapper:first-child {
        margin-top: 40px
    }

    .wrapper__bg {
        padding: 24px
    }

    .page-header__container {
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: var(--offsets) 0
    }

    .page-header__logo {
        margin-right: auto;
        max-width: 100px
    }

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

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

    .main-nav .sub-menu::before {
        display: none
    }

    .main-nav .sub-menu a:hover, .main-nav .sub-menu span:hover {
        color: #fff;
        background-color: transparent
    }

    .main-nav .sub-menu a, .main-nav .sub-menu span {
        text-transform: capitalize;
        color: #bed2e4
    }

    .main-nav {
        position: absolute;
        left: -16px;
        right: -16px;
        top: 100%;
        overflow: auto;
        border-radius: 0 0 6px 6px;
        padding: 0 24px;
        max-width: 100vw !important;
        background-color: #205685;
        opacity: 0;
        pointer-events: none
    }

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

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

    .copyright__item:not(:first-child)::before {
        left: -10px
    }

    .copyright__item:not(:last-child) {
        margin-right: 20px
    }

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

    .promocode {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 0 auto 20px
    }

    .promocode--v2 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin: 20px auto 0
    }

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

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

    .text-image {
        margin-top: 32px;
        margin-bottom: 32px
    }

    .text-image__content-title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0
    }

    .text-image__container.gtc1-1, .text-image__container.gtc15-1, .text-image__container.gtc2-1, .text-image__container.gtc3-1 {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .text-image__container {
        gap: 24px
    }

    .text-image__image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        grid-column: auto;
        grid-row: auto
    }

    .text-image__cta {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        grid-column: auto;
        grid-row: auto;
        margin: 0 auto;
        max-width: 348px
    }

    .text-image__content--no-title {
        grid-column: auto;
        grid-row: auto
    }

    .text-image__content {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .select-lang {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .download-buttons {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-top: 0
    }

    .video-v2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .video-v2__container {
        margin: 0 auto
    }

    .video-v2__hint {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 0 0 24px;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px
    }

    .background-block {
        padding: 32px 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 (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: 767px) {
    .wrapper blockquote, blockquote, p {
        margin-top: 16px
    }
	
	.how-to + .how-to {
		margin-top: 32px;
	}

    /*main ol:not([class]) li, main ul:not([class]) li {*/
    /*    padding: 12px*/
    /*}*/

    /*main ul:not([class]) li {*/
    /*    padding: 12px 12px 12px 24px*/
    /*}*/

    /*main ul:not([class]) {*/
    /*    -ms-grid-columns: 1fr;*/
    /*    grid-template-columns:1fr;*/
    /*    gap: 12px*/
    /*}*/

    h2 {
        margin-bottom: 24px
    }

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

    .wrapper:first-child {
        margin-top: 20px
    }

    .wrapper:first-child .text-image:first-child {
        margin-top: 0
    }

    .wrapper:first-child .text-image:first-child.text-image--rating .text-image__content {
        overflow: visible
    }

    .wrapper:first-child .text-image:first-child.text-image--rating .download-buttons {
        margin-top: -132px;
        -webkit-box-shadow: 0 -25px 25px 5px #fff;
        box-shadow: 0 -25px 25px 5px #fff
    }

    .wp-block-table table {
        margin-top: 16px
    }

    .wrapper__bg {
        margin-right: -16px;
        margin-left: -16px;
        padding: 24px 16px
    }

    .content-button--bg {
        margin-top: 12px
    }

    .page-header .container {
        padding-right: 12px;
        padding-left: 6px
    }

    .page-header__container {
        padding: 4px 0
    }

    .page-header__logo {
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .page-header__buttons.active {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 160;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 0 0 6px 6px;
        padding: 16px 30px;
        background-color: #205685
    }

    .page-header__buttons.active .page-header__button {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 16px;
        font-size: 16px;
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

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

    .page-header__button {
        padding: 8px 12px;
        font-size: 14px;
    }

    .main-nav {
        left: -6px;
        right: -12px
    }

    .page-footer--mob-btn {
        padding-bottom: 90px
    }

    .page-footer__container {
        -ms-grid-columns: minmax(100px, 150px) 1fr;
        grid-template-columns:minmax(100px, 150px) 1fr;
        gap: 16px
    }

    .page-footer__logos {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .list-links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        grid-column: 1/-1
    }

    .footer__social-list {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: auto
    }

    .page-footer__nav {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -ms-grid-column: 1;
        grid-column: 1/1
    }

    .copyright,
    .dmca-col {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .copyright__item:not(:first-child)::before {
        left: 50%;
        top: -4px;
        bottom: auto;
        width: 20px;
        height: 1px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .copyright__item:not(:last-child) {
        margin: 0 0 8px
    }

    .faq__item {
        padding: 16px
    }

    .faq__question {
        font-size: 20px;
        line-height: 24px
    }

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

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

    .promocode {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        padding: 16px;
        gap: 8px
    }

    .promocode__title {
        margin-bottom: 12px
    }

    .promocode__link {
        margin: 0 28px
    }

    .promocode__text {
        text-align: center
    }

    .promocode--v2 .promocode__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: none;
        background-color: transparent
    }

    .promocode--v2 .promocode__key {
        margin-bottom: 24px;
        border: 1px solid #bed2e4;
        border-radius: 3px;
        padding: 11px 16px;
        width: 100%;
        text-align: center;
        background-color: #fff
    }

    .promocode--v2 .promocode__link {
        margin: 0 auto 4px;
        min-width: 280px
    }

    .promocode--v2 .promocode__text {
        max-width: 100%
    }

    .promocode--v2 {
        padding: 0;
        width: 100%;
        max-width: 100%
    }

    .background-block .slots__link {
        padding: 14px 0
    }

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

    .slots__link {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin: 20px auto;
        padding: 14px 0
    }

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

    .slots__button {
        padding: 8px;
        font-size: 14px;
        line-height: 20px
    }

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

    .difference__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 20px
    }

    .comment-form {
        margin-right: -16px;
        margin-left: -16px;
        padding: 16px
    }

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

    .text-image__rating {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .text-image__rating-item + .text-image__rating-item {
        margin: 8px 0 0
    }

    .text-image__rating-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }

    .partners {
        margin-right: -16px;
        margin-left: -16px
    }

    .partners__title {
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .select-lang {
        display: none
    }

    .select-lang.show {
        display: block
    }

    .screenshot-gallery__title {
        margin-right: 0;
        margin-bottom: 24px
    }

    .screenshot-gallery__controls {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin: 16px auto 0
    }

    .screenshot-gallery__control + .screenshot-gallery__control {
        margin-left: 20px
    }

    .screenshot-gallery__control {
        width: 44px;
        height: 44px
    }

    .screenshot-gallery__wrapper {
        margin-right: -16px !important;
        margin-left: -16px !important
    }

    .benefits__subtitle {
        margin-bottom: 16px
    }

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

    .benefits__item {
        margin: 0;
        width: 100%;
        max-width: 100%
    }

    .benefits__item:not(:last-child) {
        margin-bottom: 24px
    }

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

    .how-to__item {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        padding: 12px;
        gap: 10px
    }

    .how-to__item-title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .how-to__item-subtitle {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .how-to__item-image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        grid-column: auto;
        grid-row: auto
    }

    .how-to + .content-button--bg {
        margin-top: 12px
    }

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

    .download-buttons__button + .download-buttons__button {
        margin: 12px 0 0
    }

    .download-buttons__button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .background-block {
        padding: 16px
    }
}

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

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

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

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

    .slider__title {
        text-align: center
    }

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

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

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

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

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

@media (max-width: 600px) {
    #cookie-law-div {
        border-radius: 0;
        max-width: 100%;
        right: 0;
        bottom: 0
    }
}

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

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

@media (max-width: 575px) {
    .content-button .btn + .btn {
        margin: 16px 0 0
    }

    .content-button .btn {
        padding: 20px;
        min-width: 240px
    }

    .content-button.alight-left, .content-button.align-right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .content-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

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

    .faq__question span {
        display: inline-block;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 8px
    }

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

    .toc__link {
        padding: 14px 0
    }

    .advantages__container {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 10px
    }
}

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

@media (max-width: 449px) {
    .background-block .slots__list, .slots__list {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .text-image__cta {
        padding: 24px 20px
    }

    .download-buttons__promocode {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        text-align: center
    }
}

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

.background-block > h2 .background-block > h3 {
    margin-top: 32px;
    margin-bottom: 24px
}

.select-lang__image svg {
    width: 22px;
    height: 22px
}

.wp-block-table thead {
    border-bottom: none
}

@media (max-width: 767px) {
    .page-header__button {
        padding: 8px 12px;
        font-size: 14px;
    }
}

@media (max-width: 1023px) {
    .main-nav {
        padding: 0
    }

    .main-nav .sub-menu {
        width: 100%
    }
}

@media (max-width: 767px) {
    .page-header .container {
        padding-right: 12px;
        padding-left: 12px
    }

    .page-header__container {
        flex-wrap: wrap;
        padding: 8px 0 12px
    }

    .page-header__buttons {
        display: flex;
        margin-top: 10px;
        flex-basis: 100%;
        order: 4
    }

    .page-header__button {
        flex-grow: 1;
        padding: 14px 10px
    }

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

    .main-nav {
        left: -12px;
        right: -12px
    }

    .page-header__logo {
        order: 1
    }

    .select-lang {
        order: 2;
        margin-left: auto;
        display: block
    }

    .page-header__burger {
        order: 3;
        margin: 0 0 0 24px
    }
}

.promocode.promocode--v3 {
    padding: 20px;
    max-width: 500px;
    grid-template-columns:1fr;
    gap: 10px
}

.promocode--v3 .promocode__title {
    margin-bottom: 10px
}

.promocode__buttons-wrapper {
    display: flex
}

.promocode__buttons-wrapper .btn {
    flex-grow: 1
}

.promocode__buttons-wrapper .btn + .btn {
    margin-left: 12px
}

.promocode__input-wrapper {
    display: flex
}

.promocode__input-wrapper label {
    flex-grow: 1
}

.promocode__input {
    border: 1px dashed #4d5052;
    border: none;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='3' ry='3' stroke='%23333' stroke-width='1' stroke-dasharray='4' stroke-dashoffset='3' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 3px;
    padding: 11px 10px;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #7daa2f;
    text-transform: uppercase
}

.copy-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    border: 1px solid #7daa2f;
    border-radius: 3px;
    padding: 10px 16px;
    background-color: #fff;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.copy-button:hover {
    background-color: #7daa2f
}

.copy-button:hover .copy {
    fill: #fff
}

.copy-button:hover span {
    color: #fff
}

.copy-button .copy {
    fill: #7daa2f;
    transition: all .3s ease-in-out
}

.copy-button .check {
    display: none
}

.copy-button._active .copy {
    display: none
}

.copy-button._active .check {
    display: block
}

.copy-button span {
    margin-left: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #262a2e;
    text-transform: uppercase;
    transition: all .3s ease-in-out
}

@media (max-width: 767px) {
    .promocode--v3 .promocode__link {
        margin: 0
    }
}

@media (max-width: 450px) {
    .promocode__buttons-wrapper {
        flex-direction: column
    }

    .promocode__buttons-wrapper .btn {
        flex-grow: 1
    }

    .promocode__buttons-wrapper .btn + .btn {
        margin: 8px 0 0 0
    }
}

.select-lang__option {
    margin-top: 6px
}

.game {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 3px;
    border: 1px solid #c9a33d;
    padding: 28px 16px;
    background-position: center;
    background-size: cover
}

.game > .get-image {
    margin: 0 0 8px
}

.game__title {
    margin: 0 0 16px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    text-transform: uppercase
}

.game__affiliate-link {
    width: 100%;
    max-width: 250px
}

.game__demo-link {
    width: 100%;
    max-width: 250px
}

.game__affiliate-link + .game__demo-link {
    margin-top: 16px
}

.game__box {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    padding: 10px;
    z-index: 1210
}

.game__box-header {
    margin-bottom: -1px;
    padding: 8px 8px 8px 16px;
    background: #205685;
    border-radius: 3px 3px 0 0;
    display: flex;
    align-items: center
}

.game__box-title {
    margin: 0 24px 0 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff
}

.game__box-close {
    display: flex;
    margin-left: auto;
    border: none;
    border-radius: 3px;
    background-color: transparent;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.game__box-close:hover {
    background-color: rgba(255, 255, 255, .2)
}

.game__iframe {
    border-radius: 0 0 3px 3px;
    width: 100%;
    aspect-ratio: 16/9;
    border: none;
    overflow: hidden;
    background-color: #d9d9d9
}

@media (max-width: 767px) {
    .game__box-header {
        flex-wrap: wrap
    }

    .game__box-title {
        width: calc(100% - 56px)
    }

    .game__box .game__affiliate-link {
        order: 3;
        margin: 4px auto 0
    }

    .game__box {
        top: 30px;
        left: 12px;
        bottom: 30px;
        right: 12px;
        transform: none;
        padding: 0;
        width: calc(100% - 24px);
        overflow: hidden
    }

    .game__iframe {
        height: 100%;
        aspect-ratio: auto
    }
}

.btn--empty-blue {
    border: 1px solid #c9a33d;
    border-radius: 3px;
    background-color: transparent
}

.btn--empty-blue:hover {
    background-color: #c9a33d
}

.page.scroll-lock-modal {
    overflow: hidden;
    position: relative
}

.page.scroll-lock-modal:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .7);
    z-index: 1200
}

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

    h2 {
        font-size: 26px
    }
}

.promocode--v3 .star-rating::before {
    content: "★"
}

.promocode--v3 .text-image__rating {
    margin: 0;
    justify-content: space-between
}

.promocode--v3 .text-image__rating-item {
    padding: 0
}

.promocode__link.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    padding-left: 6px;
    padding-right: 6px
}

.promocode__link svg {
    flex-shrink: 0
}

@media (max-width: 767px) {
    .promocode--v3 .text-image__rating {
        flex-direction: row
    }

    .promocode--v3 .text-image__rating-item {
        justify-content: flex-start;
        width: fit-content
    }

    .promocode.promocode--v3 {
        padding: 16px
    }

    .promocode__buttons-wrapper {
        flex-direction: column
    }

    .promocode__buttons-wrapper .btn + .btn {
        margin: 8px 0 0 0
    }

    .text-image__rating-item + .text-image__rating-item {
        margin: 0
    }

    .wrapper:first-child .text-image__content {
        overflow: visible
    }

    .wrapper:first-child .text-image__content .promocode.promocode--v3 {
        margin-top: -150px
    }

    .promocode__link.flex {
        padding: 6px
    }
}

@media (max-width: 450px) {
    .promocode--v3 .text-image__rating {
        flex-direction: column
    }

    .text-image__rating-item + .text-image__rating-item {
        margin: 8px 0 0
    }
}

.footer__widgets {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex: 1 1
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dmca-badge {
    display: flex;
}