.offer-widget__header{
    font-size: 25px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
}
.offer-widget__item-title{
    font-size: 17px;
}
.offer-widget__item-date{
    color: #B1B1B1;
    font-size: 12px;
}
.offer-widget__item{
    margin-bottom: 15px;
}
.offer-widget__sub-header{
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 30px;
}
.offer-widget__email{
    color: #353535;
    font-size: 16px;
    margin-bottom: 30px;
}
.offer-widget__phone{
    color: #fff;
    font-size: 25px;
}
.offer-widget__address{
    color: #000;
    margin-bottom: 10px;

}
.offer-widget__social{
    font-size: 25px;
    margin-right: 15px;
    color: #636363;
}
.offer-widget{
    background: #e6e6e6;
    padding: 90px 0;
}
.offer-widget__contact-title{
    color: #353535;
    font-size: 18px;
    margin-top: 25px;
}
.offer-widget__sub-header{
    font-size: 30px;
    color: #353535;
}
.form-control.offer-widget__input{
    background: none;
    border: none;
    border-bottom: 1px solid #c4c4c4;
    box-shadow:  none;
    -webkit-box-shadow:  none;
    border-radius: 0;
    outline: none;
    color: #353535;
}
.form-control.offer-widget__input::-webkit-input-placeholder  {
    color: #353535;
}
.has-success .form-control.offer-widget__input:hover, .has-success .form-control.offer-widget__input:focus, .has-success .form-control.offer-widget__input:active {
    background: none;
    outline: none!important;
    box-shadow:  none;
    border-color: #c4c4c4;
    -webkit-box-shadow:  none;
}
.has-success .form-control.offer-widget__input{
    box-shadow:  none;
    -webkit-box-shadow:  none;
    border-color: #c4c4c4;
    outline: none;
}
.offer-widget__hint{
    color: #353535;
    font-size: 12px;
    margin-bottom: 5px;
}
.offer__button{
    background: #009A55!important;
    border: 1px solid #c4c4c4!important;
    padding: 10px 50px !important;
}
.offer-widget__inner{
    background: #fff;
    padding: 60px 30px;
}
.offer-widget__textarea{
    background-color: #e6e6e6!important;
}