.popup_content form p input {
    height: auto!important;
}
.popup_content form p label a {
    font-size: 12px;
    display: inline;
    line-height: normal;
}
.popup_content form p label {
    font-size: 12px;
    line-height: normal;
}
@media screen and (max-width: 1000px) {
   .leng-box {
        margin-top: 5px!important;
        position: absolute;
        right: 40px;
        bottom: 10px;
    }
}
@media screen and (max-width: 576px) {
    .leng-box {
        right: 30px;
        bottom: auto;
        top: 7px;
    }
}
#popup_appointments {
    max-width: 302px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    background: #fff;
    width: 100%;
    height: auto;
    padding: 40px 40px;
    border: 1px solid #999;
    margin: 20px 0;
}
#popup_appointments input {
    height: 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #828282;
    padding: 14px 20px;
    font-size: 14px;
    width: 100%;
    position: relative;
}
#popup_appointments button[type='submit'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    line-height: 36px;
    font-weight: 600;
}
.well .button.fl-l {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Open Sans Semibold';
}
button.button {
    height: 42px;
    line-height: 40px;
    font-weight: 700;
}
.button {
    min-width: 156px;
    color: #ff6d00;
    height: 38px;
    line-height: 38px;
    border: 2px solid #ff6d00;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    display: block;
    padding: 0 20px;
    font-weight: 500;
    background-color: #fff;
}
#popup_appointments h2 {
    font-size: 24px;
    line-height: 20px;
    color: #0a80bf;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    padding-right: 25px;
}
#popup_appointments .popup_appointments_close {
    position: absolute;
    right: 0;
    top: 5px;
    border: 0;
    color: #555;
    font-size: 16px;
}