﻿:root
{
    --color-background: hsl(226,18%,14%);
    --color-primary: hsl(223,16%,22%);
    --color-primary-1: hsl(223,14%,32%);
    --color-primary-2: hsl(223,12%,41%);
    --color-primary-3: hsl(223,15%,27%);
    --color-primary-4: hsl(224,12%,39%);
    --color-primary-5: hsl(226,18%,19%);
    --color-secondary: linear-gradient(180deg,hsl(43,100%,50%) 34%,hsl(22,100%,58%) 100%);
    --color-secondary-accent: hsl(43,100%,50%);
    --color-secondary-accent-1: hsl(22,100%,58%);
    --color-third: linear-gradient(176deg,hsl(43,100%,50%) 34%,hsl(22,100%,58%) 62%);
    --color-third-accent: hsl(43,100%,50%);
    --color-typography: hsl(0,0%,100%);
    --color-typography-1: hsl(222,33%,94%);
    --color-iconography: hsl(223,13%,63%);
    --color-black: hsl(0,0%,0%);
    --color-button: hsla(0,0%,0%,.5);
    --color-warning: hsl(346,83%,54%);
    --color-win: hsl(167,98%,42%);
}
:root
{
    --color-third-thirdparty: hsl(167,98%,32%);
    --color-third-accent-thirdparty: hsl(167,98%,40%);
    --color-slot-accent-thirdparty: hsl(43,100%,63%);
    --color-new-thirdparty: hsl(130,60%,49%);
    --color-thirdparty-diagram: hsl(223,16%,22%);
    --color-thirdparty-diagram-gradient-1: hsl(28,99%,53%);
    --color-thirdparty-diagram-gradient-2: hsl(28,93%,41%);
}
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(#2c2c2c,#151515);
    text-align: center;
    color: #fff;
}
.block-country__decor
{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: auto;
    height: 100%;
    fill: #393939;
}
.block-country__decor--double
{
    right: auto;
    left: 0;
    transform: rotate(180deg);
}
.block-country__highlight
{
    color: #6c6c6d;
}
.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: #e6a602;
}
.block-country__text--error
{
    color: #fff;
}
.block-country__link
{
    text-decoration: underline;
    color: #6c7c95;
}
.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: #222;
}
.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: #e6a602;
    text-transform: uppercase;
    font-size: 1.125em;
    color: #fff;
    transition: background-color .3s ease;
}
.block-country__btn:hover
{
    background-color: #fdbf1f;
}
@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: #2a2a2a;
}
.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 #2a2a2a 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: #2a2a2a;
}
.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%,#151515 100%);
    background-position: center top;
    background-size: cover;
}
.main-block--default
{
    padding: .9375em;
    background: none;
    background-color: #2c2c2c;
}
.main-block--default::before
{
    display: none;
}
.main-block--default .main-block__lock
{
    width: 4em;
    height: 4em;
    margin-bottom: .9375em;
    transform: translateY(0);
    fill: #505050;
}
@media screen and (max-width: 768px)
{
    .main-block--default .main-block__lock
    {
        fill: #fff;
    }
}
.main-block--default .main-block__info
{
    color: #505050;
}
@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: #151515;
}
.stub-svg-ball__gradient--stop
{
    stop-color: #818181;
}
.stub-svg-ball__gradient--offset
{
    stop-color: #2c2c2c;
}
.stub-svg-circle__gradient--stop
{
    stop-color: #505050;
}
.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: #393939;
}
@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: #505050;
}
@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: #505050;
}
.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: #505050;
}
@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: #393939;
}
.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: #505050;
}
.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;
}
.main-block--default
{
    background: var(--color-background) url("../../bcgamebettingde/image/block-country.png") center/cover no-repeat;
}
@media(min-width: 2500px)
{
    .main-block--default
    {
        font-size: 1.25em;
    }
}
@media(max-width: 767px)
{
    .main-block--default
    {
        background-image: url("../../bcgamebettingde/image/block-country-mobi.png");
    }
}
.main-block__header
{
    max-width: 31.1875em;
    height: 16.125em;
    border-radius: .75em;
    background-color: var(--color-primary);
}
@media(max-width: 767px)
{
    .main-block__header
    {
        height: 13.5em;
    }
}
.main-block__header::before
{
    content: "";
    width: 3.75em;
    height: 3.75em;
    margin-bottom: 2.3125em;
    background: url("../../bcgamebettingde/image/lock.svg") center/contain no-repeat;
}
.main-block__lock, .main-block__footer
{
    display: none;
}
.main-block-content
{
    font-family: "Roboto",sans-serif;
}
.main-block-content__title
{
    color: var(--color-typography-1);
}
.main-block-content__text
{
    font-size: 1em;
    color: var(--color-iconography);
    margin-top: .75em;
}
@media(max-width: 400px)
{
    .main-block-content__text
    {
        font-size: .75em;
        margin-top: 1em;
    }
}
.stub-svg
{
    display: none;
}