/*
    Created on : Oct 20, 2020, 6:49:48 PM
    Author     : Andrew Molchanov: andymolchanov@gmail.com
*/
#sendMailPopUp,
#sendMailQueryPopUp,
#proposition_on_phone{
    display: none;
}
#sendMailPopUp:before,
#sendMailQueryPopUp:before,
#proposition_on_phone:before{
    content: '';
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 9999;
}
#sendMailPopUp .popup,
#sendMailQueryPopUp .popup,
#proposition_on_phone .popup{
    position: fixed;
    z-index: 99999;
    opacity: 1;
    background: #FFF;
    left: 50%;
    top: 10%;
    transform: translate(-50%, 0);
    border-radius: 10px;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
}
#sendMailPopUp .popup-close,
#sendMailQueryPopUp .popup-close{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
}
#proposition_on_phone .popup-close{
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 30px;
}
.popup{
    padding: 30px;
}
#proposition_on_phone .popup{
    padding:  30px 30px 70px;
}
#proposition_on_phone h2{
    font-family: OpenSansHebrew-Bold;
    font-size: 22px;
    text-align: center;
    padding-bottom: 50px;
    text-align: center;
}
#proposition_on_phone h3,
#payment_success h3{
    text-align: center;
    font-size: 20px;
}
#proposition_on_phone p,
#payment_success p{
    padding: 45px 0 0;
    text-align: center;
}
#proposition_on_phone .inputWrapp,
#payment_success .inputWrapp{
    width: 100%;
    padding: 0;
    margin-top: 29px;
}
#proposition_on_phone .inputWrapp label.input_label,
#payment_success .inputWrapp label.input_label{
    font-family: OpenSansHebrew-Regular;
}
button#sendPhone span{
    padding: 0 0 0 55px;
}
#proposition_on_phone button#sendPhone,
#payment_success button#sendPhone{
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding: 0 0 0 17px;
    font-size: 20px;
    font-family: OpenSansHebrew-Bold;
    color: #FFFFFF;
    width: 240px;
    height: 60px;
    background: #26383F;
    border: 3px solid #FFFFFF;
    border-radius: 60px;
    box-shadow: 0px 10px 105px rgba(114, 182, 218, 0.2);
}
#phone_wrapp{
    height: 70px;
    background-color: #F5F9FB;
    position: relative;
    margin: 0 -30px;
}
#phone_image_wrapp{
    padding: 20px;
    background-color: #F5F9FB;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#phone_image_wrapp img{
    width: 82px;
    height: 82px;
}
#sendMailPopUp .popup p{
    margin: 35px 0 15px;
}
.popup p{
    text-align: center;
    color: #000;
    font-size: 20px;
}
#popup_reload_button{
    display: block;
    width: 80px;
    margin: 0 auto;
    background: #13aff0;
    border-radius: 5px;
    border: 1px solid #28670e;
    color: #FFF;
    font-size: 18px;
}

#sendQuery{
    color: #888787;
}
#sendQuery input{
    margin-bottom: 20px;
    line-height: 1.8;
    padding: 6px 12px;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 3px;
}
#sendQuery h4{
    padding: 0 0 20px 0;
    font-size: 20px;
}
button#send_button{
    background: #ff4c4c;
    color: #ffffff;
    transition: .4s;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 20px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1;
}
.hidden_popup{
    display: none;
}
@media (max-width: 768px){
    #proposition_on_phone .popup,
    #payment_success .popup{
        width: 90%;
        margin: 0 auto;
    }
}