.l__header{
    border-bottom: 1px solid #eee;
}
.l__contact__wrap{
    padding: 80px 20px 60px;
    background: url(../images/contact_bg.jpg) no-repeat center top;
}
.l__contact__title{
    text-align: center;
    margin: 0 0 30px;
}
.l__contact__title h2{
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}
.l__contact__title p{
    font-size: 16px;
    font-weight: 500;
    margin: 15px 0 0;
}
.l__contact__form{
    padding: 30px 20px 40px;
    background: rgba(241, 238, 237, .9);
}
.l__form__desc p{
    text-align: center;
    font-weight: lighter;
}
.l__form__wrap{
    padding: 30px 0 0;
}
.l__form__wrap .col{
    margin: 0 0 25px;
}
.l__form__wrap input{
    width: 100%;
    padding: 0 10px;
    height: 36px;
    border: 1px solid #989797;
    background: #f8f8f8;
    border-radius: 2px;
    font-weight: lighter;
}
.l__form__wrap textarea{
    width: 100%;
    border: 1px solid #989797;
    background: #f8f8f8;
    resize: none;
    padding: 10px;
    height: 120px;
    border-radius: 2px;
    font-weight: lighter;
}
.l__form__wrap button{
    color: #ffffff;
    border: none;
    height: 36px;
    width: 120px;
    font-weight: 500;
    border-radius: 2px;
    margin: 15px 0 0;
    background: var(--theme-color);
}
.l__form__wrap p{
    font-weight: lighter;
    margin: 0 0 10px;
}
.l__form__wrap p.required{
    color: var(--theme-color);
}
.checkcode-img {
    cursor: pointer;
    height: 100%;
    display: inline-block;
}
.checkcode-img img {
    height: 100%;
}
@media (min-width: 768px) {
    .l__contact__wrap{
        padding: 100px 40px 80px;
    }
    .l__contact__form{
        padding: 60px 40px 80px;
    }
    .l__form__wrap .row{
        margin: 0 -10px;
    }
    .l__form__wrap .col{
        padding: 0 10px;
        margin: 0 0 35px;
    }
    .l__form__wrap input{
        height: 50px;
    }
    .l__form__wrap textarea{
        height: 140px;
    }
    .l__form__wrap button{
        width: 160px;
        height: 50px;
    }
}
@media (min-width: 992px) {
    .l__contact__wrap{
        padding: 120px 65px 80px;
    }
    .l__contact__form{
        padding: 60px 80px 80px;
    }
    .l__contact__title{
        margin: 0 0 50px;
    }
}
@media (min-width: 1440px) {
    .l__contact__wrap{
        padding: 120px 65px 100px;
    }
    .l__form__wrap input{
        height: 60px;
    }
    .l__form__wrap textarea{
        height: 160px;
    }
    .l__form__wrap button{
        width: 280px;
        height: 60px;
    }
    .l__contact__title h2{
        font-size: 4.8rem;
    }
}
@media (min-width: 1920px) {
    .l__contact__title h2{
        font-size: 7rem;
    }
    .l__contact__wrap{
        padding: 160px 65px 100px;
    }
}