.tabs__tab.current a {
    display: none;}

a#reviews_count {
    display: none;
}

.catalog-detail .rating {
    display: none;
}

.catalog-item-sorting a[href*="sort%5Brating%5D"] {
    display: none !important;
}

.tabs-catalog-detail ul.tabs > li.tabs__tab:has(a > span > .reviews_count) {
  display: none !important;
}

.catalog-detail-element .tabs-catalog-detail .tabs{
	display: none;
}	

.tabs-catalog-detail {
	margin-top: 0 !important;
}


/* 768 Мобилки начало */
@media screen and (max-width: 768px){

}
/* 768 Мобилки конец */



/* 450 Мобилки начало */
@media screen and (max-width: 450px){
	.homepage-map{
		position: relative;
	}
	
	.right-tagline{
		position: absolute !important;
		left: unset !important;
		right: 0 !important;
	}

	.tagline{
		flex-direction: column !important;
	}

	.breadcrumb {
		width: 100% !important;
	}

	.already_seen ul {
		width: calc(100% - 30px) !important;
		padding: 0 15px !important;
		margin: 0 !important;
	}

	.catalog-detail .price_buy_detail {
		margin: 12px 0px 0px -13px !important;
	}
}
/* 450 Мобилки конец */



/* 360 Мобилки начало */
@media screen and (max-width: 359px){
	.catalog-item-card {
		width: 100% !important;
	}
}
/* 360 Мобилки конец */