.callback_popup_black, .callback_popup_green, .callback_popup_yellow, .callback_popup_purple, .callback_popup_blue{
    display: none;
    width:100%;
    height: 2000px;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:fixed;
    top:0;
}

.callback_popup_black .callback_popup_content {
    background: url(../img/bg_black_popup.png) no-repeat  #EEEDFF;
}

.callback_popup_green .callback_popup_content {
    background: url(../img/bg_green_popup.png) no-repeat #FBFFED;
}

.callback_popup_yellow .callback_popup_content {
    background: url(../img/bg_yellow_popup.png) no-repeat #FFF6EB;
}
.callback_popup_purple .callback_popup_content {
    background: url(../img/bg_purple_popup.png) no-repeat #FFEEFE;
}

.callback_popup_blue .callback_popup_content {
    background: url(../img/bg_blue_popup.png) no-repeat #EEFAFF;
}

.callback_popup_content {
    position: relative;
    margin:0px auto;
    width:753px;
    height: 505px;
    background-color: #EEEDFF;
    border-radius:20px;
    display: flex;
    flex-wrap: wrap;
}

.popup_content_left {
    width: 100%;
    max-width: 292px;
    padding-left: 30px;
    padding-right: 7px;
}

.popup_content_left .product {
    margin: 60px 0px 0px 30px;
}

.popup_title {
    font-family: 'Inter-Bold';
    margin-top: 56px;
    font-size: 15px;
    line-height: 16px;
}

.popup_content_left .popup_text {
    font-family: 'Inter-Regular';
    font-size: 15px;
    line-height: 16px;
}

.popup_content_rigth {
    width: 100%;
    max-width: 322px;
    margin-top: 30px;
}

.popup_content_rigth .popup_text {
    font-family: 'Inter-Regular';
    font-size: 15px;
    line-height: 22.55px;
}

.submit_request {
    font-family: 'Poppins-Medium';
    width: 147px;
    height: 30px;
    margin-top: 21px;
    float: right;
    border: 2px solid;
    border-radius: 8px;
    background: none;
    font-size: 14px;
    line-height: 21px;
}

.black_popup_step-1 {
    display: flex;
}

.popup_step-2 .popup_content_left .product {
    margin: 143px 0px 0px 42px;
}

.popup_step-2 .popup_content_rigth {
    display: block;
    margin: 0px auto;
}

.order-form {
    margin-top: 95px;
}

.form_title {
    font-family: 'Poppins-Medium';
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 68px;
}

.input_form {
    border: 1px solid;
    border-radius: 10px;
    width: 100%;
    max-width: 240px;
    height: 35px;
    background: none;
    font-size: 11px;
    line-height: 16.5px;
    padding-left: 20px;
    display: block;
    margin: 0px auto 20px auto;
}

.btn_form {
    width: 100%;
    max-width: 172px;
    height: 32px;
    border-radius: 8px;
    border: 2px solid;
    background: none;
    display: block;
    margin: 42px auto 0px auto;
}

.popup_step-2 {
    display: none;
}

.success_block {
    position: absolute;
    top: 72px;
    left: 301px;
}

.success_logo {
    display: block;
    margin: 0px auto;
}

.success_info {
    position: absolute;
    text-align: center;
    top: 263px;
    left: 187px;
    width: 100%;
    max-width: 379px;
}

.success_text {
    font-family: 'Poppins-Medium';
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
}

.popup_step-3 {
    display: none;
}

.callback_popup_green .popup_text {
    line-height: 19.5px;
}


.callback_popup_yellow .popup_text,
.callback_popup_purple .popup_text {
    line-height: 20.25px;
}

.callback_popup_blue .popup_text {
    line-height: 19.5px;
}

@media screen and (max-width: 767px) {
    .callback_popup_content {
        width: 100%;
        text-align: center;
        height: auto;
    }
    .popup_content_left .product {
        margin: 0px auto;
    }
    .popup_title {
        margin-top: 20px;
    }
    .popup_content_left,.popup_content_rigth {
        max-width: 100%;
        padding: 0px;
    }
    .popup_content_rigth {
        margin: 0px 10px 20px 10px;
    }
    .popup_title,
    .popup_content_left .popup_text ,
    .popup_content_rigth .popup_text {
        font-size: 0.7rem;
        line-height: normal;
    }
}