body .basket-link .js-basket-block .count {
  top: 27px;
}

a.accordion-head {
  display: block;
}

@media (max-width: 600px) {
	.drag-block.container.BLOG {
	  aspect-ratio: 4/4.5;
	}
	.sections_wrapper .list .item .img img {
	  aspect-ratio: 4/4;
	  background-color: #f5f5f5;
	}

	.item-views.news2 .swipeignore.mobile-overflow .item .image span {
	  background-color: #f5f5f5;
	}
	.top_slider_wrapp .main-slider .main-slider__wrapper .main-slider__item {
	  background-color: #fbfbfb;
	}
	.sections_wrapper .list .item .img img {
	  width: 80px;
	  height: 80px;
	}
	.drag-block.container.grey.CATALOG_TAB {
	  min-height: 1685px;
	}
.drag-block.container.CATALOG_SECTIONS {
  min-height: 530px;
}



}

	/* Отключение анимаций для медленных устройств */
@media (prefers-reduced-motion: reduce) {
  * {
	animation-duration: 0.01ms !important;
	transition-duration: 0.01ms !important;
  }
}
