.d__title{
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: 600;
	line-height: 100%;
}
.d__image{
	margin: 0;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
}
.d__image:after{
	display: none;
}
.d__recoms-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.rvw .d__recoms-wrap{
	margin-bottom: 0;
}
.d__recoms{
	display: flex;
	align-items: center;
	gap: 13px;
}
.d__recoms .btns{
	display: flex;
}
.d__recoms .btns.chckd{
	pointer-events: none;
}
.d__recoms .btns > a{
	position: relative;
	display: flex;
	gap: 8px;
	align-items: center;
	background: rgba(250, 250, 252, 1);
	--radius: 8px;
	padding: 15px 25px;
}
@media (max-width: 480px){
	.d__recoms .btns > a{
		padding: 15px;
	}
}
.d__recoms .btns > a:first-child{
	border-top-left-radius: var(--radius);
	border-bottom-left-radius: var(--radius);
}
.d__recoms .btns > a:first-child:after{
	content: "";
	width: 1px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: rgba(235, 235, 235, 1);
}
.d__recoms .btns > a:last-child{
	border-top-right-radius: var(--radius);
	border-bottom-right-radius: var(--radius);;
}
.d__recoms a span{
	font-size: 18px;
	font-weight: 500;
}
.d__recoms a[data-recom] span,
.d__recoms a[data-likes] span{
	color: rgba(82, 182, 92, 1);
}
.d__recoms a[data-notrecom] span,
.d__recoms a[data-dislikes] span{
	color: rgba(255, 111, 93, 1);
}
.d__recoms a[data-checked="true"],
.d__recoms .btns:not(.chckd) a:hover{
	background: rgb(115 129 251 / 16%)
}
.recom-label{
	color: rgba(133, 140, 148, 1);
}
.move-to-respond{
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	background: rgba(115, 129, 251, 1);
	padding: 18px 57px;
	line-height: 1;
	white-space: nowrap;
	border-radius: 5px;
	border: 1px solid rgba(115, 129, 251, 1);
}
.move-to-respond:hover{
	color: rgba(115, 129, 251, 1);
	background: #fff;
}
.rating-ext{
	display: flex;
	gap: 70px;
}
.rating-ext .lines{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.rating-ext .lines .item{
	display: flex;
	align-items: center;
	gap: 12px;
}
.rating-ext .lines .item .bar-wrap{
	position: relative;
	flex: 1;
	background: rgba(247, 250, 255, 1);
	border-radius: 10px;
	height: 7px;
	overflow: hidden;
}
.rating-ext .lines .item .bar-wrap .bar{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: rgba(115, 129, 251, 1);
}
.rating-ext .total{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.rating-ext .total .label{
	color: rgba(21, 47, 89, 1);
	font-size: 15px;
	line-height: 18px;
	font-weight: 300;
}
.rating-ext .total .value{
	font-weight: 600;
	font-size: 57px;
	line-height: 69px;
	display: block;
	text-align: center;
}
.rating-ext .total .value.bad{
	color: rgba(220, 53, 69, 1);
}
.rating-ext .total .value.normal{
	color: rgba(255, 193, 7, 1);
}
.rating-ext .total .value.good{
	color: rgba(94, 178, 93, 1);
}
.rating-ext .lines .item .nr{
	color: rgba(21, 47, 89, 1);
	font-size: 12px;
	line-height: 14px;
}
.rating-rm{
	color: rgba(32, 38, 46, 1);
	background: rgba(247, 248, 252, 1);
	padding: 17px 30px;
	border-radius: 10px;
	font-size: 15px;
	line-height: 23px;
	margin: 40px 0 30px 0;
}
.rating-rm .head{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 13px;
	align-items: center;
	gap: 10px;
}
.rating-rm .head .label{
	font-weight: 600;
	color: rgba(115, 129, 251, 1);
}
.star{
	width: 15px;
	height: 15px;
}
.stars{
	gap: 6px;
}
.rating-rm .body strong{
	font-weight: 700;
}
.d__tags{
	flex-direction: column;
	gap: 10px;
	margin-bottom: 30px;
}
.d__tags ul{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.d__tags ul li a{
	background: rgba(245, 245, 250, 1) !important;
	color: rgba(133, 140, 148, 1) !important;
	font-size: 12px;
	line-height: 15px;
	font-weight: 500;
	padding: 4px 6px;
	border-radius: 5px;
	border: 1px solid rgba(245, 245, 250, 1);
}
.d__tags ul li a:hover{
	border-color: rgba(115, 129, 251, 1);
}
.cons{
	padding: 20px 30px;
	background: rgba(247, 248, 252, 1);
	border-radius: 5px;
}
.cons .title{
	margin-bottom: 20px;
	font-weight: 500;
}
.cons .list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 10px;
	column-gap: 33px;
}
.cons .list .item{
	min-width: 0;
	overflow: hidden;
}
.cons .list .item .name{
	font-weight: 500;
	white-space: nowrap;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cons .list .item > a{
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cons .list .item .reviews-count{
	font-size: 12px;
	line-height: 15px;
	font-weight: 300;
	white-space: nowrap;
}
#reviews .sort .label{
	font-weight: 300;
	font-size: 15px;
	line-height: 23px;
}
#reviews .sort{
	gap: 30px;
	background: none;
	padding: 0;
}
#reviews .sort ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
#reviews .sort ul li a{
	white-space: nowrap;
}
#reviews{
}
#rvws{
	margin-top: 40px;
}
#reviews .reviews-heading{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(234, 237, 253, 1);
}
#reviews .reviews-heading .title{
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}
.rvw{
	padding-top: 30px;
	margin-bottom: 30px;
	border-top: 1px solid rgba(234, 237, 253, 1);
}
.rvw + .rvw{
	margin-top: 0;
}
.rvw__name-wrap{
	flex-direction: column;
	align-items: flex-start;
	row-gap: 10px;
}
.rvw__name-wrap-2{
	gap: 20px;
}
.rvw__name{
	font-weight: 500;
	line-height: 19px;
}
.rvw__date{
	color: rgba(133, 140, 148, 1);
	font-weight: 300;
}
.rvw .inner{
	border: none;
	background: none;
	padding: 0;
	padding-left: 60px;
}
.rvw__top-left{
	margin-left: -60px;
	gap: 12px;
}
.rvw__text{
	font-size: 15px;
	line-height: 23px;
	margin-top: 15px;
}
.source-label{
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
}
.source-label .label{
	color: rgba(133, 140, 148, 1);
	font-size: 12px;
	line-height: 1;
	font-weight: 300;
}
.rating-badge{
	border-radius: 24px;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	padding: 9px 17px;
	gap: 6px;
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
}
.rating-badge.excellent{
	background: rgba(237, 251, 238, 1);
}
.rating-badge.excellent .text{
	color: rgba(82, 182, 92, 1);
}
.rating-badge.good{
	background: rgba(242, 250, 231, 1);
}
.rating-badge.good .text{
	color: rgba(82, 182, 92, 1);
}
.rating-badge.bad{
	background: rgba(255, 241, 229, 1);
}
.rating-badge.bad .text{
	color: rgba(255, 111, 93, 1);
}
.rating-badge.very-bad{
	background: rgba(255, 238, 236, 1);
}
.rating-badge.very-bad .text{
	color: rgba(255, 111, 93, 1);
}
.source-label:hover .label{
	color: #6557B0;
}
.source-label span:not(.label){
	color: #000;
}
.rvw__text:not(.full){
	max-height: 115px;
	overflow: hidden;
}
.rvw__showmore{
	color: rgba(115, 129, 251, 1);
	display: flex;
	align-items: center;
	gap: 4px;
	margin-top: 7px;
}
.rvw__showmore:not(.active){
	display: none;
}
.rvw__showmore:not(:hover){
	text-decoration: underline;
	text-underline-offset: 5px;
}
.rvw .d__recoms a span{
	font-size: 15px;
	line-height: 1;
	white-space: nowrap;
	font-weight: 500;
}
.rvw .recom-label{
	font-size: 13px;
	line-height: 16px;
	white-space: nowrap;
}
.rvw .btns svg{
	width: 16px;
	height: 16px;
}
.btns svg{
	flex-shrink: 0;
}
.rvw .d__recoms .btns > a{
	padding: 8px 12px;
}
.rvw .d__recoms .btns > a:first-child:after{
	height: 32px;
}
.d .d-info,
.d .d-info-map{
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
}
@media (max-width: 767px){
	.d__recoms-wrap{
		flex-direction: column;
		gap: 20px;
	}
	.cons .list{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 480px){
	.rating-ext{
		flex-direction: column;
		gap: 20px;
	}
	.rating-ext .total{
		align-self: center;
	}
	.rating-ext .lines{
		gap: 10px;
	}
	.d__title{
		font-size: 24px;
	}
	.d__recoms a span{
		font-size: 16px;
	}
	.recom-label{
		font-size: 14px;
	}
	#reviews .sort,
	#reviews .sort ul{
		gap: 10px;
	}
	#reviews .sort ul li a{
		font-size: 14px;
		padding: 6px;
	}
	.rvw__name-wrap{
		overflow: visible;
	}
	.rvw__name-wrap-2{
		gap: 5px;
	}
	.rvw__top-left{
		margin-left: 0;
	}
	.rvw .inner{
		padding-left: 0;
	}
	.rvw__top{
		flex-direction: column;
		gap: 10px;
	}
}
.rvw__name-wrap-2{
	flex-direction: row;
	align-items: center;
}
.rvw__name-wrap-2 .source-label{
	align-items: center;
	display: flex;
	gap: 5px;
	margin-left: 0;
}
.source-label-wrap{
	display: flex;
	align-items: center;
	gap: 5px;
}
.rvw__name-wrap-2 .source-label > .label{
	font-size: 14px;
}
.rvw__name-wrap-2 .source-label svg{
	flex-shrink: 0;
}
.rvw__top-left{
	max-width: 100%;
}
.rvw__top-right .source-label{
	position: relative;
	top: -3px;
}
@media (max-width: 575px){
	.rvw__name-wrap-2{
		flex-direction: column;
	}
	.rvw__name-wrap-2{
		align-items: flex-start;
		gap: 5px;
	}
	.rvw__name-wrap-2 .source-label > .label{
		font-size: 12px;
	}
	.rating-badge{
		padding: 5px;
		font-size: 12px;
		font-weight: 400;
		line-height: 1;
	}
	.rvw .inner{
		padding-left: 50px;
	}
	.rvw__top-left{
		margin-left: -50px;
	}
	.rvw__text{
		font-size: 14px;
		line-height: 19px;
	}
	.rvw__showmore{
		font-size: 14px;
		margin-top: 0;
	}
	.arts .wr__item-body{
		gap: 5px;
	}
}