.overlay{  display:none;   position:fixed;   top:0;   right:0;   bottom:0;   left:0;   background-color:rgba(0,0,0,0.5);   z-index:10}
.overlay.active{ display:block }
.contact-btn{ border: none }
/*  ============== Pop-up  */
.modal-feedback{
   display: block;
   z-index: 15;
}
.modal-feedback.no-active{
   display: none;
}
.modal-sert{
max-width: 600px;
}

.modal {
    position: fixed;
    top: 50%;
    left:  50%;
    transform: translate(-50%, -50%);
    margin:0 auto;
    max-width: 400px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 1050;
    width: 95%;
}

.modal-header {
   padding: 9px 15px;
   border-bottom: 1px solid #eee;
   background: #EB5A05;
   color: #fff;
}

.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .4;
    filter: alpha(opacity=40);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    outline: none;
}
.modal-body {
    position: relative;
    max-height: 400px;
    padding: 15px;
    overflow-y: auto;
    background: url(../uploads/logo/logo.png) no-repeat center;
}
.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
}
.modal-footer:before, .modal-footer:after {
    display: table;
    line-height: 0;
    content: "";
}

.modal-footer:after {
    clear: both;
}

.modal-feedback .btn{
   padding: 10px;
   border: none;
    border-radius: 45px;
   -webkit-box-shadow: 3px 2px 5px -2px rgba(0,0,0,0.75);
   -moz-box-shadow: 3px 2px 5px -2px rgba(0,0,0,0.75);
   box-shadow: 3px 2px 5px -2px rgba(0,0,0,0.75);
    background: #EB5A05;
   color: #fff;
   outline: none;
   min-width: 64px;
}

.modal-feedback .btn-color{
   background: #37bc7c;
}
.modal-feedback .btn:hover{
   box-shadow: none;
}
/*========== Pop-up ==============*/



#form-feedback input{ padding: 10px;}

.modal-programs input {
    margin: 0 0 10px !important;
}

.contact-content .contact-map-block{
    text-align: left;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}

.contact-content .contact-map-block iframe{
    width: 100%;
}

@media (max-width : 1099px){
    .contact-content .contact-map-block{
        text-align: left;
        position: relative;
        top: unset;
        right: unset;
        width: 100%;
    }
    .contact-content .contact-map-block iframe{
        min-height: 400px;
    }
}