
.modal_close{
    position: absolute;
    right:20px;
    top:20px;
}

#formRabota input[type="text"],
#formRabota input[type="email"],
#modalDirector input[type="text"],
#modalDirector input[type="email"],
#modalDirector textarea,
#modalZakazatOkno input[type="text"],
#modalZakazatOkno input[type="email"],
#modalCookie1 input[type="text"], /*заказать звонок*/
#modalCookie1 input[type="email"]
{
    transform: rotate(0.4deg);
    font-family: Calibri;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    background: #FFFFFF;
    border: 1px solid #BDBDBD;
    box-sizing: border-box;
    border-radius: 4px;
    transform: rotate(0.4deg);
    display: block;
    line-height: 54px;
    height: 45px;
    width: 100%;
    padding-left: 24px;
    margin-bottom: 17px;
}
#modalDirector textarea{
    height: 150px;
}
#modalDirector  .modal-form-a {
    width: 78%;
}

#modalZakazatOkno input[type="submit"] ,
#modalCookie1 input[type="submit"],
#formRabota input[type="submit"],
.form-button
{
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 196px;
    width: 100%;
    height: 44px;
    margin: 0px auto;
    padding: 3px 5px;
    /* font-size: 14px; */
    font-size: 17px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    background: #FF7C10;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    color: #eff2f8;
    cursor: pointer;
    border-radius: 28px;
    margin-bottom: 19px;
    margin-top: 10px;
}
#modalZakazatOkno input[type="submit"]:hover ,
#modalCookie1 input[type="submit"]:hover,
#formRabota input[type="submit"]:hover,
.form-button:hover{
    color:#fff;
    text-decoration: none;
    cursor: pointer;
}

.form-desc{
    margin: 0 0 15px 0;
    text-align: center;
    font-size: 14px;
    font-family: 'CalibriLight';
    color: #4c4c4c;
}

#modalZakazatOkno .modal-content{
  /*  background:  url(../img2/main/slider_okna_background.png) top center; */
    background-size: cover;
}


div.empty {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 940;
    background: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    zoom: 1;
    left: 0px;
    top: 0px;
}

#modalZakazatOkno .modal-content{
    background-color: #fff;
}

div.empty_message{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10001;
    background: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    zoom: 1;
    left: 0px;
    top: 0px;

}

div.form_message {
    display:none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 480px;
    background-color: #fff;
    margin: -35px 0px 0px -240px;
    z-index: 10002;

    padding: 40px 40px;
    padding-bottom: 29px;
    text-align: center;
    font-family: arial;
    border: 1px solid #ccc;
}

a.ok_message {
    display: inline-block;
    height: 37px;
    color: #fff;
    line-height: 37px;
    font-size: 15px;
    text-align: center;
    padding: 0px 30px;
    background-color: #F88400;
    margin-top: 20px;
}

.form_message_text {
    color: #000;
}

.zakazat-okno-title
{
    padding-left:20px;
    padding-right:20px;
    display: block;
    box-sizing: border-box;
}

.modal-form-a {
    margin: 36px 0 0 0px;
    width: 74%;
}
@media (max-width: 768px) {
    .modal-form-a {


    }
}

.form-title{
    font-family: 'CalibriBold';
    font-size: 17px;
    color: #7a7a7a;
    margin-bottom: 18px;
}

.modal.fade .modal-dialog
{
    max-width: 400px;
}
.titl_form  {
    height:38px;
    font-size: 26px;
    color: #666;
    margin-bottom: 1rem;
    padding: 5px 0 0 45px;

    background: url(/bitrix/templates/okna/img/phone.png) no-repeat 0 0;
    line-height: 20px;
    vertical-align:bottom;
}

@media (max-width: 423px) {
    .titl_form  {
        padding: 0 0 0 45px;
    }
}
@media (max-width: 575px) {
    .call-man .megafoem .file-input-box #fileName {
        /*	opacity: 0; */
    }
    .titl_form  {
        padding: 5px 0 0 45px;
    }
}
@media (max-width: 992px) {
    .titl_form  {
        padding: 0 0 8px 45px;
    }
}