:root {
  --main-color: #F8A25E;
  --main-ligher-color: #FFDFE1;
  --main-darker-color: #FFC3C5;
  --main-link-button-color: #FEA559;
  --main-lighet-color-used: #FFE3E3;
  --lighter-title-color: #FA787A;
  --light-shade: #FEF8EA;
}
.main_logo{
	width: 194px;
	height: 77px;
	margin-top: 21px;
	background: url(../images/designlogo/genius_header.png) center no-repeat;
	background-size: contain;
	margin-left: 0;
	margin-bottom: 14px;
}

.sticky_menu .small_logo_header{
	width: 124px;
	height: 47px;
	margin-top: 13px;
	background: url(../images/designlogo/genius_header.png) center no-repeat;
	background-size: contain;
	margin-right: 0;
}
.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/designlogo/genius_footer.png) center no-repeat;
    width: 256px;
    height: 164px;
    margin-bottom: 14px;
}

.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: 60px;
}
    .middle_header_wrapper.sticky_menu .bottom_header_right .search_form {
        top: 59px;
    }
}

@media (max-width:375px){
    .middle_header {height: 115px;}
    .bottom_header_right .search_form{top: 64px;}
    .middle_header_wrapper.sticky_menu .bottom_header_right .search_form { top: 64px;}
}