#reviews {
    background-color: transparent;
    background-image: linear-gradient(180deg, #f9f2ea 0%, #FFFFFF 85%);
}
#reviews .section-heading h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.361;
    color: #5C2C02;
    margin-bottom: 5px;
}

.reviews {
    display: flex;
    flex-direction: column;
	padding: 30px 0;
    margin-bottom: 30px;
}
.reviews__item {
    width: 100%;
    margin-bottom: 30px;
}
.reviews__name {
    font-size: 18px;
    font-weight: 700;
}
.reviews .stars-filled span:before {
    color: #b99461;
}
.reviews__text p{
	font-size: 18px;
    margin: 0;
}

#reviews .gallery {
	margin: 0 -30px 30px;
	padding: 0 30px;
}
#reviews .gallery-item {
	max-width: none;
	display: block;
	float: none;
	padding: 10px;
}
#reviews .gallery-icon {
    overflow: hidden;
    border-radius: 20px;
    display: block !important;
	height: 320px;
	border: 3px solid #B99461;
}
#reviews .gallery-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: none !important;
}

#reviews .gallery .slick-prev,
#reviews .gallery .slick-next {
	top: 50%;
}
#reviews .gallery .slick-prev {
	left: -10px;
}
#reviews .gallery .slick-next {
	right: -10px;
}

.yandex-otzyvy-wrapper {
	width:100%;
	height:600px;
	overflow:hidden;
	position:relative;
}
.yandex-otzyvy-wrapper iframe {
	width:100%;
	height:100%;
	border:1px solid #e6e6e6;
	border-radius:8px;
	box-sizing:border-box;
}
.yandex-otzyvy-wrapper .link {
	box-sizing:border-box;
	text-decoration:none;
	color:#b3b3b3;
	font-size:10px;
	font-family:YS Text,sans-serif;
	position:absolute;
	bottom:8px;
	width:100%;
	text-align:center;
	left:0;
	overflow:hidden;
	text-overflow:ellipsis;
	display:block;
	max-height:14px;
	white-space:nowrap;
	padding:0 16px;
	box-sizing:border-box
}

#reviews .dsquest_box {
	background-repeat: no-repeat;
    background-position: center;
    padding: 61px 0;
	background-image: url(../../images/20563617_3_6808508.svg);
}

@media screen and (min-width: 576px){
	.yandex-otzyvy-wrapper {
		width:560px;
		height:800px;
	}
}
@media screen and (max-width: 575px){
	#reviews .section-heading h1 {
		font-size: 30px;
	}
}