.header-wrapper{
    width:100%;
    background:#efefef;
    border-top:1px solid #e5e5e5;
    padding:70px 0;
}

.header-title{
    font-family:"Raleway",sans-serif;
    font-size:34px;
    font-weight:700;
    line-height:1.18;
    color:#111111;
    text-transform:uppercase;
}

.form-container-con{
    background:#ffffff;
    border:1px solid #e5e5e5;
    box-shadow:0 6px 16px rgba(0,0,0,0.04);
    padding:34px 30px;
}

.original-style{
    width:100%;
}

.form-group-con{
    margin-bottom:18px;
}

.form-control-con{
    width:100%;
    min-height:58px;
    padding:14px 16px;
    border:1px solid #d9d9d9;
    background:#ffffff;
    font-family:"Raleway",sans-serif;
    font-size:16px;
    font-weight:400;
    line-height:1.4;
    color:#111111;
    box-sizing:border-box;
    outline:none;
    box-shadow:none;
    transition:border-color .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.form-control-con:focus{
    border-color:#fb8c00;
    box-shadow:0 0 0 4px rgba(251,140,0,.12);
}

.form-control-con::placeholder{
    color:#6b7280;
    opacity:1;
}

.textarea-control-con{
    min-height:160px;
    resize:vertical;
    padding-top:16px;
}

select.form-control-con{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    background-image:linear-gradient(45deg, transparent 50%, #111111 50%), linear-gradient(135deg, #111111 50%, transparent 50%);
    background-position:calc(100% - 22px) calc(50% - 3px), calc(100% - 16px) calc(50% - 3px);
    background-size:6px 6px, 6px 6px;
    background-repeat:no-repeat;
    padding-right:42px;
}

.form-group-con label{
    display:block;
    margin-bottom:10px;
    font-family:"Raleway",sans-serif;
    font-size:15px;
    font-weight:600;
    line-height:1.4;
    color:#111111;
}

#privacy-policy-con{
    width:18px;
    height:18px;
    margin-top:8px;
    accent-color:#fb8c00;
}

.btn.btn-primary-con,
.btn-primary-con{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:240px;
    height:60px;
    padding:0 28px;
    background:#fb8c00;
    border:1px solid #fb8c00;
    border-radius:16px;
    box-shadow:0 7px 14px rgba(0,0,0,0.10);
    font-family:"Raleway",sans-serif;
    font-size:16px;
    font-weight:700;
    line-height:1;
    color:#ffffff;
    text-transform:uppercase;
    text-decoration:none;
    cursor:pointer;
    transition:all .25s ease;
}

.btn.btn-primary-con:hover,
.btn-primary-con:hover{
    background:#f57c00;
    border-color:#f57c00;
    color:#ffffff;
    text-decoration:none;
    transform:translateY(-1px);
}

.contact-mail,
.contact-office{
    background:#ffffff;
    border:1px solid #e5e5e5;
    box-shadow:0 6px 16px rgba(0,0,0,0.04);
    padding:24px 22px;
}

.contact-titles{
    margin:0 0 12px 0;
    font-family:"Raleway",sans-serif;
    font-size:24px;
    font-weight:700;
    line-height:1.22;
    color:#111111;
}

.line-contact{
    width:70px;
    height:2px;
    margin:0 0 18px 0;
    border:0;
    background:#fb8c00;
    opacity:1;
}

.contact-text{
    font-family:"Raleway",sans-serif;
    font-size:17px;
    font-weight:400;
    line-height:1.55;
    color:#111111;
}

.contact-text a{
    color:#111111;
    text-decoration:none;
    transition:opacity .25s ease;
}

.contact-text a:hover{
    color:#111111;
    text-decoration:none;
    opacity:.75;
}

.contact-text p{
    margin:0 0 10px 0;
}

.font{
    font-family:"Raleway",sans-serif;
}

@media (max-width:1199px){
    .header-wrapper{
        padding:60px 0;
    }

    .header-title{
        font-size:30px;
    }

    .form-container-con{
        padding:28px 24px;
    }

    .contact-titles{
        font-size:22px;
    }
}

@media (max-width:991px){
    .header-wrapper{
        padding:48px 0;
    }

    .header-title{
        font-size:26px;
    }

    .form-container-con{
        margin-bottom:24px;
    }

    .contact-mail,
    .contact-office{
        padding:22px 18px;
    }

    .contact-text{
        font-size:16px;
    }
}

@media (max-width:767px){
    .header-wrapper{
        padding:42px 0;
    }

    .header-title{
        font-size:22px;
    }

    .form-container-con{
        padding:22px 18px;
    }

    .form-control-con{
        min-height:54px;
        font-size:15px;
        padding:13px 14px;
    }

    .textarea-control-con{
        min-height:140px;
    }

    .btn.btn-primary-con,
    .btn-primary-con{
        width:100%;
        min-width:100%;
        height:56px;
        font-size:15px;
    }

    .contact-titles{
        font-size:20px;
    }

    .contact-text{
        font-size:15px;
    }
}