/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.logo.colored a img {
    background: none !important;; 
}
.section-compact-list__image { 
	display: none !important;  
}

/* main page - aspro:com.banners.max */
@media (max-width: 991px) {
.item-views.float_banners .item .image__fon {padding-top: 137.7%;}
}
@media (max-width: 600px) {
.item-views.float_banners.type2 .swipeignore.mobile-overflow .item .image span {padding-top: 137.7%;}
}

/* main page -  footer banner */
@media (max-width: 992px) {
	.BANNER_IMG_WIDE .item-views.bottom_banners .img_inner span {
		background-size: 120%;
	}
}



