body.window_scrolled .main-header .header-items .header-col.logo-item img {
    height: 34px !important;
}
/*
.form-container .form-field button {
    color: #000000 !important;
    background: #d7a723 !important;
}
*/
.service-pages .service-side-form .form-field button {
    background: #f0bc68!important;
    border: 1px solid #f0bc68!important;
}
.service-pages .service-side-form .form-field button:hover {
    background: #ffffff!important;
    border: 1px solid #ffffff!important;
    color: #000000!important;
}
@media only screen and (min-width: 1024px) {
    .header-col.logo-item {
        width: 300px !important;
    }
    body.window_scrolled .main-header .header-items .header-col.logo-item img {
        height: auto !important;
    }
}
@media only screen and (min-width: 1024px) and (max-width:1180px) {
    .header-col.logo-item {
        width: 200px !important;
    }
}