@charset "utf-8";
/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.00 29.08.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,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@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: #F5F5F9;
	height: 100%;
	color: #2C3033;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: left;
	word-wrap: break-word;
}
input, button, select, textarea, html {
	font-family: 'Montserrat', sans-serif;
}
a {
	color: #2C3033;
	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;
}
.main_page .h1 {
	margin: 0 0 1.8rem;
}
.h1 {
	font-size: 3.6rem;
	font-weight: bold;
	margin: 0 0 5.8rem;
	text-transform: uppercase;
	line-height: 1.2;
}
.h2 {
	font-size: 3.6rem;
	font-weight: bold;
	margin: 0 0 1.8rem;
	text-transform: uppercase;
	line-height: 1.2;
}
.h3 {
	font-size: 3.6rem;
	font-weight: bold;
	margin: 0 0 1.8rem;
	text-transform: uppercase;
	line-height: 1.2;
}
.h4 {
	font-size: 2.4rem;
	font-weight: 600;
	margin: 0 0 3.2rem;
	line-height: 1.2;
}
.h5 {
	font-size: 1.8rem;
	font-weight: 600;
	margin: 0 0 1.5rem;
}
.h6 {
	font-size: 1.1rem;
	font-weight: bold;
	margin: 0 0 2.33em;
}
/*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: #F6F8F9;
	border: none;
	border-bottom: 0.1rem solid rgba(148, 151, 154, 0.31);
	padding: 0 9.1rem 0.9rem 0;
	-webkit-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	font-size: 1.4rem;
	font-weight: 500;
	color: #2C3033;
}
.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;
}
 textarea.field:-moz-placeholder {
 color: #2C3033;
}
 textarea.field::-moz-placeholder {
 color: #2C3033;
}
 textarea.field::-webkit-input-placeholder {
 color: #2C3033;
}
 textarea.field:-ms-input-placeholder {
 color: #2C3033;
}
textarea.field.placeholder {
	color: #2C3033;
}
.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;
}
.list_2 {
	counter-reset: list2;
	margin: 0 0 1.5rem;
}
.list_2 p {
	margin: 0;
}
.list_2 li {
	counter-increment: list2;
	padding-left: 3.5rem;
	position: relative;
	margin: 0 0 2.3rem;
	line-height: 1.5;
}
.list_2 li:before {
	content: counter(list2) ".";
	position: absolute;
	top: 0.6rem;
	left: 0;
	font-weight: 600;
	font-size: 2.4rem;
	color: #918EB8;
	line-height: 1;
}
/*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: #918EB8 url(../images/to-top.svg) no-repeat 50% 50%;
	border-radius: 50%;
	display: block;
	width: 5.5rem;
	height: 5.5rem;
	position: relative;
}
.feedback_bubble_callback {
	position: fixed;
	top: 30%;
	right: 0;
	z-index: 99;
}
.feedback_bubble_callback .link {
	background: #DB282D;
	border-radius: 5.0rem;
	display: inline-block;
	width: 5.0rem;
	height: 5.0rem;
	position: relative;
	right: 0;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
.feedback_bubble_callback:hover .link {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 21.6rem;
	padding: 0 0 0 3.7rem;
}
.feedback_bubble_callback .text {
	display: none;
	width: calc(100% - 5.0rem);
}
.feedback_bubble_callback:hover .text {
	display: inline-block;
}
.feedback_bubble_callback .fig {
	display: inline-block;
	vertical-align: middle;
	width: 5.0rem;
	height: 5.0rem;
	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;
}
.feedback_bubble_send_request {
	position: fixed;
	top: calc(30% + 7.0rem);
	right: 0;
	z-index: 99;
}
.feedback_bubble_send_request .link {
	background: #1D286A;
	border-radius: 5.0rem;
	display: inline-block;
	width: 5.0rem;
	height: 5.0rem;
	position: relative;
	right: 0;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
.feedback_bubble_send_request:hover .link {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 21.7rem;
	padding: 0 0 0 3.3rem;
}
.feedback_bubble_send_request .text {
	display: none;
	width: calc(100% - 5.0rem);
}
.feedback_bubble_send_request:hover .text {
	display: inline-block;
}
.feedback_bubble_send_request .fig {
	display: inline-block;
	vertical-align: middle;
	width: 5.0rem;
	height: 5.0rem;
	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_consultation {
	position: fixed;
	top: calc(30% + 14.0rem);
	right: 0;
	z-index: 99;
}
.feedback_bubble_consultation .link {
	background: #1D286A;
	border-radius: 5.0rem;
	display: inline-block;
	width: 5.0rem;
	height: 5.0rem;
	position: relative;
	right: 0;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
.feedback_bubble_consultation:hover .link {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 28.0rem;
	padding: 0 0 0 2.5rem;
}
.feedback_bubble_consultation .text {
	display: none;
	width: calc(100% - 5.0rem);
}
.feedback_bubble_consultation:hover .text {
	display: inline-block;
}
.feedback_bubble_consultation .fig {
	display: inline-block;
	vertical-align: middle;
	width: 5.0rem;
	height: 5.0rem;
	position: relative;
	overflow: hidden;
}
.feedback_bubble_consultation .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-weight: normal;
	color: #fff;
	z-index: 101;
}
.cookie:before {
	content: "";
	background: #1B224E;
	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 .text {
	margin: 0 2.4rem 0 0;
}
.btn_2 {
	border: 0.1rem solid #fff;
	border-radius: 5.0rem;
	display: inline-block;
	width: 30.7rem;
	height: 4.5rem;
	position: relative;
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 4.3rem;
	transition: all 0.5s ease 0s;
}
.btn_2 .in {
	background: url(../images/btn_2.svg) no-repeat 100% 50%;
	display: inline-block;
	padding: 0 2.1rem 0 0;
}
.btn_2:hover {
	background: #DB282D;
	border: 0.1rem solid #DB282D;
}
.inner {
	min-width: 102.4rem;
	max-width: 128.0rem;
	margin: auto !important;
	padding: 0 0 64.0rem;
}
.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-size: 1.4rem;
	font-weight: normal;
	text-align: center;
	color: #fff;
	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;
}
.header_top {
	display: flex;
	flex-direction: column;
	min-width: 102.4rem;
	max-width: 128.0rem;
	height: 14.5rem;
	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:before {
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.page_with-small-header .header_top {
	position: fixed;
}
.header_top .top_block {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
	height: 3.0rem;
	padding: 0 1.6rem;
}
.header_top .top_block:before {
	content: "";
	background: #1D286A;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.header_top .bottom_block {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 11.5rem;
	padding: 0 1.6rem;
}
.header_top .right_block {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 29.2rem;
}
.logo_header {
	background: url(../images/logo_header.svg) no-repeat;
	background-size: 100% 100%;
	width: 17.3rem;
	height: 7.5rem;
	margin: 1.7rem 0 0;
}
.logo_header .link {
	display: block;
	width: 17.3rem;
	height: 7.5rem;
}
.slogan_header {
	border-right: 0.1rem solid #918EB8;
	width: 11.7rem;
	height: 3.8rem;
	margin: 4.4rem 0 0;
	padding: 0 3.0rem 0 0;
	line-height: 1.2;
}
.address_header {
	background: url(../images/header_address.svg) no-repeat 0 0.1rem;
	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;
}
.mail_header {
	font-size: 1.4rem;
	color: #fff;
}
.mail_header .link {
	background: url(../images/header_mail.svg) no-repeat;
	padding: 0 0 0 2.8rem;
	color: #fff;
	text-decoration: none;
}
.phone_header {
	margin: 5.0rem 0 0;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
}
.phone_header .link {
	background: url(../images/header_phone-call.svg) no-repeat 0 0.1rem;
	padding: 0 0 0 3.1rem;
	display: inline-block;
	color: #2C3033;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.nav {
	width: 47.1rem;
	height: 10.5rem;
	margin: 1.0rem 0 0;
	position: relative;
}
.nav_toggle {
	border: none;
	display: none;
	width: 6.2rem;
	height: 6.2rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}
.main_page .nav_active .nav_toggle:before {
	top: -5.4rem;
}
.nav_toggle .bar {
	background: #1D286A;
	width: 3.0rem;
	height: 0.2rem;
	padding: 0;
	display: block;
	transition: all 0.4s ease-in-out;
	position: absolute;
}
.nav_toggle .bar1 {
	top: 2.2rem;
	right: 1.7rem;
}
.nav_toggle .bar2, .nav_toggle .bar3 {
	top: 3.0rem;
	right: 1.7rem;
}
.nav_toggle.bar3 {
	right: 1.7rem;
}
.nav_toggle .bar4 {
	bottom: 2.2rem;
	right: 1.7rem;
}
.nav_toggle .bar1 {
	transform-origin: 5%;
}
.nav_toggle .bar4 {
	transform-origin: 5%;
}
.nav_active .nav_toggle .bar1 {
	top: 3.0rem;
	width: 0%;
	right: 50%;
}
.nav_active .nav_toggle .bar3 {
	transform: rotate(-45deg);
	height: 0.2rem;
}
.nav_active .nav_toggle .bar2 {
	transform: rotate(45deg);
	height: 0.2rem;
}
.nav_active .nav_toggle .bar4 {
	top: 3.0rem;
	width: 0%;
	right: 50%;
}
.nav> .sub_all {
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nav> .sub_all> .list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	height: 10.5rem;
	position: relative;
	z-index: 1;
}
.nav> .sub_all> .list> .item {
	position: relative;
}
.nav> .sub_all> .list> .item> .link {
	display: flex;
	align-items: center;
	position: relative;
	height: 10.5rem;
	color: #2C3033;
	text-decoration: none;
	z-index: 2;
	transition: all 0.5s ease 0s;
}
.nav> .sub_all> .list> .have_sub:hover> .link:before {
	content: "";
	background: url(../images/sub_menu.png) no-repeat;
	width: 2.1rem;
	height: 1.8rem;
	margin: 0 0 0 -1.0rem;
	position: absolute;
	bottom: 0;
	left: 50%;
}
.nav> .sub_all> .list> .item:hover> .link, .nav> .sub_all> .list> .active> .link {
	color: #DB282D;
}
.nav .sub {
	background: #fff;
	box-shadow: 0 0 1.0rem rgba(0, 0, 0, .16);
	width: 24.3rem;
	padding: 3.4rem 6.0rem 1.1rem;
	display: none;
	position: absolute;
	top: 100%;
	left: -10.8rem;
}
.nav> .sub_all> .list> .item:hover .sub {
	display: block;
}
.nav .sub_menu .item {
	margin: 0 0 3.7rem;
}
.nav .sub_menu .link {
    background: url(../images/carousel_5_triangle.svg) no-repeat;
	display: inline-block;
	min-height: 2.5rem;
	padding: 0.3rem 0 0 1.9rem;
	color: #2C3033;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.nav .sub_menu .item:hover .link {
	background: url(../images/sub_menu_link_hover.svg) no-repeat;
	color: #DB282D;
}
.contacts_header_mobile {
	display: none;
}
.carousel_1 {
	background: url(../images/carousel_1_bg.png) repeat-x;
	width: 100vw;
	height: 66.0rem;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	overflow: hidden;
}
.carousel_1 p {
	margin: 0 0 4.7rem;
	margin-left: 40px;
	min-height: 108px;
}
.carousel_1 .arrow {
	display: block;
	max-width: 124.8rem;
	margin: 0 auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.carousel_1 .arrow_in {
	display: block;
	width: 4.1rem;
	height: 15.8rem;
	margin: -7.9rem 0 0;
	position: absolute;
	top: 50%;
	right: 0;
}
.carousel_1 .next {
	background: #D1D7DF url(../images/carousel_1_next.svg) no-repeat 50% 50%;
	border: 0.1rem solid #94979A;
	border-radius: 50%;
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	margin: 0 0 0 -1.4rem;
	position: absolute;
	bottom: 1.8rem;
	left: 50%;
	z-index: 5;
	transition: all 0.5s ease 0s;
}
.carousel_1 .next:before {
	content: "";
	border: 0.1rem solid #fff;
	border-radius: 50%;
	display: block;
	width: 2.2rem;
	height: 2.2rem;
	position: absolute;
	top: 0;
	left: 0;
}
.carousel_1 .next:hover {
	background: #fff url(../images/carousel_1_next.svg) no-repeat 50% 50%;
}
.carousel_1 .prev {
	background: #D1D7DF url(../images/carousel_1_prev.svg) no-repeat 50% 50%;
	border: 0.1rem solid #94979A;
	border-radius: 50%;
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	margin: 0 0 0 -1.4rem;
	position: absolute;
	bottom: 4.9rem;
	left: 50%;
	z-index: 5;
	transition: all 0.5s ease 0s;
}
.carousel_1 .prev:before {
	content: "";
	border: 0.1rem solid #fff;
	border-radius: 50%;
	display: block;
	width: 2.2rem;
	height: 2.2rem;
	position: absolute;
	top: 0;
	left: 0;
}
.carousel_1 .prev:hover {
	background: #fff url(../images/carousel_1_prev.svg) no-repeat 50% 50%;
}
.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: #2C3033;
	text-decoration: none;
}
.carousel_1 .main_list> .item> .fig {
	width: 100%;
	height: 66.0rem;
	opacity: 0;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.carousel_1 .main_list> .active> .fig {
	opacity: 1;
}
.carousel_1 .fig_open {
	display: none;
	width: 100%;
	height: 66.0rem;
	position: relative;
	overflow: hidden;
}
.carousel_1 .fig_close {
	width: 100%;
	height: 66.0rem;
	position: relative;
	overflow: hidden;
}
.carousel_1 .fig.active .fig_open {
	display: block;
}
.carousel_1 .fig.active .fig_close {
	display: none;
}
.carousel_1 .fig_open .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: top;
}
.carousel_1 .fig_close .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: top;
}
.carousel_1 .open {
	width: 10.8rem;
	height: 10.8rem;
	position: absolute;
	top: 30.5rem;
	right: 20.8rem;
	z-index: 1;
}
.carousel_1 .open .link {
	background: #fff url(../images/carousel_1_open.svg) no-repeat 50% 50%;
	border-radius: 50%;
	display: block;
	width: 10.8rem;
	height: 10.8rem;
}
.carousel_1 .open .link:hover {
	background: #fff url(../images/carousel_1_open_hover.svg) no-repeat 50% 50%;
}
.carousel_1 .fig_mobile {
	display: none;
}
.carousel_1 .fig_mobile .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: top;
}
.carousel_1 .in {
	max-width: 124.8rem;
	margin: 0 auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.carousel_1 .text {
	width: 52.6rem;
	padding: 0 0 0 4.6rem;
	position: absolute;
	top: 21.6rem;
	left: 1.6rem;
	font-size: 2.4rem;
	z-index: 4;
	-webkit-transition: all 1s ease .5s;
	transition: all 1s ease .5s;
	opacity: 0;
}
.carousel_1 .active .text {
	opacity: 1;
	-webkit-transform: translate(0, 0%);
	transform: translate(0, 0%);
}
.carousel_1 .title {
	background: url(../images/carousel_1_title.svg) no-repeat;
	min-height: 5.7rem;
	margin: 0 0 0.3rem -2.6rem;
	padding: 0.4rem 0 0 6.6rem;
	font-size: 4.2rem;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
}
.carousel_1 .number {
	position: absolute;
	top: 8.9rem;
	left: -14.6rem;
	font-size: 61.5rem;
	font-weight: bold;
	color: #E9E8EF;
	line-height: 0.7;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1s ease .5s;
	transition: all 1s ease .5s;
}
.carousel_1 .active .number {
	opacity: 1;
	visibility: visible;
}
.carousel_1 .zero {
	position: relative;
	display: inline-block;
	width: 41.7rem;
	vertical-align: top;
}
.carousel_1 .zero:after {
	content: "";
	background: #F5F5F9;
	width: 6.8rem;
	margin: 0 0 0 -3.4rem;
	position: absolute;
	top: -1.2rem;
	left: 50%;
	bottom: -1.2rem;
	z-index: 1;
}
.carousel_1 .zero:before {
	content: "";
	background: #E9E8EF;
	width: 0.3rem;
	margin: 0 0 0 -0.2rem;
	position: absolute;
	top: 0;
	left: 50%;
	bottom: -1.3rem;
	z-index: 2;
}
.carousel_1 .number .fig {
	width: 5.0rem;
	height: 8.4rem;
	margin: 0 0 0 -2.5rem;
	position: absolute;
	top: 0.3rem;
	left: 50%;
	overflow: hidden;
	z-index: 3;
	animation: ttb 10s linear infinite;
}
 @keyframes ttb {
 0% {
 top: .3rem;
}
 50% {
 top: 35rem;
}
 100% {
 top: .3rem;
}
}
.carousel_1 .number .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 .number_button {
	display: none;
	width: 4.1rem;
	padding: 3.0rem 0 0;
	position: absolute;
	top: 25.1rem;
	right: 0;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-align: center;
}
.carousel_1 .active .number_button {
	display: block;
}
.carousel_1 .number_button:before {
	content: "";
	background: url(../images/carousel_1_arrow_all.svg) no-repeat;
	width: 4.1rem;
	height: 15.8rem;
	position: absolute;
	top: 0;
	right: 0;
}
.carousel_1 .number_button_in {
	position: relative;
	z-index: 2;
}
.btn_1 {
	background: #DB282D;
	border-radius: 5.0rem;
	display: inline-block;
	width: 30.7rem;
	height: 5.0rem;
	position: relative;
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 5.0rem;
	transition: all 0.5s ease 0s;
}
.btn_1:hover {
	background: #1D286A;
}
/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side_1, .side_2 {
	width: 170px;
	position: relative;
	float: left;
}
.side_2 {
	float: right;
}
/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.main_page .content {
	padding: 0 1.6rem;
}
.content {
	position: relative;
	padding: 2.6rem 1.6rem 0;
}
.advantages_block {
	display: flex;
	flex-direction: row;
	min-height: 85.3rem;
	padding: 7.9rem 0 5.8rem;
	position: relative;
}
.advantages_block:before {
	content: "";
	background: #fff url(../images/advantages_bg.png) no-repeat 50% 100%;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.advantages_block .left_block {
	width: calc(43% - 12.9rem);
	margin: 0 5.2rem 0 7.7rem;
}
.advantages_block .right_block {
	width: 57%;
}
.advantages_block .logo {
	background: url(../images/logo_header.svg) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 17.5rem;
	margin: 4.5rem 0 0;
}
.advantages_block .logo .link {
	display: block;
	width: 40.4rem;
	height: 17.5rem;
}
.advantages_list .item {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 0 1.4rem;
	position: relative;
}
.advantages_list .number {
	display: none;
}
.advantages_list .fig {
	background: #fff;
	box-shadow: 0 0 1.0rem rgba(0, 0, 0, .16);
	width: 15.6rem;
	height: 15.6rem;
	margin: 0 5.7rem 0 0;
	position: relative;
	overflow: hidden;
}
.advantages_list .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
	transform: scaleY(1);
	transition: all 0.7s ease 0s;
}
.advantages_list .fig:hover .img {
	transform: scale(1.1);
}
.advantages_list .text {
	width: calc(100% - 21.3rem);
}
.advantages_list .title {
	margin: 0 0 0.6rem;
	font-size: 1.8rem;
	font-weight: 600;
}
.why_we_block {
	text-align: center;
}
.why_we_block .top_block {
	padding: 6.4rem 0 15.7rem;
	position: relative;
}
.why_we_block .top_block:before {
	content: "";
	background: #1D286A;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.why_we_block .h2 {
	background: url(../images/why_we_block_h2.svg) no-repeat 50% 0;
	margin: 0 0 7.4rem;
	padding: 4.6rem 0 0;
	color: #fff;
}
.why_we_list {
	margin: 0 9.1rem 0 -1.0rem;
}
.why_we_list .item {
	width: calc(34% - 8.9rem);
	margin: 0 0 2.0rem 8.1rem;
	color: #fff;
	text-align: center;
	line-height: 1.5;
}
.why_we_list .fig {
	width: 100%;
	height: 9.0rem;
	margin: 0 0 3.5rem;
	position: relative;
	overflow: hidden;
	transform: scale(1);
	transition: all 0.5s ease 0s;
}
.why_we_list .item:hover .fig {
	transform: scale(1.05);
}
.why_we_list .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.why_we_list .title {
	margin: 0 0 0.8rem;
	font-size: 1.8rem;
	font-weight: 600;
}
.why_we_list_2 {
	margin: -14.1rem 0 2.1rem -2.3rem;
	text-align: left;
}
.why_we_list_2 .item {
	background: #fff;
	box-shadow: 0 0 1.0rem rgba(0, 0, 0, .16);
	width: calc(50% - 19.4rem);
	min-height: 17.8rem;
	margin: 0 0 2.3rem 2.3rem;
	padding: 6.6rem 8.5rem 3.6rem 8.3rem;
	position: relative;
	text-align: left;
	line-height: 1.5;
	transform: scale(1);
	transition: all 0.5s ease 0s;
}
.why_we_list_2 .number {
	display: none;
}
.why_we_list_2 .item:hover {
	transform: scale(1.05);
}
.why_we_list_2 .fig {
	width: 28.0rem;
	height: 23.5rem;
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
.why_we_list_2 .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	right: 0;
	bottom: 0;
	vertical-align: top;
}
.why_we_list_2 .title {
	margin: 0 0 1.0rem;
	font-size: 1.8rem;
	font-weight: 600;
	color: #0F0880;
}
.about_us_numbers_block {
	position: relative;
	padding: 9.4rem 0 8.0rem;
}
.about_us_numbers_block:before {
	content: "";
	background: #DB282D;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.about_us_numbers_list {
	margin: 0 0 0 -2.5rem;
	text-align: center;
}
.about_us_numbers_list .item {
	width: calc(20% - 2.5rem);
	margin: 0 0 2.0rem 2.5rem;
	color: #fff;
	text-align: center;
	line-height: 1.5;
}
.about_us_numbers_list .number {
	background: url(../images/about_us_numbers_list_number.svg) no-repeat 50% 0;
	padding: 3.9rem 0 0;
	margin: 0 0 1.8rem;
	font-size: 4.7rem;
	font-weight: bold;
	line-height: 1;
}
.about_block {
	display: flex;
	flex-direction: row;
	padding: 5.2rem 0 6.3rem;
}
.about_block .left_block {
	width: calc(100% - 50.7rem);
	padding: 4.9rem 0 0 5.7rem;
}
.about_block .right_block {
	width: 32.7rem;
	margin: 0 0 0 12.3rem;
}
.about_block .h1 {
	background: url(../images/about_h1.svg) no-repeat 0 0.7rem;
	margin: 0 0 2.0rem -5.7rem;
	padding: 0 0 0 5.7rem;
}
.about_block .title {
	margin: 0 0 2.8rem;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.2;
}
.btn_3 {
	background: #1D286A;
	border-radius: 5.0rem;
	display: inline-block;
	width: 22.6rem;
	height: 5.0rem;
	position: relative;
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 5.0rem;
	transition: all 0.5s ease 0s;
}
.btn_3 .text {
	background: url(../images/btn_3.svg) no-repeat 0 50%;
	display: inline-block;
	padding: 0 0 0 2.4rem;
}
.btn_3:hover {
	background: #DB282D;
}
.about_block .btn_3 {
	margin: 0 2.0rem 0 0;
}
.btn_4 {
	background: none;
	border: 0.1rem solid #1D286A;
	border-radius: 5.0rem;
	display: inline-block;
	width: 21.4rem;
	height: 4.8rem;
	position: relative;
	font-size: 1.6rem;
	font-weight: 600;
	color: #1D286A;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 4.8rem;
	transition: all 0.5s ease 0s;
}
.btn_4:hover {
	background: #1D286A;
	color: #fff;
}
.services_block {
	display: flex;
	position: relative;
	padding: 8.4rem 0 8.7rem;
}
.services_block:before {
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.services_block .h3 {
	margin: 0 0 3.6rem;
	color: #fff;
}
.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;
}
.splide__arrow {
	opacity: 1;
	transform: none;
}
.carousel_4 {
	width: calc(100% - 30.1rem);
	margin: 3.5rem 0 0 1.5rem;
	position: relative;
	z-index: 3;
}
.carousel_4 .splide__track {
	overflow: inherit;
}
.carousel_4 .splide__arrows {
	width: 4.1rem;
	height: 15.8rem;
	position: absolute;
	top: 20.9rem;
	right: 0;
	z-index: 1;
}
.carousel_4 .splide__arrow--next {
	background: #D1D7DF url(../images/carousel_1_next.svg) no-repeat 50% 50%;
	border: 0.1rem solid #94979A;
	border-radius: 50%;
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	margin: 0 0 0 -1.2rem;
	position: absolute;
	bottom: 1.8rem;
	left: 50%;
	z-index: 5;
	transition: all 0.5s ease 0s;
}
.carousel_4 .splide__arrow--next:before {
	content: "";
	border: 0.1rem solid #fff;
	border-radius: 50%;
	display: block;
	width: 2.2rem;
	height: 2.2rem;
	position: absolute;
	top: 0;
	left: 0;
}
.carousel_4 .splide__arrow--next:hover {
	background: #fff url(../images/carousel_1_next.svg) no-repeat 50% 50%;
}
.carousel_4 .splide__arrow--prev {
	background: #D1D7DF url(../images/carousel_1_prev.svg) no-repeat 50% 50%;
	border: 0.1rem solid #94979A;
	border-radius: 50%;
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	margin: 0 0 0 -1.2rem;
	position: absolute;
	bottom: 4.9rem;
	top: auto !important;
	left: 50% !important;
	z-index: 5;
	transition: all 0.5s ease 0s;
}
.carousel_4 .splide__arrow--prev:before {
	content: "";
	border: 0.1rem solid #fff;
	border-radius: 50%;
	display: block;
	width: 2.2rem;
	height: 2.2rem;
	position: absolute;
	top: 0;
	left: 0;
}
.carousel_4 .splide__arrow--prev:hover {
	background: #fff url(../images/carousel_1_prev.svg) no-repeat 50% 50%;
}
.carousel_4 .splide__arrow--next svg {
	display: none;
}
.carousel_4 .splide__arrow--prev svg {
	display: none;
}
.carousel_4 .splide__track {
	position: relative;
	z-index: 0;
}
.carousel_4 .splide__list {
	backface-visibility: hidden;
	display: flex;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
.carousel_4 .splide__slide {
	position: relative; /*height: auto !important;*/
}
.carousel_4 .box {
	display: flex;
	flex-direction: row;
	position: relative;
	padding: 6.1rem 0 0;
}
.carousel_4 .fig {
	width: 30.8rem;
	height: 40.4rem;
	margin: 0 1.6rem 0 0;
	position: relative;
	overflow: hidden;
}
.carousel_4 .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.carousel_4 .text {
	width: calc(100% - 37.7rem);
	padding: 0.6rem 5.3rem 0 4.3rem;
}
.carousel_4 .title {
	background: url(../images/about_h1.svg) no-repeat;
	min-height: 4.9rem;
	padding: 1.2rem 0 0 4.3rem;
	margin: 0 0 0 -4.3rem;
	font-size: 2.4rem;
	font-weight: bold;
	text-transform: uppercase;
}
.carousel_4 .price {
	margin: -0.4rem 0 2.8rem;
	font-size: 1.8rem;
	font-weight: bold;
}
.carousel_4 .number {
	position: absolute;
	top: 0;
	right: -5.3rem;
	font-size: 39.6rem;
	font-weight: bold;
	color: #F5F5F9;
	line-height: 0.7;
	z-index: -1;
}
.carousel_4 .number_button {
	background: url(../images/carousel_1_arrow_block.svg) no-repeat;
	width: 4.1rem;
	height: 12.8rem;
	padding: 3.0rem 0 0;
	position: absolute;
	top: 20.9rem;
	right: 0;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-align: center;
}
.carousel_4 .splide__pagination {
	counter-reset: pagination-num;
	margin: 0 0 -5.4rem;
}
.carousel_4 .splide__pagination__page {
	background: none;
	border-radius: 0;
	height: auto;
	opacity: 1;
	width: auto;
}
.carousel_4 .splide__pagination__page:before {
	counter-increment: pagination-num;
	content: counter(pagination-num);
}
.carousel_4 .splide__pagination__page {
	background: none;
	transform: none;
	display: block;
	padding: 6px 0;
	transition: 0.3s;
}
.services_block .in {
	position: relative;
	padding: 9.6rem 0 0;
}
.services_block .in:before {
	content: "";
	background: #1D286A;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -23.0rem;
	left: -1000.0rem;
	z-index: -1;
}
.carousel_5 {
	width: 28.6rem;
	position: relative;
	z-index: 3;
}
.splide--ttb> .splide__arrows .splide__arrow, .splide--ttb> .splide__slider> .splide__track> .splide__arrows .splide__arrow, .splide--ttb> .splide__track> .splide__arrows .splide__arrow {
	transform: none !important;
}
.carousel_5 .splide__arrow {
	display: none;
}
.carousel_5 .splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.carousel_5 .splide__list {
	backface-visibility: hidden;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
.carousel_5 .splide__slide {
	border: none !important;
	position: relative;
	transition: 0.3s;
	display: flex;
	align-items: center;
	height: 6.5rem !important;
	padding: 0 0 0 2.9rem;
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
}
.carousel_5 .splide__slide.is-active {
	background: url(../images/carousel_5_triangle.svg) no-repeat 0 50%;
	font-weight: bold;
	color: #F9D83B;
}
.our_projects_block {
	margin: 0 0 6.6rem;
	padding: 7.2rem 0 0;
	position: relative;
}
.our_projects_block .swipe {
	display: none;
}
.our_projects_block .top_block {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 0 2.6rem;
}
.our_projects_block .btn_4 {
	width: 24.0rem;
}
.carousel_6 {
	position: relative;
	padding: 0 0 5.0rem;
}
.carousel_6:after {
	content: "";
	background: rgba(245, 245, 249, 0.86);
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	left: -1000.0rem;
	z-index: 1;
}
.carousel_6:before {
	content: "";
	background: rgba(245, 245, 249, 0.86);
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: 100%;
	z-index: 1;
}
.carousel_6 .splide__arrows {
	border-radius: 0;
	width: 25.2rem;
	margin: 0 0 0 -12.6rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: none;
}
.carousel_6 .splide__arrow--next {
	background: url(../images/carousel_6_next.svg) no-repeat 50% 50%;
	display: block;
	width: 1.8rem;
	height: 1.6rem;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 1;
}
.carousel_6 .splide__arrow--prev {
	background: url(../images/carousel_6_prev.svg) no-repeat 50% 50%;
	display: block;
	width: 1.8rem;
	height: 1.6rem;
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	opacity: 1;
}
.carousel_6 .splide__arrow--next svg {
	display: none;
}
.carousel_6 .splide__arrow--prev svg {
	display: none;
}
.carousel_6 .splide__slide {
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 1.1rem;
	line-height: 1.2;
}
.carousel_6 .link {
	color: #fff;
	text-decoration: none;
}
.carousel_6 .fig {
	width: 100%;
	height: 46.9rem;
	position: relative;
	overflow: hidden;
}
.carousel_6 .fig:before {
	content: "";
	background: url(../images/pic13.png) repeat-x;
	height: 16.6rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	transition: all 0.5s ease 0s;
}
.carousel_6 .splide__slide:hover .fig:before {
	content: "";
	background: url(../images/pic14.png) repeat-x;
	height: 46.9rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.carousel_6 .splide__slide:hover .fig:after {
	content: "";
	background: url(../images/carousel_6_arrow.svg) no-repeat;
	width: 5.5rem;
	height: 5.5rem;
	position: absolute;
	bottom: 1.9rem;
	right: 1.9rem;
	z-index: 2;
}
.carousel_6 .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.carousel_6 .box {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 44.8rem;
	padding: 0 0 2.1rem;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 3.9rem;
	right: 6.9rem;
	z-index: 2;
}
.carousel_6 .title {
	background: url(../images/carousel_6_triangle_white.svg) no-repeat;
	min-height: 2.8rem;
	padding: 0 0 0 2.9rem;
	transition: all 0.5s ease 0s;
}
.carousel_6 .splide__slide:hover .title {
	display: none;
}
.carousel_6 .sub {
	display: none;
	transition: all 0.5s ease 0s;
}
.carousel_6 .splide__slide:hover .sub {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 46.9rem;
}
.carousel_6 .splide__slide .sub .item {
	min-height: 2.4rem;
	margin: 0 0 1.6rem;
	padding: 0.4rem 0 0 2.9rem;
}
.carousel_6 .splide__slide .sub .item:first-child {
	background: url(../images/carousel_6_triangle_yelow.svg) no-repeat;
}
.carousel_6 .splide__pagination {
	width: 22.4rem;
	margin: 0 0 0 -11.2rem;
	bottom: -1.7rem;
	left: 50%;
	right: auto;
}
.carousel_6 .splide__pagination li {
	margin: 0 0.8rem;
}
.carousel_6 .splide__pagination__page {
	background: rgba(148, 151, 154, 0.24);
	border-radius: 50%;
	width: 1.2rem;
	height: 1.2rem;
	margin: 0;
	padding: 0;
	opacity: 1;
}
.carousel_6 .splide__pagination__page {
	transition: none;
}
.carousel_6 .splide__pagination__page.is-active {
	background: #DB282D;
	border: none;
	transform: none;
}
.how_order_block {
	display: flex;
	flex-direction: row;
	position: relative;
	padding: 3.6rem 0 5.0rem;
}
.how_order_block:before {
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.how_order_block .h3 {
	background: url(../images/about_h1.svg) no-repeat;
	margin: 0 0 5.5rem;
	padding: 0 0 0 5.4rem;
}
.how_order_block .fig_left {
	width: 42.1rem;
	height: 59.3rem;
	margin: 0 6.6rem 0 0;
	position: relative;
	overflow: hidden;
}
.how_order_block .fig_left .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.how_order_block .right_block {
	padding: 6.6rem 0 0;
}
.carousel_7 {
	position: relative;
	margin: 0 0 0 4.9rem;
}
.carousel_7 .splide__arrows {
	width: 4.1rem;
	height: 15.8rem;
	position: absolute;
	top: 5.8rem;
	right: 0;
	z-index: 1;
}
.carousel_7 .splide__arrow--prev {
	background: #D1D7DF url(../images/carousel_1_next.svg) no-repeat 50% 50%;
	border: 0.1rem solid #94979A;
	border-radius: 50%;
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	margin: 0 0 0 -1.2rem;
	position: absolute;
	top: auto !important;
	bottom: 1.8rem;
	left: 50%;
	z-index: 5;
	transition: all 0.5s ease 0s;
}
.carousel_7 .splide__arrow--prev:before {
	content: "";
	border: 0.1rem solid #fff;
	border-radius: 50%;
	display: block;
	width: 2.2rem;
	height: 2.2rem;
	position: absolute;
	top: 0;
	left: 0;
}
.carousel_7 .splide__arrow--prev:hover {
	background: #fff url(../images/carousel_1_next.svg) no-repeat 50% 50%;
}
.carousel_7 .splide__arrow--next {
	background: #D1D7DF url(../images/carousel_1_prev.svg) no-repeat 50% 50%;
	border: 0.1rem solid #94979A;
	border-radius: 50%;
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	margin: 0 0 0 -1.2rem;
	position: absolute;
	bottom: 4.9rem !important;
	top: auto !important;
	left: 50% !important;
	z-index: 5;
	transition: all 0.5s ease 0s;
}
.carousel_7 .splide__arrow--next:before {
	content: "";
	border: 0.1rem solid #fff;
	border-radius: 50%;
	display: block;
	width: 2.2rem;
	height: 2.2rem;
	position: absolute;
	top: 0;
	left: 0;
}
.carousel_7 .splide__arrow--next:hover {
	background: #fff url(../images/carousel_1_prev.svg) no-repeat 50% 50%;
}
.carousel_7 .splide__arrow--next svg {
	display: none;
}
.carousel_7 .splide__arrow--prev svg {
	display: none;
}
.carousel_7 .splide__track {
	overflow: hidden;
}
.carousel_7 .splide__list {
	backface-visibility: hidden;
	display: flex;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
.carousel_7 .splide__slide {
	position: relative;
	height: 32.0rem !important;
	padding: 1.3rem 0 0;
}
.carousel_7 .link {
	color: #2C3033;
	text-decoration: none;
}
.carousel_7 .box {
	display: flex;
	flex-direction: row;
	padding: 0 8.4rem 0 0;
}
.carousel_7 .fig {
	width: 11.9rem;
	height: 11.3rem;
	margin: 0 4.4rem 0 0;
	position: relative;
	overflow: hidden;
}
.carousel_7 .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.carousel_7 .text {
	width: calc(100% - 16.3rem);
}
.carousel_7 .title {
	margin: 0 0 1.4rem;
	font-size: 2.4rem;
	font-weight: 600;
}
.carousel_7 .carousel_7_list {
	margin: 0 0 3.4rem;
}
.carousel_7 .carousel_7_list .item {
	background: url(../images/carousel_7_list.svg) no-repeat 0 0.6rem;
	padding: 0 0 0 1.7rem;
}
.carousel_7 .number {
	position: absolute;
	top: 0;
	right: 4.4rem;
	font-size: 39.6rem;
	font-weight: bold;
	color: #F5F5F9;
	line-height: 0.7;
	z-index: -1;
}
.carousel_7 .btn_block {
	display: flex;
	flex-direction: row;
	padding: 0 8.4rem 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
.carousel_7 .numeral {
	width: 11.9rem;
	margin: 0 4.4rem 0 0;
	font-size: 2.4rem;
	font-weight: normal;
	color: #918EB8;
	text-align: center;
}
.carousel_7 .numeral .big_numeral {
	font-size: 3.6rem;
	font-weight: bold;
	color: #2C3033;
}
.carousel_7 .number_button {
	background: url(../images/carousel_7_arrow_block.svg) no-repeat;
	width: 4.1rem;
	height: 12.8rem;
	padding: 3.0rem 0 0;
	position: absolute;
	top: 5.8rem;
	right: 0;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-align: center;
}
.carousel_7 .number_button .arrow_down {
	background: url(../images/carousel_7_arrow_down.svg) no-repeat;
	width: 1.4rem;
	height: 0.3rem;
	margin: 0 0 0 -0.7rem;
	position: absolute;
	top: 5.7rem;
	left: 50%;
}
.carousel_7 .number_button .arrow_up {
	background: url(../images/carousel_7_arrow_up.svg) no-repeat;
	width: 1.4rem;
	height: 0.3rem;
	margin: 0 0 0 -0.7rem;
	position: absolute;
	top: 2.5rem;
	left: 50%;
}
.carousel_7 .splide__pagination {
	display: none;
}
.carousel_7 .number_mobile {
	display: none;
}
.main_page .catalog_block {
	margin: 0;
	padding: 6.7rem 0;
}
.catalog_block {
	margin: -2.6rem 0 0;
	padding: 2.3rem 0;
	position: relative;
	text-align: center;
}
.catalog_block:before {
	content: "";
	background: url(../images/catalog_block_bg.png) repeat-x;
	height: 101.6rem;
	position: absolute;
	bottom: 0;
	right: -1000.0rem;
	left: -1000.0rem;
	z-index: -1;
}
.catalog_block .btn_4 {
	width: 35.1rem;
}
.catalog_list {
	margin: 3.9rem 0 3.7rem -2.3rem;
	text-align: center;
}
.catalog_list> .item {
	width: calc(25% - 2.3rem);
	margin: 0 0 1.8rem 2.3rem;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background: rgba(233, 232, 239, 0.68);
	height: 29.7rem;
	transition: all 0.5s ease 0s;
}
.catalog_list.have_anons> .item {
	height: 33.3rem;
}
.catalog_list> .item:nth-child(5) {
	width: calc(34% - 3.2rem);
}
.catalog_list> .item:nth-child(6) {
	width: calc(34% - 3.2rem);
}
.catalog_list> .item:nth-child(7) {
	width: calc(34% - 3.2rem);
}
.catalog_list .link {
	/*background: rgba(233, 232, 239, 0.68);*/
	display: block;
	width: 100%;
	/*height: 29.7rem;
	padding: 4.1rem 0 0;*/
	color: #2C3033;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.catalog_list> .item:hover {
	background: #fff;
	box-shadow: 0 0 1.0rem rgba(0, 0, 0, .16);
	color: #DB282D;
}
.catalog_list .fig {
	width: 100%;
	height: 19.2rem;
	margin: 0 0 5.0rem;
	position: relative;
	overflow: hidden;
}
.catalog_list .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.catalog_list .anons_list {
	width: 26.4rem;
	margin: 2.4rem auto 1.5rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.catalog_list .anons_list .item {
	width: 33%;
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align: left;
}
.catalog_list .anons_list .fig_anons {
	width: 2.9rem;
	height: 2.9rem;
	margin: 0 0.7rem 0 0;
	position: relative;
	overflow: hidden;
}
.catalog_list .anons_list .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.catalog_list .anons_list .text_anons {
	width: calc(100% - 3.6rem);
	font-size: 1.4rem;
	font-weight: 600;
	color: #707070;
}
.send_request_block {
	padding: 8.2rem 54% 11.3rem 4.6rem;
	position: relative;
}
.send_request_block:after {
	content: "";
	background: #f5f5f9 url(../images/pic23.png) no-repeat 0 100%;
	width: 192.0rem;
	margin: 0 0 0 -96.0rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: -1;
}
.send_request_block .h3 {
	background: url(../images/about_h1.svg) no-repeat;
	min-height: 5.1rem;
	margin: 0 0 0.8rem -4.6rem;
	padding: 1.0rem 0 0 4.6rem;
}
.send_request_block .in {
	position: relative;
	margin: 0 0 3.7rem;
}
.h-30 {
	height: 3.0rem;
}
.label {
	position: absolute;
	top: 0.3rem;
	right: 0;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1;
}
.send_request_block .star {
	font-size: 1.8rem;
	color: #FB060D;
}
.captcha {
	border-bottom: 0.1rem solid rgba(148, 151, 154, 0.31);
	display: inline-block;
	padding-left: 12.1rem;
	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;
	bottom: 0;
	left: 0;
}
.captcha .field {
	border: none;
	width: 100%;
	text-align: center;
}
.captcha .fig {
	background: #F6F8F9;
	width: 12.1rem;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.button {
	background: #DB282D;
	border: none;
	border-radius: 5.0rem;
	width: 30.7rem;
	height: 5.0rem;
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	line-height: 5.0rem;
	text-align: center;
	transition: all 0.5s ease 0s;
}
.button:hover {
	background: #1D286A;
}
.button:disabled, .button[disabled] {
	background: #D5D5DB;
}
.modal_text {
	margin: 0 0 3.7rem;
	font-size: 1.2rem;
}
.modal_text .link {
	color: #2C3033;
}
.checkbox {
	cursor: pointer;
	background: #fff;
	border: 0.1rem solid #918EB8;
	display: inline-block;
	width: 1.3rem;
	height: 1.3rem;
	position: relative;
	vertical-align: middle;
}
.checkbox .bg {
	background: #1D286A url(../images/checkbox.svg) no-repeat 50% 50%;
	border: 0.1rem solid #1D286A;
	width: 1.3rem;
	height: 1.3rem;
	margin: auto;
	position: absolute;
	top: -0.1rem;
	left: -0.1rem;
	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;
}
.contacts_block {
	padding: 0 0 0 50%;
	position: relative;
}
.contacts_block .h3 {
	background: url(../images/contacts_block_h3.svg) no-repeat;
	margin: 0 0 5.7rem;
	padding: 4.2rem 0 0 0;
}
.contacts_block> .fig {
	width: 50vw;
	height: 67.2rem;
	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: 51.1rem;
	padding: 16.1rem 0 0 10.8rem;
	position: relative;
	z-index: 2;
}
.contacts_block .text:after {
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: -1000.0rem;
	z-index: -2;
}
.contacts_block .in {
	display: flex;
	flex-direction: row;
	margin: 0 0 3.6rem;
}
.phone_contacts_block {
	background: url(../images/contacts_block_phone-call.svg) no-repeat 0 0.3rem;
	margin: 0 3.1rem 0 0;
	padding: 0 0 0 4.6rem;
	font-size: 2.4rem;
	font-weight: bold;
}
.phone_contacts_block .link {
	display: block;
	color: #3B4146;
	text-decoration: none;
}
.contacts_block .social_network {
	display: flex;
	flex-direction: row;
}
.contacts_block .social_network .item {
	margin: 0 2.5rem 0 0;
}
.contacts_block .social_network .fig {
	display: block;
	width: 3.1rem;
	height: 3.0rem;
	position: relative;
	overflow: hidden;
}
.contacts_block .social_network .fig_blue {
	display: none;
}
.contacts_block .social_network .item:hover .fig_blue {
	display: block;
}
.contacts_block .social_network .item:hover .fig_red {
	display: none;
}
.contacts_block .social_network .fig .img {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.mail_contacts_block {
	margin: 0 0 3.1rem;
}
.mail_contacts_block .link {
	background: url(../images/contacts_block_mail.svg) no-repeat 0.2rem 0;
	display: inline-block;
	padding: 0 0 0 4.6rem;
	color: #3B4146;
	text-decoration: none;
}
.time_contacts_block {
	background: url(../images/contacts_block_clock.svg) no-repeat 0.2rem 0;
	min-height: 2.5rem;
	margin: 0 0 2.9rem;
	padding: 0 0 0 4.6rem;
	color: #3B4146;
}
.address_contacts_block {
	background: url(../images/contacts_block_pin.svg) no-repeat 0.2rem 0;
	min-height: 2.8rem;
	padding: 0 0 0 4.6rem;
	color: #3B4146;
}
.crumbs {
	margin: 0 0 5.7rem;
	position: relative;
	text-align: left;
}
.crumbs:before, .crumbs:after {
	display: none;
}
.crumbs:after {
	clear: both;
}
.crumbs .item {
	background: url(../images/crumbs.png) no-repeat 0 0.8rem;
	display: inline;
	padding: 0 0 0 0.9rem;
	font-size: 1.4rem;
	color: #918EB8;
	line-height: 1.6;
}
.crumbs .item:first-child {
	background: none;
	padding-left: 0;
}
.crumbs .item:before, .crumbs .item:after {
	display: none;
}
.crumbs .item:after {
	clear: both;
}
.crumbs .link {
	color: #918EB8;
}
.opisanie_block {
	padding: 6.7rem 0 8.7rem;
}
.opisanie_block .h3 {
	margin: 0 0 6.8rem;
	text-align: center;
}
.opisanie_block_white {
	position: relative;
	margin: 0 0 6.0rem;
	padding: 5.8rem 0 10.3rem;
}
.opisanie_block_white .h3 {
	margin: 0;
	text-align: left;
}
.opisanie_block_white:before {
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.opisanie_block_white .top_block {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 7.6rem;
}
.opisanie_block_white .btn_4 {
	width: 26.3rem;
}
.card_block {
	overflow: hidden;
	padding: 0 0 7.7rem;
}
.carousel_8 {
	width: 40.3rem;
	overflow: hidden;
	position: relative;
	z-index: 3;
}
.carousel_8 .splide__arrows {
	display: none;
}
.carousel_8 .splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.carousel_8 .splide__list {
	backface-visibility: hidden;
	display: flex;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
.carousel_8 .splide__slide {
	position: relative;
	height: auto !important;
}
.carousel_8 .fig {
	background: #fff;
	border: 0.1rem solid #EEECEC;
	width: 40.1rem;
	height: 29.8rem;
	position: relative;
	overflow: hidden;
}
.carousel_8 .img {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.carousel_8 .splide__pagination {
	counter-reset: pagination-num;
}
.carousel_8 .splide__pagination__page {
	background: none;
	border-radius: 0;
	height: auto;
	opacity: 1;
	width: auto;
}
.carousel_8 .splide__pagination__page:before {
	counter-increment: pagination-num;
	content: counter(pagination-num);
}
.carousel_8 .splide__pagination__page {
	background: none;
	transform: none;
	display: block;
	padding: 0.6rem 0;
	transition: 0.3s;
}
.carousel_9 {
	float: left;
	width: 14.3rem;
	margin: 0 2.4rem 0 0;
	position: relative;
	z-index: 3;
}
.splide__arrow {
	opacity: 1;
}
.splide__arrow:hover {
	opacity: 1;
}
.carousel_9 .splide__arrow--next, .carousel_9 .splide__arrow--prev {
	background: rgba(255,255,255,0.53) url(../images/carousel_9_next.svg) no-repeat 50% 50%;
	border-radius: 0;
	display: block;
	width: 14.3rem;
	height: 3.0rem;
	position: absolute;
	top: auto;
	right: auto;
	bottom: 0 !important;
	left: 0 !important;
	transform: none;
}
.carousel_9 .splide__arrow--prev {
	background: rgba(255,255,255,0.53) url(../images/carousel_9_prev.svg) no-repeat 50% 50%;
	right: auto;
	bottom: auto;
	top: 0 !important;
}
.carousel_9 .splide__arrow--prev svg {
	display: none;
}
.carousel_9 .splide__arrow--next svg {
	display: none;
}
.carousel_9 .splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.carousel_9 .splide__list {
	backface-visibility: hidden;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
.carousel_9 .splide__slide {
	border: none !important;
	position: relative;
	transition: 0.3s;
}
.carousel_9 .fig {
	display: block;
	width: 14.3rem;
	height: 9.2rem;
	overflow: hidden;
	position: relative;
}
.carousel_9 .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	vertical-align: top;
}
.card_block .right_block {
	float: right;
	width: calc(100% - 65.1rem);
	margin: 0 0 0 8.1rem;
}
.card_block .price {
	margin: 0 0 2.3rem;
	font-size: 2.4rem;
	font-weight: 600;
	color: #2C3033;
}
.card_block .number {
	color: #DB282D;
}
.card_block .anons_list {
	margin: 0 0 2.7rem;
}
.card_block .anons_list .item {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 0 1.9rem;
}
.card_block .anons_list .fig_anons {
	width: 2.9rem;
	height: 2.9rem;
	margin: 0 1.5rem 0 0;
	position: relative;
	overflow: hidden;
}
.card_block .anons_list .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.card_block .anons_list .text_anons {
	width: calc(100% - 3.6rem);
}
.btn_5 {
	background: #fff;
	border: 0.1rem solid #0F0880;
	border-radius: 5.0rem;
	display: inline-block;
	width: 21.5rem;
	height: 4.8rem;
	position: relative;
	font-size: 1.6rem;
	font-weight: 600;
	color: #0F0880;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 4.8rem;
	transition: all 0.5s ease 0s;
}
.btn_5:hover {
	background: #1D286A;
	color: #fff;
}
.card_block .btn_5 {
	margin: 0 0 0 3.7rem;
}
.characteristic_block .h3 {
	margin: 0 0 6.5rem;
	text-align: center;
}
.carousel_10 {
	position: relative;
	margin: 0 0 6.9rem;
	padding: 0 0 6.5rem;
}
.carousel_10:after {
	content: "";
	background: rgba(245, 245, 249, 0.86);
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	left: -1000.0rem;
	z-index: 1;
}
.carousel_10:before {
	content: "";
	background: rgba(245, 245, 249, 0.86);
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: 100%;
	z-index: 1;
}
.carousel_10 .splide__arrows {
	border-radius: 0;
	width: 25.2rem;
	margin: 0 0 0 -12.6rem;
	position: absolute;
	bottom: 1.8rem;
	left: 50%;
	transform: none;
}
.carousel_10 .splide__arrow--next {
	background: url(../images/carousel_6_next.svg) no-repeat 50% 50%;
	display: block;
	width: 1.8rem;
	height: 1.6rem;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 1;
}
.carousel_10 .splide__arrow--prev {
	background: url(../images/carousel_6_prev.svg) no-repeat 50% 50%;
	display: block;
	width: 1.8rem;
	height: 1.6rem;
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	opacity: 1;
}
.carousel_10 .splide__arrow--next svg {
	display: none;
}
.carousel_10 .splide__arrow--prev svg {
	display: none;
}
.carousel_10 .splide__slide {
	position: relative;
	padding: 0 1.8rem;
}
.carousel_10 .fig {
	width: 100%;
	height: 0;
	padding: 0 0 146%;
	position: relative;
	overflow: hidden;
}
.carousel_10 .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.carousel_10 .splide__pagination {
	width: 22.4rem;
	margin: 0 0 0 -11.2rem;
	bottom: 0;
	left: 50%;
	right: auto;
}
.carousel_10 .splide__pagination li {
	margin: 0 0.8rem;
}
.carousel_10 .splide__pagination__page {
	background: rgba(148, 151, 154, 0.24);
	border-radius: 50%;
	width: 1.2rem;
	height: 1.2rem;
	margin: 0;
	padding: 0;
	opacity: 1;
}
.carousel_10 .splide__pagination__page {
	transition: none;
}
.carousel_10 .splide__pagination__page.is-active {
	background: #DB282D;
	border: none;
	transform: none;
}
.opisanie_list_1 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 0 0 9.0rem -5.5rem;
}
.opisanie_list_1 .item {
	margin: 0 0 0 5.5rem;
	font-size: 2.2rem;
	font-weight: 600;
}
.opisanie_list_1 .link {
	border-bottom: 0.1rem dashed #1D286A;
	color: #1D286A;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.opisanie_list_1 .link:hover {
	border-bottom: 0.1rem dashed rgba(255,255,255,0);
}
.opisanie_list_1 .active {
	border-bottom: 0.1rem dashed rgba(255,255,255,0);
}
.interested_block {
	margin: 12.3rem 0 0;
	padding: 7.4rem 0 7.5rem;
	position: relative;
	text-align: center;
}
.interested_block:before {
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.interested_block .h3 {
	margin: 0 0 9.8rem;
}
.interested_block .btn_4 {
	min-width: 20.8rem;
	width: auto;
	padding: 0 4.6rem;
}
.carousel_11 {
	position: relative;
	margin: 0 0 6.9rem;
	padding: 0 0 6.5rem;
}
.carousel_11:after {
	content: "";
	background: rgba(255, 255, 255, 0.73);
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	left: -1000.0rem;
	z-index: 1;
}
.carousel_11:before {
	content: "";
	background: rgba(255, 255, 255, 0.73);
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: 100%;
	z-index: 1;
}
.carousel_11 .splide__arrows {
	border-radius: 0;
	width: 25.2rem;
	margin: 0 0 0 -12.6rem;
	position: absolute;
	bottom: 1.8rem;
	left: 50%;
	transform: none;
}
.carousel_11 .splide__arrow--next {
	background: url(../images/carousel_6_next.svg) no-repeat 50% 50%;
	display: block;
	width: 1.8rem;
	height: 1.6rem;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 1;
}
.carousel_11 .splide__arrow--prev {
	background: url(../images/carousel_6_prev.svg) no-repeat 50% 50%;
	display: block;
	width: 1.8rem;
	height: 1.6rem;
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	opacity: 1;
}
.carousel_11 .splide__arrow--next svg {
	display: none;
}
.carousel_11 .splide__arrow--prev svg {
	display: none;
}
.carousel_11 .splide__slide {
	position: relative;
	padding: 0 1.4rem;
	font-size: 1.8rem;
	font-weight: bold;
	color: #2C3033;
	text-align: center;
	line-height: 1.2;
}
.carousel_11 .box {
	background: rgba(233, 232, 239, 0.68);
	padding: 0 3.0rem 3.7rem;
	transition: all 0.5s ease 0s;
}
.carousel_11 .link {
	display: block;
	width: 100%;
	color: #2C3033;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.carousel_11 .splide__slide:hover .box {
	background: #fff;
	box-shadow: 0 0 1.0rem rgba(0, 0, 0, .16);
	color: #DB282D;
}
.carousel_11 .fig {
	width: 100%;
	height: 21.3rem;
	margin: 0 0 5.0rem;
	position: relative;
	overflow: hidden;
}
.carousel_11 .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.carousel_11 .text {
	height: 4.4rem;
	overflow: hidden;
}
.carousel_11 .splide__pagination {
	width: 22.4rem;
	margin: 0 0 0 -11.2rem;
	bottom: 0;
	left: 50%;
	right: auto;
}
.carousel_11 .splide__pagination li {
	margin: 0 0.8rem;
}
.carousel_11 .splide__pagination__page {
	background: rgba(148, 151, 154, 0.24);
	border-radius: 50%;
	width: 1.2rem;
	height: 1.2rem;
	margin: 0;
	padding: 0;
	opacity: 1;
}
.carousel_11 .splide__pagination__page {
	transition: none;
}
.carousel_11 .splide__pagination__page.is-active {
	background: #DB282D;
	border: none;
	transform: none;
}
.services_list {
	margin: 3.9rem 0 0 -3.2rem;
	text-align: center;
}
.services_list .item {
	background: #EDECF2;
	width: calc(34% - 4.2rem);
	margin: 0 0 2.5rem 3.2rem;
	font-size: 1.8rem;
	font-weight: 600;
	color: #515960;
	text-align: left;
	transition: all 0.5s ease 0s;
}
.services_list .item:nth-child(4) {
	width: calc(50% - 3.2rem);
}
.services_list .item:nth-child(5) {
	width: calc(50% - 3.2rem);
}
.services_list .link {
	display: block;
	width: 100%;
	color: #515960;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.services_list .item:hover {
	background: #fff;
	box-shadow: 0 0 1.0rem rgba(0, 0, 0, .16);
	color: #DB282D;
}


.services_list .fig {
	width: 100%;
	height: 28.6rem;
	margin: 4.4rem 0 0.3rem;
	position: relative;
	overflow: hidden;
}
.services_list .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.services_list .text {
	background: url(../images/services_list_triangle.svg) no-repeat 0 0.3rem;
	height: 4.4rem;
	margin: 0 2.3rem 1.0rem;
	padding: 0 0 0 2.1rem;
	overflow: hidden;
}

.services_list .item:hover .text  {
	background: url(../images/carousel_7_list.svg) no-repeat;
	color: #DB282D;
}
.card_block_2 {
	overflow: hidden;
}
.card_block_2 .fig {
	float: left;
	width: 40.3rem;
	height: 30.0rem;
	margin: 0 5.0rem 0 0;
	position: relative;
	overflow: hidden;
}
.card_block_2 .fig .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.card_block_2 .price {
	margin: 0 0 2.3rem;
	font-size: 2.4rem;
	font-weight: 600;
	color: #2C3033;
}
.card_block_2 .number {
	color: #DB282D;
}
.card_block_2 .btn_5 {
	margin: 0 0 0 3.7rem;
}
.bg_block {
	margin: -2.6rem 0 7.1rem;
	padding: 2.3rem 0;
	position: relative;
}
.bg_block:before {
	content: "";
	background: url(../images/catalog_block_bg.png) repeat-x;
	height: 101.6rem;
	position: absolute;
	bottom: 0;
	right: -1000.0rem;
	left: -1000.0rem;
	z-index: -1;
}
.note_table {
	margin: 0 0 6.3rem;
	font-size: 1.4rem;
	color: #1D286A;
	font-style: italic;
}
.our_projects_block_2 {
	margin: 0 0 6.6rem;
	position: relative;
}
.our_projects_block_2 .swipe {
	display: none;
}
.gallery_list {
	margin: 0 0 3.1rem -2.2rem;
}
.gallery_list .item {
	width: calc(50% - 2.2rem);
	margin: 0 0 2.2rem 2.2rem;
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
}
.gallery_list .link {
	color: #fff;
	text-decoration: none;
}
.gallery_list .fig {
	width: 100%;
	height: 46.9rem;
	position: relative;
	overflow: hidden;
}
.gallery_list .fig:before {
	content: "";
	background: url(../images/pic13.png) repeat-x;
	height: 16.6rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	transition: all 0.5s ease 0s;
}
.gallery_list .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery_list .box {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 44.8rem;
	padding: 0 0 2.1rem;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 3.9rem;
	right: 6.9rem;
	z-index: 2;
}
.gallery_list .title {
	background: url(../images/carousel_6_triangle_white.svg) no-repeat;
	min-height: 2.8rem;
	padding: 0 0 0 2.9rem;
}
.gallery_list .item:nth-child(2n) .title {
	background: url(../images/gallery_list_triangle_yellow.svg) no-repeat;
	min-height: 2.8rem;
	padding: 0 0 0 2.9rem;
}
.info_block {
	background: #fff;
	box-shadow: 0 0 0.8rem rgba(0, 0, 0, .16);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 10.5rem;
	padding: 0 4.5rem;
}
.info_block .h4 {
	margin: 0;
}
.phone_info_block .link {
	font-size: 2.6rem;
	font-weight: 600;
	color: #DB282D;
	text-decoration: none;
}
.btn_6 {
	background: #DB282D url(../images/btn_6.svg) no-repeat 2.5rem 50%;
	border-radius: 5.0rem;
	display: inline-block;
	width: 16.3rem;
	height: 5.0rem;
	padding: 0 0 0 7.7rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 5.0rem;
}
.carousel_12 {
	position: relative;
	margin: 0 0 6.9rem;
	padding: 0 0 6.5rem;
}
.carousel_12 .splide__arrows {
	border-radius: 0;
	width: 25.2rem;
	margin: 0 0 0 -12.6rem;
	position: absolute;
	bottom: 1.8rem;
	left: 50%;
	transform: none;
}
.carousel_12 .splide__arrow--next {
	background: url(../images/carousel_6_next.svg) no-repeat 50% 50%;
	display: block;
	width: 1.8rem;
	height: 1.6rem;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 1;
}
.carousel_12 .splide__arrow--prev {
	background: url(../images/carousel_6_prev.svg) no-repeat 50% 50%;
	display: block;
	width: 1.8rem;
	height: 1.6rem;
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	opacity: 1;
}
.carousel_12 .splide__arrow--next svg {
	display: none;
}
.carousel_12 .splide__arrow--prev svg {
	display: none;
}
.carousel_12 .splide__slide {
	position: relative;
	padding: 0 1.0rem;
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
	text-align: left;
}
.carousel_12 .link {
	color: #fff;
	text-decoration: none;
}
.carousel_12 .fig {
	width: 100%;
	height: 37.6rem;
	position: relative;
	overflow: hidden;
}
.carousel_12 .fig:before {
	content: "";
	background: url(../images/pic84.png) repeat-x;
	height: 19.7rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	transition: all 0.5s ease 0s;
}
.carousel_12 .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.carousel_12 .box {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 35.5rem;
	padding: 0 0 2.1rem;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 1.7rem;
	right: 1.7rem;
	z-index: 2;
}
.carousel_12 .title {
	background: url(../images/services_list_triangle.svg) no-repeat 0 0.3rem;
	padding: 0 0 0 2.3rem;
}

.carousel_12 .title .link {
	background: url(../images/carousel_7_list.svg) no-repeat;
	color: #DB282D;
}
.carousel_12 .splide__pagination {
	width: 22.4rem;
	margin: 0 0 0 -11.2rem;
	bottom: 0;
	left: 50%;
	right: auto;
}
.carousel_12 .splide__pagination li {
	margin: 0 0.8rem;
}
.carousel_12 .splide__pagination__page {
	background: rgba(148, 151, 154, 0.24);
	border-radius: 50%;
	width: 1.2rem;
	height: 1.2rem;
	margin: 0;
	padding: 0;
	opacity: 1;
}
.carousel_12 .splide__pagination__page {
	transition: none;
}
.carousel_12 .splide__pagination__page.is-active {
	background: #DB282D;
	border: none;
	transform: none;
}
.projects_list {
	margin: 0 0 7.1rem -3.0rem;
}
.projects_list .item {
	width: calc(34% - 4.0rem);
	margin: 0 0 4.8rem 3.0rem;
}
.projects_list p {
	margin: 0 0 1.0rem;
}
.projects_list .title .link {
	background: url(../images/projects_list_triangle.svg) no-repeat 0 0.1rem;
	display: inline-block;
	padding: 0 0 0 2.9rem;
	font-size: 2.4rem;
	font-weight: 600;
	color: #0F0880;
	text-decoration: none;
}
.projects_list .fig {
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	margin: 0 0 2.0rem;
	position: relative;
	overflow: hidden;
}
.projects_list .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.projects_list .title {
	height: 5.8rem;
	margin: 0 0 1.3rem;
	overflow: hidden;
}
.projects_list .address_projects_list {
	background: url(../images/projects_list_address.svg) no-repeat;
	margin: 0 0 1.2rem;
	padding: 0 0 0 3.2rem;
}
.pages {
	margin: 0 0 2.2rem -1.9rem;
	text-align: center;
}
.pages .item {
	margin: 0 0 0 1.9rem;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
}
.pages .item:first-child {
	margin: 0;
}
.pages .link {
	display: block;
	position: relative;
	color: #1D286A;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.pages .prev {
	background: url(../images/pages_prev.svg) no-repeat 0 50%;
	display: inline-block;
	width: 1.9rem;
	height: 2.2rem;
	margin: 0 0.6rem 0 1.3rem;
}
.pages .next {
	background: url(../images/pages_next.svg) no-repeat 0 50%;
	display: inline-block;
	width: 1.9rem;
	height: 2.2rem;
	margin: 0 1.3rem 0 0.6rem;
}
.pages .item:hover .link, .pages .active {
	color: #DB282D;
}
.more {
	font-size: 1.4rem;
	color: #1D286A;
}
.card_block .address_card_block {
	background: url(../images/projects_list_address.svg) no-repeat 0 0.4rem;
	background-size: 2.4rem 2.9rem;
	margin: 0 0 1.8rem;
	padding: 0 0 0 3.8rem;
	font-size: 2.4rem;
}
.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: #2C3033;
	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.69;
}
.modal__content {
	background: #fff;
	padding: 2.4rem;
	position: relative;
}
.modal__content .star {
	font-size: 1.8rem;
	color: #FB060D;
}
.modal__content .h3 {
	background: url(../images/modal__content_h3.svg) no-repeat 50% 0;
	margin: 0 0 1.5rem;
	padding: 4.3rem 0 0;
}
.modal_box_form .modal__content {
	width: 100vw;
	padding: 13.7rem 0 13.7rem;
	position: relative;
}
.modal_box_form .modal__content .block {
	width: 88.7rem;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.modal_box_form .modal__content:before {
	content: "";
	background: #F6F8F9 url(../images/modal_bg.png) no-repeat 0 100%;
	width: 192.0rem;
	margin: 0 0 0 -96.0rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
}
.modal_box_form .modal__content .top_block {
	width: 56.8rem;
	margin: 0 auto 3.8rem;
	text-align: center;
}
.modal_box_form .modal__content .box {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 0 3.6rem;
}
.modal_box_form .modal__content .in {
	position: relative;
	width: calc(50% - 1.1rem);
}
.modal_box_form .modal__content .in:first-child {
	margin: 0 2.2rem 0 0;
}
.modal_box_form .modal__content .modal_text {
	margin: 0 0 3.2rem;
	text-align: center;
}
.box_thanks .modal__content {
	background: #fff url(../images/logo_header.svg) no-repeat 16.7rem 50%;
	background-size: 23.3rem 10.1rem;
	width: 35.3rem;
	padding: 8.0rem 16.7rem 9.0rem 43.9rem;
}
.box_thanks .modal__content .h3 {
	background: none;
	padding: 0;
	margin: 0 0 1.5rem;
}
.modal__close_btn {
	background: url(../images/modal_close.svg) no-repeat 50% 50%;
	width: 6.2rem;
	height: 6.2rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.box_fig .modal__content {
	background: #F5F5F9;
	max-width: 128.0rem;
	width: 100vw !important;
	padding: 0;
}
.modal_lightbox__image {
	text-align: center;
}
.box_fig .modal__content .modal__close_btn {
	background: url(../images/modal_close_fig.svg) no-repeat 50% 50%;
	width: 5.0rem;
	height: 5.0rem;
	top: 0;
	right: 0;
	z-index: 2;
}
.modal_lightbox__title {
	background: #E9E8EF;
	min-height: 2.0rem;
	margin: 0 0 3.6rem;
	padding: 1.5rem 3.5rem 1.5rem;
	font-size: 1.4rem;
	color: #2C3033;
	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(233, 232, 239, 0.58) url(../images/modal_lightbox__prev.svg) no-repeat 50% 50%;
	width: 6.8rem;
	height: 6.1rem;
	margin-top: -3.0rem;
	position: absolute;
	top: 50%;
	left: 0;
	transition: all 0.5s ease 0s;
}
.modal_lightbox__next:before {
	background: rgba(233, 232, 239, 0.58) url(../images/modal_lightbox__next.svg) no-repeat 50% 50%;
	left: auto;
	right: 0;
}
/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
	min-width: 102.4rem;
	max-width: 128.0rem;
	height: 64.0rem;
	margin: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.footer:after {
	content: "";
	background: #1d286a;
	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;
	background-size: 100% 100%;
	width: 17.3rem;
	height: 7.5rem;
	position: absolute;
	top: 5.7rem;
	left: 1.6rem;
}
.logo_footer .link {
	display: block;
	width: 17.3rem;
	height: 7.5rem;
}
.slogan_footer {
	width: 11.7rem;
	position: absolute;
	top: 8.2rem;
	left: 20.1rem;
	color: #918EB8;
	line-height: 1.2;
}
.catalog_footer {
	width: 21.7rem;
	position: absolute;
	top: 6.9rem;
	left: 34.1rem;
}
.catalog_footer .title {
	margin: 0 0 1.8rem;
	position: relative;
}
.catalog_footer .title .link {
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.catalog_footer .list {
	position: relative;
	z-index: 1;
}
.catalog_footer .item {
	margin: 0 0 2.0rem;
}
.catalog_footer .link {
	color: #918EB8;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.catalog_footer .item:hover .link {
	color: #fff;
}
.services_footer {
	width: 27.0rem;
	position: absolute;
	top: 6.9rem;
	right: 18.6rem;
}
.services_footer .title {
	margin: 0 0 1.8rem;
	position: relative;
}
.services_footer .title .link {
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.services_footer .list {
	position: relative;
	z-index: 1;
}
.services_footer .item {
	margin: 0 0 2.0rem;
}
.services_footer .link {
	color: #918EB8;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.services_footer .item:hover .link {
	color: #fff;
}
.nav_footer {
	width: 20.0rem;
	position: absolute;
	top: 7.6rem;
	right: 1.6rem;
}
.nav_footer_list .item {
	margin: 0 0 3.8rem;
	font-weight: 600;
}
.nav_footer_list .link {
	border: 0.1rem solid #fff;
	border-radius: 5.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4.8rem;
	color: #fff;
	text-decoration: none;
}
.please_contact_footer {
	width: 25.5rem;
	position: absolute;
	top: 44.5rem;
	left: 1.6rem;
	color: #fff;
}
.please_contact_footer p {
	margin: 0 0 0.9rem;
}
.please_contact_footer .link {
	background: url(../images/please_contact_footer.svg) no-repeat 0 0.1rem;
	display: inline-block;
	padding: 0 0 0 3.3rem;
	color: #fff;
	text-decoration: none;
}
.contacts_footer {
	width: 30.5rem;
	position: absolute;
	top: 18.6rem;
	left: 1.6rem;
}
.contacts_footer .title {
	margin: 0 0 2.5rem;
	position: relative;
}
.contacts_footer .title .link {
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.contacts_footer .in {
	display: flex;
	flex-direction: row;
	margin: 0 0 2.2rem;
}
.phone_contacts_footer {
	background: url(../images/phone_contacts_footer.svg) no-repeat 0 0.2rem;
	min-height: 2.4rem;
	margin: 0 2.7rem 0 0;
	padding: 0 0 0 3.7rem;
	color: #fff;
}
.phone_contacts_footer .link {
	display: block;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.mail_contacts_footer {
	margin: 0 0 1.9rem;
}
.mail_contacts_footer .link {
	background: url(../images/mail_contacts_footer.svg) no-repeat 0 0.2rem;
	display: inline-block;
	padding: 0 0 0 3.6rem;
	color: #fff;
	text-decoration: none;
}
.time_contacts_footer {
	background: url(../images/time_contacts_footer.svg) no-repeat;
	margin: 0 0 1.9rem;
	padding: 0.1rem 0 0 3.5rem;
	color: #fff;
}
.address_contacts_footer {
	background: url(../images/address_contacts_footer.svg) no-repeat;
	padding: 0 0 0 3.8rem;
	color: #fff;
}
.social_network_footer {
	display: flex;
	flex-direction: row;
	margin: -0.5rem 0 0;
}
.social_network_footer .item {
	margin: 0 2.0rem 0 0;
}
.social_network_footer .fig {
	display: block;
	width: 2.7rem;
	height: 2.5rem;
	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_blue {
	display: none;
}
.footer .blue_block {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 6.8rem;
	padding: 0 1.6rem;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.footer .blue_block:before {
	content: "";
	background: #1e2762;
	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;
	padding: 0 0 0 3.1rem;
	position: absolute;
	top: 45.1rem;
	left: 34.1rem;
	right: 1.6rem;
	color: #918EB8;
}
.politics_privacies {
	color: #918EB8;
}
.politics_privacies .link {
	color: #918EB8;
}
.company_footer {
	color: #918EB8;
}

/*---------------------- 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 {
	content: "";
	background: #fff;
	box-shadow: 0 0 1.0rem rgba(0, 0, 0, .16);
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.page_with-small-header .header_top .top_block {
	display: none;
}
.page_with-small-header .logo_header {
	background-size: 100% 100%;
	width: 10.6rem;
	height: 4.6rem;
	margin: 0.2rem 0 0;
}
.page_with-small-header .logo_header .link {
	width: 10.6rem;
	height: 4.6rem;
}
.page_with-small-header .slogan_header {
	margin: 0.7rem 0 0;
}
.page_with-small-header .phone_header {
	margin: 1.2rem 0 0;
}
.page_with-small-header .nav {
	height: 5.0rem;
	margin: 0;
}
.page_with-small-header .nav> .sub_all> .list {
	height: 5.0rem;
}
.page_with-small-header .nav> .sub_all> .list> .item> .link {
	height: 5.0rem;
}
}

@media (max-width: 767px) {
body {
	font-size: 1.4rem;
	line-height: 1.4;
}
.wrapper {
	min-width: auto;
}
.inner {
	min-width: auto;
	max-width: none;
	width: auto;
	margin: 0 !important;
	padding: 0 !important;
}
.btn_1 {
	width: 30.2rem;
	height: 4.5rem;
	font-size: 1.4rem;
	line-height: 4.5rem;
}
.btn_2 {
	width: 30.0rem;
	height: 4.3rem;
	font-size: 1.4rem;
	line-height: 4.3rem;
}
.btn_3 {
	width: 30.2rem;
	height: 4.5rem;
	font-size: 1.4rem;
	line-height: 4.5rem;
}
.btn_4 {
	width: 30.0rem;
	height: 4.3rem;
	font-size: 1.4rem;
	line-height: 4.3rem;
}
.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;
}
.header_top {
	background: #fff;
	box-shadow: 0 0 1.0rem rgba(0, 0, 0, .16);
	display: block;
	min-width: auto;
	max-width: none;
	width: 100%;
	height: 4.0rem;
	z-index: 101;
}
.header_top::before {
	display: none;
}
.header_top .top_block {
	display: none;
}
.header_top .bottom_block {
	height: auto;
	padding: 0;
}
.logo_header {
	background-size: 6.5rem 2.9rem;
	width: 6.5rem;
	height: 2.9rem;
	position: absolute;
	top: 0.6rem;
	left: 0.9rem;
	margin: 0;
}
.logo_header .link {
	width: 6.5rem;
	height: 2.9rem;
}
.slogan_header {
	border-left: 0.1rem solid #918EB8;
	border-right: 0;
	width: 9.1rem;
	height: 2.3rem;
	margin: 0;
	padding: 0 0 0 1.2rem;
	position: absolute;
	top: 1.0rem;
	left: 7.9rem;
	font-size: 1.0rem;
	font-weight: 600;
	color: #1D286A;
	text-transform: uppercase;
}
.phone_header {
	margin: 0;
	position: absolute;
	top: 0;
	right: 5.2rem;
}
.phone_header .link {
	background-position: 50% 50%;
	background-size: 2.0rem 2.0rem;
	display: block;
	width: 4.0rem;
	height: 4.0rem;
	padding: 0;
}
.phone_header .text {
	display: none;
}
.nav {
	width: 5.1rem;
	height: 4.0rem;
	margin: 0;
	position: absolute;
	z-index: 21;
	top: 0;
	right: 0;
}
.nav_active {
	width: 100vw;
	height: auto;
	top: 0;
	left: 0;
	z-index: 27;
}
.nav .nav_toggle {
	background: none;
	display: block;
	width: 5.1rem;
	height: 4.0rem;
}
.nav_active .nav_toggle {
	background: #E9E8EF;
}
.nav_active .nav_toggle::before {
	display: none;
}
.nav_toggle .bar {
	width: 2.9rem;
}
.nav_toggle .bar1 {
	top: 1.0rem;
	right: 1.0rem;
}
.nav_toggle .bar2, .nav_toggle .bar3 {
	top: 1.9rem;
	right: 1.0rem;
}
.nav_toggle .bar4 {
	bottom: 1.0rem;
	right: 1.0rem;
}
.nav .sub_all {
	background: #E9E8EF;
	display: block;
	width: 100vw;
	height: calc(100vh - 4.0rem);
	padding: 0;
	position: absolute;
	top: 4.0rem;
	left: 0;
	right: 0;
	transform: translate(110%, 0);
	transition: transform .3s ease;
	will-change: transform;
}
.nav .sub_all:before {
	display: none;
}
.nav_active .sub_all {
	transform: translate(0, 0);
}
.nav .sub_all::before {
	display: none;
}
.nav> .sub_all> .list {
	border: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: calc(100% - 2.5rem);
	height: 26.0rem;
	padding: 2.9rem 1.0rem 0 1.5rem;
	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(255, 255, 255, 0.33);
 border-radius: 0.3rem;
}
 .nav> .sub_all> .list::-webkit-scrollbar-track-piece {
 background-color: rgba(255, 255, 255, 0.33);
 border-radius: 0.3rem;
}
 .nav> .sub_all> .list::-webkit-scrollbar-thumb {
 background: #918EB8;
 border-radius: 0.3rem;
 width: 0.3rem;
 height: 0.3rem;
 margin: 0 0 0 -0.6rem;
}
.nav> .sub_all> .list> .item {
	display: block;
	width: 100%;
	position: static;
	font-size: 1.6rem;
	font-weight: 600;
	white-space: inherit;
	text-transform: uppercase;
}
.nav> .sub_all> .list> .item> .link {
	height: 6.2rem;
	justify-content: center;
	color: #1D286A;
}
.nav> .sub_all> .list> .have_sub:hover> .link::before {
	display: none;
}
.nav .sub {
	background: none;
	box-shadow: none;
	width: auto;
	padding: 0;
	display: block;
	position: relative;
	top: 0;
	left: 0;
}
.nav .sub_menu {
	text-align: center;
}
.nav .sub_menu .item {
	margin: 0 0 3.4rem;
	font-size: 1.4rem;
	font-weight: 500;
	text-transform: none;
}
.nav .sub_menu .link {
	min-height: auto;
	padding: 0;
}
.nav .sub_menu .item:hover .link {
	background: none;
}
.page_with_nav .contacts_header_mobile {
	background: #1D286A;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 2.6rem 0.9rem 0.8rem;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 101;
}
.page_with_nav .phone_contacts_header_mobile {
	background: url(../images/phone_contacts_header_mobile.svg) no-repeat 0 0.3rem;
	margin: 0 0 1.3rem;
	padding: 0 0 0 4.1rem;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
}
.page_with_nav .mail_contacts_header_mobile {
	margin: 0 0 1.4rem;
	font-size: 1.4rem;
}
.page_with_nav .mail_contacts_header_mobile .link {
	background: url(../images/mail_contacts_header_mobile.svg) no-repeat;
	display: inline-block;
	min-height: 2.3rem;
	padding: 0 0 0 4.0rem;
	color: #fff;
	text-decoration: none;
}
.page_with_nav .time_contacts_header_mobile {
	background: url(../images/time_contacts_header_mobile.svg) no-repeat;
	min-height: 2.3rem;
	margin: 0 0 1.1rem;
	padding: 0.2rem 0 0 4.0rem;
	font-size: 1.4rem;
	color: #fff;
}
.page_with_nav .address_contacts_header_mobile {
	background: url(../images/address_contacts_header_mobile.svg) no-repeat;
	padding: 0 0 0 4.0rem;
	font-size: 1.4rem;
	color: #fff;
}
.page_with_nav .social_network_header_mobile {
	display: flex;
	flex-direction: column;
	padding: 0.5rem 0 0;
}
.page_with_nav .social_network_header_mobile .item {
	margin: 0 0 3.6rem;
}
.page_with_nav .social_network_header_mobile .fig {
	width: 3.0rem;
	height: 2.7rem;
	position: relative;
	overflow: hidden;
}
.page_with_nav .social_network_header_mobile .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.carousel_1 {
	background: url(../images/carousel_1_repeat.png) repeat-x;
	width: 100vw;
	height: 23.5rem;
}
.carousel_1 p {
	margin: 0 0 1.8rem;
}
.carousel_1:before {
	content: "";
	background: #1D286A;
	height: 6.0rem;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.carousel_1 .arrow {
	max-width: none;
}
.carousel_1 .arrow_in {
	display: block;
	width: 100%;
	height: 6.0rem;
	margin: 0;
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
}
.carousel_1 .next {
	background: url(../images/carousel_1_next_mobile.svg) no-repeat 50% 50%;
	border: none;
	border-radius: 0;
	display: block;
	width: 3.6rem;
	height: 6.0rem;
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	left: auto;
	z-index: 5;
	transition: all 0.5s ease 0s;
}
.carousel_1 .next:hover {
	background: url(../images/carousel_1_next_mobile.svg) no-repeat 50% 50%;
	border: none;
}
.carousel_1 .next::before {
	display: none;
}
.carousel_1 .prev {
	background: url(../images/carousel_1_prev_mobile.svg) no-repeat 50% 50%;
	border: none;
	border-radius: 0;
	display: block;
	width: 3.6rem;
	height: 6.0rem;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: auto;
}
.carousel_1 .prev:hover {
	background: url(../images/carousel_1_prev_mobile.svg) no-repeat 50% 50%;
	border: none;
}
.carousel_1 .prev::before {
	display: none;
}
.carousel_1 .main_list> .item> .fig {
	width: 32.0rem;
	height: 17.5rem;
	position: absolute;
	top: 0;
	right: 0;
}
.carousel_1 .fig_close {
	display: none;
}
.carousel_1 .fig_open {
	display: none;
}
.carousel_1 .open {
	display: none;
}
.carousel_1 .fig_mobile {
	display: block;
	width: 32.0rem;
	height: 17.5rem;
}
.carousel_1 .fig_mobile .img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
}
.carousel_1 .in {
	max-width: none;
	margin: 0;
}
.carousel_1 .text {
	width: auto;
	height: 14.4rem;
	padding: 0 14.0rem 0 2.8rem;
	position: absolute;
	top: 1.6rem;
	left: 0;
	font-size: 1.4rem;
	line-height: 1.3;
}
.carousel_1 .title {
	background-size: 0.9rem 3.6rem;
	min-height: 3.1rem;
	margin: 0 0 0 -1.9rem;
	padding: 0.9rem 0 0 1.9rem;
	font-size: 1.8rem;
}
.carousel_1 .btn_1 {
	width: 23.2rem;
	height: 4.5rem;
	margin: 0 0 0 -11.6rem;
	position: absolute;
	bottom: -6.8rem;
	left: 50%;
	font-size: 1.4rem;
	line-height: 4.5rem;
}
.carousel_1 .number {
	top: 1.8rem;
	left: -2.4rem;
	font-size: 17.9rem;
	line-height: 0.7;
}
.carousel_1 .zero {
	width: auto;
}
.carousel_1 .zero::after {
	display: none;
}
.carousel_1 .zero::before {
	display: none;
}
.carousel_1 .number .fig {
	display: none;
}
.carousel_1 .number_button {
	display: none;
}
.h1 {
	font-size: 1.8rem;
	line-height: 1.2;
}
.main_page .h2 {
	line-height: 1.2;
}
.h2 {
	font-size: 1.8rem;
	line-height: 1.2;
}
.h3 {
	font-size: 1.8rem;
	line-height: 1.2;
}
.to-top {
	bottom: 0;
	right: 0.9rem;
	width: 4.0rem;
	height: 4.0rem;
}
.to-top .link {
	background-size: 1.5rem 1.3rem;
	display: block;
	width: 4.0rem;
	height: 4.0rem;
}
.feedback_bubble_send_request {
	top: auto;
	right: auto;
	bottom: 0.8rem;
	left: 6.4rem;
	left: 5.3rem;
}
.feedback_bubble_send_request .link {
	width: 3.5rem;
	height: 3.5rem;
	right: 0;
}
.feedback_bubble_send_request:hover .link {
	width: 3.5rem;
	padding: 0;
}
.feedback_bubble_send_request .fig {
	width: 3.5rem;
	height: 3.5rem;
}
.feedback_bubble_send_request .img {
	max-width: 50%;
	max-height: 50%;
}
.feedback_bubble_send_request:hover .text {
	display: none;
}
.feedback_bubble_callback {
	top: auto;
	right: auto;
	bottom: 0.8rem;
	left: 0.9rem;
}
.feedback_bubble_callback .link {
	width: 3.5rem;
	height: 3.5rem;
	right: 0;
}
.feedback_bubble_callback:hover .link {
	width: 3.5rem;
	padding: 0;
}
.feedback_bubble_callback .fig {
	width: 3.5rem;
	height: 3.5rem;
}
.feedback_bubble_callback .img {
	max-width: 50%;
	max-height: 50%;
}
.feedback_bubble_callback:hover .text {
	display: none;
}
.feedback_bubble_consultation {
	top: auto;
	right: auto;
	bottom: 0.9rem;
	left: 9.7rem;
}
.feedback_bubble_consultation .link {
	width: 3.5rem;
	height: 3.5rem;
	right: 0;
}
.feedback_bubble_consultation:hover .link {
	width: 3.5rem;
	padding: 0;
}
.feedback_bubble_consultation .fig {
	width: 3.5rem;
	height: 3.5rem;
}
.feedback_bubble_consultation .img {
	max-width: 50%;
	max-height: 50%;
}
.feedback_bubble_consultation:hover .text {
	display: none;
}
.main_page .content {
	padding: 0 0.9rem;
}
.content {
	padding: 0 0.9rem 0;
}
.advantages_block {
	background: #fff;
	flex-direction: column;
	min-height: auto;
	margin: 0 -0.9rem;
	padding: 4.2rem 0.9rem 4.5rem;
	position: relative;
}
.advantages_block::before {
	display: none;
}
.advantages_block .left_block {
	display: none;
}
.advantages_block .right_block {
	width: auto;
	padding: 0;
}
.carousel_2 {
	padding: 0 1.4rem;
	position: relative;
}
.carousel_2 .next, .carousel_2 .prev {
	background: url(../images/modal_lightbox__next.svg) no-repeat 50% 50%;
	width: 3.6rem;
	height: 3.0rem;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3;
}
.carousel_2 .prev {
	background: url(../images/modal_lightbox__prev.svg) no-repeat 50% 50%;
	right: auto;
	left: 0;
}
.carousel_2 .in {
	position: relative;
	overflow: hidden;
}
.carousel_2 .main_list:before, .carousel_2 .main_list:after, .carousel_2 .main_list> .item:before, .carousel_2 .main_list> .item:after {
	display: none;
}
.carousel_2 .main_list {
	display: table;
	table-layout: fixed;
	width: 100%;
	position: relative;
}
.carousel_2 .main_list.animate {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.carousel_2 .item {
	width: calc(100vw - 5.3rem);
	display: table-cell;
	padding: 0 0.5rem 2.5rem 0;
	margin: 0;
	vertical-align: top;
	text-align: center;
}
.advantages_list .fig {
	margin: 0 auto 1.7rem;
}
.advantages_list .text {
	width: auto;
}
.advantages_list .title {
	margin: 0 0 0.4rem;
	font-size: 1.6rem;
}
.advantages_list .number {
	display: block;
	width: 4.4rem;
	margin: 0 0 0 -2.2rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	font-size: 1.8rem;
	font-weight: normal;
	color: #918EB8;
}
.advantages_list .big_number {
	font-size: 2.4rem;
	font-weight: bold;
	color: #2C3033;
}
.why_we_block {
	padding: 0 0 2.3rem;
}
.why_we_block .top_block {
	padding: 3.0rem 0 19.3rem;
}
.why_we_block .h2 {
	background-size: 3.6rem 0.9rem;
	margin: 0 0 2.9rem;
	padding: 2.2rem 0 0;
}
.why_we_list {
	margin: 0;
}
.why_we_list .item {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin: 0 0 0.8rem;
	text-align: left;
}
.why_we_list .fig {
	width: 4.2rem;
	height: 4.1rem;
	margin: 0 2.3rem 0 0;
}
.why_we_list .text {
	width: calc(100% - 6.5rem);
}
.why_we_list .title {
	margin: 0 0 0.3rem;
	font-size: 1.6rem;
}
.carousel_3 {
	margin: -18.8rem 0 0;
	position: relative;
}
.carousel_3 .next, .carousel_3 .prev {
	background: url(../images/modal_lightbox__next.svg) no-repeat 0 50%;
	width: 3.3rem;
	height: 3.0rem;
	position: absolute;
	bottom: 3.8rem;
	right: 0;
	z-index: 3;
}
.carousel_3 .prev {
	background: url(../images/modal_lightbox__prev.svg) no-repeat 100% 50%;
	right: auto;
	left: 0;
}
.carousel_3 .in {
	position: relative;
	overflow: hidden;
}
.carousel_3 .main_list:before, .carousel_3 .main_list:after, .carousel_3 .main_list> .item:before, .carousel_3 .main_list> .item:after {
	display: none;
}
.why_we_list_2 {
	margin: 0;
}
.carousel_3 .main_list {
	display: table;
	table-layout: fixed;
	width: 100%;
	position: relative;
}
.carousel_3 .main_list.animate {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.carousel_3 .item {
	width: calc(100vw - 9.7rem);
	display: table-cell;
	padding: 4.2rem 4.0rem 5.7rem;
	margin: 0;
	vertical-align: top;
	text-align: center;
	min-height: auto;
}
.why_we_list_2 .title {
	margin: 0 0 1.0rem;
	font-size: 1.6rem;
}
.why_we_list_2 .fig {
	display: none;
}
.why_we_list_2 .number {
	display: block;
	width: 4.4rem;
	margin: 0 0 0 -2.2rem;
	position: absolute;
	bottom: 3.6rem;
	left: 50%;
	font-size: 1.8rem;
	font-weight: normal;
	color: #918EB8;
}
.why_we_list_2 .big_number {
	font-size: 2.4rem;
	font-weight: bold;
	color: #2C3033;
}
.about_us_numbers_block {
	padding: 4.4rem 0 0.5rem;
}
.about_us_numbers_list .item {
	width: calc(50% - 2.5rem);
	margin: 0 0 4.4rem 2.5rem;
}
.about_us_numbers_list .item:last-child {
	width: calc(100% - 2.5rem);
}
.about_us_numbers_list .number {
	background-size: 3.6rem 0.9rem;
	padding: 1.8rem 0 0;
	margin: 0 0 0.6rem;
	font-size: 2.4rem;
}
.about_block {
	padding: 2.8rem 0 0;
}
.about_block .h1 {
	background: none;
	margin: 0 0 1.4rem;
	padding: 0;
}
.about_block .right_block {
	display: none;
}
.about_block .left_block {
	width: auto;
	padding: 0;
	text-align: center;
}
.about_block .title {
	margin: 0 0 1.5rem;
	font-size: 1.4rem;
}
.about_block .btn_3 {
	width: 30.2rem;
	height: 4.5rem;
	margin: 0 0 1.6rem;
	line-height: 4.5rem;
}
.about_block .btn_4 {
	width: 30.0rem;
	height: 4.3rem;
	line-height: 4.3rem;
}
.services_block {
	padding: 0;
	flex-direction: column;
}
.services_block::before {
	right: 0;
}
.services_block .h3 {
	margin: 0 0 2.6rem;
}
.carousel_4 {
	width: auto;
	margin: 0;
}
.carousel_4 .splide__slide {
	height: auto !important;
}
.carousel_4 .number {
	top: 2.7rem;
	right: auto;
	font-size: 9.8rem;
	left: 7.0rem;
}
.services_block .in {
	padding: 3.2rem 0 0;
	text-align: center;
}
.carousel_4 .box {
	display: block;
	padding: 1.3rem 1.2rem;
}
.carousel_4 .fig {
	width: 8.2rem;
	height: 10.7rem;
	margin: 0 0 0 1.0rem;
	float: right;
}
.carousel_4 .text {
	width: auto;
	padding: 0;
}
.carousel_4 .title {
	background: none;
	min-height: auto;
	padding: 3.0rem 0 0;
	margin: 0;
	font-size: 1.5rem;
}
.carousel_4 .price {
	margin: 0 0 4.4rem;
	font-size: 1.4rem;
}
.carousel_4 .number_button {
	display: none;
}
.carousel_4 .splide__arrows {
	display: none;
}
.carousel_5 {
	margin: 0 0 1.9rem;
	position: relative;
}
.carousel_5:before {
	content: "";
	background: url(../images/carousel_5_swipe.svg) no-repeat;
	width: 2.3rem;
	height: 2.9rem;
	position: absolute;
	bottom: 0;
	right: 0;
}
.carousel_5 .splide__track {
	height: auto !important;
}
.carousel_5 .splide__list {
	display: flex !important;
}
.carousel_5 .splide__slide {
	height: auto !important;
	padding: 0 1.4rem 1.5rem;
	font-size: 1.4rem;
	justify-content: center;
	align-items: flex-start;
	line-height: 1.2;
}
.carousel_5 .splide__slide.is-active {
	background: url(../images/carousel_5_triangle_mobile.svg) no-repeat 50% 100%;
}
.our_projects_block .top_block {
	flex-direction: column;
	margin: 0;
}
.our_projects_block {
	margin: 0;
	padding: 3.1rem 0 5.3rem;
	position: relative;
}
.our_projects_block .btn_4 {
	width: 30.0rem;
	height: 4.3rem;
	margin: 0 0 0 -15.0rem;
	position: absolute;
	bottom: 3.0rem;
	left: 50%;
	line-height: 4.3rem;
}
.our_projects_block .swipe {
	background: url(../images/carousel_6_swipe.svg) no-repeat;
	display: block;
	width: 2.3rem;
	height: 2.9rem;
	position: absolute;
	bottom: 8.7rem;
	right: 0.4rem;
}
.our_projects_block_2 .swipe {
	background: url(../images/carousel_6_swipe.svg) no-repeat;
	display: block;
	width: 2.3rem;
	height: 2.9rem;
	position: absolute;
	bottom: 8.7rem;
	right: 0.4rem;
}
.carousel_6 .splide__slide {
	font-size: 1.4rem;
	font-weight: 500;
	padding: 0 0.4rem;
	text-align: center;
}
.carousel_6 .fig {
	height: 20.3rem;
	margin: 0 0 1.5rem;
}
.carousel_6 .box {
	flex-direction: column;
	justify-content: flex-start;
	height: auto;
	padding: 0;
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
}
.carousel_6 .title {
	background: none;
	padding: 0;
}
.carousel_6 .splide__slide:hover .title {
	display: block;
}
.carousel_6 .link {
	color: #2C3033;
}
.carousel_6 .splide__slide:hover .sub {
	display: none;
}
.carousel_6 .fig::before {
	display: none;
}
.carousel_6 .splide__slide:hover .fig::after {
	display: none;
}
.carousel_6 .splide__pagination {
	display: none;
}
.carousel_6 .splide__arrows {
	display: none;
}
.carousel_4 .btn_3 {
	width: 27.8rem;
}
.how_order_block {
	flex-direction: column;
	padding: 3.2rem 0 2.3rem;
	text-align: center;
}
.how_order_block .h3 {
	background: url(../images/how_order_block_h3_mobile.svg) no-repeat 50% 0;
	margin: 0 0 3.4rem;
	padding: 2.0rem 0 0;
}
.how_order_block .fig_left {
	display: none;
}
.right_block {
	width: auto;
	padding: 0;
}
.carousel_7 {
	margin: 0;
}
.carousel_7 .splide__arrows {
	width: auto;
	height: auto;
	top: auto !important;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1;
}
.carousel_7 .splide__arrow--next {
	background: url(../images/modal_lightbox__next.svg) no-repeat 0 50%;
	border: none;
	border-radius: 0;
	width: 3.3rem;
	height: 3.0rem;
	margin: 0;
	position: absolute;
	top: auto !important;
	bottom: 0 !important;
	right: 0;
	left: auto !important;
	z-index: 3;
}
.carousel_7 .splide__arrow--next:hover {
	background: url(../images/modal_lightbox__next.svg) no-repeat 0 50%;
}
.carousel_7 .splide__arrow--next:before {
	display: none;
}
.carousel_7 .splide__arrow--prev {
	background: url(../images/modal_lightbox__prev.svg) no-repeat 100% 50%;
	border: none;
	border-radius: 0;
	width: 3.3rem;
	height: 3.0rem;
	margin: 0;
	position: absolute;
	bottom: 0;
	right: auto;
	left: 0 !important;
}
.carousel_7 .splide__arrow--prev:hover {
	background: url(../images/modal_lightbox__prev.svg) no-repeat 100% 50%;
}
.carousel_7 .splide__arrow--prev:before {
	display: none;
}
.carousel_7 .splide__slide {
	height: auto !important;
	padding: 0 0 8.7rem;
}
.carousel_7 .box {
	flex-direction: column;
	padding: 0;
}
.carousel_7 .fig {
	width: 9.8rem;
	height: 9.9rem;
	margin: 0 auto 1.5rem;
}
.carousel_7 .text {
	width: auto;
}
.carousel_7 .title {
	margin: 0 0 1.2rem;
	font-size: 1.8rem;
	font-weight: bold;
}
.carousel_7 .carousel_7_list {
	margin: 0 0 3.4rem;
	text-align: left;
}
.carousel_7 .number {
	display: none;
}
.carousel_7 .number_button {
	display: none;
}
.carousel_7 .numeral {
	display: block;
	width: 4.4rem;
	margin: 0 auto;
	font-size: 1.8rem;
	font-weight: normal;
	color: #918EB8;
	order: 2;
}
.carousel_7 .numeral .big_numeral {
	font-size: 2.4rem;
	font-weight: bold;
	color: #2C3033;
}
.carousel_7 .btn_1 {
	order: 1;
	margin: 0 0 2.2rem;
}
.carousel_7 .btn_block {
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 0;
}
.carousel_7 .carousel_7_list .item {
	background-position: 0 0.3rem;
}
.catalog_block {
	padding: 3.5rem 0 1.6rem;
}
.catalog_list {
	margin: 2.3rem 0 1.5rem;
	text-align: left;
}
.catalog_list> .item {
	/*width: 100%;*/
	margin: 0 0 1.0rem;
	font-size: 1.4rem;
	text-align: left;
	display: flex;
	width: calc(100% - 2.4rem);
	height: 9.1rem;
	padding: 0 1.2rem;
	flex-direction: row;
	align-items: center;
}
.catalog_list> .item:nth-child(5) {
	/*width: 100%;*/
	width: calc(100% - 2.4rem);
}
.catalog_list> .item:nth-child(6) {
	/*width: 100%;*/
	width: calc(100% - 2.4rem);
}
.catalog_list> .item:nth-child(7) {
	/*width: 100%;*/
	width: calc(100% - 2.4rem);
}
.catalog_list> .item> .link {
	display: flex;
	width: 100%;
	height: 9.1rem;
	flex-direction: row;
	align-items: center;
}
.catalog_list .fig {
	width: 7.7rem;
	height: 8.1rem;
	margin: 0 2.3rem 0 0;
}
.catalog_list .text {
	width: calc(100% - 10.0rem);
}
.catalog_block .btn_4 {
	width: 30.0rem;
}
.catalog_list.have_anons .link {
	display: block;
	width: 100%;
	height: 33.3rem;
}
.catalog_list.have_anons .fig {
	width: 100%;
	height: 19.2rem;
	margin: 0 0 5.0rem;
}
.catalog_list.have_anons .text {
	width: auto;
}
.send_request_block {
	padding: 2.7rem 0 4.9rem;
	text-align: center;
}
.send_request_block::after {
	display: none;
}
.send_request_block .h3 {
	background: url(../images/how_order_block_h3_mobile.svg) no-repeat 50% 0;
	min-height: auto;
	margin: 0 0 1.3rem;
	padding: 2.0rem 0 0;
}
.modal_text {
	margin: 0 0 2.6rem;
	text-align: left;
}
.checkbox {
	vertical-align: top;
}
.label_2 {
	width: 89%;
	text-align: left;
	vertical-align: top;
}
.button {
	width: 30.2rem;
	height: 4.5rem;
	font-size: 1.4rem;
	line-height: 4.5rem;
}
.contacts_block {
	background: #fff;
	margin: 0 -0.9rem;
	padding: 3.5rem 0.9rem 0;
	display: flex;
	flex-direction: column;
	text-align: center;
}
.contacts_block .h3 {
	background: url(../images/how_order_block_h3_mobile.svg) no-repeat 50% 0;
	margin: 0 0 2.9rem -1.9rem;
	padding: 2.0rem 0 0;
}
.contacts_block> .fig {
	width: calc(100% + 1.8rem);
	height: 48.5rem;
	margin: 0 -0.9rem;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	transform: none;
	order: 2;
}
.contacts_block .text {
	height: auto;
	padding: 0 0 11.0rem 1.9rem;
	order: 1;
}
.contacts_block .text::after {
	display: none;
}
.contacts_block .in {
	flex-direction: column;
	margin: 0 0 2.4rem;
	text-align: left;
}
.phone_contacts_block {
	background-size: 2.8rem 2.8rem;
	margin: 0;
	padding: 0 0 0 4.6rem;
	font-size: 2.2rem;
}
.contacts_block .social_network {
	width: 14.4rem;
	margin: 0 0 0 -7.2rem;
	justify-content: space-between;
	position: absolute;
	bottom: 3.5rem;
	left: 50%;
}
.contacts_block .social_network .item {
	margin: 0;
}
.contacts_block .social_network .fig {
	width: 4.8rem;
	height: 4.6rem;
}
.mail_contacts_block {
	margin: 0 0 1.9rem;
	text-align: left;
}
.mail_contacts_block .link {
	background-size: 2.3rem 2.1rem;
	padding: 0 0 0 4.3rem;
	min-height: 2.1rem;
}
.time_contacts_block {
	background-position: 0 0;
	margin: 0 0 1.5rem;
	padding: 0.2rem 0 0 4.3rem;
	text-align: left;
	background-size: 2.3rem 2.3rem;
}
.address_contacts_block {
	background-position: 0 0;
	padding: 0.1rem 0 0 4.1rem;
	text-align: left;
	background-size: 2.2rem 2.6rem;
}
.footer {
	min-width: auto;
	max-width: none;
	height: auto;
	padding: 1.5rem 0.9rem 6.0rem;
	position: relative;
	bottom: 0;
	right: 0;
	left: 0;
}
.logo_footer {
	display: inline-block;
	width: 15.1rem;
	height: 6.6rem;
	margin: 0 0.7rem 0 0;
	position: relative;
	top: 0;
	left: 0;
}
.logo_footer .link {
	display: block;
	width: 15.1rem;
	height: 6.6rem;
}
.slogan_footer {
	display: inline-block;
	margin: 0 0 2.6rem;
	position: relative;
	top: 0;
	left: 0;
	font-size: 1.6rem;
}
.catalog_footer {
	width: auto;
	position: relative;
	top: 0;
	left: 0;
}
.catalog_footer .title {
	margin: 0;
}
.catalog_footer .title .link {
	background: url(../images/catalog_footer.svg) no-repeat 100% 50%;
	border-top: 0.1rem solid rgba(255, 255, 255, 0.15);
	display: block;
	height: 5.6rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 5.6rem;
	text-decoration: none;
}
.catalog_footer.active .title .link {
	background: url(../images/catalog_footer_up.svg) no-repeat 100% 50%;
}
.catalog_footer .list {
	display: none;
}
.services_footer {
	width: auto;
	position: relative;
	top: 0;
	right: 0;
}
.services_footer .title {
	margin: 0;
}
.services_footer .title .link {
	background: url(../images/catalog_footer.svg) no-repeat 100% 50%;
	border-top: 0.1rem solid rgba(255, 255, 255, 0.15);
	display: block;
	height: 5.6rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 5.6rem;
	text-decoration: none;
}
.services_footer.active .title .link {
	background: url(../images/catalog_footer_up.svg) no-repeat 100% 50%;
}
.services_footer .list {
	display: none;
}
.contacts_footer {
	border-bottom: 0.1rem solid rgba(255, 255, 255, 0.15);
	width: auto;
	margin: 0 0 2.8rem;
	position: relative;
	top: 0;
	left: 0;
}
.contacts_footer .title {
	margin: 0;
}
.contacts_footer .title .link {
	background: url(../images/catalog_footer.svg) no-repeat 100% 50%;
	border-top: 0.1rem solid rgba(255, 255, 255, 0.15);
	display: block;
	height: 5.6rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 5.6rem;
	text-decoration: none;
}
.contacts_footer.active .title .link {
	background: url(../images/catalog_footer_up.svg) no-repeat 100% 50%;
}
.contacts_footer .sub {
	display: none;
}
.phone_contacts_footer {
	min-height: 2.6rem;
	font-size: 1.6rem;
}
.mail_contacts_footer .link {
	min-height: 2.1rem;
	font-size: 1.6rem;
}
.time_contacts_footer {
	min-height: 2.2rem;
	font-size: 1.6rem;
}
.address_contacts_footer {
	margin: 0 0 2.8rem;
	min-height: 2.4rem;
	font-size: 1.6rem;
}
.nav_footer {
	margin: 0 0 1.2rem;
	position: relative;
	top: 0;
	right: 0;
	text-align: center;
}
.nav_footer_list .item {
	margin: 0 0 1.6rem;
	width: 30.0rem;
}
.nav_footer_list .link {
	height: 4.3rem;
}
.please_contact_footer {
	margin: 0 0 2.8rem;
	position: relative;
	top: 0;
	left: 0;
}
.info_footer {
	margin: 0 0 1.9rem;
	position: relative;
	top: 0;
	left: 0;
}
.footer .blue_block {
	flex-direction: column;
	align-items: center;
	height: auto;
	padding: 2.1rem 0.9rem;
	position: relative;
}
.company_footer {
	margin: 0 0 1.3rem;
}
.cookie .box {
	height: auto;
	flex-direction: column;
	text-align: center;
	padding: 1.9rem 0.9rem 2.4rem;
}
.cookie .text {
	margin: 0 0 1.3rem;
}
.modal_box_form .modal__content {
	width: calc(100vw - 1.8rem);
	padding: 3.7rem 0.9rem;
	position: relative;
}
.modal_box_form .modal__content .block {
	width: auto;
	margin: 0 auto;
}
.modal_box_form .modal__content .top_block {
	width: auto;
	margin: 0 auto 3.8rem;
}
.modal_box_form .modal__content .box {
	flex-direction: column;
	margin: 0;
}
.modal_box_form .modal__content .in {
	width: 100%;
	margin: 0 0 2.2rem;
}
.modal_box_form .modal__content .in:first-child {
	margin: 0 0 2.2rem;
}
.modal_box_form .modal__content .mobile_mb {
	margin: 0 0 2.2rem;
}
.how_order_block .right_block {
	padding: 0;
}
.modal_lightbox__image img {
	width: 100%;
}
.crumbs {
	margin: 0 0 1.7rem;
}
.opisanie_block {
	padding: 1.7rem 0 1.7rem;
}
.opisanie_block .h3 {
	margin: 0 0 1.8rem;
}
.card_block .right_block {
	float: none;
	width: auto;
	margin: 0;
	order: 3;
}
.card_block {
	padding: 0 0 0.7rem;
	display: flex;
	flex-direction: column;
}
.carousel_8 {
	width: 100%;
	margin: 0 0 1.0rem;
	order: 1;
}
.carousel_8 .fig {
	width: 100%;
	height: 22.3rem;
}
.carousel_9 {
	float: none;
	width: 30.2rem;
	margin: 0 0 2.0rem;
	order: 2;
}
.carousel_9 .splide__arrows {
	display: none;
}
.carousel_9 .splide__slide {
	margin: 0 !important;
	width: 76px;
	height: 47px;
	padding: 0 0.2rem;
}
.carousel_9 .fig {
	width: 100%;
	height: 4.7rem;
}
.h1 {
	margin: 0 0 1.8rem;
}
.card_block .price {
	font-size: 1.8rem;
}
.btn_5 {
	width: 16.5rem;
}
.opisanie_block_white .btn_4 {
	width: 16.3rem;
	font-size: 1.2rem;
}
.opisanie_block .top_block .h3 {
	margin: 0;
}
.opisanie_block_white .top_block {
	margin: 0 0 2.6rem;
}
.opisanie_block_white {
	margin: 0 0 3.0rem;
}
.characteristic_block .h3 {
	margin: 0 0 2.5rem;
}
.opisanie_list_1 {
	margin: 0 0 2.0rem -0.8rem;
}
.opisanie_list_1 .item {
	margin: 0 0 0 0.8rem;
	font-size: 1.2rem;
	text-align: center;
	width: 100%;
}
.carousel_10 .splide__slide {
	padding: 0 0.5rem;
}
.carousel_10 {
	margin: 0 0 3.9rem;
	padding: 0 0 4.5rem;
}
.interested_block {
	margin: 3.3rem 0 0;
	padding: 2.4rem 0 0.5rem;
}
.interested_block .h3 {
	margin: 0 0 1.8rem;
}
.interested_block .mr-18 {
	margin: 0 0 10px !important;
	display: block;
}
.carousel_11 {
	margin: 0 0 2.9rem;
	padding: 0 0 4.5rem;
}
.carousel_11 .splide__slide {
	padding: 0 0.4rem;
	font-size: 1.4rem;
}
.carousel_11 .box {
	padding: 0 1.0rem 1.7rem;
}
.carousel_11 .fig {
	height: 17.3rem;
	margin: 0 0 2.0rem;
}
.services_list {
	margin: 1.9rem 0 0;
}
.services_list .item {
	width: 100%;
	margin: 0 0 1.0rem;
	font-size: 1.4rem;
}
.services_list .link {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.services_list .fig {
	height: 9.4rem;
	margin: 0 0.5rem 0 0;
	width: 10.0rem;
}
.services_list .text {
	background-position: 0 0;
	width: calc(100% - 10.5rem);
	height: auto;
	margin: 0;
	padding: 0 0 0 1.1rem;
}
.services_list .item:nth-child(4) {
	width: 100%;
}
.services_list .item:nth-child(5) {
	width: 100%;
}
.card_block_2 .fig {
	float: none;
	width: 100%;
	height: 20.0rem;
	margin: 0 0 2.0rem;
}
.card_block_2 .price {
	font-size: 1.8rem;
}
.bg_block {
	margin: -2.6rem 0 3.1rem;
}
.h4 {
	font-size: 1.6rem;
	margin: 0 0 2.2rem;
}
.list_2 li {
	padding-left: 2.5rem;
	margin: 0 0 2.3rem;
}
.list_2 li::before {
	top: 0;
	font-size: 2.0rem;
}
.gallery_list {
	margin: 0 0 2.1rem;
}
.gallery_list .item {
	width: 100%;
	margin: 0 0 1.2rem;
	font-size: 1.6rem;
}
.gallery_list .fig {
	height: 22.7rem;
}
.gallery_list .box {
	height: 20.6rem;
	left: 1.9rem;
	right: 1.9rem;
}
.info_block {
	flex-direction: column;
	height: auto;
	padding: 1.5rem;
}
.info_block .h4 {
	margin: 0 0 1.5rem;
}
.phone_info_block {
	margin: 0 0 1.5rem;
}
.phone_info_block .link {
	font-size: 2.0rem;
}
.carousel_12 .splide__slide {
	padding: 0 0.5rem;
	font-size: 1.4rem;
}
.carousel_12 .box {
	height: 20.2rem;
	padding: 0 0 2.1rem;
	left: 0.9rem;
	right: 0.7rem;
}
.carousel_12 .title {
	background: url(../images/services_list_triangle.svg) no-repeat 0 0;
	padding: 0 0 0 1.0rem;
}
.carousel_12 .fig {
	height: 22.3rem;
}
.carousel_12 {
	padding: 0 0 4.5rem;
}
.projects_list {
	margin: 0 0 2.1rem -1.0rem;
}
.projects_list .item {
	width: calc(50% - 1.0rem);
	margin: 0 0 1.8rem 1.0rem;
}
.projects_list .title {
	height: 52px;
}
.projects_list .title .link {
	height: 52px;
	font-size: 1.4rem;
}
.projects_list .address_projects_list {
	height: 5.4rem;
}
.card_block .address_card_block {
	font-size: 1.8rem;
}
.mb-50 {
	margin-bottom: 20px !important;
}
}

@media (min-width: 1050px) {
.carousel_1 .open {
	right: 22.1rem;
}
}

@media (min-width: 1080px) {
.carousel_1 .open {
	right: 23.6rem;
}
}

@media (min-width: 1152px) {
.carousel_1 .open {
	right: 27.2rem;
}
}

@media (min-width: 1200px) {
.carousel_1 .open {
	right: 29.6rem;
}
}

@media (min-width: 1280px) {
.nav {
	width: 63.5rem;
}
.carousel_1 .text {
	left: 0;
}
.carousel_1 .open {
	right: 33.6rem;
}
.about_us_numbers_list {
	margin: 0 0 0 -3.5rem;
}
.about_us_numbers_list .item {
	width: calc(20% - 3.5rem);
	margin: 0 0 2.0rem 3.5rem;
}
.about_us_numbers_list .number {
	font-size: 6.0rem;
}
.carousel_4 {
	width: calc(100% - 36.1rem);
	margin: 3.5rem 0 0 7.5rem;
	position: relative;
	z-index: 3;
}
.carousel_4 .fig {
	width: 30.8rem;
	height: 40.4rem;
	margin: 0 6.6rem 0 0;
	position: relative;
	overflow: hidden;
}
.carousel_4 .text {
	width: calc(100% - 51.0rem);
	padding: 0.6rem 9.3rem 0 4.3rem;
}
.how_order_block .fig_left {
	width: 42.1rem;
	height: 59.3rem;
	margin: 0 6.6rem 0 0;
	position: relative;
	overflow: hidden;
}
.how_order_block .right_block {
	width: calc(100% - 48.7rem);
	padding: 6.6rem 0 0;
}
.catalog_footer {
	left: 45.1rem;
}
.services_footer {
	right: 28.6rem;
}
.nav_footer {
	width: 25.0rem;
}
.info_footer {
	left: 45.1rem;
}
}

@media (min-width: 1350px) {
.carousel_1 .open {
	right: 37.1rem;
}
}

@media (min-width: 1360px) {
.carousel_1 .open {
	right: 37.6rem;
}
}

@media (min-width: 1440px) {
.carousel_1 .open {
	right: 41.6rem;
}
}

@media (min-width: 1536px) {
.carousel_1 .open {
	right: 46.4rem;
}
}

@media (min-width: 1600px) {
.carousel_1 .open {
	right: 49.6rem;
}
}

@media (min-width: 1620px) {
.carousel_1 .open {
	right: 50.6rem;
}
}

@media (min-width: 1800px) {
.carousel_1 .open {
	right: 59.6rem;
}
}

@media (min-width: 1920px) {
.carousel_1 .main_list> .item> .fig {
	width: 192.0rem;
	margin-left: -96.0rem;
	position: absolute;
	top: 0;
	left: 50%;
}
.carousel_1 .open {
	right: 65.6rem;
}
}

@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;
}
}
