.d__title{
	padding-right: 60px;
}
.d__workstatus{
	display: flex;
	align-items: center;
	gap: 5px;
}
.d__data-group{
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.d__data-group-label{
	white-space: nowrap;
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;
	color: #898A8D;
}
.d__data-group-value{
	min-height: 24px;
}
.d__show-map{
	font-weight: 500;
	display: flex;
	gap: 5px;
	align-items: center;
}
.d__workstatus-wrap{
	display: flex;
	justify-content: space-between;
}
.d__rating-status{
	margin-top: -35px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
}
.d__rating{
	display: flex;
	font-size: 18px;
	font-weight: 500;
	column-gap: 5px;
}
.btn-respond:hover svg path,
.btn-respond:focus svg path,
.btn-respond:active svg path{
	stroke: currentColor;
}
.reviews-heading{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.reviews-heading .btn{
	flex-shrink: 0;
}
.reviews-heading .h1{
	margin-bottom: 0;
}
@media (min-width: 576px){
	.d__info .col-xl-6:nth-child(2){
		align-items: flex-end;
		display: flex;
		flex-direction: column;
		text-align: right;
		justify-content: space-between;
	}
}
@media (min-width: 768px){
	.d__info .col-xl-6:nth-child(2){
		position: relative;
	}
}
@media (max-width: 767px){
	.d__info{
		position: relative;
	}
}
.d__tags{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 15px;
}
.map-wrap{
	position: absolute;
	z-index: 2;
	top: -20px;
	bottom: 0px;
	right: 15px;
	left: 15px;
}

.map-wrap .btn-cancel{
	position: absolute;
	z-index: 3;
	right: 10px;
	top: 10px;
}
.ya-share2{
	white-space: nowrap;
}
.d__image{
	position: relative;
	margin-top: 20px;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: -20px;
}
.d__image:after{
	transition: .5s all;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1;
	background-color: rgba(0,0,0,.3);
}
.d__image:hover:after{
	opacity: 0;
}
.d__image img{
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 940 / 350;
}
.d__connected-title{
	color: #898A8D;
	margin-bottom: 15px;
}
.d__connected .item__reviews-count{
	font-size: 14px;
}
.d__connected .item__name{
	font-weight: 500;
}
.rvws .pagination + .rvw{
	margin-top: 30px;
}
/*.rvw{
	margin-left: -20px;
	margin-right: -20px;
	padding: 30px 20px;
}
.rvw:nth-child(odd){
	background-color: #fff;
}
.rvw:nth-child(even){
	background-color: rgba(101, 87, 176, 0.05);
}*/
.rvw .inner{
	background: #6758b10d;
	border-radius: 5px;
	padding: 20px;
	border: 1px solid #6758b11a;
}
.rvw + .rvw{
	margin-top: 50px;
}
.rvw__avatar{
	border-radius: 50%;
}
.rvw__top{
	display: flex;
	justify-content: space-between;
}
.rvw__top-left{
	max-width: calc(100% - 110px);
	display: flex;
	gap: 10px;
}
.rvw__date{
	font-size: 14px;
	color: rgba(137, 138, 141, 1);
}
.rvw__name{
	text-overflow: ellipsis;
	display: flex;
	align-items: center;
	gap: 5px;
}
.rvw__name-wrap{
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}
.rvw__text{
	margin-top: 10px;
}
.rvw__top-right .stars{
	gap: 5px;
}
#respond-form{
	display: flex;
	justify-content: space-between;
	gap: 20px;
	box-shadow: 0px 8px 16px 0px rgba(222, 215, 255, 0.07);
	border: 1px solid rgba(101, 87, 176, 0.2);
	background: rgba(101, 87, 176, 0.05);
	border-radius: 10px;
	padding: 30px;
}
.respond-wrap{
	padding-top: 50px;
}
.respond-wrap .respond__title{
}
#respond .form-avatar{
	width: 60px;
}
#respond .form-avatar img{
	border-radius: 10px;
}
#respond .form-fields{
	flex: 1;
}
.form-fields__top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
#respond .star{
	width: 20px;
	height: 20px;
}
#respond .form-group{
	margin-bottom: 20px;
}
#reviews-captcha{
	width: 220px;
}
.field-reviews-captcha{
	display: flex;
	gap: 20px;
	margin-bottom: 0 !important;
}
.form-fields__bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.field-reviews-firstname{
	margin-bottom: 0 !important;
}
.form-fields__rating{
	align-items: center;
	display: flex;
	gap: 15px;
}
.latest-articles{
	margin-top: 50px;
}
@media (max-width: 1289px){
	.d__image{
		margin-top: 20px;
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: -10px;
	}
	.d__connected .item__more{
		display: none;
	}
	.d__connected .item__latest-review-date{
		white-space: nowrap;
	}
	.rvw{
		padding: 20px 15px;
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media (max-width: 991px){
}
@media (max-width: 767px){
	.d__title{
		padding-right: 0;
	}
	.d__rating-status{
		flex-direction: row;
		margin-top: 0;
		align-items: center;
	}
	.d__data-group-value{
		font-size: 14px;
	}
	.d__show-map{
		font-size: 14px;
	}
	.d__rating{
		align-items: center;
		font-size: 16px;
	}
	.d__rating span{
		line-height: 1;
	}
	.d__data-group{
		margin-top: 10px;
	}
	.d__info{
		row-gap: 0;
	}
	.d__connected .item__reviews-count,
	.d__connected .item__latest-review-date{
		display: none;
	}
	#respond{
		flex-direction: column;
	}
	.form-fields__bottom{
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
	#respond button[type="submit"]{
		width: 100%;
		justify-content: center;
	}
}
@media (max-width: 575px){
	.d__data-group{
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
	}
	.rvw__text{
		padding-left: 0;
	}
	.rvw__date{
		font-size: 12px;
	}
	.rvw__avatar{
		width: 38px;
		height: 38px;
	}
	.rvw__name{
		font-size: 14px;
	}
	.rvw__name-wrap{
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}
	.rvw__name,
	.rvw__date{
		white-space: nowrap;
		line-height: 1;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.rvw__text{
		font-size: 14px;
	}
	.form-fields__top{
		flex-direction: column-reverse;
		align-items: flex-start;
		gap: 20px;
	}
	.field-reviews-firstname{
		width: 100%;
	}
	#respond-form{
		flex-direction: column;
	}
}
@media (max-width: 479px){
	.reviews-heading{
		flex-direction: column;
		align-items: flex-start;
	}
	.field-reviews-captcha{
		flex-direction: column-reverse;
		align-items: flex-start;
		width: 100%;
	}
	#reviews-captcha{
		width: 100%;
	}
	.reviews-heading .btn{
		width: 100%;
		justify-content: center;
	}
}
.rvw .bottom{
	margin-top: 8px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.rvw .bottom .item > span{
	color: #898A8D;
	font-size: 14px;
}
.rvw .bottom .item,
.rvw .bottom .item a{
	display: flex;
	align-items: center;
	gap: 7px;
}
#rvws{
	margin-top: 40px;
}
.sort{
	flex-wrap: wrap;
	margin-top: 25px;
	padding: 15px;
	border-radius: 5px;
	background: #6657b005;
	display: flex;
	align-items: center;
	gap: 15px;
}
.sort .radio-group{
	display: flex;
	flex-wrap: wrap;
	font-weight: 500;
	font-size: 16px;
	gap: 15px;
	color: #979797;
}
.sort .radio-group .radio input{
	position: absolute;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
}
.sort .radio-group .radio input + label{
	position: relative;
	display: flex;
	align-items: center;
	gap: 6px;
}
.sort .radio-group .radio input + label:before{
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #6557B0;
	background: rgb(101 87 176 / 10%);
}
.sort .radio-group .radio input:checked + label{
	font-weight: 600;
	color: #6557B0;
}
.sort .radio-group .radio input:checked + label:before{
	background: #6557b0;
	box-shadow: inset 0px 0px 0px 2px rgb(236 235 245);
}