:root {
  --main-color: #7C7C7C;
  --main-ligher-color: #E5E5E5;
  --main-darker-color: #CFCFCF;
  --main-link-button-color: #7D7D7D;
  --main-lighet-color-used: #E8E8E8;
  --lighter-title-color: #919191;
  --light-shade: #ECECEC;
}
.main_logo{
	width: 195px;
	height: 75px;
	background: url(../images/new_design/logo_paladin.png) center no-repeat;
	margin: 24px 0 15px 3px;
	background-size: contain;
}

.sticky_menu .small_logo_header{
	background: url(../images/new_design/logo_paladin.png) center no-repeat;
	width: 114px;
	height: 41px;
	margin-top: 5px;
	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_paladin.png) center no-repeat !important;
    width: 256px;
    height: 70px;
}

.wrapper_big_menu{
        /*background: #F4F5DB;*/
}

.list-group-item-special.active {
    background: url(../images/checks/check-box.png) left no-repeat !important;
}