
/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.00 08.12.25 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url("jquery-ui.css");
@import url("splide.min.css");
@charset "utf-8";

@import url("modals/blur.css");
/*---------------------- end basic styles ----------------------------------*/
/*---------------------- global --------------------------------------*/
html {
	height: 100%;
	overflow-y: scroll;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	background: #fff;
	height: 100%;
	color: #000;
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: left;
	word-wrap: break-word;
}

input,
button,
select,
textarea,
html {
	font-family: 'SBSansDisplay-Regular', sans-serif;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover,
a:hover:visited {
	text-decoration: none;
}

.nu a:hover,
a.nu:hover {
	text-decoration: underline;
}

.nu a,
a.nu {
	text-decoration: none;
}

a.link_dashed,
.link_dashed a {
	text-decoration: none;
	border-bottom: 0.1rem dashed;
}

a.link_dashed:hover,
.link_dashed a:hover {
	border: 0;
	text-decoration: none;
}

.h1 {
	font-size: 2.2rem;
	font-weight: normal;
	margin: 0 0 2.4rem;
	position: relative;
	line-height: 1.1;
	text-transform: uppercase;
}
.h1 .grey_text{
	color: #B7BBC1;
}
.h2 {
	font-size: 2.2rem;
	font-weight: normal;
	margin: 0 0 2.0rem;
	position: relative;
	line-height: 1.1;
	text-transform: uppercase;
}
.h2 .grey_text{
	color: #B7BBC1;
}
.h3 {
	font-size: 2.2rem;
	font-weight: normal;
	margin: 0 0 2.0rem;
	position: relative;
	line-height: 1.1;
	text-transform: uppercase;
}
.h3 .grey_text{
	color: #B7BBC1;
}


.h4 {
	font-size: 2.0rem;
	font-weight: normal;
	margin: 0 0 2.4rem;
	position: relative;
	line-height: 1.2;
	text-transform: uppercase;
}
.h4 .grey_text{
	color: #B7BBC1;
}
.h5 {
	font-size: 1.8rem;
	font-weight: normal;
	margin: 0 0 2.4rem;
	position: relative;
	line-height: 1.2;
	text-transform: uppercase;
}
.h5 .grey_text{
	color: #B7BBC1;
}

.h6 {
	font-size: 1.6rem;
	font-weight: normal;
	margin: 0 0 2.4rem;
	position: relative;
	line-height: 1.2;
	text-transform: uppercase;
}
.h6 .grey_text{
	color: #B7BBC1;
}
/*colors*/
/*end colors*/
/*fonts*/

@font-face {
	font-family: 'SBSansDisplay-Regular';
	src: url("../fonts/SBSansDisplay-Regular.eot");
	src: url("../fonts/SBSansDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SBSansDisplay-Regular.woff") format("woff"), url("../fonts/SBSansDisplay-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;

}
@font-face {
	font-family: 'SBSansDisplay-Medium';
	src: url("../fonts/SBSansDisplay-Medium.eot");
	src: url("../fonts/SBSansDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SBSansDisplay-Medium.woff") format("woff"), url("../fonts/SBSansDisplay-Medium.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;

}
.f-10 {
	font-size: 1.0rem;
}

.f-11 {
	font-size: 1.1rem;
}

.f-12 {
	font-size: 1.2rem;
}

.f-13 {
	font-size: 1.3rem;
}

.f-14 {
	font-size: 1.4rem;
}

.f-15 {
	font-size: 1.5rem;
}

.f-16 {
	font-size: 1.6rem;
}

.f-17 {
	font-size: 1.7rem;
}

.f-18 {
	font-size: 1.8rem;
}

.f-19 {
	font-size: 1.9rem;
}

.f-20 {
	font-size: 2.0rem;
}

/*end fonts*/
/*forms fields*/
.field {
	background: #28292B;
	border: 0.1rem solid #336A77;
	border-radius: 0.4rem;
	padding: 1.2rem 1.9rem 1.2rem;
	-webkit-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
}

.field:focus {
	border-color: #D1D1D1;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.field:-moz-placeholder {
	opacity: 1;
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
	font-style: normal;
}

.field::-moz-placeholder {
	opacity: 1;
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
	font-style: normal;
}

.field::-webkit-input-placeholder {
	opacity: 1;
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
	font-style: normal;
}

.field:-ms-input-placeholder {
	opacity: 1;
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
	font-style: normal;
}

.field.placeholder {
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
	font-style: normal;
}

.field.invalid {
	background: #FFF;
	box-shadow: none;
	border-color: #D1D1D1;
}

.parent_field {
	display: inline-block;
	vertical-align: top;
}

.invalid_message {
	display: block;
	color: #FB2828;
	font-size: 1.1rem;
	line-height: 1.2;
}

.valid_message {
	display: none;
	color: green;
	font-size: 1.1rem;
	line-height: 1.2;
}

/*end forms fields*/
/*over blocks*/
.o {
	overflow: hidden;
}

.cx:before,
.cx:after {
	content: "";
	display: table;
}

.cx:after {
	clear: both;
}

.ct {
	display: table;
}

.ct:after {
	content: '. . . . . . . . . . .';
	display: block;
	word-spacing: 99in;
	height: 0;
	overflow: hidden;
	font-size: 0.05em;
	line-height: 0.05em;
}

/*end over blocks*/
/*other*/
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border: 0;
	margin: 0 0 2.5rem;
	height: 0;
	display: block;
	width: 100%;
	vertical-align: top;
	overflow: hidden;
	border-top: 0.1rem solid #E0E0E0;
}

::-moz-selection {
	background-color: #0000ff;
	color: #fff;
	text-shadow: none;
}

::selection {
	background-color: #0000ff;
	color: #fff;
	text-shadow: none;
}

img::-moz-selection {
	background-color: transparent;
	-moz-box-shadow: none;
}

img::selection {
	background-color: transparent;
	box-shadow: none;
}

ul {
	margin: 0 0 2.0rem;
	padding: 0 !important;
}
.benefits_list .sub ul{
	margin: -0.9rem 0 0.7rem;
}
li {
	background: url("../img/dot.png") no-repeat 0 0.5rem;
	background-size: 0.4rem 0.4rem;
	margin: 0 0 0.6rem;
	padding: 0 0 0 1.0rem;
	list-style: none;
}



.list>li {
	background: none;
	padding: 0;
}




/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/
.wrapper {
	min-height: 100%;
	margin: auto;
	overflow-x: clip;
	position: relative;
	z-index: 1;
}


.inner {
	margin: auto !important;
}

.inner:before,
.inner:after {
	content: "";
	display: table;
}

.inner:after {
	clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
	height: 67.2rem;
	padding: 0 1.6rem;
	position: relative;
	z-index: 3;
}







.logo {
	background: url(../img/logo_mobile.svg) no-repeat 50% 50%;
	background-size: 13.1rem 3.7rem;
	width: 13.1rem;
	height: 3.7rem;
	margin: 1.7rem 0 0 0.9rem;
	position: relative;
	z-index: 3;
}

.logo .link {
	display: block;
	width: 13.1rem;
	height: 3.7rem;
}




.nav {
	display: none;
	
}












.splide__list {
	visibility: visible;
	display: flex;
}

.splide__pagination {
	margin: 0;
	padding: 0;
	list-style: none;
}

.splide__pagination li {
	background: none;
	margin: 0 .4rem;
	padding: 0;
}



.splide__track {
	overflow: visible;
}



.promo_fig {

	width:100vw;
	
	margin: -5.4rem 0 0;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	overflow: hidden;
}


.promo_fig .link {
	display: block;
}
.fig_tablet{
	display: none;
}
.fig_desktop{
	display: none;
}
.promo_fig .fig {
	width: 100%;
	height: 67.2rem;
	position: relative;
	overflow: hidden;
}




.promo_fig .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	
}


.promo_fig .text {
	position: absolute;
	top: 9.6rem;
	left: 1.6rem;
	right: 7.0rem;
	color: #fff;
	z-index: 2;
}






.promo_fig .title {
	margin: 0 0 1.3rem;
	font-family: 'SBSansDisplay-Medium', sans-serif;
	font-size: 3.6rem;
	text-transform: uppercase;
	line-height: 1;
}
.btn_block{
	position: absolute;
	bottom: 1.6rem;
	right: 1.6rem;
	left: 1.6rem;
	display: flex;
}
.btn_1{
	background: #fff;
	display: block;
	width: 100%;
	height: 5.4rem;
	text-align: center;
	text-decoration: none;
	line-height: 5.4rem;
}
.btn_9{
	background: #fff;
	display: block;
	width: 100%;
	height: 5.4rem;
	text-align: center;
	text-decoration: none;
	line-height: 5.4rem;
	margin-left: 2rem;
}
/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side_1, .side_2 {
	width: 170px;
	position: relative;
	float: left;
}
.side_2 {
	float: right;
}
/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.content {
	position: relative;
	padding: 0.7rem 1.6rem 0;
	
}
.about_block{
margin: 0 0 2.4rem;
}
.about_block .fig{
	width: 100%;
	height: 0;
	padding: 0 0 72%;
	margin: 0 auto 2.4rem;
	position: relative;
	overflow: hidden;
}
.about_block2 .fig {
	width: 100%;
  height: 0;
  padding: 0 0 72%;
  margin: 0 auto 2.4rem;
  position: relative;
  overflow: hidden;
}
.about_block .fig img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.about_block2 .fig img{
	width: 100%;
	position: relative;
	top: 0px;
	right: 0;
	bottom: 0;
	max-width: 660px;
	object-fit: cover;
}

.video_block{
	margin: 0 -1.6rem 2.4rem;
}
.video_block .video-background{
	width: 100%;
	height: 24.0rem;
	position: relative;


	
  background-image: url('img/pic3.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.video_block .video-background video {
 width: 100%;
	height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.video_block iframe{
	width: 100%;
	height: 100%;
}
.price_schedule_block{
	display: flex;
	flex-direction: column;
}

.price_schedule_block .left_block{
	border-top: 0.1rem solid #D4D4D4;
	margin: 0 -1.6rem;
	padding: 2.4rem 1.6rem 0;
}

.schedule_list > .item{
	margin: 0 0 1.6rem;
}
.schedule_list .title{
	margin: 0 0 1.0rem;
font-size: 1.6rem;
}
.time_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -0.4rem;
}
.time_list .item{
	background: #F7F7F7;
	margin: 0 0 0.4rem 0.4rem;
	width: 10.9rem;
	height: 3.2rem;
	color: #000;
	text-align: center;
	line-height: 3.2rem;
}

.time_list_holidays{
	margin: 0 0 0.4rem;
}
.time_list_holidays .item{
	width: 15.4rem;
}
.time_list .date{
color: #979DA6;
}
.btn_2{
	background: radial-gradient(78.49% 245.61% at 75.74% 32.08%, #6BC7CD 26.41%, #7077ED 66.24%, #CDC6FB 91.05%),
linear-gradient(54.8deg, #CDC6FB 7.31%, rgba(205, 198, 251, 0) 62.81%),
linear-gradient(51.26deg, rgba(126, 111, 246, 0.66) 19.46%, rgba(126, 111, 246, 0) 62.67%),
linear-gradient(302.68deg, rgba(126, 111, 246, 0.66) 3.4%, rgba(126, 111, 246, 0) 32.78%);

	display: block;
	width: 100%;
	height: 5.4rem;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 5.4rem;
}
.price_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -3.8rem;
}
.benefits_list .sub ul.price_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -3.8rem;
}
.price_list .item{
	margin: 0 0 2.1rem 3.8rem;
	color: #979DA6;
}
.price_list .price{
	font-size: 1.8rem;
	color: #107F8C;
}
.benefits_list .title{
	margin: 0 -1.6rem;
}
.benefits_list .title .link{
	background: url(../img/benefits_list_down.svg) no-repeat 95% 50%;
border-top: 0.1rem solid #D4D4D4;
display: block;
height: 5.1rem;
padding: 0 3.4rem 0 1.6rem;
font-size: 1.6rem;
color: #000;
text-decoration: none;
line-height: 5.1rem;
}

.benefits_list .active .title .link{
	background: url(../img/benefits_list_up.svg) no-repeat 95% 50%;
}
.benefits_list .sub{
	display: none;
}
.benefits_list .active .sub{
	display: block;
}
.gallerry_block{
	margin: 0 -1.6rem;
}
.carousel_4 {
	margin: 0 -0.1rem 0.9rem;
	padding: 0 0 3.2rem;
	position: relative;
}

.carousel_4 .splide__arrows {
	display: none;
}


.carousel_4 .splide__track {
	overflow: hidden;
}

.carousel_4 .splide__slide {
	position: relative;
	padding: 0 0.1rem;
}






.carousel_4 .fig {
	width: 100%;
	height: 24.0rem;
	position: relative;
	overflow: hidden;
}




.carousel_4 .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}

.carousel_4 .splide__pagination {
  bottom: 0;
}
.carousel_4 .splide__pagination li {
  margin: 0 0.2rem;
}
.carousel_4 .splide__pagination__page{
background: none;
border-top: 0.1rem solid #14191D;
border-radius: 0;
width: 4.1rem;
height: 1.6rem;
margin: 0;
opacity: 0.24;
transition: none;
}
.carousel_4 .splide__pagination__page.is-active {
 background: none;
border-top: 0.1rem solid #14191D;
  transform: none;
  opacity: 1;
  
}
.service_block{
margin: 0 0 1.6rem;
}
.service_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0.4rem 0 0 -0.8rem;
}
.service_list .item{
	background: #F7F7F7;
	margin: 0 0 0.8rem 0.8rem;
	width: calc(50% - 3.6rem);
	padding: 1.4rem 1.4rem 0;
	color: #979DA6;
	line-height: 1.2;
}
.service_list .fig{
	width: 2.4rem;
	height: 2.4rem;
	margin: 0 0 1.3rem;
	position: relative;
	overflow: hidden;
}
.service_list .img{
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.service_list .title{
	margin: 0 0 0.5rem;
	font-size: 1.4rem;
	color: #000;
	line-height: 1.1;
}
.rules_visiting_block{
	padding: 2.4rem 0 0;
	position: relative;
	color: #fff;
}
.rules_visiting_block:before{
	content: "";
	background: url(../img/rules_visiting_block.jpg) no-repeat;
	background-size: 76.8rem 100%;
	width: 76.8rem;
	margin: 0 0 0 -38.4rem;
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	z-index: -1;
}

.rules_visiting_block .fig_bg{
	display: none;

}
.rules_visiting_block .download_link{
	background: url(../img/download_link.svg) no-repeat;
	display: inline-block;
	min-height: 1.9rem;
	padding: 0.5rem 0 0 2.8rem;
	color: #fff;
	text-decoration: none;
}
.rules_visiting_block .h3{
	margin: 0 0 0.4rem;
	color: #fff;
}
.rules_visiting_block .h3 .grey_text{
	display: block;
	color: #fff;
	opacity: 0.5;
}
.rules_visiting_list{
	display: flex;
	flex-wrap: wrap;
	margin: 1.1rem 0 0 -2.4rem;
}
.rules_visiting_list .item{
	margin: 0 0 0.4rem 2.4rem;
	width: calc(50% - 2.4rem);
	font-family: 'SBSansDisplay-Medium', sans-serif;
	color: #fff;
	line-height: 1.2;
}
.rules_visiting_list .fig{
	width: 2.4rem;
	height: 2.4rem;
	margin: 0 0 1.0rem;
	position: relative;
	overflow: hidden;
}
.rules_visiting_list .img{
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.map_block {
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
}

.map_block .h3 {
	margin: 0 0 3.1rem;
}



.map_block .fig {
	width: 100%;
	height: 46.2rem;
	position: relative;
}

.map_block .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: top;
}

.map_block iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: top;
}

.map_block .text {
	width: calc(100% - 3.2rem);
	padding: 2.4rem 1.6rem 0.7rem;
	position: relative;
}



.map_list {
	margin: 0 0 0.6rem;
}

.map_list .item {
	margin: 0 0 0.2rem;
	color: #979DA6;
	line-height: 1.2;
}
.map_list .title {
	margin: 0 0 0.8rem;
	font-size: 1.6rem;
	color: #000;
}

.map_list .link {
	color: #000;
	text-decoration: none;
}
.coordinates{
	background: url(../img/coordinates.svg) no-repeat;
	display: inline-block;
	min-height: 2.0rem;
	margin: 0 0 2.4rem;
	padding:0 0 0 2.4rem;
	color: #979DA6;
}
.coordinates .link{
	color: #979DA6;
	text-decoration: none;
}
.modal {
	position: fixed;
	z-index: 1000;
}
.modal__inner {
	overflow: hidden;
	overflow-y: scroll;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.modal, .modal__bg {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.modal__horisontal_inner {
	display: table;
	height: 100%;
	margin: auto;
}
.modal__vertical_inner {
	display: table-cell;
	vertical-align: middle;
	-webkit-perspective: 1300px;
	perspective: 1300px;
}
.modal__bg {
	background: #000;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.show .modal__bg {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modal__content {
	background: #fff;
	padding: 24px;
	position: relative;
}
.box_fig .modal__content{
width: auto;
}
.modal_lightbox__image{
	width: 100%;
}
.modal_lightbox__image img{
	width: 100%;
}
.modal_lightbox__title{
	margin: 0 0 1.0rem;
}
.modal__close_btn {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	text-decoration: none;
	line-height: 24px;
	z-index: 2;
}
.modal_lightbox__prev, .modal_lightbox__next {
	cursor: pointer;
	width: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.modal_lightbox__next {
	left: auto;
	right: 0;
}
/*---------------------- end content ----------------------------------*/

/* media queries */
/* small screens (portrait and landscape) */
/* small screens (landscape) */
/* small screens (portrait) */
/* medium small screens */
/* medium screens (excludes iPad & iPhone) */
/* ipads (portrait and landscape) */
/* ipads (landscape) */
/* ipads (portrait) */
/* medium large screens */
/* large screens */
/* extra large screens */
/* iphone 4 and high pixel ratio (1.5+) devices */
/* iphone 4 and higher pixel ratio (2+) devices (retina) */
/*CSS for serving the retina image to devices with a high "device-pixel-ratio":*/
/* print media */




@media (min-width: 768px) {
.h1 {
	font-size: 2.4rem;
	margin: 0 0 2.4rem;
}

.h2 {
	font-size: 2.4rem;
	margin: 0 0 2.0rem;
}

.h3 {
	font-size: 2.4rem;
	margin: 0 0 2.4rem;
}



.h4 {
	font-size: 2.0rem;
}

.h5 {
	font-size: 1.8rem;
}
.h6 {
	font-size: 1.6rem;
}
li {
  background: url("../img/dot.png") no-repeat 0 0.7rem;
  background-size: 0.4rem 0.4rem;
}
.header {
  height: 44.1rem;
  padding: 0 2.4rem;
  position: relative;
  z-index: 3;
}
.header_top {
	display: flex;
}
.logo {
  background-size: 11.7rem 3.3rem;
  width: 11.7rem;
  height: 3.3rem;
  margin: 2.0rem 0 0 0.6rem;
}
.logo .link{
  background-size: 17.8rem 5.0rem;
  width: 11.7rem;
  height: 3.3rem;
}
.nav{
	display: block;
	margin: 3.3rem 2.4rem 0 3.8rem;
	position: relative;
	z-index: 14;
}
.nav .list {
	display: flex;
	margin: 0 0 0 -1.8rem;
}

.nav .item {
	margin: 0 0 0 1.8rem;
}

.nav .link {
	color: #fff;
	text-decoration: none;
}

.promo_fig .text {
	width: 33.4rem;
	top: 10.7rem;
  left: 2.4rem;
  right: auto;
	
 
}



.promo_fig .title {
  margin: 0 0 1.8rem;
  font-size: 4.2rem;
}

.fig_tablet{
	display: block;
	width: 100%;
	height: 44.1rem;
	position: relative;
	overflow: hidden;
}

.promo_fig .fig {
	display: none;
}
.promo_fig .btn_block{
    position: absolute;
    bottom: 2.4rem;
    left: 2.4rem;
    display: flex;
}
.btn_1 {
	width: 33.4rem;
  height: 5.4rem;
  position: relative;
  line-height: 5.4rem;
}
.btn_9 {
	width: 33.4rem;
  height: 5.4rem;
  position: relative;
  line-height: 5.4rem;
}
.content {
  padding: 0.7rem 2.4rem 0;
}
.about_block{
	position: relative;
	min-height: 32.3rem;
	margin: 0 0 0.1rem;
    padding: 1.7rem 0 0;
}
.about_block2{
	border-top: 0.1rem solid #D4D4D4;
	position: relative;
	min-height: 62rem;
	margin: 0 0 0.1rem;
    padding: 1.7rem 0 0;
}
.about_block .in{
	display: flex;
}
.about_block2 .in{
	display: flex;
}
.about_block .left_block{
width: calc(100% - 37.2rem);
margin: 0 2.4rem 0 0;
}
.about_block2 .left_block{
width: calc(100% - 37.2rem);
margin: 0 2.4rem 0 0;
}
.about_block .fig {
  width: 34.8rem;
    height: 30.0rem;
    margin: 0;
	padding: 0;
}
.about_block2 .fig {
  width: 34.8rem;
    height: 30.0rem;
    margin: 0;
	padding: 0;
}
.about_block .text{
	width: 28.7rem;
	position: absolute;
	bottom: 0;
	left: 0;
}
.about_block2 .text{
	width: 28.7rem;
	position: absolute;
	bottom: 0;
	left: 0;
}


.video_block {
  margin: 0 -2.4rem;
}
.video_block .video-background {
  height: 40.0rem;
}
.price_schedule_block {
  flex-direction: row;
}
.price_schedule_block .grey_text{
	display: block;
}
.price_schedule_block .left_block {
  border-top: none;
  border-right: 0.1rem solid #D4D4D4;
  width: calc(50% - 2.4rem);
  margin: 0;
  padding: 2.4rem 2.4rem 2.0rem 0;
}
.price_schedule_block .right_block {
	width: calc(50% - 2.4rem);
	padding: 2.4rem 0 0 2.4rem;
}
.schedule_list .title {
  margin: 0 0 1.0rem;
  font-size: 1.6rem;
}

.time_list {
  margin: 0 0 0 -0.4rem;
}
.time_list .item {
  margin: 0 0 0.4rem 0.4rem;
  width: 10.9rem;
  height: 3.2rem;
  line-height: 3.2rem;
}
.time_list_holidays .item {
    width: 16.5rem;
  }
.btn_2 {
  height: 5.4rem;
  line-height: 5.4rem;
}
.price_list .price {
  font-size: 1.8rem;
}
.benefits_list .title {
  margin: 0 -2.4rem;
}
.benefits_list .title .link {
  height: 6.4rem;
  padding: 0 3.4rem 0 2.4rem;
  font-size: 1.6rem;
  line-height: 6.4rem;
}
 .price_schedule_block .h2 {
    margin: 0 0 4.0rem;
  }
  .price_schedule_block .h3 {
    margin: 0 0 2.8rem;
  }

.price_list {
  margin: 0 0 0 -3.8rem;

}
.benefits_list .sub ul {
  margin: 0 0 2.7rem;
}
.gallerry_block {
  margin: 0;
}
.carousel_4 {
	margin: 0 0 2.4rem;
	padding: 0;
}
.carousel_4 .splide__list{
margin: 0 0 0 -0.1rem;
display: flex !important;
flex-wrap: wrap;
transform: none;
}
.carousel_4 .splide__slide {
  position: relative;
  width: calc(35% - 0.1rem) !important;
  margin: 0 0 0.1rem 0.1rem;
  padding: 0;

}
.carousel_4 .splide__slide:nth-child(2) {
  width: calc(65% - 0.1rem) !important;
}
.carousel_4 .splide__slide:nth-child(3) {
  width: calc(65% - 0.1rem) !important;
}

.carousel_4 .fig {
  height: 32.0rem;
}
.carousel_4 .splide__pagination{
	display: none;
}
.service_list {
  margin: 0.4rem 0 0 -1.0rem;
}
.service_list .item {
  margin: 0 0 1.0rem 1.0rem;
  width: calc(25% - 3.8rem);
}
.service_list .fig {
  margin: 0 0 2.2rem;
}

.rules_visiting_block{
	 padding: 2.4rem 27.5rem 0.3rem 0;
}
.rules_visiting_block .h3 .grey_text{
	display: inline-block;
}
.rules_visiting_block::before {
  content: "";
  background: url(../img/rules_visiting_block_pk.jpg) no-repeat;
  background-size: 100vw 100%;
  width: 100vw;
  margin: 0 0 0 -50vw;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
}

.rules_visiting_block .fig_bg{
	background: url(../img/pic9.png) no-repeat;
	background-size: 31.4rem 34.8rem;
	display: block;
	width: 31.4rem;
	height: 34.8rem;
	margin: -17.4rem 0 0;
  position: absolute;
  top: 50%;
 right: -2.5rem;

}
.rules_visiting_list {
  margin: 1.1rem 0 0 -2.4rem;
}
.rules_visiting_list .item {
  margin: 0 0 0 2.4rem;
    width: calc(50% - 2.4rem);
}

.rules_visiting_block .download_link {
  min-height: 2.1rem;
  margin: 0 0 3.1rem;
  padding: 0.3rem 0 0 2.8rem;
}
.rules_visiting_block .h3 {
  margin: 0 0 0.6rem;
}
.map_block {
	width: 100vw;
	height: 49.8rem;
  margin: 0;
  position: relative;
}
.map_block .fig {
	width: 50%;
	height: 49.8rem;
	position: absolute;
    right: 50%;
    transform: translate(100%, 0);
}
.map_block .text {
    min-width: 76.8rem;
    max-width: 123.9rem;
    width: 100%;
	height: 47.4rem;
	padding: 0;
	position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
	z-index: 2;
  }
.map_block .in {
	width: calc(50% - 4.8rem);
	padding: 2.4rem 2.4rem 0;
	position: relative;
}
.map_block .in:before {
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}




.map_block .h3 {
  margin: 0 0 2.7rem;
}
.map_list {
  margin: 0;
}
.map_list .title {
  margin: 0 0 0.8rem;
  font-size: 1.6rem;
  line-height: 1.1;
}
.map_list .item {
  margin: 0 0 0.3rem;
}
.coordinates {
  margin: 0 0 3.2rem;
}
}
@media (min-width: 1240px) {
	body {
  font-size: 1.6rem;
  line-height: 1.4;
	}
	li {
  background: url("../img/dot.png") no-repeat 0 0.8rem;
  background-size: 0.6rem 0.6rem;
  margin: 0 0 0.7rem;
  padding: 0 0 0 1.7rem;
}
	.h1 {
	font-size: 3.6rem;
	margin: 0 0 2.4rem;
}

.h2 {
	font-size: 3.6rem;
	margin: 0 0 2.0rem;
}

.h3 {
	font-size: 3.6rem;
	margin: 0 0 4.0rem;
}



.h4 {
	font-size: 3.0rem;
}

.h5 {
	font-size: 2.0rem;
}


.h6 {
	font-size: 1.8rem;
}
	.wrapper {
	min-width: 102.4rem;
}
.inner {
	min-width: 102.4rem;
	max-width: 144.0rem;
}
.header {
	min-width: 102.4rem;
	max-width: 144.0rem;
	height: 68.3rem;
  padding: 0;
}
.header_top {
	display: flex;
	min-width: 102.4rem;
	max-width: 144.0rem;
}
	.logo {
  background-size: 17.8rem 5.0rem;
  width: 17.8rem;
  height: 5.0rem;
  margin: 3.4rem 0 0 5.1rem;
}
.logo .link{
  background-size: 17.8rem 5.0rem;
  width: 17.8rem;
  height: 5.0rem;
}
.nav{
	display: block;
	margin: 5.0rem 4.0rem 0 8.3rem;
	position: relative;
	z-index: 14;
}
.nav .list {
	display: flex;
	margin: 0 0 0 -2.4rem;
}

.nav .item {
	margin: 0 0 0 2.4rem;
}

.nav .link {
	color: #fff;
	text-decoration: none;
}

.promo_fig {
  margin: -8.4rem 0 0;
}
.promo_fig .text {
	min-width: 102.4rem;
	max-width: 144.0rem;
	width: calc(100% - 4.0rem);
	padding: 0 0 0 4.0rem;
  top: 16.1rem;
  left: 50%;
    transform: translate(-50%, 0);
 
}
.promo_fig .in {
	
	 width: 55.0rem;

}


.promo_fig .title {
  margin: 0 0 2.1rem;
  font-size: 7.0rem;
}
.promo_fig .into {
	
	 width: 34.9rem;

}
.fig_tablet{
	display: none;
}
.fig_desktop{
	display: block;
	width: 100%;
	height: 68.3rem;
	position: relative;
	overflow: hidden;
}
.promo_fig .fig {
	display: none;
}

.promo_fig .btn_block{
min-width: 102.4rem;
    max-width: 144.0rem;
    width: calc(100% - 4.0rem);
    padding: 0 0 0 4.0rem;
    position: absolute;
    bottom: 4.2rem;
    left: 50%;
    transform: translate(-50%, 0);
}
.btn_1 {
  width: 25.0rem;
  height: 6.4rem;
  position: relative;
  line-height: 6.4rem;
}
.btn_9 {
  width: 25.0rem;
  height: 6.4rem;
  position: relative;
  line-height: 6.4rem;
}




.content {
  padding: 0.7rem 4.0rem 0;
}
.about_block{
	position: relative;
	min-height: 47.8rem;
	margin: 0 0 4.0rem;
    padding: 3.4rem 0 0;
}


.about_block2{
	position: relative;
	min-height: 70rem;
	margin: 0 0 4.0rem;
  padding: 3.4rem 0 0;
}

.about_block .in{
	display: flex;
}
.about_block2 .in{
	display: flex;
}
.about_block .left_block{
width: calc(100% - 70.0rem);
margin: 0 4.0rem 0 0;
}
.about_block2 .left_block{
width: calc(100% - 70.0rem);
margin: 0 4.0rem 0 0;
}
.about_block .fig {
  width: 66.0rem;
    height: 47.8rem;
	padding: 0;
    margin: 0;
}
.about_block2 .fig {
  width: 66.0rem;
    height: 47.8rem;
	padding: 0;
    margin: 0;
}
.about_block .text{
	width: 37.7rem;
	position: absolute;
	bottom: 0;
	left: 0;
}
.about_block2 .text{
	width: 57rem;
	position: absolute;
	bottom: 0;
	left: 0;
}
.video_block {
  margin: 0 -4.0rem;
}
.video_block .video-background {
  height: 61.1rem;
}
.price_schedule_block {
  flex-direction: row;
}
.price_schedule_block .left_block {
  border-top: none;
  border-right: 0.1rem solid #D4D4D4;
  width: calc(50% - 4.0rem);
  margin: 0;
  padding: 4.0rem 4.0rem 2.0rem 0;
}
.price_schedule_block .right_block {
	width: calc(50% - 4.0rem);
	padding: 4.0rem 0 0 4.0rem;
}
.schedule_list .title {
  margin: 0 0 1.0rem;
  font-size: 2.4rem;
}

.time_list {
  margin: 0 0 0 -0.6rem;
}
.time_list .item {
  margin: 0 0 0.6rem 0.6rem;
  width: 12.3rem;
  height: 5.9rem;
  line-height: 5.9rem;
}
.time_list_holidays .item {
  width: 18.3rem;
}
.btn_2 {
  height: 6.4rem;
  line-height: 6.4rem;
}
.price_list .price {
  font-size: 2.8rem;
}
.benefits_list .title {
  margin: 0 -4.0rem;
}
.benefits_list .title .link {
  height: 8.9rem;
  padding: 0 3.4rem 0 4.0rem;
  font-size: 2.4rem;
  line-height: 8.9rem;
}
 .price_schedule_block .h2 {
    margin: 0 0 4.8rem;
  }
  .price_schedule_block .h3 {
    margin: 0 0 5.4rem;
  }

.price_list {
  margin: 0 0 1.6rem -3.8rem;

}
.benefits_list .sub ul {
  margin: 0 0 2.7rem;
}
.gallerry_block {
  margin: 0;
}
.carousel_4 {
	margin: 0 0 4.0rem;
}
.carousel_4 .splide__list{
margin: 0 0 0 -0.1rem;
flex-wrap: wrap;
transform: none;
}
.carousel_4 .splide__slide {
  position: relative;
  width: calc(35% - 0.1rem) !important;
  margin: 0 0 0.1rem 0.1rem;
  padding: 0;

}
.carousel_4 .splide__slide:nth-child(2) {
  width: calc(65% - 0.1rem) !important;
}
.carousel_4 .splide__slide:nth-child(3) {
  width: calc(65% - 0.1rem) !important;
}

.carousel_4 .fig {
  height: 60.0rem;
}
.carousel_4 .splide__pagination{
	display: none;
}
.service_list {
  margin: 0.4rem 0 0 -2.0rem;
}
.service_list .item {
  margin: 0 0 2.0rem 2.0rem;
  width: calc(25% - 6.8rem);
  padding: 2.4rem 2.4rem 0;
}
.service_list .fig {
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 0 5.1rem;
}
.service_list .title {
	margin: 0 0 1.1rem;
  font-size: 2.0rem;
}
.rules_visiting_block{
	 padding: 4.0rem 47.0rem 1.3rem 0;
}
.rules_visiting_block .h3 .grey_text {
 
	display: block;
}
.rules_visiting_block::before {
  content: "";
  background: url(../img/rules_visiting_block_pk.jpg) no-repeat;
  background-size: 100vw 100%;
  width: 100vw;
  margin: 0 0 0 -50vw;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
}

.rules_visiting_block .fig_bg{
	background: url(../img/pic9.png) no-repeat;
	display: block;
	width: 54.5rem;
	height: 60.4rem;
	margin: 0;
  position: absolute;
  top: 2.0rem;
 right: 0.1rem;

}
.rules_visiting_list {
  margin: 1.1rem 0 0 -4.0rem;
}
.rules_visiting_list .item {
  margin: 0 0 0.4rem 4.0rem;
    width: calc(34% - 5.0rem);
}
.rules_visiting_list .fig {
  width: 3.2rem;
  height: 3.2rem;
}
.rules_visiting_block .download_link {
  min-height: 2.1rem;
  margin: 0 0 18.1rem;
  padding: 0.3rem 0 0 2.8rem;
}
.rules_visiting_block .h3 {
  margin: 0 0 1.2rem;
}
.map_block {
	width: 100vw;
	height: 68.4rem;
  margin: 0;
  position: relative;
}
.map_block .fig {
	width: 50%;
	height: 68.4rem;
	position: absolute;
    right: 50%;
    transform: translate(100%, 0);
}



.map_block .text {
    min-width: 124.0rem;
    max-width: 144.0rem;
    width: 100%;
	height: 64.4rem;
	padding: 0;
	position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
	z-index: 2;
  }
  .map_block .in {
	width: calc(50% - 8.0rem);
	padding: 4.0rem 4.0rem 0.7rem;
	position: relative;
}
.map_block .in:before {
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.map_block .h3 {
  margin: 0 0 6.2rem;
}
.map_list .title {
  margin: 0 0 1.2rem;
  font-size: 2.4rem;
}
.map_list .item {
  margin: 0 0 1.2rem;
}
.coordinates {
  margin: 0 0 3.7rem;
}

}
@media (max-width: 767px) {
}

@media print {
* {
	color: black !important;
	background: transparent !important;
	text-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	float: none !important;
	clear: none !important;
}
html, body, article, header, section, footer, aside, div {
	width: 100% !important;
}
a, a:link, a:visited, a:hover, a:active, abbr, acronym {
	text-decoration: none;
	border-bottom: 0 none;
}
h1, h2, h3, h4, h5, h6, p, li {
	page-break-inside: avoid;
	orphans: 3;
	widows: 3;
}
h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
nav {
	display: none;
}
}
