:root {
  --main-color: #66DADD;
  --main-ligher-color: #D3FEEA;
  --main-darker-color: #B6FEDD;
  --main-link-button-color: #46cdd3;
  --main-lighet-color-used: #D7FEED;
  --lighter-title-color: #78E8B9;
  --light-shade: #E4F2F9;
}
.main_logo{
	width: 198px;
	height: 49px;
	background: url(../images/designlogo/youngart_header.png) center no-repeat;
	margin: 39px 0 14px 3px;
	background-size: contain;
}

.sticky_menu .small_logo_header{
	width: 114px;
	height: 41px;
	margin-top: 16px;
	background: url(../images/designlogo/youngart_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{
    width: 229px;
    height: 72px;
    background: url(../images/new_design/logo_youngart.png) center no-repeat;
    background-size: contain;
}

.wrapper_big_menu{
        /*background: #F4F5DB;*/
}

.list-group-item-special.active {
    background: url(../images/checks/check-box.png) left no-repeat !important;
}