@font-face {
	src: url("../fonts/helveticaneuecyr_roman.otf");
	font-family: "HelveticaRoman";
}
@font-face {
	src: url("../fonts/helveticaneuecyr-bold.ttf");
	font-family: "HelveticaBold";
}
@font-face {
	src: url("../fonts/HelveticaNeueCyr-Medium.ttf");
	font-family: "HelveticaMedium";
}

.about-bread {
	max-width: 1180px;
	display: flex;
	gap: 20px;
	margin: 40px auto 24px;
	align-items: center;
}
.ab-back {
	color: #AEAEAE;
	border: 1px solid #AEAEAE;
	padding: 6px 12px;
	border-radius: 4px;
	display: flex;
	gap: 10px;
	height: 15px;
	font-size: 14px;
	align-items: center;
	box-sizing: content-box;
	cursor: pointer;
}
.ab-back img {
	width: 6px;
}
.ab-crumbs {
	font-size: 14px;
	color: #231F20;
	text-transform: lowercase;
}


.b-layout__content {
	font-family: "HelveticaRoman", serif;
	font-size: 16px;
	margin-top: 68px;
}
.mobile-v {
	display: none;
}
.right-align {
	justify-content: flex-end;
}

@media (max-width: 768px) {
	.mobile-v {
		display: flex;
	}
	.desktop-v {
		display: none;
	}
}


.ozon-button, .wb-button {
	transition: 0.5s;
}
.ozon-button:hover {
	background: linear-gradient(8.33deg, #43ABFF -4.05%, #005BFF 36.93%);

}
.wb_button:hover {
	background: linear-gradient(342.72deg, #EA3ACC 8.6%, #BF2CDD 32.1%, #7D17F8 88.74%);
}


.b-uteka-widget {
	display: none;
}
.b-up-btn {
	right: 30px;
}



/* frontend/src/block/catalog/filter */
@media (max-width: 768px) {
	.b-catalog__search-wrapper {
		display: none;
	}
}




/* frontend/src/block/catalog/filter */
.b-filter__category--age, .b-filter__category--sex {
	display: none;
}
.b-filter__category-title {
	display: none;
}
.b-filter__point-image img {
	width: 180px;
	height: 80px;
	object-fit: cover;
	border-radius: 20px;
}
.b-filter__point-text {
	max-width: 180px;
	text-align: center;
}
.b-filter__point.active .b-filter__point-image img {
	/*filter: drop-shadow(0px 0px 5px #333);*/
}
.b-filter__point.active .b-filter__point-text {
	font-weight: bold;
}


/* frontend/src/block/catalog/catalog */
.b-product-card__image-wrapper {
	transition: 0.3s;
	width: 180px;
}
.b-product-card:hover .b-product-card__image-wrapper {
	background: #C9E51C;
}
.b-product-card__buy-link {
	display: none;
}
.b-product-card-text {
	height: 112px;
	overflow: hidden;
	max-width: 180px;
}
.b-product-card__name {
	margin-bottom: 4px;
	display: block;
	font-size: 16px;
	line-height: 110%;
}
.b-product-card__doze-wrapper {
	color: #b5b5b5;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 0 5px;
	margin-bottom: 8px;
}
.b-product-card__doze-text {
	line-height: 110%;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.b-product-card__desc-text {
	line-height: 110%;
	font-size: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.b-product-card__buttons-wrapper {
	display: flex;
	gap: 10px;
	align-items: center;
}
.b-product-card__button-text {
	border-radius: 4px;
	font-size: 16px;
	font-weight: 700;
	border: 1px solid #949494;
	color: #949494;
	box-sizing: border-box;
	padding: 2px 12px;
	transition: background-color 0.5s;
	display: flex;
	align-items: center;
}
.b-product-card__button-text:hover {
	/*border: none;*/
	color: white;
	cursor: pointer;
}


/* test */
body .mm-button a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	font-size: 16px;
	line-height: 16px;
	-webkit-font-smoothing: antialiased;
	transform: translateZ(0);
}