.form-page{
    text-align: left;
}
.form-page h1{
    font-size: 30px;
    font-weight: 400;
    line-height: 42px;
    color: #233c61;
    margin-bottom: 20px;
}
.form-page h2{
    font-size: 18px;
    line-height: 33px;
    color: #000;
    font-weight: normal;
}

.form-block{
    background-color: white;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 18px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 18px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 18px 5px rgba(0, 0, 0, 0.08);
    padding: 50px;
    margin-bottom: 80px;
    overflow: hidden;
}
.form-block.contact-form{
    padding: 0;
    margin-top: 40px;
}
.form-block.contact-form header {
    background: #4757a2;
    background: -moz-linear-gradient(left, #4757a2 0%, #366baa 30%, #1890ba 74%, #0aa1c1 100%);
    background: -webkit-linear-gradient(left, #4757a2 0%,#366baa 30%,#1890ba 74%,#0aa1c1 100%);
    background: linear-gradient(to right, #4757a2 0%,#366baa 30%,#1890ba 74%,#0aa1c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4757a2', endColorstr='#0aa1c1',GradientType=1 );
    position: relative;
}
.form-block.contact-form header i.close-modal {
    color: #fff;
}
.form-block.contact-form header i.close-modal:hover {
    color: #555;
}
.form-block.contact-form header, .form-block.contact-form form{
    padding: 40px;
}
.form-block.contact-form header h1{
    font-size: 24px;
    text-align: left;
    color: #c6d0ff;
    font-family: 'Montserrat Light';
}
.form-block br {
    display: none;
}
.form-block .form-header br {
    display: block;
}
.form-header{
    position: relative;
    text-align: left;
}
.form-header a{
    /*color: #404040;
    text-decoration: underline;
    font-size: 14px;*/
}
.form-section{
    border-top: 1px solid #c9c9c9;
    margin-top: 19px;
    padding-top: 45px;
}
.contact-tom{
    position: absolute;
    top: -155px;
    right: -30px;
    z-index: 0;
}
span.required {
    color: red;
    font-weight: 500;
    font-size: 22px;
}
.form-header:before {
    background: url('../images/mail-box.png') no-repeat;
    content: '';
    display: inline-block;
    width: 56px;
    height: 59px;
    position: absolute;
    top: 10px;
}
.form-header p {
    font-size: 14px;
    font-family: 'Montserrat Light';
    line-height: 25px;
    padding: 0 200px 0 80px;
    z-index: 1;
    position: relative;
    margin: 0;
}
.form-header.contact-form-header p {
    padding: 130px 0 0;
}
.form-title{
    font-family: 'Montserrat';
    font-size: 18px;
}
.form-block input[type=text], .form-block input[type=email], .form-block select, .form-block textarea {
    border-color: #c8c8c8;
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    padding: 0 25px;
    margin-bottom: 35px;
    font-size: 15px;
    font-family: 'Montserrat Light';
}
.form-block select{
    color: #A0A0A0;
    padding-left: 20px;
}
.form-block textarea{
    height: 100px;
    padding: 20px 25px;
}
.form-block input[type=text]:focus, .form-block input[type=email]:focus, .form-block select:focus, .form-block textarea:focus {
    border-color: #7282dd;
}
input[type="button"].form-btn, input[type="submit"].form-btn, .form7 input[type="submit"]{
    webkit-box-shadow: inset 0 -6px 0 -2px #4a427d;
    -moz-box-shadow: inset 0 -6px 0 -2px #4a427d;
    box-shadow: inset 0 -6px 0 -2px #4a427d;
    color: #FFF !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #7282dd;
    margin: 0;
    font-family: 'Montserrat';
    font-size: 14px;
    padding: 15px;
    max-width: 250px;
    width: 100%;
}
input[type="button"].form-btn:hover, input[type="submit"].form-btn:hover, .form7 input[type="submit"]:hover{
    background-color: #4a427d;
}
.form-block label.form-checkbox, .form-block label.form-radio{
    display: block;
    padding-left: 35px;
    position: relative;
    margin-bottom: 20px;
    font-family: 'Montserrat Light';
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
}
.form-block label.form-radio {
    display: inline-block !important;
    margin-right: 20px;
}
.form-block label.form-checkbox:before, .form-block label.form-radio:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    z-index: 1;
    left: 0;
    background: url("../images/new_design/form-sprite.png") no-repeat;
    background-position: -107px -5px;
}
.form-block label.form-checkbox.check-label:before {
    background-position: -75px -5px;
}
.form-block label.form-radio:before{
    background-position: -171px -5px;
}
.form-block label.form-radio.check-label:before{
    background-position: -139px -5px;
}
.form-block label:hover{
    cursor: pointer;
}
.form-checkbox + input, .form-checkbox input{
    display: none;
}
.form-radio input {
    opacity: 0;
    margin-left: -20px;
    position: absolute;
    height: 22px;
    width: 22px;
    top: 0;
    margin-top: 0;
    left: 20px;
    z-index: 0;
}
table.table-contact-us{
    border-bottom: none;
    margin: 0;
    color: #fff;
}
.table-contact-us + .form-block .close-form{
    display: none;
}
.table-contact-us td{
    border-top: none;
    padding: 0;
    font-size: 17px;
    font-family: 'Montserrat';
}
.table-contact-us + .form-block .form-header:before{
    background: url("../images/new_design/mail-box.png") no-repeat;
}
td.table-contact-us-item {
    display: block;
    padding-left: 48px;
    position: relative;
}
td.table-contact-us-item:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
td.table-contact-us-phone:before {
    background: url('../images/contact-phone.svg') no-repeat center / contain;
}
td.table-contact-us-gps:before {
    background: url('../images/contact-gps.svg') no-repeat center / contain;
}
@media all and (max-width: 48em){
    #home{
        min-height: 0 !important;
    }
}
@media all and (max-width: 45em){
    .contact-tom{
        display: none;
    }
    .form-header p{
        padding: 0;
    }
    .form-header:before{
        content: none;
    }
    .table-contact-us td{
        font-size: 12px;
    }
    .table-contact-us-gps{
        margin-bottom: 10px;
    }
    .form-header.contact-form-header p {
        padding-top: 0;
    }
}
@media all and (max-width: 425px){
    .table-contact-us td {
        display: block;
        width: 100%;
    }
    .form-block.contact-form header, .form-block.contact-form form{
        padding: 20px;
    }
}