.review .r-container {
	padding-top: 40px;
	padding-bottom: 40px;
}
.review__list {
	display: flex;
	flex-wrap: wrap;
}
.review__item-col {
	display: flex;
}
.review__item {
	display: flex;
	box-sizing: border-box;
	padding: 22px;
	color: initial;
	border-radius: 10px;
	width: 100%;
	flex-wrap: wrap;
	transition: var(--animate-transition);
	background-color: #F4F6F9;
	flex-direction: column;
}
.review__item:not(.is-full):hover {
	background-color: #fff;
	box-shadow: 0 0 6px #0000004D, 0 0 12px #00000033;
}
.cPopup.is-popup {
	padding: 0;
	max-width: 542px;
}
.cPopup.is-popup .review__item {
	background-color: #fff;
	box-shadow: 0 0 6px #0000004D, 0 0 12px #00000033;
}
.review__item-head {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.review__item-list-ver {
	margin-bottom: 30px;
}
.review__item:hover, .review__item:active {
	text-decoration: none;
	color: inherit;
}
body .review__item-ava {
	width: 73px !important;
	height: 73px;
	flex-shrink: 0;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
	margin-right: 7px;
	display: block !important;
	box-sizing: border-box;
	border: 5px solid #7D92BA;
	align-self: center;
}
.review__item-no-ava {
	width: 73px !important;
	height: 73px;
	flex-shrink: 0;
	border-radius: 50%;
	margin-right: 7px;	
	display: flex !important;
	align-items: center;
	justify-content: center;
	background-color: #8585cc;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
}
.review__item-info {
	flex-grow: 1;
	align-self: center;
}
.review__item-top {
	margin-bottom: 5px;
}
.review__item-name {
	color: #000;
	font-family: var(--font-tech);
}
.review__item-service {
	margin-left: 5px;
	color: #787878;
}
.review__item-middle {
	display: flex;
	align-items: center;
}
.review__item-rating {
	margin-right: 10px;
}
.review__item-rating .fa {
	margin-right: 3px;
	color: #bcbcbc;
}
.review__item-rating .fa.is-raited {
	color: #ffd220;
}
.review__item-date {
	font-size: 14px;
	color: #787878;
}
.review__item-descr {
	font-family: var(--font-default);
	font-size: 16px;
	line-height: 1.125;
	font-weight: 400;
	color: #000;
	width: 100%;
}
.review__item-descr p, .review__item-descr ol, .review__item-descr ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.review__item-descr .smt-read-more-text {
	max-height: 88px;
}
.review__item-link {
	margin-top: 20px;
	font-family: var(--font-tech);
}
.review__item-link a {
	color: #639EDB;
	font-family: var(--font-tech);
	font-size: 13px;
	line-height: 1.5;
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px dashed #639EDB;
}
.smt-widget__review-main {
	overflow: hidden;
}
.smt-widget__review-main .owl-carousel .owl-stage-outer {
	overflow: visible;
}
.smt-widget__review-main .owl-item:not(.active) {
	opacity: 0;
	visibility: hidden;
}
.smt-widget__review-main .owl-carousel .owl-stage {
	display: flex;
}
.smt-widget__review-main .owl-carousel .owl-item {
	display: flex;
}
.smt-widget__review-main .smt-response-item {
	display: flex;
	width: 100%;
}

.review__top {
	display: flex;
	padding-bottom: 62px;
}
.review__yandex {
	flex-shrink: 0;
	box-sizing: border-box;
	padding-right: 30px;
	width: 270px;
	position: relative;
	z-index: 2;
}
.review__slider {
	flex-grow: 1;
	width: calc(100% - 270px);
	position: relative;
	z-index: 1;
}
.review__yandex-logo {
	width: 124px;
}
.review__yandex-box {
	border-radius: 20px;
	height: 90px;
	background-color: #f2f3f7;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.review__yandex-box span {
	font-size: 50px;
	line-height: 50px;
	color: #5b5e69;
	font-weight: normal;
}
.review__yandex-rating {
	color: #ffd220;
}
.review__yandex-rating .fa + .fa {
	margin-left: 3px;
}
.review__yandex-link {
	margin-top: 5px;
}
.review__yandex-link a {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3;
	color: #5b5e69;
}
.review__yandex-link a:hover {
	text-decoration: none;
}
.review__yandex-link span, .review__yandex-link a:hover span {
	text-decoration: underline;
}
.review__yandex-link .fa {
	transform: translateY(2px);
}
.review__slider .owl-carousel .owl-stage-outer {
	overflow: visible;
}
.review__slider .owl-carousel .owl-item:not(.active) {
	visibility: hidden;
	opacity: 0;
}
.review__slider .owl-nav {
	display: none;
}
.review__slider .smt-gallery-item__content_md {
	display: none;
}
.review__slider .smt-gallery-list .smt-gallery-item {
	margin-bottom: 8px;
}
.review__slider .smt-image {
	display: block;
	width: 100%;
	position: relative;	
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0 0 29px rgba(165, 209, 213, 0.66);
}
.review__slider .smt-image:before {
	content: '';
	position: relative;
	display: block;
	padding-top: 40%;
	z-index: 1;
}
.review__slider .owl-theme_smt .owl-item img {
	object-fit: cover;
	object-position: center;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.page-reviews-list .smt-widget-content {
	overflow: hidden;
}
.page-reviews-list .smt-image__over {
	z-index: 3;
}
.page-reviews-list .smt-gallery-list-md .owl-theme_smt .owl-dots .owl-dot:not(.active):not(:hover) span {
	background-color: #efefef;
}
@media (min-width: 768px) {
	.cPopup.is-popup .review__item {
		min-height: 320px;
	}
}
@media all and (max-width: 768px) {
	.review__top {
		flex-direction: column;
	}
	.review__yandex {
		padding-right: 0;
		padding-bottom: 30px;
	}
	.review__slider {
		width: 100%;
	}
	body .review__item-ava {
		width: 45px !important;
		height: 45px;
		border-width: 3px;
	}
	.review__item-no-ava {
		width: 45px !important;
		height: 45px;
		font-size: 18px;
	}
}

.container .smt-widget__review-main {
	overflow: initial;
}
.container .smt-widget__review-main .container {
	padding: 0;
	width: 100%;
}