html{
	scrollbar-gutter: stable;
}
.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;

}
@media screen and (max-width: 720px) {
	.mabile-mt-25px {
		margin-top: 25px;
	}


	.jv-mobile-or-chatpage>jdiv>jdiv{
		top: -15px;
	}


	.jv-mobile-or-chatpage>jdiv{
		margin-bottom: 88px;
	}
}
.input--select .custom-select__single{
	line-height: 45px;
}
.img-center{
	text-align: center;
}
.img-center__img{
	width: initial;
}
.btn[name="Login"]{

	background-color: var(--color-base-red);
	border:1px solid var(--color-base-red);
}
.btn[name="Login"]:hover{
	color: #FFF;
	background-color: var(--color-base-red-hover);
}
@media (max-width: 600px){
	.help-support__stas{
		display: none;
	}
}