:root {
  --main-color: #65B30F;
  --main-ligher-color: #D6FAC0;
  --main-darker-color: #BCF799;
  --main-link-button-color: #65B30F;
  --main-lighet-color-used: #D6FAC0;
  --lighter-title-color: #65B30F;
  --light-shade: #F4F5DB;
}
.main_logo{
	width: 168px;
	height: 44px;
	margin: 39px 0 21px 3px;
	background: url(../images/designlogo/art_header.png) center no-repeat;
    background-size: contain;
}

.sticky_menu .small_logo_header{
	background: url(../images/designlogo/art_header.png) center no-repeat;
	background-size: contain; 
	width: 114px;
	height: 41px;
	margin-top: 13px;
}
.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/art_footer.png) center no-repeat;
    background-size: contain;
    width: 190px;
    height: 63px;
}

.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){
    a.main_logo{margin-bottom: 55px !important;}
}