:root {
  --main-color: #eeb727;
  --main-ligher-color: #FFF2DD;
  --main-darker-color: #FFE9BF;
  --main-link-button-color: #b8c759;
  --main-lighet-color-used: #ffecc5;
  --lighter-title-color: #EBC87D;
  --light-shade: #F4FBEB;
}
.main_logo{
	width: 197px;
	height: 73px;
	background: url(../images/designlogo/grafic_header.png) center no-repeat;
	margin: 30px 0 15px 3px;
	background-size: contain;
}

.sticky_menu .small_logo_header{
	width: 114px;
	height: 41px;
	margin-top: 13px;
	background: url(../images/designlogo/grafic_header.png) center no-repeat;
	background-size: contain;
}
.truck-back {
    background: url(../images/redesign/truck-back-green.png) no-repeat;
}
.truck-front {
    background: url(../images/redesign/truck-front-green.png) no-repeat;
}
.is_present_wrapper input[type=checkbox] + label:before, .reg_form input[type=checkbox] + label:before, .reg_form input[type=radio] + label:before {
    /*background: url(../images/redesign/uncheck_green.png) center no-repeat !important;*/
}
.is_present_wrapper input[type=checkbox]:checked + label:before, .reg_form input[type=checkbox]:checked + label:before, .reg_form input[type=radio]:checked + label:before {
    /*background: url(../images/redesign/checked_green.png) center no-repeat !important;*/
}

a.logo_footer_central{
    background: url(../images/logo_grafic_white.png) center no-repeat !important;
    width: 256px;
    height: 76px;
}

.wrapper_big_menu{
        /*background: #F4F5DB;*/
}

.list-group-item-special.active {
    background: url(../images/checks/check-box.png) left no-repeat !important;
}

@media (max-width:575px){
    .middle_header{height: 120px;}
    .bottom_header_right .search_form{top: 56px;}
    .middle_header_wrapper.sticky_menu .bottom_header_right .search_form {top: 66px;}
}

@media (max-width:375px){
    .middle_header {
        height: 100px;
    }
    .bottom_header_right .search_form{top: 52px;}
    .middle_header_wrapper.sticky_menu .bottom_header_right .search_form {top: 50px;}
}