@font-face {
    font-family: 'Bricolage Grotesque';
    src: url('../fonts/BricolageGrotesque-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bricolage Grotesque';
    src: url('../fonts/BricolageGrotesque-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bricolage Grotesque';
    src: url('../fonts/BricolageGrotesque-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bricolage Grotesque';
    src: url('../fonts/BricolageGrotesque-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



:root {
    --offsets: 30px;
    --width-container: 1220px;
    --default-desktop-fz: 16px;
    --default-desktop-lh: 140%;
    --default-mobile-fz: 14px;
    --default-mobile-lh: 130%;
    --color-font-main: #3c4858;
    --color-font-second: #2e2e2e;
    --color-nav-links: #d1d1d1;
    --color-accent: #0A63F6;
    --color-block-bg: #f1f2f5;
    --color-block-border: #e7e9ee;
    --color-bg-header-footer: #151B29;
    --ff-primary: 'Bricolage Grotesque', Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    --body-bg-color: #090F1E;
    --text-color: #ABB8C3;
    --title-color: #fff;
    --accend-color: #0A63F6;
    --accend-color-2: #fe7b02;
    --main-accent-bg-color: #fff;
}

.container {
    max-width: var(--width-container);
    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 {
    margin-top: 1rem;
    font-size: inherit;
    line-height: inherit;
    font-weight: 500;
}

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

.wp-admin a {
	color: #000;
}

a:hover {
    text-decoration: none
}

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

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

h1 {
    margin-bottom: 1rem;
    font-weight: 800;
    font-size: 43px;
    line-height: 55px
}

h2 {
    margin-bottom: 1rem;
    font-weight: 800;
    font-size: 36px;
    line-height: 42px
}

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

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

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

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

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

.wrapper > ol, .wrapper > ul {
    padding-left: 50px
}

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

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

.wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 50px 0
}

html {
    height: 100%;
    font-size: var(--default-desktop-fz);
    line-height: var(--default-desktop-lh)
}

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: var(--ff-primary);
    color: var(--color-font-main);
}

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

.title_label  > * {
    z-index: 1;
}

.title_label {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    width: fit-content;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 40px;
    margin: 0 auto 10px;
}

.title_label:after,
.title_label:before {
    content: '';
    position: absolute;
    margin: auto;
}

.title_label:before {
    width: 150px;
    height: 100px;
    left: 50%;
    top: -100%;
    transform: translate(-50%, -58%);
    background-color: #fff;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 20%, #FFFFFF 50%, rgba(255, 255, 255, 0) 80%);
    z-index: -1;
}

.title_label:after {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background-color: #090F1E;
    border-radius: 40px;
    z-index: 0;
}

.hero-section {
    display: flex;
    gap: 32px;
    align-items: center;
}

.hero-section .title_label {
    margin: 0 0 10px;
}

.hero__content {
    max-width: 50%;
}

.hero__title {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 43px;
    font-weight: 600;
    line-height: 55px;
    text-align: left;
    margin-bottom: 18px;
}

.hero__title span {
    color: #FFC700;
}

.hero__content .button-link {
    margin-top: 22px;
}

.button-link {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}

.button-link.yellow {
    color: #000;
    padding: 14px 40px;
    width: fit-content;
    background: linear-gradient(180deg, #FED236 0%, #FFAD32 100%);
}



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

.slots-popup_new {
    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_new._active {
    display: flex;
}

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

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

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

.slots-popup__body {
    position: relative;
    grid-column: 1 / 3;
    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;
}

.slots-popup__buttons {
    display: flex;
    justify-content: center;
    grid-column: 1 / 3;
    padding: 8px 0;
}

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

.slots__item img {
    height: 100%;
    object-fit: cover;
    max-height: 300px;
    width: 100%;
}

.slots__item .get-image {
    width: 100%;
}

.container.slots {
	padding: 0;
}

.wpcf7-form {
	margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: calc(var(--width-container) + var(--offsets) * 2);
    -webkit-box-shadow: 0 11px 12px 0 rgba(27, 51, 68, .08);
    box-shadow: 0 11px 12px 0 rgba(27, 51, 68, .08);
	border-radius: 1.5rem;
	margin-top: 32px
}

.form__content {
    width: 100%;
    display: flex;
    gap: 10px;
}

.form__content div,
.form__content p {
    flex: 1;
}

.form__content div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wpcf7-form p,
.wpcf7-form label,
.wpcf7-form span,
.wpcf7-form input:not(.wpcf7-submit),
.wpcf7-form textarea{
    width: 100%;
    margin-top: 0;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    color: rgba(171, 184, 195, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.wpcf7-form label {
    margin-bottom: 15px;
    display: block;
}

.wpcf7-form label:last-child {
    margin-bottom: 0;
}

.wpcf7-form textarea {
    color: #fff;
}

.wpcf7-form textarea {
	border: none;
	border-radius: 10px;
	background-color: #151B29;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 23px 16px;
}

.wpcf7-submit {
    background: linear-gradient(180deg, #FED236 0%, #FFAD32 100%);
    max-width: 150px;
	margin: 22px auto 0;
	color: #000;
    border-radius: 40px;
    height: 44px;
    width: 143px;
    display: block;
}

.wpcf7-form input:not(.wpcf7-submit) {
	height: 56px;
    border-radius: 10px;
    background-color: #151B29;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    color: #fff;
    padding: 23px 16px;
}

.cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cards.v2 {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
}

.card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 16px;
    background: #151B29;
}

.card.v2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 16px;
    background: #151B29;
    max-width: 32%;
}

.card__icon {
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.card__icon:before,
.card__icon:after {
    content: '';
    position: absolute;
    margin: auto;
}

.card__icon:before {
    width: 50px;
    height: 50px;
    left: 37%;
    top: 0;
    transform: translate(-60%, -42%);
    background-color: #fff;
    background: linear-gradient(225.33deg, rgba(255, 255, 255, 0) 20.78%, #FFFFFF 50.22%, rgba(255, 255, 255, 0) 79.67%);
    z-index: -2;
}

.card__icon:after {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 2px;
    background-color: #151B29;
    border-radius: 5px;
    z-index: -1;
}

.card__title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
}

.card__text {
    margin-top: 0;
}

.columns + .columns {
    padding-top: 0;
}


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

@media (max-width: 1024px) {
    .slots._slots-extra .slots__list, .slots__list {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767px) {
    .slots._slots-extra .slots__list, .slots__list {
        grid-template-columns: repeat(3, 1fr);
    }
}

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

.slots__item {
    position: relative;
    display: flex;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 8px;
    overflow: hidden;
}

.slots__item-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1;
}

@media (min-width: 768px) {
    .slots__item:hover .slots__item-content {
        display: flex;
    }
}

.slots__item .slots__button {
    background: 0 0;
    border: none;
    cursor: pointer;
}

.slots__item .slots__demo {
    color: #171716;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    border-radius: 4px;
    background: #fff;
    padding: 8px 16px;
}

.slots__item .slots__button:hover {
    opacity: .8;
}

.screenshot-gallery__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

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

.footer {
    background-color: var(--color-bg-header-footer);
    padding: 30px 0
}

.footer.footer--enable-mobile-button {
    padding-bottom: 75px
}

.footer__bottom {
    display: flex;
}

.payment-systems img {
    min-width: 50px;
}

.footer__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__logo p {
    margin: 0
}

.footer__logo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.footer__nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
    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;
    gap: 20px;
}

.footer__nav-list a {
    color: rgba(171, 184, 195, 1);
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none;
}

.footer__nav-item:not(:last-child) {
    margin-right: 30px
}

.footer__nav-item a {
    text-decoration: none;
    color: var(--color-nav-links);
    padding: 10px 0;
    font-size: 15px;
    line-height: 18px;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.footer__social-list {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    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
}

.footer__social-list p {
    margin: 0
}

.footer__social-item:not(:last-child) {
    margin-right: 25px
}

.footer__social-link {
    display: block;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 100%;
    overflow: hidden;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    padding: 5px;
    background-color: transparent;
    cursor: pointer
}

.footer__social-link img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.footer_app-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__app-item:not(:last-child) {
    margin-right: 15px
}

.footer__app-link {
    border: none;
    width: 43px;
    height: 43px;
    border-radius: 100%;
    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;
    cursor: pointer;
    outline: 0;
    background-color: var(--color-accent)
}

.footer__app-link svg {
    fill: var(--color-bg-header-footer);
    -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;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.footer__certificate-link {
    margin-left: 50px;
    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;
    outline: 0;
    background-color: transparent;
    cursor: pointer;
    -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__certificate-link p {
    margin: 0;
    height: 100%
}

.footer__certificate-link img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 80px
}

.footer__scroll-top {
    bottom: 80px;
    right: 24px
}

.scroll-top {
    position: fixed;
    background-color: var(--color-accent);
    border-radius: 100%
}

.scroll-top__button {
    border: none;
    outline: 0;
    cursor: pointer;
    width: 62px;
    height: 62px;
    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;
    background-color: transparent
}

.scroll-top__button 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;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.comments-container {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.comment-form__title {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    margin: -1px
}

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

.comment-form__field {
    background-color: var(--color-block-bg);
    border: 1px solid var(--color-block-border);
    border-radius: 5px;
    padding: 20px;
    font-family: inherit;
    resize: none;
    font-family: inherit;
    font-size: inherit
}

.comment-form__textarea {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3
}

@-webkit-keyframes toBigRadius {
    100% {
        border-radius: 100px
    }
}

@keyframes toBigRadius {
    100% {
        border-radius: 100px
    }
}

.comment-form__button {
    border: none;
    border-radius: 5px;
    padding: 24px;
    background-color: var(--color-accent);
    text-align: center;
    outline: 0;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer
}

.comment-form__alert {
    display: none;
    opacity: 0;
    visibility: hidden;
    font-weight: 500;
    color: var(--color-accent)
}

.comment-form__alert.success {
    display: block;
    opacity: 1;
    visibility: visible
}

.comments {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--color-block-border)
}

.comment {
    border-radius: 10px;
    padding: 20px;
    border: 1px solid var(--color-block-border);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.comment + .comment {
    margin-top: 10px
}

.comment__author {
    font-weight: 800;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 19px
}

.comment__content {
    margin: 0 0 15px
}

.comment__date {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    color: var(--color-accent)
}

.comment__reply {
    display: none
}

.custom-table {
    border-radius: 10px;
    background-color: var(--color-block-bg);
    border-collapse: collapse;
    border-style: hidden;
    -webkit-box-shadow: 0 0 0 1px var(--color-block-border);
    box-shadow: 0 0 0 1px var(--color-block-border);
    word-break: normal;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    width: 100%;
    overflow: hidden;
    margin: 2rem 0
}

.custom-table-tr__td {
    padding: 20px 20px 20px 40px;
    border: 1px solid var(--color-block-border)
}

.custom-table-tr__td:first-child {
    font-weight: 500;
    color: var(--color-font-second)
}

.select-lang {
    position: relative;
    background-color: #404040;
    border: 1px solid #404040;
    border-radius: 5px;
    -webkit-transition: border-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    cursor: pointer;
    z-index: 10
}

.select-lang::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    background-image: url(../images/icon-arrow-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    -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
}

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

.select-lang._active:hover {
    border-color: var(--color-accent)
}

.select-lang._active::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

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

.select-lang > .select-lang__option {
    border-radius: 5px 5px 0 0
}

.select-lang__options-list {
    max-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: max-height .3s ease-in-out;
    -o-transition: max-height .3s ease-in-out;
    transition: max-height .3s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 -1px;
    background-color: #404040;
    border-radius: 0 0 5px 5px;
    overflow: hidden
}

.select-lang__option, .select-lang__selected {
    color: var(--color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.select-lang__option p, .select-lang__selected p {
    margin: 0
}

.select-lang__option img, .select-lang__selected img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    width: 27px;
    height: 20px
}

.select-lang__selected {
    padding: 10px 30px 10px 10px
}

.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__link {
    padding: 10px 30px 10px 10px
}

.select-lang__image {
    overflow: hidden;
    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
}

.header {
    padding: 15px 0;
    background-color: var(--color-bg-header-footer)
}

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

.header__logo p {
    margin: 0
}

.header__logo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header__select-lang {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.head-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: .6fr 1fr;
    grid-template-columns:.6fr 1fr;
    gap: 20px
}

.head-info__bonus {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    padding: 80px 20px 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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/span 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2
}

.head-info__bonus-title {
    margin: 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #fff
}

.head-info__bonus-description {
    margin: 10px 0 0;
    max-width: 325px;
    color: rgba(255, 255, 255, .6)
}

.head-info__bonus-label {
    position: absolute;
    left: 0;
    top: 12px;
    background-color: var(--color-accent);
    padding: 10px 40px 10px 20px;
    -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%)
}

.head-info__bonus-label p {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-font-second);
    font-weight: 500;
    font-size: 16px;
    line-height: 19px
}

.head-info__bonus-label p svg {
    margin-right: 10px;
    width: 21px;
    height: 21px
}

.head-info__information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 4;
    grid-row-start: 4
}

.head-info__information-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 30px
}

.head-info__information-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: var(--color-block-border)
}

.head-info__information-item-title {
    margin: 0 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 800;
    font-size: 20px;
    line-height: 23px
}

.head-info__information-item-title svg {
    margin-left: 7px
}

.head-info__information-item-descr {
    font-size: 14px;
    line-height: 16px;
    text-align: center
}

.head-info__button-block {
    border-radius: 10px;
    border: 1px solid var(--color-block-border);
    padding: 20px 25px;
    background-color: var(--color-block-bg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-row-span: 2;
    grid-row: span 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3
}

.head-info__button-block-title {
    display: inline-block;
    position: relative;
    margin: 0 0 15px;
    color: #80879a;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    z-index: 2;
    background-color: var(--color-block-bg)
}

.head-info__button-block-title span {
    position: relative;
    padding-right: 10px;
    z-index: 2;
    background-color: var(--color-block-bg)
}

.head-info__button-block-title::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    background-color: #80879a
}

.head-info__button-block-link {
    margin: 5px 0;
    max-width: 325px;
    border: none;
    border-radius: 100px;
    background-color: var(--color-accent);
    outline: 0;
    font-family: inherit;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: var(--color-font-second);
    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;
    padding: 20px 15px;
    cursor: pointer;
    text-decoration: none
}

.head-info__button-block-link svg {
    width: 23px;
    height: 23px;
    margin-right: 10px;
    -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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.head-info__button-block-link + .head-info__button-block-link {
    margin-left: 10px
}

.head-info__table {
    margin: 0;
    border-radius: 10px;
    width: 100%;
    border-collapse: collapse;
    border-style: hidden;
    -webkit-box-shadow: 0 0 0 1px var(--color-block-border);
    box-shadow: 0 0 0 1px var(--color-block-border);
    -ms-grid-row-span: 4;
    grid-row: span 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3
}

.head-info__table-tr:first-child .head-info__table-td {
    padding-top: 20px
}

.head-info__table-tr:last-child .head-info__table-td {
    padding-bottom: 20px
}

.head-info__table-td {
    padding: 8px 10px;
    vertical-align: top
}

.head-info__table-td:first-child {
    font-weight: 500;
    color: var(--color-font-second)
}

.head-info__table-td + .head-info__table-td {
    border-left: 1px solid var(--color-block-border)
}

.head-info__list-nav {
    -ms-grid-row-span: 1;
    grid-row: span 1
}

.head-info__list-links {
    margin: 0;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3
}

.head-info__list-link {
    font-family: inherit;
    font-weight: 300;
    font-size: 16px;
    line-height: 155%;
    text-decoration: underline;
    border: none;
    background-color: transparent;
    outline: 0;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.mobile-button {
    position: fixed;
    left: 15px;
    bottom: 20px;
    right: 15px;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.mobile-button._active {
    opacity: 1;
    visibility: visible
}

.mobile-button__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;
    width: 100%;
    padding: 10px 20px;
    background-color: var(--color-accent);
    border-radius: 90px;
    font-family: inherit;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    color: var(--color-white);
    text-transform: uppercase;
    border: none;
    text-decoration: none
}

@media (hover: hover), screen and (min-width: 0\0
) {
    .footer__nav-item a:focus, .footer__nav-item a:hover {
        color: var(--color-accent)
    }

    .footer__app-link:focus svg, .footer__app-link:hover svg, .footer__social-link:focus, .footer__social-link:hover {
        -webkit-transform: scale(1.3) translateZ(0);
        transform: scale(1.3) translateZ(0)
    }

    .footer__certificate-link:focus, .footer__certificate-link:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

    .scroll-top__button:focus svg, .scroll-top__button:hover svg {
        -webkit-transform: scale(1.5) translateZ(0);
        transform: scale(1.5) translateZ(0)
    }

    .comment-form__field:focus, .comment-form__field:hover {
        outline: var(--color-accent)
    }

    .comment-form__button:focus, .comment-form__button:hover {
        -webkit-animation: .5s forwards toBigRadius;
        animation: .5s forwards toBigRadius
    }

    .select-lang:focus, .select-lang:hover {
        border-color: var(--color-accent)
    }

    .select-lang._active .select-lang__option:focus, .select-lang._active .select-lang__option:hover {
        background-color: var(--color-accent)
    }

    .head-info__button-block-link:focus svg, .head-info__button-block-link:hover svg {
        -webkit-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6)
    }

    .head-info__list-link:focus, .head-info__list-link:hover {
        text-decoration: none;
        color: var(--color-accent)
    }
}

@media (max-width: 1220px) {
    .head-info__button-block-link + .head-info__button-block-link {
        margin: 10px 0 0
    }

    .head-info__button-block-link {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media screen and (max-width: 1200px) {
    :root {
        --offsets: 20px
    }
}

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

    .hero__content .button-link {
        margin-bottom: 32px;
    }

    h2 {
        font-size: 30px;
        line-height: 38px
    }

    .hero-section {
        flex-direction: column;
    }

    .hero__content {
        max-width: 100%;
    }

    .card.v2 {
        max-width: 48%;
        width: 100%;
    }

    .card__title {
        font-size: 20px;
        line-height: 26px;
    }

    .content-button {
        justify-content: center!important;
    }

    .title_label {
        margin: 0 0 10px;
    }

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

    .comment-form__textarea {
        grid-row: auto;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2
    }

    .comments {
        margin-top: 15px;
        padding-top: 15px
    }

    .head-info {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .head-info__bonus {
        max-width: 420px;
        margin: 0 auto;
        height: 100%;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        grid-column: 1/-1
    }

    .head-info__information {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        grid-column: 1/-1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .head-info__button-block {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4;
        grid-column: 1/-1
    }

    .head-info__table {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4/5;
        grid-column: 1/-1
    }

    .head-info__list-nav {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        grid-row: 5/6;
        grid-column: 1/-1
    }
}

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

@media (max-width: 767px) {

    .wrapper h2 {
        margin-bottom: 18px
    }
    .wpcf7-form label{
        margin-bottom: 10px;
    }


    .card.v2 {
        max-width: 100%;
    }

    html {
        font-size: calc(var(--default-desktop-fz) - 1)
    }

    .footer {
        padding: 45px 0 15px
    }

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

    .footer__nav-item {
        margin-bottom: 15px
    }

    .footer__wrapper {
        margin: 15px 0 0
    }

    .footer__social-list {
        margin: 0 0 20px
    }

    .footer__certificate-link {
        margin: 15px 0 0
    }

    .scroll-top__button {
        width: 45px;
        height: 45px
    }

    .comments-container {
        margin-top: 1rem
    }

    .comment-form__form {
        gap: 5px
    }

    .comment-form__field {
        padding: 16px
    }

    .comment-form__textarea {
        height: 100px
    }

    .comment-form__button {
        padding: 17px
    }

    .comment {
        padding: 10px
    }

    .comment__author {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 16px
    }

    .comment__content {
        margin-bottom: 10px
    }

    .custom-table {
        border-radius: 5px
    }

    .custom-table-tr__td {
        padding: 10px 10px 10px 20px
    }

    .header__container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .head-info__bonus {
        border-radius: 5px
    }

    .head-info__bonus-title {
        font-size: 20px;
        line-height: 23px
    }

    .head-info__bonus-label p {
        font-size: 14px;
        line-height: 16px
    }

    .head-info__bonus-label p svg {
        font-size: 16px;
        line-height: 16px
    }

    .head-info__information-item-title {
        font-size: 16px;
        line-height: 19px
    }

    .head-info__button-block {
        border-radius: 5px;
        padding: 10px
    }

    .head-info__button-block-title span {
        padding-left: 10px
    }

    .head-info__button-block-title::after {
        top: 100%
    }

    .head-info__button-block-title {
        text-align: center
    }

    .head-info__button-block-link svg {
        width: 18px;
        height: 18px;
        margin-right: 5px
    }

    .head-info__button-block-link {
        font-size: 14px;
        line-height: 16px;
        padding: 14px
    }

    .head-info__table {
        border-radius: 5px
    }

    .head-info__table-tr:first-child .head-info__table-td {
        padding-top: 15px
    }

    .head-info__table-tr:last-child .head-info__table-td {
        padding-bottom: 15px
    }
}

@media (max-width: 575px) {

    html {
        font-size: var(--default-mobile-fz);
        line-height: var(--default-mobile-lh)
    }

    .custom-table-tr__td {
        padding: 10px 10px 10px 5px
    }

    .header__logo img {
        max-height: 28px
    }

    .head-info__bonus {
        max-height: 100px;
        padding: 60px 15px 15px;
        width: 100%
    }

    .head-info__bonus-description {
        display: none
    }

    .head-info__information-item {
        padding: 0 15px
    }
}

@media (max-width: 374px) {
    .head-info__information-item {
        padding: 0 10px
    }

    .head-info__list-links {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2
    }
}

.head-info__button-block-link {
    flex-grow: 1;
}

.head-info__button-block-link,
.mobile-button__control {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    background: #7daa2f;
    height: 37.4px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
    border-radius: 0;
}

.head-info__button-block-link::before,
.mobile-button__control::before {
    content: '';
    position: absolute;
    left: 0;
    height: 150%;
    width: 100%;
    top: calc(100% - 4px);
    background: #557321;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    z-index: -1;
}

.head-info__button-block-link:hover::before,
.mobile-button__control:hover::before {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
}

/* 10.07.23 */


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

}

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

.columns__container h1,
.columns__container h2,
.columns__container h3,
.columns__container h4 {
	width: 100%;
}

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

/* HOW TO */
.how-to {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.how-to.container {
    margin: 1rem auto 1rem;
}

.how-to__title {
    margin-bottom: 10px;
    -webkit-text-fill-color: inherit;
}

.how-to__subtitle {
    margin: 0;
    color: #fff;
    -webkit-text-fill-color: inherit;
    margin-bottom: 10px;
}

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

.how-to__item:nth-child(2n+1) .how-to__item-label {
    background: var(--accend-color);
}

.how-to__item:nth-child(2n+1)::after {
    background: var(--accend-color);
}

.how-to__item:nth-child(2n+1) .how-to__item-title::after {
    background: var(--accend-color);
}

.how-to__item:nth-child(2n+1) .how-to__item-content::after {
    background: var(--accend-color);
}

.how-to__item:nth-child(2n) .how-to__item-label {
    background: var(--accend-color-2);
}

.how-to__item:nth-child(2n)::after {
    background: var(--accend-color-2);
}

.how-to__item:nth-child(2n) .how-to__item-title::after {
    background: var(--accend-color-2);
}

.how-to__item:nth-child(2n) .how-to__item-content::after {
    background: var(--accend-color-2);
}

.how-to__item {
    display: flex;
    justify-content: space-between;
    position: relative;
    border-radius: 3px;
    background-color: var(--crl-bg-container);
    padding: 20px 20px 20px 30px;
}

.how-to__item::after {
    content: "";
    position: absolute;
    left: 32px;
    top: 75px;
    bottom: 20px;
    width: 4px;
}

@media (max-width: 1280px) {
    .how-to__item::after {
        left: 22px;
        top: 60px;
    }
}

@media (max-width: 1280px) {
    .how-to__item {
        padding: 20px;
    }
}

@media (max-width: 1023px) {
    .how-to__item {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .how-to__item {
        padding: 15px;
    }
}

@media (max-width: 575px) {
    .how-to__item {
        padding: 10px;
    }
}

.how-to__item-label {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #3486e3;
}

.how-to__item-label-counter {
    padding: 7px 20px 7px 15px;
    font-weight: 800;
    font-size: 36px;
    line-height: 43px;
    color: #fff;
    font-style: italic;
}

@media (max-width: 1280px) {
    .how-to__item-label-counter {
        font-size: 30px;
        line-height: 36px;
        padding: 5px 15px 5px 10px;
    }
}

@media (max-width: 1023px) {
    .how-to__item-label-counter {
        font-size: 25px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .how-to__item-label-counter {
        font-size: 20px;
        line-height: 24px;
        padding: 5px 11px 5px 8px;
    }
}

@media (max-width: 575px) {
    .how-to__item-label-counter {
        font-size: 14px;
        line-height: 17px;
    }
}

.how-to__item-content {
    margin-top: auto;
    margin-bottom: auto;
    flex-basis: 40%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: 35px;
}

@media (max-width: 1280px) {
    .how-to__item-content {
        margin-left: 25px;
        flex-basis: 45%;
    }
}

@media (max-width: 1023px) {
    .how-to__item-content {
        padding-top: 40px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .how-to__item-content {
        padding-top: 30px;
        padding-bottom: 0;
    }
}

@media (max-width: 575px) {
    .how-to__item-content {
        padding-bottom: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 1023px) {
    .how-to__item-content {
        padding-bottom: 5px;
        position: relative;
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .how-to__item-content {
        margin-left: 15px;
    }
}

@media (max-width: 575px) {
    .how-to__item-content {
        margin-left: 10px;
    }
}

.how-to__item-content p {
    margin: 0;
}

.how-to__item-title {
    position: relative;
    display: inline-block;
    padding-bottom: 18px;
    margin: 0;
    margin-bottom: 15px;
    color: #fff;
}

@media (max-width: 767px) {
    .how-to__item-title {
        margin-bottom: 10px;
        padding-bottom: 12px;
    }
}

.how-to__item-title::after {
    content: "";
    position: absolute;
    height: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

@media (max-width: 767px) {
    .how-to__item-title::after {
        height: 3px;
    }
}

@media (max-width: 575px) {
    .how-to__item-title::after {
        height: 2px;
    }
}

.how-to__item-image {
    flex-basis: 50%;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-to__item-image p {
    margin: 0;
    height: 100%;
}

.how-to__item-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* HOW TO */

.onewinbetscomcombr-toc {
    background-color: #141b2e;
    border-radius: 8px;
}

.onewinbetscomcombr-toc__title {
    color: #fff;
    position: relative;
}

.onewinbetscomcombr-toc__title::after {
    border-color: #ff9400 transparent transparent;
}

.onewinbetscomcombr-toc::before,
.onewinbetscomcombr-toc::after {
    display: none;
}

.onewinbetscomcombr-toc__link {
    color: #fff;
}

@media (max-width: 767px) {
    .onewinbetscomcombr-toc.active .onewinbetscomcombr-toc__title::before {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
        height: 1px;
        background-color: hsla(0, 0%, 85%, .3);
    }

    .onewinbetscomcombr-toc__list {
        width: 100%;
    }

    .onewinbetscomcombr-toc__item {
        width: 100%;
    }

    .onewinbetscomcombr-toc__link {
        width: 100%;
    }
}

/* TOC */
.toc__block-inner {
    /*background: #090F1E;*/
    border: 1px solid #0A63F6;
    border-radius: 12px;
    padding: 32px 40px;
}

.onewinbetscomcombr-toc {
    padding: 0;
    margin: 0;
    background: unset;
}

.onewinbetscomcombr-toc__nav {
    flex-direction: column;
    align-items: flex-start;
}

.onewinbetscomcombr-toc__title {
    display: flex;
    justify-content: space-between;

    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 28px;
    color: #FFFFFF;
    width: 100%;
}

.onewinbetscomcombr-toc .onewinbetscomcombr-toc__title:after {
    position: relative;
    content: url("../images/arrow-down.svg");
    width: 28px;
    height: 28px;
    border: unset;
    top: unset;
    right: unset;
    transform: rotate(-180deg);
}

.onewinbetscomcombr-toc.active .onewinbetscomcombr-toc__title:after {
    transform: unset;
}

.onewinbetscomcombr-toc__title {
    margin-right: 0;
    padding-right: 0;
}

.onewinbetscomcombr-toc.active .onewinbetscomcombr-toc__list {
    margin-top: 24px;
}

.onewinbetscomcombr-toc:not(.active) .onewinbetscomcombr-toc__list {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.onewinbetscomcombr-toc:not(.active) .onewinbetscomcombr-toc__title {
    margin-bottom: 0;
}

.onewinbetscomcombr-toc__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    width: 100%;
}

.onewinbetscomcombr-toc__link {
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 0;
}

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

@media (max-width: 1100px) {
    .onewinbetscomcombr-toc__list {
        grid-template-columns: repeat(3, 1fr);
    }
}

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

@media (max-width: 767px) {
    .toc__container {
        padding: 0;
    }

    .toc__block-inner {
        padding: 24px 12px;
    }

    .onewinbetscomcombr-toc__list {
        grid-template-columns: repeat(1, 1fr);
    }

    .onewinbetscomcombr-toc.active .onewinbetscomcombr-toc__title:before {
        display: none;
    }
}

/* FAQ */
.faq {
    border: 1px solid #0A63F6;
    border-radius: 10px;
    padding: 24px;
}

.faq__item {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    background: #151B29;
}

.faq__item + .faq__item {
    margin-top: 24px;
}

.faq__item-counter {
    position: absolute;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background: var(--grad-purple);
    border-radius: 3px;
    top: 15px;
    left: 15px;
    pointer-events: none;
    z-index: 10;
    display: none;
}

@media (max-width: 1023px) {
    .faq__item-counter {
        width: 24px;
        height: 24px;
        font-size: 20px;
        top: 20px;
    }
}

@media (max-width: 767px) {
    .faq__item-counter {
        width: 20px;
        height: 20px;
        font-size: 16px;
        top: 15px;
    }
}

@media (max-width: 575px) {
    .faq__item-counter {
        top: 13px;
    }
}

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

.faq__question {
    padding: 0 20px 0 0;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    width: 100%;
    -webkit-text-fill-color: inherit;
    font-style: normal;
    position: relative;
    font-size: 18px;
    line-height: 24px;
}

.faq__question svg {
    margin-right: 10px;
}

.faq__question::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    background-image: url('../images/arrow.svg');
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1023px) {
    .faq__question::before {
        width: 17px;
        height: 17px;
    }

    .faq__question {
        display: flex;
    }

    .faq__question svg {
        min-width: 24px;
        height: 21px;
    }
}

.faq__question.active::before {
    transform: translateY(-50%) rotate(0);
}

.faq__answer {
    height: auto;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    font-weight: 500;
}

.faq__answer.active {
    padding-top: 12px;
    max-height: 100%;
}

@media (max-width: 1023px) {
    .faq__answer.active {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .faq__answer.active {
        padding: 10px;
    }

    .faq {
        padding: 0;
    }

    .form__content {
        flex-direction: column;
    }
}

.faq {
    border: none;
    border-radius: 0;
    padding: 0;
}


.faq__item {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 24px 16px;
}

@media (max-width: 767px) {
    .faq {
        padding: 0;
    }
}

@media (max-width: 1023px) {
    .faq__answer.active {
        padding: 20px 0 0 0;
    }
}

@media (max-width: 767px) {
    .faq__answer.active {
        padding: 10px 0 0 0;
    }
}

/* FAQ */

.slots--v1 {
    padding: 35px 22px 25px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 10px
}

.slots--v1 .slots__title {
    position: relative;
    margin: 0 0 25px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #3c3c3c;
    font-family: var(--ff-primary);
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slots--v1 .slots__title svg {
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.slots--v1 .slots__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns:1fr 1fr 1fr;
    gap: 25px
}

.slots--v2 .slots__title {
    text-align: center;
    margin: 0 0 25px;
    border-bottom: 1px solid #e9e9e9;
    padding: 25px 10px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #1e1d2a;
    font-family: var(--ff-primary);
    display: inline-block;
    width: 100%
}

.slots--v2 .slots__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 5 ];
    grid-template-columns:repeat(5, 1fr);
    grid-row: auto;
    gap: 20px
}

.slots--v3 .slots__title {
    font-family: var(--ff-primary);
    position: relative;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slots--v3 .slots__title svg {
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.slots--v3 .slots__body {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    border-radius: 10px;
    padding: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 5 ];
    grid-template-columns:repeat(5, 1fr);
    grid-row: auto;
    gap: 40px 20px
}

.slot--v1 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slot--v1 .slot__image {
    margin: -1px;
    border-radius: 5px;
    overflow: hidden;
    max-width: 231px;
    max-height: 127px;
    width: 100%;
    height: 100%
}

.slot--v1 .slot__image p {
    margin: 0;
    display: block
}

.slot--v1 .slot__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.slot--v1 .slot__content-list {
    list-style: none;
    margin: 0;
    padding: 7px 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.slot--v1 .slot__content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.slot--v1 .slot__content-item:not(:last-child) {
    margin-bottom: 10px
}

.slot--v1 .slot__coontent-title {
    margin: 0 0 2px;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #3c3c3c
}

.slot--v1 .slot__coontent-title--large {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0
}

.slot--v1 .slot__content-descr {
    font-family: var(--ff-primary);
    font-weight: 400;
    font-size: 10px;
    line-height: 11px;
    color: #797979
}

.slot--v2 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    border-radius: 1px;
    padding: 20px
}

.slot--v2 .slot__image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 112px;
    margin-bottom: 20px;
    overflow: hidden
}

.slot--v2 .slot__image p {
    margin: 0
}

.slot--v2 .slot__title {
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #1e1d2a;
    margin: 0
}

.slot--v2 .slot__descr {
    font-family: var(--ff-primary);
    font-size: 14px;
    line-height: 16px;
    color: #797979
}

.slot--v2 .slot__link {
    margin-top: 17px;
    display: block;
    padding: 11px 30px;
    width: 100%;
    text-align: center;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 14px;
    line-height: 180%;
    color: #fff;
    background-color: #0386ff;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    cursor: pointer;
    border: none;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    outline: 0;
    text-decoration: none
}

.slot--v3 .slot__image {
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    max-height: 112px
}

.slot--v3 .slot__image p {
    margin: 0
}

.slot--v3 .slot__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.slot--v3 .slot__title {
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #1e1d2a;
    margin: 0
}

.slot--v3 .slot__link, .popup .slot__link {
    margin-top: 17px;
    display: block;
    padding: 15px 30px;
    width: 100%;
    text-align: center;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    background-color: #fe7b02;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    border: none;
    outline: 0;
    text-decoration: none
}

.slot--v2 .slot__link:focus, .slot--v2 .slot__link:hover, .popup .slot__link:hover, .slot--v3 .slot__link:focus, .popup .slot__link:focus, .slot--v3 .slot__link:hover {
    opacity: .7
}

@media (max-width: 1279px) {
    .slots--v1 .slots__body {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }

    .slots--v2 .slots__body, .slots--v3 .slots__body {
        -ms-grid-columns:(1fr) [ 4 ];
        grid-template-columns:repeat(4, 1fr)
    }
}

@media (max-width: 1023px) {
    .slots--v1 .slots__body {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .slots--v2 .slots__body, .slots--v3 .slots__body {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr);
        gap: 10px
    }
}

@media (max-width: 767px) {
    .slots--v2 .slots__body, .slots--v3 .slots__body {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 449px) {
    .slots--v2 .slots__body {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }
}

@media (max-width: 374px) {
    .slots--v3 .slots__body {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }
}

/* Slots  */
.slots--v3 .slots__body {
    background-color: unset;
    border: none;
    padding: 0;
}

.slot--v3 .slot__title {
    color: white;
}

.slots__body-item {
    border: 1px solid #0A63F6;
    padding: 10px;
    border-radius: 5px;
}

.slot--v3 .slot__link.demo-button {
    background-color: #0A63F6;
    margin-top: 10px;
}

.slots-show-more {
    display: none;
}

.slots-show-more__btn {
    margin-top: 17px;
    display: block;
    padding: 15px 30px;
    text-align: center;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    background-color: #0A63F6;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    border: none;
    outline: 0;
    text-decoration: none;
}

.slots-show-more__btn:hover {
    opacity: .7;
}

@media (max-width: 1024px) {
    .slots__body-item._hide_mobile {
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        padding: 0;
        position: absolute;
        z-index: -1;
    }

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

/* Popup */
.popup-bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    z-index: 900;
}

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

.popup {
    width: 1243px;
}

.popup .popup__cross {
    content: '';
    min-width: 28px;
    width: 28px;
    height: 28px;
    background-image: url("../images/cross.svg");
    cursor: pointer;
}

.slots-popup {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
}

.slots-popup .slots-popup__header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 12px 16px 12px 20px;
    background: linear-gradient(90deg, #1C273D 0%, #12192B 100%);
}

.slots-popup .slots-popup__title {

    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 28px;
    color: #FFFFFF;
    flex: 1 1;
    margin-top: 0;
    margin-bottom: 0;
}

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

.slots-popup .slots__button {
    width: auto;
    padding: 10px 12.5px;
}

.slots-popup .slots-popup__cross-container {
    display: flex;
    justify-content: flex-end;
    flex: 1 1;
}

.slots-popup .slots-popup__content {
    position: relative;
    max-height: 80vh;
    aspect-ratio: 16/9;
    background-color: #12192B;
}

@media (max-width: 767px) {
    .slots-popup .slots-popup__content {
        width: 100%;
        height: 80vh;
        aspect-ratio: unset;
    }
}

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

.slots-popup .slots-popup__iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 1412px) {
    .popup {
        margin: 0 20px;
    }

    .slots-popup .slots-popup__content {
        min-height: 540px;
    }
}

@media (max-width: 1200px) {
    .popup {
        margin: 0 16px;
    }
}

@media (max-width: 760px) {
    .slots-popup .slots-popup__content {
        min-height: 300px;
    }

    .slots-popup .slots-popup__title {
        order: 1;
    }

    .slots-popup .slots-popup__buttons {
        order: 3;
        flex: 1 1 100%;
        margin-top: 8px;
    }

    .slots-popup .slots-popup__cross-container {
        flex: 0 0 32px;
        order: 2;
    }

    .slots-popup .slots-popup__header {
        padding: 12px 20px;
    }
}

.popup .slot__link {
    margin-top: 0;
}

/* Popup */

/* Avivator */
.game {
    position: relative;
    width: 100%;
    height: 548px;
    overflow: hidden;
}

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

@media (max-width: 767px) {
    .game {
        height: 520px;
    }
}

.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 .get-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

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

.game .game__preview img {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

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

.game__btn {
    display: block;
    padding: 15px 30px;
    text-align: center;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    background-color: #fe7b02;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    border: none;
    outline: 0;
    text-decoration: none;
}

.game__btn.game-demo-btn {
    background-color: #0A63F6;
}

.game__btn:hover {
    opacity: .7;
}

/* Avivator */

/* game popup */
.game-popup {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 900;
}

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

.game-popup__window {
    display: flex;
    flex-direction: column;
    width: 1243px;
    border-radius: 5px;
    overflow: hidden;
}

.game-popup__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: #1e283f;
    height: 60px;
    padding: 8px 20px;
    /*border-top: 1px solid #293B55;*/
}

.game-popup__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 8px 20px;
}

.game-popup__buttons .game__btn {
    height: 100%;
    padding: 10px 24px;
}

.game-popup__cross {
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 901;
}

.game-popup__body {
    position: relative;
    width: 100%;
    height: 548px;
    background-color: black;
}

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

.game-popup__title {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .game-popup__header {
        flex-wrap: wrap;
        height: unset;
        gap: 16px;
        padding: 8px 12px;
    }

    .game-popup__title {
        flex: 1 1;
        order: 1;
    }

    .game-popup__cross {
        justify-content: flex-end;
        flex: 1 1;
        order: 2;
    }

    .game-popup__buttons {
        position: static;
        flex: 1 1;
        min-width: 100%;
        order: 3;
        padding: 0;
    }
}

/* game popup */

/* Promocode */
.promocode {
    padding: 1rem 0;
}

.promocode__container {
    max-width: 670px;
    margin: 0 auto;
    padding: 1rem 2rem;
    border: 1px solid #0A63F6;
    border-radius: 5px;
}

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

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

.promocode__value {
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
    padding: 0 20px;
}

.promocode__button {
    display: block;
    padding: 15px 30px;
    text-align: center;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    background-color: #fe7b02;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    border: none;
    outline: 0;
    text-decoration: none;
    background-color: #0A63F6;
    margin-left: auto;
}

.promocode__button:hover {
    opacity: .7;
}

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

.promocode__bottom {
    display: block;
    padding: 15px 30px;
    text-align: center;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    background-color: #fe7b02;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    border: none;
    outline: 0;
    text-decoration: none;
    margin: 1rem auto 0 auto;
}

.promocode__bottom:hover {
    opacity: .7;
}

@media (max-width: 600px) {
    .promocode > .container {
        padding: 0;
        margin: 0;
    }

    .promocode__controls {
        flex-wrap: wrap;
    }

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

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

    .promocode__value {
        padding: 10px 20px;
    }
}

/* Promocode */
body {
    background-color: var(--body-bg-color);
    color: var(--text-color);
}

h1, h2, h3, h4, h5, h6 {
    color: var(--title-color);
}

.onewinbetscomcombr-toc__item::marker {
    content: '';
}

.onewinbetscomcombr-toc__item {
    counter-increment: number;
    position: relative;
}

.onewinbetscomcombr-toc__item:before {
    content: counter(number);
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 29px;
    height: 29px;
    border-radius: 5px;
    overflow: hidden;
    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: 1px solid #0264be;
    background-color: #0386ff;
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    z-index: 5;
}

.onewinbetscomcombr-toc__link {
    margin: 0;
    padding: 5px 25px 5px 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    text-decoration: none;
    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;
    font-family: inherit;
}

@media (max-width: 1023px) {
    .columns .columns__container {
        flex-direction: column;
    }

    .columns .columns__item {
        width: calc(100% - 2rem) !important;
    }

    .columns .columns__item.columns__item--image {
        order: 1;
    }

    .columns .columns__item.columns__item--text {
        order: 2;
        width: 100% !important;
    }

}


table {
    background-color: #090f1e;
    color: white;
    border: 1px solid #e9e9e930;
    overflow: hidden;
}

table th {
    text-align: center;
    background-color: #1e283f;
    color: #fff;
    padding: 20px 0;
}

table tr {
    color: #ABB8C3;
    border-bottom: 1px solid #e9e9e930;
}

.footer__nav-list {
    gap: 10px;
}


/* HEADER */
.header {
    /*position: fixed;*/
    /*top: 0;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    /*height: 64px;*/
    background-color: var(--header-bg-color);
    z-index: 900
}

.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 10px 20px 20px
}

.header__logo img {
    max-width: 140px
}

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

header .header__nav .menu-main-nav-container, .header__nav .menu-main-nav_bn-container, .header__nav .menu-main-nav_hi-container, .header__nav .menu-main-nav_br-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .menu .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
    background: var(--header-bg-color);
    flex: 1 1
}

header .menu .menu-item > a, header .menu .menu-item > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
    color: var(--main-font-color);
    padding: 20px 10px;
    width: 100%;
    height: 100%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

header .menu .menu-item .sub-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    padding-top: 4px;
    list-style: none;
    background-color: #1e283f;
    z-index: 900;
    margin-top: 0;
    padding-left: 0;
}

header .menu .menu-item .sub-menu .menu-item {
    min-width: 100%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

header .menu .menu-item .sub-menu .menu-item > a, header .menu .menu-item .sub-menu .menu-item > span {
    display: block;
    padding: 10px 12px;
    background: var(--header-bg-color);
    color: var(--second-font-color);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

header .menu .menu-item.menu-item-has-children > a svg, header .menu .menu-item.menu-item-has-children > span svg {
    transform: rotate(180deg)
}

header .menu .menu-item .sub-menu .menu-item > a:after {
    display: none
}

header .menu .menu-item .sub-menu .menu-item:first-child > a, header .menu .menu-item .sub-menu .menu-item:first-child > span {
    padding-top: 12px
}

header .menu .menu-item .sub-menu .menu-item:last-child > a {
    padding-bottom: 12px
}

.header__burger {
    display: none;
    background-image: url(../images/burger.svg);
    width: 44px;
    height: 44px;
    min-width: 44px;
    cursor: pointer
}

.header__burger-checkbox {
    display: none
}

.header__burger._active {
    background-image: url(../images/burger_cross.svg)
}

@media (min-width: 1201px) {
    header .menu .menu-item > a:hover {
        background-color: var(--header-active-bg-color)
    }

    header .menu .menu-item .sub-menu .menu-item:hover {
        background-color: var(--header-active-bg-color)
    }

    header .menu .menu-item .sub-menu .menu-item:hover > a {
        background-color: var(--header-active-bg-color);
        color: var(--main-font-color)
    }

    header .menu .menu-item:hover > a:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@media (max-width: 1024px) {

    .header {
        height: 52px;
        position: fixed;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header__logo {
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
        padding: 17px 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .header__logo img {
        max-width: 103px
    }

    .header__nav {
        display: none
    }


    header .header__nav .menu-main-nav-container, .header__nav .menu-main-nav_bn-container, .header__nav .menu-main-nav_hi-container, .header__nav .menu-main-nav_br-container {
        display: none;
        width: 100%
    }

    header .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding-top: 20px;
        background-color: var(--header-bg-color);
        overflow: auto
    }

    header .menu .menu-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: auto
    }

    header .menu .menu-item > a, header .menu .menu-item > span {
        width: 100%;
        padding: 10px 16px;
        background-color: var(--header-bg-color)
    }

    header .menu .menu-item.menu-item-has-children > a, header .menu .menu-item.menu-item-has-children > span {
        display: flex;
        justify-content: space-between
    }

    header .menu .menu-item.menu-item-has-children._active > a svg, header .menu .menu-item.menu-item-has-children._active > span svg {
        transform: unset
    }

    header .menu .menu-item.menu-item-has-children_active .sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    header .menu .menu-item.menu-item-has-children_active > a:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    header .menu .menu-item .sub-menu {
        position: relative;
        top: 0;
        padding-top: 0
    }

    header .menu .menu-item .sub-menu .menu-item > a, header .menu .menu-item .sub-menu .menu-item > span {
        padding: 10px 32px
    }

    header .menu .menu-item .sub-menu .menu-item:first-child > a, header .menu .menu-item .sub-menu .menu-item:first-child > span {
        padding-top: 10px;
        border-radius: unset
    }

    header .menu .menu-item .sub-menu .menu-item:last-child > a {
        padding-bottom: 10px;
        border-radius: unset
    }

    .header.burger-active {
        height: auto;
        overflow: auto;
        max-height: 100vh
    }

    .header__burger {
        display: block;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    header._burger-active .header__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        width: 100%;
        height: auto;
        -ms-flex-order: 5;
        order: 5;
        margin-top: 20px
    }

    header._burger-active .header__nav .menu-main-nav-container, .header__nav .menu-main-nav_bn-container, .header__nav .menu-main-nav_hi-container, .header__nav .menu-main-nav_br-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

    header._burger-active .header__lang-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    header._burger-active .header__lang-block .lang-block__sub-menu_active .lang-block__list {
        background: var(--main-bg-color)
    }

    header._burger-active .header__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        background-color: var(--header-bg-color);
        width: 100%;
        padding: 8px 16px 0 16px;
        -ms-flex-order: 4;
        order: 4
    }
}

.header__logo img {
    height: auto
}

@media (max-width: 1000px) {
    header .menu .menu-item._active .sub-menu {
        display: flex
    }
}

header .menu .menu-item .sub-menu .menu-item > span {
    background-color: var(--header-active-bg-color)
}

@media (max-width: 1024px) {
    header .menu {
        padding-top: 0;
        padding-left: 0;
    }
}

@media (min-width: 1201px) {
    header .menu .menu-item > a:hover svg, header .menu .menu-item > span:hover svg {
        transform: unset
    }
}

.menu-arrow {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: flex-end;
    height: 100%
}

.header {
    position: relative;
    flex-wrap: wrap;
    height: unset;
}

.header__logo {
    justify-content: center;
    padding: 10px 0;
}

@media (max-width: 1024px) {
    .header__logo {
        order: 1;
        padding: 10px 0;
    }
}

.header__nav {
    justify-content: center;
    order: 2;
    margin-bottom: 10px;
}

@media (min-width: 1025px) {
    .header__nav .menu > .menu-item:first-child > a,
    .header__nav .menu > .menu-item:first-child > span {
        border-radius: 10px 0 0 10px;
    }

    .header__nav .menu > .menu-item:last-child > a,
    .header__nav .menu > .menu-item:last-child > span {
        border-radius: 0 10px 10px 0;
    }
}

.menu-main-nav-container {
    justify-content: center;
}

.header__burger {
    position: absolute;
    z-index: 900;
}

.header__burger {
    left: 5px;
    top: 5px;
}

header .menu .menu-item.menu-item-has-children:hover .sub-menu{
    display: flex;
}

:root{
    --main-font-color: var(--text-color);
}

header .menu .menu-item > a:hover,
header .menu .menu-item > span,
header .menu .menu-item .sub-menu .menu-item > a:hover,
header .menu .menu-item .sub-menu .menu-item > span{
    color: #fff;
}

.header__container{
    width: 100%;
}
@media (max-width: 1024px) {
    .menu-header-menu-container {
        width: 100%;
    }
}

.head-info__button-block-title--no-button {
    background: none;
    margin: 0;
}

.head-info__button-block-title--no-button span {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    background: none;
}

.head-info__button-block-title--no-button:after {
    display: none;
}

.head-info__table-td:first-child {
    font-weight: 500;
    color: #fff;
}

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

@media (max-width: 767px) {
    .columns {
        padding: 1rem 0;
    }

    .wrapper {
        margin: 40px 0;
    }
}

.onewinbetscomcombr-toc__item {
    display: flex;
}

.promocode__controls {
    margin: 0;
}

.footer__logo{
    padding: 10px 0;
}

.footer__logo img{
    max-width: 140px;
    height: auto;
}

.breadcrumbs{margin-top:-1px;background-color:var(--color-bg-header); width: 100%}.breadcrumbs__list{list-style:none;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}.breadcrumbs__list_item:not(:last-child){margin-right:14px}.breadcrumbs__list-link{font-family:inherit;font-weight:400;font-size:inherit;line-height:inherit;text-decoration:none;text-transform:capitalize;color:var(--text-color);padding:5px 0;-webkit-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out;transition:color .3s ease-in-out;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.breadcrumbs__list-link svg{margin-left:14px;fill:var(--text-color)}.breadcrumbs__list-link--no-active{color:var(--text-color)}.breadcrumbs__list-link--no-active svg{display:none}

.breadcrumbs__list{
    width: 100%;
}

a.breadcrumbs__list-link:hover{color: #fff}

.head-info__bonus{
    background-size: contain;
    background-position: center;
}

@media (max-width: 1023px) {
    .head-info__bonus{
        width: 100%;
    }
}

.footer__copyright {
	max-width: var(--width-container);
    padding: 10px var(--offsets);
    text-align: center;
    margin: 0 auto;
	    font-size: 14px;
    line-height: 16px;
}

.payment-systems {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 40px;
	list-style: none;
	flex-wrap: wrap;
	margin: 0 auto;
    padding: 0;
}

.payment-systems img {
	max-height: 50px;
	object-fit: contain;
	width: fit-content;
    margin-right: 16px;
}


.qewe {
	display: flex;
	justify-content: center;
}

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

.page-404 .page-404__title,
.page-404 .page-404__subtitle,
.page-404 .page-404__link {
    text-align: center;
}

.page-404 .page-404__link{
    margin-bottom: 1rem;
}

.footer__wrapper {
	padding: 10px 0;
	flex-basis: 100%;
}

.footer__logo {
	    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.content-button.alight-left .content-button__control {
    margin: 0 auto 0 0;
}

.content-button.align-right .content-button__control {
    margin: 0 0 0 auto;
}

.content-button.align-center .content-button__control {
    margin: 0 auto;
}

.content-button__control,
.page-header__button {
    display: flex;
    justify-content: center;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 12px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.content-button__control {
    background-image: linear-gradient(255deg,#00b7ff,#8d53e9);
}

.page-header__button--first {
    background: #40a4fb;
}

.page-header__button--second {
    background-image: linear-gradient(70deg,#31bc69 -8%,#089e4e 96%);
}

.content-button__control:hover {
    opacity: 0.9;
}

.wrapper > .content-button {
    margin-right: auto;
    margin-left: auto;
    padding: 0 var(--offsets);
    max-width: var(--width-container);
}

header .menu {
    margin: 0;
    padding: 0;
}

.how-to {
    margin-top: 1rem;
}

.how-to__item-label-counter {
    width: 50px;
    height: 50px;
    padding: 4px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-to__item::after {
    left: 24px;
}

.page-header__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}


@media (max-width: 1024px) {
    .how-to__item-image {
        margin-left: 20px;
    }

    .header__logo {
        order: 0;
    }
}

@media (max-width: 767px) {
    .content-button {
        margin-top: 1rem;
    }

    .how-to__item-label-counter {
        width: 32px;
        height: 32px;
    }

    .how-to__item::after {
        left: 0px;
        top: 40px;
        width: 2px;
    }

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

    .page-header__buttons {
        width: 100%;
    }
}

.head-info__button-block {
	background-image: linear-gradient(92deg,#1e283f,rgba(20,27,46,.6));
    background-color: #090f1e;
	border: none;
}

.head-info__button-block-title {
	background: none;
}

.head-info__button-block-title span {
	background: none;
}

.head-info__button-block-title::after {
	display: none;
}

.head-info__button-block-link {
	background: #40a4fb;
	border-radius: 5px;
}

.head-info__button-block-link:hover {
	opacity: 0.9;
}

.head-info__button-block-link svg path {
	fill: #fff !important;
}

.head-info__button-block-link::before,
.mobile-button__control::before{
	display: none;
}

@media (max-width: 1023px) {
	.wrapper:first-child .columns .columns__item.columns__item--image {
		order: 2;
	}
}

@media (max-width: 767px) {
	.promocode__container {
		padding: 16px;
	}
	
	.promocode__value {
		padding: 10px;
	}
	
	.promocode__button {
		margin-top: 0;
	}
}

@media (max-width: 450px) {
	.promocode__value {
		font-size: 20px;
	}
}


.mobile-button__control{
	background-color: #01D053;
}


.content-button {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.content-button.align-left {
    justify-content: flex-start;
}

.content-button.align-right {
    justify-content: flex-end;
}


