@charset "UTF-8";
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: RosaMarena;
    src: url(../fonts/rosamarena.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Yellowtail;
    src: url(../fonts/Yellowtail-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}


/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    background: #dde4ec;
    background: url(../img/site_bg.jpg) center 0 repeat-y #020100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
object,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em
}

article {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

.footer-method__arrow {
    margin-left: 10px
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

.prov-inn {
    grid-template-rows: auto auto;
    gap: 10px;
    grid-auto-columns: unset;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    grid-auto-flow: column;
    justify-content: start;
    display: grid;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.prov-item {
    width: 148px;
    height: 54px;
    padding: 0 30px;
    background: #120323;
    border: .5px solid #3e0768;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    display: flex;
}

.prov-item__box {
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    text-decoration: none;
    display: flex;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button,
input,
select {
    overflow: visible
}

button,
input,
select,
textarea {
    margin: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer
}

[disabled] {
    cursor: default
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

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

button:-moz-focusring,
input:-moz-focusring {
    outline: 0
}

fieldset {
    min-width: 0
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

a {
    color: inherit;
    text-decoration: inherit
}

img,
object,
svg,
ymaps {
    max-width: 100%;
    max-height: 100%
}

textarea {
    resize: none
}

table {
    border-spacing: 0
}

a,
button,
input[type=submit],
label {
    cursor: pointer
}

button {
    text-align: left
}

* {
    margin: 0;
    padding: 0;
    position: static;
    outline: 0;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

menu,
ol,
ul {
    list-style-type: none
}

.intro__img {
    width: 50%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.intro__content {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.intro__wrap {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 20px;
}

.intro__title {
    font-weight: 500;
    line-height: 1.12;
    color: #fff;
    font-size: 29px
}

.intro__desc {
    font-weight: 500;
    letter-spacing: -.31px;
    line-height: 1.31;
    opacity: .8;
    font-size: 13px;
    margin-top: 10px;
    color: #fff;
    z-index: 10;
    margin-bottom: 10px
}

.intro__box {
    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;
    width: 100%
}

.intro__btn {
    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: #c6e66a;
    background: -o-linear-gradient(top, #c6e66a 0, #557b01);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c6e66a), to(#557b01));
    background: linear-gradient(180deg, #c6e66a 0, #557b01);
    border: 1px solid #79b100;
    margin-right: 10px;
    position: relative;
    min-height: 40px;
    padding: 0 20px;
    color: #000;
    text-transform: uppercase
}

.intro__btn:hover {
    -webkit-transform: scale(1.04) translateZ(0) perspective(1px);
    transform: scale(1.04) translateZ(0) perspective(1px)
}

.intro__btn:hover:after {
    opacity: .7
}

.categories {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    min-height: 60px;
    position: relative;
    width: 100%
}

.categories__container {
    padding: 0
}

.categories::before {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    background-image: url(../img/cat-before.webp)
}

.categories:after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    background-image: url(../img/cat-after.webp);
    bottom: 5px
}

.categories__sub {
    font-size: 13px;
    letter-spacing: -.21px;
    margin-top: 3px;
    max-width: 170px
}

.reviews__item {
    border: 1px solid #fe284a;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    background-color: rgba(22, 22, 38, .8);
    border-radius: 6px
}

.reviews__title {
    margin-bottom: 10px
}

.reviews-item__top {
    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-weight: 700;
    margin-bottom: 20px;
    color: #fe284a;
    font-size: 16px
}

.reviews-item__top:last-child {
    margin-bottom: 0
}

.reviews-item__name {
    margin-right: 20px
}

.reviews-item__review {
    margin-left: 40px
}

.text-block {
    margin-bottom: 30px
}

.text-block p {
    margin-bottom: 10px;
    font-size: 16px
}

.text-block__title {
    text-align: left;
    margin-bottom: 10px
}

.navigation {
    padding-left: 25px;
    list-style-type: disc;
    font-size: 16px;
    margin-bottom: 15px
}

.navigation li {
    width: 50%
}

.navigation__link {
    color: #46afff;
    text-decoration: none
}

.navigation__link:hover {
    text-decoration: underline
}

.text-block__list {
    list-style-type: disc;
    font-size: 16px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.text-block__list li {
    display: block;
    width: 80%;
    float: left;
    line-height: 22px;
    padding: 6px 6px 6px 20px;
    position: relative
}

.text-block__list li:hover::before {
    color: #337ab7;
    content: "✔"
}

.text-block__list li:before {
    padding-right: 10px;
    font-weight: 700;
    color: #fe284a;
    content: "✔";
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    position: absolute;
    left: 0
}

.table {
    width: 100%;
    border: 1px solid #1d0247
}

table td,
th {
    text-align: left;
    border: 1px solid #1d0247
}

.scroll {
    margin: 30px 0;
    overflow: scroll
}

.text-block ol,
.text-block ul {
    padding-left: 20px;
    list-style: auto;
    margin-bottom: 10px;
}

.text-block ul {
    list-style: disc;
}

.text-block li::marker {
    color: #fa4d00;
}

.table td,
.table th {
    padding: 20px 30px;
    text-align: left;
    width: 20%
}

.faq {
    margin-bottom: 30px
}

.faq__title {
    margin-bottom: 10px
}

.faq__item summary {}

.faq__item summary img {
    width: 20px;
    height: 20px;
}

.faq__item {
    background: linear-gradient(#300d57 0%, #120323 100%);
    border: 1px solid #3e0768;
    margin-right: 10px;
    position: relative;
    min-height: 40px;
    padding: 0 20px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 15px;
}

.faq__wrap {
    margin-top: 10px
}

.faq__item:last-child {
    margin-bottom: 0
}

.faq__answer {
    font-weight: 700
}

.faq__item summary {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-weight: 700;
    padding: 10px 10px;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.faq__box {
    margin-bottom: 25px;
    position: relative
}

.faq__answer {
    margin: 0;
    padding: 20px 8px 20px 28px;
    text-align: left
}

details[open] summary {
    border-color: #e4e5eb
}

.footer__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: bottom;
    background-repeat: no-repeat;
    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 auto;
    min-height: 442px;
    padding-bottom: 10px;
    width: 100%;
}

.footer__container {
    padding: 0
}

.footer-bottom {
    border-top: 1px dashed #303036;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px
}

.footer-bottom__mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-bottom__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 35px
}

.footer-bottom__block:last-child {
    margin-right: 0
}

.footer-bottom__icon {
    height: 40px;
    width: 40px
}

.footer-bottom__text {
    margin-left: 20px;
    color: #646a87;
    font-size: 12px
}

.footer-second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-second__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer-second__title {
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #5a647a;
    margin-bottom: 40px
}

.footer-second__line {
    display: table-row
}

.footer-second__gray {
    font-size: 13px;
    line-height: 16px;
    padding-right: 20px;
    color: rgba(134, 146, 172, .6509803922);
    display: table-cell;
    padding-bottom: 10px
}

.footer-second__white {
    padding-bottom: 10px;
    display: table-cell;
    font-size: 13px;
    line-height: 16px
}

.footer-second__full {
    width: 100%;
    max-width: 830px;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -35px
}

.footer-second__block {
    -webkit-box-flex: .2;
    -ms-flex-positive: .2;
    flex-grow: .2;
    margin: 10px 35px 10px 35px
}

.footer-second__blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer-second__mrg:first-child {
    margin-right: 20px
}

.footer-two {
    max-width: 908px;
    width: 100%;
    margin: 0 auto 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding-bottom: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: auto
}

.footer-two::-webkit-scrollbar {
    height: 2px
}

.footer-two::-webkit-scrollbar-track {
    background: #1d0247;
    border-radius: 10px
}

.footer-two::-webkit-scrollbar-thumb {
    background: #f05b15;
    border-radius: 10px
}

.footer-two img {
    border: none;
    display: inline-block;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px
}

.footer-two img:last-child {
    margin-right: 0
}

.footer-three {
    max-width: 908px;
    width: 100%;
    margin: 0 auto 0 auto
}

.footer-three__line {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 20px;
    overflow: auto;
    padding-bottom: 10px
}

.footer-three__line::-webkit-scrollbar {
    height: 2px
}

.footer-three__line::-webkit-scrollbar-track {
    background: #1d0247;
    border-radius: 10px
}

.footer-three__line::-webkit-scrollbar-thumb {
    background: #f05b15;
    border-radius: 10px
}

.footer-three__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px
}

.footer-three__logo:last-child {
    margin-right: 0
}

.footer-three__logo:nth-child(1) {
    height: 34px;
    width: 34px
}

.footer-three__logo:nth-child(2) {
    height: 19px;
    width: 101px
}

.footer-three__logo:nth-child(3) {
    height: 27px;
    width: 72px
}

.footer-three__logo:nth-child(4) {
    height: 33px;
    width: 59px
}

.footer-three__logo:nth-child(5) {
    height: 47px;
    width: 42px
}

.footer-three__logo:nth-child(6) {
    height: 44px;
    width: 44px
}

.footer-three__logo:nth-child(7) {
    height: 48px;
    width: 39px
}

.footer-three__logo:nth-child(8) {
    height: 22px;
    width: 88px
}

.footer-three__logo:nth-child(9) {
    height: 26px;
    width: 71px
}

.footer-three__logo:nth-child(10) {
    height: 39px;
    width: 48px
}

.footer-four {
    padding-top: 20px
}

.show {
    opacity: 1;
    visibility: visible
}

.footer-method__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0;
    max-height: 0;
    margin: 0 -10px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: opacity .5s ease 0s, max-height .5s ease 0s, -webkit-transform .5s ease 0s;
    transition: opacity .5s ease 0s, max-height .5s ease 0s, -webkit-transform .5s ease 0s;
    -o-transition: opacity .5s ease 0s, max-height .5s ease 0s, transform .5s ease 0s;
    transition: opacity .5s ease 0s, max-height .5s ease 0s, transform .5s ease 0s;
    transition: opacity .5s ease 0s, max-height .5s ease 0s, transform .5s ease 0s, -webkit-transform .5s ease 0s
}

.footer-method__list.opened {
    opacity: 1;
    max-height: 100%;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.footer-method li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .03);
    border-radius: 5px;
    width: 100px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    margin: 0 10px 10px 10px
}

.footer-method img {
    height: 100%;
    max-height: 40px;
    width: 60px;
    -o-object-fit: contain;
    object-fit: contain
}

.footer-method__container .footer-method__selector {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-method__container .footer-method__arrow {
    margin: 0 8px;
    width: 12px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.footer-method__container .footer-method__selector.opened .footer-method__arrow {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.footer-method__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px
}

.icon-logo {
    display: inherit;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 1em;
    overflow: visible;
    font-size: 19px;
    cursor: pointer;
    margin-bottom: 0
}

.body {
    color: #fff;
    line-height: 1.5;
    font-family: Roboto
}

.body_hidden {
    overflow: hidden
}

.banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 40%
}

.banners__title {
    font-weight: 800;
    font-size: 35px;
    letter-spacing: .33px;
    text-shadow: 0 3px 5px rgba(9, 15, 30, .2);
    width: 100%;
    max-width: 493px;
    font-size: 30px;
    line-height: 106%
}

.banners__block {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 35px;
    border-radius: 20px;
    min-height: 380px;
    overflow: hidden;
    background-color: #2a3440;
    width: 50%
}

.banners__block_1 {
    background: url(../img/banner-1.png) no-repeat center center;
    background-size: cover;
    margin-right: 15px
}

.banners__block_2 {
    background: url(../img/banner-2.webp) no-repeat center center;
    background-size: cover
}

.banners__btn {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 35px rgba(0, 0, 0, .2);
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1;
    margin-top: auto;
    color: #000;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    mix-blend-mode: lighten;
    min-height: 45px;
    padding: 5px 20px;
    text-align: center;
    margin-top: 30px
}

.wrapper {
    position: relative;
    background-size: 100%
}

.btn {
    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: #c6e66a;
    background: -o-linear-gradient(top, #c6e66a 0, #557b01);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c6e66a), to(#557b01));
    background: linear-gradient(180deg, #c6e66a 0, #557b01);
    border: 1px solid #79b100;
    margin-right: 10px;
    position: relative;
    min-height: 40px;
    padding: 0 20px;
    color: #000;
    text-transform: uppercase
}

ul {
    list-style: none;
    padding: 0
}

.icon {
    width: 25px;
    height: 25px;
    background-color: #fff;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.icon--close {
    -webkit-mask-image: url(../img/close.svg);
    mask-image: url(../img/close.svg);
    width: 17px;
    height: 17px
}

.title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    margin: 10px 0
}

.container {
    margin: 0 auto;
    position: relative;
    max-width: 980px;
    padding: 0 20px;
}

.header__container {
    margin: 0 auto;
    position: relative;
    max-width: 980px;
    padding: 0 25px;
}

.intro__container {
    padding: 0;
    min-height: 240px
}

.crash span {
    margin-bottom: 10px
}

.section-items {
    border-radius: 12px;
    position: relative;
    min-height: 100%;
    margin: 20px 0;
    padding: 0 15px 15px 15px
}

.section-items__top {
    padding: 20px 0 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 10
}

.section-items__list {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.section-items__image {
    height: 192px;
    width: 130px
}

.section-items__name {
    color: #94a6cd;
    font-size: 13px;
    min-height: 37.96px;
    line-height: 1.46;
    letter-spacing: -.17px;
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: color .15s ease;
    -o-transition: color .15s ease;
    transition: color .15s ease
}

.section-items__title {
    font-weight: 700;
    font-size: 17px;
    letter-spacing: -.41px
}

.section-items__title span {
    display: inline-block;
    margin-left: 4px;
    opacity: .5;
    font-size: 12px;
    letter-spacing: -.29px;
    font-weight: 400
}

.section-items__block {
    max-width: 130px;
    width: 100%;
    margin-right: 10px;
    margin-left: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.section-items__block:last-child {
    margin-right: 0
}

.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nav li {
    background: url(../img/link-bg.webp) 100% no-repeat;
    display: inline-block;
    height: 36px;
    position: relative;
    vertical-align: middle
}

.nav li:last-child {
    margin-right: 0
}

.nav .current_page_item a {
    position: relative
}

.nav .current_page_item a:after {
    content: "";
    background-image: -o-linear-gradient(347deg, #108de7 -30%, #0855c4 100%);
    background-image: linear-gradient(103deg, #108de7 -30%, #0855c4 100%);
    border-radius: 4px 4px 0 0;
    height: 4px;
    width: 100%;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0
}

.nav a {
    color: #8e9197;
    display: block;
    line-height: 36px;
    padding: 0 10px;
    text-decoration: none;
    font-size: 15px
}

.nav a:hover {
    background: url(../img/link-bg-hover.webp) bottom no-repeat;
    color: #fff
}

.header__wrap {
    min-height: 80px;
    z-index: 1000;
    background: #020100;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    margin: 0 auto;
    display: flex;
    position: relative;
    overflow: hidden;
}

.header__wrap::after {
    width: 160px;
    height: 1px;
    bottom: 0;
    left: 33px;
    content: "";
    background: linear-gradient(90deg, #974ad100 0%, #974ad1 50%, #974ad100 100%);
    position: absolute;
}

.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.overlay {
    opacity: .6;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    background: #000
}

.overlay_z {
    z-index: 101
}

.header__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-auth {
    gap: 10px;
    width: auto;
    height: 100%;
    min-height: 40px;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    width: 50%;
}

.slick-dots {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0;
    justify-content: center;
    width: 100%;
    gap: 4px;
}

.slick-dots li {
    width: 11px;
    height: 11px;
    cursor: pointer;
    background: #300d57;
    border: .4px solid #ffffff4d;
    border-radius: 2px;
}

.intro-text {
    padding-left: 20px;
    padding-right: 20px;
    text-align: right;
    background: linear-gradient(270deg, #000c 0%, #0c0617cc 40.16%, #0000 54.5%);
    border-radius: 5px 0 0 5px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
}

.intro-text__top {
    gap: 20px;
    font-size: 20px;
    white-space: pre-line;
    color: #fff;
    text-shadow: 1px 2px 30px #000;
    flex-direction: column;
    width: 100%;
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    display: flex;
}

@-webkit-keyframes fromBottom {
    0% {
        opacity: 0;
        top: 20%
    }
    100% {
        opacity: 1;
        top: 10%
    }
}

@keyframes fromBottom {
    0% {
        opacity: 0;
        top: 20%
    }
    100% {
        opacity: 1;
        top: 10%
    }
}

.num-img {
    background-image: url(../img/conuter.svg);
    height: 40px;
    margin: 4px 2px;
    text-indent: -999999px;
    width: 23px
}

.num-toch {
    color: #b8d5eb;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin: 0 2px;
    position: relative;
    top: 10px;
    width: 5px
}

.jack-right .jack-left__bottom::before,
.jack-right .jack-left__bottom:after {
    display: none
}

.jack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    overflow: hidden
}

.jack-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 135px;
    display: block;
    position: relative
}

.jack-left__top {
    white-space: nowrap
}

.jack-left__top span {
    background-image: url(../img/jack_span.webp);
    width: 510px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 50px;
    vertical-align: middle
}

.jack-left__top:before {
    content: "";
    display: inline-block;
    height: 17px;
    margin-top: -5px;
    vertical-align: middle;
    width: 43px;
    margin-right: -10px;
    background: url(../img/jack_left.webp) 0 no-repeat
}

.jack-left__top::after {
    content: "";
    display: inline-block;
    height: 17px;
    margin-top: -5px;
    vertical-align: middle;
    margin-left: -10px;
    width: 43px;
    background: url(../img/jack_right.webp) 100% no-repeat
}

.bonuses-block__bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #010005;
    border-radius: 22px;
}

.bonuses {
    width: 100%;
    /* margin: 30px auto 40px; */
}

.bonuses-block__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: -209px;
}

.jack-left__counter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-height: 45px;
    overflow: hidden
}

.jack-left__cur {
    background: url(../img/cur.svg) no-repeat;
    background-size: cover;
    height: 35px;
    margin-left: 20px;
    width: 35px;
    background-position: 0 2px
}

.jack-left__bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: 45px;
    margin-bottom: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    position: relative;
    overflow: hidden
}

.jack-left__bottom::before,
.jack-left__bottom:after {
    background: url(../img/pika.svg) no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 52px;
    vertical-align: middle;
    width: 50px
}

.jack-left__bottom:after {
    margin-right: 20px
}

.jack-left__bottom::before {
    margin-left: 20px
}

.jack-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 135px
}

.jack-right__top {
    height: 50px
}

.jack-right__top a {
    display: inline-block;
    height: 45px;
    position: relative;
    vertical-align: middle;
    width: 183px;
    background: url(../img/jack_link.webp) no-repeat
}

.jack-right__top:before {
    content: "";
    display: inline-block;
    height: 17px;
    vertical-align: middle;
    width: 76px;
    margin-right: -10px;
    background: url(../img/jack-right-top-left.webp) no-repeat
}

.jack-right__top::after {
    content: "";
    display: inline-block;
    height: 17px;
    vertical-align: middle;
    width: 76px;
    margin-left: -10px;
    background: url(../img/jack-right-top-right.webp) no-repeat
}

.intro-mg {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    height: 100%;
    -webkit-box-shadow: 10px -12px 20px rgba(0, 0, 0, .1490196078);
    box-shadow: 10px -12px 20px rgba(0, 0, 0, .1490196078);
    z-index: 100;
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.intro-mg:after {
    background: url(../img/line-top-slider.webp) 50% no-repeat;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.intro-mg::before {
    background: url(../img/line-bottom-slider.webp) 50% no-repeat;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.intro-mg__btn {
    min-width: 200px;
    height: 44px;
    margin-top: 40px;
    font-size: 16px;
    border-radius: 8px;
    background: radial-gradient(132.86% 150% at 50% 0, #156e0f 0%, #1d9b14 100%);
    border: .6px solid #0000;
    padding: 0 20px;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    display: inline-flex;
}

.intro-mg__btn span {
    align-items: center;
    line-height: 1;
    display: inline-flex;
}

.intro-mg__pic {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.intro__bg {
    width: auto;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.slick-dots li button {
    width: 100%!important
}

.slick-dots li:last-child {
    margin-right: 0
}

.slick-dots .slick-active {
    width: 14px;
    height: 14px;
    background: #974ad1;
}

.header-auth__in {
    max-width: 120px;
    height: 40px;
    width: 100%;
    padding: 0 20px;
    font-size: 14px;
    white-space: nowrap;
    border-width: .6px;
    border-radius: 8px;
    background: radial-gradient(132.86% 150% at 50% 0, #234e9e 28.83%, #4ab4ff 100%);
    border: .6px solid #0000;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    display: inline-flex;
}

.header-auth__register {
    max-width: 180px;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    white-space: nowrap;
    border-width: .6px;
    border-radius: 8px;
    background: radial-gradient(132.86% 150% at 50% 0, #156e0f 0%, #1d9b14 100%);
    border: .6px solid #0000;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    display: inline-flex;
}

.header-menu_active {
    -webkit-transform: translate(0, 0)!important;
    -ms-transform: translate(0, 0)!important;
    transform: translate(0, 0)!important
}

.logo {
    align-items: center;
    width: 186px;
    height: 44px;
    display: flex;
    position: relative;
    text-align: left;
}

.logo::after {
    border-radius: 132px;
    width: 132px;
    height: 132px;
    bottom: -107px;
    left: 22px;
    content: "";
    opacity: .3;
    filter: blur(20px);
    background: #974ad1;
    display: block;
    position: absolute;
}

.logo__img {
    object-fit: contain;
    object-position: left center;
    width: 100%;
    height: 100%;
}

.logo_mob {
    display: none
}

.intro__inn {
    position: relative
}

.logo__img_mob {
    display: none
}

.hidden {
    overflow: hidden
}

.footer-contact__block {
    line-height: 13px;
    margin-bottom: 20px
}

.footer-contact__label {
    font-weight: 700;
    margin-bottom: 2px;
    color: #6b5c79;
    font-size: 12px;
    margin-right: 7px;
    text-transform: uppercase
}

.footer-contact__link {
    color: #623a8a;
    font-size: 12px
}

@-webkit-keyframes glowing {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes glowing {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.prime__bg {
    background-repeat: no-repeat;
    background-size: contain;
    height: 98%;
    left: 1px;
    position: absolute;
    top: 2px;
    width: 99%;
    z-index: 2;
    background-image: url(../img/prime-bg.avif)
}

.prime__anim {
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url(../img/prime-anim.avif);
    background-size: contain;
    bottom: 5px;
    height: calc(100% - 5px);
    position: absolute;
    width: 100%;
    z-index: 2;
    -webkit-animation: glowing 3s ease infinite;
    animation: glowing 3s ease infinite
}

.prime {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a08ec0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: normal;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    width: 20%;
    z-index: 5
}

.prime:hover {
    background: url(../img/cat-active.webp);
    background-position: bottom -5px center;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #fff
}

.categories__button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a08ec0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: normal;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    width: 25%;
    z-index: 5
}

.categories__button:hover {
    background: url(../img/cat-active.webp);
    background-position: bottom -5px center;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #fff
}

.categories__button:hover span:before {
    -webkit-filter: brightness(2);
    filter: brightness(2)
}

.prime:hover span:before {
    -webkit-filter: brightness(2);
    filter: brightness(2)
}

.categories__button:nth-child(1) span:before {
    background-image: url(../img/cat-1.svg)
}

.categories__button:nth-child(2) span:before {
    background-image: url(../img/cat-2.svg)
}

.categories__button:nth-child(3) span:before {
    background-image: url(../img/cat-3.svg)
}

.categories__button:nth-child(4) span:before {
    background-image: url(../img/cat-4.svg)
}

.prime:nth-child(5) {
    color: #311c3c
}

.prime:nth-child(5) span:before {
    background-image: url(../img/cat-5.svg)
}

.categories__button span {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 5px;
    position: relative;
    z-index: 5
}

.prime span {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 5px;
    position: relative;
    z-index: 5
}

.categories__button span:before {
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 18px;
    margin-right: 6px;
    width: 21px
}

.prime span:before {
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 18px;
    margin-right: 6px;
    width: 21px
}

.categories__button_selected {
    background: url(../img/cat-active.webp);
    background-position: bottom -5px center;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #fff
}

.prime:after,
.prime:before {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 55px;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1;
    background-image: url(../img/link-before.avif)
}

.categories__button:after,
.categories__button:before {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 55px;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1;
    background-image: url(../img/link-before.avif)
}

.prime:before {
    left: 0
}

.categories__button:before {
    left: 0
}

.categories__button:after {
    right: -1px
}

.prime:after {
    right: -1px
}

.footer-deposit {
    margin: 0 auto;
    max-width: 914px;
    width: 100%;
    position: relative
}

.footer-deposit__link {
    display: inline-block;
    font-size: 12px;
    color: #26093c
}

.footer-deposit__link:first-child:after {
    color: #26093c;
    content: "|";
    display: inline-block
}

.footer-menu {
    flex-wrap: nowrap;
    justify-content: space-between;
    row-gap: 15px;
    width: 100%;
    margin-top: 15px;
    display: flex;
    margin-bottom: 30px;
}

.plat {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 0;
    padding: 30px 0;
    box-sizing: border-box;
    border-top: 1px solid #291d38;
    border-bottom: 1px solid #291d38;
    align-items: center;
    width: 100%;
    display: flex;
    margin: 30px 0;
}

.footer-niz {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
    font-size: 12px;
    display: flex;
    color: #d2a4f7;
}

.footer-niz__left img {
    width: 45px;
    min-width: 45px;
    height: 45px;
    margin-right: 10px;
}

.footer-niz__right {
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0;
    vertical-align: middle;
    font-size: 12px;
}

.footer-copy {
    color: #744aa2;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    margin-top: 30px;
}

.plat img {
    object-fit: contain;
    width: auto;
    height: 24px;
    display: block;
}

.footer-menu__contact {
    line-height: 1;
    margin: 0;
    padding: 0
}

.footer-menu__links {
    line-height: 1;
    margin: 0;
    padding: 0
}

.footer-menu__link {
    line-height: 18px;
    color: #a08ec0;
    font-size: 12px;
    display: block;
    text-decoration: underline;
    margin-bottom: 2px
}

.footer-logo {
    width: 170px;
}

.footer-logo svg {
    width: 100%;
    height: auto;
}

.footer-menu__linktit {
    color: #744aa2;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
    line-height: 18px;
    margin-bottom: 2px;
    display: block
}

.header-lang {
    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
}

.header-lang_mob {
    display: none
}

.header-lang__text {
    color: #8e9197;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    margin-top: 5px;
    text-align: center;
    text-decoration: none;
    margin-right: 12px
}

.header-lang__text:hover {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    background: url(../img/link-bg-hover.webp) bottom no-repeat
}

.header-lang__selector {
    cursor: pointer;
    font-size: 13px;
    height: 19px;
    width: 31px
}

.header-lang__selector span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    border: 1px solid #3d3149;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 17px;
    overflow: hidden;
    padding-left: 3px;
    position: relative;
    width: 31px
}

.header-lang__selector span:before {
    border: 4px solid transparent;
    border-top-color: #3d3149;
    content: "";
    margin-top: -3px;
    position: absolute;
    right: 0;
    top: 10px
}

.search {
    height: 52px;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

.search.active {
    max-height: 500px;
    opacity: 1;
}

.search__input {
    font-weight: 400;
    line-height: 16.1px;
    transition: width .3s;
    position: absolute;
    padding-right: 40px;
    font-family: Helvetica, sans-serif;
    color: #fff;
    text-align: left;
    text-decoration-skip-ink: none;
    text-underline-position: from-font;
    z-index: 2;
    background: #120323;
    border: 1px solid #3e0768;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    font-size: 20px;
}

.search__btn {
    width: 52px;
    height: 50px;
    cursor: pointer;
    z-index: 2;
    background: #3e0768;
    border: 1px solid #3e0768;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 1px;
    right: 1px;
}

.search__btn svg {
    width: 26px;
    height: 26px;
}

.header-lang__selector span img {
    height: 11px;
    width: 14.66px
}

.sls-rating {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    display: block;
    height: 30px;
    list-style: none;
    margin: 0;
    order: 2;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 0;
    width: 100%
}

.sls {
    height: 100%;
    position: relative;
    width: 100%
}

.bonuses__block {
    border-radius: 22px;
    height: 300px;
    padding: 1px;
    font-family: Helvetica, sans-serif;
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: flex-end;
    align-items: center;
    background: linear-gradient(90deg, #974ad14d, #974ad1);
    margin-bottom: 20px;
}

.bonuses__block:last-child {
    margin-bottom: 0;
}

.bonuses__block:after {
    background: url(../img/bon-after.webp) 0 7px no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 15px;
    left: 0;
    margin-top: 10px;
    max-width: 100%;
    position: absolute;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    width: 945px;
}

.text-block table {
    width: 100%;
    border: 1px solid #3e0768;
}

.text-block table td,
.text-block table th {
    padding: 20px 30px;
    text-align: left;
    width: 20%;
    border: 1px solid #3e0768;
}

.bonuses-block__info {
    display: flex;
    position: absolute;
    top: 1px;
    right: 1px;
    height: calc(100% - 2px);
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 50%;
    background: linear-gradient(270deg, #020100 0%, #02010080 65.58%, #02010000 100%), #11111103;
    max-width: unset;
    border-radius: 0 22px 22px 0;
    padding: 30px 20px 30px 0;
}

.bonuses-block__title {
    color: #fff;
    text-overflow: ellipsis;
    text-align: right;
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
}

.bonuses-btns {
    margin-block: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.bonuses-btns__left {
    border-radius: 10px;
    min-width: 200px;
    height: 44px;
    font-size: 16px;
    background: radial-gradient(132.86% 150% at 50% 0, #f05b15 0%, #fbbe01 100%);
    border: .6px solid #0000;
    padding: 0 20px;
    text-transform: uppercase;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    display: inline-flex;
}

.bonuses-btns__right {
    background: radial-gradient(132.86% 150% at 50% 0, #234e9e 28.83%, #4ab4ff 100%);
    border: .6px solid #0000;
    padding: 0 20px;
    font-weight: 700;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    border-radius: 10px;
    min-width: 200px;
    height: 44px;
    font-size: 16px;
    text-align: center;
}

.sls__button {
    background: radial-gradient(132.86% 150% at 50% 0, #f05b15 0%, #fbbe01 100%);
    padding: 0 20px;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    border: 1px solid #fff3;
    border-radius: 10px;
    gap: 6px;
    width: 200px;
    height: 44px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 20px auto;
}

.sls__button:hover {
    -webkit-box-shadow: 0 5px 0 0 #792406, inset 0 0 10px 5px #ffdb00;
    box-shadow: 0 5px 0 0 #792406, inset 0 0 10px 5px #ffdb00
}

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

.sls-right {
    gap: 10px;
    height: 100%;
    display: flex;
}

.sls-right__btn {
    width: 32px;
    padding: 0;
    transition: all .2s ease-in-out;
    display: flex;
    font-size: 10px;
    color: #a08ec0;
    cursor: pointer;
    background: #120323;
    border: .4px solid #ffffff1a;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    height: 32px;
    font-weight: 400;
    line-height: normal;
}

.sls-right__more {
    padding: 0 10px;
    font-size: 10px;
    color: #a08ec0;
    cursor: pointer;
    background: #120323;
    border: .4px solid #ffffff1a;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-weight: 400;
    line-height: normal;
    display: flex;
    height: 32px;
}

.sls__title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.sls-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.sls-right__btn svg {
    width: 14px;
    height: 14px;
}

.sls-block__img {
    display: block!important;
    max-width: 100%;
    height: 145px;
    position: unset;
    aspect-ratio: auto;
}

.sls-block__bot {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #1d0247;
    padding: 10px;
    overflow: hidden;
    border-top: 1px solid #000;
}

.sls-block__item {
    background: #1d0247;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 197px;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
}

.sls-block__picture {
    width: 100%;
    object-fit: cover;
}

.sls-block__title {
    font-size: 14px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    min-width: 0;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    overflow: hidden;
}

.sls-block__desc {
    color: #a08ec0;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize;
    width: 100%;
    min-width: 0;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    overflow: hidden;
    font-size: 12px;
}

.lis-item {
    border-radius: 8px;
    min-width: 160px;
    height: 40px;
    margin-right: 10px;
    background: linear-gradient(#300d57 0%, #120323 100%);
    border: 1px solid #3e0768;
    flex-shrink: 0;
    padding: 3px 10px;
    transition: all .2s ease-in-out;
    display: flex;
    width: auto !important;
}

.lis-item__inn {
    font-size: 14px;
    color: #a08ec0;
    cursor: pointer;
    background: 0 0;
    border: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    padding: 0;
    font-family: Helvetica, sans-serif;
    ont-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    transition: all .2s ease-in-out;
    display: flex;
}

.lis {
    position: relative;
    margin-bottom: 20px;
}

.lis-inn {
    overflow-y: auto;
    display: flex;
    align-items: center;
    padding-right: 80px;
}

.lis-inn::-webkit-scrollbar {
    display: none;
}

.lis-button {
    right: 0;
    z-index: 10;
    color: #a08ec0;
    cursor: pointer;
    opacity: 1;
    background: linear-gradient(270deg, #000 50%, #0000 100%);
    border: none;
    justify-content: flex-end;
    align-items: center;
    width: 80px;
    height: 40px;
    padding-right: 20px;
    transition: all .3s ease-in-out;
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.lis-button svg {
    width: 20px;
    height: 20px;
}

.lis-item__inn svg {
    width: 26px;
    height: 26px;
}

@media (min-width:991px) {
    .navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:1280px) {
    .logo__img_mob {
        display: block
    }
}

@media (max-width:1180px) {
    .intro__inn {
        width: 100%;
        margin-right: 0
    }
    .banners {
        width: 100%;
        margin-top: 20px
    }
}

@media (max-width:991px) {
    .categories {
        padding-left: 15px;
        padding-right: 15px
    }
    .bonuses-block__img {
        object-position: -281px;
    }
    .jack {
        -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
    }
    .sls:nth-child(3) {
        padding: 0;
    }
    .sls-block {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:767px) {
    .prime {
        font-size: 14px;
    }
    .bonuses-block__img {
        object-position: -340px;
    }
    .sls-block {
        grid-template-columns: repeat(2, 1fr);
    }
    .prime span:before {
        width: 18px;
        height: 15px;
        -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
        transform: translateY(2px);
        background-size: contain;
    }
    .logo {
        max-width: 173px
    }
    .categories__button {
        font-size: 14px
    }
    .categories__button:hover {
        background-position: bottom 0 center
    }
    .categories__button span:before {
        width: 18px;
        height: 15px;
        -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
        transform: translateY(2px);
        background-size: contain
    }
    .categories__button_selected {
        background-position: bottom 0 center
    }
    .header-lang {
        display: none
    }
    .header-lang_mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 10px
    }
    .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin: 0
    }
    .header-menu {
        -webkit-transform: translate(150%, 0);
        -ms-transform: translate(150%, 0);
        transform: translate(150%, 0);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        width: 276px;
        height: 100%;
        -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;
        top: 0;
        right: 0;
        background: #020100;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        z-index: 110;
        overflow: auto;
        padding: 35px 30px
    }
    .header__block {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
    .logo_mob {
        display: block
    }
    .text-block__list li {
        width: 100%
    }
    .table td,
    .table th {
        padding: 10px 20px;
        font-size: 14px
    }
    .footer-second {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .footer-second__full {
        padding-left: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .burger {
        display: block;
        z-index: 111;
        position: relative
    }
    .btn {
        font-size: 16px;
        padding: 10px 15px
    }
    .nav {
        width: 100%;
        margin-top: 30px
    }
    .header-nav {
        display: none
    }
    .intro__img {
        margin-top: 50px;
        min-height: 200px
    }
    .footer-second {
        width: 50%
    }
    .footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .footer-second__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .footer-second__full {
        margin-bottom: 10px
    }
    .footer-everyday {
        margin-bottom: 10px
    }
    .lang__drop {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        bottom: -12px;
        right: -5px
    }
    .banners__title {
        font-size: 25px
    }
    .banners__block {
        padding: 20px;
        min-height: 280px
    }
}

@media (max-width:575px) {
    .prime {
        width: 50%;
        height: 50px;
        margin: 0 0;
    }
    .bonuses__block {
        border-radius: 12px;
        width: 100%;
        height: 150px;
        padding: 1px;
    }
    .bonuses-block__bg {
        border-radius: 12px;
    }
    .bonuses-block__info {
        border-radius: 0 12px 12px 0;
        max-width: 260px;
        padding: 15px 15px 10px 0;
    }
    .bonuses-block__title {
        font-size: 16px;
    }
    .bonuses-btns {
        gap: 10px;
    }
    .bonuses-btns__left {
        border-radius: 8px;
        min-width: 120px;
        font-size: 10px;
        height: 32px;
    }
    .bonuses-block__img {
        object-position: -150px;
    }
    .bonuses-btns__right {
        border-radius: 8px;
        min-width: 120px;
        font-size: 10px;
        height: 32px;
    }
    .intro-mg {
        height: 200px;
    }
    .intro-mg__btn {
        height: 32px;
        font-size: 10px;
        padding: 0 12px;
        min-width: inherit;
        margin-top: 20px;
    }
    .lis-item__inn svg {
        width: 20px;
        height: 20px;
    }
    .lis-item {
        min-width: 120px;
    }
    .intro-text__top {
        gap: 5px;
        font-size: 15px;
    }
    .footer-menu {
        flex-wrap: wrap;
    }
    .footer-menu__links {
        width: 50%;
    }
    .plat img {
        height: 15px;
    }
    .logo {
        width: 110px;
        height: 26px;
    }
    .logo::after {
        content: "";
        opacity: .3;
        filter: blur(20px);
        background: #974ad1;
        border-radius: 82px;
        width: 82px;
        height: 82px;
        display: block;
        position: absolute;
        bottom: -64px;
        left: 14px;
    }
    .header__wrap::after {
        background: linear-gradient(90deg, #974ad100 0%, #974ad1 50%, #974ad100 100%);
        width: 130px;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .header-auth__in {
        width: 56px;
        min-width: 56px;
        height: 32px;
        font-size: 12px;
    }
    .header-auth__register {
        width: 99px;
        min-width: 99px;
        height: 32px;
        font-size: 12px;
    }
    .header__wrap {
        min-height: 50px;
    }
    .categories {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 15px;
        min-height: inherit;
        height: auto;
        max-width: 375px;
        width: 100%;
        margin: 0 auto 30px auto
    }
    .jack-left__top {
        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
    }
    .jack-left__top span {
        width: 410px;
        background-size: contain
    }
    .jack-left__bottom::before,
    .jack-left__bottom:after {
        display: none
    }
    .jack-left__bottom:after {
        margin-right: 10px
    }
    .jack-left__bottom::before {
        margin-left: 10px
    }
    .intro-mg .anim {
        top: 34%!important
    }
    .categories__button {
        width: 50%;
        height: 50px;
        margin: 0 0
    }
    .categories__button span:before {
        width: 14px;
        height: 11px;
        transform: translateY(0.5px);
        background-size: contain
    }
    .categories__button:after,
    .categories__button:before {
        height: 35px
    }
    .intro-mg_top .anim {
        top: 15%!important
    }
    .icon-logo {
        height: 15px
    }
    .intro__img {
        margin-top: 50px;
        min-height: 100px
    }
    .categories__icon {
        margin-top: 5px
    }
    .navigation li {
        width: 100%
    }
    .footer-bottom__mob {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .footer-bottom__block {
        margin-right: 0;
        margin-bottom: 20px
    }
    .footer-bottom__block:last-child {
        margin-bottom: 0
    }
    .footer-second__right {
        width: 100%
    }
    .banners__btn {
        font-size: 14px;
        padding: 5px 10px
    }
    .sls-block {
        grid-template-columns: repeat(2, 1fr)
    }
}

.mrg-top {
    margin-top: 0 !important;
}

.categories__button_selected span:before {
    filter: brightness(2);
}

@media (max-width:467px) {
    .sls-block {
        grid-template-columns: repeat(1, 1fr);
    }
    .num-img {}
    .jack-left__top span {
        width: 330px;
        background-size: contain
    }
    .icon-logo {
        height: 10px
    }
    .sls-block__title {
        font-size: 14px
    }
}

.lis-inn .categories__button_selected {
    background: #300d57;
    border-color: #974ad1;
    color: #fff;
}

.lis-inn .categories__button_selected .lis-item__inn {
    color: #fff;
}

.lis-inn .categories__button_selected svg path {
    fill: #fff !important;
}