.callback_success {
    bottom: 75%;
    position: absolute;
    width: 100%;
    text-align: center;
}

.callback_error {
    bottom: 75%;
    position: absolute;
    width: 100%;
    text-align: center;
}

#callback_resp:hover {
    cursor: pointer;
}

.show_call_back {
    height: 230px!important;
}

.hide_call_back {
    height: 55px!important;
}

.required_field {
    color: red;
}

.email_loader {
    background: url(../img/ema.gif) no-repeat center #fff;
    height: 100%;
    left: 0;
    opacity: 0.85;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

@media only screen and (min-device-width: 360px) and (max-device-width: 525px) {
    .callback-responsive img {
        width: 50%!important;
        height: 55px;
    }
}

@media only screen and (max-width: 360px) {
    #callback .block_content {
        background: #c4c4c4 none repeat scroll 0 0;
        padding: 10px 0 15px;
    }
    #callback p {
        font-size: 12px;
        line-height: 18px;
        padding: 0 12px 15px;
    }
    #callback p.tel {
        font: bold 11px/20px Arial, Verdana, sans-serif;
        margin: 0 0 0 60px;
        padding-left: 26px;
    }
    #callback a {
        border-radius: 3px;
        color: #fff;
        display: block;
        font: bold 10px Arial, Verdana, sans-serif;
        margin-left: 60px;
        padding: 6px 8px;
        text-shadow: 0 -1px 0 #000;
        text-transform: uppercase;
    }
    #callback a:hover {
        text-decoration: none;
    }
    #callback .label {
        display: none;
    }
    #callback #name {
        float: right;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0;
    }
    #callback #number {
        float: right;
        padding-right: 10px;
        padding-top: 0;
    }
    #callback #submit_button {
        float: right;
        height: 40px;
        padding-right: 25px;
        padding-top: 5px;
    }
    #callback #reset_button {
        float: right;
        height: 40px;
        padding-right: 30px;
        padding-top: 5px;
    }
    .input_callback {
        background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
        border: 1px solid white;
        border-radius: 5px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(0, 0, 0, 0.1);
        margin: 0 0 10px;
        padding: 2px;
        width: 200px;
    }
    #footer_callback {
        bottom: 0;
        box-shadow: 0 0 10px 2px #888888;
        height: 60px;
        left: 0;
        margin: 0 auto;
        position: fixed;
        width: 100%;
        z-index: 998;
    }
    /* .wrap_callback {
        background-color: #383838;
        bottom: -60px;
        box-shadow: 10px 10px 10px 10px;
        height: 230px;
        left: 0;
        margin: 0 auto;
        position: fixed;
        width: 100%;
        z-index: 999;
        padding-top: 11px;
        height: 155px;
    } */
    #conf {
        clear: both;
        float: left;
        left: 60px;
        margin-top: -22px;
        padding-left: 5px;
        position: relative;
        text-align: left;
        top: 0;
    }
    #name {
        padding-left: 1%;
        padding-right: 2%;
        padding-top: 10px;
    }
    #number {
        padding-right: 1%;
        padding-top: 0;
    }
    #submit_button {
        float: left;
        height: 40px;
        padding-right: 15px;
    }
    #reset_button {
        height: 40px;
        padding-right: 15px;
    }
    #rep {
        bottom: 175px;
        float: right;
        position: fixed;
        right: 5px;
    }
    #explanation {
        background: #383838 none repeat scroll 0 0;
        color: #fff !important;
        font-size: 12px;
        padding-right: 15px;
        text-align: center;
        width: 100%;
    }
}

@media only screen and (max-width: 361px) {
    #callback .block_content {
        background: #c4c4c4 none repeat scroll 0 0;
        padding: 10px 0 15px;
        padding-top: 11px;
        height: 155px;
    }
    #callback p {
        font-size: 12px;
        line-height: 18px;
        padding: 0 12px 15px;
    }
    #callback p.tel {
        font: bold 11px/20px Arial, Verdana, sans-serif;
        margin: 0 0 0 60px;
        padding-left: 26px;
    }
    #callback a {
        border-radius: 3px;
        color: #fff;
        display: block;
        font: bold 10px Arial, Verdana, sans-serif;
        margin-left: 60px;
        padding: 6px 8px;
        text-shadow: 0 -1px 0 #000;
        text-transform: uppercase;
    }
    #callback a:hover {
        text-decoration: none;
    }
    #callback .label {
        display: none;
    }
    #callback #name {
        float: right;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0;
    }
    #callback #number {
        float: right;
        padding-right: 10px;
        padding-top: 0;
    }
    #callback #submit_button {
        float: right;
        height: 40px;
        padding-right: 25px;
        padding-top: 5px;
    }
    #callback #reset_button {
        float: right;
        height: 40px;
        padding-right: 30px;
        padding-top: 5px;
    }
    .input_callback {
        background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
        border: 1px solid white;
        border-radius: 5px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(0, 0, 0, 0.1);
        margin: 0 0 10px;
        padding: 5px;
        width: 170px;
    }
    #footer_callback {
        bottom: 0;
        box-shadow: 0 0 10px 2px #888888;
        height: 60px;
        left: 0;
        margin: 0 auto;
        position: fixed;
        width: 100%;
        z-index: 998;
    }
    /* .wrap_callback {
        background-color: #383838;
        bottom: -60px;
        box-shadow: 10px 10px 10px 10px;
        left: 0;
        margin: 0 auto;
        position: fixed;
        width: 100%;
        z-index: 999;
        padding-top: 11px;
        height: 155px;
    } */
    #conf {
        clear: both;
        float: left;
        left: 60px;
        margin-top: -22px;
        padding-left: 5px;
        position: relative;
        text-align: left;
        top: 0;
    }
    #name {
        float: left;
        padding-left: 2px;
    }
    #number {
        padding-left: 3px;
        width: 60%;
    }
    #submit_button {
        float: left;
        height: 40px;
        padding-left: 15px;
    }
    #reset_button {
        float: left;
        height: 40px;
        padding-right: 15px;
        /* padding-top: 20px;*/
    }
    #rep {
        /*bottom: 57px;*/
        float: right;
        position: fixed;
        right: 5px;
    }
    #explanation {
        background: #383838 none repeat scroll 0 0;
        color: #fff !important;
        float: right;
        font-size: 12px;
        margin-top: -120px;
        padding-right: 15px;
        white-space: initial;
        width: 45%;
    }
}

@media only screen and (min-device-width: 361px) {
    #callback .block_content {
        background: #c4c4c4 none repeat scroll 0 0;
        padding: 10px 0 15px;
    }
    #callback p {
        font-size: 12px;
        line-height: 18px;
        padding: 0 12px 15px;
    }
    #callback p.tel {
        font: bold 11px/20px Arial, Verdana, sans-serif;
        margin: 0 0 0 60px;
        padding-left: 26px;
    }
    #callback a {
        border-radius: 3px;
        color: #fff;
        display: block;
        font: bold 10px Arial, Verdana, sans-serif;
        margin-left: 60px;
        padding: 6px 8px;
        text-shadow: 0 -1px 0 #000;
        text-transform: uppercase;
    }
    #callback a:hover {
        text-decoration: none;
    }
    #callback .label {
        display: none;
    }
    #callback #name {
        float: right;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0;
    }
    #callback #number {
        float: right;
        padding-right: 10px;
        padding-top: 0;
    }
    #callback #submit_button {
        float: right;
        height: 40px;
        padding-right: 25px;
        padding-top: 5px;
    }
    #callback #reset_button {
        float: right;
        height: 40px;
        padding-right: 30px;
        padding-top: 5px;
    }
    .input_callback {
        background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
        border: 1px solid white;
        border-radius: 5px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(0, 0, 0, 0.1);
        margin: 0 0 10px;
        padding: 5px;
        width: 170px;
    }
    #footer_callback {
        bottom: 0;
        box-shadow: 0 0 10px 2px #888888;
        height: 60px;
        left: 0;
        margin: 0 auto;
        position: fixed;
        width: 100%;
        z-index: 998;
    }
    .wrap_callback {
    }
    #conf {
        clear: both;
        float: left;
        left: 60px;
        margin-top: -22px;
        padding-left: 5px;
        position: relative;
        text-align: left;
        top: 0;
    }
    #name {
        float: left;
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 20px;
    }
    #number {
        float: left;
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 20px;
    }
    #submit_button {
        float: left;
        height: 40px;
        padding-right: 15px;
        padding-top: 20px;
    }
    #reset_button {
        float: left;
        height: 40px;
        padding-right: 15px;
        padding-top: 20px;
    }
    #rep {
        bottom: 57px;
        float: right;
        position: fixed;
        right: 0;
    }
    #explanation {
        background: #383838 none repeat scroll 0 0;
        color: #fff !important;
        font-size: 12px;
        padding-right: 15px;
        padding-top: 18px;
        text-align: left;
        width: 100%;
    }
}

.callback_success {
    bottom: 75%;
    position: absolute;
    width: 100%;
}

.callback_error {
    bottom: 75%;
    position: absolute;
    width: 100%;
    height: 50px;
}

.callback_error1 {
    margin-top: -15px;
    margin-left: 28px;
    float: left;
    margin-left: 25px;
}
#callback_resp { cursor : pointer; display: flex; align-items: center; margin: auto; }
#callback_resp img { cursor: pointer; width: 75px; float: none; display: inline-block; vertical-align: top;}
#callback_resp #caption { color: #fff; display: none; visibility: hidden; width: 58%; padding-left: 8px; padding-right: 8px;}
#callback_resp #caption p { color: #fff; padding: 6px 0 0; margin: 0;}
#callback-responsive { display: flex; align-items: center; text-align: center; position: fixed; bottom: 10px; right: 10px; z-index: 999;height: 75px; width: 75px;border-radius: 50%;}
.fancybox-overlay.fancybox-overlay-fixed { z-index: 99999;}