.header__nav > ul > li.active > a{
	 border-color: #98c21f;
    color: #248835;
}
input.user_name{
	background-image: url("../img/icon-user-form.svg");
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 10px auto;
}
input.user_phone{
	background-image: url("../img/icon-phone-form.svg");
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 10px auto;
}
input.user_email{
	background-image: url("../img/icon-email-form.svg");
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 10px auto;
}
input.user_address{
    background-image: url("../img/home.svg");
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 10px auto;
}
.user_agree_head {
    display: inline-block;
    font-size: 12px;
}
.user_agree{
	display: inline-block !important;
    margin-right: 5px;
    width: 16px !important;
}

.field_wrap_bottom .user_agree_head > a {
    border-bottom: 1px solid #fff;
    color: #fff;
}
.field_wrap_bottom .user_agree_head > a:hover {
   text-decoration:none;
}
.field_wrap_bottom .form-control {
    width:300px !important;
}
.field_wrap_bottom .user_agree_head {
    color: #fff;
}
.field_wrap_bottom .user_agree {
    margin-top: 10px;
}
@media (max-width: 767px) { .ketchup-error { margin-top:-80px} }

.about .row .text p {
    margin: 1em 0;
}
.top {
    background-position: 50% 50%;
    background-size: cover;
}

.clients .news__item {
    margin-bottom: 15px;
}

.clients .news__item img {
    display: block;
    width: 75%;
    margin: 0 auto;
}

.news .title h2 {
    margin: 0 130px;
    text-align: center;
}
