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

.ajax_load .top_wrapper .catalog_block .catalog_item > div {
  padding-left: 15px;
  padding-right: 15px;
}
.logo > span {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.top-block .header__top-item .menu.topest a[href="/sitemap/"]{display:none}

.lang__link_sub {
	padding:0 0 5px!important;
}

.front_page .catalog_block .bottom_nav {
	display:none;
}

@media (max-width:1024px) {
	body .product-view--mix .product-main {
		flex-basis: 100%;
	}
	.lang_fixed {
		position:absolute!important;
		top:100px!important;
	}
}