.modal-dialog{
    width: 610px;
    height: auto;
}
.modal-content{
    background: #B60B20;
    border-radius: 40px;
    position: relative;
}

.modal-close-btn{
    position: absolute;
    right: 30px;
    top: 25px;
    opacity: 1;
}

.modal-main{
    height: auto;
    width: 610px;
    border-radius: 40px;
    padding: 64px 57px 0;
}

.modal-main-signup{
    background: url("/static/img/Окно регистрации.png") top no-repeat;
    padding-bottom: 60px;
}
.modal-main-login{
    background: url("/static/img/Окно авторизации 2.png") top no-repeat;
}
.modal-main-forgot-password{
    background: url("/static/img/Забыл пароль с подсказкой.png") top no-repeat;
    padding-bottom: 40px;
}
.modal-main-upload-code{
    background: url("/static/img/введите свой код.png") top no-repeat;
    padding: 100px 57px 40px;
}
.modal-main-feedback{
    background: url("/static/img/Обратная связь.png") top no-repeat;
    padding: 50px 57px 40px;
}
.modal-main-codes, .modal-main-winners{
    background: url("/static/img/Победитель.png") top no-repeat;
    padding: 36px 57px 35px;
}

.modal_title{
    color: #FFF;
    text-align: center;
    font-family: "Museo-900";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 44px */
    text-transform: uppercase;
    margin: 0 0 20px;
}

.modal_title-codes,
.modal_title-winners{
    font-size: 24px;
    margin: 0 0 30px;
}

.body-modal .control-label{
    color: #FFF;
    font-family: "Museo-900";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 16px;
}

.modal-content .form-group .form-control, .signup-phone, .login-phone, .forgot-phone, .birth_date{
    width: 497px;
    height: 65px;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    outline: none;
    border: none;
    color: #A9A9A9;
    font-family: "Museo-500";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    padding: 0 24px;
}

.modal-content .field-feedback-text .form-control{
    max-width: 497px;
    min-width: 497px;
    max-height: 233px;
    min-height: 233px;
    padding: 25px;
}

.modal-content .form-group {
    margin-bottom: 20px;
}

/*.modal-content .form-group .signup-phone, .login-phone, .forgot-phone{*/
/*    padding-left: 80px;*/
/*}*/

.modal-content .field-loginform-phone, .field-signupform-phone, .field-forgotpassword-phone{
    position: relative;
}

.def-code-modal{
    color: #000;
    font-family: "Museo-500";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    position: absolute;
    top: 60px;
    left: 24px;
}

.has-error .help-block{
    color: #FFD57B;
    text-align: center;
    font-family: "Museo-500";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 0;
}

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

.main-button{
    color: #952732;
    font-family: "Museo-900";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.408px;
    text-transform: uppercase;
    border-radius: 500px;
    background: #FFF;
    box-shadow: 0 4px 19.1px 0 rgba(0, 0, 0, 0.25);
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 61px;
    transition: 0.2s;
}

.modal-main-signup .main-button{
    width: 100%;
}

.modal-main-login .main-button{
    width: 247px;
    margin: 6px 0 15px;
}
.modal-main-forgot-password .main-button{
    width: 360px;
    margin-top: 20px;
}
.modal-main-upload-code .main-button{
    width: 354px;
    margin-top: 30px;
}
.modal-main-feedback .main-button{
    width: 314px;
    margin-top: 40px;
}

#password-link{
    height: 56px;
    font-size: 20px;
}
/*#login-link{*/
/*    margin-bottom: 60px;*/
/*}*/
.main-button:hover{
    color: #952732;
    text-decoration: none;
    transition: 0.2s;
    transform: scale(1.05);
}

.modal-login-links{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.link-forgot-password{
    color: #FFF;
    text-align: center;
    font-family: "Museo-500";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-decoration-line: underline;
    transition: 0.2s;
}
.link-forgot-password:hover{
    color: #FFF;
    transition: 0.2s;
    transform: scale(1.05);
}

.modal-main-forgot-password .link-signup{
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
}


.link-signup{
    width: 307px;
    height: 62px;
    border-radius: 16px;
    box-shadow: 0 0 60px 0 #F3B762, 0 0 20px 0 #F3B762, 0 0 10px 0 #F3B762, 0 0 5px 0 #F3B762, 0 0 5px 0 #F3B762, 0 0 2px 0 #F3B762;
    transition: 0.2s;
}

.link-signup2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 307px;
    height: 62px;
    border-radius: 16px;
    background: #90162F;
    border: 4px solid #FCCB9C;
    box-shadow: inset 0 0 15px 0 #F3B762, inset 0 0 25px 0 #F3B762, inset 0 0 10px 0 #F3B762, inset 0 0 5px 0 #F3B762, inset 0 0 5px 0 #F3B762, inset 0 0 2px 0 #F3B762;
    transition: 0.2s;
}
.link-signup3{
    color: #EAFF00;
    font-family: "Museo-900";
    font-size: 20.639px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.351px;
    text-transform: uppercase;
    margin: 0;
    transition: 0.2s;
}
.link-signup3:hover{
    color: #EAFF00;
    transition: 0.2s;
}
.link-signup2, .link-signup:hover{
    transition: 0.2s;
    transform: scale(1.05);
    text-decoration: none;
}

.modal-login-text-down{
    color: #FFF;
    text-align: center;
    font-family: "Museo-500";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin: 0 auto 30px;
    max-width: 285px;
}

.signup-checkbox input[type="checkbox"] {
    margin: -4px 0 0;
    min-width: 33px;
    min-height: 33px;
}

.signup-checkbox label{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 11px;
}

.checkbox{
    height: 40px;
}

.signup-checkbox label >p{
    color: #FFF;
    font-family: "Museo-500";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin: 0;
}

.signup-checkbox label >p >a{
    color: #FFF;
    font-family: "Museo-500";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-decoration-line: underline;
}

.modal-content .field-signupform-password{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.modal-content .field-signupform-password .form-control{
    width: 271px;
    color: #A9A9A9;
    text-align: center;
    font-family: "Museo-500";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.signup-text1{
    color: #FFF;
    text-align: center;
    font-family: "Museo-500";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.34px;
    margin: 25px 0 15px;
}

.signup-text2{
    color: #FFD57B;
    text-align: center;
    font-family: "Museo-500";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.34px;
    margin-bottom: 40px;
}

.signup-text3{
    color: #FFF;
    text-align: center;
    font-family: "Museo-500";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.34px;
    margin-bottom: 15px;
}


.table-striped > tbody > tr:nth-of-type(odd) {
     background: none;
}

.table-bordered{
    border-collapse: initial;
    border: 1px solid #7D1923;
    border-radius: 22px;
    margin: 0;
}

.table-bordered > thead > tr > th{
    border: none;
    height: 70px;
    color: #FFF;
    font-family: "Museo-900";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    white-space: normal;
    text-align: center;
}
.table-bordered > thead > tr > .column-header-1{
    width: 100px;
    padding: 25px 0;
}
.table-bordered > thead > tr > .column-header-2,
.table-bordered > thead > tr > .column-header-3{
    width: 200px;
    padding: 10px;
}

.winners-table .table-bordered > thead > tr > .column-header-2,
.winners-table .table-bordered > thead > tr > .column-header-3{
    width: 200px;
    padding: 25px 0;
}

.table-bordered > thead > tr > .column-header-2{
    border-left: 1px solid #7D1923;
    border-right: 1px solid #7D1923;
}

.table-bordered > tbody > tr > td{
    border: none;
    height: 42px;
    color: #EAFF00;
    font-family: "Museo-900";
    font-size: 14.988px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    padding: 12px;
}

.table-bordered > tbody > tr > .column-1,
.table-bordered > tbody > tr > .column-2,
.table-bordered > tbody > tr > .column-3{
    border-top: 1px solid #7D1923;
}
.table-bordered > tbody > tr > .column-2{
    border-left: 1px solid #7D1923;
    border-right: 1px solid #7D1923;
}

.winners-table .table-bordered > tbody > tr > .column-2{
    color: #fff;
}

#pjax-winners .modal-close-btn >img,
#pjax-codes .modal-close-btn >img{
    width: 38px;
}

.codes-table .pagination,
.winners-table .pagination{
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0;
    margin: 30px 0 0;
    height: 25px;
}
.codes-table .pagination > .prev > span,
.winners-table .pagination > .prev > span{
    background: none;
    border: none;
    padding: 0;
}
.codes-table .pagination > .prev > a,
.winners-table .pagination > .prev > a{
    background: none;
    border: none;
    padding: 0;
}

.codes-table .pagination > .next > span,
.winners-table .pagination > .next > span{
    background: none;
    border: none;
    padding: 0;
}
.codes-table .pagination > .next > a,
.winners-table .pagination > .next > a{
    background: none;
    border: none;
    padding: 0;
}

.codes-table .pagination > li > a,
.winners-table .pagination > li > a{
    background: #fff;
    border: none;
    color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    padding: 0;
    font-size: 1px;
}

.codes-table .pagination > .active > a,
.winners-table .pagination > .active > a{
    background: #EAFF00;
    border: none;
    color: #EAFF00;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    padding: 0;
    font-size: 1px;
}
