.popup_overlay{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(89, 89, 89, 0.9);
    z-index: 9999;
}
.popup{
    display:none; 
    background: rgba(255,255,255,1);
    border-radius: 10px;
    padding: 40px;
    width: 573px;
    max-width: calc(100% - 30px);
    max-height: calc(100vh - 30px);
    box-sizing: border-box;
    overflow-y: auto;
    border: 2px solid black;
    z-index: 10000;
    position: fixed;
    left: 50%;
    top: 50%; 
    margin-left: 0; 
    margin-top: 0;
    transform: translate(-50%, -50%);
}
.close_button{
    position: absolute;
    right: 10px;
    top: 10px;
    background: #eee;
    width: 2em;
    text-align: center;
    cursor: pointer;
    font-size: 1em;
    padding: 0.25em 0;
    border: 1px solid rgb(170, 170, 170);
    /*border-radius: 5px;*/
    color:black;
}
.close_button:hover{
    border: 1px solid rgb(0, 0, 0);
    background-color:#1C6DB8;
    color:white;
}
.popup_note{
    color: black;
    font-size: 20px; 
    text-align:center;
}
.popup_name, .popup_phone{
    width: 472px !important;
    border: 2px solid #0026E8 !important;
    height: 40px !important;
    padding-left: 20px !important;
    font-size: 15px !important;
    margin-bottom: 20px !important;
}
.popup_submit{
    width: 472px !important;
    height: 40px !important;
    border: 2px solid #0026E8 !important;
    color: white !important;
    font-size: 22px !important;
    background: #1C6DB8 !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
}
.popup_submit:hover{
    border: 2px solid #0026E8 !important;
    color: white !important;
    background: #C5E1F7 !important;
}
.popup .smartcaptcha-box{
    width: 472px;
    max-width: 100%;
    margin-bottom: 20px;
}
.popup .smartcaptcha-error{
    display: none;
    margin-top: 8px;
    color: #c22;
    font-size: 14px;
    line-height: 1.3;
}
.popup .smartcaptcha-error.is-active{
    display: block;
}
.form_title{
     display:none;   
}
.form_submit_text{
    display:none;
}
.form_target{
    display:none;
}
.form_zabor_name{
    display: none;
}
