
/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.00 30.09.23 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url("jquery-ui.css");
@import url("splide.min.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Nunito:wght@600;700&display=swap');
@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: #515960;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: left;
	word-wrap: break-word;
}
.text_page {
	font-size: 1.4rem;
	color: #353B41;
}
input, button, select, textarea, html {
	font-family: 'Montserrat', sans-serif;
}
a {
	color: #515960;
	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 {
	position: relative;
	font-family: 'Nunito', sans-serif;
	font-size: 3.0rem;
	font-weight: bold;
	margin: 0 0 3.2rem;
	color: #004B80;
	text-transform: uppercase;
	line-height: 1.1;
}
.h2 {
	position: relative;
	font-family: 'Nunito', sans-serif;
	font-size: 3.0rem;
	font-weight: bold;
	margin: 0 0 2.3rem;
	color: #004B80;
	text-transform: uppercase;
	line-height: 1.1;
}
.h3 {
	position: relative;
	font-family: 'Nunito', sans-serif;
	font-size: 3.0rem;
	font-weight: bold;
	margin: 0 0 2.3rem;
	color: #004B80;
	text-transform: uppercase;
	line-height: 1.1;
}
.h4 {
	position: relative;
	font-family: 'Nunito', sans-serif;
	font-size: 2.4rem;
	font-weight: bold;
	margin: 0 0 2.3rem;
	color: #004B80;
	text-transform: uppercase;
	line-height: 1.1;
}
.h5 {
	position: relative;
	font-family: 'Nunito', sans-serif;
	font-size: 2.0rem;
	font-weight: bold;
	margin: 0 0 2.3rem;
	color: #004B80;
	text-transform: uppercase;
	line-height: 1.1;
}
.h6 {
	position: relative;
	font-size: 1.6rem;
	font-weight: 600;
	margin: 0 0 2.5rem;
	color: #004B80;
}
/*colors*/
/*end colors*/
/*fonts*/
.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-20 {
	font-size: 2.0rem;
}
/*end fonts*/
/*forms fields*/
.field {
	background: #fff;
	border: 0.1rem solid #DDDEDF;
	padding: 1.2rem 9.1rem 1.3rem 2.0rem;
	-webkit-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	font-size: 1.4rem;
	font-weight: 500;
	color: #515960;
}
.field:focus {
	border-color: #51cbee;
	-webkit-box-shadow: none;
	box-shadow: none;
}
 .field:-moz-placeholder {
 opacity: 1;
font-size: 1.4rem;
 font-weight: 500;
 color: #94979A;
 font-style: normal;
}
 .field::-moz-placeholder {
 opacity: 1;
font-size: 1.4rem;
 font-weight: 500;
 color: #94979A;
 font-style: normal;
}
 .field::-webkit-input-placeholder {
 opacity: 1;
font-size: 1.4rem;
 font-weight: 500;
 color: #94979A;
 font-style: normal;
}
 .field:-ms-input-placeholder {
 opacity: 1;
font-size: 1.4rem;
 font-weight: 500;
 color: #94979A;
 font-style: normal;
}
.field.placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #94979A;
	font-style: normal;
}
.field.invalid {
	border-color: red;
}
.parent_field {
	display: inline-block;
	vertical-align: top;
}
.invalid_message {
	display: block;
	color: red;
	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 10px;
	height: 0;
	display: block;
	width: 100%;
	vertical-align: top;
	overflow: hidden;
	border-top: 1px solid #a5b136;
}

::-moz-selection {
 background-color: rgba(255, 0, 0, 0.5);
 color: #fff;
 text-shadow: none;
}
::selection {
	background-color: rgba(255, 0, 0, 0.5);
	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 3.0rem;
	padding: 0.3rem 0 0;
}
li {
	background: url(../images/mark.svg) no-repeat 0 0.7rem;
	margin: 0 0 0.5rem;
	padding: 0 0 0 2.3rem;
	list-style: none;
	line-height: 1.4;
}
.list_2 {
	counter-reset: list2;
	margin: 0 0 1.5rem;
	padding: 0;
}
.list_2 p {
	margin: 0;
}
.list_2 li {
	background: none;
	counter-increment: list2;
	padding-left: 2.9rem;
	position: relative;
	margin: 0 0 1.7rem;
	line-height: 1.6;
}
.list_2 li:before {
	content: counter(list2) ".";
	position: absolute;
	top: 0.4rem;
	left: 0;
	font-weight: bold;
	font-size: 2.0rem;
	color: #2EB197;
	line-height: 1;
}
.list_2 .title {
	margin: 0 0 0.5rem;
	font-size: 1.8rem;
	font-weight: 600;
	color: #2EB197;
}
.list li {
	background: none;
}
/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/
.wrapper {
	min-width: 102.4rem;
	min-height: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.to-top {
	position: fixed;
	display: none;
	bottom: 10.4rem;
	right: 0;
	z-index: 99;
}
.to-top .link {
	background: #2EB197 url(../images/to-top.svg) no-repeat 50% 50%;
	display: block;
	width: 5.5rem;
	height: 5.5rem;
	position: relative;
	transition: all 0.5s ease 0s;
}
.to-top .link:hover {
	background: #004B80 url(../images/to-top.svg) no-repeat 50% 50%;
}
.feedback_bubble_send_request {
	position: fixed;
	top: 30%;
	right: 0;
	z-index: 99;
}
.feedback_bubble_send_request .link {
	background: rgba(255,255,255,0.80);
	box-shadow: 0 0 0.9rem rgba(0, 0, 0, .16);
	border: 0.1rem solid #E0EDF8;
	border-radius: 1.4rem;
	display: inline-block;
	width: 6.1rem;
	height: 6.1rem;
	position: relative;
	right: 0;
}
.feedback_bubble_send_request .fig {
	display: block;
	width: 6.1rem;
	height: 6.1rem;
	position: relative;
	overflow: hidden;
}
.feedback_bubble_send_request .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.feedback_bubble_callback {
	position: fixed;
	top: calc(30% + 10.1rem);
	right: 0;
	z-index: 99;
}
.feedback_bubble_callback .link {
	background: rgba(255,255,255,0.80);
	box-shadow: 0 0 0.9rem rgba(0, 0, 0, .16);
	border: 0.1rem solid #E0EDF8;
	border-radius: 1.4rem;
	display: inline-block;
	width: 6.1rem;
	height: 6.1rem;
	position: relative;
	right: 0;
}
.feedback_bubble_callback .fig {
	display: block;
	width: 6.1rem;
	height: 6.1rem;
	position: relative;
	overflow: hidden;
}
.feedback_bubble_callback .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.cookie {
	position: fixed;
	bottom: 0;
	right: 1.6rem;
	left: 1.6rem;
	font-size: 1.6rem;
	font-weight: normal;
	color: #fff;
	z-index: 101;
}
.cookie:after {
	content: "";
	background: #7AA900;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.cookie .box {
	height: 5.5rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.cookie .in {
	margin: 0 2.4rem 0 0;
}
.btn_2 {
	background: #004B80;
	display: inline-block;
	width: 30.9rem;
	height: 4.5rem;
	position: relative;
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 4.5rem;
}
.btn_2 .text {
	background: url(../images/btn_2_arrow.svg) no-repeat 100% 50%;
	display: inline-block;
	margin: 0;
	padding: 0 2.0rem 0 0;
}
.choose_apartment {
	height: 7.0rem;
	position: fixed;
	bottom: 0;
	right: 1.6rem;
	left: 1.6rem;
	text-align: center;
	z-index: 99;
}
.choose_apartment .link {
	display: block;
	height: 7.0rem;
	position: relative;
	font-size: 1.4rem;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 7.0rem;
}
.choose_apartment .link:before {
	content: "";
	background: #2EB197;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
	transition: all 0.5s ease 0s;
}
.choose_apartment:hover .link:before {
	background: #7AA900;
}
.choose_apartment .link .text {
	background: url(../images/choose_apartment.svg) no-repeat 2.0rem 50%;
	display: inline-block;
	padding: 0 2.0rem 0 6.6rem;
	position: relative;
}
.choose_apartment .link .text:after {
	content: "";
	background: url(../images/choose_apartment_left.png) no-repeat;
	width: 2.0rem;
	height: 5.2rem;
	position: absolute;
	top: 0.9rem;
	left: 0;
}
.choose_apartment .link .text:before {
	content: "";
	background: url(../images/choose_apartment_right.png) no-repeat;
	width: 2.0rem;
	height: 5.2rem;
	position: absolute;
	top: 0.9rem;
	right: 0;
}
.inner {
	min-width: 102.4rem;
	max-width: 128.0rem;
	margin: auto !important;
	padding: 0 0 78.1rem;
}
.inner:before, .inner:after {
	content: "";
	display: table;
}
.inner:after {
	clear: both;
}
/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
	min-width: 102.4rem;
	max-width: 128.0rem;
	position: relative;
}
.page_with-small-header .header {
	padding: 9.7rem 0 0;
}
.declaration_box {
	width: 100vw;
	position: relative;
	left: 50%;
	font-weight: normal;
	text-align: center;
	line-height: 1.2;
	transform: translate(-50%, 0);
}
.declaration_box .in {
	min-width: 92.8rem;
	max-width: 118.4rem;
	margin: 0 auto;
	padding: 0.8rem 4.8rem 1.0rem;
	position: relative;
}
.declaration_box .close {
	width: 4.8rem;
	height: 5.4rem;
	position: absolute;
	top: 0;
	right: 0;
}
.declaration_box .close .link {
	background: url(../images/declaration_box_close.svg) no-repeat 50% 50%;
	display: block;
	width: 4.8rem;
	height: 5.4rem;
}
.declaration_box .link {
	color: #fff;
	text-decoration: none;
}
.declaration_box br {
	display: none;
}
.main_page .header_top {
	height: 17.0rem;
}
.header_top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	min-width: 102.4rem;
	max-width: 128.0rem;
	height: 15.0rem;
	margin: auto;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 98;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
}
.main_page .header_top:before {
	display: none;
}
.header_top:before {
	content: "";
	background: #004B80;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.page_with-small-header .header_top {
	position: fixed;
}
.main_page .header_top .in {
	height: auto;
	order: 2;
}
.header_top .in {
	height: 10.4rem;
	order: 1;
}
.header_top .in:nth-child(2) {
	margin: 0 0 0 1.6rem;
}
.header_top .in:last-child {
	margin: 0 1.6rem 0 0;
}
.main_page .logo_header {
	background-size: 30.3rem 7.7rem;
	width: 30.3rem;
	height: 7.7rem;
	margin: 0;
}
.main_page .logo_header .link {
	width: 30.3rem;
	height: 7.7rem;
}
.logo_header {
	background: url(../images/logo_header.svg) no-repeat;
	background-size: 27.1rem 6.8rem;
	width: 27.1rem;
	height: 6.8rem;
	margin: 1.8rem 0 0;
}
.logo_header .link {
	display: block;
	width: 27.1rem;
	height: 6.8rem;
}
.main_page .slogan_header {
	width: 16.9rem;
	margin: -4.2rem 0 0 8.5rem;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.3;
}
.slogan_header {
	width: 16.9rem;
	margin: -3.7rem 0 0 8.5rem;
	font-size: 1.1rem;
	color: #fff;
	line-height: 1.3;
}
.main_page .address_header {
	margin: 1.0rem 0 1.6rem;
}
.address_header {
	background: url(../images/address_header.svg) no-repeat 0 0.2rem;
	margin: 2.3rem 0 1.6rem;
	padding: 0 0 0 2.3rem;
	font-size: 1.4rem;
	color: #fff;
}
.time_header {
	background: url(../images/header_time.svg) no-repeat 0 0.2rem;
	padding: 0 0 0 2.3rem;
	font-size: 1.4rem;
	color: #fff;
}
.header_top .into {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0.8rem 0 0.2rem;
}
.main_page .social_network_header {
	margin: 0 0.5rem 0.8rem 0;
}
.social_network_header {
	display: flex;
	flex-direction: row;
	margin: 1.5rem 0.5rem 0.8rem 0;
}
.social_network_header .item {
	margin: 0 0.9rem 0 0;
}
.social_network_header .fig {
	display: block;
	width: 2.2rem;
	height: 2.1rem;
	position: relative;
	overflow: hidden;
}
.social_network_header .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.social_network_header .fig_blue {
	display: none;
}
.social_network_header .item:hover .fig_blue {
	display: block;
}
.social_network_header .item:hover .fig_green {
	display: none;
}
.social_network_header .fig_white {
	display: none;
}
.main_page .phone_header {
	background: url(../images/header_phone-call.svg) no-repeat 0 0.4rem;
	margin: 0 0 0.8rem;
	color: #004B80;
}
.phone_header {
	background: url(../images/header_phone-call_white.svg) no-repeat 0 0.4rem;
	margin: 1.5rem 0 0.6rem;
	padding: 0 0 0 3.0rem;
	position: relative;
}
.phone_header .title{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.main_page .phone_header .title .link {
	color: #004B80;
}
.phone_header .title .link {
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}
.main_page .phone_header .title .arrow .link {
	background: url(../images/header_phone_header_title.svg) no-repeat 100% 50%;
	
}
.phone_header .title .arrow  .link {
	background: url(../images/header_phone_header_title_white.svg) no-repeat 100% 50%;
	display: inline-block;
	width: 2.2rem;
	height: 1.2rem;
}
.phone_header .sub {
	background: #fff;
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, .16);
	border-radius: 1.2rem;
	display: none;
	width: 21.1rem;
	padding: 4.2rem 2.0rem 0;
	position: absolute;
	top: calc(100% + 1.0rem);
	right: 0;
	font-size: 1.4rem;
	color: #515960;
}
.phone_header .sub .title {
	margin: 0 0 1.2rem;
	line-height: 1;
}
.phone_header .close {
	background: url(../images/phone_header_close.svg) no-repeat 50% 50%;
	display: block !important;
	width: 4.5rem;
	height: 4.5rem;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
}
.phone_header .number {
	margin: 0 0 1.5rem;
	font-size: 1.8rem;
	font-weight: 600;
	color: #004B80;
}
.phone_header .number .link {
	background: url(../images/header_phone-call.svg) no-repeat 0 0.4rem;
	display: inline-block;
	padding: 0 0 0 3.0rem;
	color: #004B80;
	text-decoration: none;
}
.phone_header .mail {
	margin: 0 0 2.8rem;
}
.phone_header .mail .link {
	background: url(../images/header_mail.svg) no-repeat;
	display: inline-block;
	padding: 0 0 0 3.0rem;
	color: #353B41;
	text-decoration: none;
}
.mail_header {
	margin: 0 1.8rem 0 0;
	text-align: right;
}
.main_page .mail_header .link {
	background: url(../images/header_mail.svg) no-repeat;
	color: #353B41;
}
.mail_header .link {
	background: url(../images/header_mail_white.svg) no-repeat;
	padding: 0 0 0 2.8rem;
	font-size: 1.4rem;
	color: #fff;
	text-decoration: none;
}
.main_page .nav {
	order: 1;
	height: 5.1rem;
	margin: 0 0 3.2rem;
}
.nav {
	width: 100%;
	height: 4.6rem;
	position: relative;
	z-index: 14;
	order: 4;
}
.nav:before {
	content: "";
	background: #004B80;
	border-top: 0.1rem solid #35709C;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.nav_toggle {
	display: none;
}
.nav> .sub_all {
	width: 100%;
}
.main_page .nav> .sub_all> .list {
	height: 5.1rem;
}
.nav> .sub_all> .list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	height: 4.6rem;
	position: relative;
	z-index: 1;
}
.nav> .sub_all> .list> .item {
	position: relative;
	font-size: 1.4rem;
	color: #fff;
}
.main_page .nav> .sub_all> .list> .item> .link {
	height: 5.1rem;
}
.nav> .sub_all> .list> .item> .link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4.6rem;
	padding: 0 2.4rem;
	color: #fff;
	text-decoration: none;
	z-index: 2;
	transition: all 0.5s ease 0s;
}
.nav> .sub_all> .list> .item:hover> .link, .nav> .sub_all> .list> .active> .link {
	background: #EFF2F4;
	color: #004B80;
}
.nav .sub {
	background: #EFF2F4;
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, .16);
	border-radius: 0 0 1.2rem 1.2rem;
	width: 21.1rem;
	padding: 4.0rem 2.0rem;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}
.nav> .sub_all> .list> .item:hover .sub {
	display: block;
}
.nav .sub .item {
	margin: 0 0 1.0rem;
	font-size: 1.4rem;
}
.nav .sub .link {
	color: #004B80;
	text-decoration: none;
}
.contacts_header_mobile {
	display: none;
}
.carousel_1 {
	width: 100vw;
	height: 63.0rem;
	margin: -11.9rem 0 2.9rem;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	overflow: hidden;
}
.carousel_1 p {
	margin: 0 0 2.1rem;
}
.carousel_1 .arrow {
	min-width: 99.2rem;
	max-width: 124.8rem;
	margin: 0 auto;
	position: absolute;
	bottom: 13.6rem;
	left: 1.6rem;
	right: 1.6rem;
}
.carousel_1 .arrow_in {
	width: 17.8rem;
	position: absolute;
	top: 0;
	left: 0;
}
.carousel_1 .next, .carousel_1 .prev {
	background: url(../images/carousel_1_next.svg) no-repeat 100% 50%;
	display: block;
	width: 2.7rem;
	height: 3.9rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.carousel_1 .prev {
	background: url(../images/carousel_1_prev.svg) no-repeat 0 50%;
	right: auto;
	left: 0;
}
.carousel_1 .main_list> .item {
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: visibility 1s ease;
	transition: visibility 1s ease;
}
.carousel_1 .main_list> .active {
	visibility: visible;
	z-index: 1;
}
.carousel_1 .link {
	color: #fff;
	text-decoration: none;
}
.carousel_1 .fig_bg {
	width: 100%;
	height: 63.0rem;
	position: relative;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.carousel_1 .fig_bg:before {
	content: "";
	background: rgba(3,4,4,0.62);
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.carousel_1 .fig {
	width: 61.4rem;
	height: 51.8rem;
	position: absolute;
	bottom: 0;
	right: 1.6rem;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.carousel_1 .active .fig_bg {
	opacity: 1;
}
.carousel_1 .active .fig {
	opacity: 1;
}
.carousel_1 .fig_bg .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: top;
}
.carousel_1 .fig .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.carousel_1 .fig_mobile {
	display: none;
}
.carousel_1 .text {
	max-width: 124.8rem;
	margin: 0 auto;
	position: absolute;
	top: 20.4rem;
	left: 1.6rem;
	right: 1.6rem;
	font-size: 1.8rem;
	color: #fff;
	z-index: 2;
	-webkit-transition: all 1s ease .5s;
	transition: all 1s ease .5s;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
	opacity: 0;
}
.carousel_1 .text_in {
	width: 38.4rem;
	padding: 3.0rem 0 0 2.9rem;
	position: relative;
}
.carousel_1 .text_in:before {
	content: "";
	border-top: 0.3rem solid #2EB197;
	border-left: 0.3rem solid #2EB197;
	width: 7.1rem;
	height: 7.1rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.carousel_1 .active .text {
	opacity: 1;
	-webkit-transform: translate(0, 0%);
	transform: translate(0, 0%);
}
.carousel_1 .title {
	margin: 0 0 1.1rem;
	position: relative;
	font-family: 'Nunito', sans-serif;
	font-size: 4.0rem;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
}
.btn_1 {
	background: #2EB197 url(../images/btn_1.svg) no-repeat 4.6rem 50%;
	border: none;
	display: inline-block;
	width: 22.5rem;
	height: 5.0rem;
	padding: 0 0 0 8.2rem;
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 5.0rem;
}
.carousel_1 .number {
	display: none;
	min-width: 99.2rem;
	max-width: 124.8rem;
	margin: 0 auto;
	position: absolute;
	bottom: 13.6rem;
	left: 1.6rem;
	right: 1.6rem;
	font-family: 'Nunito', sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
}
.carousel_1 .number_in {
	width: 4.9rem;
	height: 3.9rem;
	position: absolute;
	top: 0;
	left: 6.7rem;
}
.carousel_1 .number_big {
	font-size: 2.9rem;
	font-weight: 600;
}
.carousel_1 .slash {
	margin: 0 0.6rem 0 0.8rem;
}
.carousel_1 .active .number {
	display: block;
}
.back_header {
	display: none;
}
.header_top_2 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	min-width: 102.4rem;
	max-width: 128.0rem;
	height: 7.0rem;
	margin: auto;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 98;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
}
.header_top_2:before {
	content: "";
	background: #004B80;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.page_with-small-header .header_top_2 {
	position: fixed;
}
.header_top_2 .nav {
	display: none;
}
.header_top_2 .logo_header {
	background: url(../images/logo_header_small.svg) no-repeat;
	background-size: 27.8rem 4.4rem;
	width: 27.8rem;
	height: 4.4rem;
	margin: 0 0 0 1.6rem;
}
.header_top_2 .logo_header .link {
	width: 27.8rem;
	height: 4.4rem;
}
.header_top_2 .slogan_header {
	display: none;
}
.header_top_2 .address_header {
	display: none;
}
.header_top_2 .time_header {
	display: none;
}
.header_top_2 .mail_header {
	display: none;
}
.header_top_2 .in:nth-child(3) {
	display: none;
}
.header_top_2 .into {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.header_top_2 .phone_header {
	background: url(../images/header_phone-call_white.svg) no-repeat 0 0.4rem;
	margin: 0;
	padding: 0 0 0 3.0rem;
	position: relative;
}
.header_top_2 .phone_header .title{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.header_top_2 .phone_header .title .link {
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}
.header_top_2 .phone_header .title .arrow .link {
	background: url(../images/header_phone_header_title_white.svg) no-repeat 100% 50%;
	display: inline-block;
	width: 2.2rem;
	height: 1.3rem;
}
.header_top_2 .back_header {
	display: block;
	margin: 0 1.6rem 0 0;
}
.header_top_2 .back_header .link {
	background: url(../images/back_header.svg) no-repeat 0 0.2rem;
	display: inline-block;
	padding: 0 0 0 2.5rem;
	font-size: 1.4rem;
	color: #fff;
	text-decoration: none;
}
.header_top_2 .social_network_header {
	margin: 0 0.5rem 0 0;
}
.header_top_2 .social_network_header .fig_blue {
	display: none;
}
.header_top_2 .social_network_header .item:hover .fig_blue {
	display: none;
}
.header_top_2 .social_network_header .item:hover .fig_green {
	display: none;
}
.header_top_2 .social_network_header .fig_white {
	display: none;
}
.header_top_2 .social_network_header .item:hover .fig_white {
	display: block;
}
/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side_1, .side_2 {
	width: 170px;
	position: relative;
	float: left;
}
.side_2 {
	float: right;
}
/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.main_page .content {
	position: relative;
	padding: 0 1.6rem;
}
.content {
	position: relative;
	padding: 5.4rem 1.6rem 0;
}
.catalog_block {
	text-align: center;
}
.catalog_list {
	margin: 0 0 4.4rem -2.2rem;
	position: relative;
}
.catalog_list> .item {
	background: #fff;
	box-shadow: 0 0 1.0rem rgba(0, 0, 0, .16);
	width: calc(50% - 4.6rem);
	margin: 0 0 2.0rem 2.2rem;
	padding: 0 1.2rem;
	position: static;
	text-align: center;
}
.catalog_list> .item> .box> .fig {
	width: calc(100% + 2.4rem);
	height: 0;
	padding: 0 0 70%;
	margin: 0 -1.2rem 2.4rem;
	position: relative;
	overflow: hidden;
}
.catalog_list> .item> .box> .fig> .link> .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.catalog_list> .item> .box> .title {
	height: 6.7rem;
	margin: 0 0 1.6rem;
	font-weight: 600;
	color: #353B41;
	overflow: hidden;
}
.catalog_list .characteristic {
	background: #F1F4F6;
	margin: 0 0 1.7rem;
	padding: 1.2rem 1.2rem 1.1rem;
	color: #515960;
}
.catalog_list .open_block {
	margin: 0 0 1.1rem;
}
.catalog_list .open .link {
	background: url(../images/catalog_list_open.svg) no-repeat 100% 50%;
	display: inline-block;
	padding: 0 2.3rem 0 0;
	color: #004B80;
	text-decoration: none;
}
.catalog_list .open_block.active .link {
	background: url(../images/catalog_list_close.svg) no-repeat 100% 50%;
	color: #7AA900;
}
.catalog_list .open_block_2 {
	margin: 0 0 1.1rem;
}
.catalog_list .open_block_2.active .link {
	background: url(../images/catalog_list_close.svg) no-repeat 100% 50%;
	color: #7AA900;
}
.catalog_list .open_block_3 {
	margin: 0 0 1.1rem;
}
.catalog_list .open_block_3.active .link {
	background: url(../images/catalog_list_close.svg) no-repeat 100% 50%;
	color: #7AA900;
}
.catalog_list .sub_1 {
	background: #fff;
	box-shadow: 0 0 1.0rem rgba(0, 0, 0, .16);
	display: none;
	height: calc(100vh - 4.4rem);
	margin: 0.8rem 0 0;
	padding: 4.4rem 5.4rem 0;
	position: absolute;
	left: 2.2rem;
	right: 0;
	overflow-x: auto;
	z-index: 4;
}
.catalog_list .sub_1::-webkit-scrollbar {
 width: 0.5rem;
}
.catalog_list .sub_1::-webkit-scrollbar-button {
 display: none;
}
.catalog_list .sub_1::-webkit-scrollbar-button:end {
 display: none;
}
.catalog_list .sub_1::-webkit-scrollbar-track {
 background-color: #F1F4F6;
 border-radius: 0;
}
.catalog_list .sub_1::-webkit-scrollbar-track-piece {
 background-color: #F1F4F6;
 border-radius: 0;
}
.catalog_list .sub_1::-webkit-scrollbar-thumb {
 background: #2EB197;
 border-radius: 0.3rem;
 width: 0.5rem;
 height: 0.5rem;
 margin: 0 0 0 -1.0rem;
}
.catalog_list .sub_1 .close {
	width: 4.7rem;
	height: 5.3rem;
	position: absolute;
	top: 0;
	right: 0;
}
.catalog_list .sub_1 .close_link {
	background: url(../images/close_link.svg) no-repeat 50% 50%;
	display: block;
	width: 4.7rem;
	height: 5.3rem;
}
.catalog_list .sub_2 {
	background: #fff;
	box-shadow: 0 0 1.0rem rgba(0, 0, 0, .16);
	display: none;
	height: calc(100vh - 3.0rem);
	margin: 0.8rem 0 0;
	padding: 3.0rem 5.9rem 0;
	position: absolute;
	left: 2.2rem;
	right: 0;
	overflow-x: auto;
	z-index: 4;
}
.catalog_list .sub_2::-webkit-scrollbar {
 width: 0.5rem;
}
.catalog_list .sub_2::-webkit-scrollbar-button {
 display: none;
}
.catalog_list .sub_2::-webkit-scrollbar-button:end {
 display: none;
}
.catalog_list .sub_2::-webkit-scrollbar-track {
 background-color: #F1F4F6;
 border-radius: 0;
}
.catalog_list .sub_2::-webkit-scrollbar-track-piece {
 background-color: #F1F4F6;
 border-radius: 0;
}
.catalog_list .sub_2::-webkit-scrollbar-thumb {
 background: #2EB197;
 border-radius: 0.3rem;
 width: 0.5rem;
 height: 0.5rem;
 margin: 0 0 0 -1.0rem;
}
.catalog_list .sub_3 {
	background: #fff;
	box-shadow: 0 0 1.0rem rgba(0, 0, 0, .16);
	display: none;
	height: 55.2rem;
	margin: 0.8rem 0 0;
	padding: 3.5rem 4.7rem 3.7rem;
	position: absolute;
	left: 2.2rem;
	right: 0;
	z-index: 4;
}
.readiness_list {
	position: absolute;
	top: 1.0rem;
	right: 1.0rem;
	z-index: 3;
}
.readiness_list p {
	margin: 0;
}
.readiness_list .item {
	display: flex;
	flex-direction: row;
	justify-content: end;
	margin: 0 0 0.5rem;
	line-height: 1.1;
}
.readiness_list .item:hover {
	background: #fff;
	align-items: center;
}
.readiness_list .fig_readiness {
	background: #004B80;
	border-radius: 50%;
	width: 3.6rem;
	height: 3.6rem;
	position: relative;
	overflow: hidden;
}
.readiness_list .fig_readiness .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.readiness_list .fig_readiness_blue {
	display: none;
}
.readiness_list .text {
	background: #fff;
	display: none;
	min-width: 23.0rem;
	padding: 0.3rem 1.0rem;
	font-size: 1.2rem;
	font-weight: 600;
	color: #515960;
	text-align: right;
}
.readiness_list .title {
	width: 51%;
	margin: 0 0.8rem 0 0;
	font-weight: bold;
	text-transform: uppercase;
}
.readiness_list .item:hover .text {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: end;
}
.readiness_list .item:hover .fig_readiness {
	background: #fff;
	border-radius: 0;
}
.readiness_list .item:hover .fig_readiness_blue {
	display: block;
}
.readiness_list .item:hover .fig_readiness_white {
	display: none;
}
.btn_3 {
	background: #2EB197;
	display: inline-block;
	width: 30.7rem;
	height: 5.0rem;
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 5.0rem;
	transition: all 0.5s ease 0s;
}
.btn_3:hover {
	background: #7AA900;
}
.construction_phase_list .item {
	margin: 0 0 2.0rem;
}
.construction_phase_list .date_block {
	background: #F1F4F6;
	display: flex;
	align-items: center;
	height: 4.2rem;
	margin: 0 0.5rem 1.0rem;
	padding: 0 1.2rem;
	position: relative;
}
.construction_phase_list .date {
	position: relative;
	font-size: 1.4rem;
	color: #94979A;
	z-index: 2;
}
.construction_phase_list .month {
	width: 100%;
	margin: 0 0 0 -50%;
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 1.6rem;
	font-weight: 600;
	color: #353B41;
	line-height: 4.2rem;
}
.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;
}
.carousel_4 {
	position: relative;
}
.carousel_4 .splide__arrows {
	width: 7.0rem;
	position: absolute;
	top: -5.2rem;
	left: auto;
	right: 0.5rem;
}
.carousel_4 .splide__arrow {
	opacity: 1;
	border-radius: 0;
}
.carousel_4 .splide__arrow:hover {
	opacity: 1;
}
.carousel_4 .splide__arrow--next {
	background: url(../images/carousel_4_next.svg) no-repeat 1.0rem 50%;
	display: block;
	width: 3.5rem;
	height: 4.2rem;
	position: absolute;
	top: 0;
	right: 0;
	transform: none;
	z-index: 5;
	transition: all 0.5s ease 0s;
}
.carousel_4 .splide__arrow--prev {
	background: url(../images/carousel_4_prev.svg) no-repeat 1.1rem 50%;
	display: block;
	width: 3.5rem;
	height: 4.2rem;
	position: absolute;
	top: 0;
	left: 0;
	transform: none;
	z-index: 5;
	transition: all 0.5s ease 0s;
}
.carousel_4 svg {
	display: none;
}
.carousel_4 .splide__track {
	overflow: hidden;
}
.carousel_4 .splide__slide {
	position: relative;
	padding: 0 0.5rem;
}
.carousel_4 .fig {
	width: 100%;
	height: 0;
	padding: 0 0 67%;
	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 {
	display: none;
}
.about_project {
	text-align: left;
	-webkit-column-count: 2;
	column-count: 2;
	margin: 0 0 0 -2.3rem;
}
.about_project .item {
	margin: 0 0 3.5rem 2.3rem;
	page-break-inside: avoid;
	break-inside: avoid;
}
.catalog_list .open_block_3 .fig {
	width: 100%;
	height: 50.7rem;
	position: relative;
}
.catalog_list .open_block_3 .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: top;
}
.catalog_list .open_block_3 iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: top;
}
.infrastructure_block {
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
}
.infrastructure_block .top_block {
	width: 100%;
	height: 0;
	padding: 0 0 41%;
	position: relative;
	overflow: hidden;
}
.infrastructure_block .top_block> .fig {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.infrastructure_block .top_block> .fig> .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.infrastructure_block .text {
	background: rgba(3,4,4,0.62);
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc(50% - 12.0rem);
	padding: 0 1.6rem 0 10.4rem;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 1.8rem;
	color: #fff;
	z-index: 2;
}
.infrastructure_block .in {
	max-width: 50.4rem;
	position: relative;
}
.infrastructure_block .in:before {
	content: "";
	border-top: 0.3rem solid #2EB197;
	border-left: 0.3rem solid #2EB197;
	width: 6.8rem;
	height: 6.8rem;
	position: absolute;
	top: -1.0rem;
	left: -3.3rem;
}
.infrastructure_block .title {
	margin: 0 0 1.7rem;
	position: relative;
	font-family: 'Nunito', sans-serif;
	font-size: 3.0rem;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.4;
}
.gallerry_list .item {
	width: 50%;
}
.gallerry_list .fig {
	width: 100%;
	height: 0;
	padding: 0 0 61%;
	position: relative;
	overflow: hidden;
}
.gallerry_list .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.finishing_block {
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
}
.finishing_block .item {
	width: 100%;
	height: 0;
	padding: 0 0 41%;
	position: relative;
	overflow: hidden;
}
.finishing_block .fig {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.finishing_block .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.finishing_block .text {
	max-width: 128.0rem;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.finishing_block .text_in {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc(50% - 11.8rem);
	padding: 0 7.2rem 0 4.6rem;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	font-size: 1.6rem;
	color: #fff;
	z-index: 2;
}
.finishing_block .text_in:before {
	content: "";
	background: rgba(3,4,4,0.62);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.finishing_block .item:nth-child(2n) .text_in {
	width: calc(50% - 14.3rem);
	padding: 0 1.6rem 0 12.7rem;
	left: auto;
	right: 0;
}
.finishing_block .item:nth-child(2n) .text_in:before {
	content: "";
	background: rgba(3,4,4,0.62);
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.finishing_block .in {
	max-width: 51.6rem;
	position: relative;
}
.finishing_block .item:nth-child(2n) .in {
	max-width: 48.1rem;
	position: relative;
}
.finishing_block .in:before {
	content: "";
	border-top: 0.3rem solid #2EB197;
	border-left: 0.3rem solid #2EB197;
	width: 6.8rem;
	height: 6.8rem;
	position: absolute;
	top: -1.0rem;
	left: -3.3rem;
}
.finishing_block .title {
	margin: 0 0 1.0rem;
	position: relative;
	font-family: 'Nunito', sans-serif;
	font-size: 2.6rem;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.4;
}
.how_buy_block {
	margin: 0 0 7.4rem;
	padding: 10.2rem 0 0;
	position: relative;
	text-align: center;
}
.how_buy_block:before {
	content: "";
	background: #F1F4F6;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.how_buy_block .h3 {
	margin: 0 0 7.8rem;
	color: #004B80;
}
.how_buy_list {
	margin: 0 0 0 -5.0rem;
	text-align: center;
}
.how_buy_list .item {
	width: calc(34% - 6.0rem);
	margin: 0 0 9.0rem 5.0rem;
	color: #353B41;
	text-align: center;
	line-height: 1.4;
}
.how_buy_list .number {
	margin: 0 0 1.7rem 2.0rem;
	font-size: 3.0rem;
	color: #94979A;
	text-align: left;
}
.how_buy_list .fig {
	width: 100%;
	height: 11.1rem;
	margin: 0 0 3.9rem;
	position: relative;
	overflow: hidden;
}
.how_buy_list .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.about_block {
	margin: 0 0 9.4rem;
	padding: 0 47% 0 0;
	position: relative;
}
.about_block .text {
	padding: 8.7rem 0 0 3.3rem;
	position: relative;
}
.about_block .text:before {
	content: "";
	border-top: 0.3rem solid #2EB197;
	border-left: 0.3rem solid #2EB197;
	width: 6.8rem;
	height: 6.8rem;
	position: absolute;
	top: 5.5rem;
	left: 0;
}
.about_block .h1 {
	margin: 0 0 2.8rem;
	line-height: 1.2;
}
.about_block .big_text {
	font-size: 4.0rem;
}
.about_block .fig {
	width: 49%;
	height: 0;
	padding: 0 0 65%;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
.about_block .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.more {
	background: url(../images/more.svg) no-repeat 100% 50%;
	display: inline-block;
	padding: 0 2.1rem 0 0;
	color: #2EB197;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.more:hover {
	background: url(../images/more_hover.svg) no-repeat 100% 50%;
	color: #004B80;
}
.btn_4 {
	background: #2EB197;
	display: inline-block;
	width: 30.7rem;
	height: 5.0rem;
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 5.0rem;
}
.btn_4 .in {
	background: url(../images/btn_4.svg) no-repeat 0 50%;
	display: inline-block;
	padding: 0 0 0 3.1rem;
}
.project_partner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 6.0rem;
	padding: 3.8rem 0 4.1rem;
	position: relative;
	color: #fff;
}
.project_partner .link {
	color: #fff;
	text-decoration: none;
}
.project_partner:before {
	content: "";
	background: #7AA900;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.project_partner .h3 {
	color: #fff;
}
.project_partner .box {
	width: 50%;
	display:flex;
	flex-direction: row;
    flex-wrap: wrap;
}
.project_partner .box .link {

}
.project_partner .text {
	width: calc(100% - 12.9rem);
}
.project_partner .title {
	margin: 0 0 0.7rem;
	font-size: 1.8rem;
	font-weight: 600;
}
.project_partner .fig {
	width: 10.7rem;
	height: 10.7rem;
	margin: 0 2.2rem 0 0;
	position: relative;
	overflow: hidden;
}
.project_partner .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.ipoteka_block {
	background: #fff;
	box-shadow: 0 0 1.0rem rgba(0, 0, 0, .16);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 0 6.8rem;
	padding: 5.4rem 6.1rem 0 6.1rem;
	position: relative;
}
.ipoteka_block p> .link {
	background: url(../images/ipoteka_block_link.svg) no-repeat 0 50%;
	display: inline-block;
	padding: 0 0 0 2.9rem;
	color: #353B41;
	text-decoration: none;
}
.ipoteka_block .left_block {
	width: 24.7rem;
	margin: 0 5.4rem 0 0;
	padding: 4.7rem 0 0;
	color: #344247;
}
.ipoteka_block .left_block .fig {
	width: 24.7rem;
	height: 15.8rem;
	margin: 3.2rem 0 0 -2.0rem;
	position: relative;
	overflow: hidden;
}
.ipoteka_block .left_block .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.ipoteka_block .right_block {
	width: calc(100% - 30.1rem);
}
.ipoteka_list {
	margin: 0 0 2.3rem -1.3rem;
	text-align: center;
}
.ipoteka_list .item {
	background: #F6F8F9;
	width: calc(34% - 1.9rem);
	margin: 0 0 1.2rem 1.3rem;
	padding: 4.1rem 0 2.1rem;
	font-size: 1.4rem;
	color: #344247;
}
.ipoteka_list .fig {
	width: 100%;
	height: 2.9rem;
	margin: 0 0 2.5rem;
	position: relative;
	overflow: hidden;
}
.ipoteka_list .number {
	font-weight: bold;
	color: #004B80;
}
.ipoteka_list p {
	margin: 0 0 0.9rem;
}
.send_request_block {
	height: 68.0rem;
	padding: 0 40% 0 0;
	position: relative;
	font-size: 1.8rem;
	color: #fff;
}
.send_request_block:before {
	content: "";
	background: url(../images/pic27.jpg) no-repeat;
	width: 192.0rem;
	height: 68.0rem;
	margin: 0 0 0 -96.0rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -2;
}
.send_request_block .h3 {
	font-size: 4.2rem;
	color: #fff;
}
.send_request_block .in {
	position: relative;
	margin: 0 0 2.0rem;
}
.h-45 {
	height: 4.5rem;
}
.captcha {
	display: inline-block;
	padding-left: 13.0rem;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.captcha .fig img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.captcha .field {
	border-left: none;
	width: 100%;
}
.captcha .fig {
	background: #fff;
	border: 0.1rem solid #B7C5D4;
	border-right: none;
	width: 13.0rem;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.button {
	background: #2EB197;
	border: none;
	display: inline-block;
	width: 30.7rem;
	height: 5.0rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 5.0rem;
}
.button .text {
	background: url(../images/button.svg) no-repeat 0 50%;
	display: inline-block;
	padding: 0 0 0 3.7rem;
}
.label {
	position: absolute;
	top: 1.6rem;
	right: 1.0rem;
	font-size: 1.2rem;
	font-weight: 600;
	color: #515960;
	line-height: 1;
}
.label .star {
	font-size: 1.8rem;
	font-weight: 600;
	color: #515960;
	vertical-align: top;
}
.modal_text {
	margin: 0 0 3.5rem;
	font-size: 1.2rem;
	color: #fff;
}
.modal_text .link {
	color: #fff;
}
.checkbox {
	cursor: pointer;
	background: #fff;
	border: 0.1rem solid #DDDEDF;
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	position: relative;
	vertical-align: middle;
}
.checkbox .bg {
	background: url(../images/checkbox.png) no-repeat 50% 50%;
	width: 1.6rem;
	height: 1.6rem;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.checkbox input {
	clip: rect(0, 0, 0, 0);
	position: absolute !important;
}
.checkbox input:checked + .bg {
	opacity: 1;
}
.label_2 {
	width: 90%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 0.6rem;
	line-height: 1.2;
}
.send_request_block .left_block {
	height: 58.5rem;
	padding: 9.5rem 8.8rem 0 0;
	position: relative;
}
.send_request_block .left_block:before {
	content: "";
	background: rgba(3,4,4,0.62);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.contacts_block {
	padding: 0 0 0 50%;
	position: relative;
}
.contacts_block .h3 {
	margin: 0 0 2.2rem;
}
.contacts_block> .fig {
	width: 50vw;
	height: 49.1rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translate(-100%, 0);
}
.contacts_block> .fig> .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: top;
}
.contacts_block iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: top;
}
.contacts_block .text {
	height: 44.9rem;
	padding: 4.2rem 0 0 9.6rem;
	position: relative;
	font-size: 1.4rem;
	color: #515960;
	z-index: 2;
}
.contacts_block .text p {
	margin: 0 0 0.8rem;
}
.contacts_block .in {
	margin: 0 0 5.5rem;
}
.phone_contacts_block {
	display: flex;
	flex-direction: row;
	margin: 0 0 1.2rem;
}
.contacts_block> .text> .phone_contacts_block:nth-child(2) {
	margin: 0 0 1.9rem;
}
.phone_contacts_block .phone {
	background: url(../images/contacts_block_phone-call.svg) no-repeat 0 0.4rem;
	padding: 0 0 0 3.0rem;
	font-size: 1.8rem;
	font-weight: 600;
	color: #004B80;
}
.contacts_block> .text> .phone_contacts_block:nth-child(2)> .phone {
	background: url(../images/contacts_block_phone-call_big.svg) no-repeat 0 0.4rem;
}
.phone_contacts_block .phone .link {
	color: #004B80;
	text-decoration: none;
}
.social_network_contacts_block {
	display: flex;
	flex-direction: row;
	margin: 0 0 0 0.5rem;
}
.social_network_contacts_block .item {
	margin: 0 0 0 1.2rem;
}
.social_network_contacts_block .fig {
	display: block;
	width: 2.5rem;
	height: 2.4rem;
	position: relative;
	overflow: hidden;
}
.social_network_contacts_block .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.social_network_contacts_block .fig_blue {
	display: none;
}
.social_network_contacts_block .item:hover .fig_blue {
	display: block;
}
.social_network_contacts_block .item:hover .fig_green {
	display: none;
}
.social_network_contacts_block .fig_white {
	display: none;
}
.mail_contacts_block {
	margin: 0 0 2.1rem;
}
.mail_contacts_block .link {
	background: url(../images/contacts_block_mail.svg) no-repeat 0 0.4rem;
	display: inline-block;
	padding: 0 0 0 2.7rem;
	font-size: 1.6rem;
	color: #353B41;
	text-decoration: none;
}
.time_contacts_block {
	background: url(../images/contacts_block_clock.svg) no-repeat 0 0.3rem;
	margin: 0 0 1.5rem;
	padding: 0 0 0 2.9rem;
	font-size: 1.6rem;
	color: #353B41;
}
.address_contacts_block {
	background: url(../images/contacts_block_pin.svg) no-repeat 0 0.1rem;
	padding: 0 0 0 2.9rem;
	font-size: 1.6rem;
	color: #353B41;
}
.filter_block {
	margin: 0 0 3.6rem;
	padding: 2.3rem 0 1.4rem;
	position: relative;
}
.filter_block:before {
	content: "";
	background: #F1F4F6;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.select-css {
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	color: #515960;
	padding: 0.8rem 4.1rem 0.8rem 2.0rem;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: none;
	border: 0.1rem solid #DDDEDF;
	box-shadow: none;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #fff url(../images/select.svg) no-repeat 97% 50%;
}
 .select-css::-ms-expand {
 display: none;
}
.select-css:hover {
	border-color: #DDDEDF;
}
.select-css:focus {
	border-color: #DDDEDF;
	box-shadow: none;
	color: #515960;
	outline: none;
}
.select-css option {
	font-weight: 500;
	color: #515960;
}
.form6 .field {
	padding: 0.8rem 4.1rem 0.8rem 2.0rem;
}
.form6 .box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form6 .c-54 {
	width: calc(54% - 1.4rem)
}
.form6 .c-23 {
	width: calc(23% - 0.7rem)
}
.form6 .button {
	width: calc(100% - 5.2rem);
	height: 3.6rem;
	font-size: 1.4rem;
	font-weight: 500;
	text-transform: none;
	line-height: 3.6rem;
}
.form6 .button_reset {
	background: #004B80 url(../images/button_reset.svg) no-repeat 50% 50%;
	border: none;
	display: inline-block;
	width: 3.5rem;
	height: 3.6rem;
}
.form6 .in {
	margin: 0 1.4rem 1.3rem 0;
}
.form6 .in:last-child {
	margin: 0 0 1.3rem;
}
.label_3 {
	background: #F1F4F6;
	border: 0.1rem solid #DDDEDF;
	width: 3.8rem;
	height: 3.4rem;
	font-size: 1.4rem;
	color: #94979A;
	text-align: center;
	text-transform: uppercase;
	line-height: 3.4rem;
}
.price_filter {
	width: calc(54% - 1.4rem);
	display: flex;
	flex-direction: row;
	margin: 0 1.4rem 0 0;
	position: relative;
}
.price_filter .label_3 {
	position: absolute;
	top: 0;
	right: 0;
}
.price_filter input {
	width: calc(50% - 1.9rem);
	height: 3.6rem;
}
.price_filter input:first-child {
	border-right: none;
}
.margin_none {
	margin: 0;
}
.legend_block {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 0 3.8rem;
	font-size: 1.4rem;
	color: #353B41;
}
.legend_block .item {
	margin: 0 1.8rem 0 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.legend_block .fig {
	border: 0.1rem solid #94979A;
	width: 1.5rem;
	height: 1.5rem;
	margin: 0 0.7rem 0 0;
}
.top_block_content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 4.6rem;
}
.top_block_content .h1 {
	margin: 0;
}
.address_content {
	background: url(../images/address_content.svg) no-repeat 0 0.3rem;
	display: inline-block;
	width: 36%;
	min-height: 4.4rem;
	padding: 0 0 0 5.6rem;
	font-size: 1.3rem;
	color: #344247;
	line-height: 1.7;
}
.selected_object_list {
	height: 135.0rem;
	margin: 0 0 6.5rem;
	padding: 0.5rem 0.5rem 0;
	overflow-x: auto;
}
.selected_object_list::-webkit-scrollbar {
 width: 0.5rem;
}
.selected_object_list::-webkit-scrollbar-button {
 display: none;
}
.selected_object_list::-webkit-scrollbar-button:end {
 display: none;
}
.selected_object_list::-webkit-scrollbar-track {
 background-color: #F1F4F6;
 border-radius: 0;
}
.selected_object_list::-webkit-scrollbar-track-piece {
 background-color: #F1F4F6;
 border-radius: 0;
}
.selected_object_list::-webkit-scrollbar-thumb {
 background: #2EB197;
 border-radius: 0.3rem;
 width: 0.5rem;
 height: 0.5rem;
 margin: 0 0 0 -1.0rem;
}
.selected_object_list> .item {
	background: #fff;
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, .16);
	display: flex;
	flex-direction: row;
	margin: 0 0 0.9rem;
	padding: 1.3rem 0.8rem 0.5rem;
}
.selected_object_list .floor {
	border-right: 0.1rem solid rgba(184,200,214,0.65);
	width: 4.0rem;
	margin: 0 0.8rem 0 0;
	padding: 0 1.2rem 0 0;
	font-size: 1.0rem;
	font-weight: 600;
	color: #344247;
	line-height: 1.2;
}
.selected_object_list .floor .sub {
	display: none;
}
.selected_object_list .floor:hover .sub {
	display: block;
}
.selected_object_list .floor .sub .link {
	font-size: 1.0rem;
	font-weight: 600;
	color: #2EB197;
	text-decoration: none;
}
.selected_object_list .number {
	font-size: 1.4rem;
}
.selected_object_list_in {
	width: calc(100% - 5.2rem);
	margin: 0 0 0 -0.8rem;
	padding: 0 0 1.0rem;
	display: flex;
	flex-direction: row;
	flex-wrap: no-wrap;
	justify-content: space-between;
	overflow-y: auto;
}
.selected_object_list_in::-webkit-scrollbar {
 width: 0.5rem;
}
.selected_object_list_in::-webkit-scrollbar-button {
 display: none;
}
.selected_object_list_in::-webkit-scrollbar-button:end {
 display: none;
}
.selected_object_list_in::-webkit-scrollbar-track {
 background-color: #F1F4F6;
 border-radius: 0;
}
.selected_object_list_in::-webkit-scrollbar-track-piece {
 background-color: #F1F4F6;
 border-radius: 0;
}
.selected_object_list_in::-webkit-scrollbar-thumb {
 background: #2EB197;
 border-radius: 0.3rem;
 width: 0.5rem;
 height: 0.5rem;
 margin: 0 0 0 -1.0rem;
}
.selected_object_list_in .item {
	min-width: calc(10% - 0.8rem);
	width: calc(10% - 0.8rem);
	margin: 0 0 0 0.8rem;
	font-size: 1.0rem;
}
.selected_object_list_in .link {
	background: #2EB197;
	border: 0.1rem solid #2EB197;
	display: block;
	padding: 0 0.5rem;
	color: #fff;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.selected_object_list_in .sold .link {
	background: #F2F2F2;
	border: 0.1rem solid #E5D7D7;
	color: #94979A;
}
.selected_object_list_in .booking .link {
	background: #7AA900;
	border: 0.1rem solid #CECECE;
}
.selected_object_list_in .link:hover {
	background: #fff;
	color: #344247;
}
.selected_object_list_in .in {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 -0.4rem 0.3rem;
}
.selected_object_list_in .text {
	margin: 0 0 0.6rem;
}
.selected_object_list_in .room {
	background: #fff;
	border: 0.1rem solid #DFE5E9;
	width: 3.3rem;
	height: 1.6rem;
	margin: 0 0.4rem 0 0;
	color: #344247;
	text-align: center;
	line-height: 1.6rem;
}
.selected_object_list_in .status {
	font-family: 'Nunito', sans-serif;
	font-size: 0.9rem;
	font-weight: 600;
}
.selected_object_list_in .link:hover .status {
	color: #2EB197;
}
.selected_object_list_in .sold .status {
	color: #2EB197;
}
.selected_object_list_in .price {
	font-size: 1.1rem;
	font-weight: 600;
}
.close_card {
	position: absolute;
	top: 1.7rem;
	right: 1.6rem;
}
.close_card .link {
	background: url(../images/close_card_link.svg) no-repeat 100% 50%;
	display: inline-block;
	padding: 0 2.0rem 0 0;
	font-size: 1.4rem;
	color: #2EB197;
	text-decoration: none;
}
.card_block {
	margin: 0 0 4.2rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.card_block .fig {
	width: 48.6rem;
	height: 47.8rem;
	margin: 0 4.4rem 0 0;
	position: relative;
	overflow: hidden;
}
.card_block .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.card_block .status {
	border-radius: 0.8rem;
	height: 3.6rem;
	margin: 0 0 3.5rem;
	font-size: 1.2rem;
	color: #fff;
	line-height: 3.6rem
}
.card_block .booked {
	background: #7AA900 url(../images/card_block_booked.svg) no-repeat 1.0rem 50%;
	display: inline-block;
	padding: 0 0.7rem 0 2.9rem;
}
.card_block .sold {
	background: #94979A url(../images/card_block_sold.svg) no-repeat 0.9rem 50%;
	display: inline-block;
	padding: 0 1.6rem 0 3.2rem;
}
.card_block .freely {
	background: #2EB197 url(../images/card_block_freely.svg) no-repeat 0.7rem 50%;
	display: inline-block;
	padding: 0 1.2rem 0 2.9rem;
}
.card_block .text {
	width: calc(100% - 53.0rem);
}
.characteristic_list {
	margin: 0 0 1.7rem -0.5rem;
}
.characteristic_list .item {
	background: #F1F4F6;
	width: calc(25% - 0.5rem);
	margin: 0 0 0.5rem 0.5rem;
	padding: 0.8rem 0 0;
	font-size: 1.4rem;
	font-weight: 600;
	color: #353B41;
	text-align: center;
}
.characteristic_list .number {
	margin: 1.1rem 0 0.9rem;
	font-size: 2.0rem;
	font-weight: 500;
}
.card_block .price {
	margin: 0 0 2.5rem;
	font-size: 1.4rem;
	font-weight: 600;
	color: #353B41;
}
.card_block .price .number {
	font-size: 4.0rem;
	color: #004B80;
	line-height: 1;
}
.card_block .price .number .in {
	font-size: 3.5rem;
}
.card_block .btn_3 {
	width: 100%;
	text-align: center;
}
.card_block .all_characteristic .link{
	background: #fff url(../images/select.svg) no-repeat 97% 50%;
	border: 0.1rem solid #DDDEDF;
	display: block;
	width: 100%;
	padding: 0.8rem 4.1rem 0.8rem 2.0rem;
	font-size: 1.4rem;
	font-weight: 500;
	color: #515960;
	box-sizing: border-box;
	text-decoration: none;
}
.card_block .all_characteristic .sub{
	display: none;
}
.construction_block {
	background: url(../images/pic31.png) no-repeat;
	box-shadow: 0 0 1.2rem rgba(0, 0, 0, .06);
	width: 97.3rem;
	height: 16.8rem;
	margin: 0 auto 6.3rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
.construction_block:before {
	content: "";
	border: 0.1rem solid #E2E0E0;
	position: absolute;
	top: 0.4rem;
	right: 0.5rem;
	bottom: 0.4rem;
	left: 0.5rem;
	pointer-events: none;
}
.construction_block .h3 {
	margin: 0 0 3.2rem;
	color: #353B41;
}
.construction_block p {
	margin: 0;
}
.construction_block .btn_1 {
	background: #fff;
	border: 0.1rem solid #D3D8D7;
	width: 28.7rem;
	height: 4.8rem;
	padding: 0;
	color: #2EB197;
	text-align: center;
	line-height: 4.8rem;
}
.construction_block .btn_1 .text {
	background: url(../images/construction_block_btn_1.svg) no-repeat 0 50%;
	padding: 0 0 0 2.9rem;
}
.fig_1 {
	float: left;
	width: 45.3rem;
	height: 27.7rem;
	margin: 0 3.4rem 0 0;
	position: relative;
	overflow: hidden;
}
.fig_1 .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.top_text {
	font-size: 1.8rem;
	color: #353B41;
}
.green_text {
	font-weight: 600;
	color: #2EB197;
}
.gallery_list_2 {
	margin: 0 0 0 -2.7rem;
}
.gallery_list_2 .item {
	width: calc(34% - 3.7rem);
	margin: 0 0 2.7rem 2.7rem;
}
.gallery_list_2 .fig {
	width: 100%;
	height: 0;
	padding-bottom: 63%;
	position: relative;
	overflow: hidden;
}
.gallery_list_2 .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.gallery_list_3 {
	margin: 0 0 3.8rem;
}
.gallery_list_3 .item {
	margin: 0 0 3.0rem;
}
.gallery_list_3 .fig {
	float: left;
	width: 45.3rem;
	height: 27.7rem;
	margin: 0 3.9rem 0 0;
	position: relative;
	overflow: hidden;
}
.gallery_list_3 .item:nth-child(2n) .fig {
	float: right;
	margin: 0 0 0 3.9rem;
}
.gallery_list_3 .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.jakori {
	position: absolute;
	top: -16.0rem;
	left: 0;
}
.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;
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, .16);
	border: 0.1rem solid #E5E5E5;
	padding: 2.4rem;
	position: relative;
}
.modal_box_form .modal__content .h3 {
	margin: 0 0 3.7rem;
	color: #353B41;
	text-align: center;
}
.modal_box_form .modal__content {
	background: #F1F4F6 url(../images/pic28.png) no-repeat 50% 7.1rem;
	border: 0.1rem solid #E8E8E8;
	width: 55.9rem;
	padding: 9.9rem 8.0rem 3.6rem;
	position: relative;
}
.modal_box_form .modal__content .box {
	display: flex;
	flex-direction: row;
	width: 100%;
}
.modal_box_form .modal__content .c-50 {
	width: calc(50% - 0.8rem);
}
.modal_box_form .modal__content .in {
	position: relative;
	margin: 0 0 2.1rem;
}
.button_2 .text {
	background: url(../images/button_2.svg) no-repeat 0 50%;
	padding: 0 0 0 2.9rem;
}
.button_3 .text {
	background: url(../images/button_3.svg) no-repeat 0 50%;
	padding: 0 0 0 3.8rem;
}
.btn_5 {
	background: #2EB197;
	display: inline-block;
	width: 9.2rem;
	height: 5.0rem;
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 5.0rem;
}
.field_textarea:-moz-placeholder {
color: #515960;
}
 .field_textarea::-moz-placeholder {
color: #515960;
}
 .field_textarea::-webkit-input-placeholder {
 color: #515960;
}
 .field_textarea:-ms-input-placeholder {
 color: #515960;
}
.field_textarea.placeholder {
	color: #515960;
}
.h-101 {
	height: 10.1rem;
}
.modal_box_form .modal_text {
	color: #515960;
}
.modal_box_form .modal_text .link {
	color: #515960;
}
.modal_box_form .label_2 {
	color: #515960;
}
.box_thanks .modal__content {
	background: #F1F4F6;
	border: 0.1rem solid #E8E8E8;
	width: 50.1rem;
	padding: 5.6rem 10.9rem 1.0rem;
	color: #353B41;
	text-align: center;
	line-height: 1.4;
}
.box_thanks .modal__content .h3 {
	margin: 0 0 5.1rem;
	color: #353B41;
}
.box_thanks .modal__content p {
	margin: 0 0 2.4rem;
}
.box_thanks .modal__content .fig {
	width: 24.1rem;
	height: 16.6rem;
	margin: 0 auto 3.4rem;
	position: relative;
	overflow: hidden;
}
.box_thanks .modal__content .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.modal__close_btn {
	background: url(../images/modal_close.svg) no-repeat 50% 50%;
	width: 3.9rem;
	height: 2.3rem;
	position: absolute;
	top: 0.8rem;
	right: 0;
	z-index: 2;
}
.box_fig .modal__content {
	border-radius: 1.3rem;
	padding: 3.2rem 2.3rem 3.1rem;
}
.box_fig .modal__content .modal__close_btn {
	background: url(../images/modal_close_fig.svg) no-repeat 50% 50%;
}
.box_fig .modal__content img {
	width: 100%;
}
.modal_lightbox__title {
	margin: 0 0 2.9rem;
	font-family: 'Nunito', sans-serif;
	font-size: 2.0rem;
	font-weight: bold;
	color: #94979A;
	text-transform: uppercase;
	text-align: center;
}
.modal_lightbox__image img {
	vertical-align: top;
}
.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;
}
.modal_lightbox__prev:before, .modal_lightbox__next:before {
	content: "";
	background: rgba(52,80,90,0.60) url(../images/modal_prev.svg) no-repeat 50% 50%;
	width: 5.0rem;
	height: 5.0rem;
	margin-top: -2.5rem;
	position: absolute;
	top: 50%;
	left: 0;
}
.modal_lightbox__next:before {
	background: rgba(52,80,90,0.60) url(../images/modal_next.svg) no-repeat 50% 50%;
	left: auto;
	right: 0;
}
/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
	min-width: 102.4rem;
	max-width: 128.0rem;
	height: 78.1rem;
	margin: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.footer:after {
	content: "";
	background: #004B80;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -2;
}
.logo_footer {
	background: url(../images/logo_header.svg) no-repeat;
	width: 30.4rem;
	height: 7.7rem;
	position: absolute;
	top: 3.9rem;
	left: 1.6rem;
}
.logo_footer .link {
	display: block;
	width: 30.4rem;
	height: 7.7rem;
}
.slogan_footer {
	width: 16.9rem;
	position: absolute;
	top: 7.5rem;
	left: 10.1rem;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.2;
}
.contacts_footer {
	width: 32.5rem;
	position: absolute;
	top: 13.9rem;
	left: 1.6rem;
	font-size: 1.4rem;
	color: #fff;
}
.contacts_footer .title {
	display: none;
}
.contacts_footer .in {
	margin: 0 0 0 1.7rem;
}
.contacts_footer p {
	margin: 0 0 2.1rem;
}
.phone_contacts_footer {
	display: flex;
	flex-direction: row;
}
.phone_contacts_footer .phone {
	margin: 0 0 0.8rem;
}
.phone_contacts_footer .phone .link {
	background: url(../images/phone_contacts_footer.svg) no-repeat 0 0.4rem;
	display: inline-block;
	padding: 0 0 0 2.9rem;
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}
.phone_contacts_footer .phone_big {
	margin: 0 0 1.1rem;
}
.phone_contacts_footer .phone_big .link {
	background: url(../images/phone_contacts_footer_big.svg) no-repeat 0 0.3rem;
	display: inline-block;
	padding: 0 0 0 3.0rem;
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}
.social_network_contacts_footer {
	display: flex;
	flex-direction: row;
	margin: 0 0 0 0.5rem;
}
.social_network_contacts_footer .item {
	margin: 0 0 0 1.2rem;
}
.social_network_contacts_footer .fig {
	display: block;
	width: 2.5rem;
	height: 2.4rem;
	position: relative;
	overflow: hidden;
}
.social_network_contacts_footer .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.social_network_contacts_footer .fig_white {
	display: none;
}
.social_network_contacts_footer .item:hover .fig_white {
	display: block;
}
.social_network_contacts_footer .item:hover .fig_green {
	display: none;
}
.social_network_contacts_footer .fig_white {
	display: none;
}
.mail_contacts_footer {
	margin: 0 0 1.6rem;
}
.mail_contacts_footer .link {
	background: url(../images/please_contact_footer.svg) no-repeat 0 0.3rem;
	display: inline-block;
	padding: 0 0 0 2.8rem;
	font-size: 1.5rem;
	color: #fff;
	text-decoration: none;
}
.time_contacts_footer {
	background: url(../images/time_contacts_footer.svg) no-repeat 0 0.3rem;
	margin: 0 0 1.6rem;
	padding: 0 0 0 2.8rem;
	font-size: 1.5rem;
	color: #fff;
}
.address_contacts_footer {
	background: url(../images/address_contacts_footer.svg) no-repeat;
	margin: 0 0 1.8rem;
	padding: 0.1rem 0 0 2.8rem;
	font-size: 1.5rem;
	color: #fff;
}
.social_network_footer {
	display: flex;
	flex-direction: row;
}
.social_network_footer .item {
	margin: 0 1.3rem 0 0;
}
.social_network_footer .fig {
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	position: relative;
	overflow: hidden;
}
.social_network_footer .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.social_network_footer .fig_white {
	display: none;
}
.social_network_footer .item:hover .fig_white {
	display: block;
}
.social_network_footer .item:hover .fig_green {
	display: none;
}
.objects_footer {
	width: 50%;
	position: absolute;
	top: 9.8rem;
	right: 1.6rem;
}
.objects_footer .title {
	display: none;
}
.objects_footer .item {
	background: url(../images/objects_footer.svg) no-repeat;
	margin: 0 0 2.2rem;
	padding: 0 0 0 3.3rem;
	font-size: 1.4rem;
	color: #fff;
}
.objects_footer .link {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}
.footer .blue_block {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 7.2rem;
	position: absolute;
	bottom: 0;
	right: 1.6rem;
	left: 1.6rem;
}
.footer .blue_block:before {
	content: "";
	background: #00406D;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -1000.0rem;
	left: -1000.0rem;
	z-index: -1;
}
.info_footer {
	background: url(../images/info_footer.svg) no-repeat 0 1.5rem;
	border-top: 0.1rem solid rgba(179,195,206,0.30);
	padding: 1.5rem 0 0 3.2rem;
	position: absolute;
	top: 60.3rem;
	left: 1.6rem;
	right: 1.6rem;
	font-size: 1.3rem;
	color: #B3C3CE;
}
.politics_privacies {
	color: #fff;
}
.politics_privacies .link {
	color: #fff;
}
.company_footer {
	color: #fff;
}

/*---------------------- end footer -----------------------------------*/
/* 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) {
.page_with-small-header .header_top {
	height: 5.0rem;
}
.page_with-small-header .header_top:before {
	display: block;
}
.page_with-small-header .header_top .in {
	height: auto;
}
.page_with-small-header .logo_header {
	background: url(../images/logo_header_small.svg) no-repeat;
	width: 22.0rem;
	height: 3.3rem;
	margin: 0.6rem 0 0;
}
.page_with-small-header .logo_header .link {
	width: 22.0rem;
	height: 3.3rem;
}
.page_with-small-header .slogan_header {
	display: none;
}
.page_with-small-header .address_header {
	display: none;
}
.page_with-small-header .time_header {
	display: none;
}
.page_with-small-header .header_top .in:last-child {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 67%;
	margin: 0 9.6rem 0 0;
}
.page_with-small-header .mail_header {
	margin: 1.0rem 0 0;
	order: 1;
}
.page_with-small-header .mail_header .link {
	background: url(../images/header_mail_small.svg) no-repeat 0 0.2rem;
	font-size: 1.8rem;
	color: #fff;
}
.page_with-small-header .header_top .into {
	justify-content: space-between;
	width: 52%;
	order: 2;
	margin: 0;
}
.page_with-small-header .phone_header {
	background: url(../images/header_phone-call_small.svg) no-repeat 0 0.4rem;
	order: 1;
	margin: 0.8rem 0 0;
}
.page_with-small-header .phone_header .title .link {
	font-size: 2.0rem;
	color: #fff;
}
.page_with-small-header .phone_header .title .arrow {
	display: none;
}
.page_with-small-header .social_network_header {
	order: 2;
	margin: 0.4rem 0 0;
}
.page_with-small-header .social_network_header .fig_white {
	display: block;
}
.page_with-small-header .social_network_header .fig_green {
	display: none;
}
.page_with-small-header .social_network_header .item:hover .fig_blue {
	display: none;
}
.page_with-small-header .nav {
	width: 5.0rem;
	height: 5.0rem;
	margin: 0;
	position: absolute;
	top: 0;
	right: 1.6rem;
}
.page_with-small-header .nav:before {
	background: #2EB197;
	left: 0;
}
.page_with-small-header .nav_active {
	width: 100%;
}
.page_with-small-header .nav_toggle {
	background: #2EB197 url(../images/header_menu.svg) no-repeat 50% 50%;
	border: none;
	display: block;
	width: 5.0rem;
	height: 5.0rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}
.page_with-small-header .nav_active .nav_toggle {
	background: url(../images/declaration_box_close.svg) no-repeat 50% 50%;
}
.page_with-small-header .nav> .sub_all {
	display: none;
	width: calc(100% - 5.0rem);
	position: absolute;
	top: 0;
	right: 5.0rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page_with-small-header .nav_active .sub_all {
	display: block;
}
.page_with-small-header .nav_active .sub_all:before {
	content: "";
	background: #2EB197;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.page_with-small-header .nav> .sub_all> .list {
	height: 5.0rem;
}
.page_with-small-header .nav> .sub_all> .list> .item> .link {
	height: 5.0rem;
	padding: 0 1.4rem;
}
.page_with-small-header .header_top_2 .social_network_header {
	order: 1;
	margin: 0 0.5rem 0 0;
}
.page_with-small-header .header_top_2 .social_network_header .fig_blue {
	display: none;
}
.page_with-small-header .header_top_2 .social_network_header .item:hover .fig_blue {
	display: none;
}
.page_with-small-header .header_top_2 .social_network_header .item:hover .fig_green {
	display: none;
}
.page_with-small-header .header_top_2 .social_network_header .fig_white {
	display: none;
}
.page_with-small-header .header_top_2 .social_network_header .item:hover .fig_white {
	display: block;
}
.page_with-small-header .header_top_2 .phone_header {
	background: url(../images/header_phone-call_white.svg) no-repeat 0 0.4rem;
	margin: 0;
	padding: 0 0 0 3.0rem;
	order: 2;
}
.page_with-small-header .header_top_2 .social_network_header .fig_green {
	display: block;
}
.page_with-small-header .header_top_2 .phone_header .title .link {
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}
.page_with-small-header .header_top_2 .phone_header .title .arrow .link {
	background: url(../images/header_phone_header_title_white.svg) no-repeat 100% 50%;
	display: inline-block;
	width: 2.2rem;
	height: 1.3rem;
}
.page_with-small-header .header_top_2 .logo_header {
	background-size: 27.8rem 4.4rem;
	width: 27.8rem;
	height: 4.4rem;
	margin: 0 0 0 1.6rem;
}
.page_with-small-header .header_top_2 .logo_header .link {
	width: 27.8rem;
	height: 4.4rem;
}
}

@media (max-width: 767px) {
.wrapper {
	min-width: auto;
}
.inner {
	min-width: auto;
	max-width: none;
	width: auto;
	margin: 0 !important;
	padding: 0 !important;
}
.declaration_box .in {
	min-width: auto;
	max-width: none;
	margin: 0 auto;
	padding: 0.6rem 3.0rem 0.6rem 0.9rem;
	font-size: 1.2rem;
	font-weight: normal;
	text-align: left;
}
.declaration_box .close {
	width: 3.3rem;
	height: 3.3rem;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.declaration_box .close .link {
	width: 3.3rem;
	height: 3.3rem;
}
.header {
	min-width: auto;
	max-width: none;
	width: 100%;
}
.page_with-small-header .header {
	padding: 0;
}
.main_page .header_top {
	height: 3.7rem;
}
.header_top {
	background: #274682;
	display: block;
	min-width: auto;
	max-width: none;
	width: 100%;
	height: 3.7rem;
	z-index: 101;
}
.main_page .header_top::before {
	display: block;
}
.header_top_2 {
	background: #274682;
	display: block;
	min-width: auto;
	max-width: none;
	width: 100%;
	height: 8.2rem;
	z-index: 101;
}
.main_page .logo_header {
	background: url(../images/logo_header_small.svg);
	background-size: 18.0rem 2.8rem;
	width: 18.0rem;
	height: 2.8rem;
	position: absolute;
	top: 0.5rem;
	left: 0.9rem;
	margin: 0;
}
.main_page .logo_header .link {
	width: 18.0rem;
	height: 2.8rem;
}
.logo_header {
	background: url(../images/logo_header_small.svg);
	background-size: 18.0rem 2.8rem;
	width: 18.0rem;
	height: 2.8rem;
	position: absolute;
	top: 0.5rem;
	left: 0.9rem;
	margin: 0;
}
.logo_header .link {
	width: 18.0rem;
	height: 2.8rem;
}
.header_top_2 .logo_header {
	background: url(../images/logo_header_small.svg);
	background-size: 18.0rem 2.8rem;
	width: 18.0rem;
	height: 2.8rem;
	position: absolute;
	top: 0.5rem;
	left: 0.9rem;
	margin: 0;
}
.header_top_2 .logo_header .link {
	width: 18.0rem;
	height: 2.8rem;
}
.slogan_header {
	display: none;
}
.header_top .into {
	margin: 0;
}
.social_network_header {
	display: none;
}
.main_page .phone_header {
	background: none;
	width: 4.0rem;
	height: 3.7rem;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 7.3rem;
}
.phone_header {
	background: none;
	width: 4.0rem;
	height: 3.7rem;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 7.3rem;
}
.phone_header .in {
	display: none;
}
.phone_header .arrow {
	display: none;
}
.header_top_2 .phone_header {
	background: none;
	width: 4.0rem;
	height: 3.7rem;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 7.3rem;
}
.header_top_2 .phone_header .in {
	display: none;
}
.header_top_2 .phone_header .arrow {
	display: none;
}
.main_page .phone_header .title .link {
	background: url(../images/phone_header_mobile.svg) no-repeat 50% 50%;
	width: 4.0rem;
	height: 3.7rem;
	padding: 0;
}
.phone_header .title .link {
	background: url(../images/phone_header_mobile.svg) no-repeat 50% 50%;
	display: block;
	width: 4.0rem;
	height: 3.7rem;
	padding: 0;
}
.header_top_2 .phone_header .title .link {
	background: url(../images/phone_header_mobile.svg) no-repeat 50% 50%;
	display: block;
	width: 4.0rem;
	height: 3.7rem;
	padding: 0;
}
.header_top_2 .into {
	display: block;
}
.header_top_2 .nav {
	display: block;
}
.header_top_2 .back_header {
	border-top: 0.1rem solid #165B8D;
	display: block;
	margin: 0;
	position: absolute;
	top: 3.7rem;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 3.7rem;
}
.header_top_2 .back_header .link {
	background: url(../images/back_header.svg) no-repeat 0 50%;
}
.address_header {
	display: none;
}
.time_header {
	display: none;
}
.mail_header {
	display: none;
}
.main_page .nav {
	height: 3.7rem;
	margin: 0;
}
.nav {
	width: 5.0rem;
	height: 3.7rem;
	margin: 0;
	position: absolute;
	z-index: 21;
	top: 0;
	right: 0;
}
.main_page .nav_active {
	height: auto;
}
.nav_active {
	width: 100vw;
	height: auto;
	top: 0;
	left: 0;
	z-index: 27;
}
.nav:before {
	display: none;
}
.nav .nav_toggle {
	background: #2EB197 url(../images/header_menu_mobile.svg) no-repeat 50% 50%;
	border: none;
	display: block;
	width: 4.9rem;
	height: 3.7rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}
.nav_active .nav_toggle {
	background: #2EB197 url(../images/header_menu_close_mobile.svg) no-repeat 50% 50%;
}
.nav .sub_all {
	background: #F1F4F6;
	display: block;
	width: 100vw;
	height: calc(100vh - 4.0rem);
	padding: 0;
	position: absolute;
	top: 3.7rem;
	left: 0;
	right: 0;
	transform: translate(110%, 0);
	transition: transform .3s ease;
	will-change: transform;
}
.nav_active .sub_all {
	transform: translate(0, 0);
}
.main_page .nav> .sub_all> .list {
	height: 60.0rem;
}
.nav> .sub_all> .list {
	border: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: calc(100% - 4.0rem);
	height: 30.0rem;
	padding: 1.0rem 3.1rem 0 0.9rem;
	overflow-x: auto;
	z-index: 1;
}
.nav> .sub_all> .list::-webkit-scrollbar {
 width: 0.3rem;
}
.nav> .sub_all> .list::-webkit-scrollbar-button {
 display: none;
}
.nav> .sub_all> .list::-webkit-scrollbar-button:end {
 display: none;
}
.nav> .sub_all> .list::-webkit-scrollbar-track {
 background-color: rgba(148,151,154,0.55);
 border-radius: 0.3rem;
}
.nav> .sub_all> .list::-webkit-scrollbar-track-piece {
 background-color: rgba(148,151,154,0.55);
 border-radius: 0.3rem;
}
.nav> .sub_all> .list::-webkit-scrollbar-thumb {
 background: #3EB59D;
 border-radius: 0.3rem;
 width: 0.3rem;
 height: 0.3rem;
 margin: 0 0 0 -0.6rem;
}
.nav> .sub_all> .list> .item {
	border-top: 0.1rem solid #D8D4D4;
	display: block;
	position: static;
	font-size: 1.8rem;
	font-weight: 500;
}
.nav> .sub_all> .list> .item:first-child {
	border: none;
}
.nav> .sub_all> .list> .item> .link {
	justify-content: flex-start;
	color: #004B80;
}
.nav> .sub_all> .list> .item:hover> .link, .nav> .sub_all> .list> .active> .link {
	background: none;
	color: #004B80;
}
.nav .sub {
	background: none;
	box-shadow: none;
	border-radius: 0;
	display: block;
	max-width: none;
	width: auto;
	padding: 0;
	position: relative;
	top: 0;
	right: 0;
}
.page_with_nav .contacts_header_mobile {
	background: #004B80;
	display: block;
	padding: 2.3rem 0.9rem 2.9rem;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	z-index: 101;
    height: 20rem;
}
.page_with_nav .contacts_header_mobile .title {
	margin: 0 0 0.9rem;
}
.page_with_nav .phone_contacts_header_mobile {
	background: url(../images/phone_contacts_footer.svg) no-repeat 0 0.4rem;
	display: inline-block;
	margin: 0 0 0.8rem;
	padding: 0 0 0 2.9rem;
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}
.page_with_nav .phone_contacts_header_mobile .link {
	color: #fff;
	text-decoration: none;
}
.page_with_nav .mail_contacts_header_mobile {
	margin: 0 0 2.0rem;
}
.page_with_nav .mail_contacts_header_mobile .link {
	background: url(../images/please_contact_footer.svg) no-repeat 0 0.3rem;
	display: inline-block;
	padding: 0 0 0 2.8rem;
	font-size: 1.5rem;
	color: #fff;
	text-decoration: none;
}
.page_with_nav .time_contacts_header_mobile {
	background: url(../images/time_contacts_footer.svg) no-repeat 0 0.3rem;
	margin: 0 0 1.6rem;
	padding: 0 0 0 2.8rem;
	font-size: 1.5rem;
	color: #fff;
}
.page_with_nav .address_contacts_header_mobile {
	background: url(../images/address_contacts_footer.svg) no-repeat;
	margin: 0 0 1.8rem;
	padding: 0.1rem 0 0 2.8rem;
	font-size: 1.5rem;
	color: #fff;
}
.page_with_nav .social_network_contacts_header_mobile {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin: 0 0 1.2rem;
}
.page_with_nav .social_network_contacts_header_mobile .item {
	margin: 0 0 0 2.0rem;
}
.page_with_nav .social_network_contacts_header_mobile .fig {
	width: 3.7rem;
	height: 3.5rem;
	position: relative;
	overflow: hidden;
}
.page_with_nav .social_network_contacts_header_mobile .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.carousel_1 {
	width: 100vw;
	height: 35.0rem;
	margin: 0 0 2.5rem;
}
.carousel_1 .arrow {
}
.carousel_1 .fig_bg {
	display: none;
}
.carousel_1 .fig_mobile {
	display: block;
	width: 100%;
	height: 35.0rem;
	position: relative;
	opacity: 0;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.carousel_1 .fig_mobile:before {
	content: "";
	background: rgba(3,4,4,0.62);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.carousel_1 .active .fig_mobile {
	opacity: 1;
}
.carousel_1 .fig {
	width: 16.8rem;
	height: 16.3rem;
	right: -1.0rem;
	bottom: auto;
	top: 10.6rem;
	z-index: 2;
}
.carousel_1 .text {
	width: auto;
	max-width: none;
	top: 2.3rem;
	left: 0.9rem;
	right: 0.9rem;
	font-size: 1.4rem;
	text-align: center;
}
.carousel_1 .text_in {
	width: auto;
	padding: 0;
}
.carousel_1 .text_in::before {
	display: none;
}
.carousel_1 .title {
	display: inline-block;
	padding: 1.8rem 0 0 1.9rem;
	font-size: 2.8rem;
	position: relative;
}
.carousel_1 .title:before {
	content: "";
	border-top: 0.3rem solid #2EB197;
	border-left: 0.3rem solid #2EB197;
	width: 4.4rem;
	height: 4.4rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.btn_1 {
	background: #2EB197 url(../images/btn_1.svg) no-repeat 2.3rem 50%;
	width: 19.0rem;
	padding: 0 0 0 5.0rem;
	font-size: 1.4rem;
}
.carousel_1 .btn_1 {
	position: absolute;
	bottom: -10.6rem;
	left: 50%;
	margin: 0 0 0 -12.0rem;
}
.carousel_1 .number {
	min-width: auto;
	max-width: none;
	bottom: 5.9rem;
	left: 0.9rem;
	right: 0.9rem;
}
.carousel_1 .number_in {
	left: 50%;
	margin: 0 0 0 -2.4rem;
}
.carousel_1 .arrow {
	min-width: auto;
	max-width: none;
	bottom: 5.9rem;
	left: 0.9rem;
	right: 0.9rem;
}
.carousel_1 .arrow_in {
	margin: 0 0 0 -8.9rem;
	left: 50%;
}
.feedback_bubble_send_request {
	top: auto;
	right: auto;
	bottom: 7.9rem;
	left: 0.9rem;
}
.feedback_bubble_send_request .link {
	background: #00406D;
	box-shadow: none;
	border: none;
	border-radius: 0;
	display: inline-block;
	width: 4.1rem;
	height: 4.1rem;
}
.feedback_bubble_send_request .fig {
	width: 4.1rem;
	height: 4.1rem;
}
.feedback_bubble_callback {
	top: auto;
	bottom: 7.9rem;
	right: auto;
	left: 6.4rem;
}
.feedback_bubble_callback .link {
	background: #00406D;
	box-shadow: none;
	border: none;
	border-radius: 0;
	display: inline-block;
	width: 4.1rem;
	height: 4.1rem;
}
.feedback_bubble_callback .fig {
	width: 4.1rem;
	height: 4.1rem;
}
.to-top {
	bottom: 0.9rem;
	right: 0.9rem;
}
.to-top .link {
	width: 4.1rem;
	height: 4.1rem;
}
.h1 {
	margin: 0 0 1.2rem;
	font-size: 1.8rem;
}
.h2 {
	margin: 0 0 1.2rem;
	font-size: 1.8rem;
}
.h3 {
	margin: 0 0 1.2rem;
	font-size: 1.8rem;
}
body {
	font-size: 1.4rem;
}
.main_page .content {
	padding: 0 0.9rem;
}
.content {
	padding: 1.1rem 0.9rem 0;
}
.catalog_list {
	margin: 0 0 1.5rem;
}
.catalog_list> .item {
	width: calc(100% - 2.4rem);
	margin: 0 0 2.0rem;
}
.catalog_block_mobile .item:nth-child(3) ~ .item {
	display: none;
}
.catalog_block_mobile.active .item {
	display: block!important;
}
.catalog_block_mobile> p> .open {
	background: url(../images/catalog_block_mobile_open.svg) no-repeat 100% 50%;
	display: inline-block;
	padding: 0 2.0rem 0 0;
	font-size: 1.6rem;
	color: #2EB197;
	text-decoration: none;
}
.catalog_block_mobile> p> .close {
	background: url(../images/catalog_block_mobile_open.svg) no-repeat 100% 50%;
	display: none;
	padding: 0 2.0rem 0 0;
	font-size: 1.6rem;
	color: #2EB197;
	text-decoration: none;
}
.carousel_3 {
	margin: -1.0rem -1.0rem 4.7rem;
	padding: 0 0 4.2rem;
	position: relative;
}
.carousel_3:before {
	content: "";
	background: url(../images/swipe.svg) no-repeat;
	width: 2.3rem;
	height: 2.9rem;
	margin: 0 0 0 -1.1rem;
	position: absolute;
	bottom: 3.9rem;
	left: 50%;
	z-index: 3;
}
.carousel_3 .tabs {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	z-index: 3;
}
.carousel_3 .tabs .item {
	display: inline-block;
	margin: 0 0.2rem;
}
.carousel_3 .tabs .link {
	background: rgba(82,162,225,0.34);
	display: block;
	vertical-align: middle;
	width: 4.6rem;
	height: 0.6rem;
}
.carousel_3 .tabs .active {
	background: #7AA900;
}
.carousel_3 .in {
	position: relative;
	overflow: hidden;
	padding: 1.0rem;
}
.carousel_3 .main_list:before, .carousel_3 .main_list:after, .carousel_3 .main_list> .item:before, .carousel_3 .main_list> .item:after {
	display: none;
}
.carousel_3 .main_list {
	display: table;
	table-layout: fixed;
	width: 100%;
	position: relative;
	margin: 0;
}
.carousel_3 .main_list.animate {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.carousel_3 .main_list> .item {
	background: none;
	box-shadow: none;
	width: calc(100vw - 2.0rem);
	display: table-cell;
	margin: 0;
	padding: 0 1.0rem 0 0;
	vertical-align: top;
	position: relative;
}
.construction_phase_list .date_block {
	height: auto;
	padding: 0.5rem 1.2rem;
	margin: 0 0.5rem 1.0rem;
	position: relative;
	left: 0;
	flex-direction: column;
}
.construction_phase_list .month {
	width: 100%;
	margin: 0;
	position: relative;
	left: 0;
	font-size: 1.4rem;
	line-height: 1.2;
}
.carousel_3 .catalog_list .box {
	background: #fff;
	box-shadow: 0 0 1.0rem rgba(0, 0, 0, .16);
	padding: 0 1.2rem 1.0rem;
}
.btn_3 {
	width: 24.0rem;
	font-size: 1.4rem;
}
.infrastructure_block .top_block {
	height: 24.5rem;
	padding: 0;
}
.infrastructure_block .top_block> .fig {
	height: 24.5rem;
}
.infrastructure_block .text {
	width: calc(100% - 1.8rem);
	padding: 0 0.9rem;
	font-size: 1.2rem;
}
.infrastructure_block .title {
	margin: 0 0 1.7rem 1.0rem;
	font-size: 1.4rem;
}
.infrastructure_block .in::before {
	width: 4.7rem;
	height: 4.7rem;
	top: -1.0rem;
	left: 0;
}
.finishing_block .item {
	height: 24.5rem;
	padding: 0;
}
.finishing_block .fig {
	height: 24.5rem;
}
.finishing_block .text {
	width: calc(100% - 1.8rem);
	padding: 3.0rem 0.9rem 0;
	font-size: 1.2rem;
}
.finishing_block .text_in {
	width: auto;
	padding: 0;
	position: relative;
	font-size: 1.2rem;
}
.finishing_block .item:nth-child(2n) .text_in {
	width: auto;
	padding: 0;
	left: 0;
}
.finishing_block .title {
	margin: 0 0 1.7rem;
	font-size: 1.4rem;
}
.finishing_block .item:nth-child(2n) .in {
	max-width: none;
}
.finishing_block .in {
	max-width: none;
	padding: 0 0 0 1.5rem;
}
.finishing_block .text:before {
	content: "";
	background: rgba(3,4,4,0.62);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.finishing_block .text_in::before {
	display: none;
}
.finishing_block .in::before {
	width: 4.7rem;
	height: 4.7rem;
	top: -1.5rem;
	left: 0;
}
.how_buy_block {
	margin: 0 0 3.2rem;
	padding: 2.6rem 0 1.6rem;
}
.how_buy_block .h3 {
	margin: 0 0 4.1rem;
}
.how_buy_list {
	margin: 0;
}
.how_buy_list .item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 1.2rem;
	text-align: left;
	line-height: 1.3;
}
.how_buy_list .number {
	margin: 0 1.2rem 0 0;
	font-size: 1.6rem;
}
.how_buy_list .fig {
	width: 7.5rem;
	height: 6.6rem;
	margin: 0 2.6rem 0 0;
}
.how_buy_list .img {
	bottom: auto;
}
.how_buy_list p {
	width: calc(100% - 14.1rem);
}
.about_block {
	margin: 0 0 4.8rem;
	padding: 0;
}
.about_block .h1 {
	display: inline-block;
	margin: 0 auto 41.1rem;
	padding: 1.6rem 0 0 2.0rem;
	position: relative;
}
.about_block .h1:before {
	content: "";
	border-top: 0.3rem solid #2EB197;
	border-left: 0.3rem solid #2EB197;
	width: 4.7rem;
	height: 4.7rem;
	position: absolute;
	top: 0;
	left: 0;
}
.about_block .big_text {
	font-size: 1.8rem;
}
.about_block .text::before {
	display: none;
}
.about_block .fig {
	width: 26.6rem;
	height: 35.3rem;
	padding: 0;
	top: 93px;
}
.about_block .text {
	padding: 0;
	text-align: center;
}
.about_block .text p {
	text-align: left;
}
.more {
	font-size: 1.8rem;
}
.btn_4 {
	width: 27.6rem;
	font-size: 1.4rem;
}
.mr-45 {
	margin-right: 28px !important;
}
.about_block p:last-child {
	text-align: center;
}
.project_partner {
	display: block;
	margin: 0 0 1.5rem;
	padding: 2.8rem 0 4.1rem;
	font-size: 1.6rem;
}
.project_partner .h3 {
	margin: 0 0 3.4rem;
	text-align: center;
}
.project_partner .box {
	width: 100%;
}
.project_partner .title {
	margin: 0 0 3.0rem;
	font-size: 1.6rem;
	font-weight: 600;
}
.project_partner .box .link {
	display: block;
}
.project_partner .fig {
	width: 9.4rem;
	height: 9.4rem;
	margin: 0 2.0rem 0 0;
	float: left;
}
.project_partner .text {
	width: auto;
}
.ipoteka_block {
	flex-direction: column;
	margin: 0 0 3.5rem;
	padding: 1.6rem 0.9rem 0;
}
.ipoteka_block .left_block {
	width: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}
.ipoteka_block .left_block .fig {
	width: 24.7rem;
	height: 15.8rem;
	margin: 3.2rem auto 0;
}
.ipoteka_block .right_block {
	width: auto;
}
.ipoteka_list {
	margin: 0 0 1.0rem -1.3rem;
}
.ipoteka_list .item {
	width: calc(50% - 1.3rem);
	padding: 2.2rem 0 1.5rem;
}
.send_request_block {
	height: 54.8rem;
	padding: 0;
	font-size: 1.4rem;
	text-align: center;
}
.send_request_block::before {
	height: 54.8rem;
}
.send_request_block .left_block {
	height: 52.9rem;
	padding: 2.1rem 1.2rem 0;
	position: relative;
}
.send_request_block .left_block::before {
	right: -0.9rem;
	left: -0.9rem;
}
.send_request_block .h3 {
	font-size: 1.6rem;
}
.footer {
	min-width: auto;
	max-width: none;
	height: auto;
	margin: auto;
	position: relative;
	padding: 2.7rem 0.9rem 7.1rem;
}
.field {
	padding: 1.2rem 7.1rem 1.3rem 0.8rem;
}
.send_request_block .button {
	width: 100%;
	font-size: 1.4rem;
}
.contacts_block {
	padding: 0;
	margin: 0 -0.9rem;
}
.contacts_block> .fig {
	width: 100%;
	height: 31.7rem;
	position: relative;
	left: 0;
	transform: none;
}
.contacts_block .text {
	height: auto;
	padding: 2.4rem 2.5rem 4.2rem;
}
.contacts_block .h3 {
	text-align: center;
}
.phone_contacts_block {
	flex-direction: column;
	margin: 0 0 1.2rem;
}
.social_network_contacts_block .fig {
	width: 5.3rem;
	height: 4.7rem;
}
.social_network_contacts_block {
	margin: 1.2rem 0 0;
	justify-content: flex-end;
}
.contacts_block> .text> .phone_contacts_block:nth-child(2) {
	margin: 0 0 1.1rem;
}
.contacts_block .in {
	margin: 0;
}
.logo_footer {
	background-size: 25.4rem 6.8rem;
	width: 25.4rem;
	height: 6.8rem;
	margin: 0 0 0 1.8rem;
	position: relative;
	top: 0;
	left: 0;
}
.logo_footer .link {
	width: 25.4rem;
	height: 6.8rem;
}
.slogan_footer {
	width: 16.9rem;
	margin: -3.4rem 0 2.6rem 9.0rem;
	position: relative;
	top: 0;
	left: 0;
	font-size: 1.2rem;
}
.contacts_footer {
	width: auto;
	position: relative;
	top: 0;
	left: 0;
}
.contacts_footer .title {
	display: block;
}
.contacts_footer .title .link {
	background: url(../images/contacts_footer_mobile.svg) no-repeat 100% 50%;
	border-top: 0.1rem solid rgba(153,178,198,0.50);
	display: block;
	height: 6.0rem;
	font-size: 1.6rem;
	color: #fff;
	text-transform: uppercase;
	line-height: 6.0rem;
	text-decoration: none;
}
.contacts_footer .sub {
	display: none;
	padding: 0 0 2.0rem;
}
.objects_footer {
	width: auto;
	position: relative;
	top: 0;
	right: 0;
}
.objects_footer .title {
	display: block;
}
.objects_footer .title .link {
	background: url(../images/contacts_footer_mobile.svg) no-repeat 100% 50%;
	border-top: 0.1rem solid rgba(153,178,198,0.50);
	display: block;
	height: 6.0rem;
	font-size: 1.6rem;
	color: #fff;
	text-transform: uppercase;
	line-height: 6.0rem;
	text-decoration: none;
}
.objects_footer .list {
	display: none;
	padding: 0 0 2.0rem;
}
.info_footer {
	background: #00406D url(../images/info_footer.svg) no-repeat 0.5rem 2.5rem;
	border-top: none;
	padding: 2.3rem 0.9rem 1.0rem 4.1rem;
	margin: 0 -0.9rem;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	font-size: 1.3rem;
}
.footer .blue_block {
	flex-direction: column;
	height: auto;
	padding: 2.0rem 0 6.1rem;
	position: relative;
	right: 0;
	left: 0;
}
.company_footer {
	margin: 0 0 0.4rem;
	font-size: 1.6rem;
}
.cookie {
	right: 0.9rem;
	left: 0.9rem;
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: center;
}
.cookie .box {
	height: auto;
	padding: 2.9rem 0 1.4rem;
	flex-direction: column;
}
.cookie .in {
	margin: 0 0 1.6rem;
}
.cookie .btn_2 {
	width: 100%;
}
.btn_2 {
	font-size: 1.4rem;
	font-weight: 500;
	text-transform: uppercase;
}
.feedback_bubble_send_request .img {
	max-width: 50%;
	max-height: 50%;
}
.feedback_bubble_callback .img {
	max-width: 50%;
	max-height: 50%;
}
.catalog_list .sub_1 {
	height: calc(100% - 1.8rem);
	margin: 0.8rem 0 0;
	padding: 0.9rem;
	left: 0;
}
.catalog_list .sub_2 {
	height: calc(100% - 1.8rem);
	margin: 0.8rem 0 0;
	padding: 0.9rem;
	left: 0;
}
.about_project {
	-webkit-column-count: auto;
	column-count: auto;
	margin: 0;
}
.about_project .item {
	margin: 0 0 1.5rem;
}
.catalog_list .sub_3 {
	height: calc(100% - 1.8rem);
	margin: 0.8rem 0 0;
	padding: 0.9rem;
	left: 0;
}
.catalog_list .open_block_3 .fig {
	height: 20.7rem;
}
.form6 .box {
	flex-direction: column;
}
.form6 .in {
	margin: 0 0 1.3rem 0;
}
.form6 .c-54 {
	width: 100%;
}
.form6 .c-23 {
	width: 100%;
	text-align: center;
}
.price_filter {
	width: calc(100% - 3.9rem);
	margin: 0 0 1.3rem;
	padding: 0 3.9rem 0 0;
	position: relative;
}
.price_filter input {
	width: 50%;
}
.form6 .button {
	width: 17.6rem;
	height: 5.0rem;
	line-height: 5.0rem;
	text-transform: uppercase;
}
.form6 .button_reset {
	width: 5.0rem;
	height: 5.0rem;
	background-size: 2.1rem 2.5rem;
}
.mr-14 {
	margin-right: 0 !important;
}
.how_buy_block.margin_none {
	margin: 0;
}
.top_block_content {
	flex-direction: column;
	margin: 0 0 1.8rem;
}
.top_block_content .h1 {
	margin: 0 0 2.3rem;
	text-align: center;
}
.address_content {
	width: auto;
	line-height: 1.3;
}
.legend_block .item {
	margin: 0 1.8rem 1.1rem 0;
}
.close_card {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
	margin: 0 0 2.7rem;
}
.card_block {
	margin: 0 0 2.2rem;
	flex-direction: column;
}
.card_block .left_block {
	text-align: center;
}
.card_block .fig {
	width: 28.2rem;
	height: 27.7rem;
	margin: 0 auto 1.0rem;
}
.card_block .status {
	border-radius: 1.5rem;
	height: 3.3rem;
	margin: 0 0 3.5rem;
	font-size: 1.5rem;
	color: #fff;
	line-height: 3.3rem
}
.card_block .freely {
	background: #2EB197 url(../images/card_block_freely.svg) no-repeat 1.0rem 50%;
	padding: 0 1.2rem 0 3.4rem;
}
.card_block .text {
	width: auto;
}
.characteristic_list {
	margin: 0 0 1.7rem -0.4rem;
}
.card_block .price {
	text-align: center;
}
.characteristic_list .item {
	margin: 0 0 0.4rem 0.4rem;
	padding: 0.8rem 0 0;
	font-size: 1.3rem;
}
.characteristic_list .number {
	margin: 1.1rem 0 0.9rem;
	font-size: 1.8rem;
	font-weight: 500;
}
.construction_block {
	background: url(../images/pic39.png) no-repeat;
	width: 28.9rem;
	height: 14.6rem;
	margin: 0 auto 6.0rem;
	flex-direction: column;
	justify-content: flex-start;
	padding: 3.1rem 0.6rem 0;
}
.construction_block .h3 {
	margin: 0 0 3.2rem 10.5rem;
	color: #353B41;
}
.construction_block .btn_1 {
	width: 28.0rem;
}
.top_text {
	font-size: 1.6rem;
}
.header_top .in:last-child {
	margin: 0;
}
.header_top .in {
	height: auto;
}
.header_top .in:nth-child(2) {
	margin: 0;
}
.fig_1 {
	float: none;
	width: 100%;
	height: 0;
	margin: 0 0 4.0rem;
	padding: 0 0 61%;
}
.list_2 li::before {
	top: 0.4rem;
	font-size: 1.6rem;
}
.list_2 .title {
	font-size: 1.4rem;
}
.gallery_list_2 {
	margin: 0 0 0 -1.3rem;
	text-align: center;
}
.gallery_list_2 .item {
	width: calc(50% - 1.3rem);
	margin: 0 0 1.3rem 1.3rem;
}
.gallery_list_3 {
	margin: 0;
}
.gallery_list_3 .item {
	margin: 0 0 1.0rem;
}
.gallery_list_3 .fig {
	float: none;
	width: 100%;
	height: 0;
	margin: 0 0 1.8rem;
	padding: 0 0 61%;
}
.gallery_list_3 .item:nth-child(2n) .fig {
	float: none;
	margin: 0 0 1.8rem;
}
.modal_box_form .modal__content {
  width: auto;
  padding: 2.0rem 1.0rem 1.0rem;
}
.modal_box_form .modal__content .h3 {
  margin: 0 0 1.7rem;
}
.modal_box_form .modal__content .box {
  flex-direction: column;
}
.modal_box_form .modal__content .in {
  margin: 0 0 1.1rem;
}
.modal_box_form .modal__content .c-50 {
  width: 100%;
}
.mr-16 {
  margin-right: 0 !important;
}
.button {
  width: 100%;
}
.box_thanks .modal__content {
  width: auto;
  padding: 2.0rem 1.9rem 1.0rem;
}
.modal_lightbox__title {
  margin: 0 0 1.9rem;
  font-size: 1.6rem;
}
.selected_object_list_in .item {
	min-width: calc(40% - 0.8rem);
	width: calc(40% - 0.8rem);
  }
}

@media (min-width: 1154px) {
.infrastructure_block .in:before {
	top: -3.0rem;
}
}

@media (min-width: 1280px) {
.finishing_block .in:before {
	top: -3.0rem;
}
.finishing_block .text_in {
	font-size: 1.8rem;
}
.finishing_block .title {
	margin: 0 0 1.7rem;
	font-size: 3.0rem;
}
}

@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;
}
}
