.uc-form-callback .t702__wrapper{
    padding: 50px;
}
.uc-form-callback .t-popup__container{
    border-radius: 10px;
    background: #FBFBFB;
    max-width: 490px;
}
.uc-form-callback .t702__text-wrapper{
    margin-bottom: 35px;
}
.uc-form-callback .t-input-group{
    margin-bottom: 13px;
}
.uc-form-callback .t-input-block .t-input{
    height: 68px;
    background: rgba(225, 225, 225, 0.29) !important;
}
.uc-form-callback .t-form__submit{
    margin-top: 13px;
}
.uc-form-callback .t-submit{
    height: 68px;
}
.form-default .t-input-group_cb .t-checkbox__control{
    margin: 0 auto;
}
@media screen and (max-width: 560px){
    /*.uc-form-callback .t-popup__container{*/
    /*    min-height: inherit !important;*/
    /*    padding-top: 0 !important;*/
    /*    margin-top: 50px !important;*/
    /*}*/
    /*.uc-form-callback .t702__wrapper{*/
    /*    border-radius: 10px !important;*/
    /*}*/
    .uc-form-callback .t702__wrapper{
        padding-top: 0 !important;
    }
}

.uc-modal-privacy .t-popup__container{
    border-radius: 10px;
}

.uc-mobile-menu .t450__menu_show{
  max-width: inherit !important;  
}
.uc-mobile-menu .t450__logowrapper{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    margin: 0;
    z-index: 20;
}
.uc-mobile-menu .t450__right_buttons_but a{
    color: #464745 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%;
    margin-bottom: 50px;
    border: none !important;
    padding: 0;
}

@media screen and (max-width: 375.9px){
    .uc-modal-privacy .t390__title{
        font-size: 22px !important;
    }
}
@media screen and (max-width: 374.9px){
    .uc-modal-privacy .t390__title{
        font-size: 20px !important;
    }
}

.form-default .t-checkbox__indicator{
    border: 1px solid #ffffff;
}
.form-default .t-checkbox__indicator:after{
    border-color: #fff;
    width: 4px;
}
.form-default .t-input-group_cb{
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    width: auto !important;
    text-align: center;
}

.form-default .tn-atom .js-error-control-box .t-checkbox__control:before, .form-default .tn-atom .js-error-control-box .t-radio__wrapper:before{
    display: none !important;
}

@media screen and (max-width: 991px){
    .form-default .t-input-group_cb{
        width: max-content !important;
        margin-bottom: 0 !important;
        left: -50px;
        bottom: -40px;
    }
}
@media screen and (max-width: 767px){
    .form-default .t-input-group_cb{
        width: 100% !important;
        left: 0px;
        bottom: -60px;
    }
}
@media screen and (max-width: 375.9px){
    .form-default .t-input-group_cb{
        width: auto !important;
        left: 0;
        bottom: -60px;
    }
}

.t-popup .t-form__inputsbox{
    display: flex;
    flex-direction: column;
}
.t-popup .t-input-group_cb{
    order: 4;
    margin-top: 25px;
    text-align: center;
}

@media screen and (max-width: 560px){
    .t702 .t-popup_show .t-popup__container{
        top: 10% !important;
        min-height: inherit !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
    .t-popup__container{
         top: 10% !important;
    }
}

#allrecords ul li::marker{
    color: #3199ce !important;
}

/*Стили для формы брифа*/
.uc-brief-form .form-default .t-input-group_cb{
    bottom: -80px;
}
@media screen and (max-width: 991px){
.uc-brief-form .form-default .t-input-group_cb{
    bottom: -40px;
}
}
@media screen and (max-width: 375.9px){
.uc-brief-form .form-default .t-input-group_cb{
    bottom: -50px;
}
}



/*Стили для квиза*/
.uc-quiz{
    display: none;
}
.uc-quiz.active{
    display: block;
}
.quiz-activate{
    cursor: pointer;
}
/*.uc-quiz .t-step-form__step, .uc-quiz .t835 .t-form__submit{*/
/*    display: block!important;*/
/*}*/
.uc-quiz .t-upwidget-container__button{
    border: 2px dashed #b3b3b3 !important;
    background: transparent !important;
    color: #b3b3b3 !important;
    width: calc(100% - 45px);
    max-width: inherit;
    padding: 40px 20px;
    border-radius: 0 !important;
}
.uc-quiz .t835__quiz{
    border-radius: 10px;
    /*min-height: 480px;*/
}
/*.uc-quiz .t835__btn-wrapper .t835__btn_prev, .uc-quiz .t835__btn-wrapper .t835__btn_next , .uc-quiz .t835__quiz-description-counter{*/
/*    display: none !important;*/
/*}*/
/*.uc-quiz .t835__btn-wrapper .t835__btn_result{*/
/*    display: block !important;*/
/*}*/
.uc-quiz .t835__progressbar, .uc-quiz .t835__btn-wrapper .t835__btn_prev{
    display: none;
}
.uc-quiz .t835__quiz-form-wrapper{
    padding-top: 50px;
    padding-bottom: 0px; 
    padding-left: 45px;
    padding-right: 45px;
}
.uc-quiz .t835__btn-wrapper{
    padding-left: 45px;
    padding-right: 45px;
    display: flex;
    gap: 20px;
}
.uc-quiz .t835__btn-wrapper::before, .uc-quiz .t835__btn-wrapper::after{
    display: none;
}
/*.uc-quiz .t835__btn_prev, .uc-quiz .t835__btn_next, .uc-quiz .t835__btn_result{*/
/*    opacity: 0 !important;*/
/*    visibility: hidden !important;*/
/*    pointer-events: none !important;*/
/*}*/
.uc-quiz .t835 .t-input-title{
    color: #3B3B3B;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    padding: 0;
    margin-bottom: 20px;
}
.uc-quiz .t835 .t-radio__control{
    margin: 0 0 15px 0;
    width: calc(50% - 50px);
    display: flex;
    padding-top: 8px;
    padding-right: 50px;
}
.uc-quiz .t835 .t-radio__control.t-text{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
}
.uc-quiz .t-radio__indicator{
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 5px;
    border: 1px solid #6CA9E1 !important;
    margin-right: 15px;
    margin-top: -4px;
    outline: none !important;
}
.uc-quiz .t-radio__indicator:after{
    width: 22px;
    height: 22px;
    content: '✓';
    width: 100%;
    height: 100%;
    background: #6CA9E1 !important;
    border-radius: 0px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uc-quiz .t835 .t-input-block{
    margin: 0;
}
.uc-quiz .t-radio__wrapper{
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding-right: 0px !important;
}
.uc-quiz .t835 .t835__btn-wrapper .t-btn{
    color: #000 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-decoration: underline;
    width: fit-content;
    padding: 0;
    background: none !important;
    outline: none !important;
}
.uc-quiz .t835 .t835__btn-wrapper .t-btn:hover{
    text-decoration: none;
}
.uc-quiz .t835__quiz-description-wrapper{
    background: none;
}
.uc-quiz .t835__result-title{
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 95px;
    padding-bottom: 0;
    color: #3B3B3B;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
}
.uc-quiz .t-form__submit .t-submit{
    border-radius: 223px;
    border: 1px solid #0E72C0 !important;
    background: #0E72C0 !important;
}
.uc-quiz .t835 .t835__btn-wrapper .t-btn{
    border-radius: 15px !important;
    font-size: 14px;
    font-family: Montserrat;
    cursor: pointer;
    background-color: #3199ce !important;
    transition: 0.3s ease all;
    width: auto;
    font-weight: 600;
    text-decoration: none !important;
    height: 100%;
    padding: 16px 40px;
    color: #ffffff !important;
}
.uc-quiz .t835__btn-wrapper .t835__btn_next td::after{
    display: none !important;
}
.uc-quiz .t835__capture-form{
    /*margin-top: -60px;*/
    padding-bottom: 80px;
}
.uc-quiz .t835__capture-form .t-input-title{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
    margin-bottom: 15px;
}
.uc-quiz .t835__capture-form .t-input{
    border-radius: 0px !important;
    border: none;
    border-bottom: 1px solid #b3b3b3 !important;
    height: 32px; 
    padding: 0px !important;
}
.uc-quiz .t835 .t-form__submit{
    right: 0;
    left: 0;
    width: fit-content;
    margin: 45px auto 0 auto !important;
}
.uc-quiz .t835 .t-form__submit button{
    padding: 0px 15px;
    width: 275px;
    height: 68px;
    border-radius: 15px !important;  
}
.uc-quiz .t-form .js-error-control-box .t-radio__wrapper{
    padding: 0;
    border: none !important;
}
.uc-quiz .t-form .js-error-control-box .t-radio__wrapper .t-radio__indicator{
    border: 1px solid red !important;
}
.uc-quiz .t-form__errorbox-middle{
    display: none !important;
}
.uc-quiz .js-successbox.t-form__successbox.t-text{
    margin-bottom: 0 !important;
    color: #000000 !important;
    background: transparent;
}
.uc-quiz .t835__capture-form .js-error-control-box .t-checkbox__control{
    padding: 0 !important;
    border: none !important;
}

@media screen and (max-width: 991px){
    .uc-quiz .t835__quiz-form-wrapper {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 50px;
    }
    .uc-quiz .t835__btn-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
    .uc-quiz .t835 .t-input-title {
        width: 100%;
    }
    .uc-quiz .t835__result-title{
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 40px;
        padding-top: 50px;
    }
    .uc-quiz .t835__quiz{
        min-height: inherit;
        background-position: 110% 90%;
        background-size: 55%;
    }
    .uc-quiz .t835__col{
        padding-left: 10px;
        padding-right: 10px;
    }
    .uc-quiz .t835 .t-radio__control{
        width: 100%;
        padding-right: 0;
    }
    .uc-quiz .js-successbox.t-form__successbox.t-text {
        width: 40%;
    }
    .uc-quiz .t835__capture-form .t-checkbox__control{
        width: 325px;
    }
    .uc-quiz .t835 .t-input::placveholder{
        font-size: 12px !important;
    }
}
@media screen and (max-width: 767px){
    .uc-quiz .t835 .t-input-title{
        font-size: 24px;
        line-height: 34px;
    }
    .uc-quiz .t835__col{
        padding-left: 0;
        padding-right: 0;
    }
    .uc-quiz .t835__quiz{
        border-radius: 0;
    }
    .uc-quiz .t-radio__wrapper{
        padding-right: 0px !important;
    }
    .uc-quiz .t835 .t-input-title {
        font-size: 18px;
        line-height: 28px;
    }
    .uc-quiz .t835__capture-form .t-checkbox__control{
        width: 215px;
    }
}