.fix-logo .logo-block .logo{
	max-width: 269px;
}
.fix-logo .logo-block {
    left: -7px !important;
    top: 5px;
    height: 90px;
    width: 210px;
}

#mobileheader .logo {
	max-width: 135px;
}

#mobileheader .logo img {

    width: 135px;
}

/* Уменьшает шрифт заголовков товаров для экранов шириной меньше 600px */
@media (max-width: 600px){
.topic__heading h1 {
    font-size: 1.5em;
	}
.compact-catalog .ajax_load .item .item-title a {
        -webkit-line-clamp: 4;
    }
}

.top_big_banners .swiper-container.main-slider{
    opacity: 0;
}



/*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;  }*/