@charset "UTF-8";
@font-face {
    font-family: icons;
    font-display: swap;
    src: url(../fonts/icons.woff2) format("woff2"), url(../fonts/icons.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Plus Jakarta Sans;
    font-display: swap;
    src: url(../fonts/PlusJakartaSans-BoldItalic.woff2) format("woff2"), url(../fonts/PlusJakartaSans-BoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: Plus Jakarta Sans;
    font-display: swap;
    src: url(../fonts/PlusJakartaSans-ExtraBold.woff2) format("woff2"), url(../fonts/PlusJakartaSans-ExtraBold.woff) format("woff");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: Plus Jakarta Sans;
    font-display: swap;
    src: url(../fonts/PlusJakartaSans-Bold.woff2) format("woff2"), url(../fonts/PlusJakartaSans-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Plus Jakarta Sans;
    font-display: swap;
    src: url(../fonts/PlusJakartaSans-Regular.woff2) format("woff2"), url(../fonts/PlusJakartaSans-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Plus Jakarta Sans;
    font-display: swap;
    src: url(../fonts/PlusJakartaSans-Medium.woff2) format("woff2"), url(../fonts/PlusJakartaSans-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Plus Jakarta Sans;
    font-display: swap;
    src: url(../fonts/PlusJakartaSans-Light.woff2) format("woff2"), url(../fonts/PlusJakartaSans-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Plus Jakarta Sans;
    font-display: swap;
    src: url(../fonts/PlusJakartaSans-SemiBold.woff2) format("woff2"), url(../fonts/PlusJakartaSans-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active, :focus {
    outline: 0
}

a:active, a:focus {
    outline: 0
}

aside, footer, header, nav {
    display: block
}

body, html {
    min-height: 100%;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

button, input, textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a, a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: 400
}

p {
    margin-top: 1rem;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

@font-face {
    font-family: icons;
    src: url(../fonts/icons.ttf?9gj94n) format("truetype"), url(../fonts/icons.woff?9gj94n) format("woff"), url(../img/icons.svg?9gj94n#icons) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" icon-font__"]:before, [class^=icon-font__]:before {
    font-family: icons !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-font__deposit:before {
    content: "\e901";
    color: #fff
}

.icon-font__casino:before {
    content: "\e902";
    color: #fff
}

.icon-font__bonus:before {
    content: "\e903";
    color: #fff
}

.icon-font__reg:before {
    content: "\e904";
    color: #fff
}

.icon-font__app:before {
    content: "\e905";
    color: #fff
}

.wrapper {
    margin-top: 32px
}

.wrapper:last-child {
    margin-bottom: 32px
}

.container {
    margin: 0 auto;
    padding: 0 var(--offsets);
    max-width: calc(var(--width-container) + var(--offsets) * 2)
}

.container > :first-child {
    margin-top: 0
}

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

.background-block {
    max-width: var(--width-container);
    padding: 24px;
    border-radius: 12px;
    background: var(--BG---Gradient, linear-gradient(114deg, #1e283f 0, #101627 100%))
}

.text-image {
    margin-top: 24px;
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr)
}

.text-image.reversed .text-image__title {
    grid-column: 1/-1;
    -ms-grid-row: 1;
    grid-row: 1
}

.text-image.reversed .text-image__content {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;

}

.text-image.reversed > img {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2
}

.text-image__title {
    grid-column: 1/-1;
    margin: 0
}

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

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

.text-image__content > p a {
    color: #0a63f6;
    text-decoration-line: underline
}

.text-image__content .btn {
    margin-top: 20px;
    padding: 16px;
    width: -webkit-fill-available;
}

.text-image > img {
    max-width: 590px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.btn {
    position: relative;
    max-width: 13.125rem;
    padding: 12px 24px;
    gap: 10px;
    border-radius: .625rem;
    margin-top: 10px;
    display: block;
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    text-align: center;
    cursor: pointer
}

.btn:hover {
    -webkit-box-shadow: 0 0 5px 1px #beade4;
    box-shadow: 0 0 5px 1px #beade4
}

.btn svg {
    display: none
}

.btn--blue {
    background: linear-gradient(85deg, #0092fc 0, #0857c5 100%)
}

.btn--green {
    background: var(--Green-grad, linear-gradient(85deg, #2ab764 0, #099b4e 100%));
    -webkit-box-shadow: 0 2px 12px 0 rgba(39, 180, 98, .36);
    box-shadow: 0 2px 12px 0 rgba(39, 180, 98, .36)
}

.btn--white {
    background: #fff;
    color: #090f1e
}

.btn--full-width {
    width: 100%;
    max-width: unset
}

.btn--with-svg {
    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;
    gap: .5rem
}

.btn--with-svg svg {
    display: inline-block;
    min-width: 1.25rem;
    max-width: 1.25rem;
    height: 1.25rem
}

.promocode {
    max-width: 360px;
    margin-top: 30px;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .05);
    background-image: url(../images/bg-promocode.webp);
    background-size: cover;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .1);
    position: relative
}

.promocode .get-image {
	    position: absolute;
    top: -26px;
    right: -26px;
}

.promocode > p {
    position: absolute;
    top: -30px;
    right: -10px;
}

.promocode > p > img {

    max-width: 112px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.promocode__title {
    color: #9ea2ac;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    text-transform: uppercase
}

.promocode__title span {
    color: #ffc445;
    font-variant-numeric: lining-nums proportional-nums;
    text-shadow: 0 0 12.5px rgba(255, 196, 69, .5);
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase
}

.promocode__input {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    height: 2.9375rem;
    gap: .25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    border: 1px dashed #fff;
    background: rgba(255, 255, 255, .1)
}

.promocode__input div {
    max-width: 9.375rem;
    background-color: transparent;
    color: #ffc445;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    padding: 8px 12px
}

.promocode__copy-btn {
    margin-right: 10px;
    max-height: 21px;
    max-width: 23px;
    height: 100%;
    width: 100%;
    background: 0 0;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.promocode__copy-btn svg {
    width: 21px;
    height: 23px
}

.promocode__copy-btn:hover {
    -webkit-transform: scale(.97);
    -ms-transform: scale(.97);
    transform: scale(.97)
}

.promocode .btn {
    max-width: 100%;
    width: 100%;
    margin-top: 8px;
    padding: 16px 32px
}

.promocode--horizontal {
    max-width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns:1fr 1fr;
    row-gap: 20px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px
}

.promocode--horizontal .promocode__title {
    grid-column: 1/-1
}

.promocode--horizontal .promocode__input {
    -ms-grid-column: 1;
    grid-column: 1;
    margin-top: 0
}

.promocode--horizontal .btn {
    margin-top: 0;
    -ms-grid-column: 2;
    grid-column: 2
}

.cashback-list {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px
}

.cashback-list__item {
    flex: 1 1;
    width: auto;
    padding: 20px;
    border-radius: 16px;
    background: -webkit-gradient(linear, left top, right top, from(#871cff), to(#9e28fe));
    background: linear-gradient(90deg, #871cff 0, #9e28fe 100%);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(260px, 312px) minmax(0, 236px);
     grid-template-columns: minmax(260px, 312px) minmax(0, 236px);
    -ms-grid-rows: 1fr;
    grid-template-rows:1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    overflow: hidden
}

.cashback-list__item-text {
    -ms-grid-column: 1;
    grid-column: 1;
    width: 90%;
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 44px;
    text-transform: uppercase
}

.cashback-list__item > p:not(.cashback-list__item-text) {
    -ms-grid-column: 2;
    grid-column: 2;
    grid-row: 1/-1;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.cashback-list__item .btn {
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end
}

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

.links-list {
    width: 100%;
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    align-items: flex-start;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.links-list__item {
    width: 100%;
    /*max-width: 294px;*/
    border-radius: 16px;
    background: var(--BG---Gradient, linear-gradient(114deg, #1e283f 0, #101627 100%));
    overflow: hidden
}

.links-list__item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 100%;
    padding: 12px;
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

.links-list__item a::after {
    position: absolute;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='22' viewBox='0 0 26 22' fill='none'%3E%3Cpath d='M0 11L24 11' stroke='white' stroke-width='2'/%3E%3Cpath d='M14 1L24 11L14 21' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
    width: 64px;
    height: 64px;
    bottom: 0;
    right: 0;
    padding: 25px 0 0 25px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-left: 1px solid rgba(255, 255, 255, .1);
    border-radius: 100px 0 0 0;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.links-list__item a:hover::after {
    border-top: none;
    height: 100%;
    border-radius: 0;
    padding-top: 32px
}

.wp-block-table {
    margin-top: 20px;
    overflow-x: auto;
    scrollbar-width: thin
}

.wp-block-table table {
    width: 100%;
    border-spacing: 0;
    height: auto;
    border-radius: 10px;
    overflow: auto
}

.wp-block-table table thead tr:first-child {
    background: -webkit-gradient(linear, left top, right top, from(#0092fc), to(#0857c5));
    background: linear-gradient(90deg, #0092fc 0, #0857c5 100%)
}

.wp-block-table table thead tr:first-child td, .wp-block-table table thead tr:first-child th {
    border: none;
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px
}

.wp-block-table table thead tr:first-child td:first-child, .wp-block-table table thead tr:first-child th:first-child {
    border-radius: 10px 0 0 0
}

.wp-block-table table thead tr:first-child td:last-child, .wp-block-table table thead tr:first-child th:last-child {
    border-radius: 0 10px 0 0
}

.wp-block-table table td, .wp-block-table table th {
    border: 1px solid rgba(224, 227, 235, .5);
    padding: .75rem;
    /*text-align: center;*/
    color: var(--Text, #9ea2ac);
    font-family: "Plus Jakarta Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px
}

.wp-block-table table tbody {
    background: #fff
}

.wp-block-table table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 10px
}

.wp-block-table table tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0
}

.wp-block-table table tbody tr td:nth-child(even) {
    background: rgba(1, 143, 249, .05)
}

.wp-block-table table tbody tr td:nth-child(odd) {
    background: #fff
}

.wp-block-table table tbody tr td b {
    font-weight: bold;
}

.wp-block-table {
    margin-top: 20px;
    overflow-x: auto;
    scrollbar-width: thin
}

.wp-block-table.table-transparent table {
    width: 100%;
    border-spacing: 16px;
    height: auto;
    border-radius: 10px;
    overflow: auto;
    background: transparent !important;

}

.wp-block-table.table-transparent table td, .wp-block-table.table-transparent table th {
    text-align: left
}

.wp-block-table.table-transparent table td strong,
.wp-block-table.table-transparent table th strong,
.wp-block-table.table-transparent table td b,
.wp-block-table.table-transparent table th b {
    margin-top: 0;
    position: relative;
    padding-left: 15px;
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 22px
}

.wp-block-table.table-transparent table td strong::before,
.wp-block-table.table-transparent table th strong::before,
.wp-block-table.table-transparent table td b::before,
.wp-block-table.table-transparent table th b::before {
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: var(--Blue-Grad, linear-gradient(179deg, #0092fc 0, #0857c5 100%));
    -webkit-box-shadow: 0 0 12px 0 rgba(1, 143, 249, .5);
    box-shadow: 0 0 12px 0 rgba(1, 143, 249, .5)
}

.wp-block-table.table-transparent table td strong em,
.wp-block-table.table-transparent table th strong em,
.wp-block-table.table-transparent table td  em,
.wp-block-table.table-transparent table th  em {
    display: block;
    color: var(--Text, #9ea2ac);
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px
}

.wp-block-table.table-transparent table td,
.wp-block-table.table-transparent table th {
	color: #FFFFFF;
	font-weight: 800;
	position: relative;
}

.wp-block-table.table-transparent table td:before,
.wp-block-table.table-transparent table th:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 2px;
	background: linear-gradient(178.83deg, #0092FC 0%, #0857C5 100%);
 	box-shadow: 0px 0px 12px 0px #018FF980;
	position: absolute;
	top: 20px;
    left: 0;
}

.games-list {
    width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 16px
}

.games-list__slot {
    display: inline-block;
    min-width: 193px;
    max-width: 193px;
    padding: 4px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .1);
    overflow: hidden
}

.games-list__slot-img {
    text-align: center;
    position: relative;
    border-radius: 4px;
    overflow: hidden
}

.games-list__slot-img:hover .games-list__slot-img-buttons {
    left: 0
}

.games-list__slot-img-buttons {
    position: relative;
    padding: 5px;
    top: 0;
    left: 0;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10px;
    padding: 20px 8px;
    background-color: rgba(0, 0, 0, .6);
    left: -100%;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    z-index: 2
}

.games-list__slot-img-buttons .btn {
    display: block;
    padding: 8px;
    border-radius: 10px;
    width: 100%;
    margin: 0 auto;
    margin-top: 5px;
    padding: 12px;
    text-wrap: balance;
    text-transform: none
}



.games-list__slot-tag {
    display: inline-block;
    margin-top: 8px;
    padding: 4px 12px;
    border-radius: 8px;
    background: linear-gradient(103deg, #ff1f2c 0, #e40089 100%);
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase
}

.games-list__slot-tag--gold {
    background: linear-gradient(103deg, #ffce1f 0, #ec811e 100%)
}

.games-list__slot-name {
    margin-top: 4px;
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px
}

.bonuses-list {
    width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.bonuses-list__item {
    width: 100%;
    max-width: 386px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: linear-gradient(163deg, #635ff5 .29%, #5820a0 100%);
    overflow: hidden
}

.bonuses-list__item button {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 0 20px 20px 20px;
	background:transparent;
}

.bonuses-list__item button::after {
    position: absolute;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='22' viewBox='0 0 26 22' fill='none'%3E%3Cpath d='M0 11L24 11' stroke='white' stroke-width='2'/%3E%3Cpath d='M14 1L24 11L14 21' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
    width: 64px;
    height: 64px;
    bottom: 0;
    right: 0;
    padding: 25px 0 0 25px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-left: 1px solid rgba(255, 255, 255, .1);
    border-radius: 100px 0 0 0;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.bonuses-list__item button:hover::after {
    width: 80px;
    height: 80px;
    padding: 35px 0 0 45px
}

.bonuses-list__item--orange {
    background: linear-gradient(163deg, #fcb84c .29%, #f5681a 100%)
}

.bonuses-list__item--purple {
    background: linear-gradient(163deg, #755ff4 .29%, #bf08f6 100%)
}

.bonuses-list__item > img {
    max-width: 304px;
    -o-object-fit: contain;
    object-fit: contain;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.bonuses-list__item-text {
    max-width: 60%;
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
	text-align:left;
}

.advantages-list {
    margin-top: 16px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.advantages-list__item {
    width: 100%;
    max-width: 386px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: linear-gradient(163deg, rgba(255, 255, 255, .15) .29%, rgba(255, 255, 255, .05) 100%)
}

.advantages-list__item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
	
	  word-break: break-all;
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px
}

.advantages-list__item-info > img {
    width: 68px;
    height: 68px;
    -o-object-fit: contain;
    object-fit: contain
}

.advantages-list__item p a {
    color: var(--Link, #018ef8)
}

.wp-block-table {
    margin-top: 20px;
    overflow-x: auto;
    scrollbar-width: thin
}

.wp-block-table.table-horizontal table {
    width: 100%;
    border-spacing: 0;
    height: auto;
    border-radius: 10px;
    overflow: auto
}

.wp-block-table.table-horizontal table td, .wp-block-table.table-horizontal table th {
    border: 1px solid rgba(224, 227, 235, .5);
    padding: .75rem;
    text-align: center;
    color: var(--Text, #9ea2ac);
    font-family: "Plus Jakarta Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px
}

.wp-block-table.table-horizontal table tbody {
    background: #fff
}

.wp-block-table.table-horizontal table tbody tr:first-child td:first-child {
    border-radius: 10px 0 0 0
}

.wp-block-table.table-horizontal table tbody tr:first-child td:last-child {
    border-radius: 0 10px 0 0
}

.wp-block-table.table-horizontal table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 10px
}

.wp-block-table.table-horizontal table tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0
}

.wp-block-table.table-horizontal table tbody tr td:nth-child(even) {
    background: rgba(1, 143, 249, .05)
}

.wp-block-table.table-horizontal table tbody tr td:nth-child(odd) {
    background: #fff
}

.wp-block-table.table-horizontal table tbody tr td:first-child {
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#0092fc), to(#0857c5));
    background: linear-gradient(90deg, #0092fc 0, #0857c5 100%);
    border: none
}

.steps-list {
    margin-top: 24px;
    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;
    gap: 3.125rem;
    counter-reset: myCounter
}

.steps-list::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #018ef8
}

.steps-list .step {
    position: relative;
    width: 100%;
    padding: .75rem;
    border-radius: 0 12px 12px 0;
    border: 1px solid var(--Purple, #018ef8);
    list-style: 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;
    gap: 1.25rem
}

.steps-list .step::before {
    counter-increment: myCounter;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: counter(myCounter);
    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: 32px;
    height: 32px;
    border-radius: 16px;
    background: var(--Blue-Grad, linear-gradient(179deg, #0092fc 0, #0857c5 100%));
    -webkit-box-shadow: 0 0 12px 0 rgba(2, 135, 242, .5);
    box-shadow: 0 0 12px 0 rgba(2, 135, 242, .5);
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: 26px
}

.steps-list .step-text {
    max-width: 35.625rem
}

.steps-list .step-text p:first-child {
    margin-top: 0
}

.steps-list .step-text .btn {
    max-width: 17.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.steps-list .step img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 40.4375rem;
    height: 100%;
    overflow: hidden;
    border-radius: .5rem;
    -o-object-fit: cover;
    object-fit: cover
}

.app-specs {
    width: 100%;
    margin-top: 32px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns:1fr 1fr;
    gap: 12px
}

.app-specs__button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 2px 12px 0 rgba(255, 255, 255, .2);
    box-shadow: 0 2px 12px 0 rgba(255, 255, 255, .2);
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.app-specs__button:hover {
    -webkit-box-shadow: 0 0 5px 1px #beade4;
    box-shadow: 0 0 5px 1px #beade4
}

.app-specs__button--green {
    background: var(--Green-grad, linear-gradient(85deg, #2ab764 0, #099b4e 100%));
    -webkit-box-shadow: 0 2px 12px 0 rgba(39, 180, 98, .36);
    box-shadow: 0 2px 12px 0 rgba(39, 180, 98, .36)
}

.app-specs__button--green .app-specs__button-text {
    color: #fff
}

.app-specs__button-text {
    color: var(--BG-color, #090f1e);
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px
}

.app-specs__button-text span {
    display: block;
    margin-top: 6px;
    text-align: left;
    font-size: 15px;
    font-weight: 800;
    line-height: 16px;
    text-transform: uppercase
}

.app-specs__button svg:first-child {
    margin-right: 4px
}

.app-specs__button svg:last-child {
    margin-left: auto
}

.app-specs__info {
    grid-column: 1/-1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px
}

.app-specs__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 4px;
    color: #fff;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 22px
}

.app-specs__rating span {
    color: var(--Text, #9ea2ac);
    font-weight: 400
}

.app-specs__downloads {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 4px;
    color: var(--Text, #9ea2ac);
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px
}

.info-list {
    max-width: 75rem;
    width: 100%;
    margin-top: 20px
}

.info-list-row {
	display: grid;
    -ms-grid-columns: 1fr 1fr 1.78fr;
    grid-template-columns: 1fr 1fr 1.78fr;
    gap: 24px;
}

.info-list__item {
    border-radius: 16px;
    background: repeating-linear-gradient(45deg, rgba(96, 98, 113, .8) 0, rgba(96, 98, 113, .8) 1px, #383b53 0, #383b53 9px);
    padding: 20px;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%
}

.info-list__item-title {
    margin-top: 0;
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px
}

.info-list__item-text {
    color: var(--Text, #9ea2ac);
    font-family: "Plus Jakarta Sans";
    font-size: 17px;
    font-style: normal;
    line-height: 26px;
    font-weight: 500;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.info-list__item-text:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.info-list__item-text span {
    color: #fff;
    font-weight: 700
}

.info-list__item-ul {
    margin-top: 20px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.info-list__item--app .info-list__item-ul td:before {
	display:none
}

.info-list__item-ul td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    color: var(--Text, #9ea2ac);
    text-align: left;
    font-family: "Plus Jakarta Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 12px
}

.info-list__item-ul td:before {
    content: "";
    min-width: 8px;
    max-width: 8px;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
    height: 8px;
    border-radius: 2px;
    background: var(--Blue-Grad, linear-gradient(179deg, #0092fc 0, #0857c5 100%));
    -webkit-box-shadow: 0 0 12px 0 rgba(1, 143, 249, .5);
    box-shadow: 0 0 12px 0 rgba(1, 143, 249, .5)
}

.info-list__item-ul tr a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: var(--Text, #9ea2ac);
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px
}

.info-list__item-ul tr a svg {
    max-width: 24px
}

.info-list__item--app .info-list__item-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.info-list__item--app .info-list__item-ul li {
    margin-bottom: 0
}

.info-list__item--app .info-list__item-ul li::before {
    display: none
}

.info-list__item--deposit {
    grid-column: 1/-1
}

.breadcrumbs {
    margin-top: 10px
}

.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .1875rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.breadcrumbs__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: .25rem;
    gap: .5rem
}

.breadcrumbs__list li::after {
    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;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 4L10 8L6 12' stroke='white' stroke-opacity='0.1'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px)
}

.breadcrumbs__list li:last-child::after {
    display: none
}

.breadcrumbs__list li a {
    color: var(--Link, #018ef8);
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

.breadcrumbs__list li a:hover {
    color: var(--Secondary, #45abf4)
}

.breadcrumbs__list li span {
    color: var(--Text, #9ea2ac);
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    cursor: default
}

.hidden_svg {
    display: none
}

.no-scroll {
    overflow: hidden
}

.title {
    color: #fff;
    font-family: Inter;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.25rem;
    text-transform: uppercase;
    margin-bottom: 1.0625rem
}

.title span {
    color: var(--btn, #1d53dd)
}

body {
    background: var(--BG-color, #090f1e);
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

h1 {
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 44px
}

h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px
}

h2::before {
    display: inline-block;
    margin-right: 8px;
    content: "";
    width: 4px;
    height: 36px;
    border-radius: 0 4px 4px 0;
    background: linear-gradient(179deg, #0092fc 0, #0857c5 100%);
    -webkit-box-shadow: 0 0 12px 0 rgba(1, 143, 249, .5);
    box-shadow: 0 0 12px 0 rgba(1, 143, 249, .5)
}

h2 > img, h2 > svg {
    min-width: 48px;
    max-width: 48px;
    -o-object-fit: contain;
    object-fit: contain
}

h2.without-line::before {
    display: none
}

h3 {
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px
}

p {
    margin-top: 1rem;
    color: var(--Text, #9ea2ac);
    font-family: "Plus Jakarta Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px
}

ol {
    margin-top: 16px;
    color: var(--Text, #9ea2ac);
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    counter-reset: MyCounter;
    list-style: none
}

ol li {
    position: relative;
    counter-increment: MyCounter;
    padding-bottom: 1rem;
    padding-left: 1.875rem
}

ol li:last-child {
    padding-bottom: 0
}

ol li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: counter(MyCounter);
    width: 24px;
    height: 24px;
    border-radius: 16px;
    background: var(--Blue-Grad, linear-gradient(179deg, #0092fc 0, #0857c5 100%));
    -webkit-box-shadow: 0 0 12px 0 rgba(1, 143, 249, .5);
    box-shadow: 0 0 12px 0 rgba(1, 143, 249, .5);
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    line-height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: .625rem
}

ul.wp-block-list {
    margin-top: 16px;
    color: var(--Text, #9ea2ac);
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

ul.wp-block-list li {
    position: relative;
    padding-bottom: 12px;
    padding-left: 16px
}

ul.wp-block-list li:last-child {
    padding-bottom: 0
}

ul.wp-block-list li::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 2px;
    background: var(--Blue-Grad, linear-gradient(179deg, #0092fc 0, #0857c5 100%));
    -webkit-box-shadow: 0 0 12px 0 rgba(1, 143, 249, .5);
    box-shadow: 0 0 12px 0 rgba(1, 143, 249, .5)
}

:root {
    --height: 0px;
    --offsets: 20px;
    --width-container: 1248px;
    --star-color: lightgray;
    --star-background: #ffb801;
    --star-background-review: #04da8d
}

.header {
    position: sticky;
    top: 0;
    padding-top: .625rem;
    padding-bottom: .625rem;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    background: var(--BG-color, #090f1e)
}

.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    align-items: center;
    gap: 1.875rem
}

.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: auto;
    max-width: 8.75rem
}

.header__logo a {
    width: 100%
}

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

.header__nav {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: .625rem;
    max-width: 55%
}

.header__nav > ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.75rem
}

.header__nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .25rem
}

.header__nav li img {
    max-height: 16px;
    -o-object-fit: contain;
    object-fit: contain
}

.header__nav li a {
    word-break: break-all;
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    -webkit-transition: color .2s ease 0s;
    transition: color .2s ease 0s
}

.header__nav li a:hover {
    color: #018cf7
}

.header__nav li span {
    word-break: break-all;
    color: #0857c5;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    cursor: default
}

.header__nav li.has-submenu {
    position: relative;
    padding-right: 1.25rem
}

.header__nav li.has-submenu svg {
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: .75rem;
    height: .75rem;
    -webkit-transition: -webkit-transform .2s ease 0s;
    transition: -webkit-transform .2s ease 0s;
    transition: transform .2s ease 0s;
    transition: transform .2s ease 0s, -webkit-transform .2s ease 0s
}

.header__nav li.has-submenu .submenu {
    display: none;
    position: absolute;
    min-width: 10.1875rem;
    padding: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 12px;
    background: #fff;
    right: 50%;
    top: 40px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 99
}

.header__nav li.has-submenu .submenu::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    background: 0 0;
    top: -20px;
    left: 0
}

.header__nav li.has-submenu .submenu::after {
    position: absolute;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4' viewBox='0 0 8 4' fill='none'%3E%3Cpath d='M4 0L0 4H8L4 0Z' fill='white'/%3E%3C/svg%3E");
    top: -13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header__nav li.has-submenu .submenu a {
    font-weight: 300;
    color: var(--BG-color, #090f1e);
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

.header__buttons {
    max-width: 26.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-item-align: start;
    align-self: flex-start;
    gap: .5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header__buttons .btn {
    margin-top: 0
}

.header__burger {
    display: none;
    position: relative;
    width: 27px;
    height: 21px;
    margin-top: .625rem;
    cursor: pointer
}

.header__burger::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: .25rem;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.header__burger::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: .25rem;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.header__burger span {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: .25rem;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.header.burger-active .header__burger span {
    display: none
}

.header.burger-active .header__burger::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
    right: 5px;
    width: 100%
}

.header.burger-active .header__burger::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 8px;
    right: 5px;
    width: 100%
}

.hero-section {
    /*padding: 32px !important;*/
    /*border-radius: 16px !important;*/
    /*background: var(--H1-BG, linear-gradient(180deg, #1d273e 0, #11182a 100%)) !important*/
}

.hero-section .text-image__content, .hero-section .text-image__title {
    -ms-grid-column: 1;
    grid-column: 1
}

.hero-section.text-image > p {
    margin-top: -60px !important;
    -ms-grid-column: 2;
    grid-column: 2
}

.toc-section__toc {
    padding: 1.25rem;
    border-radius: 12px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1d273e), to(#11182a));
    background: linear-gradient(180deg, #1d273e 0, #11182a 100%);
}

.toc-section__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .25rem;
    position: relative;
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    cursor: pointer
}

.toc-section__title::after {
    position: absolute;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Crect width='20' height='20' rx='4' fill='white' fill-opacity='0.1'/%3E%3Cg filter='url(%23filter0_d_190_3473)'%3E%3Cpath d='M5 8L10 13L15 8' stroke='%23018EF8' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_190_3473' x='0.292969' y='3.29289' width='19.4141' height='15.1213' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.00392157 0 0 0 0 0.556863 0 0 0 0 0.972549 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_190_3473'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_190_3473' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.toc-section__toc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem
}

.toc-section__toc.active .toc-section__title::after {
    -webkit-transform: translateY(-80%) rotate(180deg);
    -ms-transform: translateY(-80%) rotate(180deg);
    transform: translateY(-80%) rotate(180deg)
}

.toc-section__toc.active .toc-section__toc-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}
.toc-section__toc.active .toc-section__toc-list.horizontal {
    flex-direction: row;
    align-items: flex-start;
}
.toc-section__toc-list {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 12px
}

.toc-section__toc-item {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.toc-section__toc-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
    height: 100%;
    padding: 8px 8px 8px 12px;
    border: 1px solid rgba(1, 142, 248, .5);
    border-radius: 10px;
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

.toc-section__toc-item a:hover::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.toc-section__toc-item a::before {
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M3 3L17 17' stroke='%23018EF8' stroke-width='2'/%3E%3Cpath d='M17 5V17H5' stroke='%23018EF8' stroke-width='2'/%3E%3C/svg%3E")
}

.faq-section__list {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.faq-section__item {
    max-width: 100%;
    width: 100%;
    position: relative;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.faq-section__item-text p {
    max-width: 95%
}

.faq-section__item-text p:first-child {
    margin-top: 0
}

.faq-section summary {
    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;
    padding: 12px 0;
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    cursor: pointer
}

.faq-section summary::marker {
    content: ""
}

.faq-section summary::after {
    position: absolute;
    right: 0;
    top: 20px;
    content: " ";
    display: inline-block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg filter='url(%23filter0_d_2041_3002)'%3E%3Crect x='11' y='6' width='2' height='12' fill='%23018EF8'/%3E%3Crect x='18' y='11' width='2' height='12' transform='rotate(90 18 11)' fill='%23018EF8'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_2041_3002' x='-2' y='-2' width='28' height='28' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.00392157 0 0 0 0 0.556863 0 0 0 0 0.972549 0 0 0 0.5 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2041_3002'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2041_3002' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    height: 24px;
    width: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.faq-section__item[open] summary:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.tabs {
    overflow: hidden;
    border-radius: 16px;
    background: -webkit-gradient(linear, left top, right top, from(#4a73ff), to(#db44a2));
    background: linear-gradient(90deg, #4a73ff 0, #db44a2 100%)
}

.tabs__header {
    list-style: none;
    text-wrap: nowrap;
    white-space: nowrap;
    text-align: center;
    padding: 8px 0;
    gap: .4375rem;
    overflow-x: auto;
    scrollbar-width: thin
}

.tabs__header-item {
    display: inline-block;
    margin-right: .5rem
}

.tabs__header-item:first-child {
    margin-left: 5px
}

.tabs__header-item:last-child {
    margin-right: 0
}

.tabs__header-button {
    width: 200px;
    padding: .75rem;
    text-wrap: nowrap;
    white-space: nowrap;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .5);
    background: 0 0;
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    cursor: pointer
}

.tabs__header-button.active {
    background: #fff;
    -webkit-box-shadow: 2px 2px 12px 0 rgba(255, 255, 255, .25);
    box-shadow: 2px 2px 12px 0 rgba(255, 255, 255, .25);
    color: var(--BG-color, #090f1e)
}

.tabs__content {
    width: calc(100% - 2px);
    margin: 0 auto;
    background: #090f1e;
    border-radius: 16px
}

.tabs__item {
    margin: 1px;
    padding: 24px
}

.tabs__item > :first-child {
    margin-top: 0
}

.tabs__item.visually-hidden {
    display: none
}

.footer {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 1.25rem;
    gap: 20px
}

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

.footer__logo {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.footer__logo::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 5rem;
    width: calc(100% - 5rem);
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, color-stop(-1.19%, #2a3549), to(rgba(42, 53, 73, 0)));
    background: linear-gradient(90deg, #2a3549 -1.19%, rgba(42, 53, 73, 0) 100%)
}

.footer__logo img {
    max-width: 4.125rem;
    -o-object-fit: contain;
    object-fit: contain
}

.footer__nav {
    max-width: 60%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px
}

.footer__nav li {
    margin-top: 1rem;
    max-width: 150px
}

.footer__nav li:first-child {
    margin-top: 0
}

.footer__nav li > a {
    color: var(--White, #fff);
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px
}

.footer__nav li > a:hover {
    color: #018ef8
}

.footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #141d2e;
    border-top: 1px solid #141d2e
}

.footer__payments {
    max-width: 529px;
    width: 100%;
    padding-right: 20px;
    border-right: 1px solid #141d2e
}

.footer__payments-list {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__payments-list li > img {
    max-height: 1.1875rem;
    -o-object-fit: contain;
    object-fit: contain
}

.footer__socials {
    max-width: 236px;
    width: 100%;
    padding-right: 20px;
    border-right: 1px solid #141d2e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px
}

.footer__socials-dmca {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.footer__socials-dmca > img, .footer__socials-dmca > svg {
    max-height: 32px;
    -o-object-fit: contain;
    object-fit: contain
}

.footer__socials-list {
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__socials-list img {
    max-width: 46px;
    -o-object-fit: contain;
    object-fit: contain
}

.footer__app {
    max-width: 399px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px
}

.footer__app > img {
    max-width: 107px;
    -o-object-fit: contain;
    object-fit: contain
}

.footer__app-buttons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.footer__app-button {
    max-width: 15.625rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 2px 12px 0 rgba(255, 255, 255, .2);
    box-shadow: 0 2px 12px 0 rgba(255, 255, 255, .2);
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.footer__app-button:hover {
    -webkit-box-shadow: 0 0 5px 1px #beade4;
    box-shadow: 0 0 5px 1px #beade4
}

.footer__app-button-text {
    color: #090f1e;
    text-align: left;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px
}

.footer__app-button-text span {
    display: block;
    color: #090f1e;
    font-weight: 700
}

.footer__app-button svg:first-child {
    margin-right: .25rem
}

.footer__app-button svg:last-child {
    margin-left: auto
}

.footer__counrties {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 1px solid #141d2e
}



.footer__counrties li a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    color: #9EA2AC;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px
}

.footer__counrties li a img {
    max-width: 16px;
    max-height: 16px;
    -o-object-fit: contain;
    object-fit: contain
}

.footer__copywrite {
    color: var(--Text, #b3b5bb);
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px
}

.ad-section-v1 {
    margin-top: 10px;
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: .625rem;
    border-radius: 12px 12px 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(99.08%, #d4d4d4));
    background: linear-gradient(180deg, #fff 0, #d4d4d4 99.08%);
    display: none;
    -ms-grid-columns: 69px minmax(150px, auto) minmax(122px, auto);
    grid-template-columns:69px minmax(150px, auto) minmax(122px, auto);
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows:1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 98
}

.ad-section-v1 p {
    max-width: 69px;
    max-height: 69px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3
}

.ad-section-v1__brand-name {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    margin-top: 0;
    margin-left: 8px;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    background: var(--Blue-Grad, linear-gradient(179deg, #0092fc 0, #0857c5 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.ad-section-v1__description {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin-top: 0;
    margin-left: 8px;
    color: #fff;
    color: #586075;
    font-family: "Plus Jakarta Sans";
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px
}

.ad-section-v1 .btn {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    border: 1px solid #fff;
    padding: 10px 12px;
    margin-left: 8px;
    max-width: unset;
    gap: .1875rem;
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px
}

.ad-section-v2 {
    margin-top: 10px;
    position: sticky;
    bottom: 0;
    padding: 10px 10px 10px 80px;
    border-radius: 12px 12px 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(99.08%, #d4d4d4));
    background: linear-gradient(180deg, #fff 0, #d4d4d4 99.08%);
    display: none;
    -ms-grid-columns: minmax(145px, auto) minmax(105px, auto);
    grid-template-columns:minmax(145px, auto) minmax(105px, auto);
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows:1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 98
}

.ad-section-v2 > p > img {
    position: absolute;
    bottom: 0;
    left: 5px;
    max-width: 72px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.ad-section-v2__brand-name {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    margin-top: 0;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    background: var(--Blue-Grad, linear-gradient(179deg, #0092fc 0, #0857c5 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.ad-section-v2__description {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin-top: 0;
    color: #fff;
    color: #586075;
    font-family: "Plus Jakarta Sans";
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px
}

.ad-section-v2 .btn {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    border: 1px solid #fff;
    padding: 10px 12px;
    margin-left: 8px;
    max-width: unset;
    gap: .1875rem;
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px
}

@media (min-width: 1380px) {
    .header__nav li.has-submenu:hover svg {
        -webkit-transform: rotate(180deg) translateY(6px);
        -ms-transform: rotate(180deg) translateY(6px);
        transform: rotate(180deg) translateY(6px)
    }

    .header__nav li.has-submenu:hover .submenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 1671px) {
    .header__buttons {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
}

@media (max-width: 1380px) {
    .background-block {
        max-width: 100%;
        margin: 0 var(--offsets)
    }
    .hero-section .text-image__title {
        margin-top: -60px;
    }
    .bonuses-list__item a {
        align-items: center;
    }
    .text-image {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .text-image.reversed .text-image__content {
        grid-column: 1/-1;
        -ms-grid-row: 3;
        grid-row: 3;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        grid-column: auto !important;
        grid-row: auto !important;
    }

    .text-image.reversed > p  {
        grid-column: 1/-1;
        -ms-grid-row: 2;
        grid-row: 1
    }

    .text-image__content {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        grid-column: auto;
        grid-row: auto
    }
	
	.text-image__content h1 {
		order: 1;
	}
	
	.prefix-content-button {
		order: 10;
	}
	
	.wrapper:first-child .text-image__content p {
		order: 5;
	}

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

    .text-image__content .app-specs {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: 2
    }

    .text-image > img {
        max-width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        grid-column: auto;
        grid-row: auto
    }

    .promocode__input {
        max-width: unset;
        margin-top: 1.25rem
    }

    .promocode {
        max-width: unset;
        margin-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cashback-list__item {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .links-list__item {
        max-width: 100%
    }

    .bonuses-list__item {
        max-width: 100%
    }

    .steps-list .step {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .steps-list .step-text {
        max-width: 100%
    }

    .info-list__item {
        grid-column: 1/-1
    }

    .header__content {
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 .9375rem
    }

    .header__nav > ul {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .header__nav li.has-submenu svg {
        top: 12px
    }

    .header__nav li.has-submenu .submenu {
        width: 100%;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .header__nav li.has-submenu .submenu::after, .header__nav li.has-submenu .submenu::before {
        display: none
    }

    .header__nav li.has-submenu .submenu li {
        border: none;
        padding-bottom: 10px
    }

    .header__nav li.has-submenu.active {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        border-radius: .75rem;
        padding-left: .625rem;
        padding-top: .625rem;
        padding-right: 0
    }

    .header__nav li.has-submenu.active a {
        -ms-flex-item-align: start;
        align-self: flex-start;
        padding-left: 0
    }

    .header__nav li.has-submenu.active svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .header__nav li.has-submenu.active .submenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header__nav li {
        position: relative;
        width: 90%;
        margin-left: .625rem;
        margin-right: .625rem;
        padding-bottom: 1.0625rem;
        cursor: pointer
    }

    .header__nav li a, .header__nav li span {
        padding-left: .625rem;
        display: block
    }

    .header__nav {
        background: var(--BG-color, #090f1e);
        position: absolute;
        bottom: 0;
        right: 50%;
        -webkit-transform: translate(50%, calc(100% + .625rem));
        -ms-transform: translate(50%, calc(100% + .625rem));
        transform: translate(50%, calc(100% + .625rem));
        height: calc(100vh - var(--height));
        height: calc(100svh - var(--height));
        max-width: 100vw;
        width: 100vw;
        display: none;
        z-index: 5;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        overflow-y: auto
    }

    .header__nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: .625rem
    }

    .header__buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-right: 3.75rem;
        margin-left: 1.25rem;
        gap: .5rem;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .header__burger {
        display: block;
        position: absolute;
        right: 1.25rem
    }

    .header.burger-active .header__nav {
        display: block
    }

    .hero-section .text-image__content, .hero-section .text-image__title {
        grid-column: 1/-1;
        /*grid-row: 2;*/
    }

    .hero-section.text-image > p {
        margin-top: 0 !important;
        grid-column: 1/-1;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: auto;
    }
}

@media (max-width: 1000px) {
    .footer__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .footer__payments {
        max-width: 100%;
        padding-right: 0;
        border-right: none
    }

    .footer__socials {
        max-width: 100%;
        border-right: none
    }

    .footer__app {
        max-width: 100%
    }
}

@media (max-width: 914px) {
    .advantages-list__item {
        max-width: 100%
    }
}

.cashback-list__item .get-image {
		text-align: end;
		right: -45px;
		position: relative;
	width: 100%;
	}

@media (max-width: 1200px) {
   .cashback-list__item .get-image {
		right: -20px;
	}
}

@media (max-width: 768px) {
    .background-block {
        padding: 20px 16px !important
    }
	
	.advantages-list__item {
		padding: 12px 16px;
	}
	
	.advantages-list__item-info {
		font-size: 16px;
		line-height: 18px;
	}
	
	.wp-block-table table td, .wp-block-table table th {
		font-size: 14px!important;
	}
	
	

    .promocode--horizontal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px
    }
	
	.table-horizontal table tr td { text-align:left; }
	
	.text-image__content {
		overflow: hidden;
	}
	
	.wp-block-table {
		overflow: auto;
	}

    .promocode--horizontal .promocode__input {
        margin-top: 10px
    }

    .cashback-list__item {
       display: flex;
		flex-direction: column;
        gap: 8px
    }
	
	.cashback-list__item .btn {
		width: 100%;
	}
	
	
	
	.cashback-list__item .get-image img {
		height: 100%;
    width: auto;
	}

    .cashback-list__item-text {
        grid-column: 1/-1;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
      
        font-size: 20px;
        line-height: 28px
    }

    .cashback-list__item > p {
        grid-column: 1/-1;
        grid-row: unset;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
      
        max-height: 223px
    }

    .cashback-list__item .btn {
        grid-column: 1/-1;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
   
        max-width: 100%
    }

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

    .wp-block-table table {
        width: 48rem
    }
    .text-image__content .wp-block-table table {
        width: 100%
    }
    .wp-block-table table thead tr:first-child td:first-child, .wp-block-table table thead tr:first-child th:first-child {
        min-width: 168px;
        max-width: 168px
    }
	
	.wp-block-table table td:not(:first-child), .wp-block-table table th:not(:first-child) {
		 min-width: 250px;
		text-align:left;
	}

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

    .wp-block-table.table-transparent table {
        border-spacing: 0
    }

    .wp-block-table.table-transparent table tr {
        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-table.table-transparent table td, .wp-block-table.table-transparent table th {
        margin-top: 0
    }

    .games-list {
        max-width: 100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow-x: auto;
        scrollbar-width: thin
    }

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

    .wp-block-table.table-horizontal table {
        width: 48rem
    }

    .steps-list .step img {
        max-width: 100%;
        /*margin-bottom: 1rem*/
    }
    .step-text p {
        margin: 0;
    }

    .header__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: .9375rem
    }

    .header__buttons {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        width: 100%;
        max-width: unset
    }

    .hero-section {
        /*padding: 20px 16px !important*/
    }

    .footer__nav {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        max-width: 100%
    }

    .ad-section-v1 {
        display: -ms-grid;
        display: grid
    }

    .ad-section-v2 {
        display: -ms-grid;
        display: grid
    }
}

@media (max-width: 576px) {
    .games-list__slot-img:hover .games-list__slot-img-buttons {
        left: -100%;
    }

    .games-list__slot-img-buttons.open {
        left: 0 !important;
    }

    .bonuses-list__item a {
        align-items: flex-start;
    }
    .wp-block-table table td{
        font-size: 14px !important;
    }
    .wrapper {
        margin-top: 24px
    }

    .container {
        padding: 0 12px
    }

    .background-block {
        margin: 0 12px
    }

    .text-image__content .btn {
        max-width: 100%
    }

    .btn {
        padding: 12px 23px
    }

    .promocode__input div {
        font-size: 1rem
    }

    .games-list__slot {
        min-width: 140px;
        max-width: 140px
    }

    .bonuses-list__item-text {
        max-width: 90%
    }

    .steps-list .step::before {
        width: 24px;
        height: 24px;
        font-size: 15px
    }

    .steps-list .step-text .btn {
        max-width: unset
    }

    .steps-list .step img {
        width: 100%;
        height: 8.25rem;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .app-specs {
        margin-top: 16px
    }

    .app-specs__button {
        grid-column: 1/-1
    }

    .app-specs__info {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .title {
        font-size: 1.5625rem
    }

    h1 {
        font-size: 24px;
        line-height: 32px
    }

    h2 {
        font-size: 20px;
        line-height: 28px;
    }

    h3 {
        font-size: 18px;
        line-height: 24px;
    }

    p {
        font-size: 14px;
        line-height: 22px
    }

    .header__content {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .header__logo {
        /*margin-right: 0;*/
        max-width: 6.25rem
    }

    .header__burger {
        right: 1rem
    }

    .hero-section {
        /*margin: 0 12px !important*/
    }

    .hero-section .text-image__title {
        margin-top: -60px
    }

    .toc-section__title::after {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .toc-section__title {
        font-size: 16px;
        line-height: 24px
    }

    .toc-section__toc.active .toc-section__title::after {
        -webkit-transform: translateY(-80%) rotate(180deg);
        -ms-transform: translateY(-80%) rotate(180deg);
        transform: translateY(-80%) rotate(180deg)
    }

    .toc-section__toc-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .faq-section summary {
        font-size: 16px;
        line-height: 24px
    }

    .tabs__header-button {
        width: 134px
    }

    .footer {
        padding: 12px 32px !important
    }

    .footer__app {
        gap: 10px
    }
}


p.get-image {
    margin: 0;
}

a {
    color: #0a63f6;

}

.prefix-toc__list.toc-section__toc-list.vertical {
    list-style: none;
}

.header__nav li p {
    line-height: 20px;
}

.game__preview img {
    width: 100%;
    height: auto;
}

.game iframe {
    width: 100%;
    height: 800px;
}

.game {
    position: relative;
}

.game__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.faq-section h3 {
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    cursor: pointer;
    width: 93%;
}

.scroll-top__button {
    position: fixed;
    right: 20px;
    bottom: 125px;
    height: 50px;
    width: 50px;
}


.text-image.reversed .text-image__content {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 1;
    /*grid-column: auto;*/
    /*grid-row: auto;*/
}

.attachment-full.size-full {
    width: 100%;
    height: auto;
}

.screenshot-gallery__list {
    display: flex;
    gap: 10px;
    margin-top: 16px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.screenshot-gallery__item {
    min-width: 150px;
}

.container.background-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-nav__link--current {
    color: #0857c5;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.slot-item-modal-top {
    background: var(--BG---Gradient, linear-gradient(114deg, #1E283F 0%, #101627 100%));
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-radius: 10px 10px 0 0;
    margin: 0 0 -2px 0;

}

.slot-item-modal-top span {
    color: var(--Surface-Dim, #FFF);
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.slot-item-modal-top-close {
    background: transparent;
    padding: 0;
}

.slot-item-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1088px;
    width: 100%;
    /*display: none;*/
}

.slot-item-modal-iframe iframe {
    height: 625px;
}

.slot-item-modal-bottom {
    background: var(--BG---Gradient, linear-gradient(114deg, #1E283F 0%, #101627 100%));
    padding: 12px;
    display: flex;
    justify-content: center;
    border-radius: 0 0 10px 10px;
    margin: -4px 0 0 0;
}

.slot-title {
    margin-top: 4px;
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

.promocode__copy-btn-svg {
    display: none;
}

.promocode__copy-btn._active .promocode__copy-btn-svg-copy {
    display: none;
}

.promocode__copy-btn._active .promocode__copy-btn-svg {
    display: block;
}

.align-top_text {
    align-items: start;
}

.align-top_center {
    align-items: center;
}

.align-top_bottom {
    align-items: end;
}

.page-404__title {
    text-align: center;
    font-size: 135px;
    line-height: 100px;
}

.page-404__subtitle {
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 21px 0 40px 0;
    text-align: center;
}

.page-404__link {
    margin: auto;
}

.container-page-404 {
    margin: 100px auto;
}

.align-center {
    text-align: center;
    justify-content: center;
    display: flex;
}

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

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

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

.wp-block-table li {
    width: fit-content;
    text-align: center;
}

.wp-block-table ul {
    display: flex;
}


.wp-block-table table tbody tr:first-child td:last-child {
    border-radius: 0 10px 0 0;
    border: none;

}


.wp-block-table table tbody tr:first-child td:first-child {
    border-radius: 10px 0 0 0;
    border: none;
}

.wp-block-table table tbody tr:last-child td:last-child {
    border: none;
}

.wp-block-table table tbody tr:last-child td:first-child {
    border: none;
}

.wp-block-table {
    background-color: #fff;
    border-radius: 10px;
}

.wp-block-table.table-transparent table tbody tr:first-child td:first-child {
    background: transparent;
    border: none;
}

.wp-block-table.table-transparent {
    background: transparent;
    border: none;
}

.wp-block-table.table-transparent table tbody{
    background: transparent;
    border: none;
}
.wp-block-table.table-transparent table tbody tr td:nth-child(even){
    background: transparent;
    border: none;
}

.wp-block-table.table-transparent table tbody tr td:nth-child(odd){
    background: transparent;
    border: none;
}

.games-list__slot-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1
}

.slot-item-modal-bg {
    width: 100%;
    height: 100%;
    background-color: #0c0c0cab;
    position: fixed;
    z-index: 500;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.no-scroll {
    overflow: hidden;
}


.bonuses-list__item:nth-child(3n+1) {
    background: linear-gradient(163deg, #635ff5 .29%, #5820a0 100%);
}
.bonuses-list__item:nth-child(3n+2) {
    background: linear-gradient(163deg, #fcb84c .29%, #f5681a 100%);
}
.bonuses-list__item:nth-child(3n) {
    background: linear-gradient(163deg, #755ff4 .29%, #bf08f6 100%);
}

.wrapper_bg_gradient {
    background: repeating-linear-gradient(45deg, #2E3549 0, #2E3549 1px, #192237 0, #192237 9px)
}

.info-list__item-bg {
    background: var(--BG---Gradient, linear-gradient(114deg, #1E283F 0%, #101627 100%));
}

.info-list-bg {
    max-width: 100%;
}

.footer__lang-item{
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "Plus Jakarta Sans";
}

.wp-block-table .has-fixed-layout {
    table-layout: auto;
}

.footer__lang-list-item {
    position: relative;
    color: #9EA2AC;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    padding-left: 20px;
    text-decoration: none;
    font-family: "Plus Jakarta Sans";
}
.footer__lang-list-item_current{
    color: #0a63f6;
}

.footer__lang-list-item:hover{
    color: #0a63f6;
}

.footer__lang-container{
    display: flex;
    grid-column: 1/-1;
    border-bottom: 1px solid #141d2e;
    padding-bottom: 20px;
}

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

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

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

}

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