﻿html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, ol, ul, li
{
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%;
}
body
{
    font-family: Roboto,Arial,sans-serif;
    line-height: 1;
}
*
{
    box-sizing: border-box;
}
ol, ul
{
    list-style: none;
}
@font-face
{
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    src: local(""),url("https://v2l.traincdn.com/default/fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"),url("https://v2l.traincdn.com/default/fonts/Montserrat/Montserrat-Medium.woff") format("woff");
}
@font-face
{
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    src: local(""),url("https://v2l.traincdn.com/default/fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"),url("https://v2l.traincdn.com/default/fonts/Montserrat/Montserrat-Bold.woff") format("woff");
}
@font-face
{
    font-family: "Noto Sans";
    font-weight: 400;
    font-style: normal;
    src: url("https://v2l.traincdn.com/genfiles/cms/1/desktop/promotions/fonts/NotoSans/NotoSans-Light.woff2") format("woff2"),url("https://v2l.traincdn.com/genfiles/cms/1/desktop/promotions/fonts/NotoSans/NotoSans-Light.woff") format("woff");
}
@font-face
{
    font-family: "Noto Sans";
    font-weight: 700;
    font-style: normal;
    src: url("https://v2l.traincdn.com/genfiles/cms/1/desktop/promotions/fonts/NotoSans/NotoSans-Bold.woff2") format("woff2"),url("https://v2l.traincdn.com/genfiles/cms/1/desktop/promotions/fonts/NotoSans/NotoSans-Bold.woff") format("woff");
}
.block-country
{
    display: flex;
    position: relative;
    z-index: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: radial-gradient(#010101,#000);
    text-align: center;
    color: #fff;
}
.block-country__decor
{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: auto;
    height: 100%;
    fill: #0e0e0e;
}
.block-country__decor--double
{
    right: auto;
    left: 0;
    transform: rotate(180deg);
}
.block-country__highlight
{
    color: #414141;
}
.block-country__wrap
{
    width: 100%;
    max-width: 40.625em;
}
.block-country__title
{
    margin-bottom: .6363636364em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
}
@media screen and (min-width: 641px)
{
    .block-country__title
    {
        font-size: 3.4375em;
    }
}
@media screen and (max-width: 640px)
{
    .block-country__title
    {
        font-size: 2.5em;
    }
}
.block-country__logo
{
    max-width: 35em;
    max-height: 7.5em;
    margin-bottom: 3.75em;
}
.block-country__text
{
    margin-bottom: .3125em;
    font-size: 1em;
    line-height: 1.2;
}
.block-country__text--success
{
    color: #0c9b5b;
}
.block-country__text--error
{
    color: #fff;
}
.block-country__link
{
    text-decoration: underline;
    color: #565555;
}
.block-country__input
{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .9375em;
}
@media screen and (min-width: 641px)
{
    .block-country__input
    {
        flex-direction: row;
        height: 2.625em;
    }
}
@media screen and (max-width: 640px)
{
    .block-country__input
    {
        flex-direction: column;
    }
}
.block-country__btn, .block-country__field
{
    padding: .3125em .9375em;
    height: 100%;
    margin: 0 .4375em;
    outline: none;
    line-height: 1;
}
.block-country__field
{
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: .875em;
    color: #000;
}
.block-country__field::-moz-placeholder
{
    color: #c0bfbf;
}
.block-country__field::placeholder
{
    color: #c0bfbf;
}
@media screen and (min-width: 641px)
{
    .block-country__field
    {
        flex-basis: 23.5714285714em;
    }
}
@media screen and (max-width: 640px)
{
    .block-country__field
    {
        flex-basis: 100%;
        padding: .8571428571em .7142857143em;
        width: 100%;
        max-width: 28.5714285714em;
    }
}
.block-country__btn
{
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #0c9b5b;
    text-transform: uppercase;
    font-size: 1.125em;
    color: #fff;
    transition: background-color .3s ease;
}
.block-country__btn:hover
{
    background-color: #0fca77;
}
@media screen and (min-width: 641px)
{
    .block-country__btn
    {
        flex-basis: 11.9444444444em;
    }
}
@media screen and (max-width: 640px)
{
    .block-country__btn
    {
        flex-basis: 100%;
        width: 100%;
        max-width: 22.2222222222em;
        height: 2.3333333333em;
        margin-top: .5555555556em;
        line-height: 1.7222222222em;
    }
}
.block-country-info
{
    margin-bottom: 1.25em;
}
.block-country-info__title
{
    margin-bottom: .4166666667em;
    font-size: 1.5em;
    line-height: 1.2;
}
.block-country__eslink
{
    border-bottom: 1px solid #fff;
    text-decoration: none;
    color: #fff;
    transition: border-bottom-color .2s linear;
}
.block-country__eslink:hover
{
    border-bottom-color: rgba(0,0,0,0);
}
.block-country__footer
{
    display: flex;
    align-items: center;
    align-self: flex-end;
    justify-content: center;
    padding-bottom: 1.25em;
    width: 100%;
}
.block-country__esicon
{
    margin: 0 .9375em;
}
.block-country__esicon--first
{
    width: 6.25em;
    height: 5.8125em;
    background: url("../../bcgamebettingde/image/icon1.png") no-repeat center;
    background-size: 100% 100%;
}
.block-country__esicon--second
{
    width: 29.375em;
    height: 5em;
    background: url("../../bcgamebettingde/image/icon2.jpg") no-repeat center;
    background-size: 100% 100%;
}
.block-country__esicon--third
{
    width: 5.75em;
    height: 5.75em;
    background: url("../../bcgamebettingde/image/icon3.jpg") no-repeat center;
    background-size: 100% 100%;
}
.block-country__esicon--fourth
{
    width: 17.5em;
    height: 5.75em;
    background: url("../../bcgamebettingde/image/icon4.jpg") no-repeat center;
    background-size: 100% 100%;
}
.block-country__container
{
    padding: 0 15px;
    width: 100%;
    max-width: 50.625em;
    font-size: 16px;
}
.block-country__partners
{
    display: flex;
    align-items: center;
    max-width: 70%;
}
@media screen and (max-width: 768px)
{
    .block-country__partners
    {
        flex: 1 1 auto;
        max-width: 100%;
    }
}
.block-country_es
{
    align-items: flex-end;
    background: url("../../bcgamebettingde/image/page_bg.png") no-repeat center/cover -60px #00000a;
}
.block-country_es .block-country__wrap
{
    max-width: 100%;
}
.block-country_es .block-country__text p
{
    margin-bottom: .9375em;
    letter-spacing: .04375em;
}
@media screen and (max-width: 1024px)
{
    .block-country_es .block-country__text p
    {
        font-size: .9375em;
    }
}
@media screen and (max-width: 768px)
{
    .block-country_es .block-country__text p
    {
        font-size: .875em;
    }
}
@media screen and (max-width: 480px)
{
    .block-country_es .block-country__text p
    {
        font-size: .75em;
    }
}
.block-country_es .block-country__footer
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 1.25em 0;
}
@media screen and (max-width: 768px)
{
    .block-country_es .block-country__footer
    {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.block-country_es .block-country__age
{
    width: 3.75em;
    min-width: 3.75em;
    height: 3.75em;
    background: url("../../bcgamebettingde/image/age.png") no-repeat center center;
}
@media screen and (max-width: 768px)
{
    .block-country_es .block-country__age
    {
        width: 2.5em;
        min-width: 2.5em;
        height: 2.5em;
        background-size: contain;
    }
}
.block-country_es .block-country__esicon
{
    margin: .625em;
}
.block-country_es .block-country__esicon-img
{
    max-width: 100%;
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none)
{
    .block-country_es .block-country__esicon-img
    {
        max-width: 18.75em;
        max-height: 3.125em;
    }
}
@media screen and (max-width: 480px)
{
    .block-country_es
    {
        background: url("../../bcgamebettingde/image/page-mobile_bg.png") no-repeat center/cover top #00000a;
    }
}
.block-country .auth__form
{
    max-width: 350px;
    margin: 0 auto;
}
.block-country .auth__phones .multiselect__select, .block-country .auth__phones .multiselect__single
{
    background: none;
}
.block-country .auth__forgot-password
{
    margin: 0 auto;
    color: #fff;
}
.block-country .c-input-material__input
{
    background: none;
    font-size: initial!important;
}
.block-country .c-input-material__input:valid~.c-input-material__label, .block-country .c-input-material__input:focus~.c-input-material__label
{
    background: #000;
}
.block-country .c-input-material__input:-webkit-autofill, .block-country .c-input-material__input:-webkit-autofill:focus, .block-country .c-input-material__input:-webkit-autofill:hover
{
    border: 0;
    -webkit-box-shadow: 0 0 0 1000px #000 inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff;
}
.block-country .auth-form .c-registration__field--phone_mega .multiselect
{
    outline: none;
}
.block-country .auth-form .c-registration__field--phone_mega .multiselect__content-wrapper
{
    position: absolute;
    text-align: left;
}
.block-country .auth-form .c-registration__input
{
    color: #fff;
}
.block-country .auth-form .c-registration__input~.c-registration__field-label
{
    background: #000;
}
.block-country .auth__info-text, .block-country .country-template-image--arrow::before
{
    color: #fff;
}
@media screen and (max-width: 1024px)
{
    .block-country
    {
        padding: 1.5625em .625em;
        overflow: hidden;
    }
}
html[lang=ar] .block-country__text, html[lang=fa] .block-country__text, html[lang=he] .block-country__text, html[lang=ku] .block-country__text
{
    direction: rtl;
}
.main-block
{
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    min-height: 35.875em;
    overflow: auto;
    background: url("../../bcgamebettingde/image/bg.jpg") no-repeat center top;
    background-size: cover;
    font-family: "Arial",sans-serif;
    color: #fff;
}
.main-block::before
{
    content: "";
    opacity: .72;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center,#000 0%,#000 100%);
    background-position: center top;
    background-size: cover;
}
.main-block--default
{
    padding: .9375em;
    background: none;
    background-color: #010101;
}
.main-block--default::before
{
    display: none;
}
.main-block--default .main-block__lock
{
    width: 4em;
    height: 4em;
    margin-bottom: .9375em;
    transform: translateY(0);
    fill: #252525;
}
@media screen and (max-width: 768px)
{
    .main-block--default .main-block__lock
    {
        fill: #fff;
    }
}
.main-block--default .main-block__info
{
    color: #252525;
}
@media screen and (max-width: 768px)
{
    .main-block--default .main-block__info
    {
        color: #fff;
    }
}
.main-block__svg
{
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
}
.main-block__header
{
    display: flex;
    position: relative;
    z-index: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.5em;
    width: 100%;
    max-width: 27.1875em;
    border-radius: 3px;
    background-color: #fff;
}
@media screen and (max-width: 768px)
{
    .main-block__header
    {
        padding: .9375em;
        background-color: rgba(0,0,0,0);
    }
}
.main-block__lock
{
    position: relative;
    z-index: 1;
    width: 9.375em;
    height: 9.375em;
    transform: translateY(-40px);
    fill: #fff;
}
@media(max-width: 1024px)
{
    .main-block__lock
    {
        width: 5em;
        height: 5em;
    }
}
.main-block__info
{
    z-index: 1;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
}
@media(max-width: 1024px)
{
    .main-block__info
    {
        font-size: 1.125em;
    }
}
.stub-svg
{
    color: rgba(0,0,0,0);
    fill: currentColor;
}
.stub-svg__lines path
{
    stroke: rgba(184,222,255,.12);
    stroke-width: 2px;
}
.stub-svg-ball__shadow
{
    fill: #000;
}
.stub-svg-ball__gradient--stop
{
    stop-color: #555;
}
.stub-svg-ball__gradient--offset
{
    stop-color: #010101;
}
.stub-svg-circle__gradient--stop
{
    stop-color: #252525;
}
.stub-svg-circle__gradient--offset
{
    stop-color: rgba(39,106,165,0);
}
.main-block-ua
{
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #fff url("../../bcgamebettingde/image/back.png") no-repeat top left;
    font-family: Roboto,sans-serif;
}
@media only screen and (max-width: 991px)
{
    .main-block-ua__picture
    {
        display: none;
    }
}
.main-block-ua__img
{
    display: block;
    max-width: 100%;
}
.main-block-ua__content
{
    position: relative;
    width: 36%;
    margin-right: 1.875em;
}
@media only screen and (max-width: 991px)
{
    .main-block-ua__content
    {
        padding: 1em 1em 1.5em;
        width: 90%;
        margin-right: 0;
        border-radius: .25em;
        background-color: #fff;
    }
    .main-block-ua__content::before
    {
        content: "";
        position: absolute;
        top: -12.9375em;
        width: 20em;
        height: 16.6875em;
        background: url("../../bcgamebettingde/image/attention1.png") no-repeat center center;
    }
    .main-block-ua__content::after
    {
        content: "";
        position: absolute;
        top: -9.6875em;
        left: 1.0625em;
        width: 14em;
        height: 13.625em;
        background: url("../../bcgamebettingde/image/attention.png") no-repeat center center;
    }
}
@media only screen and (max-width: 500px)
{
    .main-block-ua__content
    {
        width: 95%;
    }
}
@media(max-width: 500px) and (max-height: 650px)
{
    .main-block-ua__content
    {
        margin-top: 30%;
    }
}
.main-block-ua__title
{
    margin-bottom: .5714285714em;
    font-size: 2.1875em;
    font-weight: 700;
    color: #224f7c;
}
@media only screen and (max-width: 991px)
{
    .main-block-ua__title
    {
        text-transform: uppercase;
        font-size: 1.25em;
    }
}
@media only screen and (max-width: 450px)
{
    .main-block-ua__title
    {
        margin-bottom: .4444444444em;
        font-size: 1.125em;
    }
}
@media only screen and (max-width: 350px)
{
    .main-block-ua__title
    {
        font-size: .875em;
    }
}
.main-block-ua__text
{
    margin-bottom: .7142857143em;
    font-size: .875em;
    font-weight: 400;
    line-height: 1.1428571429em;
    color: #7599b8;
}
@media only screen and (max-width: 991px)
{
    .main-block-ua__text
    {
        color: #224f7c;
    }
}
@media only screen and (max-width: 350px)
{
    .main-block-ua__text
    {
        margin-bottom: 1em;
        font-size: .75em;
        line-height: 1.1666666667em;
    }
}
.main-block-ua__subtext
{
    display: flex;
    margin-bottom: .3571428571em;
    font-size: .875em;
}
.main-block-ua__support
{
    margin-right: .4375em;
    font-weight: 700;
    color: #224f7c;
}
.main-block-ua__link
{
    text-decoration: none;
    font-weight: 400;
    color: #224f7c;
}
@media only screen and (max-width: 991px)
{
    .main-block-ua
    {
        background-color: #e9eef2;
        background-image: none;
    }
}
.main-block-info
{
    position: relative;
}
.main-block-info__title
{
    margin-bottom: 1.0294117647em;
    text-align: center;
    text-transform: uppercase;
    font-size: 2.125em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}
.main-block-info__text
{
    margin-bottom: .3125em;
    text-align: center;
    font-size: 1em;
    line-height: 1.2;
    color: #fff;
}
.main-block-content
{
    text-align: center;
}
.main-block-content__title
{
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.2;
    color: #0e0e0e;
}
@media screen and (max-width: 768px)
{
    .main-block-content__title
    {
        font-size: 1em;
        color: #fff;
    }
}
.main-block-content__text
{
    margin-top: 1.0714285714em;
    font-size: .875em;
    line-height: 1.2;
    color: #252525;
}
@media screen and (max-width: 768px)
{
    .main-block-content__text
    {
        margin-top: .6666666667em;
        font-size: .75em;
        color: #fff;
    }
}
.main-block-prompt
{
    margin-top: .9375em;
    text-align: center;
}
.main-block-prompt__btn
{
    display: inline-block;
    cursor: pointer;
    border: none;
    background-color: rgba(0,0,0,0);
    -webkit-text-decoration: underline dashed;
    text-decoration: underline dashed;
    font-size: .75em;
    line-height: 1.2;
    color: #252525;
}
.main-block-prompt__btn:hover
{
    text-decoration: underline;
}
@media screen and (max-width: 768px)
{
    .main-block-prompt__btn
    {
        color: #fff;
    }
}
.main-block-prompt__text
{
    margin-top: 1.0714285714em;
    font-size: .875em;
    line-height: 1.2;
    color: #252525;
}
@media screen and (max-width: 768px)
{
    .main-block-prompt__text
    {
        margin-top: .6666666667em;
        font-size: .75em;
        color: #fff;
    }
}
.footer-main-block
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.footer-main-block__contacts
{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 768px)
{
    .footer-main-block__contacts
    {
        margin: .3125em;
        gap: .3125em;
    }
}
.footer-main-block__item
{
    position: relative;
    flex: 0 1 50%;
    padding: .875em 1.25em;
    background-color: #0e0e0e;
}
.footer-main-block__item:not(:last-child)
{
    text-align: right;
}
.footer-main-block__item:not(:last-child)::before
{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 1.25em;
    background-color: rgba(255,255,255,.15);
    transform: translateY(-50%);
}
.footer-main-block__item--only-one
{
    flex: 0 1 100%;
    text-align: center;
}
@media screen and (max-width: 768px)
{
    .footer-main-block__item
    {
        padding: .5em;
        text-align: center;
    }
    .footer-main-block__item:not(:last-child)
    {
        text-align: center;
    }
    .footer-main-block__item:not(:last-child)::before
    {
        display: none;
    }
}
.footer-main-block__link
{
    text-decoration: none;
    font-family: Roboto,sans-serif;
    font-size: .875em;
    line-height: 1.2;
    color: #fff;
}
@media screen and (max-width: 768px)
{
    .footer-main-block__link
    {
        font-size: .625em;
    }
}
.licence
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25em .625em;
    background-color: #252525;
}
.licence__text
{
    max-width: 78.1428571429em;
    text-align: center;
    font-family: Roboto,sans-serif;
    font-size: .875em;
    line-height: 1.2;
    color: #fff;
}
@media screen and (max-width: 768px)
{
    .licence__text
    {
        font-size: .625em;
    }
}
@media screen and (max-width: 768px)
{
    .licence
    {
        padding: .625em;
        margin: 0 .3125em .3125em;
    }
}
_:-ms-fullscreen .block-country__decor, :root .block-country__decor
{
    width: 25vw;
}
_:-ms-fullscreen .block-country__wrap, :root .block-country__wrap
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}
@media(max-width: 1023px)
{
    .main-block
    {
        font-size: 8px;
    }
}
.main-block--country
{
    background: url("../../bcgamebettingde/image/xslotsBlockBg.jpg") no-repeat center;
    background-size: 100% 100%;
}
.main-block--country::before
{
    content: none;
}
.main-block__img
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 38.5em;
    height: 48em;
    transform: translate(-50%,-50%);
}
.main-block__info
{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: .375em .46875em;
    width: 100%;
    min-height: 3.75em;
    margin-top: 16.09375em;
    background: rgba(0,0,0,.65);
    font-size: 2em;
    font-weight: 500;
}
@media(max-width: 1023px)
{
    .main-block__info
    {
        margin-top: 26.25em;
    }
}
.main-block__info::before, .main-block__info::after
{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
}
.main-block__info::before
{
    top: 0;
    background: linear-gradient(to right,hsl(0,0%,67%),hsl(44,100%,74%) 64%,hsl(0,0%,100%));
}
.main-block__info::after
{
    bottom: 0;
    background: #fde4a5;
}
@media screen and (min-width: 0\0)
{
    .main-block__info
    {
        height: 7.5em;
    }
}
.main-block__lights
{
    display: flex;
    position: absolute;
    left: 0;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
.main-block__lights--top
{
    top: -.34375em;
}
@media(max-width: 1023px)
{
    .main-block__lights--top
    {
        padding-left: 2.8125em;
    }
}
.main-block__lights--bottom
{
    bottom: -.34375em;
}
@media(max-width: 1023px)
{
    .main-block__lights--bottom
    {
        padding-right: 2.8125em;
    }
}
@media(max-width: 1023px)
{
    .main-block__lights .main-block__light:nth-of-type(3), .main-block__lights .main-block__light:nth-of-type(4), .main-block__lights .main-block__light:nth-of-type(5)
    {
        display: none;
    }
}
.main-block__light
{
    z-index: 1;
    width: .6875em;
    height: .6875em;
    border-radius: 50%;
    box-shadow: 0 0 .21875em .0625em rgba(255,255,255,.7);
    background: #fff;
}