

/* Start:/company/reviews/style.css?166450071943*/
body main
{
    padding-bottom: 100px;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/system.pagenavigation/mm_infinite-pagination/style.css?166582851641*/
#infinity-next-page {
	display: none;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/reviews-list/style.css?16662757467250*/
.container-985
{
	width: 100%;
	max-width: 985px;
}

.reviews-wrapper
{
	margin-top: 40px;
}

.filters-button-wrapper
{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-end;

	margin-bottom: 35px;
}
@media screen and (max-width: 768px)
{
	.filters-button-wrapper
	{
		margin-bottom: 30px;
	}
}

.reviews-filters__wrapper
{
	margin-bottom: 10px;
	margin-right: 60px;

	flex-grow: 1;
}
@media screen and (max-width: 768px)
{
	.reviews-filters__wrapper
	{
		margin-right: 0;
		margin-bottom: 0;
		flex-grow: 0;

		width: 100%;

		background-color: var(--mm-black-color);
	}
}

.reviews-filters
{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}
@media screen and (max-width: 768px)
{
	.reviews-filters
	{
		flex-flow: column nowrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
}
@supports (gap: 30px)
{
	.reviews-filters
	{
		gap: 30px;
	}
	@media screen and (max-width: 768px)
	{
		.reviews-filters
		{
			gap: calc(11px + 17px) 0;
		}
	}
}

.mobile-reviews-filters__bottom
{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}
@media screen and (max-width: 768px)
{
	.mobile-reviews-filters__bottom
	{
		padding: 0 20px 20px;
	}
}
@supports (gap: 20px)
{
	.mobile-reviews-filters__bottom
	{
		gap: 30px;
	}
	@media screen and (max-width: 768px)
	{
		.mobile-reviews-filters__bottom
		{
			gap: 10px 20px;
		}
	}
}
@supports (not(gap: 20px))
{
	.mobile-reviews-filters__bottom
	{
		margin-left: 30px;
	}
	@media screen and (max-width: 768px)
	{
		.mobile-reviews-filters__bottom
		{
			margin-left: 0;
			margin-top: calc(11px + 17px);
		}
	}
}

.reviews-filter__rating
{
	-webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 768px)
{
	.reviews-filter__rating
	{
		margin-top: 17px;

		padding: 0 20px;
	}
}

@supports (not (gap: 20px))
{
	.reviews-filter
	{
		margin-right: 30px;
	}
	.mobile-reviews-filters__bottom .reviews-filter:last-child
	{
		margin-right: 0;
	}
}

.reviews-filter__categories,
.reviews-filter__tastes
{
	position: relative;
}

.reviews-filter__top
{
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;

	cursor: pointer;
}

.reviews-filter__name
{
	margin: 0 8px 0 0;
	user-select: none;
}

.reviews-filters__mobile-title
{
	display: none;

	font-family: var(--heading-text-font-name), var(--text-font-name), sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;

	text-transform: uppercase;

	color: var(--mm-black-color);

	padding: 17px 20px 14px 20px;
	background-color: var(--mm-white-color);
	width: 100%;

	margin: 0;
}
@media screen and (max-width: 768px)
{
	.reviews-filters__mobile-title
	{
		display: block;
	}
}

.rating-area
{
	display: flex;
	flex-flow: row-reverse nowrap;
	justify-content: flex-start;
	align-items: center;

	margin-top: -3px;
}
.rating-area:not(:checked) > input
{
	display: none;
}
.rating-area:not(:checked) > label
{
	width: 30px;
	height: 30px;
	padding: 0;

	cursor: pointer;

	font-size: 30px;
	line-height: 30px;

	color: #6E6E6E;

	-webkit-tap-highlight-color: initial;
}

.rating-area > label
{
	position: relative;
}

.rating-area > label:before
{
	position: absolute;
	left: 50%;
	top: 50%;

	transform: translate(-50%, -50%);

	width: 100%;
	height: 100%;
}

.rating-area:not(:checked) > label:before
{
	content: '★';
}
.rating-area > input:checked ~ label
{
	color: var(--mm-accent-color);
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label
{
	color: var(--mm-accent-color);
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label
{
	color: var(--mm-accent-color);
}
.rate-area > label:active
{
	position: relative;
}

.open-reviews-filter
{
	background-color: var(--mm-accent-color);
	width: 15px;
	height: 15px;

	display: flex;
	align-items: center;
	justify-content: center;

	margin-top: -2px;

	padding: 6px 3px 4px 3px;
}
.open-reviews-filter::before,
.open-reviews-filter::after
{
	display: none;
}

.reviews-filter__top .open-reviews-filter img
{
	transition: transform .5s;
	transform: rotate(-180deg);
}

.reviews-filter__top.opened .open-reviews-filter img
{
	transform: rotate(0deg);
}

.reviews-filter__values
{
	opacity: 0;
	pointer-events: none;

	position: absolute;

	left: 0;
	bottom: -7px;
	transform: translateY(100%);

	width: 100vw;
	max-width: 150px;

	padding: 20px;

	background-color: var(--mm-white-color);

	z-index: 2;

	max-height: 0;
	overflow: auto;

	border-radius: 2px;

	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: flex-start;

	gap: 10px 0;

	transition: .4s;
}

.reviews-filter__values::before
{
	content: "";
	position: absolute;
	z-index: -1;

	left: 0;
	top: -15px;

	height: calc(100% + 15px);
	width: 100%;
}

.reviews-filter__top.opened + .reviews-filter__values
{
	opacity: 1;
	pointer-events: all;

	max-height: 400px;
}

.reviews-filter__value
{
	position: relative;

	cursor: pointer;
	max-width: max-content;
	color: #646464;

	user-select: none;

	margin: 0;

	transition: color .3s;
}

.reviews-filter__value::before
{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;

	background-color: var(--mm-black-color);
}

@media screen and (hover: hover)
{
	.reviews-filter__value:hover
	{
		color: var(--mm-black-color);
	}
}
.reviews-filter__value.selected
{
	color: #000;
}
.reviews-filter__value.selected::before
{
	width: 100%;
}

.send-review-button
{
	align-self: flex-start;
}
@media screen and (max-width: 768px)
{
	.send-review-button
	{
		display: none;
	}
}

.review-item
{
	padding: 30px;
	background-color: #353535;

	border-radius: 2px;

	margin-bottom: 15px;
}

.review-item__top
{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;

	gap: 10px;

	width: 100%;

	margin-bottom: 14px;
}
@media screen and (max-width: 768px)
{
	.review-item__top
	{
		margin-bottom: 20px;
	}
}

.review-item__author-name
{
	margin: 0;
}

.review-item__production-info
{
	font-family: var(--text-font-name), sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;

	color: var(--mm-white-color);

	opacity: 0.5;

	margin: 7px 0 0;
}

.review-item__rating
{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 5px;
}

.review-item__rating img
{
	width: 20px;
	height: 20px;

	object-fit: contain;
}

.review-item__text
{
	font-family: var(--text-font-name), sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;

	color: var(--mm-white-color);
}
@media screen and (max-width: 576px)
{
	.review-item__text
	{
		font-size: 15px;
		line-height: 18px;
	}
}

.review-item__date
{
	margin: 14px 0 0 0;

	font-family: var(--text-font-name), sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;

	color: var(--mm-white-color);

	opacity: 0.5;
}
@media screen and (max-width: 768px)
{
	.review-item__date
	{
		margin: 20px 0 0;
	}
}
/* End */
/* /company/reviews/style.css?166450071943 */
/* /bitrix/templates/.default/components/bitrix/system.pagenavigation/mm_infinite-pagination/style.css?166582851641 */
/* /bitrix/templates/.default/components/bitrix/news.list/reviews-list/style.css?16662757467250 */
