.popup_help_registr {
    margin-bottom: 30px;
}

/* general popup*/
.popup_help_registr {
    width: 760px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Roboto";
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 30px 25px;
    padding-bottom: 40px;
    position: relative;
    -webkit-box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.5);
    height: 390px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.popup_help_registr_close {
    position: absolute;
    background: url("../img/popups/popup_help_registr_close_white.png") no-repeat center;
    background-size: cover;
    width: 12px;
    height: 12px;
    right: 12px;
    top: 11px;
    display: inline-block;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    padding: 5px;
    opacity: 0.8;

}

.popup_help_registr * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}

.popup_help_registr_title {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 18px;
    text-transform: uppercase;
}

.popup_help_registr_send, .popup_help_registr_hide, .popup_help_registr_reject {
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 0;
    cursor: pointer;
    min-height: 38px;
    font-family: Roboto;
    -webkit-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.popup_help_registr_send {
    background-color: #77a02e;
}

.popup_help_registr_hide {
    background-color: #8f9da8;
}

.popup_help_registr_reject {
    background-color: #0c304c;
}

.popup_help_registr_close:hover {
    opacity: 1;
}

.popup_help_registr_send:hover {
    background-color: rgb(150, 204, 57);
}

.popup_help_registr_hide:hover {
    background-color: #b0bdc7;
}

.popup_help_registr_reject:hover {
    background-color: #0f456f;
}

/* popup reghelp */
.box-modal.popup-reghelp{

    max-width: 100%;
    width: 760px;
    box-sizing: border-box;
    background-image: url(../img/popups/registration/reghelp-bg.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    font-size: 14px;
    padding:22px 30px 35px;
    padding-right: 350px;
}

.popup-reghelp .btn,
.popup-reghelp .input{
    margin: 0;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    width: 100%;
}

.p-reghelp-header{
    color: #1a5685;
    font-size:13px;
    margin-bottom:15px;
}
.p-reghelp-header__title{
    font-size: 20px;
    color: #1a5685;
    font-weight: 700;
    margin-bottom:10px;
    text-transform: uppercase;
}
.p-reghelp-body .input{
    margin-bottom:15px;
    font-weight: normal;
    text-align: left;
}
.p-reghelp-body .btn_green-gd{
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
}
.p-reghelp-body{
    margin-bottom: 50px;
}

.p-reghelp-footer{
    display: flex;
    justify-content: space-between;
}
.p-reghelp-footer .btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    whtie-space:nowrap;
}
.p-reghelp-footer .btn .fa{
    margin-right:10px;
}
.p-reghelp-footer .btn:not(:first-child){
    margin-left: 10px;
}

/* popup_domain_personal */
.popup_domain_personal .popup_help_registr_title {
    color: #1f72af;
}

.popup_domain_personal {
    background: #e6e6e6 url(../img/popups/vip_domain/popup_domain_personal.png) no-repeat bottom right;
    background-size: 625px;
    -webkit-box-shadow: 0 10px 10px 0 #e6e6e6 inset, 3px 3px 10px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 10px 0 #e6e6e6 inset, 3px 3px 10px 2px rgba(0, 0, 0, 0.5);
}

.popup_domain_personal .popup_help_registr_close {
    background: url("../img/popups/popup_help_registr_close.png") no-repeat center;
    background-size: cover;
}

.popup_domain_personal_more {
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 3px;
    padding: 25px 20px;
    margin-top: 30px;
    width: 490px;
    -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
}

.popup_domain_personal_title {
    color: #1a5685;
    font-weight: 500;
    font-size: 14px;
    line-height: 10px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.popup_domain_personal_info {
    color: #1a5685;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 23px;
}

.popup_domain_personal_more input[type="text"] {
    font-size: 14px;
    color: #1a5685;
    background-color: #fff;
    border: none;
    border-top: 1px solid #c1c5c9;
    border-left: 1px solid #c1c5c9;
    padding: 11px 10px;
    margin-bottom: 20px;
    width: 100%;
}

.popup_domain_personal {
    background-size: cover;
}

.popup_help_registr {
    min-height: 390px;
    height: auto;
}

.wrapper_input_email {
    width: 450px;
    background: rgba(87, 86, 85, 0.4);
    bottom: 45px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    border-radius: 3px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
}

.wrapper_input_email input[type="text"] {
    width: 80%;
    margin: 0;
}

.wrapper_input_email .popup_help_registr_send {
    height: 20px;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    margin-top: 5px;
    padding: 0 20px;
}

.wrapper_input_domain_personal {
    position: relative;
}

.wrapper_input_domain_personal i.fa {
    position: absolute;
    top: 11px;
    right: 13px;
    color: #1a5685;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
}

.wrapper_input_domain_personal a.domain_personal_link_copy i.fa:hover {
    font-weight: bold;
}

.popup_domain_personal_more input[type="text"]::-webkit-input-placeholder {
    color: #1a5685;
    font-size: 14px;
}

.popup_domain_personal_more input[type="text"]::-moz-placeholder {
    color: #1a5685;
    font-size: 14px;
}

.popup_domain_personal_more input[type="text"]:-moz-placeholder {
    color: #1a5685;
    font-size: 14px;
}

.popup_domain_personal_more input[type="text"]:-ms-input-placeholder {
    color: #1a5685;
    font-size: 14px;
}

.wrapper_button_domain_personal {
    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;
}

.popup_domain_personal_more .popup_help_registr_send {
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
}

.popup_domain_personal_more .popup_help_registr_hide {
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
}

/* donot_mail */
.donot_mail {
    background: url(../img/popups/not_auth/bg_donot_mail.jpg) no-repeat;
    color: #fff;
    background-position: -63px 0;
    background-size: 900px;
}

.wrapper_button_donot_mail {
    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;
}

.donot_mail .popup_help_registr_reject, .donot_mail .popup_help_registr_hide {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
}

.donot_mail_additional_info {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 40px;
}

.donot_mail_more .donot_mail_more_input {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 20px;
}

.donot_mail_more {
    background-color: rgba(7, 19, 31, 0.75);
    -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
    padding: 20px 20px 25px;
    width: 435px;
    margin-top: 120px;
    border-radius: 5px;
}

/* start ÑÑ‚Ð¸Ð»Ð¸Ð·Ð°Ñ†Ð¸Ñ checkbox input*/
.donot_mail_more .donot_mail_more_input {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    -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;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.donot_mail_more .donot_mail_more_input input[type="checkbox"]:not(checked) {
    position: relative;
    opacity: 0;
}

.donot_mail_more .donot_mail_more_input input[type="checkbox"]:not(checked) + label {
    position: relative;
    margin-left: 10px;
    cursor: pointer;
}

.donot_mail_more .donot_mail_more_input input[type="checkbox"]:not(checked) + label:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -26px;
    width: 25px;
    height: 11px;
    border-radius: 13px;
    background: rgba(229, 229, 229, .5);
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
}

.donot_mail_more .donot_mail_more_input input[type="checkbox"]:not(checked) + label:after {
    content: '';
    position: absolute;
    top: -7px;
    left: -26px;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background: #FFF;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.donot_mail_more .donot_mail_more_input input[type="checkbox"]:checked + label:before {
    background: rgba(137, 191, 42, .5);
}

.donot_mail_more .donot_mail_more_input input[type="checkbox"]:checked + label:after {
    background: rgba(137, 191, 42, 1);
    left: -16px;
}

/* end ÑÑ‚Ð¸Ð»Ð¸Ð·Ð°Ñ†Ð¸Ñ checkbox input*/
/* popup_account_verification */
.popup_account_verification {
    background: url(../img/popups/verify_account/bg_popup_account_verification.jpg) no-repeat;
    background-position: center bottom;
    background-size: 780px;
    color: #fff;
    padding-bottom: 35px;
    padding-top: 25px;
}

.popup_account_verification .debt_file_title {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 15px;
}

.popup_account_verification .debt_file_list {
    margin-top: 10px;
    margin-bottom: 20px;
}

.popup_account_verification .debt_file_list p {
    font-size: 13px;
    line-height: 26px;
    padding-left: 15px;
    position: relative;
}

.popup_account_verification .debt_file_list p:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11px;
}

.popup_account_verification .debt_file_note {
    padding: 13px 20px;
    padding-right: 10px;
}

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

.popup_account_verification_more {
    -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
    margin-top: 25px;
    border-radius: 5px;
}

.popup_account_verification .debt_file {
    background: rgba(7, 19, 31, 0.75) url("../img/popups/not_auth/copy_file_big_ico.png") no-repeat;
    background-size: 150px;
    background-position: 30px center;
    padding-left: 210px;
    padding-top: 29px;
    padding-bottom: 25px;
    padding-right: 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.popup_account_verification .debt_file_note {
    background-color: rgba(17, 53, 82, 0.75);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.popup_account_verification .popup_help_registr_send {
    width: 325px;
}

.wrapper_input_email .send_email {
    background-color: #77a02e;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;

    -ms-flex-preferred-size: inherit;

    flex-basis: inherit;
    margin-top: 5px;
    padding: 5px 20px;
    cursor: pointer;

    font-family: Roboto;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.wrapper_input_email .send_email:hover {
    background-color: rgb(150, 204, 57);
}

/*=====--- Match-promo popups ---=====*/
.match-promo-popup {
    position: relative;
    border-radius: 6px;
    background: url("../img/popups/xstavka_popup.png") no-repeat;
    width: 800px;
    height: 296px;
}

/* general articmodle */
.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}

.arcticmodal-container_i2 {
    padding: 120px 0 0 0 !important;
    margin: 0;
}

.box-modal {
    position: relative;
    width: 700px;
    padding: 16px;
    background: #fff;
    -webkit-box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
    box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
    border-radius: 6px;
}

.box-modal_close {
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 11px;
    line-height: 15px;
    color: #999;
    cursor: pointer;
}

.box-modal_close:hover {
    color: #666;
}

.arcticmodal-overlay, .arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}

.arcticmodal-container {
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
    position: fixed !important;
    overflow: hidden;
}

.arcticmodal-container .scroll-element {
    display: none;
}

/* /general articmodle */
/********** popup bingo *****************/
.bingoWinMes {
    height: 176px;
    position: fixed;
    right: 0;
    top: 50%;
    width: 0;
    z-index: 100;
}

.bingoWinMes_con {
    bottom: 0;
    height: 176px;
    position: absolute;
    right: -240px;
    width: 225px;
}

.bingoWinMes_sum {
    background-color: #651212;
    border-radius: 13px;
    -webkit-box-shadow: 0 0 0 4px #faeb63 inset;
    box-shadow: 0 0 0 4px #faeb63 inset;
    color: #faeb63;
    font-size: 16px;
    font-weight: 500;
    height: 107px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 225px;
    padding-top: 19px;
}

.bingoWinMes_sum:before {
    background-image: url("../img/bingoWinMes_sum.png");
    content: "";
    display: block;
    height: 166px;
    position: absolute;
    right: 0;
    top: -20px;
    width: 241px;
}

.bingoWinMes_sum div {
    position: relative;
}

.bingoWinMes_sum .name {
    color: #fff;
    font-size: 15px;
    line-height: 13px;
}

.bingoWinMes_sum .summ {
    color: #fff;
    font-size: 36px;
    line-height: 35px;
}

.bingoWinMes_sum .text1 {
    font-size: 20px;
    white-space: nowrap;
}

.bingoWinMes_but {
    background-color: #0f5705;
    border-radius: 9px;
    bottom: 0;
    -webkit-box-shadow: 0 0 0 3px #faeb63 inset;
    box-shadow: 0 0 0 3px #faeb63 inset;
    color: #faeb63;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    height: 38px;
    line-height: 40px;
    position: absolute;
    right: 11px;
    text-align: center;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    width: 198px;
}

.bingoWinMes_but span {
    position: relative;
}

.bingoWinMes_but:before {
    background-image: url("../img/bingoWinMes_but.png");
    content: "";
    display: block;
    height: 48px;
    left: -6px;
    position: absolute;
    top: -3px;
    width: 210px;
}

.bingoWinMes_but:hover:before {
    background-position: 0 -48px;
}

.bingoWinMes_list {
    background-color: #771212;
    border-radius: 12px;
    bottom: 50px;
    -webkit-box-shadow: 0 0 0 4px #faeb63 inset;
    box-shadow: 0 0 0 4px #faeb63 inset;
    height: 366px;
    position: absolute;
    right: -240px;
    width: 225px;
}

.bingoWinMes_list:before {
    background-image: url("../img/bingoWinMes_list.png");
    content: "";
    display: block;
    height: 406px;
    position: absolute;
    right: 0;
    top: -20px;
    width: 241px;
}

.bingoWinMes_close {
    background-color: #faee63;
    background-image: url("../img/bingoWinMes_close.png");
    border-radius: 50%;
    cursor: pointer;
    height: 24px;
    position: absolute !important;
    right: 3px;
    top: -10px;
    width: 24px;
    z-index: 5;
}

.bingoWinMes_close:hover {
    background-position: 0 -24px;
}

.bingoWinMes_list_ul {
    color: #faeb63;
    font-size: 14px;
    list-style: outside none none;
    margin: 0;
    padding: 36px 0 0 32px;
    position: relative;
}

.bingoWinMes_list_ul li {
    padding: 11px 0;
    position: relative;
}

.bingoWinMes_list_ul li + li {
    border-top: 1px solid #faeb63;
}

.bingoWinMes_list_ul li:before {
    background-image: url("../img/bingoWinMes_star.png");
    content: "";
    display: block;
    height: 12px;
    left: -17px;
    position: absolute;
    top: 22px;
    width: 12px;
}

.bingoWinMes_list_ul li .name {
    display: block;
}

.bingoWinMes_list_ul li .summ {
    color: #fff;
    display: block;
    line-height: 18px;
}

.bingoWinMes_list_ul li .summ b {
    font-size: 20px;
    font-weight: 500;
}

.bingoWinMes_arrow {
    /*
        width:34px;*/
    height: 84px;
    background-image: url("../img/bingoWinMes_arrow.png");
    cursor: pointer;
    /*
        height: 84px;*/
    left: -49px;
    position: absolute;
    top: 26px;
    width: 34px;
}

.bingoWinMes_arrow:hover {
    background-position: 0 -84px;
}

/**************************/
/*pop-up jackpot*/
#jackPot.box-modal {
    width: 0;
    padding: 0;
    margin-left: 100px;
    margin-right: 800px;
}

#jackPot .box-modal_close {
    display: none;
}

.new_popUp {
    background: url(../img/main_bg.png) top center no-repeat;
    position: relative;
    width: 679px;
    height: 483px;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
}

.new_popUp p {
    padding: 0;
    margin: 0;
}

.new_popUp strong {
    font-weight: 500;
}

.new_popUp .content {
    text-align: center;
    width: 532px;
    height: 244px;
    position: absolute;
    top: 156px;
    left: 50%;
    margin-left: -266px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 30px;
}

.new_popUp .close {
    display: block;
    position: absolute;
    width: 58px;
    height: 58px;
    top: 54px;
    right: 8px;
    background: url(../img/close.png) top center no-repeat;
}

.new_popUp .title {
    text-transform: uppercase;
    font-size: 29px;
    font-weight: 500;
    line-height: 30px;
    bottom: 10px;
}

.new_popUp .sec_title {
    font-size: 22px;
    line-height: 38px;
    font-weight: 500;
}

.new_popUp .text .num {
    color: #bfefff;
}

.new_popUp .text .summ, .new_popUp .title, .new_popUp .footer {
    color: #fdd424;
}

.new_popUp .footer {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 10px;
    font-style: italic;
}

/*end pop-up jackpot*/
/* popup bonus */
#popup_bonus .text_modal {
    padding: 16px;
    margin: auto;
    background-color: #ffffff;
}

#popup_bonus .box-modal_close {
    top: 9px;
}

.restriction_popup {
    padding-left: 1px;
}

.restriction_popup h2 {
    margin-top: -3px;
    margin-bottom: 21px;
    font-size: 20px;
    font-weight: 500;
    color: #377aad;
    text-transform: uppercase;
}

.restriction_popup p {
    width: 560px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
    color: #4c5559;
}

.restriction_popup > span {
    font-size: 13px;
    font-weight: 500;
    color: #4c5559;
}

.restriction_popup > div {
    position: relative;
}

.restriction_popup .bonus_progress_bar {
    margin-top: 12px;
    margin-bottom: 7px;
    padding-top: 2px;
    width: 100%;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
    color: #4988b9;
    text-align: center;
    background-color: #d1e6f9;
    overflow: hidden;
    white-space: none;
}

.restriction_popup .prog-bar b {
    display: block;
    white-space: nowrap;
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 500;
    color: #377aad;
    direction: rtl;
    text-align: left;
}

.restriction_popup > div:last-child {
    margin-left: -33px;
    margin-right: -32px;
    margin-bottom: -32px;
    padding-left: 33px;
    padding-right: 32px;
    padding-top: 14px;
    height: 40px;
    background-image: url(../img/restriction-popup-bottom-bg.jpg);
    background-position: 50% -180px;
    background-size: 165% 500%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.restriction_popup .rounded_button {
    display: inline-block;
    height: 27px;
    margin-right: 21px;
    padding: 0 16px;
    font-size: 12px;
    line-height: 27px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
}

.rounded_button.continue {
    background-color: #77a02e;
}

.rounded_button.reject {
    background-color: #4c5559;
}

.restriction_popup > div:last-child > b {
    float: right;
    display: inline-block;
    padding: 0 15px;
    height: 25px;
    font-size: 13px;
    font-weight: 300;
    line-height: 25px;
    color: #d1e6f9;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: -webkit-gradient(linear, left top, right top, color-stop(-50%, transparent), color-stop(50%, rgba(34, 91, 18, 0.75)), color-stop(150%, transparent));
    background: -webkit-linear-gradient(left, transparent -50%, rgba(34, 91, 18, 0.75) 50%, transparent 150%);
    background: -o-linear-gradient(left, transparent -50%, rgba(34, 91, 18, 0.75) 50%, transparent 150%);
    background: linear-gradient(to right, transparent -50%, rgba(34, 91, 18, 0.75) 50%, transparent 150%);
}

.restriction_popup > div:last-child > b span {
    font-size: 14px;
    font-weight: 400;
}

/* /popup bonus */
/*
==============================================================
-------------------------- popup-android ---------------------
==============================================================
*/
.popup-android-wrap {
    display: none;
}

.popup-android {
    width: 625px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-family: Roboto;
    color: #fff;
    position: relative;
    background: url(../img/android-popup/android-bg.jpg) 40% 190% no-repeat;
    height: 470px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.popup-android__header {
    padding: 25px;
}

.popup-android__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.popup-android__content {
    padding: 0 25px 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
}

.popup-android__aside {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    transform: translateY(-57%);
    right: 25px;
}

.popup-android__close {
    position: absolute;
    top: 8px;
    right: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.popup-android__title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
}

.popup-android__text {
    font-size: 16px;
    line-height: 1.5;
}

.popup-android__text_black {
    color: #373737;
    font-size: 14px;
}

.popup-android form {
    margin: 20px 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.popup-android__input, .popup-android__btn {
    outline: none;
    border: none;
}

.popup-android__flex {
    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;
}

.popup-android__input {
    padding: 10px;
    border-radius: 4px;
    color: #444;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 20px;
}

.popup-android__btn {
    display: inline-block;
    vertical-align: top;
    line-height: 21px;
    color: #fff;
    text-decoration: none;
    background: #7fad2d;
    padding: 7px 25px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}

.popup-android__btn:hover {
    background: #6d9427;
}

.popup-android__message {
    color: #7fad2d;
    font-size: 16px;
    text-align: center;
    position: absolute;
    bottom: -27px;
    display: none;
}

.popup-android__link {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 190px;
    flex: 1 0 190px;
    background: url("../img/android-popup/android-dwnload.png") top center no-repeat;
    display: inline-block;
    vertical-align: top;
    height: 57px;
    margin-right: 20px;
}

.popup-android__footer {
    padding: 40px 25px 25px;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}

.popup-android__attention {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 84px;
    flex: 0 0 84px;
    height: 84px;
    margin-right: 25px;
    background: url('../img/android-popup/android-attention.png') top center no-repeat;
}

/*
==============================================================
-------------------------- /popup-android - ------------------
==============================================================
*/
/*
==============================================================
-------------------------- popup-ios ---------------------
==============================================================
*/
.popup-ios-wrap {
    display: none;
}

.popup-ios {
    width: 625px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-family: Roboto;
    color: #fff;
    position: relative;
    padding: 25px 25px;
    background-image: -webkit-radial-gradient(#042a43, #031724);
    background-image: -o-radial-gradient(#042a43, #031724);
    background-image: radial-gradient(#042a43, #031724);
}

.popup-ios .but_ios2 {
    position: relative;
    display: block;
    width: 334px;
    margin: 0 auto 25px;
    padding: 11px 25px 11px 110px;
    height: 100px;
    font-family: Roboto;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-image: -webkit-radial-gradient(#042b45, #031724);
    background-image: -o-radial-gradient(#042b45, #031724);
    background-image: radial-gradient(#042b45, #031724);
    border: 5px solid #fff;
    border-radius: 25px;
    overflow: visible;
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.popup-ios .but_ios2:after {
    content: "";
    position: absolute;
    top: unset;
    left: 5px;
    bottom: 0;
    width: 90px;
    height: 90px;
    background-image: url(../img/logo_app_ios.png);
    background-size: cover;
    border: 0;
}

.popup-ios .but_ios2 span {
    display: block;
    line-height: 40px;
    font-size: 18px;
}

.popup-ios .but_ios2 b {
    display: block;
    font-size: 18px;
    text-transform: none;
}

.popup-ios__content {
    padding: 0 25px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
}

.popup-ios__close {
    position: absolute;
    top: 8px;
    right: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.popup-ios__text {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 1.5;
}

.popup-ios__text:last-child {
    margin-bottom: 0;
}

.popup-ios__text span {
    font-weight: bold;
}

.popup-ios__qr-con {
    text-align: center;
}

.popup-ios__qr {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    height: 200px;
}

.popup-ios__qr img {
    width: 100%;
    height: auto;
}

/*
==============================================================
-------------------------- /popup-ios - ------------------
==============================================================
*/
/*popup alert coupon */
#alert_dialog.betSob {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#alert_dialog .alert-sob {
    color: #000;
}

#alert_dialog .alert-sob .date {
    font-weight: 700;
    margin-bottom: 10px;
}

/* result last
#alert_dialog .alert-sob .kofSob{
    position: absolute;
    bottom: 3px;
    right:5px;
}
#alert_dialog .alert-sob .sob:last-child{
    margin-bottom:15px;
}
#alert_dialog .alert-sob .typeSob{
    padding-right:30px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#alert_dialog .alert-sob .typeSob strong{
    margin-left:5px;
}*/
#alert_dialog .alert-sob .sobTable {
    display: table;
    width: 100%;
}

#alert_dialog .alert-sob .sobCon {
    margin: 0 -15px 15px 0;
    max-height: 250px;
    position: relative;
    padding-right: 15px;
}

#alert_dialog .alert-sob .sobTable-cell {
    display: table-cell;
    vertical-align: middle;
}

#alert_dialog .alert-sob .sobTable-cell:last-child {
    text-align: right;
}

#alert_dialog.betSob ~ .ui-dialog-buttonpane {
    text-align: center;
}

#alert_dialog.betSob ~ .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
}

#alert_dialog .alert-sob .type {
    zoom: 1;
}

#alert_dialog .alert-sob .type:before, #alert_dialog .alert-sob .type:after, .c-events #allBetsTable:after, .c-events #allBetsTable:before {
    content: '';
    display: table;
}

#alert_dialog .alert-sob .type:after, .c-events #allBetsTable:after {
    clear: both;
}

#alert_dialog .alert-sob .type .type-name {
    float: left;
}

#alert_dialog .alert-sob .type .bet {
    float: right;
}

#alert_dialog .alert-sob .blockName, #alert_dialog .alert-sob .teams {
    font-weight: 700;
}

#alert_dialog .alert-sob .teams {
    margin-bottom: 5px;
}

#alert_dialog .alert-sob .selConBl, #alert_dialog .alert-sob .del-rate.dis, #alert_dialog .alert-sob .gameNumber1x2 {
    display: none;
}

#alert_dialog .alert-sob .rate {
    position: relative;
    background: #ffe565;
    border: 1px solid #c2b020;
    border-radius: 2px;
    margin-bottom: 5px;
    padding: 5px;
}

/* result last
#alert_dialog .alert-sob .inp{
    pointer-events: none;
    border: 0;
    color: #444;
    font-weight:700;
    display: inline-block;
}
#alert_dialog .alert-sob .blockNameCon{
    position: relative;
}
#alert_dialog .alert-sob .blockName, #alert_dialog .alert-sob .lab + .lab{
    position: static;
    display: block;
}
#alert_dialog .alert-sob .blockNameCon .valut, #alert_dialog .alert-sob .blockNameCon .inp{
    display: inline-block;
    position: absolute;
    right:0;
}
#alert_dialog .alert-sob .blockNameCon .inp{
    right: 30px;
    min-width: 20px;
    max-width: 50px;
    text-align: center;
}*/
/*/popup alert coupon*/
/*=====--- 21 ---=====*/
.twenty-won {
    position: relative;
    padding: 15px 0;
    width: 60%;
    min-width: 800px;
    text-align: center;
    font-family: Helvetica, sans-serif, Arial;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(2.5%, rgba(0, 0, 0, 0.7)), color-stop(rgba(0, 0, 0, 1)), color-stop(97.5%, rgba(0, 0, 0, 0.7)), to(transparent));
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.7) 2.5%, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.7) 97.5%, transparent);
    background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.7) 2.5%, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.7) 97.5%, transparent);
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.7) 2.5%, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.7) 97.5%, transparent);
    margin: auto;
}

.twenty-won:before, .twenty-won:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(25%, #cececb), color-stop(50%, #cacac9), color-stop(25%, #cececb), to(#000));
    background-image: -webkit-linear-gradient(left, #000, #cececb 25%, #cacac9 50%, #cececb 25%, #000);
    background-image: -o-linear-gradient(left, #000, #cececb 25%, #cacac9 50%, #cececb 25%, #000);
    background-image: linear-gradient(to right, #000, #cececb 25%, #cacac9 50%, #cececb 25%, #000);
}

.twenty-won:before {
    top: 0;
}

.twenty-won:after {
    bottom: 0;
}

.tw__logo {
    display: block;
    margin: 0 auto;
}

.tw__head {
    margin: 25px 0 10px;
    font-size: 60px;
    text-transform: uppercase;
    color: #e41c24;
}

.tw__text {
    margin: 0 0 30px;
    font-size: 48px;
    color: #fff;
}

#play_21, #play_money_wheel {
    width: 1024px !important;
    height: 690px !important;
    left: 23%;
}

/*=====--- 21 END ---=====*/
/* popup kz end */
.modal-maxbetkz {
    width: 741px;
    height: 263px;
    background: url(../img/bonPopImg.jpg) no-repeat center;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, .11);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .11);
    position: relative;
}

.m-maxbetkz-inner {
    width: 530px;
    margin: auto;
    padding-top: 10px;
    text-align: center;
}

.maxbetkz-modal-text {
    font-size: 19px;
    color: #fff;
    line-height: 1.3;
    margin: 8px 0;
}

.maxbetkz-modal-title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffba00;
    text-shadow: 2px 2px 5px rgba(3, 22, 36, .9);
}

.betphonekz .title_betphonekz {
    font-weight: bold;
    font-size: 18px;
    margin: 5px 0;
}

.betphonekz p {
    font-size: 14px;
}

.betphonekz ul {
    padding-left: 20px;
    margin-top: 1em;
}

.betphonekz li {
    padding: 5px 0 5px 0;
    list-style-type: disc;
    font-size: 14px;
}

/* /popup kz end */
/* ÐÐÐ§ÐÐ›Ðž ÐŸÐžÐŸÐÐŸ ZONE_PLAGIN */
#plugin .popup_look_translation * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}

#plugin .popup_look_translation {
    width: 760px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Roboto";
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 30px 25px;
    padding-bottom: 40px;
    position: relative;
    height: 390px;
    background: #000d16 url(../img/popups/zone_plugin/popup_look_translation.png) no-repeat bottom right;
    background-size: 765px;
    -webkit-box-shadow: 0 10px 10px 0 #000d16 inset, 3px 3px 10px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 10px 0 #000d16 inset, 3px 3px 10px 2px rgba(0, 0, 0, 0.5);
}

#plugin .popup_look_translation_close {
    position: absolute;
    background: url(../img/popups/zone_plugin/popup_help_registr_close_white.png) no-repeat center;
    background-size: cover;
    width: 12px;
    height: 12px;
    right: 12px;
    top: 11px;
    display: inline-block;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    padding: 5px;
    opacity: 0.8;
}

#plugin .popup_look_translation_close:hover {
    opacity: 1;
}

#plugin .popup_look_translation_title {
    color: #57a3de;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#plugin .popup_look_translation_text {
    color: #fff;
    font-size: 14px;
}

#plugin .popup_look_translation_more {
    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;
    margin-top: 30px;
}

#plugin .translation_more_video {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    background: rgba(4, 20, 32, 0.75) url(../img/popups/zone_plugin/translation_video.png) center no-repeat;
    border-radius: 3px;
    width: 353px;
    height: 244px;
    -webkit-box-shadow: 0 0 11px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 11px rgba(255, 255, 255, 0.3);
    background-size: 324px;
}

#plugin .translation_more_install {
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%;
    text-align: center;
    background: url(../img/popups/zone_plugin/sportzone.png) 23px 18px no-repeat;
    background-size: 230px;
    height: 244px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#plugin .translation_more_install .wrapper_button_install a {
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: block;
    background-color: #77a02e;
    border-radius: 3px;
    width: 134px;
    height: 35px;
    text-align: center;
    margin: 5px auto;
    padding: 6px 0;
    text-transform: uppercase;
}

#plugin .translation_more_install .wrapper_button_install a:hover {
    background-color: #8bc02d;
}

#plugin .translation_more_install .wrapper_button_install a .fa {
    font-size: 14px;
    padding-right: 5px;
}

#plugin .translation_more_install .wrapper_button_install span {
    font-weight: 300;
    font-size: 11px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 30px;
    display: block;
}

/* ÐšÐžÐÐ•Ð¦ ÐŸÐžÐŸÐÐŸ ZONE_PLAGIN */
/* Ð²Ñ€Ð¾Ð´Ðµ  ÐºÐ°Ðº Ð±Ð°Ð½Ð½ÐµÑ€ ÑÑ€ÐµÐ´Ð°*/
.modal-vip {
    width: 600px;
    height: 300px;
    background: url(../img/vipClub/m-bg.png) no-repeat center;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, .11);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .11);
    position: relative;
}

.m-vip-close {
    position: absolute;
    right: -15px;
    top: -9px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: url(../img/vipClub/modal-close.png) no-repeat center;
    background-color: #73a41b;
    cursor: pointer;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}

.m-vip-close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.m-vip-inner {
    width: 256px;
    margin: 0 35px;
    padding-top: 10px;
    text-align: center;
}

.x2modal .m-vip-inner {
    padding-top: 30px;
}

.m-vip-title {
    font-size: 22px;
    color: #ffba00;
    margin: 5px 0;
    font-weight: 700;
}

.m-vip-text {
    font-size: 18px;
    color: #fff;
    margin: 7px 0;
}

.m-vip-btn {
    display: block;
    text-decoration: none;
    color: #623806;
    font-size: 20px;
    padding: 12px 10px 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 700;
    background: url(../img/vipClub/m-btn.png) no-repeat center;
    text-shadow: 1px 1px rgba(255, 255, 255, .3);
    margin: 0 auto;
}

.m-vip-btn:hover {
    background-image: url(../img/vipClub/m-btn-hover.png);
}

.m-vip-more {
    position: absolute;
    left: 35px;
    bottom: 25px;
    width: 256px;
}

.ny-modal {
    background-image: url(../img/vipClub/ny-bg.png);
}

.x2modal {
    background-image: url(../img/popups/x2_popup.jpg);
}

.ny-modal .m-vip-inner {
    width: 340px;
    margin: 0 27px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding-top: 24px;
}

.ny-modal-title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffba00;
    text-shadow: 2px 2px 5px rgba(3, 22, 36, .9);
}

.ny-modal-text {
    font-size: 14px;
    color: #fff;
    line-height: 1.3;
    margin: 8px 0;
}

.ny-modal-sub {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.ny-modal .m-vip-more {
    left: 50%;
    margin-left: -128px;
}

#popup_vip2017 {
    width: auto;
    background: transparent;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* /Ð²Ñ€Ð¾Ð´Ðµ  ÐºÐ°Ðº Ð±Ð°Ð½Ð½ÐµÑ€ ÑÑ€ÐµÐ´Ð°*/
/*
==============================================================
-------------------------- modal approve ---------------------
==============================================================
*/
.games_modal {
    background-repeat: no-repeat;
    border-radius: 4px;
    padding: 20px 0 28px;
    width: 650px;
}

.games_modal .bg {
    z-index: -1;
}

.games_modal.color1 {
    background-color: #7a91a3;
}

.games_modal.color2 {
    background-color: #a4b91a;
}

.games_modal.color3 {
    background-color: #5d8614;
}

.games_modal.color4 {
    background-color: #cc905a;
}

.games_modal.color5 {
    background-color: #a46f8e;
}

.games_modal.color6 {
    background-color: #5487af;
}

.games_modal.color7 {
    background-color: #67b1a7;
}

.games_modal.color8 {
    background-color: #d285a5;
}

.games_modal .txt1 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 500;
    left: 10px;
    line-height: 1;
    position: absolute;
    right: 10px;
    text-shadow: 0 7px 1px #122b43, 0 5px 1px #122b43, 1px 6px 1px #122b43, -1px 6px 1px #122b43, 2px 5px 1px #122b43, -2px 5px 1px #122b43;
    top: 18px;
}

.games_modal .txt2 {
    color: #323232;
    font-size: 19px;
    padding: 0 20px;
}

.games_modal .buts {
    font-size: 0;
    margin-top: 18px;
    z-index: 1000;
}

.games_modal .buts .but {
    border-radius: 1px;
    -webkit-box-shadow: 0 0 0 5px #eeeef0;
    box-shadow: 0 0 0 5px #eeeef0;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    height: 37px;
    line-height: 37px;
    margin: 0 8px;
    min-width: 180px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    white-space: nowrap;
}

.games_modal .buts .but.login {
    background-color: #1275d1;
}

.games_modal .buts .but.login:hover {
    background-color: #1f8cf1;
}

.games_modal .buts .but.reg {
    background-color: #77a02e;
}

.games_modal .buts .but.reg:hover {
    background-color: #8ab935;
}

.games_modal .buts .but.cancel {
    background-color: #353535;
}

.games_modal.approve {
    text-align: center;
    width: auto;
}

.games_modal .buts .but {
    border: 0;
    outline: 0;
    cursor: pointer;
}

.games_modal .buts .but.cancel:hover {
    background-color: #484848;
}

/*
==============================================================
-------------------------- /modal approve --------------------
==============================================================
*/
/*----- SMS Access popup -----*/
.sms-access-container {
    padding: 28px;
    width: 600px;
    height: 449px;
    border: 1px solid #fff;
    border-radius: 6px;
    background-image: url('../img/sms-access-popup-bg.jpg');
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sms-access-container-head, .sms-access-container-text, .sms-access-container-hint {
    position: absolute;
    margin: 0;
}

.sms-access-container-head {
    line-height: 28px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.sms-access-container-text {
    left: 45px;
    top: 117px;
    line-height: 26px;
    font-size: 16px;
    color: #fff;
}

.sms-access-container-text span {
    font-size: 18px;
    font-weight: 700;
}

.sms-access-container-hint {
    left: 135px;
    bottom: 40px;
    margin-right: 25px;
    font-size: 14px;
    line-height: 22px;
    color: #373737;
}

/*----- SMS Access popup END -----*/
/* ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð¿Ð¾Ð¿Ð°Ð¿Ð° Ñ„Ð¾Ñ€Ñ‚ÑƒÐ½Ñ‹ START */
.box-modal.fortunaBonus_modal {
    background-color: #004b6a;
    background-image: url("/xbet/img/fortuna/bg6.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
    padding: 111px 0 0;
    width: 610px;
}

.box-modal.fortunaBonus_modal .box-modal_close {
    background-color: #73a41b;
    background-image: url("/xbet/img/fortuna/close2.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    height: 42px;
    right: -26px;
    top: -26px;
    width: 42px;
    z-index: 1;
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.4);
}

.box-modal.fortunaBonus_modal .box-modal_close:hover {
    background-color: #6a9719;
}

.fortunaBonus_con {
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #ffffff;
    color: #ffffff;
    min-height: 185px;
    overflow: hidden;
    padding: 35px 20px 28px;
    position: relative;
}

.fortunaBonus_con:before {
    background-color: #054aad;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    bottom: -50px;
    -webkit-box-shadow: 0 0 150px 130px #054aad;
    box-shadow: 0 0 150px 130px #054aad;
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    right: 92px;
    width: 150px;
}

.fortunaBonus_con > div {
    position: relative;
}

.fortunaBonus_con .txt1 {
    color: #ffde00;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.fortunaBonus_con .txt2 {
    font-size: 21px;
    margin-bottom: 25px;
}

.fortunaBonus_con .butCon .but {
    border: 2px solid #83b824;
    border-radius: 4px;
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    height: 56px;
    line-height: 56px;
    padding: 0 50px;
    text-transform: uppercase;
    vertical-align: top;
    background: #83b824;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #83b824), color-stop(100%, #659213));
    background: -webkit-linear-gradient(top, #83b824 0%, #659213 100%);
    background: -o-linear-gradient(top, #83b824 0%, #659213 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#83b824), to(#659213));
    background: linear-gradient(to bottom, #83b824 0%, #659213 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83b824', endColorstr='#659213', GradientType=0);
}

.fortunaBonus_con .butCon .but:hover {
    background: #76a71f;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #76a71f), color-stop(100%, #5a8211));
    background: -webkit-linear-gradient(top, #76a71f 1%, #5a8211 100%);
    background: -o-linear-gradient(top, #76a71f 1%, #5a8211 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #76a71f), to(#5a8211));
    background: linear-gradient(to bottom, #76a71f 1%, #5a8211 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76a71f', endColorstr='#5a8211', GradientType=0);
}

.fortunaBonus_con .num {
    background-image: url("/xbet/img/fortuna/num.png");
    height: 225px;
    position: absolute;
    right: 0;
    top: 7px;
    width: 236px;
}

.fortunaBonus_con .num > span {
    color: #ffce07;
    display: block;
    font-family: Roboto Condensed, sans-serif;
    font-size: 100px;
    font-weight: 500;
    height: 100px;
    left: 66px;
    line-height: 100px;
    position: absolute;
    text-align: center;
    top: 72px;
    width: 100px;
}

/* ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð¿Ð¾Ð¿Ð°Ð¿Ð° Ñ„Ð¾Ñ€Ñ‚ÑƒÐ½Ñ‹ END */
/* choose account */
#popup_slots_account {
    padding: 30px 25px;
    width: auto;
    max-width: 800px;
    color: #fff;
    background-image: url(/xbet/img/tvgames/slot/psa-bg.jpg);
    background-size: cover;
    border: 1px solid #fff;
    border-radius: 6px;
}

#popup_slots_account .box-modal_close {
    top: 20px;
    right: 20px;
    font-size: 18px;
    color: #eee;
    -webkit-transform: scaleY(0.75);
    -ms-transform: scaleY(0.75);
    transform: scaleY(0.75)
}

#popup_slots_account .box-modal_close:hover {
    color: #fff;
}

.psa__head {
    margin-top: 0;
    line-height: 20px;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

.psa__items {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 -7px;
}

.psa__item {
    display: inline-block;
    margin: 7px;
    padding: 17px 24px;
    text-align: center;
    background-color: rgba(7, 19, 31, 0.75);
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
}

.psa-item__name,
.psa-item__balance {
    display: block;
}

.psa-item__name {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.psa-item__balance {
    margin: 10px 0;
    font-size: 14px;
    font-weight: 400;
}

.psa-item__btn {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 140px;
    height: 30px;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #77a02e;
    border: 1px solid #fff;
    border-radius: 2px;
    -webkit-transition: background-color 300ms;
    -o-transition: background-color 300ms;
    transition: background-color 300ms;
    cursor: pointer;
}

.psa-item__btn:hover {
    background-color: #92c639;
}

/* /choose account */
/* goldenrace history */
#betsHistory #historyForm {
    text-align: center;
    margin: 15px 0;
}

#betsHistory #historyForm .title {
    font-size: 12px;
    color: #333;
}

#betsHistory .content {
    overflow: auto;
    position: relative;
    max-height: 380px;
}

/* /goldenrace history */
/* vitrina coupon check*/
.promo-check-popup {
    font-size: 0;
    text-align: center;
}

.promo-check-popup .promoPreloader {
    margin-top: 7px;
}

.promo-check-popup .promoErr {
    font-size: 14px;
    margin-top: 10px;
    color: #aa0000;
}

.promo-check-popup h2 {
    margin: 10px 0;
    font-size: 20px;
    line-height: 20px;
    color: #377aad;
    text-transform: uppercase;
}

.promo-check-popup h2 + span {
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
    color: #4c5559;
}

.promo-check-popup > div {
    width: 660px;
    margin: 0 auto;
}

.promo-check-popup > div input {
    display: inline-block;
    padding-left: 12px;
    width: 346px;
    font-size: 13px;
    line-height: 30px;
    height: 30px;
    color: #4c5559;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.promo-check-popup > div a {
    display: inline-block;
    margin-left: 12px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.promo-check-popup > div .check {
    width: 120px;
    background-color: #77a02e;
}

.promo-check-popup > div .history {
    width: 170px;
    background-color: #064a7b;
}

.promo-check-popup .history-table {
    display: none;
    width: 660px;
    margin: 12px auto;
    text-align: left;
    border-spacing: 0;
}

.promo-check-popup .history-table th {
    padding-left: 15px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    background-color: #3180b9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.promo-check-popup .history-table th:first-child {
    width: 125px;
    border-top: 1px solid #3180b9;
    border-left: 1px solid #3180b9;
    border-bottom: 1px solid #3180b9;
    border-top-left-radius: 3px;
}

.promo-check-popup .history-table th:last-child {
    border-top: 1px solid #3180b9;
    border-bottom: 1px solid #3180b9;
    border-left: 1px solid #f1efef;
    border-right: 1px solid #3180b9;
    border-top-right-radius: 3px;
}

.promo-check-popup .history-table td {
    padding-left: 15px;
    height: 30px;
    line-height: 16px;
    font-size: 12px;
    color: #6e6e6e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #f1efef;
    border-bottom: 1px solid #f1efef;
}

.promo-check-popup .history-table td:last-child {
    border-right: 1px solid #f1efef;
}

.promo-check-popup > div input::-webkit-input-placeholder {
    color: #bfbfbf;
}

.promo-check-popup > div input::-moz-placeholder {
    color: #bfbfbf;
}

.promo-check-popup > div input:-moz-placeholder {
    color: #bfbfbf;
}

.promo-check-popup > div input:-ms-input-placeholder {
    color: #bfbfbf;
}

.promo-check-popup > div input:placeholder {
    color: #bfbfbf;
}

.history_wrapper {
    max-height: 600px;
    position: relative;
}

/* /vitrina coupon check */
/* popup new ios */
.popup-ios-new .tile_btn_ios_new.but_ios_new {
    background: -webkit-gradient(linear, left bottom, left top, from(#b4bccc), to(#ffffff));
    background: -webkit-linear-gradient(bottom, #b4bccc, #ffffff);
    background: -o-linear-gradient(bottom, #b4bccc, #ffffff);
    background: linear-gradient(to top, #b4bccc, #ffffff);
    padding: 10px 15px;
    border-radius: 3px;
    font-size: 15px;
    margin: 0 auto;
    text-transform: uppercase;
    display: block;
    width: 200px;
    text-align: center;
}

/* /popup new ios */

/** START popup promo point **/
.box-modal.xPromo {
    background-image: url(../img/popups/promo_points/bg1.jpg);
    background-color: #0d3553;
    width: 570px;
    padding: 0;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5) !important;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5) !important;
    border-radius: 3px;
    text-align: center;
    color: #ffffff;
    line-height: 1.1;
}

.box-modal.xPromo .xPromo-txt1 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 32px;
    margin-bottom: 12px;
}

.box-modal.xPromo .xPromo-txt2 {
    font-size: 18px;
    margin-bottom: 25px;
}

.box-modal.xPromo .xPromo-txt2 b {
    font-size: 22px;
    font-weight: 500;
}

.box-modal.xPromo .xPromo-but {
    display: inline-block;
    vertical-align: top;
    height: 45px;
    line-height: 45px;
    background-color: #77a02e;
    color: #ffffff;
    min-width: 200px;
    padding: 0 20px;
    border-radius: 2px;
    font-size: 18px;
    text-transform: uppercase;
}

.box-modal.xPromo .xPromo-but:hover {
    background-color: #82ae32;
}

.box-modal.xPromo .xPromo-txt3Con {
    background-color: rgba(0, 0, 0, 0.2);
    margin-top: 27px;
    padding: 18px 10px 20px;
    z-index: 0 !important;
}

.box-modal.xPromo .xPromo-txt3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.box-modal.xPromo .xPromo-txt3Con ol {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    counter-reset: level1;
    list-style: none;
}

.box-modal.xPromo .xPromo-txt3Con ol li:before {
    content: counter(level1) ". ";
    counter-increment: level1;
}

.box-modal.xPromo .xPromo-txt3Con ol li {
    font-size: 14px;
    padding: 1px 0;
}

.box-modal.xPromo .box-modal_close {
    width: 42px;
    height: 42px;
    background-color: #73a41b;
    border-radius: 50%;
    top: -28px;
    right: -25px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../img/popups/promo_points/close.png);
    z-index: 3;
}

.box-modal.xPromo .box-modal_close:hover {
    background-color: #7cb11d;
}

.box-modal.xPromo:after {
    background-image: url(../img/popups/promo_points/bg2.png);
    width: 652px;
    height: 281px;
    display: block;
    position: absolute;
    top: -41px;
    left: -41px;
    content: '';
    z-index: 1;
}

.box-modal.xPromo:before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #2a5a80;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 4px;
    z-index: 1;
}

.box-modal.xPromo div:not(.box-modal_close) {
    z-index: 2;
    position: relative;
}

/** END popup promo point **/

/* manage balance */
.slots-modal {
    padding: 20px 30px 35px;
    width: auto;
    max-width: 800px;
    color: #fff;
    text-align: left;
    background-color: #051f31;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sm__close {
    position: absolute;
    top: 8px;
    right: 14px;
    -webkit-transform: scaleX(1.4);
    -ms-transform: scaleX(1.4);
    -o-transform: scaleX(1.4);
    transform: scaleX(1.4);
    font-size: 15px;
    font-weight: 300;
    cursor: pointer;
}
.sm__title {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}
.sm__title.provider_name {
    margin: 30px 0 -15px;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}
.sm__title.provider_name span{
    font-weight: 700;
    text-transform: uppercase;
}
.popup-change-sum-real {
    position: absolute;
    left: 17.3em;
    top: 3.1em;
}
.sm__block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    margin-top: 25px;
    height: 35px;
    position: relative;
}
.sm__block.disabled {
    position: relative;
}
.sm__block.disabled:after {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
[class*="sm__btn"] {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 20px;
    width: 13em;
    line-height: 15px;
    font-size: 15px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: background-color 300ms;
    -o-transition: background-color 300ms;
    transition: background-color 300ms;
}
.run_game{
    padding: 10px 0;
     width: 100%;
    margin-top: 15px;
}
.sm__btn_green {
    background-color: #77a02e;
}
.sm__btn_green:hover {
    background-color: #8aba36;
}
.sm__btn_blue {
    background-color: #1f72af;
}
.sm__btn_blue:hover {
    background-color: #2485c9;
}
[class*="sm__btn"].loading,
[class*="sm__btn"].ready{
    padding: 0 30px 0 10px;
    position: relative;
}
[class*="sm__btn"].loading:after,
[class*="sm__btn"].ready:after {
    content: "\f021";
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    -o-transition: -o-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms, -o-transform 300ms;
    position: absolute;
    right: 10px;
}
[class*="sm__btn"].ready:after {
    content: "\f00c";
}
.sm__input {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-flex: 1 0 150px;
    -ms-flex: 1 0 150px;
    -webkit-box-flex: 1;
    flex: 1 0 150px;
    margin: 0 12px;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
    background-color: #1c3e5e;
    border: 1px solid #376385;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100px;
}
.sm__input.popup-change-sum {
    margin-right: 0;
}
.sm__input.loading + .sm__main-currency:before ,
.sm__input.loading + .sm__provider-currency:before {
    content: "";
    height: 16px;
    width: 16px;
    animation: rotate 0.8s infinite linear;
    border: 2px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    left: -50px;
    top: 5px;
}

@keyframes rotate {
    0%    { transform: rotate(0deg); }
    100%  { transform: rotate(360deg); }
}
.sm__balance {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    border: 1px solid #fff;
    box-sizing: border-box;
}
.sm__input.popup-change-user_cur {
    margin-left: 0;
    background: #494949;
    border: 1px solid #636363;
}
.sm__input.popup-change-user_cur.loading {
    color: #494949;
}
.sm__balance {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.smb__currency,
.smb__amount,
.smb__refresh {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 9px;
}
.smb__currency {
    font-size: 12px;
    text-transform: uppercase;
    border-right: 1px solid #fff;
    min-width: 3ch;
}
.smb__amount {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    min-width: 74px;
    font-size: 14px;
}
.smb__refresh {
    padding: 0;
    width: 35px;
    background-color: #fff;
    cursor: pointer;
}
.smb__refresh:before {
    content: "\f021";
    font-family: FontAwesome;
    font-size: 16px;
    color: #051f31;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    -o-transition: -o-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms, -o-transform 300ms;
}
.smb__refresh:hover:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
[class*="sm__btn"].loading:after,
.smb__refresh.loading:before {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 600ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 600ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 600ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: spin;
    animation-name: spin;
    -o-animation-duration: 600ms;
    animation-duration: 600ms;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@-o-keyframes spin {
    from {
        -o-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    to {
        -o-transform:rotate(360deg);
        transform:rotate(360deg);
    }
}
@keyframes spin {
    from {
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    to {
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);
    }
}
.sm__balance.ready {
    -moz-animation:pulse .6s linear;
    -webkit-animation:pulse .6s linear;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
    }
}
@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0);
    }
}
.sm__msg {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    margin-left: 12px;
}
.sm__msg p {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    -webkit-box-flex: 1;
    flex: 1 1 100%;

    margin: 0;
}
.sm__main-currency,
.sm__provider-currency {
    line-height: 35px;
    display: inline-block;
    position: relative;
    margin: 0 42px 0 -42px;
    width: 0;
}
/* /manage balance */


/*START popup wednesday */
.box-modal.wednesdayX2 {
    background: url(../img/popups/wednesdayX2/wednesday_popup_bg.png) no-repeat;
    padding: 0;
    border: 1px solid #fff;
    height: 390px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 760px;
}

.box-modal.wednesdayX2 .box-modal_close {
    color: #fff;
}

.box-modal.wednesdayX2 .box-modal_close:before {
    content: '\f00d';
    font-family: FontAwesome;
    font-size: 18px;
}

.box-modal.wednesdayX2 .text_modal {
    padding: 21px 0 30px;
    overflow: hidden;
}

.box-modal.wednesdayX2 .wednesdayX2__title {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 30px;
}

.box-modal.wednesdayX2 .wednesdayX2__rules {
    font-size: 14px;
    color: #fff;
    padding: 15px 90px 15px 60px;
    margin-top: 29px;
    display: inline-block;
    position: relative;
    max-width: 70%;
}

.box-modal.wednesdayX2 .wednesdayX2__rules li {
    margin-top: 10px;
    position: relative;
    z-index: 3;
}

.box-modal.wednesdayX2 .wednesdayX2__rules li:first-child {
    margin: 0;
}

.box-modal.wednesdayX2 .wednesdayX2__rules:before,
.box-modal.wednesdayX2 .wednesdayX2__rules:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -60px;
    top: 0;
    -webkit-transform: skewX(35deg);
    -ms-transform: skewX(35deg);
    transform: skewX(35deg);
}

.box-modal.wednesdayX2 .wednesdayX2__rules:before {
    background-color: rgba(8, 35, 56, 0.6);
    opacity: 0.5;
    border: 1px solid #76caff;
    border-left: 0;
    padding-left: 45px;
    z-index: 2;
}

.box-modal.wednesdayX2 .wednesdayX2__rules:after {
    border: 1px solid #76caff;
    background-color: rgba(8, 35, 56, 0.6);
    border-left: 0;
    padding-left: 40px;
    top: 5px;
    z-index: 1;
}

.box-modal.wednesdayX2 .wednesdayX2__subtitle {
    padding-left: 30px;
    margin: 15px 0 13px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.box-modal.wednesdayX2 .wednesdayX2__but {
    background: #77a02e;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    border: 1px solid #fff;
    max-width: 220px;
    width: 100%;
    height: 37px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 30px;
    margin-top: 25px;
}

.box-modal.wednesdayX2 .wednesdayX2__but:hover {
    background: #86b334;
}

.box-modal.wednesdayX2 .wednesdayX2__notice {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 11px 45px 10px 30px;
    margin-top: 19px;
    position: relative;
    z-index: 1;
}

.box-modal.wednesdayX2 .wednesdayX2__notice:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -15px;
    background: rgba(14, 53, 91, 0.502);
    -webkit-transform: skewX(35deg);
    -ms-transform: skewX(35deg);
    transform: skewX(35deg);
    z-index: -1;
}

/*END popup wednesday */
/*START popup beat us*/
.box-modal.beat-us {
    background: url(../img/popups/beat_us/beat-us_popup_bg.png) no-repeat;
    color: #fff;
    text-align: center;
    padding: 25px 16px;
    min-width: 760px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
    height: 390px;
}

.box-modal.beat-us .box-modal_close {
    color: #fff;
}

.box-modal.beat-us .box-modal_close:before {
    content: '\f00d';
    font-family: FontAwesome;
    font-size: 18px;
}

.box-modal.beat-us .beat-us__title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.box-modal.beat-us .beat-us__subtitle {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 25px;
}

.box-modal.beat-us .beat-us__rules {
    display: inline-block;
    text-align: left;
    background-color: rgba(8, 35, 56, 0.6);
    border-radius: 2px;
    padding: 23px 26px 23px 45px;
    font-size: 14px;
    margin-top: 15px;
}

.box-modal.beat-us .beat-us__rules li {
    margin-top: 10px;
}

.box-modal.beat-us .beat-us__rules li:first-child {
    margin: 0;
}

.box-modal.beat-us .beat-us__but {
    max-width: 220px;
    width: 100%;
    height: 38px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 22px auto;
    background: #f85d3a;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 40px;
}

.box-modal.beat-us .beat-us__but:hover {
    background: #d95234;
}

.box-modal.beat-us .beat-us__notice {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
}

/*END popup beat us*/
/*START popup happy friday*/
.box-modal.happy-friday {
    background: url(../img/popups/happy_friday/happy-friday_popup_bg.png) no-repeat;
    color: #fff;
    padding: 21px 0;
    min-width: 760px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
    height: 390px;
    overflow: hidden;
}

.box-modal.happy-friday .text_modal {
    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;
    height: 100%;
}

.box-modal.happy-friday .box-modal_close {
    color: #fff;
}

.box-modal.happy-friday .box-modal_close:before {
    content: '\f00d';
    font-family: FontAwesome;
    font-size: 18px;
}

.box-modal.happy-friday .happy-friday__title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 26px;
}

.box-modal.happy-friday .happy-friday__subtitle {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 210px;
    text-align: center;
    line-height: 35px;
}

.box-modal.happy-friday .happy-friday__center-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
    padding: 0 10px 0 45px;
    height: 100%;
    margin-bottom: 14px;
}

.box-modal.happy-friday .happy-friday__rules {
    padding: 24px 0 24px 0px;
    font-size: 14px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    max-width: 100%;
    margin-left: 30px;
}

.box-modal.happy-friday .happy-friday__rules li {
    margin-top: 10px;
}

.box-modal.happy-friday .happy-friday__rules li:first-child {
    margin: 0;
    margin-left: 55px;
}

.box-modal.happy-friday .happy-friday__rules li:nth-child(2) {
    margin-left: 27px;
}

.box-modal.happy-friday .happy-friday__rules li:last-child {
    margin-left: 0px;
}

.box-modal.happy-friday .happy-friday__rules:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #0f2e47;
    opacity: .8;
    z-index: -1;
    position: absolute;
    top: -2px;
    left: 0;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
    border: 1px solid #fff;
    padding: 0 60px 0 60px;
}

.box-modal.happy-friday .happy-friday__but {
    max-width: 150px;
    width: 100%;
    height: 38px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: #f85d3a;
    border: 1px solid #fff;
    border-width: 1px 0;
    -webkit-box-sizing: border-box;
    padding: 0 15px;
    box-sizing: border-box;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
    z-index: 1;
    margin: 0 0 0 32px;
}

.box-modal.happy-friday .happy-friday__but:before,
.box-modal.happy-friday .happy-friday__but:after {
    content: '';
    position: absolute;
    height: 106%;
    width: 30px;
    background: #f85d3a;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: -1px;
    z-index: -1;
}

.box-modal.happy-friday .happy-friday__but:before {
    left: -19px;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
    border-width: 1px 0 1px 1px;
}

.box-modal.happy-friday .happy-friday__but:after {
    right: -16px;
    -webkit-transform: skewX(29deg);
    -ms-transform: skewX(29deg);
    transform: skewX(29deg);
    border-width: 1px 1px 1px 0;
}

.box-modal.happy-friday .happy-friday__but:hover,
.box-modal.happy-friday .happy-friday__but:hover:before,
.box-modal.happy-friday .happy-friday__but:hover:after {
    background: #d95234;
}

.box-modal.happy-friday .happy-friday__notice {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    background-color: rgba(12, 33, 49, 0.749);
    padding: 14px 26px;
    margin-top: 10px;
}

.happy-friday__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -ms-flex: 1 37%;
    flex: 1 37%;
}

.happy-friday__col:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 70%;
    flex: 1 70%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/*END popup beat us*/

/*START popup account activation*/
.box-modal.account-activation {
    background: #0d3553 url(../img/popups/account_activation/account-activation_popup_bg.png) no-repeat;
    padding: 25px 20px 40px;
}

.box-modal.account-activation:before {
    content: '';
    background: url(../img/popups/account_activation/account-activation_popup_bg-shadow.png) no-repeat;
    position: absolute;
    width: 851px;
    height: 487px;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 0;
}

.box-modal.account-activation .text_modal {
    position: relative;
}

.box-modal.account-activation .account-activation__title {
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    color: #66c4ff;
}

.box-modal.account-activation .account-activation__text {
    font-size: 16px;
    color: #ffffff;
    width: 70%;
    margin-bottom: 30px;
}

.box-modal.account-activation .account-activation__subtext {
    font-size: 14px;
    color: #ffffff;
    width: 70%;
    margin: 0 0 30px;
}

.box-modal.account-activation .account-activation__link {
    color: #ffffff;
    text-decoration: underline;
}

.box-modal.account-activation .account-activation__but {
    background: #77a02e;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    height: 39px;
    max-width: 375px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-modal.account-activation .account-activation__but:hover {
    background: #88b334;
}

.box-modal.account-activation .box-modal_close {
    right: -20px;
    top: -15px;
}

.box-modal.popup-reghelp .box-modal_close:before,
.box-modal.account-activation .box-modal_close:before {
    content: '\f00d';
    font-family: FontAwesome;
    font-size: 18px;
}
.box-modal.popup-reghelp .box-modal_close{
    right: -20px;
    color: white;
    top: -20px;
}
.box-modal.popup-reghelp .box-modal_close:hover{
    opacity: .7;
}
/*END popup account activation*/

/* START popup select 1st deposit bonus */
#select_1st_deposit_bonus .bonus-box {
    position: relative;
    min-width: 240px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    background: #eaf0f5;
}
#select_1st_deposit_bonus .bonus-box__header {
    background: #4683b4;
    text-align: center;
    padding: 8px 10px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}
#select_1st_deposit_bonus .bonus-box__title {
    color: #ffffff;
    text-transform: uppercase;
}
#select_1st_deposit_bonus .bonus-box__content {
    cursor: pointer;
    min-height: 90px;
    position: relative;
}
#select_1st_deposit_bonus .bonus-box__footer, .bonus-box__link {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
#select_1st_deposit_bonus .bonus-box__footer {
    background: #eaf0f5;
    position: relative;
}
#select_1st_deposit_bonus .bonus-box__footer:before {
    content: '';
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .5px;
    background: rgba(12, 48, 76, 0.3);
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
#select_1st_deposit_bonus .bonus-box__link {
    padding: 8px 10px;
    color: #0c304c;
    display: block;
    position: relative;
}
#select_1st_deposit_bonus .bonus-box__link:before {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-44%);
    -ms-transform: translateY(-44%);
    transform: translateY(-44%);
    content: '\f103';
    font-family: FontAwesome;
    line-height: 1;
}
#select_1st_deposit_bonus .bonus-box_sport .bonus-box__content {
    background: url("../img/popups/1st_deposit_select/1st_bonus_bet.jpg") center no-repeat;
    background-size: cover;
}
#select_1st_deposit_bonus .bonus-box_slots .bonus-box__content {
    background: url("../img/popups/1st_deposit_select/1st_bonus_slots.png") center no-repeat;
    background-size: cover;
}
#select_1st_deposit_bonus .bonus-box_games .bonus-box__content {
    background: url("../img/popups/1st_deposit_select/1st_bonus_games.jpg") center no-repeat;
    background-size: cover;
}
#select_1st_deposit_bonus .bonus-box_decline .bonus-box__header {
    background: #d0dae1;
}
#select_1st_deposit_bonus .bonus-box_decline .bonus-box__title {
    color: #0c304c;
}
#select_1st_deposit_bonus .bonus-box_decline .bonus-box__content {
    background: url("../img/popups/1st_deposit_select/1st_bonus_stop.jpg") center no-repeat;
    background-size: cover;
}
#select_1st_deposit_bonus .bonus-box_decline.active .bonus-box__title {
    color: #ffffff;
}
#select_1st_deposit_bonus .bonus-box.active .bonus-box__header {
    background: #77a02e;
}
#select_1st_deposit_bonus .bonus-box.active .bonus-box__footer:before {
    opacity: 1;
}
#select_1st_deposit_bonus .bonus-box.active .bonus-box__link:before {
    -webkit-transform: translateY(-44%) rotate(180deg);
    -ms-transform: translateY(-44%) rotate(180deg);
    transform: translateY(-44%) rotate(180deg);
}
#select_1st_deposit_bonus .bonus-box .switcher {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    left: 18px;
    right: inherit;
    display: initial;
}
#select_1st_deposit_bonus .switcher {
    position: relative;
    font-size: 16px;
}
#select_1st_deposit_bonus .switcher__input {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}
#select_1st_deposit_bonus .switcher__input:checked + label {
    color: #77a02e;
}
#select_1st_deposit_bonus .switcher__label {
    cursor: pointer;
    width: 2.1875em;
    height: 2.1875em;
    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: #ffffff;
    color: #d0dae1;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    border: initial;
    font-size: initial;
    padding: initial;
}
#select_1st_deposit_bonus .switcher__label:before {
    content: '\f00c';
    font-size: 1.5em;
    font-family: FontAwesome;
}
#select_1st_deposit_bonus .switcher_decline .switcher__label:before {
    content: '\f00d';
    font-family: FontAwesome;
}
#select_1st_deposit_bonus .bonus1st-modal {
    background: #ffffff;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    color: #666666;
    padding: 5px 20px 35px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.75);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.75);
    width: 800px;
}
#select_1st_deposit_bonus .bonus1st-modal__close {
    position: absolute;
    top: 10px;
    right: 15px;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
}
#select_1st_deposit_bonus .bonus1st-modal__close:hover {
    color: #4683b4;
}
#select_1st_deposit_bonus .bonus1st-modal__title {
    font-size: 25px;
    text-align: center;
    color: #4683b4;
    text-transform: uppercase;
}
#select_1st_deposit_bonus .bonus1st-modal__footer {
    padding-top: 15px;
}
#select_1st_deposit_bonus .btn-pay {
    display: block;
    background: #77a02e;
    font-size: 16px;
    padding: 10px 15px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}
#select_1st_deposit_bonus .btn-pay:hover {
    background: #6e942b;
}
#select_1st_deposit_bonus .bonuses-tabs__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#select_1st_deposit_bonus .bonuses-tabs__header .bonus-box + .bonus-box {
    margin-left: 10px;
}
#select_1st_deposit_bonus .bonuses-tabs__wrap {
    margin-top: 15px;
    will-change: height;
    -webkit-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out;
    max-height: 260px;
    overflow-y: auto;
}
#select_1st_deposit_bonus  .scroll-wrapper > .scroll-content{
    margin: 0;
}
#select_1st_deposit_bonus .bonuses-tabs__content {
    background: #eaf0f5;
    display: none;
    padding: 10px;
}
#select_1st_deposit_bonus .bonuses-tabs__content.current {
    display: block;
}
#select_1st_deposit_bonus .bonuses-tabs__content p {
    margin: 0;
}
#select_1st_deposit_bonus .bonuses-tabs__content p:not(:last-child) {
    margin: 0 0 1em 0;
}
#select_1st_deposit_bonus .bonuses-tabs .bonus-box {
    min-width: 0;
    width: -webkit-calc(33% - 3.5px);
    width: calc(33% - 3.5px);
}
#select_1st_deposit_bonus .bonuses-tabs .bonus-box__footer {
    position: relative;
}
#select_1st_deposit_bonus .bonuses-tabs .bonus-box.active .bonus-box__footer {
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
}
#select_1st_deposit_bonus .bonuses-tabs .bonus-box.active .bonus-box__link {
    -webkit-transform: translate3d(0, -7.5px, 0);
    transform: translate3d(0, -7.5px, 0);
}
#select_1st_deposit_bonus .bonuses-tabs .bonus-box_decline .bonus-box__footer {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
#select_1st_deposit_bonus .bonuses-tabs .bonus-box_decline .bonus-box__footer:before {
    display: none;
}
/* END popup select 1st deposit bonus */

/* popup kz */
.box-modal.welcome_modal {
    width: 778px;
    padding: 16px 36px 25px;
    background-image: url(../img/welcome-modal-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.box-modal.welcome_modal_small {
    background-image: url(../img/welcome-modal-small-bg.jpg);
}
.welcome_modal .arcticmodal-close {
    color: #cccccc;
}
.welcome_modal .arcticmodal-close:hover {
    color: #fff;
}
.welcome_modal .text_modal {
    font-family: Roboto;
}
.welcome_modal h1, .welcome_modal .style_h1{
    width: 750px;
    margin-top: 8px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.welcome_modal .text_modal {
    max-width: 550px;
}
.welcome_modal_personal_info {
    position: relative;
    margin: 29px 0;
    padding: 20px 28px;
    width:415px;
    background-color: rgba(16, 54, 84, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    overflow: hidden;
}
.welcome_modal_personal_info img {
    position: relative;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 28px;
}
.welcome_modal_personal_info_text {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    color: #fff;
    font-size: 13px;
}
.welcome_modal_personal_info_text h5 {
    margin: 0 0 2px;;
    line-height: 24px;
    font-size: 13px;
    color: #61b6f2;
    text-transform: uppercase;
}
.welcome_modal_personal_info_text p {
    margin: 0;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}
.welcome_modal_tldr_message {
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 500;
    color: #333a40;
    text-transform: uppercase;
}
.welcome_modal_button {
    display: inline-block;
    margin-right: 26px;
    width: 160px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
}
.welcome_modal_button_agree {
    background-color: #77a02e;
}
.welcome_modal_button_agree:hover {
    background-color: #9dd43d;
}
.welcome_modal_button_disagree {
    background-color: #62707a;
}
.welcome_modal_button_disagree:hover {
    background-color: #8b9fad;
}
.welcome_modal_thanks {
    margin: 18px 0 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}
.welcome_modal hr {
    margin-left: 0;
    width: 15px;
    height: 2px;
    background-color: #ffffff;
    border: 0;
    box-shadow: none;
}
.welcome_modal_memo {
    margin: 16px 0 ;
    line-height: 20px;
    font-size: 14px;
    color: #333a40;
}
.welcome_modal_requirements {
    margin-bottom: 24px;
    line-height: 18px;
    font-size: 13px;
    font-weight: 500;
    color: #333a40;
    text-transform: uppercase;
}
/* popup kz end */

/*warning popup start*/
#warningPopup{
    max-width: 535px;
}
.warningPopup__title{
    font-size: 18px;
    color: #e60000;
    font-weight: 700;
    text-transform: uppercase;
}
.warningPopup__text{
    color: #fff;
    font-size: 15px;
}
#warningPopup .box-modal_close:before{
    content: '\f00d';
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
}
/*warning popup end*/

/* popup credit start */
.box-modal.creditOpenModal {
    background-color: #282828;
    background-image: url("../img/creditOpen.jpg");
    height: 473px;
    padding: 0;
    width: 569px;
}
.box-modal.creditOpenModal .txt1 {
    color: #ffffff;
    font-size: 0;
    height: 117px;
    left: 0;
    line-height: 117px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.box-modal.creditOpenModal .txt1 > div {
    display: inline-block;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    vertical-align: middle;
}
.box-modal.creditOpenModal .txt1 .greenC {
    color: #73a31d;
}
.box-modal.creditOpenModal .butsCon {
    bottom: 18px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.box-modal.creditOpenModal .butsCon .but {
    background-color: #e00000;
    border-radius: 2px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.88);
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    height: 42px;
    line-height: 42px;
    padding: 0 40px;
    text-transform: uppercase;
    vertical-align: top;
}
.box-modal.creditOpenModal .butsCon .but:hover {
    background-color: #f90e0e;
}
.box-modal.creditOpenModal .box-modal_close:hover {
    background-color: #88c020;
}
/* popup credit end */

/* popup poker new start */
.poker_popup .actions_block{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.poker_popup .balance-to, .poker_popup .balance-from{
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
}
.poker_popup .poker_popup_filed{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
}
.poker_popup .sm__input{
    max-width: 130px;
}
.poker_popup .sm__input.popup-change-user_cur{
    margin-right: 0;
}
.poker_popup.poker_popup_one .sm__input{
    max-width: 100%;
    margin-left: 19px;
}
.poker_popup .poker_popup_filed .sm__balance{
    width: 100%;
    margin-left: 20px;
}
.poker_popup .poker_popup_button{
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    position: relative;
}
.poker_popup .run_game{
    margin-top: 25px;
}
.poker_popup .poker_popup_input{
    width: 100%;
    background-color: transparent;
    border: 1px solid white;
    outline: none;
    margin-left: 19px;
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
}
.poker_popup .poker_popup_input::-webkit-input-placeholder {color:#fff;font-size: 14px;}
.poker_popup .poker_popup_input::-moz-placeholder          {color:#fff;font-size: 14px;}
.poker_popup .poker_popup_input:-moz-placeholder           {color:#fff;font-size: 14px;}
.poker_popup .poker_popup_input:-ms-input-placeholder      {color:#fff;font-size: 14px;}
.poker_popup .poker_popup_close{
    position: relative;
}
.poker_popup .poker_popup_close:after{
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    -o-transition: -o-transform 300ms;
    -o-transition: transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    position: absolute;
    right: 10px;
    top: -webkit-calc(50% - 9px);
    top: calc(50% - 9px);
}
.poker_popup .loading[class*="sm__btn"]::after,
.poker_popup .ready[class*="sm__btn"]::after{
    top: -webkit-calc(50% - 6px);
    top: calc(50% - 6px);
}

.sm__information .sm__title.provider_name span{
    font-weight: 400;
    text-transform: none;
}
.sm__information .sm__title.provider_name .sm_title_highlight, .sm__information .sm__title.provider_name strong{
    color: #abe542;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 14px;
}
.sm__information{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
}
.sm__information .sm__title.provider_name{
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    text-align: right;
}
.sm__information .sm__title.provider_name:first-child{
    text-align: left;
    padding-right: 19px;
}
.poker_popup .sm__information + .sm__block{
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.poker_popup .sm__balance{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    height: 35px;
}
.poker_popup .sm__msg{
    margin-left: 19px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
}
.poker_popup .smb__amount{
    width: 100%;
}
.poker_popup .smb__refresh{
    min-width: 35px;
}
.poker_popup{
    min-width: 655px;
    max-width: 655px;
    padding: 30px 50px 50px 50px;
}
.poker_popup .poker_popup_sm_title{
    font-size: 26px;
    text-align: center;
}
.poker_popup .sm__msg span{
    display: block;
}
.poker_popup_sm_subtitle{
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    margin: 5px 0 40px;
}
.poker_popup  .sm__close{
    position: absolute;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 20px;
    height: 20px;
    text-align: center;
}
.poker_popup  .sm__close:before{
    content: '\f00d';
    position: absolute;
    font-family:FontAwesome;
    font-size: 18px;
}
/* popup poker new end */
.cpl-modal-ad{
    position: relative;
    width: 620px;
    height: 315px;
    border-radius: 1px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    background: #fff url('/xbet/img/ulottery/cyberplat/bg-pop.png') 0 0 no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 0 0 8px rgba(255,255,255,.5);
    box-shadow: 0 0 0 8px rgba(255,255,255,.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.cpl-ad-close {
    position: absolute;
    top: -20px;
    right: -18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #73a41b url('/xbet/img/ulottery/cyberplat/modal-close.png') no-repeat center;
    cursor: pointer;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}
.cpl-ad-in {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.cpl-ad-in .img{
    position: absolute;
    top: 30px;
}
.cpl-modal-ad .title {
    position: absolute;
    top: 33px;
    right: 24px;
    width: 240px;
    font-size: 33px;
    color: #002c6e;
    font-weight: 400;
    text-align: right;
    margin: 0;
    line-height: 1.1;
}
.cpl-modal-ad .title span{
    display: block;
    margin-top: 5px;
    font-size: 36px;
    font-weight: 700;
}
.cpl-modal-ad .cpl-btn {
    position: absolute;
    bottom: 62px;
    right: 18px;
    display: block;
    width: 220px;
    height: 54px;
    line-height: 52px;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    font-family: 'Roboto Condensed';
    color: #fff;
    text-align: center;
    background-color: #ee0000;
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration: none;
    -webkit-box-shadow: 4px 5px 16px 0 rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 4px 5px 16px 0 rgba(0, 0, 0, 0.9);
    box-shadow: 4px 5px 16px 0 rgba(0, 0, 0, 0.9);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
@-webkit-keyframes blik {
    50%,100% {
        left: 100%;
    }
}
@keyframes blik {
    20%,100% {
        left: 100%;
    }
}
.cpl-modal-ad .cpl-btn:after {
    content: '';
    position: absolute;
    left: -100%;
    width: 100%;
    top: 0;
    bottom: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGcAAAA4CAYAAADgmebbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABrBJREFUeNrEXIuS4zgIBMX3/797dTsWdzsVT3kVQTdIyaVKNRPbeQnRNA2ympk8Hyr+Q53zOjl3PW+34/fn9/NoPJ6jOX9/j+P2//V8PHYff02O3d+3Dd99nJvfE9b/G+cwvobx6zb+eY6v599fk+vO5/v35/O/m7zvYRMDIgMrWBwaLIhxYmcL4QGuY77L9dui0YdxP+6dl+Ga7xWGPCY6rsP/QvwwNAlaGOOER96oCaPoZLFVDOMZJTKctSSM3b8oWmVtOGcLk58dozetvIcGXjNCnTfpFwx610zHIe99aOBlCmJWJjaN1z8cb1LwHgxUd8IwaBh4HW0cTZCDT3nGjDBoEHsY47JxdDaxRkx4BzD4ApsH+YUimDMCCoQkA8iLGK+qxjA23jLG2uFFb4e1DDObTToyBpro6NooRmY9qTsecQYGiOKNXGxtRzy5e5CX76DV3kiI0iRcoWtZuj+Dnsgbrr9n0oN+Rvugx2RzoxYYG3lOZKgI7rz4YyDHkYlBrucM/R7Z34vnKMG2IpLQABPbQQDa5mv16a337y8D/Y/ymchAHpT1AAopKh3BVZYmryaY6niObvCmNkyskvGlB/HlLu30wMssgLS+K+YoCV1ZD9k1ZjmOJn8ry8gY9na+IwnVgtGqEDaKki1hSC8P8gzTAiLASjUZOm1kzmMHoZ95QuYIe7YglTDelLmeOY4WHgrYbEJ6Ml4y+6xjEdJWGVwLVOWIpVXZGuMtWaVgDPIn4RkzRVpmbM0cgdIzhG6WbBqQXJB8w+Y36sSd+7Uurb3VWhBUZeUblxg0sDKy9Zp3xCBWHYhKBkw9yfvORsYec0oAkjTaz/weC4F/9+RnqDELd953tAHeZr+/LxomYmjqqNovwqcGAV9B/UYLRmpOCTtLjUe5RwKlmhE8kQrQSXrsnaNUgfvxtkCdKyqypyww1LoF7IuJNZky9C7FOQtlKfkG4XIkeLLG8Qw8Ix2ROPooGkgncNYlV45GGT/tLaNxMj0EyFsyMaktkIFsX4AEarkncDLJaAf6WTq3QYRgNfCja8esXWRN/mdKz+rIOUoaZqTTp5NwThs1Esr0H595OJVOb6IZg6EgzhqhFV4zgzoFrA/1C9CVywXdbawZWRRztKAGmNTbnlZgK+NtGRJgDoMbJ/YLqNI9GX9eZIxMsikEhmfY0YrG1gpBXwvxJWoAzHgKIg46xpwKS0NjXBnZvjIEiYwyjUiHV1QTYJyr9fZMNG1ERhHvs48NeUz2NQKM04qwFb0eJZ8RxV3JXzoQO3UwygusGZhg2whDDDwx55EKwMg/bJWTlW56Mv9BDO6bEDSQhEaQlO0TGBNGEa4RsCqIzsoTUiAFbAsUo0LPFsTUa9uC6myOgivFRHNn0skWENmGDlQaMDL5TCn/ByABUVFqVhR7kJNaFTyzORBLApiC2KwXLdOGKxI3vFPFthW1IPu6ascMIwWJ5PbazFABtTZVS9AM3EkrGmSlptOIxg12MxR6LwbiWDrNdNREdR1LxLofaGpDbsKIniqf3W+DvCQ65kFxFAdQIslqZqhMoJmYowUP8Ro3mCGy3rOmQamBlZ1WcxtvoM8S1jgaeMfsmgZodLZ1lq1+sko12qUW5SEifgNgtFXwdGCM0tJGWG2S070kYQghX8eIlOz+TWQgm7ynOWWBSrEtSwAsotVtgQREutko5mVZGWO8NqkLSWCIErRIrok9k9/YKqyxnZTs5LPNgRVDsf0CSENj9uAY2eBB0+ZKEsqeY0XSlvAcpjeggeuQTsjKNoyMw8CWObmUW8+p1HKymlolF2LiiXeOZZZZAyGBc+vjEO7mDkqsSC+BlEU4ZF7L0n2vD88KnpMxqgQKREpbYxWBFqjVSGPbvf8m6oeTDQQgkniUzfgrnoPUWtQSyxbLduU3jDYXqdAZL6j2oW2DNSlAGQq4n5ZvGCi7ult00umCJJVPGkdnhCAjGhqxUiu1lpV71aDPMaCArO7VqbJbRYRgZbeZSH3zk0eDV3rckIEkSE4t8CaklmRKJQh2IawxK6a6vXzXXZ4QKWDbbSmYSeSDletSMWdXLMrswWFUbS3GHBZ2WfjJ6pHlPOcd9zlDu6FnQf5RhD0tTjbT3mVBravaP44MXNqwu9K9iTbQPgTv3/TIA3vzIduxoj/1OApwdf3IlS0c430GZntvPKLREjmXEoH9/xie5/xB54+kq0sxE88yPzZ5RfUkEbwxi6H2rDS04x6itPDJlqmrQdwjBJdXRXf2YEoJHvOqlEAqRqg29H8//hVgADIWNpzTQi0tAAAAAElFTkSuQmCC) no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    -webkit-animation: blik 4s infinite;
    -moz-animation: blik 4s infinite;
    animation: blik 4s infinite;
}
.badge {
    position: absolute;
    bottom: 20px;
    right: 21px;
    width: 111px;
    height: 21px;
    background: url('/xbet/img/ulottery/cyberplat/popup-btn.png') 0 0 no-repeat;
}
.cpl-ad-in2 .img {
    position: absolute;
    top: 30px;
    width: auto!important;
    height: 100%!important;
    left: auto;
}

/*-------------------------------------------------*/
/*  operamini popup
/*-------------------------------------------------*/

.operamini-popup {
    margin: auto;
    background-image: url("/xbet/img/popups/operamini/opera-mini-popup-bg.jpg");
    color: white;
    position: relative;
    border-radius: 10px;
    border: 1px solid white;
    padding: 30px 40px;
    width: 795px;
    height: 380px;
    background-size: cover;
    font-size: 14px;
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
.operamini-popup * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
.operamini-popup__close {
    right: 10px;
    top: 12px;
    position: absolute;
    cursor: pointer;
    outline: none;
    color: white;
    border: none;
    background: none;
    font-size: 18px; }
.operamini-popup__title {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 20px; }
.operamini-popup-list {
    padding: 0;
    margin: 0;
    list-style-position: inside; }
.operamini-popup-list__item {
    margin-top: 13px;
    letter-spacing: 0.05em; }
.operamini-popup-list__item:first-child {
    margin-top: 0; }
.operamini-popup-btn {
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    font-size: 16px;
    background-color: #6E972C;
    display: inline-block;
    line-height: 1;
    padding: 11px 70px;
    border: 1px solid white;
    -webkit-transition: all .4s;
    transition: all .4s;
    letter-spacing: 0.04375em; }
.operamini-popup-btn:hover {
    background-color: #8bbe38; }

/* olympic popup */
/*   popup        */
@-webkit-keyframes btnAn {
    from {
        left: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    to {
        left: 400%;
    }
}
@-moz-keyframes btnAn {
    from {
        left: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    to {
        left: 400%;
    }
}
@keyframes btnAn {
    from {
        left: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    to {
        left: 400%;
    }
}
.olympic-pop {
    width: 596px;
    background: #fff url(../img/popups/olympic-popup/modal-bg2.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    box-shadow: 0 0 0 7px rgba(255,255,255,.5);
    border-radius: 2px;
    position: relative;
    padding: 22px 6px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
}
.olympic-pop-title {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #1a5685;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.olympic-pop-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -17px;
    right: -17px;
    background: #73a41b url(../img/popups/olympic-popup/modal-close.png) no-repeat center;
    -webkit-background-size: 55% 55%;
    background-size: 55% 55%;
    cursor: pointer;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    border-radius: 50%;
    -webkit-box-shadow: -2px 2px 5px rgba(0,0,0,.5);
    box-shadow: -2px 2px 5px rgba(0,0,0,.5);
    z-index: 1;
}
.olympic-pop-close:hover {
    background-color: #88c122;
}
.olympic-pop-body {
    /*position: relative;*/
    z-index: 1;
    width: 344px;
    text-align: center;
}
img.olympic-pop-logo {
    width: 150px;
}
.olympic-pop-text {
    margin: 12px 0 16px;
    font-size: 24px;
    color: #bd0015;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-shadow: 0 0 25px rgba(255, 255, 255, 0.5), 0 0 25px rgba(255, 255, 255, 0.5),
    0 0 25px rgba(255, 255, 255, 0.5), 0 0 25px rgba(255, 255, 255, 0.5),
    0 0 25px rgba(255, 255, 255, 0.5), 0 0 25px rgba(255, 255, 255, 0.5),
    0 0 25px rgba(255, 255, 255, 0.5), 0 0 25px rgba(255, 255, 255, 0.5),
    0 0 25px rgba(255, 255, 255, 0.5), 0 0 25px rgba(255, 255, 255, 0.5),
    0 0 25px rgba(255, 255, 255, 0.5), 0 0 25px rgba(255, 255, 255, 0.5),
    0 0 25px rgba(255, 255, 255, 0.5), 0 0 25px rgba(255, 255, 255, 0.5),
    0 0 25px rgba(255, 255, 255, 0.5), 0 0 25px rgba(255, 255, 255, 0.5),
    0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
    0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
    0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
    0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
    0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
    0 0 3px #fff;
}
.olympic-pop-text span {
    display: block;
}
.olympic-pop-link {
    position: relative;
    display: block;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    padding: 13px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    background: #84b232;
    overflow: hidden;
    letter-spacing: .9px;
}
.olympic-pop-link::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: url(../img/popups/olympic-popup/blik2.png) no-repeat center bottom;
    -webkit-animation: btnAn 3s infinite;
    -moz-animation: btnAn 3s infinite;
    -ms-animation: btnAn 3s infinite;
    animation: btnAn 3s infinite;
}
.olympic-pop-link:hover {
    background: #9dcf45;
}
.olympic-pop-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.olympic-pop-wrap:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 33%;
    height: 2px;
    border-radius: 10%;
    background: #fff;
    box-shadow: 0 0 78px 105px rgba(255,255,255,1);
}
.olympic-pop-rings {
    position: absolute;
    top: 0;
    right: 4px;
}
.olympic-pop-car {
    position: absolute;
    bottom: -10px;
    right: -80PX;
    width: 354px;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .olympic-pop {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        width: 290px;
        min-height: 396px;
        background-position: -91px;
        box-shadow: 0 0 0 5px rgba(255,255,255,.5);
    }
    .olympic-pop-body {
        flex: 1;
        width: 100%;
    }
    .olympic-pop-title{
        font-size: 22px;
    }
    .olympic-pop-text {
        margin-top: 3px;
        font-size: 22px;
    }
    img.olympic-pop-logo {
        width: 120px;
    }
    .olympic-pop-link {
        position: absolute;
        bottom: 11px;
        left: 50%;
        transform: translateX(-50%);
        width: 260px;
        padding: 8px 0;
        margin: 0;
    }
    .olympic-pop-wrap:before {
        right: 33%;
    }
    .olympic-pop-rings {
        width: 220px;
        top: 145px;
        right: 50%;
        transform: translateX(50%);
    }
    .olympic-pop-car {
        width: 270px;
        bottom: 42px;
        right: 50%;
        transform: translateX(50%);
    }
}

/* virtual_card start */
.box-modal.virtual_card *{
    box-sizing: border-box;
}
.box-modal.virtual_card {
    background: #fff;
    min-width: 740px;
    min-height: 390px;
    color: #252d30;
    box-sizing: border-box;
    padding: 0;
    line-height: 1.2;
    position: relative;
    border-radius: 4px;

}
.vc_close{
    background: url(/xbet/img/virtual_card/close_virtual_gift.png) center no-repeat;
    background-size: cover;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 14px;
    right: 13px;
    transition: opacity 0.3s ease;
}
.vc_close:hover{
    opacity: 0.8;
}

.vc_info{
    background:  url(/xbet/img/virtual_card/bg_virtual_gift.png) top right no-repeat;
    background-size: auto 100%;
    padding: 25px 0 0 35px;
    border-top-right-radius: 4px;
}

.vc_text_yellow{
    color: #ffcd00;
}
.vc_subtitle{
    color: #637880;
    text-transform: uppercase;
    font-size: 13px;
    max-width: 435px;
    margin: 0 0 50px;
}
.vc_title{
    text-transform: uppercase;
    font-size: 23px;
    max-width: 260px;
    margin: 0 0 50px;
    font-weight: 500;
}
.vc_title_highlight{
    color: #637880;
}


.vc_form{
    max-width: 260px;
}
.vc_text{
    font-size: 14px;
    margin: 0 0 10px;
}

.vc_field{
    border: 1px solid #ffcd00;
    margin-bottom: 15px;
    outline: none;
    font-size: 12px;
    padding: 10px 12px;
    width: 100%;
    max-width: 240px;
}
.vc_field::-webkit-input-placeholder {color:#b8b9b9;font-size: 12px;}
.vc_field::-moz-placeholder          {color:#b8b9b9;font-size: 12px;}
.vc_field:-moz-placeholder           {color:#b8b9b9;font-size: 12px;}
.vc_field:-ms-input-placeholder      {color:#b8b9b9;font-size: 12px;}

.vc_link{
    color: #252d30;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.2;
    background-color: #ffcd00;
    border: 1px solid #ffcd00;
    box-shadow: inset 0 0 0 2px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 240px;
    padding: 13px 5px 12px;
    outline: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.vc_link:hover{
    background-color: #ffe062;
}


.vc_adv{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 35px 10px;
}
.vc_adv_text{
    flex: 0 0 calc(100% / 4 - 30px);
    display: flex;
    align-items: center;
    font-size: 11px;
    line-height: 1.1;
    margin: 0;
}
.vc_adv_text:before{
    font-family: FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 29px;
    height: 29px;
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #ffcd00;
}
.vc_adv_rocket:before{
    content: '\f135';
}
.vc_adv_mail:before{
    content: '\f0e0';
}
.vc_adv_chart:before{
    content: '\f1fe';
}
/* virtual_card end */
/*  spring-lottery  */
/* ================*/
@font-face {
    font-family: 'Gotham Pro';
    src: url('GothamPro-Black.eot');
    src: local('Gotham Pro Black'), local('GothamPro-Black'),
    url('ulottery/springlottery/GothamPro/GothamPro-Black.eot?#iefix') format('embedded-opentype'),
    url('ulottery/springlottery/GothamPro/GothamPro-Black.woff') format('woff'),
    url('ulottery/springlottery/GothamPro/GothamPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

div.box-modal.sprLot {
    background-image: url(../img/popups/spring-lottery/pop.jpg);
    width: 596px;
    height: 291px;
    padding: 0;
    border-radius: 2px;
    background-size: cover;
    box-shadow: none !important;
    color: #ffffff;
}
.box-modal.sprLot .box-modal_close {
    width: 30px;
    height: 30px;
    z-index: 2;
    position: absolute;
    background-color: #73a41b;
    border-radius: 50%;
    top: -17px;
    right: -17px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../img/popups/spring-lottery/closePopup.png);
    cursor: pointer;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.4);
    background-size:16px auto;
}
.box-modal.sprLot .box-modal_close:hover {
    background-color: #7cb11e;
}
div.box-modal.sprLot:before {
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    background-color: rgba(255,255,255,0.5);
    z-index: -1;
    border-radius: 3px;
}
.box-modal.sprLot .modalSlogan {
    font-size: 0;
    direction: ltr;
}
.box-modal.sprLot .modalSlogan > span {
    display: inline-block;
    vertical-align: top;
    font-family: Gotham Pro;
    font-weight: 900;
    font-size: 62px;
    text-transform: uppercase;
    padding: 0 0 0 20px;
    line-height: 65px;
    white-space: nowrap;
}
.box-modal.sprLot .modalSlogan > span:first-letter {
    color: #8b0609;
}
.box-modal.sprLot .butsCon {
    padding-left: 60px;
    padding-right: 60px;
}
.box-modal.sprLot .butsCon .but {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 10px;
    white-space: nowrap;
    text-align:center;
    position:relative;
    overflow:hidden;
    height: 49px;
    line-height: 52px;
    background-color: #84b232;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    min-width: 260px;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.box-modal.sprLot .butsCon .but:hover {
    background-color: #95c83a;
}
@-moz-keyframes sprLot-anim-but {0%{background-position:-345px 0;}10%{background-position:450px 0;}100%{background-position:450px 0;}}
@-webkit-keyframes sprLot-anim-but {0%{background-position:-345px 0;}10%{background-position:450px 0;}100%{background-position:450px 0;}}
@keyframes sprLot-anim-but {0%{background-position:-345px 0;}10%{background-position:450px 0;}100%{background-position:450px 0;}}
.box-modal.sprLot .butsCon .but:before {
    top: 0;
    display: block;
    content: '';
    position: absolute;
    border-radius: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/popups/spring-lottery/blik-but.png);
    background-size:auto 100%;
    background-repeat:no-repeat;
    background-position:-345px 0;

    animation-name:sprLot-anim-but;
    animation-duration:4000ms;
    animation-delay:200ms;
    animation-play-state: running;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.box-modal.sprLot .cen {
    height: 161px;
    line-height: 161px;
    margin-left: 60px;
    margin-right: 60px;
    margin-top: -9px;
    font-size: 0;
}
.box-modal.sprLot .cen > div {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    line-height: 1;
    font-family: Roboto Condensed;
    text-transform: uppercase;
    width: 100%;
}
.box-modal.sprLot .cen > div b {
    font-size: 48px;
    display: block;
}

/** lottery-of-champions */
.box-modal.lotOfCh-popup {
    width: 596px;
    height: 291px;
    border-radius: 4px;
    background-color: #03192a;
    padding: 0;
    box-shadow: none !important;
}
.box-modal.lotOfCh-popup:before {
    content: '';
    display: block;
    background-image: url(/xbet/img/popups/lottery-of-champions/pop1.png);
    width: 620px;
    height: 315px;
    position: absolute;
    top: -17px;
    left: -7px;
}
.box-modal.lotOfCh-popup .box-modal_close {
    background-image: url(/xbet/img/popups/lottery-of-champions/closePopup.png);
    width: 30px;
    height: 30px;
    top: -17px;
    right: -17px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #73a41b;
    border-radius: 50%;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.4);
    z-index: 2;
}
.box-modal.lotOfCh-popup .box-modal_close:hover {
    background-color: #83ba1f;
}
.box-modal.lotOfCh-popup .cen {
    position: relative;
    height: 220px;
    line-height: 220px;
    font-size: 0;
    width: 345px;
    text-align: center;
    color: #ff9000;
    text-transform: uppercase;
    text-shadow: 0 0 10px #000000,0 0 10px #000000,0 0 10px #000000,0 0 10px #000000;
}
.box-modal.lotOfCh-popup .cen > div {
    font-size: 22px;
    line-height: 1.1;
    display: inline-block;
    vertical-align: middle;
}
.box-modal.lotOfCh-popup .cen > div span {
    display: block;
    font-size: 40px;
    font-weight: 900;
    color: #ffffff;
    line-height: 0.95;
    margin-bottom: 15px;
}
.box-modal.lotOfCh-popup .butsCon {
    width: 345px;
    font-size: 0;
    text-align: center;
}
.box-modal.lotOfCh-popup .butsCon .but {
    height: 49px;
    line-height: 51px;
    display: inline-block;
    vertical-align: top;
    background-color: #ee0000;
    font-size: 22px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 10px;
    min-width: 255px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #ff1c1c;
    z-index: 1;
    box-shadow: 0 5px 18px 2px rgba(0,0,0,0.9);
    text-shadow: 0 2px 0 rgba(109,0,0,0.66);
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
.box-modal.lotOfCh-popup .butsCon .but:hover {background-color: #cb0101;}

@-moz-keyframes lotOfCh-anim-but2 {0%{background-position:-345px 0;}10%{background-position:450px 0;}100%{background-position:450px 0;}}
@-webkit-keyframes lotOfCh-anim-but2 {0%{background-position:-345px 0;}10%{background-position:450px 0;}100%{background-position:450px 0;}}
@keyframes lotOfCh-anim-but2 {0%{background-position:-345px 0;}10%{background-position:450px 0;}100%{background-position:450px 0;}}

.box-modal.lotOfCh-popup .butsCon .but:before {
    top: 0;
    display: block;
    content: '';
    position: absolute;
    border-radius: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/xbet/img/popups/lottery-of-champions/blik-but.png);
    background-size:auto 100%;
    background-repeat:no-repeat;
    background-position:-345px 0;

    animation-name:lotOfCh-anim-but2;
    animation-duration:4000ms;
    animation-delay:2000ms;
    animation-play-state: running;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
/** end lottery-of-champions */

/* access_difficulties start */
.access-difficulties *{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.access-difficulties{
    background: #fff;
    background: url(/xbet/img/popups/popup-access-difficulties.jpg) center no-repeat;
    background-size: cover;
    min-width: 760px;
    color: #252d30;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 25px 30px;
    line-height: 1.2;
    position: relative;
    border-radius: 4px;
}
.ad__close{
    position: absolute;
    font-family: Arial, sans-serif;
    font-size: 27px;
    color: #fff;
    line-height: 1;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    width: 30px;
    height: 30px;
    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;
    -webkit-transform: scaleY(0.9);
    -ms-transform: scaleY(0.9);
    transform: scaleY(0.9);
    right: -45px;
    top: -25px;
}
.ad__close:hover{
    color: rgba(255,255,255, 0.75);
}

.ad__top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.ad__info{
    color: #fff;
    line-height: 1.2;
}
.ad__title{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin:0 0 15px 0;
}
.ad__text{
    font-size: 14px;
    margin: 0;
}
.ad__link{
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    background-color: #7fab30;
    width: 270px;
    min-width: 270px;
    height: 44px;
    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;
    padding: 3px 5px;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.ad__link:hover{
    background-color: #557321;
}


.ad-variant{
    border: 1px solid rgba(255,255,255, 0.35);
    background-color: rgba(9,20,31, 0.5);
    padding: 25px 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}
.ad-variant__text{
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0;
    color: #fff;
    text-decoration: none;
}
.ad-variant__item{
    -ms-flex-preferred-size: calc(100% / 2 - 15px);
    flex-basis: calc(100% / 2 - 15px);
    margin:0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ad-variant__item:before{
    content: '';
    font-family: FontAwesome;
    min-width: 35px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    font-size: 26px;
    margin-right: 10px;
    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;
    color: #fff;
}
.ad-variant__item-1xaccess:before{
    background-image: url(/xbet/img/winapp/1xaccess.png);
}
.ad-variant__item-1xwin:before{
    content: "\f109";
    font-size: 28px;
}
.ad-variant__item-browser:before{
    background-image: url(/xbet/img/winapp/1xbrowser.png);
}
.ad-variant__item-default:before{
    content: "\f0e0";
}
.ad-variant__item-opera:before{
    content: "\f26a";
    font-size: 26px;
}
.ad-variant__item-ios:before{
    content: "\f179";
    font-size: 28px;
}
.ad-variant__item-vpn:before{
    background-image: url(/xbet/img/winapp/vpn.png);
}
.ad-variant__item-telegram:before{
    content: '\f2c6';
}
.ad-variant__item-mobile:before{
    content: "\f10b";
    font-size: 36px;
}

.ad-variant__text span{
    color: #4ca6f2;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.ad-variant__text span:hover{
    color: #7abef5;
}
/* access_difficulties end */