.page__title {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.reviews_content {
	margin-top: 30px;
}

.reviews_block  {
	background: #EBEBEB;
	border-radius: 33px;
	padding: 35px 30px;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 20px;
	max-width: 1058px;
	width: 100%;
}
.reviews_block--answer {
	padding: 35px 0 35px 30px;
}
.reviews_block--answer > .reviews_block__text {
	max-height: 0;
}
.reviews_block--answer > .reviews_block__more {
	position: relative;
	margin-left: 0;
	margin-bottom: 20px;
	width: fit-content;
	text-transform: none;
	text-decoration: dashed !important;
	color: #787878 !important;
	border-bottom: 1px dashed #787878;
}
.reviews_block--answer > .reviews_block__more:after {
	content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 5.50001L5 1.50001L9 5.50001' stroke='%23787878'/%3e%3c/svg%3e ");
	transform: rotate(-180deg);
	margin-left: 10px;
	display: inline-block;
	top: 2px;
	position: absolute;

}
.reviews_block__more.active:after {
	top: 0px;
	transform: rotate(0deg);
 }

.reviews_block--answer, .reviews_block--answer * {

	color: #787878;
}

.reviews_block .rating-box__list{
	margin: 0;
}

#content .reviews_block{
	font-size: 16px;
	line-height: 19px;
}

.reviews_block__name {
	font-weight: bold;
	margin-bottom: 10px;
}

.reviews_block__text {
	margin-bottom: 10px;
	max-height: calc(19px * 4);
	overflow: hidden;
}

.reviews_block__text.active {
	max-height: 100%;
}

.reviews_block__images {
	display: flex;
	flex-wrap: wrap;
	margin-left: -4px;
	width: calc(100% + 8px);
	margin-top: 15px;
	overflow: hidden;
}

.reviews_block__images .owl-stage {
	display: flex;
	flex-wrap: nowrap;
}

.reviews_block__images .owl-dots {
	margin-top: 6px;
}

.owl-nav.disabled {
	display: none;
}

.reviews_block__images.owl-loaded {
	flex-wrap: wrap;
	flex-direction: column;
}

.reviews_block__img {
	width: 109px;
	height: 146px;
	margin: 4px;
	display: block;
	position: relative;
	background: #fff;
	flex-shrink: 0;
}

.reviews_block__rating {
	margin-bottom: 15px;
}

.reviews_block__data {
	display: flex;
}

.reviews_block__img:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 55%;
	transform: translate(-50%, -50%);
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='35' height='33' viewBox='0 0 35 33' > <path d='M33.8919 30.6534L24.2233 21.2691C26.0961 19.0237 27.2238 16.1706 27.2238 13.0632C27.2238 5.86099 21.186 0.000778198 13.7655 0.000778198C6.3451 0.000778198 0.307373 5.86093 0.307373 13.0631C0.307373 20.2653 6.34517 26.1255 13.7656 26.1255C16.9672 26.1255 19.9068 25.031 22.2202 23.2133L31.8888 32.5976C32.1651 32.8657 32.5277 33.0005 32.8904 33.0005C33.2531 33.0005 33.6158 32.8657 33.892 32.5976C34.4459 32.06 34.4459 31.191 33.8919 30.6534ZM13.7656 23.3755C7.9063 23.3755 3.1407 18.7501 3.1407 13.0631C3.1407 7.37614 7.9063 2.75071 13.7656 2.75071C19.6249 2.75071 24.3905 7.37614 24.3905 13.0631C24.3905 18.7501 19.6248 23.3755 13.7656 23.3755Z' fill='%23FCFCFC'/> </svg>");
	background-repeat: no-repeat;
	background-position: center;
	width: 35px;
	height: 33px;
	opacity: 0;
	transition: 0.2s;
}

.reviews_block__img:hover::before {
	top: 50%;
	opacity: 1;
}

.reviews_block__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rating-list.rating-list--black {
	color: #000;
}

.reviews_content__bottom .page-navigation{
	margin-left: 0;
	margin-right: 13%;
}

.reviews_content__bottom {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.reviews_content__bottom .sp-button {
	margin-right: 30px;
}

.reviews_block__content {
	position: relative;
}

.reviews_block__more {
	color: #BB0303;
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: bold;
	border-bottom: 1px solid #BB0303;
	margin-left: auto;
	display: none;
}

.drop .reviews_block__more{
	display: block;
}

.reviews_block__more:hover {
	color: #000;
	border-color: #000;
}

.reviews_block__text.active .reviews_block__drop{
	display: inline;
}

.reviews_block__drop {
	display: none;
}

.reviews_block .owl-dots {
	display: flex;
	justify-content: center;
	width: 100%;
}

.reviews_block .owl-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin: 1.5px;
	overflow: hidden;
	background: #000;
	transition: 0.2s ease-in-out;
}

.reviews_block .owl-dot.active {
	background: #bf0603;
}

.modal .sp-button {
	min-width: 180px;
}

.modal .rating-box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.modal .rating-box__list {
	margin: 0;
}

.modal .rating-list .icon-star {
	width: 22px;
	height: 22px;
}

.form-files {
	display: flex;
}

.form-files__title-list {
	color: gray;
	display: block;
}

.form-files.disabled .form-files__drop {
	pointer-events: none;
	opacity: .5;
}

.form-files__btn {
	display: inline-flex;
	background-color: transparent;
	color: #000;
	align-items: center;
	padding: 0 25px;
	position: relative;
	margin-bottom: 15px;
	cursor: pointer;
	border: 1px solid #000;
	user-select: none;
	line-height: 37px;
	height: 37px;
	font-weight: bold;
	font-size: 14px;
}

.form-files__btn:hover {
	border-color: #bf0603;
	color: #bf0603;
}

.form-files__btn:hover svg path , .form-files__btn:hover svg{
	fill: #bf0603;
}

.form-files__btn svg {
	height: 19px;
	width: 19px;
	margin-right: 15px;
}

.form-files__btn span {
	margin: 0;
}

.form-files.disabled .form-files__btn {
	pointer-events: none;
	opacity: .5;
}

.form-files__list {
	list-style: none;
}

.form-files__list li{
	padding-left: 0;
	margin-right: 10px;
	position: relative;
	display: inline-flex;
	align-items: center;
	font-size: 15px;
	margin-bottom: 5px !important;
}

.form-files__list li.active:before {
	content: '';
	display: block;
	position: absolute;
	top: 14px;
	left: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='27' viewBox='0 0 38 27'%3E%3Cpath d='M37.3 12.2L23.2 26.3c-.9 1-2.3 1-3.2 0L17 23.2.6 6.9c-.8-.8-.8-2.3 0-3.1L3.8.6C4.6-.2 6-.2 6.9.6l14.7 14.7L31.1 6c.8-.9 2.2-.9 3.1 0L37.3 9c1 .9 1 2.3 0 3.2z' fill='%230fbc0a'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50%;
	width: 15px;
	height: 10px;
	background-size: contain;
}

.form-files__list li:last-child {
	margin-bottom: 0;
}

.form-files__input {
	display: none;
}

.form-files__reset {
	cursor: pointer;
	position: relative;
	top: 0;
	display: inline-block;
	margin-left: 5px;
	width: 25px;
	height: 25px;
//position: absolute;
//top: 0;
//right: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='31' viewBox='0 0 32 31'%3E%3Cpath d='M19 15.4l6 6 5.4 5.4c1 1 1 2.4.1 3.3-1 .9-2.2.8-3.2-.2L16.7 19.2l-.7-.8-.4.7L4.8 30c-.6.6-1.4 1-2.3.7a2.1 2.1 0 0 1-1-3.5l.6-.6 10.4-10.4c.1-.2.4-.3.6-.4v-.4l-.6-.3L1.8 4.2C.8 3.2.8 2 1.5 1c.8-1 2.2-1 3.2 0 1 .8 1.9 1.8 2.9 2.8l8.5 8.6.6-.5L27.2 1.3c.5-.4 1-.8 1.7-.8 1 0 1.6.5 2 1.3.4.8.2 1.6-.3 2.3l-.7.7-10.2 10.1-.6.5z' fill='%23df2f2f'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 7px;
}

.form-files__old-list li {
	position: relative;
}
.form-files__old-list li a {
	color: #333;
	padding-left: 30px;
	position: relative;
	font-size: 15px;
}

.form-files__old-list li a.btn-delete {
	cursor: pointer;
	position: relative;
	top: 8px;
	display: inline-block;
	margin-left: 5px;
	padding-left: 0;
	width: 25px;
	height: 25px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='31' viewBox='0 0 32 31'%3E%3Cpath d='M19 15.4l6 6 5.4 5.4c1 1 1 2.4.1 3.3-1 .9-2.2.8-3.2-.2L16.7 19.2l-.7-.8-.4.7L4.8 30c-.6.6-1.4 1-2.3.7a2.1 2.1 0 0 1-1-3.5l.6-.6 10.4-10.4c.1-.2.4-.3.6-.4v-.4l-.6-.3L1.8 4.2C.8 3.2.8 2 1.5 1c.8-1 2.2-1 3.2 0 1 .8 1.9 1.8 2.9 2.8l8.5 8.6.6-.5L27.2 1.3c.5-.4 1-.8 1.7-.8 1 0 1.6.5 2 1.3.4.8.2 1.6-.3 2.3l-.7.7-10.2 10.1-.6.5z' fill='%23df2f2f'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 7px;
}

.form-files__old-list li:before {
	content: '';
	display: block;
	position: absolute;
	top: 14px;
	left: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='27' viewBox='0 0 38 27'%3E%3Cpath d='M37.3 12.2L23.2 26.3c-.9 1-2.3 1-3.2 0L17 23.2.6 6.9c-.8-.8-.8-2.3 0-3.1L3.8.6C4.6-.2 6-.2 6.9.6l14.7 14.7L31.1 6c.8-.9 2.2-.9 3.1 0L37.3 9c1 .9 1 2.3 0 3.2z' fill='%230fbc0a'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50%;
	width: 15px;
	height: 10px;
	background-size: contain;
}

.form-files__desc {
	font-size: 12px;
	color: #bf1945;
}

.form-files__error {
	font-size: 14px;
	color: #f00;
}

@media (max-width: 767px) {

	.reviews_block__images {
		flex-wrap: nowrap;
	}

	.reviews_block {
		font-size: 14px;
		line-height: 1.4;
	}

	.reviews_block__text {
		max-height: calc(16px * 4);
	}

	.reviews_block__more {
		font-size: 12px;
	}

	.reviews_content__bottom {
		flex-direction: column;
		justify-content: center;
	}

	.reviews_content__bottom .page-navigation{
		margin-right: 0;
	}

	.reviews_content__bottom > * {
		margin-bottom: 10px;
	}

	.reviews_content__bottom .sp-button {
		margin-right: 0;
		min-width: 180px;
	}

	.page-navigation {
		order: 1;
	}

}