.d-none{
	display: none;
}

.reviews .content__reviews__item__answer{
	border-radius: .4rem;
	background: #F7F8FA;
}
.reviews .answer__wrapper.not-itmes .answer__title{
	font-family: Stapel;
	color: rgb(23, 23, 23);
	font-size: 21px;
	font-weight: 500;
}
.reviews .answer__body{
	font-weight: 400;
	font-size: 16px;
	color: rgb(23, 23, 23);
}
.review_add__product .product__name p{
	font-family: Stapel;
}
.reviews textarea.input-text-reviews{
	font-family: Stapel;
}
.tooltip:hover .tooltip__content{
	z-index: 1000000000;
}
/*
#F7F8FA
*/
.compare-fixed-head.show{
	display: none;
}
.auth-actions .btn{
	justify-content: center;
}

.tab-content__itm {
	display: none;
	opacity: 0;
}
.tab-content__itm.active {
	display: block;
	opacity: 1;
}
.characteristics__name .tooltip:hover .tooltip__content{
	width: 220px;
	color: #0a0909;
}
.modal_result .modal-content{
	left: 0px;
}
.reviews .answer__body {
	font-family: Stapel;
}
reviews .statistic__info-stars--item {
	display: flex;
	align-items: center;
	justify-content: end;
	margin-bottom: 16px;
}
.reviews .statistic__info-progress{
	width: 100%;
	flex: 1;
}
/*Количеств */
.catalog-section__quantity{
	display: none !important;
}
/*Бренды*/
.catalog-section__brands{
	display: none !important;

}