.modal {
    background: -moz-linear-gradient(top, #193c5b 0%, #0b253f 100%);
    background: -ms-linear-gradient(top, #193c5b 0%, #0b253f 100%);
    background: -o-linear-gradient(top, #193c5b 0%, #0b253f 100%);
    background: -webkit-linear-gradient(top, #193c5b 0%, #0b253f 100%);
    background: linear-gradient(top, #193c5b 0%, #0b253f 100%);
    background-color: #193c5b;
    border-radius: 5px;
    width: 290px;
    font-size: 12px;
    display: none;
    z-index: 1001;
    right: 0;
    top: 0;
    position: absolute;
}

.modal_popup_main {
    width: 100%;
    position: fixed;
    display: none;
    z-index: 1001;
}
.modal_popup_main.state-open {
    display: block;
}
#baner_popup_main {
    top: 10%;
    position: fixed;
    left: 45%;
}
#baner_moncash img {
    width: 500px;
    height: auto;
    margin: 25% auto 0!important;
}

.modal_popup_overlay {
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background:rgba(0, 0, 0, .75);
}


.modal-service-messages__overlay {
    display: none;
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    background:rgba(0, 0, 0, .5);
}

.modal-service-messages__overlay.state-open {
    display: block;
}

.modal__overlay_reg,
.modal__overlay {
    display: none;
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background:rgba(0, 0, 0, .5);
}

.modal__overlay_balance {
    display: none;
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background:rgba(0, 0, 0, .75);
}

.modal__overlay_reg.state-open,
.modal__overlay.state-open,
.modal__overlay_balance.state-open {
    display: block;
}

.modal.state-open,
.modal-message_img_error.state-open
{
    display: block;
}

.modal a {
    color: #fff;
}

.modal a:hover {
    text-decoration: none;
}

.modal__close {
    background: -moz-linear-gradient(top, #ef264b 0%, #f79126 100%);
    background: -ms-linear-gradient(top, #ef264b 0%, #f79126 100%);
    background: -o-linear-gradient(top, #ef264b 0%, #f79126 100%);
    background: -webkit-linear-gradient(top, #ef264b 0%, #f79126 100%);
    background: linear-gradient(top, #ef264b 0%, #f79126 100%);
    background-color: #ef264b;
    position: absolute;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    right: 9px;
    top: -17px;
}

.modal__close::after {
    content: "";
    background: url("../../../images/main/icon-close.png") no-repeat center center;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -9px;
}

.modal__close_banner {
    /*background: -moz-linear-gradient(top, #ef264b 0%, #f79126 100%);*/
    /*background: -ms-linear-gradient(top, #ef264b 0%, #f79126 100%);*/
    /*background: -o-linear-gradient(top, #ef264b 0%, #f79126 100%);*/
    /*background: -webkit-linear-gradient(top, #ef264b 0%, #f79126 100%);*/
    /*background: linear-gradient(top, #ef264b 0%, #f79126 100%);*/
    /*background-color: #ef264b;*/
    position: absolute;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    right: 57px;
    top: 15px;
}

.modal__close_banner::after {
    content: "";
    /*background: url("../../../images/main/icon-close.png") no-repeat center center;*/
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -9px;
}



.modal__return {
    background: -moz-linear-gradient(top, #14639b 0%, #184164 100%);
    background: -ms-linear-gradient(top, #14639b 0%, #184164 100%);
    background: -o-linear-gradient(top, #14639b 0%, #184164 100%);
    background: -webkit-linear-gradient(top, #14639b 0%, #184164 100%);
    background: linear-gradient(top, #14639b 0%, #184164 100%);
    background-color: #14639b;
    position: absolute;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    left: 9px;
    top: -17px;
}

.modal__return::after {
    content: "";
    background: url("../../../images/main/icon-return.png") no-repeat center center;
    background-size: 100% 100%;
    width: 24px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -14px;
}

.modal__body {
    padding: 12px;
}

.modal__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.modal__head-gradient {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background-image: linear-gradient(180deg, rgb(235, 48, 87) 0%, rgb(255, 209, 0) 44%, rgb(255, 209, 0) 100%);
    background-image: -moz-linear-gradient(180deg, rgb(235, 48, 87) 0%, rgb(255, 209, 0) 44%, rgb(255, 209, 0) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(235, 48, 87) 0%, rgb(255, 209, 0) 44%, rgb(255, 209, 0) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(235, 48, 87) 0%, rgb(255, 209, 0) 44%, rgb(255, 209, 0) 100%);
    background-color: rgb(248, 166, 31);
    border-radius: 5px;
    color: #122739;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    height: 40px;
    padding: 0 16px;
    text-transform: uppercase;
}

.modal__head-gradient-img {
    width: 36px;
    height: 36px;
    margin-right: 16px;
}

.modal__form-content {
    padding: 22px 12px 12px 16px;
}
.modal__body-message{
    font-size: 14px;
    padding: 25px 0;
    text-align: center;
    font-weight: bold;
}
.modal__button {
    display: block;
    width: 100%;
    font-size: 23px;
}

.modal__button_disabled {
    pointer-events: none;
    background-color: grey;
    background-image: none;
}

.modal-login .modal__row {
    padding-top: 8px;
}

.modal-login__buttons .form__button-control:nth-child(1) {
    padding-bottom: 5px;
    border-bottom: 1px solid #f2c803;
}

.modal-login__buttons .form__button-control:nth-child(2) {
    padding-top: 5px;
}

.modal__button-login {
    font-size: 18px;
    height: 36px;
    line-height: 36px;
}

.modal__button-sms {
    font-size: 14px;
    font-weight: bold;
}

.modal-centered {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 400px;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .7);
}

.modal-centered .modal__body {
    padding: 20px;
}

.modal__head {
    background-image: linear-gradient( 180deg, rgb(252, 233, 35) 0%, rgb(248, 166, 31) 100%);
    background-image: -moz-linear-gradient( 180deg, rgb(252, 233, 35) 0%, rgb(248, 166, 31) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(252, 233, 35) 0%, rgb(248, 166, 31) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(252, 233, 35) 0%, rgb(248, 166, 31) 100%);
    background-color: rgb(248, 166, 31);
    border-radius: 5px;
    color: #122739;
    font-size: 15px;
    line-height: 17px;
    padding: 8px 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 55px;
}

.modal-reg .modal__form-content {
    padding-top: 12px;
}

.modal-reg .form__group-row,
.modal-password .form__group-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.modal-message__img {
    margin: 0 auto;
    display: none;
}


.modal-reg .form__side-left,
.modal-password .form__side-left {
    width: 78px;
    padding-right: 10px;
    box-sizing: border-box;
}

.modal-reg .select {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.modal-reg .select select {
    height: 33px;
}

.modal-reg .form__side-left label,
.modal-password .form__side-left label {
    margin-bottom: 0;
}

.modal-reg select {
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 34px;
}

.modal-reg .form__control-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.modal-reg .form__phone-code {
    width: 46px;
    justify-content: space-around;
}

.modal-reg .form__control-phone input {
    text-align: center;
}

.modal-reg .form__phone-code input {
    margin: 0;
    padding: 0;
    width: 24px;
}

.modal-reg .form__control-number-1 {
    width: 43px;
}

.modal-reg .form__control-number-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.modal-reg__flag {
    border: 1px solid #fff;
    border-radius: 5px;
    width: 40px;
    height: 30px;
    overflow: hidden;
}

.modal__button-reg {
    height: 50px;
    line-height: 50px;
    font-size: 24px;
}

.modal__button-getcodesms {
    height: 40px;
    margin-bottom: 20px;
    background-color: rgb(60, 127, 33);
    color: white;
}

.modal__button-getcodesms:hover {
    text-decoration: none;
    background-color: rgb(61, 78, 54);
}

.modal__button-getcodesms:active {
    background-color: rgb(61, 78, 54);
}

.modal__button-getcodesms:disabled {
    background-color: rgb(61, 78, 54);
}

.modal-password .form__password {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.modal-password__buttons {
    padding-top: 19px;
}

.modal-changepassword .modal__head {
    height: 70px;
    font-size: 24px;
    line-height: 24px;
}

.modal-changepassword .modal__content {
    padding-top: 19px
}

.modal-changepassword .modal__form-content {
    padding: 8px 17px 10px;
}

.modal-changepassword .form__group-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 13px;
}

.modal-changepassword .form__side-left {
    width: 111px;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 17px;
}

.modal-changepassword .form__control-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.modal-changepassword .form__control {
    height: 45px;
    font-size: 14px;
}

.modal-changepassword .form__phone-code {
    width: 60px;
    height: 45px;
    justify-content: space-around;
}

.modal-changepassword .form__phone-code .form__control {
    text-align: center;
    font-size: 14px;
}

.modal-changepassword .form__phone .phone-number-2 {
    width: 60px;
}

.modal__button-changepassword {
    height: 45px;
    line-height: 45px;
    font-size: 20px;
}

.form__phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin: 0 -3px;
}

.form__phone .form__control {
    text-align: center;
    margin: 0 3px;
}

.form__phone .phone-number-2 {
    width: 46px;
}

.form__phone .phone-number-3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.form__phone-code {
    border: 1px solid #fff;
    border-radius: 5px;
    height: 32px;
    width: 50px;
    padding: 0 2px;
    margin: 0 3px;
    box-sizing: border-box;
    padding-left: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.form__phone-code .form__control {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    padding: 0;
    margin: 0;
    width: 24px;
}

.form__phone-code-flag-wrap {
    border-radius: 2px;
    overflow: hidden;
}

.form__phone-code-flag {
    width: 31px;
}

.form__password {
    position: relative;
}

.form__password-toggle {
    background: url("../../../images/main/show-password.svg") no-repeat center center;
    background-size: 21px 19px;
    position: absolute;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 34px;
    height: 30px;
    right: 0;
    top: 0;
    cursor: pointer;
}

.form__button-control-sms {
    margin-top: 5px;
    padding-top: 3px;
    border-top: 1px solid #f2c803;
}

.form__control-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    margin: 0 -8px;
}

.form__control-date .form__control {
    width: 33%;
    margin: 0 8px;
}

.form__control-sex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.form__control-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    margin: 0 -3px;
}

.form__control-phone .form__control {
    margin: 0 3px;
    padding: 0 5px;
}

.form__group-password .form__group-row {
    margin-bottom: 0;
}

.form__group-password .form__side-left label:first-child {
    margin-bottom: 10px;
}

.form__group-password .form__side-right {
    width: 100%;
}

.form__group-password .form__side-right .form__control-wrap:first-child {
    margin-bottom: 14px;
}

.form__side-right-controls {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.form__side-right-promocode {
    background-color: #264b6b;
    width: 114px;
    margin-left: 9px;
    margin-right: -12px;
    padding: 5px;
    box-sizing: border-box;
    margin-top: -60px;
}

.form__side-right-promocode label {
    margin-bottom: 7px;
    text-align: center;
}

.form__side-right-promocode input {
    width: 79px;
    margin: 0 auto;
}

.form__phone-code-plus {
    font-size: 14px;
}

.modal__payments {
    text-align: center;
    padding-top: 10px;
}

.modal__payments-item {
    display: inline-block;
    text-align: center;
    margin: 0 5px 20px;
    cursor: pointer;
}

.modal__payments-item-img {
    width: 84px;
    height: 84px;
    margin: 0 auto;
}

.modal__amount-form {
    min-height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 5px;
    box-sizing: border-box;
}

.modal__amount-form form {
    width: 100%;
}

.modal__amount-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 -17px 20px;
    position: relative;
    padding: 0 17px;
}

.modal__amount-item::after {
    content: "";
    background-color: #264d6c;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90px;
    z-index: -1;
}

.modal__amount-dop-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 -17px 26px;
    position: relative;
    padding: 0 17px;
}

.modal__amount-dop-item::after {
    content: "";
    background-color: #264d6c;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 95px;
    z-index: -1;
    top: -10px
}

.modal__amount-item-especially {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 -17px 20px;
    position: relative;
    padding: 0 17px;
}

.modal__amount-item-especially::after {
    content: "";
    background-color: #264d6c;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 55px;
    z-index: -1;
}

.modal__amount-label {
    margin-bottom: 15px;
    font-size: 14px;
}

.modal__amount-item-img {
    width: 84px;
    height: 84px;
    margin-right: 24px;
}

.modal__amount-form .form__group-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.modal__amount-form .form__side-left {
    width: 108px;
    font-size: 14px;
}

.modal__amount-form .form__control-flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.modal__amount-form .form__control-phone .form__control:nth-child(1) {
    width: 43px;
}

.modal__amount-form .form__control-phone .form__control:nth-child(2) {
    width: 43px;
}

.modal__amount-form .form__control-phone .form__control:nth-child(3) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.modal__amount-form .form__control-sms {
    width: 105px;
}

.modal__amount-form .form__control-card {
    width: 100%!important;
}

.modal__amount-subtext {
    font-size: 11px;
    line-height: 12px;
}

.modal__amount-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: center;
    gap: 0.5rem;
}

.modal__amount-currency {
    font-weight: 500;
    font-size: 1rem;
}

.modal .form__control-flex-1.error label{
    color: #f03347;
}
.modal .form__control-flex-1.error .form__control{
    border-color: #f03347;
}
.modal .form__control-flex-1.error span{
    display: block!important;
    color: #f03347;
}
.modal_message{
    font-size: 18px;
    padding: 0px 0 32px 0;
    text-align: center;
}

.modal.banner {
    width: 370px;
    max-width: 370px;
    background: none;
    box-shadow: none;
}

.modal-centered.banner {
    -webkit-transform: translate(-50%, 60px);
    -moz-transform: translate(-50%, 60px);
    transform: translate(-50%, 60px);
    top: 40px;
    left: 50%;
}

.modal.banner .modal__close {
    right: 14px;
    top: 13px;
}

.banner_main
{
    position: fixed;
    left: 0%;
    top: 0%;
    background: transparent;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    margin: auto;
    width: 100vw;
    height: 100vh;
}

.baner_popup_content {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 450px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
}

.calendar_button_link {
    /*transform: translate(-50%, -200%);*/
    transform: translate(-50%, -135%);
    left: 50%;
    position: relative;
    display: inline-block;
    max-width: 90%;
}

.calendar_button_link img {
    width: 100%;
    display: inline-block;
}

@media screen and (max-width: 1024px) {
    .modal {
        -webkit-transform: translate(-50%, 60px);
        -moz-transform: translate(-50%, 60px);
        transform: translate(-50%, 60px);
        top: -40px;
        left: 50%;
        position: fixed;
        box-shadow: 0 0 20px rgba(0, 0, 0, .7);
    }
    .modal-centered {
        max-width: 290px;
    }
    .modal-reg {
        max-width: 400px;
    }
    .modal-changepassword .modal__head {
        height: 40px;
        font-size: 13px;
        line-height: 13px;
    }
    .modal-changepassword .modal__content {
        padding-top: 5px
    }
    .modal-changepassword .form__side-left {
        width: 88px;
        font-size: 14px;
        line-height: 14px;
    }
    .modal-changepassword .form__control {
        height: 30px;
        font-size: 12px;
    }
    .modal-changepassword .form__phone-code {
        width: 40px;
        height: 30px;
    }
    .modal-changepassword .form__phone-code .form__control {
        text-align: center;
        font-size: 12px;
    }
    .modal-changepassword .form__phone .phone-number-2 {
        width: 40px;
    }
    .modal__button-changepassword {
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }

    .modal.banner {
        top: 30px;
        width: 289px;
        max-width: 289px;
    }

    .modal.banner .modal__close {
        right: 11px;
        top: 11px;
        width: 25px;
        height: 25px;
    }

    .modal.banner .modal__close:after {
        width: 13px;
        height: 13px;
        margin: -7px 0 0 -7px;
    }



    .banner_main {
        width: 100%;
        position: fixed;
        left: 50%;
        overflow: auto;
        background: transparent;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        -webkit-transform: translate(-50%, 0px);
        -moz-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
        top: -40px;
    }

    #baner_popup_main {
        left: 9%;
    }

    .modal__amount-label-moncash,
    .modal__amount-label-withdraw {
        margin-left: -12px;
        margin-right: -15px;
    }
}

 .block_sport_points {
    /*display: none;*/
}