a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
menu,
object,
ol,
p,
pre,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

:focus {
    outline: 0
}

body {
    line-height: 1;
    min-width: 320px;
    position: relative
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: separate;
    border-spacing: 0
}

caption,
td,
th {
    font-weight: 400;
    text-align: left
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

blockquote,
q {
    quotes: """"
}

button,
input {
    border: 0
}

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

button,
input,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

img {
    max-width: 100%;
    vertical-align: middle
}

a:not(.btn_disabled) {
    pointer-events: auto !important
}

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

* {
    box-sizing: border-box
}

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

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

.link {
    color: #00ebea
}

.text-big {
    font-size: 5em !important
}

@media (max-width:768px) {
    .text-big {
        font-size: 3em !important
    }
}

.m-x-auto {
    margin: auto
}

.text-center {
    text-align: center
}

.d-block {
    display: block
}

.d-none {
    display: none
}

.w-100 {
    width: 100%
}

.w-auto {
    width: auto !important
}

@media (max-width:640px) {
    .d-max-640-none {
        display: none
    }
}

@media (min-width:641px) {
    .d-min-640-none {
        display: none
    }
}

.p-relative {
    position: relative
}

.p-absolute {
    position: absolute
}

@keyframes spin-rotate {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

body,
html {
    background: #010523;
    min-width: 360px
}

body {
    -webkit-overflow-scrolling: touch;
    font-family: Open Sans, Arial, Helvetica, Verdana, Tahoma, sans-serif;
    overflow: auto !important;
    position: relative !important;
    scrollbar-color: #3b455c #00385d;
    scrollbar-width: thin
}

body::-webkit-scrollbar {
    width: 4px
}

body::-webkit-scrollbar-track {
    background-color: #00385d;
    border-radius: 4px;
    margin-bottom: 2px
}

body::-webkit-scrollbar-thumb {
    background-color: rgba(122, 137, 174, .6);
    border-radius: 4px
}

.button {
    align-items: center;
    background-image: linear-gradient(90deg, #ec0766 0, #743090);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .24);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    justify-content: center;
    position: relative;
    text-align: center;
    text-indent: 1px;
    text-transform: none;
    z-index: 0
}

.button:hover {
    background-image: linear-gradient(90deg, #c20554, #5f2776)
}

.button.loading {
    cursor: not-allowed;
    overflow: hidden;
    pointer-events: none;
    position: relative
}

.button.loading:before {
    background: hsla(0, 0%, 100%, .5);
    bottom: 0;
    top: 0;
    z-index: 1
}

.button.loading:after,
.button.loading:before {
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0
}

.button.loading:after {
    animation: spin-rotate .8s infinite;
    border: 5px solid #5f2776;
    border-radius: 50%;
    border-top-color: transparent;
    box-sizing: border-box;
    height: 30px;
    margin: 0 auto;
    top: calc(50% - 15px);
    width: 30px;
    z-index: 2
}

.reg-iframe-container {
    align-items: center;
    background: rgba(1, 12, 38, .9);
    bottom: 0;
    display: none;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100
}

.reg-iframe-container.visible {
    display: flex
}

.reg-iframe-container.loading:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.reg-iframe-container.loading:after {
    animation: spin-rotate .8s infinite;
    border: 5px solid #00ebea;
    border-radius: 50%;
    border-top-color: transparent;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 30px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: calc(50% - 15px);
    width: 30px;
    z-index: 2
}

.reg-iframe-container iframe {
    height: 100%;
    width: 100%;
    z-index: 3
}

.footer {
    width: 100%
}

.footer .inner {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 4px;
    text-align: center
}

.footer .container,
.footer .inner {
    position: relative;
    width: 100%
}

.footer .footer-container:not(:last-child) {
    border-bottom: 1px solid rgba(67, 76, 101, .5);
    margin-bottom: 32px;
    padding-bottom: 32px
}

.footer-bottom {
    background: #00091d;
    padding-top: 32px;
    position: relative
}

@media (min-width:1440px) {
    .footer .container {
        padding: 0 16px
    }
}

@media (min-width:1280px) {
    .footer .container {
        padding: 0 11px
    }
}

@media (min-width:1024px) {
    .footer .inner {
        padding: 0 8px
    }

    .footer .container {
        padding: 0 11px
    }
}

@media (min-width:960px) {
    .footer .inner {
        padding: 0 12px
    }

    .footer .container {
        padding: 0 10px
    }
}

@media (min-width:768px) {
    .footer .inner {
        padding: 0 12px
    }

    .footer .container {
        padding: 0 8px
    }
}

@media (min-width:480px) {
    .footer .inner {
        padding: 0 15px
    }

    .footer .container {
        padding: 0 5px
    }
}

@media (min-width:360px) {
    .footer .inner {
        padding: 0 12px
    }

    .footer .container {
        padding: 0 3px
    }
}

.footer-menu {
    padding: 13px 0;
    text-align: center
}

@media (min-width:744px) {
    .footer-menu {
        border-top: 0
    }
}

@media (min-width:1000px) {
    .footer-menu {
        padding: 18px 0
    }
}

@media (min-width:1416px) {
    .footer-menu {
        padding: 22px 0
    }
}

.footer-menu__item {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 12px
}

.footer-menu__item,
.footer-menu__item:active,
.footer-menu__item:link,
.footer-menu__item:visited,
.footer__link {
    color: #a3acc1
}

.footer-menu__item:hover,
.footer__link:hover {
    color: #00badc
}

@media (min-width:576px) {
    .footer-menu__item {
        display: inline-block;
        margin: 4px 12px
    }
}

@media (min-width:1416px) {
    .footer-menu__item {
        font-size: 14px;
        margin: 4px 14px
    }
}

.footer-menu__item_active {
    cursor: default;
    filter: url(#overlay-blue)
}

.footer-menu__item_active:hover {
    text-decoration: none !important
}

.footer__jurisdiction {
    color: #a3acc1;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    margin: 30px 0 0;
    position: relative;
    text-align: center;
    width: 100%
}

.footer__jurisdiction p {
    margin-bottom: 1em
}

@media (min-width:744px) {
    .footer__jurisdiction {
        font-size: 13px
    }
}

@media (min-width:1000px) {
    .footer__jurisdiction {
        margin-top: 50px
    }
}

@media (min-width:1256px) {
    .footer__jurisdiction {
        font-size: 14px
    }
}

@media (min-width:1416px) {
    .footer__jurisdiction {
        margin-top: 70px
    }
}

.footer__jurisdiction_mt {
    margin-top: 10px
}

@media (min-width:1000px) {
    .footer__jurisdiction_mt {
        margin-top: 20px
    }
}

@media (min-width:1416px) {
    .footer__jurisdiction_mt {
        margin-top: 20px
    }
}

.footer__year {
    color: #a3acc1;
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 1em
}

@media (min-width:744px) {
    .footer__year {
        font-size: 13px
    }
}

@media (min-width:1256px) {
    .footer__year {
        font-size: 14px
    }
}

.footer img {
    font: 0/0 arial
}

.footer-providers {
    grid-gap: 14px;
    direction: rtl;
    display: grid;
    grid-template: auto/repeat(3, 1fr);
    place-content: center;
    position: relative;
    width: 100%
}

.footer-providers.is-open {
    max-height: none
}

@media (min-width:768px) {
    .footer-providers {
        grid-gap: 20px;
        grid-template: auto/repeat(auto-fill, minmax(129px, 1fr))
    }
}

.footer-providers.is-open .footer-providers__age-restriction,
.footer-providers.is-open .footer-providers__item,
.footer-providers.is-open .footer-providers__playattack {
    display: flex
}

.footer-providers__age-restriction,
.footer-providers__item,
.footer-providers__playattack {
    align-items: center;
    background: #011d3a;
    border-radius: 6px;
    display: none;
    height: 48px;
    justify-content: center;
    padding: 10px
}

.footer-providers__age-restriction:nth-child(-n+9),
.footer-providers__item:nth-child(-n+9),
.footer-providers__playattack:nth-child(-n+30) {
    display: flex
}

.footer-providers__item:hover,
.footer-providers__playattack:hover {
    box-shadow: 0 0 5px rgba(0, 235, 234, .7)
}

@media (min-width:768px) {

    .footer-providers__age-restriction,
    .footer-providers__item,
    .footer-providers__playattack {
        height: 54px
    }
}

.footer-providers__age-restriction img,
.footer-providers__item img,
.footer-providers__playattack img {
    height: auto;
    max-height: 100%;
    vertical-align: middle;
    width: auto
}

.footer-providers__age-restriction {
    position: relative
}

.footer-providers__age-restriction img {
    height: 45px;
    max-height: 100%;
    max-width: 100%;
    width: 45px
}

.footer-providers__playattack {
    background: 0 0
}

.footer-providers__playattack:hover {
    box-shadow: none;
    filter: drop-shadow(0 0 3px rgba(40, 190, 190, .7))
}

.footer-payments__show-more,
.footer-providers__show-more {
    background: 0 0;
    color: #00badc;
    cursor: pointer;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.6;
    padding: 10px 20px 10px 0;
    position: absolute;
    white-space: nowrap
}

.footer-payments__show-more:hover,
.footer-providers__show-more:hover {
    color: #00badc
}

.footer-payments__show-more:hover:before,
.footer-providers__show-more:hover:before {
    border-top-color: #00badc
}

.is-open .footer-payments__show-more:before,
.is-open .footer-providers__show-more:before {
    border: 6px solid transparent;
    border-bottom-color: #00badc;
    top: 10px
}

.is-open .footer-payments__show-more:hover:before,
.is-open .footer-providers__show-more:hover:before {
    border-top-color: transparent
}

@media (min-width:744px) {

    .footer-payments__show-more,
    .footer-providers__show-more {
        transform: none
    }
}

.footer-payments__show-more:before,
.footer-providers__show-more:before {
    border: 6px solid transparent;
    border-top-color: #00badc;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 15px
}

.footer-providers__item_endorphina {
    padding: 8px 15px
}

@media (min-width:744px) {
    .footer-providers__item_endorphina {
        padding: 15px
    }
}

.footer-payments {
    flex-flow: row wrap
}

.footer-payments,
.footer-payments__item {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.footer-payments__item {
    flex-shrink: 1;
    height: 28px;
    margin: 4px 8px
}

.footer-payments__item:after {
    background: #010c26;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    mix-blend-mode: color;
    position: absolute;
    top: 0;
    width: 100%
}

@media (min-width:744px) {
    .footer-payments__item {
        margin: 6px 12px
    }
}

@media (min-width:1256px) {
    .footer-payments__item {
        margin: 14px;
        max-height: 40px
    }
}

.footer-payments__item img {
    display: block;
    height: 80%;
    margin: auto;
    max-height: 100%;
    position: relative
}

@media (min-width:744px) {
    .footer-payments__item img {
        height: 90%
    }
}

@media (min-width:1416px) {
    .footer-payments__item img {
        height: 100%
    }
}

.footer-payments__item-bitcoin img {
    top: 8%
}

.footer-payments__item-muchbetter img,
.footer-payments__item-neosurf img {
    max-height: 35px
}

.footer-payments__item-coin-payments img {
    top: -20%
}

@media (min-width:744px) {
    .footer-payments__item-coin-payments img {
        margin-top: -6%;
        top: auto
    }
}

@media (min-width:1256px) {
    .footer-payments__item-coin-payments img {
        margin-top: -16%
    }
}

@media (min-width:1416px) {
    .footer-payments__item-coin-payments img {
        margin-top: -20%;
        top: auto
    }
}

.footer-license {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    position: relative
}

.footer-license:empty {
    display: none
}

.footer-license * {
    display: inline-block !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important
}

.footer-license__curacao,
.footer-license__mga {
    margin: 6px;
    width: 100%
}

.footer-license__curacao img,
.footer-license__curacao+.footer-providers__age-restriction,
.footer-license__mga img,
.footer-license__mga+.footer-providers__age-restriction,
.footer-license__romania img,
.footer-license__romania+.footer-providers__age-restriction {
    height: 30px !important;
    padding: 0;
    vertical-align: middle;
    width: auto !important
}

@media (min-width:744px) {

    .footer-license__curacao img,
    .footer-license__curacao+.footer-providers__age-restriction,
    .footer-license__mga img,
    .footer-license__mga+.footer-providers__age-restriction,
    .footer-license__romania img,
    .footer-license__romania+.footer-providers__age-restriction {
        height: 36px !important
    }
}

@media (min-width:1256px) {

    .footer-license__curacao img,
    .footer-license__curacao+.footer-providers__age-restriction,
    .footer-license__mga img,
    .footer-license__mga+.footer-providers__age-restriction,
    .footer-license__romania img,
    .footer-license__romania+.footer-providers__age-restriction {
        height: 40px !important
    }
}

@media (min-width:1416px) {

    .footer-license__curacao img,
    .footer-license__curacao+.footer-providers__age-restriction,
    .footer-license__mga img,
    .footer-license__mga+.footer-providers__age-restriction,
    .footer-license__romania img,
    .footer-license__romania+.footer-providers__age-restriction {
        height: 45px !important
    }
}

.footer-license__romania {
    margin-left: 0;
    width: auto
}

.social-networks {
    align-items: center;
    display: flex;
    justify-content: center
}

.social-networks__text {
    color: #a3acc1;
    font-size: 14px;
    margin-right: 16px
}

.social-networks__list {
    align-items: center;
    display: flex
}

.social-networks__item {
    margin-right: 8px
}

.social-networks__item:last-child {
    margin-right: 0
}

.social-networks__icon {
    transition: fill .25s ease
}

.social-networks__link:hover .social-networks__icon {
    fill: #00badc;
    filter: invert(56%) sepia(96%) saturate(1365%) hue-rotate(145deg) brightness(90%) contrast(107%)
}

.find-us {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media (max-width:700px) {
    .find-us {
        align-items: center;
        flex-direction: column;
        justify-content: center
    }

    .find-us .language-selector,
    .find-us .social-networks {
        margin: 0 10px 20px
    }

    .find-us .language-selector {
        width: 240px
    }
}

.menu {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 0 14px
}

@media (min-width:960px) {
    .menu {
        padding: 42px 0
    }
}

.menu__list {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 16px;
    column-gap: 16px;
    text-align: left
}

@media (min-width:960px) {
    .menu__list {
        align-items: center;
        display: flex;
        flex-flow: row wrap;
        gap: 8px 48px;
        justify-content: center
    }
}

.menu__item {
    margin-bottom: 16px
}

@media (min-width:960px) {
    .menu__item {
        margin-bottom: 0
    }
}

.menu .content__link {
    color: #a3acc1;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2
}

.menu .content__link:hover {
    color: #00badc
}

@media (min-width:960px) {
    .menu .content__link {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.86
    }
}

.menu .content__link_active {
    color: #00badc !important;
    cursor: default
}

.menu .content__link_active:hover {
    text-decoration: none !important
}

.payments__list {
    grid-gap: 14px;
    display: grid;
    grid-template: auto/repeat(3, 1fr);
    place-content: center
}

@media (min-width:768px) {
    .payments__list {
        grid-gap: 20px;
        grid-template: auto/repeat(auto-fill, minmax(129px, 1fr))
    }
}

.payments__list.is-open .payments__item:nth-child(n+9) {
    display: flex
}

.payments__item {
    height: 48px;
    position: relative
}

.payments__item:nth-child(n+9) {
    display: none
}

@media (min-width:768px) {
    .payments__item {
        height: 54px
    }
}

.payments__wrapper {
    display: block;
    height: 100%;
    padding: 10px;
    position: relative;
    width: 100%
}

.payments__wrapper:after {
    background: #010c26;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    mix-blend-mode: color;
    position: absolute;
    top: 0;
    transition: content .3s ease-in-out;
    width: 100%
}

.payments__wrapper:not(div) {
    cursor: pointer
}

.payments__wrapper:not(div):hover:after {
    content: none
}

.payments__img {
    height: 100%;
    min-height: 100%;
    min-width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap
}

.footer-reference {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (min-width:960px) {
    .footer-reference {
        flex-direction: row
    }
}

.footer-reference>div:not(:last-child) {
    margin-bottom: 24px
}

@media (min-width:960px) {
    .footer-reference>div:not(:last-child) {
        margin-bottom: 0
    }
}

.license__item,
.license__list {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}

.license__title {
    border-right: 1px solid #434c65;
    color: #a3acc1;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 28px;
    padding-right: 28px;
    text-align: right;
    width: 90px
}

.license__item img {
    width: auto !important
}

.copyright {
    margin-top: 10px;
    padding-bottom: 20px;
    text-align: center
}

.copyright__text {
    font-weight: 400
}

.copyright__text,
.footer__text {
    color: #a3acc1;
    font-size: 14px;
    line-height: 1.93
}

.footer__text {
    text-align: center
}

.footer__text_copyright {
    margin-top: 12px
}

.footer__text a {
    text-decoration: underline
}

.footer__text a,
.footer__text a:active,
.footer__text a:hover,
.footer__text a:link,
.footer__text a:visited {
    color: #00badc
}

.footer__text a:not(:last-child):after {
    color: #00badc !important;
    content: "|";
    margin-left: 5px
}

.footer__text a:hover {
    text-decoration: none
}

@media (min-width:744px) {
    .cw-modification {
        margin: 0 auto;
        max-width: 816px
    }
}

.cw-modification .copyright__text,
.cw-modification .footer__text {
    -webkit-font-smoothing: antialiased;
    color: #767a83;
    line-height: 1.43
}

.cw-modification .copyright__text_terms-rule,
.cw-modification .footer__text_terms-rule {
    margin-bottom: 24px
}

#root {
    position: relative;
    z-index: 10
}

.intro__container {
    background-image: url(../../../landings_assets/mb/pa10055/images/img-desktop.jpg);
    background-image: -webkit-image-set(url("../../../landings_assets/mb/pa10055/images/img-desktop.webp"), url("../../../landings_assets/mb/pa10055/images/img-desktop.jpg"));
    background-image: -webkit-image-set url(../../../landings_assets/mb/pa10055/images/img-desktop.webp) type("image/webp"), url(../../../landings_assets/mb/pa10055/images/img-desktop.jpg) type("image/jpg");
    background-image: image-set url(../../../landings_assets/mb/pa10055/images/img-desktop.webp) type("image/webp"), url(../../../landings_assets/mb/pa10055/images/img-desktop.jpg) type("image/jpg");
    background-position: right -1px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row-reverse;
    height: 100vh
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .intro__container {
        background-image: url(../../../landings_assets/mb/pa10055/images/img-desktop@2x.jpg);
        background-image: -webkit-image-set(url("../../../landings_assets/mb/pa10055/images/img-desktop@2x.webp"), url("../../../landings_assets/mb/pa10055/images/img-desktop@2x.jpg"));
        background-image: -webkit-image-set url(../../../landings_assets/mb/pa10055/images/img-desktop@2x.webp) type("image/webp"), url(../../../landings_assets/mb/pa10055/images/img-desktop@2x.jpg) type("image/jpg");
        background-image: image-set url(../../../landings_assets/mb/pa10055/images/img-desktop@2x.webp) type("image/webp"), url(../../../landings_assets/mb/pa10055/images/img-desktop@2x.jpg) type("image/jpg")
    }
}

@media (max-width:800px) {
    .intro__container {
        background: none;
        flex-direction: column;
        height: auto
    }
}

.intro__block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc(50% - 120px)
}

@media (max-width:1650px) {
    .intro__block {
        width: calc(50% - 120px)
    }
}

@media (max-width:1279px) {
    .intro__block {
        width: 50%
    }
}

.intro__block:first-child {
    padding-left: 185px;
    padding-right: 8px;
    width: calc(50% + 120px)
}

.intro__block:first-child .intro__link {
    display: none
}

@media (max-width:1279px) {
    .intro__block:first-child {
        width: 50%
    }
}

@media (max-width:1124px) {
    .intro__block:first-child {
        padding-left: 10%
    }
}

@media (max-width:800px) {
    .intro__block:first-child {
        border-bottom: 1px solid rgba(77, 87, 114, .46);
        margin-bottom: 3px;
        padding: 14px 13px;
        width: 100%
    }

    .intro__block:first-child .intro__link {
        display: block;
        height: 40px;
        margin: 0 auto 20px;
        width: 79px;
        z-index: 2
    }
}

.intro__block:first-child:before {
    background: url(../../../landings_assets/mb/pa10055/images/arrow-element.svg) 0 no-repeat;
    bottom: -1px;
    content: "";
    left: -44px;
    position: absolute;
    top: -1px;
    z-index: 1
}

@media (max-width:1700px) {
    .intro__block:first-child:before {
        background-image: url(../../../landings_assets/mb/pa10055/images/arrow-element-tablet.svg);
        left: -1px
    }
}

@media (max-width:800px) {
    .intro__block:first-child:before {
        background-image: url(../../../landings_assets/mb/pa10055/images/img-desktop.jpg);
        background-image: -webkit-image-set(url("../../../landings_assets/mb/pa10055/images/img-desktop.webp"), url("../../../landings_assets/mb/pa10055/images/img-desktop.jpg"));
        background-image: -webkit-image-set url(../../../landings_assets/mb/pa10055/images/img-desktop.webp) type("image/webp"), url(../../../landings_assets/mb/pa10055/images/img-desktop.jpg) type("image/jpg");
        background-image: image-set url(../../../landings_assets/mb/pa10055/images/img-desktop.webp) type("image/webp"), url(../../../landings_assets/mb/pa10055/images/img-desktop.jpg) type("image/jpg");
        background-position: right 55%;
        background-repeat: no-repeat;
        background-size: cover;
        inset: 0;
        width: auto;
        z-index: -1
    }
}

@media (max-width:800px) and (-webkit-min-device-pixel-ratio:2),
(max-width:800px) and (min-resolution:192dpi) {
    .intro__block:first-child:before {
        background-image: url(../../../landings_assets/mb/pa10055/images/img-desktop@2x.jpg);
        background-image: -webkit-image-set(url("../../../landings_assets/mb/pa10055/images/img-desktop@2x.webp"), url("../../../landings_assets/mb/pa10055/images/img-desktop@2x.jpg"));
        background-image: -webkit-image-set url(../../../landings_assets/mb/pa10055/images/img-desktop@2x.webp) type("image/webp"), url(../../../landings_assets/mb/pa10055/images/img-desktop@2x.jpg) type("image/jpg");
        background-image: image-set url(../../../landings_assets/mb/pa10055/images/img-desktop@2x.webp) type("image/webp"), url(../../../landings_assets/mb/pa10055/images/img-desktop@2x.jpg) type("image/jpg")
    }
}

@media (max-width:450px) {
    .intro__block:first-child:before {
        background-image: url(../../../landings_assets/mb/pa10055/images/img-mob.jpg);
        background-image: -webkit-image-set(url("../../../landings_assets/mb/pa10055/images/img-mob.webp"), url("../../../landings_assets/mb/pa10055/images/img-mob.jpg"));
        background-image: -webkit-image-set url(../../../landings_assets/mb/pa10055/images/img-mob.webp) type("image/webp"), url(../../../landings_assets/mb/pa10055/images/img-mob.jpg) type("image/jpg");
        background-image: image-set url(../../../landings_assets/mb/pa10055/images/img-mob.webp) type("image/webp"), url(../../../landings_assets/mb/pa10055/images/img-mob.jpg) type("image/jpg");
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: cover
    }
}

@media (max-width:450px) and (-webkit-min-device-pixel-ratio:2),
(max-width:450px) and (min-resolution:192dpi) {
    .intro__block:first-child:before {
        background-image: url(../../../landings_assets/mb/pa10055/images/img-mob@2x.jpg);
        background-image: -webkit-image-set(url("../../../landings_assets/mb/pa10055/images/img-mob@2x.webp"), url("../../../landings_assets/mb/pa10055/images/img-mob@2x.jpg"));
        background-image: -webkit-image-set url(../../../landings_assets/mb/pa10055/images/img-mob@2x.webp) type("image/webp"), url(../../../landings_assets/mb/pa10055/images/img-mob@2x.jpg) type("image/jpg");
        background-image: image-set url(../../../landings_assets/mb/pa10055/images/img-mob@2x.webp) type("image/webp"), url(../../../landings_assets/mb/pa10055/images/img-mob@2x.jpg) type("image/jpg")
    }
}

.intro__block:first-child:before {
    right: 0
}

.intro__block:first-child:after {
    background: rgba(0, 0, 0, .5);
    content: none;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

@media (min-width:300px) and (max-width:650px) {
    .intro__block:first-child:after {
        content: ""
    }
}

@media (min-width:801px) and (max-width:1350px) {
    .intro__block:first-child:after {
        content: ""
    }
}

@media (min-width:1650px) and (max-width:1750px) {
    .intro__block:first-child:after {
        content: ""
    }
}

.intro__block:last-child {
    align-items: center;
    background-color: #010c26
}

@media (max-width:800px) {
    .intro__block:last-child {
        margin-bottom: 0;
        padding: 0;
        width: 100%
    }

    .intro__block:last-child .intro__section {
        padding: 0
    }

    .intro__block:last-child .intro__link {
        display: none
    }
}

.intro__rules-first {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 10px;
    max-width: 320px;
    z-index: 2
}

@media (max-width:1650px) {
    .intro__rules-first {
        font-size: 12px;
        margin-bottom: 25px
    }
}

@media (max-width:800px) {
    .intro__rules-first {
        font-size: 10px;
        margin-bottom: 18px;
        max-width: 230px
    }
}

.intro__bonuses-link {
    align-items: center;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    max-width: 450px;
    text-decoration: none;
    z-index: 10
}

.intro__bonuses-link,
.intro__bonuses-link:active,
.intro__bonuses-link:hover,
.intro__bonuses-link:link,
.intro__bonuses-link:visited {
    color: #d3cddf
}

@media (max-width:1720px) {
    .intro__bonuses-link {
        max-width: 370px
    }
}

@media (max-width:800px) {
    .intro__bonuses-link {
        font-size: 10px;
        max-width: 290px
    }
}

.intro__bonuses-link:before {
    background: transparent url(../../../landings_assets/mb/pa10055/images/warning.svg) 50% no-repeat;
    content: "";
    display: none;
    height: 24px;
    margin-right: 6px;
    min-width: 24px
}

.intro__wrapper {
    box-sizing: initial;
    max-width: 388px;
    overflow-y: auto;
    padding: 0 30px;
    width: 100%
}

@media (max-width:1650px) {
    .intro__wrapper {
        max-width: 356px;
        padding: 0 16px
    }
}

@media (max-width:850px) {
    .intro__wrapper {
        overflow-y: auto
    }
}

@media (max-width:800px) {
    .intro__wrapper {
        box-sizing: border-box;
        max-width: none;
        overflow: visible;
        padding: 0 16px
    }
}

.intro__section {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    min-height: 0;
    padding: 20px 0
}

.intro__title-bonus {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 14px;
    z-index: 2
}

@media (max-width:1720px) {
    .intro__title-bonus {
        font-size: 32px
    }
}

@media (max-width:800px) {
    .intro__title-bonus {
        font-size: 16px;
        margin-bottom: 12px
    }
}

.intro__title-bonus span.blue {
    color: #00ebea;
    margin: 2px 0 3px
}

.intro__title-bonus span.blue:first-child {
    margin: 0 0 8px
}

.intro__title-bonus span.small {
    font-size: 26px
}

@media (max-width:800px) {
    .intro__title-bonus span.small {
        font-size: 12px
    }
}

.intro__title-bonus .separator {
    display: block
}

@media (min-width:500px) {
    .intro__title-bonus .separator {
        display: none
    }
}

@media (min-width:850px) {
    .intro__title-bonus .separator {
        display: block
    }
}

@media (min-width:1280px) {
    .intro__title-bonus .separator {
        display: none
    }
}

@media (min-width:1700px) {
    .intro__title-bonus .separator {
        display: block
    }
}

@media (min-width:1980px) {
    .intro__title-bonus .separator {
        display: none
    }
}

.intro__link {
    display: block;
    height: 78px;
    margin: 0 auto 20px;
    width: 154px
}

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

.intro__title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.33;
    margin-bottom: 4px;
    text-align: center
}

@media (max-width:800px) {
    .intro__title {
        display: none
    }
}

.intro__subtitle {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.44;
    margin-bottom: 20px;
    text-align: center
}

@media (max-width:800px) {
    .intro__subtitle {
        display: none
    }
}

.intro__form {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%
}

.intro__form .field_to-bottom {
    margin: 0;
    order: 99;
    padding: 0
}

.intro__form .signup__button-list {
    margin: 0 0 20px;
    width: 328px
}

.intro__button {
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 1.43;
    padding: 10px;
    width: 100%
}

@media (max-width:800px) {
    .intro__form .signup__button-list {
        background-color: #011d3a;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 16px 20px;
        position: fixed;
        right: 0;
        width: auto;
        z-index: 9999
    }
}

.footer {
    z-index: -1
}