.other-news {
	display: none !important;
}

@media (max-width: 1300px) {
  #slider .slideBox .sliderContent .btn-simple {
    margin-top: 15px;
  }
}

@media (max-width: 800px) {
  #slider .slideBox .sliderContent {
    max-width: 50%;
  }
  .index-banners .name {
    font-size: 16px;
    line-height: 21px;
  }
.banner-elem.arbitrary-banner {
    height: 215px !important;
  }
}

@media (max-width: 480px) {
  #slider .slideBox .sliderContent {
    text-align: left;
    margin-left: 10px;
  }
  .smallText {
    display: none !important;
  }
}

@media (max-width: 360px) {
    .index-banners .elem-column:nth-child(n) .name {
        max-height: 52px;
    }
}

.share-items {
	display: none;
}

.creator a {
	display: none !important;
}

.footer_text_mobile {
	display: none;
}

@media (max-width: 820px) {
	.footer_text_mobile {
		display: block;
		margin-top: 15px;
	}
}

@media (max-width: 820px) {
	#footer.variant_4 .sb li:first-child {
		padding-left: 24px;
	}
}

.sb li {
    float: left;
    line-height: 60px;
}

@media (max-width: 820px) {
	.creator {
		display: none;
	}
}

.blog-banner .social {
	display: none;
}

@media (max-width: 480px) {
	.banner_faq {
		display: none;
	}
}

/* @media (min-width: 800px) {
	#topHeading {
		display: block !important;
	}
} */

/* ============ Мобильная кнопка "В корзину" в карточке ============ */

/* По умолчанию (ПК) — наша кнопка скрыта */
.item.product .productTable .productColText > .addCartContainer.mobile-buy {
	display: none !important;
}

@media (max-width: 700px) {
	/* Прячем оригинальный контейнер */
	body .item.product .productTable .productColText > .addCartContainer:not(.mobile-buy) {
		display: none !important;
	}

	/* Показываем наш */
	body .item.product .productTable .productColText > .addCartContainer.mobile-buy {
		display: block !important;
		height: auto !important;
		min-height: 40px !important;
		overflow: visible !important;
		margin-top: 10px;
	}

	/* Кнопка */
	body .item.product .productTable .productColText > .addCartContainer.mobile-buy .addCart {
		display: block !important;
		opacity: 1 !important;
		visibility: visible !important;
		width: 100% !important;
		box-sizing: border-box !important;
		text-align: center !important;
	}
}