.consultant-page{background: #fff;}
/* The Modal (background) */
.modal.model-form {
  width: 100%; /* Full width */
  height: 100%; /* Full height */
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 20px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.modal.model-form:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,0.9);
    z-index: -1;
}

/* Modal Content */
.modal.model-form .modal-content {
  margin: auto;
  padding: 40px 10px 50px;
  max-width: 1264px;
}

/* The Close Button */
.modal.model-form .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal.model-form .close:hover,
.modal.model-form .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.info-frame.extra.advertising .btn-request{
    margin-top: 30px;
    border: none;
    min-width: 280px;
    padding: 12px 15px 10px 35px;
}
.modal.model-form h2{
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 5px;
}
.modal.model-form p{margin: 0;}
.modal.model-form .model-header{
    margin: 0 0 20px;
    padding: 0 20px 0 0;
}
.modal.model-form .form-row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 20px;
}
.modal.model-form .form-row.radio-section{
    max-width: 70%;
}
.modal.model-form .form-row .form-col{
    flex: 0 0 48%;
    max-width: 48%;
}
.modal.model-form .form-row label{
    display: block;
    margin: 0 0 5px;
    width: 100%;
}
.modal.model-form .form-row input[type="text"],
.modal.model-form .form-row input[type="tel"],
.modal.model-form .form-row input[type="email"],
.modal.model-form .form-row input[type="url"],
.modal.model-form .form-row textarea,
.modal.model-form .form-row select#select-service{
    display: block;
    margin: 0;
    padding: 5px 15px;
    width: 100%;
    height: 36px;
    border: 1px solid #888;
    background: rgba(255,255,255,0.4);
    color: #000;
    font-size: 14px;
    line-height: 18px;
}
.modal.model-form .form-row select#select-service{
    height: 150px;
    color: #888;
    padding: 0 15px;
}
.modal.model-form .form-row textarea{
    padding: 15px;
    height: 138px;
    resize: none;
}
.modal.model-form .form-row select#select-service option{padding: 10px 0;}
.modal.model-form .select-items div, .modal.model-form .select-selected{background: rgba(255,255,255,0.4);}
.modal.model-form .form-row .radio-holder{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}
.modal.model-form .form-row .button-wrap{
    width: 100px;
}
.modal.model-form .form-row .button-wrap input{
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 0 0;
}
.modal.model-form .form-row .button-wrap label{
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    margin: 0;
}
.modal.model-form .form-row.button-row{
    justify-content: flex-end;
    margin: -63px 0 0;
}
.modal.model-form .form-row.button-row .btn-request{
    border: none;
}
@media only screen and (max-width: 1350px){
    .modal.model-form .modal-content{width: 80%;}
}
@media only screen and (max-width: 767px){
    .modal.model-form{
        margin-top: 0;
    }
    .modal.model-form .modal-content{
        width: 90%;
        padding: 10px 10px 30px;
    }
    .modal.model-form .model-header{
        font-size: 13px;
    }
    .modal.model-form h2{
        font-size: 18px;
    }
    .modal.model-form .form-row .form-col{
        flex: 0 0 100%;
        max-width: 100%;
        margin: 20px 0 0;
    }
    .modal.model-form .form-row .form-col:first-child{margin: 0;}
    .modal.model-form .form-row label{font-size: 13px;}
    .modal.model-form .form-row.button-row{
        justify-content: center;
        margin: 0;
    }
    .modal.model-form .form-row.radio-section{
        max-width: 100%;
        text-align: center;
    }
    .modal.model-form .form-row .radio-holder{
        justify-content: center;
        padding: 10px 0 0;
    }
    .modal.model-form .form-row .button-wrap{
        text-align: left;
        width: 50px;
    }
    .modal.model-form .form-row .button-wrap label{width: 25px;}
}