@charset "UTF-8";
@import "../../fonts/stylesheet.css";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

aside,
nav,
footer,
header,
section {
	display: block;
}

html,
body {
	height: 100%;
	min-width: 320px;
}

body {
	line-height: 1;
	font-family: "Inter";
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: "Inter";
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

body {
	font-size: 16px;
}
body._lock {
	overflow: hidden;
}

.wrapper {
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 16px;
}
._container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.title {
	font-weight: 700;
	font-size: 24px;
	line-height: 130%;
	letter-spacing: 0.01em;
	color: #2C2D4C;
}

.row:after {
	display: block;
	content: "";
	clear: both;
}

.rub:after {
	content: "₽";
	font-family: Inter;
	font-size: inherit;
	font-style: normal;
	margin: 0px 0px 0px 2px;
}

ol.counter {
	list-style-type: none;
	counter-reset: item;
}
ol.counter li {
	position: relative;
	padding: 0px 0px 0px 45px;
}
ol.counter li:before {
	counter-increment: item;
	content: counter(item);
	position: absolute;
	left: 0;
	top: 0;
	color: #818181;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	border: 1px solid #4274bb;
}

.ellipsis {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.es {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.table {
	display: table;
	font-size: 0;
	width: 100%;
}

.trow {
	display: table-row;
}

.cell {
	display: table-cell;
}
.cell.full {
	width: 100%;
}

._ibg {
	position: relative;
}
._ibg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
}

body.ie ._ibg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.ie ._ibg img {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}

.video {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
}
.video video,
.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	background-size: cover;
}

.moretext {
	overflow: hidden;
}

.moretext__more {
	cursor: pointer;
}
.moretext__more span {
	font-style: normal;
}
.moretext__more span:first-child {
	display: block;
}
.moretext__more span:last-child {
	display: none;
}
.moretext__more.active span {
	font-style: normal;
}
.moretext__more.active span:first-child {
	display: none;
}
.moretext__more.active span:last-child {
	display: block;
}

#map {
	background: url("../img/icons/loading.gif") center/50px no-repeat;
}

.slick-slider {
	position: relative;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-slider .slick-list {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.slick-slider .slick-track {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.slick-slider .slick-slide {
	position: relative;
}
.tab__item {
	display: none;
}
.tab__item.active {
	display: block;
}

._tabs-item {
	cursor: pointer;
}

._tabs-block {
	display: none;
}
._tabs-block._active {
	display: block;
}

.spollers-block__body {
	display: none;
}

.mirror {
	-webkit-transform: scale(-1, 1);
	    -ms-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}

.nicescroll-rails {
	z-index: 1000 !important;
}

.gm-style-iw-t {
	opacity: 0;
}

.baloon {
	opacity: 1;
	right: -7px !important;
	bottom: 80px !important;
}
.baloon button {
	display: none !important;
}
.baloon:after {
	display: none !important;
}

.baloon-style {
	display: none;
}

.baloon-content.gm-style-iw {
	opacity: 1;
	border-radius: 0px !important;
	max-width: 300px !important;
	padding: 0 !important;
	left: 0 !important;
	width: 100% !important;
	overflow: visible !important;
}
.baloon-content.gm-style-iw > .gm-style-iw-d {
	overflow: hidden !important;
	max-width: none !important;
}
.baloon-content.gm-style-iw:after {
	display: none !important;
}

.baloon-close {
	top: 18px !important;
}

._custom-scroll {
	position: fixed;
	right: 0;
	top: 0;
	width: 3px;
	height: 100%;
	z-index: 1000;
}
._custom-scroll__line {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 3px 0 0 3px;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}

.simple-rating {
	position: relative;
	font-size: 20px;
	display: inline-block;
}

.simple-rating::before {
	content: "★★★★★";
	display: block;
}

.simple-rating__items {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	overflow: hidden;
}

.simple-rating__item {
	position: absolute;
	width: 0%;
	height: 0%;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}

.simple-rating__label {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 20%;
	        flex: 0 0 20%;
	height: 100%;
	cursor: pointer;
	color: #d2d2d2;
}

.simple-rating__label::before {
	content: "★";
	display: block;
	-webkit-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
}

.simple-rating__label:hover,
.simple-rating__label:hover ~ .simple-rating__label,
.simple-rating__label:checked ~ .simple-rating__label:hover {
	color: #ffd300;
}

.simple-rating__item:checked,
.simple-rating__item:checked ~ .simple-rating__label {
	color: #ffd300;
}

.popup {
	-webkit-overflow-scrolling: touch;
	z-index: 100;
	padding: 30px 10px;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: visibility 0.8s ease 0s;
	-o-transition: visibility 0.8s ease 0s;
	transition: visibility 0.8s ease 0s;
	visibility: hidden;
}
.popup::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 0.8s ease 0s;
	-o-transition: opacity 0.8s ease 0s;
	transition: opacity 0.8s ease 0s;
}
.popup.show {
	visibility: visible;
	overflow: auto;
}
.popup.show::before {
	opacity: 1;
}
.popup.show .popup__body {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}
.popup._active {
	overflow: auto;
	visibility: visible;
}
.popup._active::before {
	opacity: 1;
}
.popup._active .popup__body {
	-webkit-transition: all 0.3s ease 0.2s;
	-o-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.2s;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}
.popup__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 100%;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	width: 100%;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	align-items: center;
}
.popup__body {
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
	max-width: 800px;
}
.popup__close {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 30;
	background: url("../img/icons/close.svg") 0 0 no-repeat;
	background-size: contain;
	-webkit-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
}

.popup-map .popup__body {
	max-width: 630px;
}
.popup-map .popup__close {
	width: 25px;
	height: 25px;
	position: fixed;
	right: -30px;
	top: -30px;
}
@media (max-width: 700px) {
	.popup-map .popup__close {
		right: 0;
	}
}
.popup-map img {
	width: 100%;
	border-radius: 10px;
}

.popup-product {
	-webkit-overflow-scrolling: touch;
	z-index: 100;
	padding: 30px 10px;
	position: relative;
	top: unset;
	left: unset;
	width: 100%;
	height: 100%;
	-webkit-transition: visibility 0.8s ease 0s;
	-o-transition: visibility 0.8s ease 0s;
	transition: visibility 0.8s ease 0s;
	visibility: hidden;
}
.popup-product::before {
	content: "";
	background-color: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 0.8s ease 0s;
	-o-transition: opacity 0.8s ease 0s;
	transition: opacity 0.8s ease 0s;
}
.popup-product.show {
	visibility: visible;
	overflow: auto;
}
.popup-product.show::before {
	opacity: 1;
}
.popup-product.show .popup__body {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}
.popup-product._active {
	overflow: auto;
	visibility: visible;
}
.popup-product._active::before {
	opacity: 1;
}
.popup-product._active .popup__body {
	-webkit-transition: all 0.3s ease 0.2s;
	-o-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.2s;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}
.popup-product .popup__body {
	background: #fff;
}

.swiper-container {
	overflow: hidden;
	position: relative;
}
.swiper-container > div {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.swiper-container.swiper-container-autoheight > div {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	        transform: translate3d(0px, 0, 0);
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

.swiper-button-lock {
	display: none !important;
}

.swiper-pagination-bullets {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 15px 0px 0px 0px;
	height: 12px;
}

.swiper-pagination-bullet {
	background: #d6d6d6;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin: 0px 16px 0px 0px;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #9E35C9;
	width: 12px;
	height: 12px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.swiper-pagination-bullet:last-child {
	margin: 0;
}

.slider {
	position: relative;
	padding: 0px 40px;
	font-size: 16px;
	margin: 40px 0px;
}

.map-slider {
	margin: 0px 0px 30px 0px;
}
.map-slider .swiper-slide {
	opacity: 0.25;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.map-slider .swiper-slide:last-child {
	opacity: 1;
}
.map-slider .swiper-slide-active {
	opacity: 1;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.map__cards {
	margin: 0px;
}

.map-card {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #eee;
	height: 100%;
}

.map-card__img {
	width: 100%;
	height: 165px;
}
.map-card__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.map-card__info {
	padding: 16px 20px 28px 20px;
}

.map-card__title {
	font-family: "HelveticaNeueCyr";
	font-weight: 700;
	font-size: 24px;
	line-height: 130%;
	letter-spacing: 0.01em;
	color: #2C2D4C;
	margin: 0px 0px 8px 0px;
}

.map-card__rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0px 0px 20px 0px;
}
.map-card__rating span {
	display: block;
	font-family: "HelveticaNeueCyr";
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.02em;
	color: #2C2D4C;
}
@media (max-width: 480px) {
	.map-card__rating span {
		position: relative;
		top: 2px;
	}
}

.map-card__stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 108px;
	        flex: 0 0 108px;
	height: 16px;
	margin: 0px 6px 0px 0px;
}

.feedback-serv__star {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 16px;
	        flex: 0 0 16px;
	margin: 0px 5.6px 0px 0px;
}
.feedback-serv__star:last-child {
	margin: 0;
}

.map-card__blocks span {
	font-family: "HelveticaNeueCyr";
	font-size: 14px;
	line-height: 130%;
	letter-spacing: 0.01em;
	color: #6A6A80;
	margin: 0px 0px 4px 0px;
	display: block;
}
.map-card__blocks p, .map-card__blocks a {
	font-family: "HelveticaNeueCyr";
	font-weight: 700;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0.02em;
	color: #2C2D4C;
}

.map-card__block {
	margin: 0px 0px 16px 0px;
}
.map-card__block:last-child {
	margin: 0;
}

.mapaddr-slider {
	margin: 0px 0px 16px 0px;
	background: url("../img/menu-bg.svg") no-repeat;
	background-size: cover;
	background-position: bottom;
	position: relative;
	right: 77%;
	width: 660px;
}
.mapaddr-slider .swiper-wrapper {
	padding: 0px 0px 20px 0px;
}
.mapaddr-slider .swiper-slide {
	text-align: center;
	border-radius: 4px;
	padding: 8px 8px;
	white-space: nowrap;
	text-decoration: underline;
	position: relative;
}
.mapaddr-slider .swiper-slide-active {
	background: #9E35C9;
	color: #fff;
	text-decoration: none;
}
.mapaddr-slider .swiper-slide-active::before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #9E35C9;
}
@media (max-width: 414px) {
	.mapaddr-slider {
		right: 68%;
	}
}
@media (max-width: 390px) {
	.mapaddr-slider {
		right: 73%;
	}
}
@media (max-width: 375px) {
	.mapaddr-slider {
		right: 76%;
	}
}
@media (max-width: 320px) {
	.mapaddr-slider {
		right: 90%;
	}
}

.page {
	width: 375px;
	height: 700px;
	-webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.08);
	        box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	overflow: auto;
	padding: 0px 0px 153px 0px;
	position: relative;
}
.page::-webkit-scrollbar {
	display: none;
}
@media (max-height: 740px) {
	.page {
		height: calc(100vh - 40px);
	}
}
@media (min-height: 840px) and (min-width: 480px) {
	.page {
		padding: 0px 0px 55px 0px;
	}
}
@media (max-width: 480px) {
	.page {
		width: 100%;
		border-radius: 0;
		-webkit-box-shadow: none;
		        box-shadow: none;
		height: 100%;
	}
}

.head {
	width: 100%;
	position: relative;
	margin: 0px 0px 60px 0px;
}

.head__bg {
	height: 285px;
	width: 100%;
}
.head__bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
@media (max-width: 340px) {
	.head__bg {
		height: 200px;
	}
}

.head__logo {
	position: absolute;
	bottom: -50px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 100px;
	height: 100px;
	background: #FAFAFA;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.head__logo img {
	border-radius: 50%;
	width: 92px;
	height: 92px;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.page__title {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.1;
	color: #5C5C5C;
	text-align: center;
	margin: 0px 0px 30px 0px;
}
.page__title span {
	display: block;
	font-weight: 700;
	font-size: 26px;
	color: #000;
	margin: 0px 0px 5px 0px;
}

.hello__title {
	display: block;
	font-weight: 700;
	font-size: 26px;
	color: #000;
	margin: 0px 0px 5px 0px;
	text-align: center;
}

.hello__row {
	margin: 0px 0px 15px 0px;
}

.hello__text {
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	text-align: center;
}
.hello__text br {
	display: none;
}
@media (max-width: 340px) {
	.hello__text br {
		display: block;
	}
}

.contacts {
	margin: 0px 0px 20px 0px;
}

.contacts__icons {
	margin: 0px 0px 20px 0px;
}

.icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}

.icons > *:not(:last-child) {
	margin: 0px 4px 0px 0px;
}

.icons > * {
	height: 45px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 25%;
	        flex: 0 1 25%;
}

.icons a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.icons a img {
	width: 21px;
}
.icons a:last-child {
	border-radius: 0 10px 10px 0;
}
.icons a:first-child {
	border-radius: 10px 0 0 10px;
}
@media (min-width: 1024px) {
	.icons a:hover {
		-webkit-transform: translateY(-2px);
		    -ms-transform: translateY(-2px);
		        transform: translateY(-2px);
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		-webkit-box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.24);
		        box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.24);
	}
}

.icons__tg {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00aefa), to(#0983c5));
	background-image: -o-linear-gradient(top, #00aefa, #0983c5);
	background-image: linear-gradient(180deg, #00aefa, #0983c5);
}

.icons__wa {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#60fd7c), to(#07b825));
	background-image: -o-linear-gradient(top, #60fd7c, #07b825);
	background-image: linear-gradient(180deg, #60fd7c, #07b825);
}

.icons__vk {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#66a2e7), to(#3874b9));
	background-image: -o-linear-gradient(top, #66a2e7, #3874b9);
	background-image: linear-gradient(180deg, #66a2e7, #3874b9);
}

.icons__viber {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8760fd), to(#4c389d));
	background-image: -o-linear-gradient(top, #8760fd, #4c389d);
	background-image: linear-gradient(180deg, #8760fd, #4c389d);
}

.links a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	height: 45px;
	border-radius: 10px;
	color: #3F7BFB;
	font-size: 16px;
	font-weight: 500;
	background: #F7F7FA;
	margin: 0px 0px 8px 0px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.links a:last-child {
	margin: 0;
}
@media (min-width: 1024px) {
	.links a:hover {
		-webkit-transform: translateY(-2px);
		    -ms-transform: translateY(-2px);
		        transform: translateY(-2px);
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		-webkit-box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.24);
		        box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.24);
	}
}

.products {
	margin: 0px 0px 20px 0px;
}

.products__title {
	font-size: 16px;
	color: #000;
	text-align: center;
	line-height: 1.5;
	margin: 0px 0px 20px 0px;
}

.products__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -10px -7px;
}

.products-item {
	position: relative;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	padding: 10px 7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.products-item img {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	width: 100%;
	border-radius: 10px;
	margin: 0px 0px 10px 0px;
}
.products-item p {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
}
.products-item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.feedback {
	margin: 0px 0px 25px 0px;
}

.feedback__block {
	background: #F7F7FA;
	border-radius: 10px;
	padding: 15px 15px 15px 60px;
	margin: 0px 0px 15px 0px;
	position: relative;
}
.feedback__block p {
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}
.feedback__block::before {
	content: "😍";
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 24px;
}

.feedback__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0px 0px 5px 0px;
}

.map {
	overflow-x: hidden;
}
.map .title {
	margin: 0px 0px 16px 0px;
}

.map__map {
	margin: 0px -15px 15px -15px;
}

.map__img {
	position: relative;
	margin: 0px 0px 15px 0px;
	min-height: 280px;
}
.map__img img {
	width: 100%;
}
.map__img a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.map__links {
	margin: 0px 0px 15px 0px;
}

.callme {
	width: 100%;
}
.callme img {
	width: 100%;
	border-radius: 16px;
}

.products-block {
	position: fixed;
	z-index: 20;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	pointer-events: none;
	width: 375px;
	height: 700px;
	overflow: hidden;
	border-radius: 16px;
}
@media (max-height: 740px) {
	.products-block {
		height: calc(100vh - 40px);
	}
}
@media (max-width: 480px) {
	.products-block {
		width: 100%;
		height: 100%;
	}
}

.product {
	pointer-events: auto;
	position: absolute;
	z-index: 20;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 15px 15px 0 15px;
	border-radius: 0 16px 16px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.product._active {
	top: 0;
	height: 100%;
}
.product .icons {
	margin: 0px 0px 155px 0px;
}
.product .icons a {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 50%;
	        flex: 0 1 50%;
}
@media (min-height: 840px) and (min-width: 480px) {
	.product .icons {
		margin: 0px 0px 55px 0px;
	}
}

.product__row {
	overflow: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	height: 100%;
}
.product__row::-webkit-scrollbar {
	display: none;
}

.product__img {
	width: 100%;
	height: 340px;
	margin: 0px 0px 20px 0px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.product__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	border-radius: 12px;
}

.product__info {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

.product__title {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 600;
	margin: 0px 0px 20px 0px;
}

.product__desc {
	margin: 0px 0px 15px 0px;
}
.product__desc p {
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	font-weight: 300;
	margin: 0px 0px 25px 0px;
}
.product__desc p:last-child {
	margin: 0;
}

.product__close {
	position: absolute;
	z-index: 210;
	top: 30px;
	left: 30px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fff url("../img/icons/close1.svg?1") no-repeat;
	background-size: 16px;
	background-position: center;
	cursor: pointer;
}

.sticky-cont {
	position: fixed;
	z-index: 20;
	bottom: 15px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 375px;
	overflow: hidden;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #eee;
	padding: 10px;
}
@media (max-height: 850px) {
	.sticky-cont {
		left: 15px;
		-webkit-transform: translate(0, 0);
		    -ms-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}
@media (max-height: 850px) and (max-width: 1160px) {
	.sticky-cont {
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		    -ms-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
	}
}
@media (max-width: 480px) {
	.sticky-cont {
		width: calc(100% - 28px);
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		    -ms-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
	}
}

.sticky-cont__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0px 0px 15px 0px;
}

.sticky-cont__tel {
	background: -webkit-gradient(linear, left top, left bottom, from(#5cf676), to(#06bc29));
	background: -o-linear-gradient(top, #5cf676, #06bc29);
	background: linear-gradient(180deg, #5cf676, #06bc29);
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	font-size: 14px;
	font-weight: 500;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0px 10px 0 25px;
	border-radius: 5px;
	margin: 0px 10px 0px 0px;
	position: relative;
}
.sticky-cont__tel::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 10px;
	height: 10px;
	background: url("../img/icons/phone.svg") no-repeat;
	background-size: contain;
}
@media (max-width: 340px) {
	.sticky-cont__tel::before {
		display: none;
	}
}
@media (max-width: 340px) {
	.sticky-cont__tel {
		padding: 0px 8px;
		font-size: 13px;
	}
}

.sticky-cont__icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}
.sticky-cont__icons a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 35px;
	height: 35px;
	margin: 0px 8px 0px 0px;
}
.sticky-cont__icons a img {
	border-radius: 7px;
	width: 35px;
}
@media (max-width: 320px) {
	.sticky-cont__icons a img {
		width: 30px;
	}
}
.sticky-cont__icons a:last-child {
	margin: 0;
}
@media (max-width: 320px) {
	.sticky-cont__icons a {
		width: 30px;
		height: 30px;
		margin: 0px 5px 0px 0px;
	}
}

.feedback-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #2C2D4C;
	border-radius: 6px;
	padding: 0px 16px;
	min-height: 82px;
	margin: 0px 0px 12px 0px;
}

.feedback-head__rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	padding: 0px 10px 0px 0px;
}
.feedback-head__rating span {
	font-family: "HelveticaNeueCyr";
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	color: #fff;
	margin: 0px 9px 0px 0px;
}
@media (max-width: 340px) {
	.feedback-head__rating span {
		font-size: 20px;
	}
}
.feedback-head__rating .feedback-serv__star {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 26px;
	        flex: 0 0 26px;
}
.feedback-head__rating::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #56576F;
}

.feedback-serv__star img {
	width: 100%;
}

.feedback-head__quant {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	font-family: "HelveticaNeueCyr";
	font-size: 14px;
	line-height: 130%;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	padding: 0px 8px;
}
.feedback-head__quant span {
	display: block;
	font-weight: 700;
}

.feedback-head__logos img {
	height: 24px;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	margin: 0px 8px 0px 0px;
}
.feedback-head__logos img:last-child {
	margin: 0;
}
@media (max-width: 340px) {
	.feedback-head__logos img {
		height: 18px;
	}
}

.feedback-item {
	-webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.14);
	        box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.14);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 82px;
	padding: 0px 28px;
	border-radius: 6px;
	margin: 0px 0px 12px 0px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.feedback-item:last-child {
	margin: 0;
}
.feedback-item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (min-width: 1024px) {
	.feedback-item:hover {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	.feedback-item:hover .feedback-item__arrow {
		left: 5px;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}

.feedback-item__logo {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 98px;
	        flex: 0 1 98px;
}

.feedback-item__rating {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 110px;
	        flex: 0 1 110px;
}
.feedback-item__rating p {
	font-family: "HelveticaNeueCyr";
	font-size: 14px;
	line-height: 130%;
	letter-spacing: 0.01em;
	color: #2C2D4C;
}

.feedback-item__stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	margin: 0px 0px 7px 0px;
}
.feedback-item__stars .feedback-serv__star {
	margin: 0px 7px 0px 0px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 13px;
	        flex: 0 0 13px;
}

.feedback-item__arrow {
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	left: 0;
}

.map-card {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #eee;
	height: 100%;
}

.map-card__img {
	width: 100%;
	height: 165px;
}
.map-card__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.map-card__info {
	padding: 16px 20px 28px 20px;
}

.map-card__title {
	font-family: "HelveticaNeueCyr";
	font-weight: 700;
	font-size: 24px;
	line-height: 130%;
	letter-spacing: 0.01em;
	color: #2C2D4C;
	margin: 0px 0px 8px 0px;
}

.map-card__rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0px 0px 20px 0px;
}
.map-card__rating span {
	display: block;
	font-family: "HelveticaNeueCyr";
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.02em;
	color: #2C2D4C;
}
@media (max-width: 480px) {
	.map-card__rating span {
		position: relative;
		top: 2px;
	}
}

.map-card__stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 108px;
	        flex: 0 0 108px;
	height: 16px;
	margin: 0px 6px 0px 0px;
}

.feedback-serv__star {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 16px;
	        flex: 0 0 16px;
	margin: 0px 5.6px 0px 0px;
}
.feedback-serv__star:last-child {
	margin: 0;
}

.map-card__blocks span {
	font-family: "HelveticaNeueCyr";
	font-size: 14px;
	line-height: 130%;
	letter-spacing: 0.01em;
	color: #6A6A80;
	margin: 0px 0px 4px 0px;
	display: block;
}
.map-card__blocks p, .map-card__blocks a {
	font-family: "HelveticaNeueCyr";
	font-weight: 700;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0.02em;
	color: #2C2D4C;
}

.map-card__block {
	margin: 0px 0px 16px 0px;
}
.map-card__block:last-child {
	margin: 0;
}

.bottomblock__btn {
	height: 52px;
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #9E35C9;
	border-radius: 6px;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: 0.01em;
	color: #FFFFFF;
}
.bottomblock__btn span {
	position: relative;
	padding: 0px 25px 0px 0px;
}
.bottomblock__btn span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 14px;
	height: 14px;
	background: url("../img/icons/arrow1.svg") no-repeat;
	background-size: contain;
}

.sl-navigation, .sl-counter {
	display: none !important;
}