@charset "UTF-8";



@font-face {

    font-family: 'SF Pro Display';

    src: url('../fonts/SFProDisplay-Regular.woff2') format('woff2');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'SF Pro Display';

    src: url('../fonts/SFProDisplay-Medium.woff2') format('woff2');

    font-weight: 500;

    font-style: normal;

    font-display: swap;

}



:root {

    --main-accent-bg-color: #2ecc71;

    --main-nav-color: #ffffff;

    --header-bg-color: #000000;

    --footer-bg-color: #000000;

    --content-button-bg-color: #2ecc71;

    --content-button-color: #ffffff;

    --offsets: 30px

}



.has-white-color{color:#fff}.has-text-align-center{text-align:center}.wp-block-table{overflow: auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}@media (max-width:767px){.wp-block-table .has-fixed-layout{table-layout:auto}}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.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}.wp-block-video video{max-width:100%}



.container {

    max-width: 1440px;

    padding: 0 var(--offsets);

    margin: 0 auto

}



.container-full {

    max-width: 100%

}



* {

    margin: 0;

    padding: 0;

    -webkit-box-sizing: border-box;

    box-sizing: border-box

}



p {

    font-size: 1rem;

    line-height: 1.5rem;

    font-weight: 400;

    margin-top: 1rem

}



a {

    font-size: 1rem;

    font-weight: 300;

    color: var(--main-accent-bg-color)

}



a:hover {

    text-decoration: none

}



ol, ul {

    font-size: 1rem;

    line-height: 1.5rem;

    font-weight: 300;

    padding-left: 25px;

    margin-top: 1rem

}



img {

    max-width: 100%;

    height: auto

}



h1 {

    font-size: 2rem;

    font-weight: 500;

    line-height: 2.5rem;

    margin-bottom: 1rem

}



h2 {

    font-size: 1.8rem;

    font-weight: 500;

    line-height: 2.3rem;

    margin-bottom: 1rem

}



h3 {

    font-size: 1.6rem;

    font-weight: 500;

    line-height: 2.1rem;

    margin-bottom: 1rem

}



h4 {

    font-size: 1.4rem;

    font-weight: 500;

    line-height: 1.9rem;

    margin-bottom: 1rem

}



h5 {

    font-size: 1.2rem;

    font-weight: 500;

    line-height: 1.7rem;

    margin-bottom: 1rem

}



h6 {

    font-size: 1rem;

    font-weight: 500;

    line-height: 1.5rem;

    margin-bottom: 1rem

}



h1, h2, h3, h4, h5, h6 {

    text-transform: uppercase

}



.onewin-wrap > .wp-block-table, .onewin-wrap > blockquote, .onewin-wrap > h1, .onewin-wrap > h2, .onewin-wrap > h3, .onewin-wrap > h4, .onewin-wrap > h5, .onewin-wrap > h6, .onewin-wrap > ol, .onewin-wrap > p, .onewin-wrap > ul {

    padding: 0 var(--offsets);

    max-width: 1440px;

    margin-left: auto;

    margin-right: auto

}



.onewin-wrap > ol, .onewin-wrap > ul {

    padding-left: 50px

}



.onewin-wrap blockquote, blockquote {

    padding: 1rem var(--offsets) 1rem 2rem;

    border-left: 5px solid var(--main-accent-bg-color);

    background-color: #f0f8ff;

    font-size: 1rem;

    line-height: 1.5rem;

    font-weight: 300;

    margin-top: 1rem

}



.onewin-wrap > :last-child {

    margin-bottom: 2rem

}



@media (max-width: 1100px) {

    .onewin-wrap > :last-child {

        margin-bottom: 1rem

    }

}



table {

    border: 1px solid var(--main-accent-bg-color);

    margin-top: 1rem

}



table th {

    padding: .5rem 1rem;

    text-align: center;

    background-color: var(--main-accent-bg-color);

    color: #fff

}



table td {

    padding: .5rem 1rem;

    border: 1px solid var(--main-accent-bg-color)

}



.onewin-wrap {

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center

}



html {

    font-size: 17px

}



body {

    font-family: 'SF Pro Display', sans-serif;

    font-weight: 400;

    overflow-x: hidden

}



.accent-button {

    display: inline-block;

    text-decoration: none;

    border: none;

    outline: 0;

    background: 0 0;

    padding: 9px 19px;

    font-size: 18px;

    font-weight: 300;

    border-radius: 4px;

    color: #fff;

    cursor: pointer;

    -webkit-transition: 250ms;

    -o-transition: 250ms;

    transition: 250ms

}



.accent-button.fill-button {

    background: var(--main-accent-bg-color);

    border: 2px solid var(--main-accent-bg-color)

}



.accent-button.fill-button:hover {

    -webkit-filter: brightness(115%);

    filter: brightness(115%)

}



.accent-button.outline-button {

    color: #FFF;

    background-color: var(--main-accent-bg-color);

}



.accent-button.outline-button:hover {

    -webkit-filter: brightness(115%);

    filter: brightness(115%)

}



.button-content {

    margin-top: 2rem

}



.button-content.alight-left {

    text-align: left

}



.button-content.align-right {

    text-align: right

}



.button-content.align-center {

    text-align: center

}



.button-content a, .button-content button {

    background: var(--content-button-bg-color);

    display: inline-block;

    border: 2px solid var(--content-button-bg-color);

    padding: .7rem 2rem;

    font-size: 1.2rem;

    font-weight: 400;

    border-radius: 5px;

    color: var(--content-button-color);

    -webkit-transition: 150ms;

    -o-transition: 150ms;

    transition: 150ms;

    -webkit-transform-origin: center;

    -ms-transform-origin: center;

    transform-origin: center;

    cursor: pointer;

    text-decoration: none

}



.button-content a:hover, .button-content button:hover {

    -webkit-transform: scale(.95);

    -ms-transform: scale(.95);

    transform: scale(.95)

}



.page-header {

    background-repeat: no-repeat;

    background-size: cover;

    height: 100vh;

    margin-bottom: 30px

}



.page-header p {

    padding: 0;

    margin: 0

}



.page-header__container {

    position: fixed;

    top: 0;

    width: 100%;

    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;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    padding: .5rem 0;

    -webkit-transition: .3s;

    -o-transition: .3s;

    transition: .3s;

    z-index: 100

}



.page-header .backgroundGrayContainer {

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .49)), to(rgba(0, 0, 0, .43)));

    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .49) 0, rgba(0, 0, 0, .43) 100%);

    background-image: linear-gradient(180deg, rgba(0, 0, 0, .49) 0, rgba(0, 0, 0, .43) 100%);

    background-color: rgba(255, 255, 255, 0)

}



.page-header .changeBackground {

    background-color: #000000ab;

    -webkit-transition: .3s;

    -o-transition: .3s;

    transition: .3s

}



.page-header .pageHeaderPromo {

    padding: 15% 0 0;

    height: 100vh;

    text-align: center;

    color: #fff;

    font-weight: 700

}



.page-header .pageHeaderPromo__title {

    font-size: 38px;

    display: block;

    margin-bottom: 20px

}



.page-header .pageHeaderPromo__description {

    font-size: 28px;

    max-width: 1200px;

    margin: 0 auto;

    line-height: 36px

}



.page-header .pageHeaderPromo .pageHeaderPromoButtons {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    margin-top: 20px

}



.page-header .pageHeaderPromo .pageHeaderPromoButtons .secondButton {

    background-color: var(--content-button-bg-color)

}



.page-header .pageHeaderPromo .pageHeaderPromoButtons a, .page-header .pageHeaderPromo .pageHeaderPromoButtons button, .page-header .pageHeaderPromo .pageHeaderPromoButtons span {

    padding: 14px 30px;

    border-radius: 3px;

    margin: 15px;

    text-decoration: none;

    color: #fff;

    background-color: #00000073;

    font-weight: 700;

    border: 3px solid #fff

}



.page-header .pageHeaderPromo .pageHeaderPromoButtons a:hover, .page-header .pageHeaderPromo .pageHeaderPromoButtons button:hover, .page-header .pageHeaderPromo .pageHeaderPromoButtons span:hover {

    border: 3px solid #00000000;

    background-color: #ffffff24;

    -webkit-transition: .5s;

    -o-transition: .5s;

    transition: .5s

}



.page-header__logo {

    max-width: 150px;

    width: 100%;

    margin-left: 10px

}



.page-header__nav {

    margin: 0 auto

}



.page-header__buttons a {

    font-weight: 400

}



.page-header__buttons a, .page-header__buttons button {

    margin: .5rem

}



.page-header__burger {

    display: none;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    width: 35px;

    height: 25px

}



.page-header__burger span {

    display: block;

    height: 3px;

    width: 100%;

    background-color: var(--main-accent-bg-color);

    border-radius: 20%;

    -webkit-transform-origin: center;

    -ms-transform-origin: center;

    transform-origin: center;

    -webkit-transition: 250ms;

    -o-transition: 250ms;

    transition: 250ms

}



.page-header__burger.active span:nth-of-type(1) {

    -webkit-transform: translateY(11px) rotateZ(45deg);

    -ms-transform: translateY(11px) rotate(45deg);

    transform: translateY(11px) rotateZ(45deg)

}



.page-header__burger.active span:nth-of-type(2) {

    -webkit-transform: scaleX(0);

    -ms-transform: scaleX(0);

    transform: scaleX(0)

}



.page-header__burger.active span:nth-of-type(3) {

    -webkit-transform: translateY(-11px) rotateZ(-45deg);

    -ms-transform: translateY(-11px) rotate(-45deg);

    transform: translateY(-11px) rotateZ(-45deg)

}



.page-header-style-2 {

    height: auto;

    margin-bottom: 94px

}



.page-header-style-2 .page-header__container {

    background-color: #000b14

}



.disable_sticky_menu {

    margin-bottom: 0

}



.disable_sticky_menu .page-header__container {

    position: relative

}



.header-menu {

    margin: 0 auto;

    z-index: 100

}



.header-menu .menu {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    list-style: none;

    margin-top: 0;

    padding-left: 0

}



.header-menu .menu a,

.header-menu .menu span{

    text-decoration: none;

    color: #fff;

    font-weight: 400;

    font-size: 17px;

    margin-right: 10px;

    

}



.header-menu .menu a:hover {

    color: var(--main-nav-color);

    -webkit-transition: .5s;

    -o-transition: .5s;

    transition: .5s

}



.header-menu .menu li {

    margin-right: 15px;

    white-space: nowrap;

    position: relative;

}



.header-menu .menu li.current-menu-item > a,

.header-menu .menu li.current-menu-item > span{

    color: var(--main-nav-color);

    font-weight: 700

}



#menu-header-menu li ul {

    display: none;

    position: absolute;

    left: 0;

    text-align: left;

    z-index: 300;

    margin: 0;

    padding: 10px;

    border-radius: 5px;

    list-style: none;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .49)), to(rgba(0, 0, 0, .43)));

    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .49) 0, rgba(0, 0, 0, .43) 100%);

    background-image: linear-gradient(180deg, rgba(0, 0, 0, .49) 0, rgba(0, 0, 0, .43) 100%);

    background-color: var(--header-bg-color)

}



#menu-header-menu li ul li a {

    text-decoration: none;

    border-bottom: none;

    text-align: center;

    

    display: block;

    

    padding-left: 0;

    text-transform: none

}



@media (min-width: 1101px) {

    #menu-header-menu li:hover > ul {

        display: block

    }

}



#menu-header-menu li ul ul {

    left: 140px;

    top: 10px;

    list-style: none

}



#menu-header-menu li li a {

    border: 0;

    width: 100%;

    border-bottom: 1px solid #bcbcbc;

    color: #fff;

    text-align: left;

    padding-left: 10px;

    text-decoration: none

}



















.columns {

    padding: 2rem 0

}



@media (max-width: 1100px) {

    .columns {

        padding: 1rem 0

    }

}



.columns__container {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-box-pack: start;

    -ms-flex-pack: start;

    justify-content: flex-start;

    margin: -1rem

}



.columns__container.reversed {

    -webkit-box-orient: horizontal;

    -webkit-box-direction: reverse;

    -ms-flex-direction: row-reverse;

    flex-direction: row-reverse

}



.columns__item {

    margin: 1rem

}



.columns__item img {

    display: block;

    margin: 0 auto

}



.columns.align-center .columns__container {

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center

}



.columns.align-top .columns__container {

    -webkit-box-align: start;

    -ms-flex-align: start;

    align-items: flex-start

}



.columns.align-bottom .columns__container {

    -webkit-box-align: end;

    -ms-flex-align: end;

    align-items: flex-end

}



.columns.align-stretch .columns__container {

    -webkit-box-align: stretch;

    -ms-flex-align: stretch;

    align-items: stretch

}



.columns.col-1 .columns__item {

    width: calc(100% - 2rem)

}



.columns.col-2 .columns__item {

    width: calc(100% / 2 - 2rem)

}



.columns.col-3 .columns__item {

    width: calc(100% / 3 - 2rem)

}



.columns.col-4 .columns__item {

    width: calc(100% / 4 - 2rem)

}



.columns.col-5 .columns__item {

    width: calc(100% / 5 - 2rem)

}



.columns.col-6 .columns__item {

    width: calc(100% / 6 - 2rem)

}



.wp-block-columns {

    max-width: calc(1380px + var(--offsets) + var(--offsets));

    padding: 2rem var(--offsets);

    margin: 0 auto;

    display: -ms-grid;

    display: grid;

    grid-gap: 30px

}



.wp-block-columns .wp-block-column {

    margin: 0

}



.wp-block-columns.col-1 {

    -ms-grid-columns:(1fr) [ 1 ];

    grid-template-columns:repeat(1, 1fr)

}



.wp-block-columns.col-2 {

    -ms-grid-columns:(1fr) [ 2 ];

    grid-template-columns:repeat(2, 1fr)

}



.wp-block-columns.col-3 {

    -ms-grid-columns:(1fr) [ 3 ];

    grid-template-columns:repeat(3, 1fr)

}



.wp-block-columns.col-4 {

    -ms-grid-columns:(1fr) [ 4 ];

    grid-template-columns:repeat(4, 1fr)

}



.wp-block-columns.col-5 {

    -ms-grid-columns:(1fr) [ 5 ];

    grid-template-columns:repeat(5, 1fr)

}



.wp-block-columns.col-6 {

    -ms-grid-columns:(1fr) [ 6 ];

    grid-template-columns:repeat(6, 1fr)

}



.wp-block-column {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column

}



.wp-block-column > * {

    -webkit-box-flex: 1;

    -ms-flex: 1 1;

    flex: 1 1

}



.wp-block-column > :not(:first-child) {

    margin-top: 30px

}



.wp-block-column .row {

    padding: 0

}



.icon-blocks {

    padding: 2rem 0

}



.icon-blocks__container {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-box-pack: start;

    -ms-flex-pack: start;

    justify-content: flex-start;

    -webkit-box-align: stretch;

    -ms-flex-align: stretch;

    align-items: stretch

}



.icon-blocks__item {

    background-color: var(--main-accent-bg-color);

    width: calc(100% / 6);

    padding: 1rem;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    border: 1px solid #fff

}



.icon-blocks__item:hover .icon-blocks__image {

    -webkit-transform: translateY(-10px);

    -ms-transform: translateY(-10px);

    transform: translateY(-10px)

}



.icon-blocks__image {

    text-align: center;

    margin-top: 2rem;

    -webkit-transition: 250ms;

    -o-transition: 250ms;

    transition: 250ms

}



.icon-blocks__image img {

    max-width: 100px

}



.icon-blocks__content {

    text-align: center;

    margin: 1rem 0 0;

    color: #fff;

    font-size: .9rem

}



.bonus {

    border: 1px solid var(--main-accent-bg-color);

    border-radius: 10px;

    height: 100%;

    padding: 1rem;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-sizing: border-box;

    box-sizing: border-box

}



.bonus__title {

    font-size: 2rem;

    text-align: center;

    color: var(--main-accent-bg-color)

}



.bonus__value {

    margin: 2rem 0;

    font-size: 4rem;

    line-height: 4.5rem;

    font-weight: 600;

    text-align: center;

    color: var(--main-accent-bg-color)

}



.bonus__text {

    font-size: 1.3rem;

    line-height: 1.8rem;

    font-weight: 500;

    text-align: center;

    color: #000;

    margin-bottom: 2rem

}



.bonus__button {

    margin-top: auto;

    padding: 1rem 3rem;

    border: 1px solid #000;

    border-radius: 5px;

    background-color: #fff;

    font-size: 1.2rem;

    cursor: pointer;

    -webkit-transition: 250ms;

    -o-transition: 250ms;

    transition: 250ms;

    text-decoration: none

}



.bonus__button:hover {

    background-color: var(--main-accent-bg-color);

    border: 1px solid var(--main-accent-bg-color);

    color: #fff

}



.bonus.accented {

    background-color: var(--main-accent-bg-color)

}



.bonus.accented .bonus__text, .bonus.accented .bonus__title, .bonus.accented .bonus__value {

    color: #fff

}



.bonus.accented .bonus__button {

    background-color: transparent;

    border: 1px solid #fff;

    color: #fff

}



.bonus.accented .bonus__button:hover {

    background-color: #fff;

    border: 1px solid #fff;

    color: var(--main-accent-bg-color)

}



.review {

    background-color: #f9f9f9;

    border-radius: 10px;

    padding: 1rem;

    height: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-sizing: border-box;

    box-sizing: border-box

}



.review__text {

    margin-top: 0;

    color: rgba(33, 33, 33, .7);

    font-weight: 500;

    margin-bottom: .5rem

}



.review__user {

    margin-top: auto;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: start;

    -ms-flex-pack: start;

    justify-content: flex-start;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center

}



.review__user-image {

    max-width: 60px;

    border-radius: 50%

}



.review__user-name {

    margin-top: 0;

    margin-left: 1rem;

    color: #6ec1e4;

    font-size: 1.1rem;

    font-weight: 600

}



.show-posts {

    background: #fbfbfb

}



.show-posts__item {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    height: 100%;

    position: relative;

    border-radius: 5px;

    overflow: hidden;

    padding-bottom: 10px;

    -webkit-transition: 250ms;

    -o-transition: 250ms;

    transition: 250ms;

    background-color: #fff

}



.show-posts__item:hover {

    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);

    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1)

}



.show-posts__item:hover .show-posts__image img {

    -webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    transform: scale(1.1)

}



.show-posts__image {

    height: 150px;

    overflow: hidden

}



.show-posts__image img {

    width: 100%;

    height: 100%;

    -o-object-fit: cover;

    object-fit: cover;

    -o-object-position: center;

    object-position: center;

    -webkit-transition: 250ms;

    -o-transition: 250ms;

    transition: 250ms

}



.show-posts__title {

    color: var(--main-accent-bg-color);

    margin-top: 1rem;

    padding: 0 10px;

    font-size: 1.2rem;

    line-height: 1.7rem

}



.show-posts__text {

    margin-top: 0;

    margin-bottom: .5rem;

    font-size: 1rem;

    line-height: 1.5rem;

    padding: 0 10px

}



.show-posts__link {

    text-decoration: underline;

    color: var(--main-accent-bg-color);

    margin-top: auto;

    padding: 0 10px

}



.show-posts__hidden-link {

    position: absolute;

    top: 0;

    left: 0;

    display: block;

    width: 100%;

    height: 100%;

    z-index: 2

}



.video {

    max-width: 650px

}



.video.align-center {

    margin: 0 auto

}



.video.align-right {

    margin-left: auto

}



.video__container {

    position: relative;

    width: 100%;

    height: 0;

    padding-bottom: 56.25%;

    background-color: #000

}



.video__preview {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%

}



.video__button {

    position: absolute;

    top: 50%;

    left: 50%;

    -webkit-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    background: 0 0;

    border: none

}



.video__button-shape {

    fill: #212121;

    fill-opacity: .8

}



.video__button-icon {

    fill: #fff

}



.video__button:focus {

    outline: 0

}



.video__button:focus .video__button-shape, .video__button:hover .video__button-shape {

    fill: red;

    fill-opacity: 1

}



.video__button:hover {

    cursor: pointer

}



.video__media {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    border: none

}



.page-footer {

    background-color: #000b14

}



.page-footer h2, .page-footer h3, .page-footer h4, .page-footer h5, .page-footer h6 {

    font-size: 20px;

    margin-bottom: 5px

}



.page-footer ul {

    list-style: none;

    margin: 0 auto;

    padding: 0

}



.page-footer ul li a {

    font-size: 16px;

    display: block;

    margin-bottom: 10px;

    font-weight: 400;

    text-decoration: none

}



.page-footer__list {

    margin-top: 0

}



.page-footer__list a {

    font-size: 1.1rem;

    font-weight: 300;

    color: var(--main-nav-color);

    text-decoration: none

}



.page-footer__list a:hover {

    color: var(--main-accent-bg-color)

}



.page-footer__list .sub-menu {

    margin: .2rem 0

}



.page-footer__text {

    color: var(--main-nav-color);

    font-weight: 300;

    font-size: .9rem;

    line-height: 1.4rem

}



.page-footer .columns__item {

    width: 30%

}



.page-footer .columns__item * {

    color: var(--main-nav-color)

}



.faq {

    margin: 20px auto

}



.faq__item {

    margin: 25px 0;

    position: relative;

    background-color: #fff;

    border-radius: 10px;

    -webkit-box-shadow: 5px 5px 15px 4px rgba(163, 163, 163, .29);

    box-shadow: 5px 5px 15px 4px rgba(163, 163, 163, .29)

}



.faq__toggle {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    opacity: 0

}



.faq__question {

    margin: 0;

    padding: 10px 10px 10px 25px;

    cursor: pointer;

    position: relative

}



.faq__answer {

    height: auto;

    max-height: 0;

    overflow: hidden;

    margin: 0;

    background-color: #8080800d;

    border-radius: 0 0 10px 10px;

    font-weight: 400

}



.faq__answer.active {

    max-height: 1000px;

    padding: 1rem

}



.toc {

    display: inline-block;

    padding: .5rem 1rem;

    margin: 1rem 0;

    background-color: #f3f4f4;

    border-radius: 10px

}



.toc.active .toc__list {

    max-height: 1000px;

    margin-top: 1rem

}



.toc__title {

    font-size: 1rem;

    line-height: 1.5rem;

    margin-bottom: 0;

    color: #333;

    display: inline-block;

    padding-right: 15px;

    position: relative;

    cursor: pointer

}



.toc__list {

    margin-top: 0;

    height: auto;

    max-height: 0;

    overflow: hidden

}



.toc__link {

    display: inline-block;

    color: var(--main-accent-bg-color);

    padding: .3rem 0

}



.page-single {

    max-width: 1440px;

    margin: 0 auto 3rem;

    padding: 0 10px

}



.breadcrumbs {

    padding: .5rem 0;

    background: #090f1e;

}



.breadcrumbs__list {

    list-style: none;

    margin-top: 0;

    padding: 0 30px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex

}



.breadcrumbs__item {

    margin-right: 10px

}



.breadcrumbs__current, .breadcrumbs__link {

    font-size: .9rem;

    font-weight: 300;

    text-decoration: none;

    color: #FFF

}



.breadcrumbs__separator {

    color: var(--main-accent-bg-color)

}



.promocode {

    padding: 1rem 0

}



.promocode__container {

    max-width: 670px;

    margin: 0 auto;

    background-color: #000b14;

    padding: 1rem 2rem

}



.promocode__title {

    font-size: 1.1rem;

    font-weight: 400;

    line-height: 1.6rem;

    text-align: center

}



.promocode__controls {

    margin-top: 1rem;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: stretch;

    -ms-flex-align: stretch;

    align-items: stretch;

    padding: 3px;

    background-color: #fff;

    border-radius: 8px

}



.promocode__value {

    font-size: 2rem;

    font-weight: 700;

    margin-left: 10%;

    color: #1b253b;

}



.promocode__button {

    font-size: 1rem;

    font-weight: 400;

    color: #fff;

    outline: 0;

    text-decoration: none;

    text-align: center;

    padding: .6rem 1rem;

    width: 100%;

    max-width: 200px;

    margin-left: auto;

    border-radius: 7px;

    background-color: var(--main-accent-bg-color);

    border: 2px solid var(--main-accent-bg-color);

    cursor: pointer

}



.promocode__button:hover {

    background-color: #fff;

    color: var(--main-accent-bg-color)

}



.promocode__text {

    margin-top: 1rem;

    font-size: 1rem;

    font-weight: 400;

    text-align: center

}



.promocode__bottom {

    display: block;

    margin: 1.2rem auto 0;

    max-width: 300px;

    width: 100%;

    padding: .6rem 1rem;

    font-size: 1rem;

    font-weight: 400;

    color: #fff;

    outline: 0;

    text-align: center;

    text-decoration: none;

    background-color: #1faf5d;

    border: 2px solid #1faf5d;

    border-radius: 7px;

    cursor: pointer

}



.promocode__bottom:hover {

    background-color: #fff;

    color: #1faf5d

}



.mobileButtonContainer {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center

}



.mobileButton {

    max-width: 100%;

    margin: 0 10px;

    position: fixed;

    bottom: 10px;

    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: 10px;

    background-color: gray;

    border-radius: 5px;

    z-index: 999;

}



.mobileButton__description {

    text-align: left;

    padding: 0 10px;

    font-size: 16px;

    font-weight: 500

}



.mobileButton__link {

    text-align: center

}



.mobileButton img {

    max-width: 80px

}



.mobileButton a, .mobileButton button {

    margin: 10px;

    display: block;

    padding: 10px;

    background: #fff;

    color: var(--main-nav-color);

    text-decoration: none;

    border-radius: 5px;

    font-size: 17px;

    font-weight: 400;

    border: none

}



main .slots-list{

    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 20px;

    list-style: none;

    padding-left: var(--offsets);

}



.onewin-wrap:first-child > .slots-list{

    padding-bottom: 2rem;

}



@media (max-width: 1200px) {

    main .slots-list{

        grid-template-columns: repeat(4, 1fr);

    }

}



@media (max-width: 1000px) {

    main .slots-list{

        grid-template-columns: repeat(3, 1fr);

    }

}



@media (max-width: 750px) {

    main .slots-list{

        grid-template-columns: repeat(2, 1fr);

    }

}



@media (max-width: 550px) {

    main .slots-list{

        grid-template-columns: 1fr;

    }

}



.slots {

    border-radius: 10px;

    overflow: hidden;

    position: relative;

    min-height: 200px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    padding: 10px;

    height: 100%

}



.slots__image {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 0;

    display: flex;

    align-items: center;

    justify-content: center;

}



.slots__image img {

    width: 100%;

    height: 100%;

    -o-object-fit: cover;

    object-fit: cover;

    -o-object-position: center;

    object-position: center

}



.slots__image::after {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: #000;

    opacity: .5

}



.slots__title {

    text-align: center;

    color: #fff;

    margin-top: 0;

    margin-bottom: 1rem;

    z-index: 1;

}



.slots .slots__button {

    font-weight: 300;

    width: 80%;

    padding: .3rem 1rem;

    z-index: 1;

}



.slots .slots__button:last-of-type{

    margin: 1rem;

}



.slots__text {

    color: #fff;

    font-size: .9rem;

    text-align: center;

    -webkit-backdrop-filter: blur(5px);

    backdrop-filter: blur(5px);

    border-radius: 5px

}



.background-block {

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center

}



.advantages {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    text-align: center;

    padding: 1rem;

    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);

    border-radius: 10px;

    height: 100%;

    background: #000b14;

}



.advantages__image {

    width: 150px;

    height: 150px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center

}



.advantages__title {

    margin-top: 1rem

}



.rating {

    padding: 1rem 0

}



.rating__items {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: start;

    -ms-flex-pack: start;

    justify-content: flex-start;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center

}



.rating__item {

    font-size: 1.3rem;

    padding: 0 .2rem;

    color: #888

}



.difference__element {

    padding: 1rem;

    border: 1px solid var(--main-accent-bg-color);

    border-radius: 10px

}



.difference__list {

    list-style: none;

    padding-left: 0

}



.difference__item {

    margin: 1rem 0;

    padding-left: 25px;

    position: relative

}



.difference__item::before {

    content: "";

    position: absolute;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

    left: 0;

    width: 15px;

    height: 15px;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center

}



.difference__item_plus::before {

    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzY3LjgwNSAzNjcuODA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzNjcuODA1IDM2Ny44MDU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIHN0eWxlPSJmaWxsOiMzQkI1NEE7IiBkPSJNMTgzLjkwMywwLjAwMWMxMDEuNTY2LDAsMTgzLjkwMiw4Mi4zMzYsMTgzLjkwMiwxODMuOTAycy04Mi4zMzYsMTgzLjkwMi0xODMuOTAyLDE4My45MDINCgkJUzAuMDAxLDI4NS40NjksMC4wMDEsMTgzLjkwM2wwLDBDLTAuMjg4LDgyLjYyNSw4MS41NzksMC4yOSwxODIuODU2LDAuMDAxQzE4My4yMDUsMCwxODMuNTU0LDAsMTgzLjkwMywwLjAwMXoiLz4NCgk8cG9seWdvbiBzdHlsZT0iZmlsbDojRDRFMUY0OyIgcG9pbnRzPSIyODUuNzgsMTMzLjIyNSAxNTUuMTY4LDI2My44MzcgODIuMDI1LDE5MS4yMTcgMTExLjgwNSwxNjEuOTYgMTU1LjE2OCwyMDQuODAxIA0KCQkyNTYuMDAxLDEwMy45NjggCSIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=)

}



.difference__item_minus::before {

    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiBjbGFzcz0iIj48Zz48ZWxsaXBzZSBzdHlsZT0iZmlsbDojRTA0RjVGOyIgY3g9IjI1NiIgY3k9IjI1NiIgcng9IjI1NiIgcnk9IjI1NS44MzIiIGRhdGEtb3JpZ2luYWw9IiNFMDRGNUYiIGNsYXNzPSIiLz48cmVjdCB4PSIxMTMuMiIgeT0iMjI4IiBzdHlsZT0iZmlsbDojRkZGRkZGIiB3aWR0aD0iMjg1LjY3MiIgaGVpZ2h0PSI1NiIgZGF0YS1vcmlnaW5hbD0iI0ZGRDA3RCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iI0ZGRDA3RCIvPjwvZz4gPC9zdmc+Cg==)

}



.comments {

    margin: 2rem -10px -10px

}



.comments .comment {

    margin: 10px

}



.comments .comment__author {

    font-size: 1.2rem;

    font-weight: 500;

    display: inline-block;

    margin-bottom: 0

}



.comments .comment__date {

    font-size: .9rem;

    margin-left: 15px;

    color: #a2a2a2

}



.comments .comment__content {

    padding: 10px 0 0 10px;

    margin-left: 10px;

    border-left: 1px solid var(--main-accent-bg-color);

    margin-top: 0;

    font-size: 1rem;

    font-weight: 300

}



.comments .comment__karma {

    margin-left: 15px;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center

}



.comments .comment__karma .karma__control {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    margin: 0 10px;

    cursor: pointer;

    outline: 0;

    border: none;

    width: 15px;

    height: 15px;

    line-height: 16px;

    border-radius: 50%;

    color: #fff;

    opacity: .1

}



.comments .comment__karma .karma__control.decrease {

    background-color: #dc3545

}



.comments .comment__karma .karma__control.increase {

    background-color: #28a745

}



.comments .comment__karma .karma__control:hover {

    opacity: 1

}



.comments .comment__karma .value {

    font-size: 1rem;

    font-weight: 300;

    color: #a2a2a2

}



.comments .comment__reply {

    background-color: transparent;

    border: none;

    outline: 0;

    cursor: pointer;

    color: #888

}



.comments .comment__child {

    padding-left: 20px;

    position: relative

}



.comment-footer {

    margin-top: 2rem

}



.comment-form-footer {

    margin: 3rem 0

}



.comment-form__title {

    text-align: center

}



.comment-form__form {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    margin: 20px auto 0;

    max-width: 700px

}



.comment-form__field {

    padding: 10px;

    border: 1px solid #cfcfcf;

    border-radius: 5px;

    outline: 0;

    font-size: 1rem;

    font-weight: 300;

    -webkit-transition: 250ms;

    -o-transition: 250ms;

    transition: 250ms

}



.comment-form__field:active, .comment-form__field:focus, .comment-form__field:hover {

    border: 1px solid var(--main-accent-bg-color)

}



.comment-form__field.error {

    border: 1px solid #dc3545;

    background-color: rgba(220, 53, 69, .05)

}



.comment-form__input {

    width: calc(100% / 2 - 20px);

    margin: 10px

}



.comment-form__textarea {

    width: calc(100% - 20px);

    margin: 10px;

    min-height: 100px

}



.comment-form__button {

    margin: 10px

}



.comment-form__alert {

    -ms-flex-item-align: center;

    -ms-grid-row-align: center;

    align-self: center;

    font-size: .8rem;

    font-weight: 300;

    color: #000;

    opacity: 0;

    -webkit-transition: opacity 250ms;

    -o-transition: opacity 250ms;

    transition: opacity 250ms;

    display: block;

    text-align: center;

    width: calc(100% - 20px)

}



.comment-form__alert.error {

    opacity: 1;

    color: #dc3545

}



.comment-form__alert.success {

    opacity: 1;

    color: #28a745

}



.page-404__title {

    text-align: center;

    font-size: 5rem;

    margin-top: 2rem

}



.page-404__subtitle {

    text-align: center;

    font-size: 2rem;

    font-weight: 300;

    margin-top: 2rem

}



.page-404__link {

    margin: 2rem 0;

    position: relative;

    left: 50%;

    -webkit-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    transform: translateX(-50%)

}



.scroll-top {

    position: fixed;

    bottom: 70px;

    right: 15px;

    z-index: 999;

}



.scroll-top__button {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    border: none;

    outline: 0;

    width: 50px;

    height: 50px;

    border-radius: 10px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    cursor: pointer;

    background-color: var(--main-accent-bg-color);

    color: #fff;

    text-shadow: 1px 1px 2px #000;

    font-size: 20px

}



.scroll-top__button svg {

    width: 15px;

    height: 30px

}



.slider__image img {

    width: 100%;

    height: 100%;

    -o-object-fit: cover;

    object-fit: cover;

    -o-object-position: center;

    object-position: center

}



.slider__content {

    margin: 1rem auto;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center

}



.slider__title {

    font-weight: 400;

    font-size: 4rem;

    line-height: 4.2rem;

    color: #202021;

    text-transform: uppercase;

    margin-bottom: 0;

    text-align: right

}



.slider__button {

    font-size: 1.2rem;

    padding: 1rem 6rem;

    border-radius: 31px;

    height: 67px;

    background: #03a528;

    border: 3px solid #03a528;

    margin-left: 4rem

}



.slider__button:hover {

    background: #fff;

    color: #03a528

}



.slider .swiper-pagination {

    position: relative;

    bottom: 0

}



.slider .swiper-pagination::after, .slider .swiper-pagination::before {

    content: "";

    position: absolute;

    top: 50%;

    width: 100%;

    max-width: 400px;

    height: 10px;

    background-image: url(data:image/png;base64,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);

    background-repeat: repeat-x

}



.slider .swiper-pagination::before {

    left: calc(50% - 35px);

    -webkit-transform: translateY(-50%) translateX(-100%);

    -ms-transform: translateY(-50%) translateX(-100%);

    transform: translateY(-50%) translateX(-100%)

}



.slider .swiper-pagination::after {

    right: calc(50% - 35px);

    -webkit-transform: translateY(-50%) translateX(100%) rotateX(180deg);

    transform: translateY(-50%) translateX(100%) rotateX(180deg)

}



.small-icons {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: start;

    -ms-flex-align: start;

    align-items: flex-start

}



.small-icons__item {

    -webkit-box-flex: 1;

    -ms-flex: 1 1 150px;

    flex: 1 1 150px;

    padding: 1rem 2rem;

    position: relative

}



.small-icons__item:not(:last-of-type):after {

    content: "";

    position: absolute;

    top: calc(50% - .5rem);

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

    right: 0;

    width: 1px;

    height: 40px;

    border-left: 1px dotted #cdcdcd

}



.small-icons__item a {

    text-decoration: none

}



.small-icons__image {

    width: 35px;

    height: 35px;

    padding: 5px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    border-radius: 50%;

    border: 1px solid #0083c3;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    margin: 0 auto

}



.small-icons__image img {

    width: 100%;

    height: 100%;

    -o-object-fit: contain;

    object-fit: contain

}



.small-icons__text {

    text-align: center;

    margin-top: 5px;

    font-weight: 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

}



#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

}



.toc-auto {

    max-width: 500px;

    background: #f3f4f4;

    margin-bottom: 30px;

    padding: 17px 30px;

    border-radius: 5px;

    -webkit-box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, .1);

    box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, .1)

}



.toc-auto ul {

    counter-reset: item

}



.toc-auto li {

    display: block

}



.toc-auto li:before {

    content: counters(item, ".") " ";

    counter-increment: item;

    font-weight: 400;

    color: gray

}



.toc-auto p {

    margin: 0;

    padding: 0

}



.toc-auto h2 {

    font-size: 20px;

    text-transform: none;

    margin: 0 20px 0 0;

    padding: 0

}



.toc-auto button {

    background: 0 0

}



.toc-auto .toc-hide-block {

    display: block;

    position: relative;

    width: 100%;

    font-weight: 700;

    font-size: 18px;

    text-align: left;

    border: none

}



.toc-auto .toc-hide-block:hover {

    cursor: pointer

}



.toc-auto a {

    text-decoration: none;

    color: var(--content-button-bg-color);

    font-weight: 400

}



.toc-auto a:hover {

    color: #333

}



.toc-auto ul {

    display: none;

    margin: 0 0 0 10px;

    padding: 0

}



.toc-auto li {

    margin: 10px 0;

    padding: 0

}



.tocOpen ul {

    margin-top: 20px;

    display: block;

    -webkit-transition: .5s;

    -o-transition: .5s;

    transition: .5s

}



.tocOpen ul li ul {

    margin-top: 0

}



.autoToc__navigation {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: reverse;

    -ms-flex-direction: row-reverse;

    flex-direction: row-reverse;

    -webkit-box-pack: start;

    -ms-flex-pack: start;

    justify-content: flex-start

}



.sidenav {

    position: fixed;

    z-index: 1;

    top: 99px;

    right: -200vh;

    background-color: var(--header-bg-color);

    overflow-x: hidden;

    -webkit-transition: .5s;

    -o-transition: .5s;

    transition: .5s;

    padding-top: 0

}



.sidenav li.menu-item-has-children:after {

    content: "";

    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='25' height='25' x='0' y='0' viewBox='0 0 512.002 512.002' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg transform='matrix(6.123233995736766e-17,1,-1,6.123233995736766e-17,512.0016722679138,0.0004363059997558594)'%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M388.425,241.951L151.609,5.79c-7.759-7.733-20.321-7.72-28.067,0.04c-7.74,7.759-7.72,20.328,0.04,28.067l222.72,222.105 L123.574,478.106c-7.759,7.74-7.779,20.301-0.04,28.061c3.883,3.89,8.97,5.835,14.057,5.835c5.074,0,10.141-1.932,14.017-5.795 l236.817-236.155c3.737-3.718,5.834-8.778,5.834-14.05S392.156,245.676,388.425,241.951z' data-original='%23000000' style='' class=''%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;

    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='25' height='25' x='0' y='0' viewBox='0 0 512.002 512.002' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg transform='matrix(6.123233995736766e-17,1,-1,6.123233995736766e-17,512.0016722679138,0.0004363059997558594)'%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M388.425,241.951L151.609,5.79c-7.759-7.733-20.321-7.72-28.067,0.04c-7.74,7.759-7.72,20.328,0.04,28.067l222.72,222.105 L123.574,478.106c-7.759,7.74-7.779,20.301-0.04,28.061c3.883,3.89,8.97,5.835,14.057,5.835c5.074,0,10.141-1.932,14.017-5.795 l236.817-236.155c3.737-3.718,5.834-8.778,5.834-14.05S392.156,245.676,388.425,241.951z' data-original='%23000000' style='' class=''%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;

    position: absolute;

    opacity: .7;

    right: 25px;

    top: -4px;

    width: 20px;

    height: 20px;

    -webkit-transition: .5s;

    -o-transition: .5s;

    transition: .5s;

    background-color: var(--main-nav-color)

}



.sidenav ul {

    margin: 0;

    padding: 0;

    list-style: none

}



.sidenav ul li {

    position: relative;

    margin: 0;

    padding: 0

}



.sidenav ul li ul {

    display: none;

    padding: 0

}



.sidenav ul li a {

    display: block;

    text-decoration: none;

    margin: 16px 0;

    color: var(--main-nav-color);

    font-size: 19px;

    font-weight: 400

}















































.menuFullWidth {

    right: 0;

    width: 100%

}



.withoutButtons {

    top: 42px

}



#openButton {

    width: 44px;

    height: 45px;

    position: absolute;

    right: 10px;

    top: 10px;

    margin-left: 100px;

    -webkit-transform: rotate(0);

    -ms-transform: rotate(0);

    transform: rotate(0);

    -webkit-transition: .5s ease-in-out;

    -o-transition: .5s ease-in-out;

    transition: .5s ease-in-out;

    cursor: pointer

}



#openButton span {

    display: block;

    position: absolute;

    height: 3px;

    width: 100%;

    background: var(--main-nav-color);

    border-radius: 9px;

    opacity: 1;

    left: 0;

    -webkit-transform: rotate(0);

    -ms-transform: rotate(0);

    transform: rotate(0);

    -webkit-transition: .25s ease-in-out;

    -o-transition: .25s ease-in-out;

    transition: .25s ease-in-out

}



#openButton span:nth-child(1) {

    top: 0;

    -webkit-transform-origin: left center;

    -ms-transform-origin: left center;

    transform-origin: left center

}



#openButton span:nth-child(2) {

    top: 12px;

    -webkit-transform-origin: left center;

    -ms-transform-origin: left center;

    transform-origin: left center

}



#openButton span:nth-child(3) {

    top: 25px;

    -webkit-transform-origin: left center;

    -ms-transform-origin: left center;

    transform-origin: left center

}



#openButton.open span:nth-child(1) {

    -webkit-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    transform: rotate(45deg);

    top: -1px;

    left: 8px

}



#openButton.open span:nth-child(2) {

    width: 0%;

    opacity: 0

}



#openButton.open span:nth-child(3) {

    -webkit-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    transform: rotate(-45deg);

    top: 32px;

    left: 8px

}



@media (max-width: 9500px) {

    .page-header .backgroundGrayContainer {

        height: 100vh

    }

}



@media (max-width: 1300px) {

    .columns.col-6 .columns__item {

        width: calc(100% / 5 - 2rem)

    }



    .wp-block-columns.col-6 {

        -ms-grid-columns:(1fr) [ 5 ];

        grid-template-columns:repeat(5, 1fr)

    }

}



@media screen and (max-width: 1200px) {

    :root {

        --offsets: 20px

    }

}



@media (max-width: 1200px) {

    .columns.col-5 .columns__item, .columns.col-6 .columns__item {

        width: calc(100% / 4 - 2rem)

    }



    .wp-block-columns.col-5, .wp-block-columns.col-6 {

        -ms-grid-columns:(1fr) [ 4 ];

        grid-template-columns:repeat(4, 1fr)

    }

}



@media (max-width: 1050px) {

    .wp-block-columns.col-4, .wp-block-columns.col-5, .wp-block-columns.col-6 {

        -ms-grid-columns:(1fr) [ 3 ];

        grid-template-columns:repeat(3, 1fr)

    }

}



@media (max-width: 1024px) {

    html {

        font-size: 16px

    }



    .page-header__container {

        -webkit-box-pack: justify;

        -ms-flex-pack: justify;

        justify-content: space-between;

        padding: var(--offsets) 0;

        position: relative

    }



    .page-header__logo {

        max-width: 100px

    }



    .page-header__nav {

        -webkit-box-ordinal-group: 4;

        -ms-flex-order: 3;

        order: 3

    }



    .page-header__buttons {

        -webkit-box-ordinal-group: 3;

        -ms-flex-order: 2;

        order: 2

    }



    .page-header__burger {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -webkit-box-ordinal-group: 4;

        -ms-flex-order: 3;

        order: 3

    }

}



@media (max-width: 1000px) {

    .columns.col-3 .columns__item {

        width: calc(100% / 2 - 2rem)

    }



    .columns.col-4 .columns__item, .columns.col-5 .columns__item, .columns.col-6 .columns__item {

        width: calc(100% / 3 - 2rem)

    }



    .icon-blocks__item {

        width: calc(100% / 3)

    }

}



@media screen and (max-width: 900px) {

    :root {

        --offsets: 16px

    }

}



@media (max-width: 900px) {

    .wp-block-columns.col-3, .wp-block-columns.col-4, .wp-block-columns.col-5, .wp-block-columns.col-6 {

        -ms-grid-columns:(1fr) [ 2 ];

        grid-template-columns:repeat(2, 1fr)

    }

}



@media (max-width: 800px) {

    .columns.col-2 .columns__item {

        width: calc(100% - 2rem)

    }

}



@media (max-width: 750px) {

    .page-header__container {

        background-color: var(--header-bg-color)

    }



    .page-header .changeBackground {

        background-color: transparent

    }



    .page-header .pageHeaderPromo {

        height: 76.5vh;

        padding: 0 20px;

        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

    }



    .page-header .pageHeaderPromo__title {

        font-size: 22px;

        margin-top: 10px

    }



    .page-header .pageHeaderPromo__description {

        font-size: 18px;

        line-height: 19px

    }



    .page-header__logo img {

        max-height: 20px

    }



    .page-header-style-2 {

        margin-bottom: 0

    }



    .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

    }



    .faq__question {

        font-size: 15px

    }



    .scroll-top {

        bottom: 130px

    }



    .toc-auto {

        margin-top: 20px

    }



    .toc-auto .toc-hide-block {

        width: 100%

    }

}



@media (max-width: 740px) {

    .page-header .pageHeaderPromo .pageHeaderPromoButtons a, .page-header .pageHeaderPromo .pageHeaderPromoButtons button, .page-header .pageHeaderPromo .pageHeaderPromoButtons span {

        padding: 14px 10px

    }

}



@media (max-width: 700px) {

    html {

        font-size: 15px

    }



    .slider__content {

        -ms-flex-wrap: wrap;

        flex-wrap: wrap

    }



    .slider__title {

        text-align: center

    }



    .slider__button {

        margin-left: 0;

        margin-top: 1rem

    }

}



@media screen and (max-width: 700px) {

    #cookie-law-div p {

        padding-bottom: 36px

    }



    .acceptButton {

        left: calc(50% - 60px)

    }

}



@media (max-width: 650px) {

    .icon-blocks__item {

        width: calc(100% / 2)

    }

}



@media (max-width: 600px) {

    .promocode__controls {

        -ms-flex-wrap: wrap;

        flex-wrap: wrap

    }



    .promocode__button {

        max-width: none;

        margin-top: .5rem

    }



    .promocode__text {

        margin-left: 0;

        text-align: center

    }



    #cookie-law-div {

        border-radius: 0;

        max-width: 100%;

        right: 0;

        bottom: 0

    }

}



@media screen and (max-width: 600px) {

    .acceptButton {

        top: 100px !important

    }



    #cookie-law-div p {

        padding-bottom: 50px

    }

}



@media (max-width: 550px) {

    .page-header__buttons {

        margin: 0 -.2rem

    }



    .page-header__buttons a, .page-header__buttons button {

        margin: 0 .2rem

    }



    .columns.col-4 .columns__item, .columns.col-5 .columns__item, .columns.col-6 .columns__item {

        width: calc(100% - 2rem)

    }



    .page-footer__logo {

        text-align: center

    }

}



@media (max-width: 500px) {

    html {

        font-size: 14px

    }



    .page-header__buttons {

        width: 100%;

        -webkit-box-ordinal-group: 6;

        -ms-flex-order: 5;

        order: 5;

        text-align: center;

        margin-top: 1rem

    }



    .comment-form__button, .comment-form__input {

        width: calc(100% - 20px)

    }

}



@media screen and (max-width: 400px) {

    .acceptButton {

        top: 127px !important

    }

}





body {

    background-color: #090f1e;

    color: #fff;

}



.header {

    background: linear-gradient(92deg, #1e283f, rgba(20, 27, 46, .6));

}



.onewin-wrapper .custom-columns {

    border-radius: 12px;

    background-image: linear-gradient(110deg, #1e283f, rgba(20, 27, 46, .6) 100%);

    padding: var(--offsets);

}



.onewin-wrapper:first-child {

    margin-top: 2rem;

}



.footer__logo {

    left: var(--offsets);

}



@media (max-width: 1023px) {

    .footer__logo {

        left: 50%;

    }

}



.footer p {

    color: white;

}



.footer__dcma {

    text-align: center;

}



.accent-button.fill-button {

    background-color: var(--content-button-bg-color);

    color: var(--content-button-color);

    border: none;

}







.how-to {

    margin-top: 3rem;

    margin-bottom: 2rem;

    list-style: none;

    display: flex;

    flex-direction: column;

}



.how-to.container {

    margin-top: 3rem;

    margin-bottom: 2rem;

}



@media (max-width: 1100px) {

    .how-to.container {

        margin-top: 2rem;

        margin-bottom: 1rem;

    }

}



.how-to__title {

    font-size: 1.8rem;

    font-weight: 600;

    line-height: 2rem;

    margin-bottom: 10px;

    color: #fff;

}



.how-to__subtitle {

    margin: 0;

    color: #fff;

}



.how-to__list {

    margin-top: 50px;

    padding: 0;

    list-style: none;

}



.how-to__item:not(:last-child) {

    margin-bottom: 30px;

}



.how-to__item:last-child::after,

.how-to__item:last-child::before {

    display: none;

}



.how-to__item:last-child .how-to__item-content {

    padding-left: 0;

}



.how-to__item {

    position: relative;

    display: flex;

    flex-direction: row-reverse;

    align-items: center;

    background-color: #000b14;

    padding: 30px;

}















































.how-to__item-label {

    position: absolute;

    left: 0;

    top: 0;

    transform: translateY(-50%);

    border-radius: 4px;

    overflow: hidden;

    display: flex;

    align-items: center;

    background-color: var(--main-accent-bg-color);

    right: 0;

    margin: auto;

    width: fit-content;

}



.how-to__item-label-counter {

    padding: 4px 20px;

    font-weight: 600;

    font-size: 20px;

    line-height: 27px;

    color: #ffffff;

    text-transform: uppercase;

}



.how-to__item-content {

    position: relative;

    align-self: flex-start;

    flex: 1 1 670px;

    color: #fff;

}























.how-to__item-content p {

    margin: 0;

    max-width: 500px;

    font-family: inherit;

    font-size: 18px;

    line-height: 24px;

    color: #fff;

}



.how-to__item-content a {

    color: var(--content-button-color);

    font-family: inherit;

    font-size: inherit;

    line-height: inherit;

    text-decoration: none;

}



.how-to__item-content a:hover {

    text-decoration: none;

}



.how-to__item-title {

    display: inline-block;

    margin: 0;

    margin-bottom: 10px;

    font-size: 20px;

    line-height: 22px;

    font-weight: 600;

}



.how-to__item-subtitle {

}



.how-to__item-image {

    border-radius: 4px;

    overflow: hidden;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-left: 40px;

}



.how-to__item-image p {

    margin: 0;

    height: 100%;

}



.how-to__item-image img {

    display: block;

    width: 100%;

    height: 100%;

    object-fit: contain;

    max-height: 300px;

}



@media (max-width: 767px) {

    .how-to__item-label-counter {

        font-size: 14px;

        line-height: 19px;

    }



    .how-to__item {

        padding: 20px 15px 15px 15px;

        flex-direction: column-reverse;

    }



    .how-to__item:last-child .how-to__item-image {

        margin-left: 0;

    }



    .how-to__item::before {

        top: 35px;

    }



    .how-to__item-content {

        flex-basis: auto;

        width: 100%;

    }



    .how-to__item-content p {

        width: 100%;

    }



    

    

    



    .how-to__item-image {

        margin-left: 0;

        margin-bottom: 0;

        margin-top: 10px;

    }

}





.faq .faq__item {

    background-color: #1e283f;

    box-shadow: 1px 1px 10px 1px #000;

}



.footer-menu .menu a {

    color: #fff;

}





.page-header-style-2 {

    margin-bottom: 76px;

}











@media (max-width: 1024px) {

    .admin-bar .page-header-style-2,

    .page-header-style-2 {

        margin-bottom: 0;

    }

}



@media (max-width: 750px) {

    .admin-bar .page-header-style-2,

    .page-header-style-2 {

        margin-bottom: 0;

    }

}



#openButton {

    display: none;

}



.menu-arrow{

    margin-left: 5px;

}



@media (max-width: 1100px) {

    #openButton {

        display: unset;

        position: relative;

        right: unset;

        top: unset;

        margin-left: auto;

        margin-right: 10px;

        order: 3;

    }



    .pageHeaderContainer {

        justify-content: space-between;

        align-items: center;

    }



    .header-menu {

        display: none;

        padding: 0 10px;

        flex: 1 1 100%;

        order: 5;

    }



    #openButton.open + .header-menu {

        display: block;

    }



    .header-menu .menu {

        display: flex;

        flex-direction: column;

    }



    .header-menu .menu li{

        margin-right: 0;

    }



    .header-menu .menu-item > a,

    .header-menu .menu-item > span {

        display: flex;

        padding: 15px 0;

        margin-right: 0;

    }



    .menu-arrow{

        width: 50%;

        text-align: right;

        margin-left: auto;

    }



    .menu-item-has-children.active .menu-arrow{

        transform: rotate(180deg);

        text-align: left;

    }



    #menu-header-menu .sub-menu{

        position: relative;

    }



    #menu-header-menu .menu-item-has-children.active .sub-menu a{

        text-align: left;

    }



    #menu-header-menu .menu-item-has-children.active .sub-menu{

        display: block;

    }

}



@media (max-width: 750px) {

    .page-header__logo img {

        max-height: unset;

    }

}



.wp-block-table td,

.wp-block-table th {

    border: 1px solid #0c6fd44f;

}



.wp-block-table table,

table {

    background-color: #000b14;

}



.wp-block-table table table th {

    font-weight: bold;

}



ul:not([class]),

ul.wp-block-list {

    list-style: square;

}



ul:not([class]) li::marker,

ul.wp-block-list li::marker

{

    font-size: 24px;

    color: #1FAF5D;

}



ol:not([class]) li::marker,

ol.wp-block-list li::marker

{

    color: #1FAF5D;

}



body {

    background-color: #192026;

}



.page-header-style-2 .page-header__container {

    border-bottom: 1px solid var(--main-accent-bg-color);

}



.faq .faq__item {

    background-color: #000b14;

    box-shadow: unset;

    border-radius: unset;

    margin: 0;

    border-bottom: 1px solid var(--main-accent-bg-color);

}



.faq__question {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 20px 10px;

}



.faq__question.hideQuestion {

    border-bottom: 1px solid rgba(2, 176, 203, .1);

}



.faq__question svg {

    fill: #fff;

    transform: rotate(180deg);

}



.faq__question.hideQuestion svg {

    transform: unset;

}



.faq .faq__answer {

    background-color: #000b14;

}



.onewin-wrap:first-child {

    background-color: #090f1e;

}



.toc {

    width: 100%;

    background-color: #000b14;

    border-radius: 3px;

}



.toc.active .toc__title {

    border-bottom: 1px solid var(--main-accent-bg-color);

}



.toc__title {

    display: flex;

    justify-content: space-between;

    align-items: center;

    width: 100%;

    color: #fff;

    margin-top: 0;

    padding: 1rem 0;

}



.toc .toc__title svg {

    transform: rotate(180deg);

    pointer-events: none;

}



.toc.active .toc__title svg {

    transform: unset;

}



.toc__list {

    display: grid;

    grid-template-columns: repeat(6, 1fr);

    padding-left: 0;

}



.toc__list::marker {

    display: none;



}



@media (max-width: 1024px) {

    .toc__list {

        grid-template-columns: repeat(4, 1fr)

    }

}



@media (max-width: 768px) {

    .toc__list {

        grid-template-columns: repeat(2, 1fr)

    }

}



@media (max-width: 580px) {

    .toc__list {

        grid-template-columns: 1fr;

        text-align: center

    }

}



.toc__item {

    display: inline-block;

}



.toc__link {

    color: #fff;

    text-decoration: none;

    transition: 0.2s;

}



.toc__link:hover {

    color: var(--main-accent-bg-color);

    text-decoration: underline;

}



.page-header__buttons {

    margin: 0 auto;

}



@media (max-width: 1100px) {

    .page-header__buttons {

        display: flex;

        justify-content: center;

        width: 100%;

    }

}



.custom-gallery{

    overflow: auto;

}



.custom-gallery__body {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    gap: 30px

}



.custom-gallery .get-image {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-flex: 1;

    -ms-flex: 1 1;

    flex: 1 1;

}





.screenshot-gallery__list {

    margin: 0;

    padding: 0;

    list-style: none;

    display: flex;

    justify-content: center;

    width: fit-content;

    min-width: 800px;

}



.screenshot-gallery__item:not(:last-child) {

    margin-right: 30px;

}

.screenshot-gallery__item p {

    margin: 0;

}



.gbtn {

    transition: all 0.3s ease-in-out;

    background-color: rgba(27, 150, 243, 0.32) !important;

}

@media (hover: hover), screen and (min-width: 0\0) {

    .gbtn:hover, .gbtn:focus {

        background-color: rgba(27, 150, 243, 1) !important;

    }

}







.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: #000b14;

    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;

    }

}



.page-footer .page-footer__socials{

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 10px;

    margin-top: 1rem;

}



.page-footer .page-footer__socials a{

    margin-bottom: 0;

}



.page-footer .page-footer__socials img{

    width: auto;

    max-height: 44px;

}



.page-footer__gallery{

    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

    gap: 20px;

    margin: 0 auto;

}



.page-footer__gallery img{

    width: auto;

    max-height: 44px;

}





.header__lang {

    position: relative;

    display: flex;

    flex-direction: column;

    background-color: #000;

    border-radius: 5px;

    padding: 8px 9px;

    margin: 0 10px 0 auto;

    cursor: pointer;

    z-index: 10000;

}



.header__current-lang,

.header__lang img{

    width: auto;

    height: 22px;

    object-fit: contain;

}



.header__current-lang{

    cursor: pointer;

}



.header__lang .header__lang-list{

    position: absolute;

    top: 100%;

    left: 0;

    display: none;

    flex-direction: column;

    padding-left: 0;

    margin-top: 0;

    list-style: none;

    background-color: #000;

    border-radius: 0 0 5px 5px;

}



@media (min-width: 901px) {

    .header__lang:hover .header__lang-list {

        display: flex;

    }

}



.header__lang._open .header__lang-list{

    display: flex;

}



.header__lang .header__lang-item{

    display: flex;

    justify-content: center;

    align-items: center;

    padding: 10px;

}



.header__current-lang, .header__lang img{

    width: 32px;

    height: 22px;

    object-fit: cover;

}



.header__current-lang {

    height: 22px;

    width: auto;

    object-fit: contain;

}



.header__lang img {

    height: 22px;

    width: auto;

    object-fit: contain;

}



.header__lang{

    flex-direction: row;

    align-items: center;

    gap: 5px;

}



.lang__code{

    display: flex;

    align-items: center;

    font-weight: 600;

    text-transform: uppercase;

    white-space: nowrap;

    color: #fff;

    margin: 0;

}



.header__lang .header__lang-list{

    width: 100%;

}



.header__lang .header__lang-list:before{

    content: '';

    width: 100%;

    height: 2px;

}



.header__lang .header__lang-item{

    display: flex;

    justify-content: flex-end;

    align-items: center;

    width: 100%;

    text-decoration: none;

    font-weight: 600;

    color: #fff;

    padding: 0;

}



.header__lang .header__lang-list > li{

    padding: 8px 9px;

}



.header__lang,

.header__lang._open{

    border-radius: 10px;

}



.header__lang img{

    width: 32px;

    height: 23px;

    object-fit: cover;

}



.header__lang .header__lang-item p{

    margin: 0;

}



.header__lang .header__lang-list{

    background-color: unset;

}



.header__lang .header__lang-list > li{

    display: flex;

    justify-content: flex-end;

    background-color: #1f2841;

}



.header__lang .header__lang-list > li:first-child{

    border-top-left-radius: 10px;

    border-top-right-radius: 10px;

}



.header__lang .header__lang-list > li:last-child{

    border-bottom-left-radius: 10px;

    border-bottom-right-radius: 10px;

}



.header__lang-close{

    color: white;

    width: 100%;

    border: none;

    align-items: center;

    gap: 5px;

    font-weight: 600;

    text-transform: uppercase;

    white-space: nowrap;

    color: #fff;

    background-color: unset;

    border: none;

}



.header__lang-close,

.header__lang._open .header__lang-close{

    display: none;

}



.header__lang .header__lang-list > li{

    position: relative;

}





.header__lang-list .lang__code{

    position: absolute;

    top: 0;

    left: 9px;

    bottom: 0;

    margin: auto;

    pointer-events: none;

}



@media (min-width: 901px) {

    .header__lang:hover .header__lang-list{

        display: flex;

    }

}







































































































































.wp-block-table thead{

    border: none;

}



.app-buttons {

    display: flex;

    flex-direction: column;

    

    padding: 12px;

    width: 100%;

    border-radius: 12px;

    background-color: #FFFFFF0D;

    margin-top: 20px

}



.app-buttons > :not(:last-child){

    border-bottom: 1px solid #FFFFFF1A;

    padding-bottom: 16px;

    margin-bottom: 16px;

}



.app-buttons__pros{

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 4px;

    font-size: 14px;

    font-weight: 600;

    line-height: 20px;

    text-align: center;

    color: #FFF;

}



.app-buttons__pros > *{

    justify-self: center;

    align-self: center;

    margin-top: 0;

}



.app-buttons__buttons{

    display: flex;

    gap: 12px;

}



.app-buttons__btn{

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 8px;

    background-color: #4CAF50;

    border: none;

    color: #FFF;

    border-radius: 8px;

    padding: 12px;

    flex: 1 1;

    font-size: 15px;

    font-weight: 600;

    line-height: 24px;

    cursor: pointer;

}



.app-buttons__btn._ios{

    background-color: var(--main-accent-bg-color);

    color: #fff;

}



.app-buttons__btn:hover{

    opacity: .8;

}



.app-buttons .app-buttons__text {

    margin-top: 0

}



.app-buttons__rating{

    display: flex;

    align-items: center;

}



.app-buttons__rating svg:first-of-type{

    margin-right: 4px;

}



.app-buttons__rating svg:last-of-type{

    margin: 0 4px 0 auto;

}



@media (max-width: 767px) {

    .app-buttons {

        margin-top: 0

    }



    .app-buttons__buttons{

        flex-direction: column;

    }



    .app-buttons__btn{

        padding: 8px 32px;

        margin: 0 auto;

    }

}



@media (max-width: 400px) {

    .app-buttons__btn{

        padding: 8px;

        width: 100%;

    }

}



.game {

    position: relative;

    width: 100%;

    aspect-ratio: 16/9;

    max-height: 80vh;

    overflow: hidden

}



@media (max-width: 767px) {

    .game._active {

        aspect-ratio: unset;

        height: 80vh

    }

}



.game:not(:last-of-type) {

    margin-bottom: 24px

}



.game .game__preview, .game .game__content, .game .game__preview:after {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 100%

}



.game .game__preview {

    z-index: 0

}



.game .game__preview:after {

    content: '';

    background: linear-gradient(0deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59))

}



.game .game__preview .get-image {

    display: flex;

    justify-content: center;

    align-items: center;

    width: 100%;

    height: 100%

}



.game .game__preview .get-image img {

    max-height: 100%;

    object-fit: contain

}



.game .game__content {

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    gap: 20px;

    padding: 20px;

    z-index: 1

}



.game .game__content .btn {

    min-width: unset;

    padding: 15px 30px;

    display: inline-block;

    border: none;

    border-radius: 5px;

    transition: 150ms;

    transform-origin: center;

    cursor: pointer;

    text-decoration: none;

    font-family: inherit;

    font-size: 17px;

    line-height: 20px;

    font-weight: 500;

    background-color: #09D065;

    color: var(--color-body)

}



.game .game__content .btn:hover {

    opacity: .7

}



.game .game__content .demo-btn {

    color: #FFF;

    background-color: var(--main-accent-bg-color);

}



.game .game__content .demo-btn:hover {

    opacity: .7

}



.game iframe {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 100%;

    margin: auto;

    border: none

}



.game._active {

    display: flex;

    flex-direction: column;

    width: auto;

    aspect-ratio: unset;

    max-height: unset;

}



.game._active .game__content {

    position: relative;

    top: unset;

    right: unset;

    bottom: unset;

    left: unset;

    height: unset;

    background-color: #090f1e;

    border-radius: 10px 10px 0 0;

    order: 1;

}



.game._active .game__preview {

    position: relative;

    width: 100%;

    aspect-ratio: 16/9;

    max-height: 80vh;

    height: auto;

    order: 2;

    flex: 1 1;

}



.game._active .game__preview:after {

    display: none;

}



.game._active .game__content .demo-btn {

    display: none;

}



.game .game__close {

    display: none;

    background: none;

    border: none;

    position: absolute;

    right: 0;

    cursor: pointer;

    padding: 20px;

}



.game._active .game__close {

    display: block;



}



@media (max-width: 767px) {

    .game._active .game__content {

        align-items: flex-start;

    }



    .game .game__content .btn {

        padding: 10px 15px;

    }

}



.page-footer__gallery-item{

    display: flex;

    align-items: center;

}



.page-footer .page-footer__gallery_2{

    margin-top: 1rem;

}



.page-footer .page-footer__gallery_2 a{

    display: flex;

    margin-bottom: 0;

}



.footer__lang-container{

    display: flex;

    grid-column: 1/-1;

    padding: 20px 0;

}



.footer__lang-list{

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    align-items: center;

    gap: 7px 14px;

    list-style: none;

    padding-left: 0;

    margin: 0;

}



.footer__lang-list-item{

    position: relative;

    font-size: 14px;

    font-style: normal;

    font-weight: 500;

    line-height: 20px;

    display: flex;

    align-items: center;

    padding-left: 20px;

    text-decoration: none;

    color: #fff;

}



.footer__lang-item{

    display: flex;

    align-items: center;

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 100%;



}



.footer__lang-list-item._current,

.footer__lang-list-item:hover{

    color: #108de7;

}