
/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.00 11.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');
@charset "utf-8";
 @import url("modals/blur.css");
/*---------------------- end basic styles ----------------------------------*/
/*---------------------- global --------------------------------------*/
html {
	height: 100%;
	overflow-y: scroll;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background: #fff;
	height: 100%;
	color: #626874;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.6;
	text-align: left;
	word-wrap: break-word;
}
input, button, select, textarea, html {
	font-family: 'Montserrat', sans-serif;
}
a {
	color: #626874;
	text-decoration: underline;
}
a:hover, a:hover:visited {
	text-decoration: none;
}
.nu a:hover, a.nu:hover {
	text-decoration: underline;
}
.nu a, a.nu {
	text-decoration: none;
}
a.link_dashed, .link_dashed a {
	text-decoration: none;
	border-bottom: 0.1rem dashed;
}
a.link_dashed:hover, .link_dashed a:hover {
	border: 0;
	text-decoration: none;
}
.h1 {
	min-height: 4.9rem;
	position: relative;
	font-size: 3.2rem;
	font-weight: 600;
	margin: 0 0 1.3rem;
	padding: 0.8rem 0 0 2.8rem;
	color: #303744;
	line-height: 1.2;
}
.h1:before {
	content: "";
	border-left: 0.4rem solid #52A2E1;
	display: block;
	height: 4.9rem;
	position: absolute;
	top: 0.3rem;
	left: 0;
}
.h2 {
	min-height: 4.9rem;
	position: relative;
	font-size: 3.2rem;
	font-weight: 600;
	margin: 0 0 1.3rem;
	padding: 0.8rem 0 0 2.8rem;
	color: #303744;
	line-height: 1.2;
}
.h2:before {
	content: "";
	border-left: 0.4rem solid #52A2E1;
	display: block;
	height: 4.9rem;
	position: absolute;
	top: 0.3rem;
	left: 0;
}
.h3 {
	min-height: 4.9rem;
	position: relative;
	font-size: 3.2rem;
	font-weight: 600;
	margin: 0 0 1.3rem;
	padding: 0.8rem 0 0 2.8rem;
	color: #303744;
	line-height: 1.2;
}
.h3:before {
	content: "";
	border-left: 0.4rem solid #52A2E1;
	display: block;
	height: 4.9rem;
	position: absolute;
	top: 0.3rem;
	left: 0;
}
.h4 {
	font-size: 2.4rem;
	font-weight: 600;
	color: #303744;
	margin: 0 0 1.6rem;
	line-height: 1.2;
}
.h5 {
	font-size: 2.0rem;
	font-weight: 600;
	color: #303744;
	margin: 0 0 3.0rem;
	line-height: 1.2;
}
.h6 {
	font-size: 1.8rem;
	font-weight: 600;
	margin: 0 0 1.3rem;
	color: #303744;
	line-height: 1.2;
}
/*colors*/
/*end colors*/
/*fonts*/
.f-10 {
	font-size: 1.0rem;
}
.f-11 {
	font-size: 1.1rem;
}
.f-12 {
	font-size: 1.2rem;
}
.f-13 {
	font-size: 1.3rem;
}
.f-14 {
	font-size: 1.4rem;
}
.f-15 {
	font-size: 1.5rem;
}
.f-16 {
	font-size: 1.6rem;
}
.f-17 {
	font-size: 1.7rem;
}
.f-18 {
	font-size: 1.8rem;
}
.f-20 {
	font-size: 2.0rem;
}
/*end fonts*/
/*forms fields*/
.field {
	background: #fff;
	border: 0.1rem solid #C3C8CC;
	padding: 1.2rem 9.1rem 1.3rem 2.0rem;
	-webkit-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	font-size: 1.4rem;
	font-weight: 500;
	color: #303744;
}
.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: #303744;
 font-style: normal;
}
 .field::-moz-placeholder {
 opacity: 1;
font-size: 1.4rem;
 font-weight: 500;
 color:#303744;
 font-style: normal;
}
 .field::-webkit-input-placeholder {
 opacity: 1;
font-size: 1.4rem;
 font-weight: 500;
 color: #303744;
 font-style: normal;
}
 .field:-ms-input-placeholder {
 opacity: 1;
font-size: 1.4rem;
 font-weight: 500;
 color: #303744;
 font-style: normal;
}
.field.placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #303744;
	font-style: normal;
}
.field.invalid {
	border-color: red;
}
.parent_field {
	display: inline-block;
	vertical-align: top;
}
.invalid_message {
	display: block;
	color: red;
	font-size: 1.1rem;
	line-height: 1.2;
}
.valid_message {
	display: none;
	color: green;
	font-size: 1.1rem;
	line-height: 1.2;
}
/*end forms fields*/
/*over blocks*/
.o {
	overflow: hidden;
}
.cx:before, .cx:after {
	content: "";
	display: table;
}
.cx:after {
	clear: both;
}
.ct {
	display: table;
}
.ct:after {
	content: '. . . . . . . . . . .';
	display: block;
	word-spacing: 99in;
	height: 0;
	overflow: hidden;
	font-size: 0.05em;
	line-height: 0.05em;
}
/*end over blocks*/
/*other*/
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border: 0;
	margin: 0 0 10px;
	height: 0;
	display: block;
	width: 100%;
	vertical-align: top;
	overflow: hidden;
	border-top: 1px solid #a5b136;
}

::-moz-selection {
 background-color: rgba(255, 0, 0, 0.5);
 color: #fff;
 text-shadow: none;
}
::selection {
	background-color: rgba(255, 0, 0, 0.5);
	color: #fff;
	text-shadow: none;
}
 img::-moz-selection {
 background-color: transparent;
 -moz-box-shadow: none;
}
img::selection {
	background-color: transparent;
	box-shadow: none;
}
ul {
	margin: 0 0 3.0rem;
	padding: 0.3rem 0 0;
}
li {
	background: url(../images/mark.svg) no-repeat 0 0.7rem;
	margin: 0 0 1.0rem;
	padding: 0 0 0 1.4rem;
	list-style: none;
	line-height: 1.4;
}
.list_1 {
	margin: 0 0 1.5rem -2.3rem;
	column-count: 2;
	page-break-inside: avoid;
	break-inside: avoid;
}
.list_1 li {
	background: url(../images/mark.svg) no-repeat 0 0.7rem;
	background-size: 0.6rem 0.6rem;
	margin: 0 0 1.2rem 2.3rem;
	padding: 0 0 0 1.6rem;
	page-break-inside: avoid;
	break-inside: avoid;
}
.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 1.7rem;
	line-height: 1.5;
}
.list_2 li:before {
	content: counter(list2) ".";
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 600;
	font-size: 2.4rem;
	color: #52A2E1;
	line-height: 1;
}
.list_3 {
	margin: 0 0 1.5rem -2.3rem;
	column-count: 4;
	page-break-inside: avoid;
	break-inside: avoid;
}
.list_3 li {
	background: url(../images/mark.svg) no-repeat 0 0.7rem;
	background-size: 0.6rem 0.6rem;
	margin: 0 0 1.2rem 2.3rem;
	padding: 0 0 0 1.4rem;
	page-break-inside: avoid;
	break-inside: avoid;
}
.list li {
	background: none;
}
/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/
.wrapper {
	min-width: 102.4rem;
	min-height: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.to-top {
	position: fixed;
	display: none;
	bottom: 10.4rem;
	right: 0;
	z-index: 99;
}
.to-top .link {
	background: #52A2E1 url(../images/to-top.svg) no-repeat 50% 50%;
	display: block;
	width: 5.5rem;
	height: 5.5rem;
	position: relative;
}
.feedback_bubble_send_request {
	position: fixed;
	top: 30%;
	right: 0;
	z-index: 99;
}
.feedback_bubble_send_request .link {
	background: #274682;
	display: inline-block;
	width: 5.0rem;
	height: 5.0rem;
	position: relative;
	right: 0;
	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.2rem;
	padding: 0 0 0 2.0rem;
}
.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_ask_question {
	position: fixed;
	top: calc(30% + 7.0rem);
	right: 0;
	z-index: 99;
}
.feedback_bubble_ask_question .link {
	background: #274682;
	display: inline-block;
	width: 5.0rem;
	height: 5.0rem;
	position: relative;
	right: 0;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
.feedback_bubble_ask_question:hover .link {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 18.6rem;
	padding: 0 0 0 2.6rem;
}
.feedback_bubble_ask_question .text {
	display: none;
	width: calc(100% - 5.0rem);
}
.feedback_bubble_ask_question:hover .text {
	display: inline-block;
}
.feedback_bubble_ask_question .fig {
	display: inline-block;
	vertical-align: middle;
	width: 5.0rem;
	height: 5.0rem;
	position: relative;
	overflow: hidden;
}
.feedback_bubble_ask_question .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.feedback_bubble_order_price {
	position: fixed;
	top: calc(30% + 14.0rem);
	right: 0;
	z-index: 99;
}
.feedback_bubble_order_price .link {
	background: #274682;
	display: inline-block;
	width: 5.0rem;
	height: 5.0rem;
	position: relative;
	right: 0;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
.feedback_bubble_order_price:hover .link {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 19.2rem;
	padding: 0 0 0 2.7rem;
}
.feedback_bubble_order_price .text {
	display: none;
	width: calc(100% - 5.0rem);
}
.feedback_bubble_order_price:hover .text {
	display: inline-block;
}
.feedback_bubble_order_price .fig {
	display: inline-block;
	vertical-align: middle;
	width: 5.0rem;
	height: 5.0rem;
	position: relative;
	overflow: hidden;
}
.feedback_bubble_order_price .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.cookie {
	position: fixed;
	bottom: 0;
	right: 1.6rem;
	left: 1.6rem;
	font-size: 1.6rem;
	font-weight: normal;
	color: #fff;
	z-index: 101;
}
.cookie:after {
	content: "";
	background: #303744;
	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 {
	background: #52A2E1;
	display: inline-block;
	width: 30.9rem;
	height: 4.5rem;
	position: relative;
	font-size: 1.8rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 4.5rem;
	transition: all 0.5s ease 0s;
}
.btn_2 .text {
	background: url(../images/btn_2_arrow.svg) no-repeat 100% 50%;
	display: inline-block;
	margin: 0;
	padding: 0 2.0rem 0 0;
}
.btn_2:hover {
	background: #375694;
}
.inner {
	min-width: 102.4rem;
	max-width: 128.0rem;
	margin: auto !important;
	padding: 0 0 62.8rem;
}
.inner:before, .inner:after {
	content: "";
	display: table;
}
.inner:after {
	clear: both;
}
/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
	min-width: 102.4rem;
	max-width: 128.0rem;
	position: relative;
}
.page_with-small-header .header {
	padding: 9.7rem 0 0;
}
.declaration_box {
	width: 100vw;
	position: relative;
	left: 50%;
	font-weight: normal;
	text-align: center;
	line-height: 1.2;
	transform: translate(-50%, 0);
}
.declaration_box .in {
	min-width: 92.8rem;
	max-width: 118.4rem;
	margin: 0 auto;
	padding: 0.8rem 4.8rem 1.0rem;
	position: relative;
}
.declaration_box .close {
	width: 4.8rem;
	height: 5.4rem;
	position: absolute;
	top: 0;
	right: 0;
}
.declaration_box .close .link {
	background: url(../images/declaration_box_close.svg) no-repeat 50% 50%;
	display: block;
	width: 4.8rem;
	height: 5.4rem;
}
.declaration_box .link {
	color: #fff;
	text-decoration: none;
}
.declaration_box br {
	display: none;
}
.main_page .header_top {
	height: 13.6rem;
}
.header_top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	min-width: 102.4rem;
	max-width: 128.0rem;
	height: 12.0rem;
	margin: auto;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 98;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
}
.main_page .header_top:before {
	display: none;
}
.header_top:before {
	content: "";
	background: #ECF5FC;
	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 .into {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.header_top .in {
    width: calc(100% - 28.1rem);
    margin: 0 6rem 0 7.6rem;
}
.main_page .logo_header {
	background: url(../images/logo_header.svg) no-repeat;
    width: 11.9rem;
    height: 12rem;
    margin: 1.3rem 0 0 0rem;
}
.main_page .logo_header .link {
	display: block;
	width: 8.9rem;
	height: 12.0rem;
}
.logo_header {
	background: url(../images/logo_header_blue.svg) no-repeat;
    width: 10.5rem;
    height: 10.1rem;
    margin: 0.4rem 0 0 1.6rem
}
.logo_header .link {
	display: block;
	width: 7.5rem;
	height: 10.1rem;
}
.main_page .address_header {
	background: url(../images/address_header.svg) no-repeat 0 0.3rem;
}
.address_header {
	background: url(../images/address_header_blue.svg) no-repeat 0 0.3rem;
	padding: 0 0 1.0rem 2.3rem;
	position: relative;
}
.main_page .address_header .title .link {
	background: url(../images/header_time_title.svg) no-repeat 100% 0.7rem;
	color: #fff;
}
.address_header .title .link {
	background: url(../images/header_time_title_grey.svg) no-repeat 100% 0.7rem;
	padding: 0 1.5rem 0 0;
	color: #626874;
	text-decoration: none;
}
.address_header .sub {
	background: #ECF5FC;
	box-shadow: 0 0 1.0rem rgba(0, 0, 0, .16);
	display: none;
	width: 18.4rem;
	margin: 0 0 0 -13.5rem;
	padding: 1.8rem 4.3rem 2.1rem;
	position: absolute;
	top: 100%;
	left: 50%;
	font-size: 1.6rem;
	color: #303744;
	line-height: 1.5;
	text-align: center;
}
.address_header .sub:before {
	content: "";
	background: url(../images/pic4.png) no-repeat;
	display: block;
	width: 1.4rem;
	height: 2.1rem;
	margin: 0 0 0 -0.7rem;
	position: absolute;
	top: -2.1rem;
	left: 50%;
}
.address_header .close {
	background: url(../images/time_header_close.svg) no-repeat 50% 50%;
	display: block !important;
	width: 2.9rem;
	height: 2.5rem;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
}
.main_page .time_header {
	background: url(../images/header_time.svg) no-repeat 0 0.4rem;
}
.time_header {
	background: url(../images/header_time_blue.svg) no-repeat 0 0.4rem;
	padding: 0 0 1.0rem 2.3rem;
	position: relative;
}
.main_page .time_header .title .link {
	background: url(../images/header_time_title.svg) no-repeat 100% 0.7rem;
	color: #fff;
}
.time_header .title .link {
	background: url(../images/header_time_title_grey.svg) no-repeat 100% 0.7rem;
	padding: 0 1.5rem 0 0;
	color: #626874;
	text-decoration: none;
   
}
.time_header .sub {
	background: #ECF5FC;
	box-shadow: 0 0 1.0rem rgba(0, 0, 0, .16);
	display: none;
	width: 18.4rem;
	margin: 0 0 0 -13.5rem;
	padding: 1.8rem 4.3rem 2.1rem;
	position: absolute;
	top: 100%;
	left: 50%;
	font-size: 1.6rem;
	color: #303744;
	line-height: 1.5;
	text-align: center;
}
.time_header .sub:before {
	content: "";
	background: url(../images/pic4.png) no-repeat;
	display: block;
	width: 1.4rem;
	height: 2.1rem;
	margin: 0 0 0 -0.7rem;
	position: absolute;
	top: -2.1rem;
	left: 50%;
}
.time_header .close {
	background: url(../images/time_header_close.svg) no-repeat 50% 50%;
	display: block !important;
	width: 2.9rem;
	height: 2.5rem;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
}
.mail_header {
	padding: 0 0 1.0rem;
}
.main_page .mail_header .link {
	background: url(../images/header_mail.svg)no-repeat 0 0.5rem;
	color: #fff;
}
.mail_header .link {
	background: url(../images/header_mail_blue.svg) no-repeat 0 0.5rem;
	padding: 0.7rem 0.5rem 0.7rem 2.8rem;
	color: #626874;
	text-decoration: none;
}
.main_page .phone_header {
	background: url(../images/header_phone-call.svg) no-repeat 0 0.1rem;
}
.phone_header {
	background: url(../images/header_phone-call_blue.svg) no-repeat 0 0.1rem;
	padding: 0 0 0.8rem 3.0rem;
	position: relative;
}
.main_page .phone_header .title .link {
	background: url(../images/header_time_title.svg) no-repeat 100% 0.7rem;
	color: #fff;
}
.phone_header .title .link {
	background: url(../images/header_time_title_grey.svg) no-repeat 100% 0.7rem;
	padding: 0 1.5rem 0 0;
	font-size: 1.6rem;
	color: #626874;
	text-decoration: none;
}
.phone_header .sub {
	background: #ECF5FC;
	box-shadow: 0 0 1.0rem rgba(0, 0, 0, .16);
	display: none;
	width: 18.2rem;
	margin: 0 0 0 -13.5rem;
	padding: 0 4.4rem;
	position: absolute;
	top: 100%;
	left: 50%;
	color: #626874;
	text-align: center;
}
.phone_header .sub:before {
	content: "";
	background: url(../images/pic4.png) no-repeat;
	display: block;
	width: 1.4rem;
	height: 2.1rem;
	margin: 0 0 0 -0.7rem;
	position: absolute;
	top: -2.1rem;
	left: 50%;
}
.phone_header .close {
	background: url(../images/time_header_close.svg) no-repeat 50% 50%;
	display: block !important;
	width: 2.9rem;
	height: 2.5rem;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
}
.phone_header .number {
	font-size: 1.6rem;
	font-weight: 600;
	color: #303744;
	line-height: 1.3;
}
.phone_header p {
	margin: 0 0 1.7rem;
}
.phone_header .number .link {
	color: #303744;
	text-decoration: none;
}
.main_page .nav {
	height: 8.3rem;
	margin: 0 0 2.9rem;
}
.nav {
	width: 100%;
	height: 7.0rem;
	margin: 0 0 1.3rem;
	position: relative;
	z-index: 14;
}
.nav:before {
	content: "";
	background: #274682;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: 0;
}
.nav_toggle {
	display: none;
}
.nav> .sub_all {
	width: 100%;
}
.main_page .nav> .sub_all> .list {
	height: 8.3rem;
}
.nav> .sub_all> .list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	height: 7.0rem;
	position: relative;
	z-index: 1;
}
.nav> .sub_all> .list> .item {
	font-size: 1.6rem;
	color: #fff;
}
.main_page .nav> .sub_all> .list> .item> .link {
	height: 7.8rem;
}
.nav> .sub_all> .list> .item> .link {
	border-bottom: 0.5rem solid #274682;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 6.5rem;
	color: #fff;
	text-decoration: none;
	z-index: 2;
	transition: all 0.5s ease 0s;
}
.nav> .sub_all> .list> .item:hover> .link, .nav> .sub_all> .list> .active> .link {
	border-bottom: 0.5rem solid #52A2E1;
}
.nav .sub {
	width: calc(100vw - 38.3rem);
	max-width: 89.7rem;
	padding: 5.7rem 6.0rem 2.0rem 8.2rem;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}
.nav .sub:before {
	content: "";
	background: #28395B;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.nav> .sub_all> .list> .item:hover .sub {
	display: block;
}
.nav .sub> .sub_menu {
	column-count: 2;
	margin: 0 0 0 -2.4rem;
}
.nav .sub> .sub_menu> .item {
	page-break-inside: avoid;
	break-inside: avoid;
	margin: 0 0 3.0rem 2.4rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
}
.nav .sub> .sub_menu> .item> .link {
	border-left: 0.4rem solid #52A2E1;
	display: inline-block;
	padding: 0 0 0 1.5rem;
	color: #fff;
	text-decoration: none;
}
.nav .sub_menu_2 {
	margin: 1.7rem 0 0 0;
}
.nav .sub_menu_2 .item {
	margin: 0 0 1.6rem;
	font-size: 1.4rem;
	font-weight: 500;
}
.nav .sub_menu_2 .link {
	color: #9DACC9;
	text-decoration: none;
}
.contacts_header_mobile {
	display: none;
}
.main_page .carousel_1 {
	margin: -13.6rem 0 0;
}
.carousel_1 {
	width: 100vw;
	height: 62.6rem;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	overflow: hidden;
}
.carousel_1 p {
	margin: 0 0 2.1rem;
}
.carousel_1 .arrow {
	min-width: 94.8rem;
	max-width: 120.4rem;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 1.6rem;
	right: 6.0rem;
	z-index: 2;
}
.carousel_1 .arrow_in {
	background: #274682;
	width: 47.5rem;
	height: 6.0rem;
	position: absolute;
	bottom: 0;
	right: 0;
}
.carousel_1 .next, .carousel_1 .prev {
	background: url(../images/carousel_1_next.svg) no-repeat 0 50%;
	display: block;
	width: 7.0rem;
	height: 6.0rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.carousel_1 .prev {
	background: url(../images/carousel_1_prev.svg) no-repeat 100% 50%;
	right: auto;
	left: 0;
}
.carousel_1 .main_list> .item {
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: visibility 1s ease;
	transition: visibility 1s ease;
}
.carousel_1 .main_list> .active {
	visibility: visible;
	z-index: 1;
}
.carousel_1 .link {
	color: #fff;
	text-decoration: none;
}
.carousel_1 .fig {
	width: 100%;
	height: 62.6rem;
	position: relative;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.carousel_1 .fig:before {
	content: "";
	background: rgba(1,1,1,0.23);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.carousel_1 .active .fig {
	opacity: 1;
}
.carousel_1 .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: top;
}
.carousel_1 .fig_mobile {
	display: none;
}
.carousel_1 .text {
	max-width: 120.4rem;
	margin: 0 auto;
	position: absolute;
	top: 25.5rem;
	left: 1.6rem;
	right: 6.0rem;
	z-index: 2;
	-webkit-transition: all 1s ease .5s;
	transition: all 1s ease .5s;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
	opacity: 0;
}
.carousel_1 .active .text {
	opacity: 1;
	-webkit-transform: translate(0, 0%);
	transform: translate(0, 0%);
}
.carousel_1 .title {
	margin: 0 0 4.3rem;
	position: relative;
	font-size: 4.5rem;
	color: #fff;
	line-height: 1.2;
}
.carousel_1 .title .link {
	color: #fff;
	text-decoration: none;
    text-shadow: 5px 5px 7px rgb(47 43 43);
}
.btn_1 {
	background: #52A2E1;
	display: block;
	width: 30.7rem;
	height: 6.0rem;
	position: relative;
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 6.0rem;
	transition: all 0.5s ease 0s;
}
.btn_1:hover {
	background: #274682;
}
.carousel_1 .tabs_block {
	min-width: 94.8rem;
	max-width: 120.4rem;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 1.6rem;
	right: 6.0rem;
	z-index: 3;
}
.carousel_1 .tabs {
	width: 33.5rem;
	position: absolute;
	bottom: 0;
	right: 7.0rem;
	text-align: center;
	counter-reset: carousel1;
}
.carousel_1 .tabs .item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2.1rem;
}
.carousel_1 .tabs .link {
	display: block;
	position: relative;
	font-size: 1.6rem;
	font-weight: 600;
	color: #9DACC9;
	text-decoration: none;
	line-height: 6.0rem;
	text-align: center;
}
.carousel_1 .tabs .link:after {
	counter-increment: carousel1;
	content: counter(carousel1);
	color: #9DACC9;
}
.carousel_1 .tabs .active {
	font-size: 2.4rem;
	color: #fff;
}
.carousel_1 .tabs .active:after {
	color: #fff;
}
/*---------------------- 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 6.0rem 0 1.6rem;
}
.content {
	position: relative;
	padding: 2.8rem 6.0rem 0 1.6rem;
}
.catalog_block .top_block {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 0 3.8rem;
}
.catalog_block .h2 {
	width: calc(50% - 2.8rem);
	margin: 0;
}
.catalog_block .right_block {
	position: relative;
	width: calc(50% - 5.1rem);
	padding: 4.9rem 0 3.3rem 5.1rem;
}
.catalog_block .right_block:before {
	content: "";
	background: #ECF5FC;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.catalog_list {
	margin: 0 0 3.4rem -1.4rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.catalog_list> .item {
	width: calc(34% - 2.4rem);
	margin: 0 0 1.0rem 1.4rem;
	position: relative;
	flex: 1 0 auto;
}
.catalog_list> .item .front {
	background: #F1F5F8 url(../images/catalog_block_bg_small.svg) no-repeat 100% 100%;
	height: calc(100% - 7.4rem);
	padding: 3.7rem 1.3rem 3.7rem 4.0rem;
	position: relative;
	transform: perspective(600px) rotateY(0deg);
	backface-visibility: hidden;
	transition: transform 1.5s linear 0s;
}
.logo_catalog_list{
	width: 18.3rem;
	height: 24.0rem;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 4;

}
.catalog_list .logo_catalog_list:hover ~ .front {
	transform: perspective(600px) rotateY(-180deg);
}
.catalog_list> .item:nth-child(3n+6) .front {
	background: #F1F5F8 url(../images/catalog_block_bg_small.svg) no-repeat 100% 100%;
}

.catalog_list> .item:nth-child(3n+7) .front {
	background: #ECF5FC url(../images/catalog_block_bg_small.svg) no-repeat 100% 100%;
}
.catalog_list> .item:nth-child(3n+8) .front {
	background: #F8F8F8 url(../images/catalog_block_bg_small.svg) no-repeat 100% 100%;
}
.catalog_list> .item:first-child {
	width: calc(50% - 1.4rem);
}
.catalog_list> .item:nth-child(2) {
	width: calc(50% - 1.4rem);
}
.catalog_list> .item:nth-child(3) {
	width: calc(50% - 1.4rem);
}
.catalog_list> .item:nth-child(4) {
	width: calc(50% - 1.4rem);
}
.catalog_list> .item:nth-child(5) {
	width: calc(100% - 1.4rem);
}
.catalog_list> .item:first-child .front {
	background: #F8F8F8 url(../images/catalog_block_bg_middle.svg) no-repeat 100% 100%;
	padding: 3.7rem 17.0rem 3.7rem 4.0rem;
}

.catalog_list> .item:nth-child(2) .front {
	background: #F1F5F8 url(../images/catalog_block_bg_middle.svg) no-repeat 100% 100%;
	padding: 3.7rem 17.0rem 3.7rem 4.0rem;
}
.catalog_list> .item:nth-child(3) .front {
	background: #F1F5F8 url(../images/catalog_block_bg_middle.svg) no-repeat 100% 100%;
	padding: 3.7rem 17.0rem 3.7rem 4.0rem;
}
.catalog_list> .item:nth-child(4) .front {
	background: #ECF5FC url(../images/catalog_block_bg_middle.svg) no-repeat 100% 100%;
	padding: 3.7rem 17.0rem 3.7rem 4.0rem;
}
.catalog_list> .item:first-child .logo_catalog_list{
	
	width: 18.3rem;
	height: 22.1rem;

}
.catalog_list> .item:nth-child(2) .logo_catalog_list{
	
	width: 18.3rem;
	height: 22.1rem;

}
.catalog_list> .item:nth-child(3) .logo_catalog_list{
	
	width: 18.3rem;
	height: 22.1rem;

}
.catalog_list> .item:nth-child(4) .logo_catalog_list{
	
	width: 18.3rem;
	height: 22.1rem;

}
.catalog_list> .item:nth-child(5) .front {
	background: #F8F8F8 url(../images/catalog_block_bg_big.svg) no-repeat 90% 50%;
	padding: 3.7rem 41.6rem 3.7rem 4.0rem;
}
.catalog_list> .item:nth-child(5) .logo_catalog_list{
	
	width: 22.7rem;
	height: 22.5rem;
	margin: -11.2rem 0 0;
	position: absolute;
	top: 50%;
	right: 5.0rem;

}
.catalog_list .title {
	height: 1.8rem;
	margin: 0 0 1.0rem;
	overflow: hidden;
}
.catalog_list .link {
	color: #626874;
	text-decoration: none;
}
.catalog_list .title_2 {
	height: 9.6rem;
	margin: 0 0 1.0rem;
	font-size: 2.0rem;
	font-weight: 600;
	overflow: hidden;
}
.catalog_list .title_2 .link {
	color: #303744;
}
.catalog_list .fractions_block {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 0 0 -0.7rem;
    width: 65%;
}
.catalog_list .fractions {
	margin: 0 0 1.2rem;
}
.catalog_list .fractions_block .item {
	width: calc(34% - 0.9rem);
	margin: 0 0 0.7rem 0.7rem;
}
.catalog_list> .item:nth-child(3) .fractions_block .item {
	width: calc(50% - 0.7rem);
}
.catalog_list> .item:nth-child(4) .fractions_block .item {
	width: calc(50% - 0.7rem);
}
.catalog_list> .item:nth-child(5) .fractions_block .item {
	width: calc(20% - 0.7rem);
}
.catalog_list .fractions_block .link {
	background: #E6EAEE;
	display: inline-block;
	width: calc(100% - 1.8rem);
	padding: 0.9rem;
	color: #303744;
	text-align: center;
}
.catalog_list> .item:nth-child(3n+6) .fractions_block .link {
	background: #E6EAEE;
}
.catalog_list> .item:nth-child(3n+7) .fractions_block .link {
	background: #DFECF6;
}
.catalog_list> .item:nth-child(3n+8) .fractions_block .link {
	background: #EFEFEF;
}
.catalog_list> .item:first-child .fractions_block .link {
	background: #EFEFEF;
}
.catalog_list> .item:nth-child(2) .fractions_block .link {
	background: #E6EAEE;
}
.catalog_list> .item:nth-child(3) .fractions_block .link {
	background: #E6EAEE;
}
.catalog_list> .item:nth-child(4) .fractions_block .link {
	background: #E6EAEE;
}
.catalog_list> .item:nth-child(5) .fractions_block .link {
	background: #E6EAEE;
}
.catalog_list .sub {
	background: #F1F5F8 url(../images/catalog_block_bg_small.svg) no-repeat 100% 100%;
	padding: 3.7rem 9.3rem 3.7rem 1.3rem;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	transform: perspective(600px) rotateY(180deg);
	backface-visibility: hidden;
	transition: transform 1.5s linear 0s;
}
.catalog_list> .item:nth-child(3n+6) .sub {
	background: #F1F5F8 url(../images/catalog_block_bg_small.svg) no-repeat 100% 100%;
}
.catalog_list> .item:nth-child(3n+7) .sub {
	background: #ECF5FC url(../images/catalog_block_bg_small.svg) no-repeat 100% 100%;
}
.catalog_list> .item:nth-child(3n+8) .sub {
	background: #F8F8F8 url(../images/catalog_block_bg_small.svg) no-repeat 100% 100%;
}
.catalog_list> .item:first-child .sub {
	background: #F8F8F8 url(../images/catalog_block_bg_middle.svg) no-repeat 100% 100%;
	padding: 3.7rem 17.0rem 3.7rem 4.0rem;
}
.catalog_list> .item:nth-child(2) .sub {
	background: #F1F5F8 url(../images/catalog_block_bg_middle.svg) no-repeat 100% 100%;
	padding: 3.7rem 17.0rem 3.7rem 4.0rem;
}
.catalog_list> .item:nth-child(3) .sub {
	background: #F1F5F8 url(../images/catalog_block_bg_middle.svg) no-repeat 100% 100%;
	padding: 3.7rem 17.0rem 3.7rem 4.0rem;
}
.catalog_list> .item:nth-child(4) .sub {
	background: #ECF5FC url(../images/catalog_block_bg_middle.svg) no-repeat 100% 100%;
	padding: 3.7rem 17.0rem 3.7rem 4.0rem;
}
.catalog_list> .item:nth-child(5) .sub {
	background: #F8F8F8 url(../images/catalog_block_bg_big.svg) no-repeat 90% 50%;
	padding: 3.7rem 31.6rem 3.7rem 4.0rem;
}
.catalog_list .logo_catalog_list:hover ~ .sub {
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.4;
	transform: perspective(600px) rotateY(0deg);
}
.catalog_list .sub .item {
	display: flex;
	flex-direction: row;
	margin: 0 0 1.9rem;
}
.catalog_list .in {
	width: calc(100% - 9.3rem);
}
.catalog_list .in:first-child {
	width: 8.1rem;
	margin: 0 1.2rem 0 0;
	font-weight: 600;
	color: #303744;
}
.catalog_list> .item:nth-child(5):hover .sub {
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.catalog_list> .item:nth-child(5) .sub .item {
	flex-direction: column;
}
.catalog_list> .item:nth-child(5) .in {
	width: auto;
}
.catalog_list> .item:nth-child(5) .in:first-child {
	width: auto;
	margin: 0 0 0.6rem;
}
.catalog_list .btn_block {
	display: none;
}
.catalog_block> .btn_block {
	position: relative;
}
.catalog_block> .btn_block:before {
	content: "";
	background: #52A2E1;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
	transition: all 0.5s ease 0s;
}
.catalog_block> .btn_block:hover:before {
	background: #274682;
}
.catalog_block .more {
	background: url(../images/catalog_block_more.svg) no-repeat 0 50%;
	display: block;
	height: 8.7rem;
	padding: 0 0 0 5.4rem;
	position: relative;
	font-size: 2.4rem;
	color: #fff;
	text-decoration: none;
	line-height: 8.7rem;
}
.catalog_block .more:after {
	content: "";
	background: url(../images/catalog_block_arrow.svg) no-repeat;
	width: 2.6rem;
    height: 1.8rem;
    margin: -0.7rem 0 0;
	position: absolute;
	top: 50%;
	right: 0;
}
.catalog_block .more:before {
	content: "";
	border-left: 0.2rem solid #fff;
	display: block;
	height: 4.9rem;
	position: absolute;
	top: 1.9rem;
	right: 3.3rem;
}
.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;
}
.production_scheme_block {
	padding: 8.0rem 0 6.3rem;
	position: relative;
}
.production_scheme_block:before {
	content: "";
	background: #ECF5FC;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.production_scheme_block .h3 {
	margin: 0 0 3.7rem;
}
.carousel_4 {
	position: relative;
	margin: -10.7rem 0 0;
	padding: 0 0.2rem 7.0rem 2.8rem;
}
.carousel_4 .splide__arrow {
	opacity: 1;
	border-radius: 0;
}
.carousel_4 .splide__arrow:hover {
	opacity: 1;
}
.carousel_4 .splide__arrow--next {
	background: url(../images/carousel_4_next.svg) no-repeat 100% 50%;
	display: block;
	width: 5.7rem;
	height: 5.7rem;
	position: absolute;
	top: 31.8rem;
	right: 0;
	transform: none;
	z-index: 5;
}
.carousel_4 .splide__arrow--prev {
	background: url(../images/carousel_4_prev.svg) no-repeat 0 50%;
	display: block;
	width: 5.7rem;
	height: 5.7rem;
	position: absolute;
	top: 31.8rem;
	left: 0;
	transform: none;
	z-index: 5;
}
.carousel_4 svg {
	display: none;
}
.carousel_4 .splide__track {
	overflow: hidden;
}
.carousel_4 .splide__slide {
	position: relative;
	font-weight: 600;
	overflow: hidden;
	font-size: 2.4rem;
	font-weight: 600;
	color: #303744;
	line-height: 1.4;
}
.carousel_4 .link {
	display: block;
	padding: 10.7rem 0 0;
	position: relative;
	color: #303744;
	text-decoration: none;
}
.carousel_4 .number {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20.1rem;
	font-weight: bold;
	color: #DDEDF9;
	line-height: 1;
}
.carousel_4 .fig {
	width: calc(100% - 8.4rem);
	height: 31.2rem;
	margin: 0 5.5rem 0 2.9rem;
	position: relative;
	overflow: hidden;
}
.carousel_4 .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	vertical-align: top;
}
.carousel_4 .title {
	margin: 0 0 5.9rem;
}
.carousel_4 .splide__pagination {
	bottom: 0;
}
.carousel_4 .splide__pagination li {
	height: 0.3rem;
	margin: 0 0.7rem;
}
.carousel_4 .splide__pagination__page {
	background: rgba(8,162,225,0.34);
	border-radius: 0;
	height: 0.3rem;
	margin: 0;
	opacity: 1;
	padding: 0;
	transition: none;
	width: 8.1rem;
}
.carousel_4 .splide__pagination__page:hover {
	cursor: pointer;
	opacity: 1;
}
.carousel_4 .splide__pagination__page.is-active {
	background: #52A2E1;
	transform: none;
}
.about_block {
	margin: 0 0 8.9rem;
	padding: 0 50% 0 0;
	position: relative;
}
.about_block .left_block {
	min-height: 58.5rem;
	padding: 10.8rem 0 0 3.2rem;
	margin: 0 4.6rem 0 0;
}
.about_block .h1 {
	margin: 0 0 3.5rem -3.2rem;
}
.about_block .right_block {
	width: 50vw;
	height: 69.3rem;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 50%;
	transform: translate(105%, 0);
}
.carousel_5 {
	position: relative;
}
.carousel_5 .splide__arrow {
	display: none;
}
.carousel_5 .splide__track {
	overflow: hidden;
}
.carousel_5 .splide__slide {
	position: relative;
}
.carousel_5 .fig {
	width: 100%;
	height: 69.3rem;
	position: relative;
	overflow: hidden;
}
.carousel_5 .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	vertical-align: top;
}
.carousel_5 .splide__pagination {
	display: none;
}
.about_block .note {
	background: url(../images/about_block_note.svg) no-repeat;
    min-height: 6.3rem;
    padding: 0.7rem 0 0 7.1rem;
    font-size: 1.8rem;
    font-weight: 600;
    color: #303744;
    line-height: 1.2;
}
.about_block .btn_block {
	position: relative;
	width: 200%;
	margin: 0 -50% 0 0;
}
.about_block .btn_block:before {
	content: "";
	background: #52A2E1;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
	transition: all 0.5s ease 0s;
}
.about_block .btn_block:hover:before {
	background: #274682;
}
.about_block .more {
	background: url(../images/about_block_more.svg) no-repeat 0 2rem;
    display: block;
    height: 8.7rem;
    padding: 0 0 0 6.4rem;
    position: relative;
    font-size: 2.4rem;
    color: #fff;
    text-decoration: none;
    line-height: 8.7rem;
}
.about_block .more:after {
	content: "";
    background: url(../images/catalog_block_arrow.svg) no-repeat;
    width: 2.6rem;
    height: 1.8rem;
    margin: -0.7rem 0 0;
    position: absolute;
    top: 50%;
    right: 0;
}
.about_block .more:before {
	content: "";
	border-left: 0.2rem solid #fff;
	display: block;
	height: 4.9rem;
	position: absolute;
	top: 1.9rem;
	right: 3.3rem;
}
.main_page .advantages_block {
	padding: 0;
}
.main_page .advantages_block:before {
	display: none;
}
.advantages_block {
	padding: 8.9rem 0 0.7rem;
	position: relative;
}
.advantages_block:before {
	content: "";
	background: #ECF5FC;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.advantages_block .h3 {
	margin: 0 0 5.1rem;
}
.advantages_list {
	margin: 0 0 3.5rem -6.7rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.advantages_list .item {
	width: calc(34% - 7.7rem);
	margin: 0 0 6.7rem 6.7rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 600;
	color: #303744;
}
.advantages_list .item:last-child {
	width: calc(67% - 7.7rem);
}
.advantages_list .fig {
	width: 5.3rem;
	height: 5.3rem;
	margin: 0 1.8rem 0 0;
	position: relative;
	overflow: hidden;
	transform: scale(1);
	transition: all 0.5s ease 0s;
}
.advantages_list .item:hover .fig {
	transform: scale(1.1);
}
.advantages_list .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.advantages_list .title {
	width: calc(100% - 7.1rem);
}
.about_us_numbers_block {
	position: relative;
	padding: 7.9rem 0 8.1rem;
}
.about_us_numbers_block:before {
	content: "";
	background: #274682;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.about_us_numbers_list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 0 0 -6.7rem;
}
.about_us_numbers_list .item {
	margin: 0 0 0 6.7rem;
	color: #fff;
	line-height: 1.5;
}
.about_us_numbers_list .title {
	margin: 0 0 0.5rem;
	font-size: 3.3rem;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
}
.about_us_numbers_list .number {
	margin: 0 0 0.8rem;
	font-size: 8.0rem;
	line-height: 1;
}
.send_request_block .top_block {
	position: relative;
	padding: 8.0rem 37% 0.1rem 0;
}
.send_request_block .top_block:before {
	content: "";
	background: #ECF5FC url(../images/pic12.jpg) no-repeat 50% 100%;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -2;
}
.send_request_block .h3 {
	margin: 0 0 3.1rem;
}
.send_request_block .h4 {
	margin: 0 0 4.1rem 3.2rem;
}
.form1 {
	margin: 0 0 5.3rem 3.2rem;
}
.send_request_block .in {
	position: relative;
	margin: 0 0 2.0rem;
}
.send_request_block .field {
	background: #DFECF6;
	border: 0.1rem solid #DFECF6;
}
.h-45 {
	height: 4.5rem;
}
.captcha {
	display: inline-block;
	padding-left: 13.0rem;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.captcha .fig img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.captcha .field {
	border-left: none;
	width: 100%;
}
.captcha .fig {
	background: #fff;
	border: 0.1rem solid #C3C8CC;
	border-right: none;
	width: 13.0rem;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.send_request_block .captcha .fig {
	background: #DFECF6;
	border: 0.1rem solid #DFECF6;
}
.label {
	position: absolute;
	top: 1.5rem;
	right: 2.0rem;
	font-size: 1.2rem;
	font-weight: 600;
	color: #626874;
	line-height: 1;
}
.label .star {
	font-size: 1.8rem;
	font-weight: 600;
	color: #626874;
	vertical-align: top;
}
.button {
	background: #52A2E1;
	border: none;
	width: 27.7rem;
	height: 5.4rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #fff;
	line-height: 5.4rem;
	text-align: center;
	transition: all 0.5s ease 0s;
}
.button:hover {
	background: #274682;
}
.button .text {
	background: url(../images/button_text.svg) no-repeat 100% 50%;
	display: inline-block;
	padding: 0 2.4rem 0 0;
}
.send_request_block .button {
	background: #52A2E1;
	width: 30.7rem;
	height: 6.0rem;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 6.0rem;
}
.send_request_block .button:hover {
	background: #274682;
}
.modal_text {
	margin: 0 0 2.8rem;
	font-size: 1.2rem;
	color: #626874;
}
.modal_text .link {
	color: #626874;
}
.checkbox {
	cursor: pointer;
	background: #fff;
	border: 0.1rem solid #274682;
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	position: relative;
	vertical-align: middle;
}
.checkbox .bg {
	background: #274682 url(../images/checkbox.svg) no-repeat 50% 50%;
	border: 0.1rem solid #274682;
	width: 1.4rem;
	height: 1.4rem;
	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;
}
.label_2 {
	width: 90%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 0.6rem;
	line-height: 1.2;
}
.send_request_block .bottom_block {
	position: relative;
	width: 100%;
	padding: 3.6rem 0 3.8rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.send_request_block .bottom_block:before {
	content: "";
	background: #28395B;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.btn_3 {
	background: #52A2E1;
	border: none;
	display: inline-block;
	width: 36.8rem;
	height: 6.0rem;
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 6.0rem;
	transition: all 0.5s ease 0s;
}
.btn_3:hover {
	background: #375694;
}
.send_request_block .phone .link {
	background: url(../images/send_request_block_phone-call.svg) no-repeat 0 0.3rem;
	display: inline-block;
	padding: 0 0 0 3.3rem;
	font-size: 2.0rem;
	color: #fff;
	text-decoration: none;
}
.send_request_block .mail .link {
	background: url(../images/send_request_block_mail.svg) no-repeat 0 0.8rem;
	display: inline-block;
	padding: 0 0 0 3.0rem;
	font-size: 2.0rem;
	color: #fff;
	text-decoration: none;
}
.contacts_block {
	padding: 0 0 0 50%;
	position: relative;
}
.contacts_block .h3 {
	margin: 0 0 3.7rem -3.2rem;
}
.contacts_block> .fig {
	width: 50vw;
	height: 65.3rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translate(-100%, 0);
}
.contacts_block .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: top;
}
.contacts_block .text {
	height: 52.9rem;
	padding: 12.4rem 0 0 10.3rem;
	position: relative;
	z-index: 2;
}
.contacts_block .text p {
	margin: 0;
}
.phone_contacts_block {
	background: url(../images/contacts_block_phone-call.svg) no-repeat 0 0.9rem;
	margin: 0 0 1.0rem;
	padding: 0 0 0 3.0rem;
	font-size: 1.6rem;
	color: #303744;
}
.phone_contacts_block .link {
	display: block;
	font-size: 2.2rem;
	font-weight: 600;
	color: #303744;
	text-decoration: none;
}
.mail_contacts_block {
	margin: 1.8rem 0 2.4rem;
}
.mail_contacts_block .link {
	background: url(../images/contacts_block_mail.svg) no-repeat 0 0.4rem;
	display: inline-block;
	padding: 0 0 0 2.9rem;
	font-size: 1.6rem;
	color: #303744;
	text-decoration: none;
}
.time_contacts_block {
	background: url(../images/contacts_block_clock.svg) no-repeat 0 0.1rem;
	margin: 0 0 2.4rem;
	padding: 0 0 0 2.9rem;
	font-size: 1.6rem;
	color: #303744;
	line-height: 1.2;
}
.address_contacts_block {
	background: url(../images/contacts_block_pin.svg) no-repeat;
	padding: 0 0 0 2.9rem;
	font-size: 1.6rem;
	color: #303744;
	line-height: 1.2;
}
.crumbs {
	margin: 0 0 3.4rem;
	position: relative;
}
.crumbs:before, .crumbs:after {
	display: none;
}
.crumbs:after {
	clear: both;
}
.crumbs .item {
	background: url(../images/crumbs.png) no-repeat 0.5rem 0;
	display: inline;
	padding: 0 0 0 2.2rem;
	font-size: 1.2rem;
	color: #A6AAB2;
	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: #A6AAB2;
}
.top_block_content {
	margin: 0 0 2.8rem;
	padding: 0 0 0 3.2rem;
}
.top_block_content .h1 {
	margin: 0 0 1.3rem -3.2rem;
}
.carousel_6 {
	position: relative;
	margin: 0 0 3.2rem;
	padding: 0 0 6.9rem;
}
.carousel_6 .splide__arrow {
	border-radius: 0;
	opacity: 1;
}
.carousel_6 .splide__arrow--next {
	background: url(../images/carousel_4_next.svg) no-repeat 100% 50%;
	display: block;
	width: 4.6rem;
	height: 4.6rem;
	position: absolute;
	top: auto;
	bottom: 0;
	right: 1.3rem;
	transform: none;
	z-index: 5;
}
.carousel_6 .splide__arrow--prev {
	background: url(../images/carousel_4_prev.svg) no-repeat 0 50%;
	display: block;
	width: 4.6rem;
	height: 4.6rem;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 1.3rem;
	transform: none;
	z-index: 5;
}
.carousel_6 svg {
	display: none;
}
.carousel_6 .splide__slide {
	position: relative;
	padding: 0 0.9rem;
	font-weight: 600;
	line-height: 1.4;
}
.carousel_6 .splide__slide .box {
	background: #F8F8F8;
	padding: 2.0rem 2.3rem 0;
	text-align: center;
	transition: all 0.5s ease 0s;
}
.carousel_6 .splide__slide:hover .box {
	background: #fff;
	box-shadow: 0 0 1.0rem rgba(0, 0, 0, .16);
}
.carousel_6 .title {
	height: 1.8rem;
	margin: 0 0 1.5rem;
	overflow: hidden;
}
.carousel_6 .title .link {
	display: block;
	font-weight: 600;
	color: #28395B;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.carousel_6 .splide__slide:hover .title .link {
	color: #52A2E1;
}
.carousel_6 .title_2 {
	height: 3.9rem;
	margin: 0 0 2.0rem;
	overflow: hidden;
}
.carousel_6 .title_2 .link {
	display: block;
	color: #303744;
	text-decoration: none;
}
.carousel_6 .fig {
	width: 100%;
	height: 14.6rem;
	margin: 0 0 1.6rem;
	position: relative;
	overflow: hidden;
}
.carousel_6 .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.carousel_6 .splide__pagination {
	display: none;
}
.btn_4 {
	border-top: 0.1rem solid #BEC2CB;
	display: block;
	width: 100%;
	height: 4.4rem;
	color: #303744;
	text-decoration: none;
	line-height: 4.4rem;
	text-align: center;
	transition: all 0.5s ease 0s;
}
.carousel_6 .splide__slide:hover .btn_4 {
	background: #52A2E1;
	border-top: 0.1rem solid #52A2E1;
	width: calc(100% + 4.6rem);
	margin: 0 -2.3rem;
	color: #fff;
}
.btn_4 .text {
	background: url(../images/btn_4.svg) no-repeat 100% 50%;
	display: inline-block;
	padding: 0 1.6rem 0 0;
}
.carousel_6 .splide__slide:hover .btn_4 .text {
	background: url(../images/btn_4_white.svg) no-repeat 100% 50%;
}
.services_list {
	margin: 0 0 0.3rem -1.8rem;
}
.services_list .item {
	background: #F8F8F8;
	position: relative;
	width: calc(25% - 6.4rem);
	margin: 0 0 1.5rem 1.8rem;
	padding: 2.0rem 2.3rem 0;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	transition: all 0.5s ease 0s;
}
.services_list .item:hover {
	background: #fff;
	box-shadow: 0 0 1.0rem rgba(0, 0, 0, .16);
}
.services_list .title {
	height: 1.8rem;
	margin: 0 0 1.5rem;
	overflow: hidden;
}
.services_list .title .link {
	display: block;
	font-weight: 600;
	color: #28395B;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.services_list .item:hover .title .link {
	color: #52A2E1;
}
.services_list .title_2 {
	height: 5.4rem;
	margin: 0 0 2.0rem;
	overflow: hidden;
}
.services_list .title_2 .link {
	display: block;
	color: #303744;
	text-decoration: none;
}
.services_list .fig {
	width: 100%;
	height: 14.6rem;
	margin: 0 0 1.6rem;
	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 .item:hover .btn_4 {
	background: #52A2E1;
	border-top: 0.1rem solid #52A2E1;
	width: calc(100% + 4.6rem);
	margin: 0 -2.3rem;
	color: #fff;
}
.services_list .item:hover .btn_4 .text {
	background: url(../images/btn_4_white.svg) no-repeat 100% 50%;
}
.pages {
	margin-bottom: 2.2rem;
	text-align: center;
}
.pages .item {
	color: #52A2E1;
	text-align: center;
}
.pages .item:first-child {
	margin: 0;
}
.pages .link {
	display: block;
	min-width: 3.2rem;
	height: 4.3rem;
	padding: 0 0.5rem;
	position: relative;
	color: #303744;
	text-decoration: none;
	line-height: 4.3rem;
	transition: all 0.5s ease 0s;
}
.pages .beginning {
	background: url(../images/beginning_pages.svg) no-repeat 50% 50%;
	display: inline-block;
	width: 4.3rem;
	height: 4.3rem;
	margin: 0 1.0rem 0 0;
}
.pages .further {
	background: url(../images/further_pages.svg) no-repeat 50% 50%;
	display: inline-block;
	width: 4.3rem;
	height: 4.3rem;
	margin: 0 0 0 1.0rem;
}
.pages .prev {
	background: url(../images/pages_prev.svg) no-repeat 0 50%;
	display: inline-block;
	width: 3.2rem;
	height: 4.3rem;
}
.pages .next {
	background: url(../images/pages_next.svg) no-repeat 100% 50%;
	display: inline-block;
	width: 3.6rem;
	height: 4.3rem;
}
.pages .dot {
	display: block;
	padding: 1.2rem 1.1rem 0;
	text-decoration: none;
	color: #303744;
}
.pages .item:hover .link, .pages .active {
	min-width: 3.3rem;
	height: 4.3rem;
	padding: 0 0.5rem;
	font-weight: 600;
	color: #52A2E1;
	line-height: 4.3rem;
}
.carousel_7 {
	position: relative;
	margin: 0 0 3.2rem;
	padding: 0 0 6.9rem;
}
.carousel_7 .splide__arrow {
	border-radius: 0;
	opacity: 1;
}
.carousel_7 .splide__arrow--next {
	background: url(../images/carousel_4_next.svg) no-repeat 100% 50%;
	display: block;
	width: 4.6rem;
	height: 4.6rem;
	position: absolute;
	top: auto;
	bottom: 0;
	right: 1.3rem;
	transform: none;
	z-index: 5;
}
.carousel_7 .splide__arrow--prev {
	background: url(../images/carousel_4_prev.svg) no-repeat 0 50%;
	display: block;
	width: 4.6rem;
	height: 4.6rem;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 1.3rem;
	transform: none;
	z-index: 5;
}
.carousel_7 svg {
	display: none;
}
.carousel_7 .splide__slide {
	position: relative;
	padding: 0 0.5rem;
	line-height: 1.2;
}
.carousel_7 .front {
	background: #ECF5FC url(../images/catalog_block_bg_middle.svg) no-repeat 100% 100%;
	height: calc(100% - 7.4rem);
	padding: 3.7rem 11.3rem 3.7rem 4.0rem;
	position: relative;
}
.carousel_7 .splide__slide:nth-child(4n+1) .front {
	background: #ECF5FC url(../images/catalog_block_bg_middle.svg) no-repeat 100% 100%;
}
.carousel_7 .splide__slide:nth-child(4n+2) .front {
	background: #F8F8F8 url(../images/catalog_block_bg_middle.svg) no-repeat 100% 100%;
}
.carousel_7 .splide__slide:nth-child(4n+3) .front {
	background: #F1F5F8 url(../images/catalog_block_bg_middle.svg) no-repeat 100% 100%;
}
.carousel_7 .splide__slide:nth-child(4n+4) .front {
	background: #F1F5F8 url(../images/catalog_block_bg_middle.svg) no-repeat 100% 100%;
}
.carousel_7 .title {
	height: 1.8rem;
	margin: 0 0 1.0rem;
	overflow: hidden;
}
.carousel_7 .link {
	color: #626874;
	text-decoration: none;
}
.carousel_7 .title_2 {
	height: 9.6rem;
	margin: 0 0 1.0rem;
	font-size: 2.0rem;
	font-weight: 600;
	overflow: hidden;
}
.carousel_7 .title_2 .link {
	color: #303744;
}
.carousel_7 .fractions_block {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 0 0 -0.7rem;
}
.carousel_7 .fractions {
	margin: 0 0 1.2rem;
}
.carousel_7 .fractions_block .item {
	margin: 0 0 0.7rem 0.7rem;
}
.carousel_7 .fractions_block .link {
	background: #E6EAEE;
	display: inline-block;
	min-width: 5.7rem;
	padding: 0.9rem;
	color: #303744;
	text-align: center;
}
.carousel_7 .splide__slide:nth-child(3n+6) .fractions_block .link {
	background: #E6EAEE;
}
.carousel_7 .splide__slide:nth-child(3n+7) .fractions_block .link {
	background: #DFECF6;
}
.carousel_7 .splide__slide:nth-child(3n+8) .fractions_block .link {
	background: #EFEFEF;
}
.carousel_7 .splide__pagination {
	display: none;
}
.fig_1 {
	float: left;
	width: 30.9rem;
	height: 26.5rem;
	margin: 0 2.3rem 0 0;
	position: relative;
	overflow: hidden;
}
.fig_1 .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.fractions_1 {
	background: #F8F8F8;
	margin: 0 0 2.0rem;
	padding: 0.7rem 1.4rem 0.9rem;
	font-size: 1.8rem;
	font-weight: 600;
	color: #28395B;
}
.price_block {
	margin: 0 0 3.8rem;
}
.price_block.have_price {
	display: flex;
	flex-direction: row;
	margin: 3.1rem 0 4.7rem;
}
.price_block.have_price .in {
	margin: 0 5.0rem 0 0;
}
.price_block .price {
	margin: 0 0 0.4rem;
	font-size: 2.8rem;
	font-weight: 600;
	color: #28395B;
	line-height: 1;
}
.price_block .in_stock {
	margin: 0 0 1.1rem;
	font-weight: 600;
	color: #52A2E1;
}
.price_block .under_order {
	margin: 0 0 1.1rem;
	font-weight: 600;
	color: #A0A3AA;
}
.price_block.have_price .in_stock {
	margin: 0;
}
.price_block.have_price .under_order {
	margin: 0;
}
.price_block .btn_2 {
	width: 27.7rem;
	height: 5.4rem;
	font-size: 1.6rem;
	line-height: 5.4rem;
}
.box_1 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.box_1 .in {
	border-right: 0.1rem solid #DFD8D8;
	width: calc(25% - 2.1rem);
	margin: 0 2.0rem 0 0;
}
.box_1 .in:first-child {
	width: calc(50% - 1.8rem);
	padding: 0 1.8rem 0 0;
}
.box_1 .in:last-child {
	border-right: none;
	margin: 0;
}
.box_1 .title {
	margin: 0 0 0.5rem;
	font-weight: 600;
	color: #28395B;
}
.box_1 ul {
	margin: 0;
}
.delivery_list {
	margin: 1.2rem 0 0;
}
.delivery_list .item {
	display: flex;
	margin: 0 0 0.8rem;
}
.delivery_list .fig {
	width: 3.1rem;
	height: 2.8rem;
	margin: 0 0.9rem 0 0;
	position: relative;
	overflow: hidden;
}
.delivery_list .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.delivery_list .text {
	width: calc(100% - 4.0rem);
}
.opisanie_list_1 {
	margin: 0 0 2.8rem -1.8rem;
}
.opisanie_list_1 .item {
	width: calc(50% - 1.8rem);
	margin: 0 0 0 1.8rem;
	font-size: 1.8rem;
	font-weight: 600;
}
.opisanie_list_1 .link {
	background: #F8F8F8 url(../images/plus.svg) no-repeat 95% 50%;
	border-left: 0.4rem solid #C2C3C5;
	display: flex;
	align-items: center;
	padding: 1.1rem 0 1.2rem 1.6rem;
	color: #28395B;
	text-decoration: none;
}
.opisanie_list_1 .active {
	background: #ECF5FC;
	border-left: 0.4rem solid #52A2E1;
}
.opisanie_list_1 .link .text {
	display: table-cell;
	vertical-align: middle;
	height: 38px;
	padding: 5px 20px 0;
}
.blue_block_content {
	background: #ECF5FC url(../images/blue_block_content.svg) no-repeat 2.0rem 1.8rem;
	margin: 0 0 2.0rem;
	padding: 1.1rem 0 1.2rem 4.7rem;
	color: #28395B;
}
.note_table {
	margin: 0 0 3.0rem;
	font-style: italic;
}
.vacancy_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 0 0.6rem -2.3rem;
}
.vacancy_list .item {
	background: #F8F8F8;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: calc(50% - 6.9rem);
	margin: 0 0 2.4rem 2.3rem;
	padding: 2.3rem 2.3rem 0;
	transition: all 0.5s ease 0s;
}
.vacancy_list .item:hover {
	background: #fff;
	box-shadow: 0 0 1.0rem rgba(0, 0, 0, .16);
}
.vacancy_list .title {
	height: 3.8rem;
	margin: 0 0 1.2rem;
	overflow: hidden;
}
.vacancy_list .title .link {
	display: block;
	font-weight: 600;
	color: #28395B;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.vacancy_list .item:hover .title .link {
	color: #52A2E1;
}
.vacancy_list .price {
	height: 1.8rem;
	margin: 0 0 2.2rem;
	color: #303744;
	overflow: hidden;
}
.vacancy_list .fig {
	width: 4.2rem;
	height: 3.8rem;
	margin: 0 2.5rem 0 0;
	position: relative;
	overflow: hidden;
}
.vacancy_list .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.vacancy_list .in {
	width: calc(100% - 6.7rem);
}
.vacancy_list .btn_4 {
	height: 4.1rem;
}
.vacancy_list .item:hover .btn_4 {
	background: #52A2E1;
	border-top: 0.1rem solid #52A2E1;
	width: calc(100% + 4.8rem);
	margin: 0 -2.4rem;
	color: #fff;
}
.vacancy_list .item:hover .btn_4 .text {
	background: url(../images/btn_4_white.svg) no-repeat 100% 50%;
}
.contacts_block_2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	padding: 6.8rem 0 6.9rem;
}
.contacts_block_2 .h3 {
	width: 100%;
	margin: 0 0 3.0rem;
}
.contacts_block_2:before {
	content: "";
	background: #ECF5FC;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.contacts_block_2 p {
	margin: 0;
}
.contacts_block_2 .phone_contacts_block_2 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 33%;
	margin: 0 0 3.6rem;
	font-size: 1.6rem;
	color: #303744;
}
.contacts_block_2 .phone_contacts_block_2 .item {
	background: url(../images/header_phone-call_blue.svg) no-repeat 0 0.5rem;
	padding: 0 0 0 3.1rem;
	line-height: 1.4;
}
.contacts_block_2 .phone_contacts_block_2 .link {
	display: block;
	font-size: 2.2rem;
	font-weight: 600;
	color: #303744;
	text-decoration: none;
}
.contacts_block_2 .mail_contacts_block_2 {
	width: 284px;
    color: #303744;
}

.contacts_block_2 .mail_contacts_block_2 .item {
	background: url(../images/header_mail_blue.svg) no-repeat 0 0.1rem;
	padding: 0 0 0 3.1rem;
	line-height: 1.4;
}
.contacts_block_2 .mail_contacts_block_2 .link {
	
	display: inline-block;
	
	font-size: 1.6rem;
    font-weight: 600;
	color: #303744;
	text-decoration: none;
}
.contacts_block_2 .time_contacts_block_2 {
	background: url(../images/header_time_blue.svg) no-repeat 0 0.1rem;
	background-size: 1.8rem 1.8rem;
	width: calc(33% - 2.9rem);
	margin: 0 0 3.6rem;
	padding: 0 0 0 2.9rem;
	font-size: 1.6rem;
	color: #303744;
	line-height: 1.2;
}
.contacts_block_2 .address_contacts_block_2 {
	background: url(../images/address_header_blue.svg) no-repeat 0 0.3rem;
	background-size: 1.7rem 2.1rem;
	width: calc(66% - 2.9rem);
	padding: 0 0 0 2.9rem;
	font-size: 1.6rem;
	color: #303744;
}
.contacts_block_3 {
	height: 44.7rem;
	position: relative;
}
.contacts_block_3 .box {
	width: 100vw;
	height: 44.7rem;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.contacts_block_3 .fig {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.contacts_block_3 iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: top;
}
.planned_income {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 0 3.7rem;
	font-size: 1.8rem;
	font-weight: 600;
	color: #28395B;
}
.planned_income .fig {
	width: 4.2rem;
	height: 3.8rem;
	margin: 0 1.7rem 0 0;
	position: relative;
	overflow: hidden;
}
.planned_income .fig .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.planned_income .title {
	background: #F8F8F8;
	width: calc(100% - 5.9rem);
	padding: 0.7rem 1.4rem 0.9rem;
}
.title_3 {
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0 0 1.3rem;
	color: #28395B;
}
.btn_5 {
	background: #52A2E1;
	display: inline-block;
	width: 27.7rem;
	height: 5.4rem;
	position: relative;
	font-size: 1.6rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 5.4rem;
	transition: all 0.5s ease 0s;
}
.btn_5 .text {
	background: url(../images/btn_2_arrow.svg) no-repeat 100% 50%;
	display: inline-block;
	margin: 0;
	padding: 0 2.0rem 0 0;
}
.btn_5:hover {
	background: #375694;
}
.carousel_8 {
	position: relative;
	margin: 0 0 3.2rem;
	padding: 0 0 6.9rem;
}
.carousel_8 .splide__arrow {
	border-radius: 0;
	opacity: 1;
}
.carousel_8 .splide__arrow--next {
	background: url(../images/carousel_4_next.svg) no-repeat 100% 50%;
	display: block;
	width: 4.6rem;
	height: 4.6rem;
	position: absolute;
	top: auto;
	bottom: 0;
	right: 1.3rem;
	transform: none;
	z-index: 5;
}
.carousel_8 .splide__arrow--prev {
	background: url(../images/carousel_4_prev.svg) no-repeat 0 50%;
	display: block;
	width: 4.6rem;
	height: 4.6rem;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 1.3rem;
	transform: none;
	z-index: 5;
}
.carousel_8 svg {
	display: none;
}
.carousel_8 .splide__slide {
	position: relative;
	padding: 0 1.1rem;
	line-height: 1.2;
}
.carousel_8 .box {
	background: #F8F8F8;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 2.3rem 2.3rem 0;
	transition: all 0.5s ease 0s;
}
.carousel_8 .splide__slide:hover .box {
	background: #fff;
	box-shadow: 0 0 1.0rem rgba(0, 0, 0, .16);
}
.carousel_8 .title {
	height: 3.8rem;
	margin: 0 0 1.2rem;
	overflow: hidden;
}
.carousel_8 .title .link {
	display: block;
	font-weight: 600;
	color: #28395B;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.carousel_8 .splide__slide:hover .title .link {
	color: #52A2E1;
}
.carousel_8 .price {
	height: 1.8rem;
	margin: 0 0 2.2rem;
	color: #303744;
	overflow: hidden;
}
.carousel_8 .fig {
	width: 4.2rem;
	height: 3.8rem;
	margin: 0 2.5rem 0 0;
	position: relative;
	overflow: hidden;
}
.carousel_8 .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.carousel_8 .in {
	width: calc(100% - 6.7rem);
}
.carousel_8 .btn_4 {
	height: 4.1rem;
}
.carousel_8 .splide__slide:hover .btn_4 {
	background: #52A2E1;
	border-top: 0.1rem solid #52A2E1;
	width: calc(100% + 4.8rem);
	margin: 0 -2.4rem;
	color: #fff;
}
.carousel_8 .splide__slide:hover .btn_4 .text {
	background: url(../images/btn_4_white.svg) no-repeat 100% 50%;
}
.carousel_8 .splide__pagination {
	display: none;
}
.fig_2 {
	float: right;
	width: 41.5rem;
	height: 27.4rem;
	margin: 0 0 0 4.1rem;
	position: relative;
	overflow: hidden;
}
.fig_2 .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	vertical-align: top;
}
.quartzite_list {
}
.quartzite_list p {
	margin: 0 0 0.5rem;
}
.quartzite_list .title {
	margin: 0 0 1.6rem;
	font-size: 2.0rem;
	font-weight: 600;
	color: #303744;
}
.quartzite_list .list_1 {
	width: 45.0rem;
	column-count: 3;
}
.quartzite_list .list_3 {
	width: 58.7rem;
}
.quartzite_list .list_1 li {
	background: url(../images/mark.svg) no-repeat 0 0.7rem;
	background-size: 0.6rem 0.6rem;
}
.quartzite_list ul li {
	background: url(../images/mark.svg) no-repeat 0 0.7rem;
	background-size: 0.6rem 0.6rem;
}
.our_goal_block {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 3.2rem 0 6.0rem;
	padding: 2.1rem 0 2.3rem;
	position: relative;
	font-size: 1.8rem;
	font-weight: 600;
	color: #303744;
}
.our_goal_block:before {
	content: "";
	background: #ECF5FC;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.our_goal_block .fig {
	width: 5.1rem;
	height: 5.1rem;
	margin: 0 2.0rem 0 0;
	position: relative;
	overflow: hidden;
}
.our_goal_block .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.our_goal_block .title {
	width: calc(100% - 7.1rem);
}
.product_application_areas {
	margin: 0 0 0 -13.1rem;
}
.product_application_areas .item {
	width: calc(34% - 14.1rem);
	margin: 0 0 6.4rem 13.1rem;
	font-size: 1.8rem;
	font-weight: 600;
	color: #303744;
	text-align: center;
}
.product_application_areas .fig {
	width: 100%;
	height: 6.6rem;
	margin: 0 0 5.4rem;
	position: relative;
	overflow: hidden;
}
.product_application_areas .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.gallery_list {
	margin: 0 0 0 -2.3rem;
}
.gallery_list .item {
	width: calc(34% - 3.3rem);
	margin: 0 0 2.3rem 2.3rem;
}
.gallery_list .fig {
	width: 100%;
	height: 0;
	padding: 0 0 66%;
	position: relative;
	overflow: hidden;
}
.gallery_list .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	vertical-align: top;
}
.gallery_list_2 {
	margin: 0 0 0 -3.5rem;
}
.gallery_list_2 .item {
	width: calc(50% - 3.5rem);
	margin: 0 0 5.3rem 3.5rem;
}
.gallery_list_2 .fig {
	width: 100%;
	height: 0;
	padding: 0 0 66%;
	position: relative;
	overflow: hidden;
}
.gallery_list_2 .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	vertical-align: top;
}
.file {
	background: #fff;
	border: 0.1rem solid #C3C8CC;
	display: inline-block;
	padding: 0 0 0 1.8rem;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}
.file input {
	clip: rect(0,0,0,0);
	position: absolute;
}
.file .value {
	display: block;
	height: 4.3rem;
	overflow: hidden;
	position: relative;
	font-size: 1.4rem;
	font-weight: 500;
	color: #34505A;
	line-height: 4.3rem;
	white-space: nowrap;
	word-break: normal;
	text-overflow: ellipsis;
}
.file .btn {
	background: url(../images/file_btn.svg) no-repeat 50% 50%;
	width: 5.7rem;
	height: 4.5rem;
	position: absolute;
	top: 0;
	right: 0;
}
.file .delete {
	background: url(../images/file_delete.svg) no-repeat 50% 50%;
	width: 5.7rem;
	height: 4.5rem;
	position: absolute;
	top: 0;
	right: 6.0rem;
}
.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: #303744;
	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.8;
}
.modal__content {
	background: #fff;
	padding: 2.4rem;
	position: relative;
}
.modal__content .modal_text {
	display: inline-block;
	width: 60%;
}
.modal__content .h3 {
	background: url(../images/modal__content_logo.svg) no-repeat 50% 0;
	padding: 7.9rem 0 0;
	margin: 0 0 0.8rem;
}
.modal__content .h3:before {
	display: none;
}
.modal_box_form .modal__content {
	background: #ECF5FC;
	width: 86.0rem;
	padding: 3.7rem 5.7rem 3.3rem;
	position: relative;
	text-align: center;
}
.modal_box_form .modal__content .text {
	margin: 0 0 2.9rem;
}
.modal_box_form .modal__content .box {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin: 0 0 1.0rem;
}
.modal_box_form .modal__content .in {
	margin: 0 1.0rem 0 0;
	position: relative;
}
.modal_box_form .modal__content .in:last-child {
	margin: 0;
}
.modal_box_form .modal__content .c-33 {
	width: calc(34% - 1.0rem);
}
.modal_box_form .modal__content .c-66 {
	width: calc(67% - 0.5rem);
}
.box_thanks .modal__content {
	background: #ECF5FC;
	width: 50.3rem;
	padding: 5.5rem 10.5rem 6.9rem 19.7rem;
}
.box_thanks .modal__content .h3 {
	background: url(../images/modal__content_logo.svg) no-repeat;
	min-height: 7.5rem;
	padding: 1.1rem 0 0 10.1rem;
	margin: 0 0 -2.8rem -10.1rem;
}
.modal__close_btn {
	background: url(../images/modal_close.svg) no-repeat 50% 50%;
	width: 5.0rem;
	height: 5.0rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.box_thanks .modal__content .modal__close_btn {
	background: url(../images/file_delete.svg) no-repeat 50% 50%;
}
.modal_box_form .modal__content .modal__close_btn {
	background: url(../images/file_delete.svg) no-repeat 50% 50%;
}
.box_fig .modal__content {
	width: 80vw !important;
	max-width: 140.0rem;
	padding: 0;
}
.box_fig .modal__content img {
	width: 100%;
}
.modal_lightbox__title {
	background: rgba(28,63,94,0.44);
	min-height: 2.0rem;
	padding: 1.5rem 0 1.5rem;
	color: #fff;
	text-align: center;
}
.modal_lightbox__image img {
	vertical-align: top;
}
.modal_lightbox__prev, .modal_lightbox__next {
	cursor: pointer;
	width: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.modal_lightbox__next {
	left: auto;
	right: 0;
}
.modal_lightbox__prev:before, .modal_lightbox__next:before {
	content: "";
	background: rgba(52,80,90,0.60) url(../images/modal_prev.png) no-repeat 50% 50%;
	width: 5.0rem;
	height: 5.0rem;
	margin-top: -2.5rem;
	position: absolute;
	top: 50%;
	left: 0;
}
.modal_lightbox__next:before {
	background: rgba(52,80,90,0.60) url(../images/modal_next.svg) no-repeat 50% 50%;
	left: auto;
	right: 0;
}
/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
	min-width: 102.4rem;
	max-width: 128.0rem;
	height: 62.8rem;
	margin: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.footer:after {
	content: "";
	background: #274682;
	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: 6.8rem 9.2rem;
	width: 6.8rem;
	height: 9.2rem;
	position: absolute;
	top: 4.6rem;
	left: 1.6rem;
}
.logo_footer .link {
	display: block;
	width: 6.8rem;
	height: 9.2rem;
}
.catalog_footer {
	width: 60%;
	position: absolute;
	top: 5.4rem;
	right: 6.0rem;
}
.catalog_footer .title {
	display: none;
}
.catalog_list_footer {
	column-count: 2;
	margin: 0 0 0 -7.2rem;
	position: relative;
	z-index: 1;
}
.catalog_list_footer> .item {
	page-break-inside: avoid;
	break-inside: avoid;
	margin: 0 0 0 7.2rem;
	font-size: 1.8rem;
	color: #fff;
	line-height: 1.3;
}
.catalog_list_footer> .item> .link {
	color: #fff;
	text-decoration: none;
}
.catalog_list_footer .list {
	margin: 1.3rem 0 0;
}
.catalog_list_footer .list .item {
	margin: 0 0 2.4rem;
	font-size: 1.4rem;
	color: #9DACC9;
}
.catalog_list_footer .list .link {
	color: #9DACC9;
	text-decoration: none;
}
.please_contact_footer {
	background: #52A2E1;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 60%;
	height: 6.0rem;
	position: absolute;
	top: 40.6rem;
	right: 6.0rem;
	color: #fff;
}
.please_contact_footer .link {
	background: url(../images/please_contact_footer.svg) no-repeat 1.2rem 0.2rem;
    display: inline-block;
    padding: 0.4rem 0 0 4.5rem;
    height: 2.7rem;
    color: #fff;
    text-decoration: none;
}
.contacts_footer {
	width: 30.7rem;
	position: absolute;
	top: 16.9rem;
	left: 1.6rem;
}
.contacts_footer .title {
	display: none;
}
.phone_contacts_footer {
	background: url(../images/phone_contacts_footer.svg) no-repeat 0 0;
	padding: 0.2rem 0 0 3.1rem;
	margin: 0 0 2.3rem;
	color: #9DACC9;
	line-height: 1.4;
}
.phone_contacts_footer .item {
	margin: 0 0 0.8rem;
}
.phone_contacts_footer .link {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}
.mail_contacts_footer {
	margin: 0 0 1.4rem;
}
.mail_contacts_footer .link {
	background: url(../images/mail_contacts_footer.svg) no-repeat 0 0.1rem;
	display: inline-block;
	padding: 0 0 0 2.9rem;
	color: #fff;
	text-decoration: none;
}
.time_contacts_footer {
	background: url(../images/time_contacts_footer.svg) no-repeat 0 0.2rem;
	margin: 0 0 1.5rem;
	padding: 0.3rem 0 0 2.9rem;
	color: #fff;
	line-height: 1.3;
}
.address_contacts_footer {
	background: url(../images/address_contacts_footer.svg) no-repeat;
	padding: 0.1rem 0 0 2.9rem;
	color: #fff;
	line-height: 1.3;
}
.footer .blue_block {
	padding: 2.6rem 6.0rem 3.0rem 1.6rem;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.footer .blue_block:before {
	content: "";
	background: #28395B;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -1000.0rem;
	left: -1000.0rem;
	z-index: -1;
}
.footer .blue_block .in {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.info_footer {
	background: url(../images/info_footer.svg) no-repeat;
	margin: 0 0 1.7rem;
	padding: 0 0 0 3.1rem;
	color: #9DACC9;
}
.politics_privacies {
	font-size: 1.6rem;
	color: #fff;
}
.politics_privacies .link {
	color: #fff;
}
.company_footer {
	font-size: 1.6rem;
	color: #fff;
}
.send_request_block .bottom_block .in_bottom_block {
	display: flex;
	flex-direction: row;
	width: 53%;
	justify-content: space-between;
}

/*---------------------- 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: 1024px) {
.page_with-small-header .header_top {
	height: 5.0rem;
}
.page_with-small-header.main_page .header_top::before {
	display: block;
}
.page_with-small-header.main_page .logo_header {
	background: url(../images/logo_header_blue.svg) no-repeat;
	background-size: 3.1rem 4.2rem;
	width: 3.1rem;
	height: 4.2rem;
	margin: 0.4rem 0 0 1.6rem;
}
.page_with-small-header.main_page .logo_header .link {
	width: 3.1rem;
	height: 4.2rem;
}
.page_with-small-header .logo_header {
	background: url(../images/logo_header_blue.svg) no-repeat;
	background-size: 3.1rem 4.2rem;
	width: 3.1rem;
	height: 4.2rem;
	margin: 0.4rem 0 0 1.6rem;
}
.page_with-small-header .logo_header .link {
	width: 3.1rem;
	height: 4.2rem;
}
.page_with-small-header .header_top .in {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: calc(100% - 15.8rem);
	margin: 0 6.0rem 0 5.1rem;
}
.page_with-small-header .header_top .into {
	width: calc(100% - 11.2rem);
}
.page_with-small-header .address_header {
	background: url(../images/address_header_blue.svg) no-repeat 0 0.3rem;
	margin: 1.4rem 0 0;
}
.page_with-small-header .address_header .title .link {
	background: url(../images/header_time_title_grey.svg) no-repeat 100% 0.7rem;
	color: #626874;
}
.page_with-small-header .time_header {
	background: url(../images/header_time_blue.svg) no-repeat 0 0.4rem;
	margin: 1.4rem 0 0;
}
.page_with-small-header .time_header .title .link {
	background: url(../images/header_time_title_grey.svg) no-repeat 100% 0.7rem;
	color: #626874;
}
.page_with-small-header .mail_header {
	margin: 1.4rem 0 0;
}
.page_with-small-header .mail_header .link {
	    background: url(../images/header_mail_blue.svg) no-repeat 0 0.5rem;
	color: #626874;
}
.page_with-small-header .phone_header {
	background: url(../images/header_phone-call_blue.svg) no-repeat 0 0.1rem;
	margin: 1.3rem 0 0;
}
.page_with-small-header .phone_header .title .link {
	background: url(../images/header_time_title_grey.svg) no-repeat 100% 0.7rem;
	color: #303744;
}
.page_with-small-header .nav {
	width: 5.0rem;
	height: 5.0rem;
	margin: 0;
	position: absolute;
	top: 0;
	right: 6.0rem;
}
.page_with-small-header .nav::before {
	display: none;
}
.page_with-small-header .nav_active {
	width: 100%;
}
.page_with-small-header .nav_toggle {
	background: url(../images/header_menu.svg) no-repeat 50% 50%;
	border: none;
	display: block;
	width: 5.0rem;
	height: 5.0rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}
.page_with-small-header .nav_active .nav_toggle {
	background: url(../images/header_menu_close.svg) no-repeat 50% 50%;
}
.page_with-small-header .nav> .sub_all {
	display: none;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page_with-small-header .nav_active .sub_all {
	display: block;
}
.page_with-small-header .nav_active .sub_all:before {
	content: "";
	background: #274682;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.page_with-small-header .nav> .sub_all> .list {
	height: 5.0rem;
}
.page_with-small-header .nav> .sub_all> .list> .item> .link {
	height: 4.5rem;
}
.page_with-small-header .nav .sub {
	width: calc(100vw - 12.0rem);
	max-width: 116.0rem;
}
.page_with-small-header .nav .sub:before {
	left: -1000.0rem;
}
}

@media (max-width: 767px) {
.wrapper {
	min-width: auto;
}
.inner {
	min-width: auto;
	max-width: none;
	width: auto;
	margin: 0 !important;
	padding: 0 !important;
}
.declaration_box .in {
	min-width: auto;
	max-width: none;
	margin: 0 auto;
	padding: 0.6rem 3.0rem 0.6rem 0.9rem;
	font-size: 1.2rem;
	font-weight: normal;
	text-align: left;
}
.declaration_box .close {
	width: 3.3rem;
	height: 3.3rem;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.declaration_box .close .link {
	width: 3.3rem;
	height: 3.3rem;
}
.header {
	min-width: auto;
	max-width: none;
	width: 100%;
}
.page_with-small-header .header {
	padding: 0;
}
.main_page .header_top {
	height: 4.0rem;
}
.header_top {
	background: #274682;
	display: block;
	min-width: auto;
	max-width: none;
	width: 100%;
	height: 4.0rem;
	z-index: 101;
}
.header_top::before {
	display: none;
}
.header_top .in {
	width: auto;
	margin: 0;
}
.main_page .logo_header {
	background: url(../images/logo_mobile.svg) no-repeat;
	width: 10.7rem;
	height: 3.0rem;
	margin: 0;
}
.logo_header {
	background: url(../images/logo_mobile.svg) no-repeat;
	width: 10.7rem;
	height: 3.0rem;
	position: absolute;
	top: 0.5rem;
	left: 0.9rem;
	margin: 0;
}
.main_page .logo_header .link {
	width: 10.7rem;
	height: 3.0rem;
}
.logo_header .link {
	width: 10.7rem;
	height: 3.0rem;
}
.main_page .phone_header {
	background: none;
	margin: 0;
}
.phone_header {
	background: none;
	width: 4.0rem;
	height: 4.0rem;
	padding: 0;
	position: absolute;
	top: 0;
	right: 7.3rem;
}
.phone_header .text {
	display: none;
}
.main_page .phone_header .title .link {
	background: url(../images/phone_header_mobile.svg) no-repeat 50% 50%;
	display: block;
	width: 4.0rem;
	height: 4.0rem;
}
.phone_header .title .link {
	background: none;
	width: 4.0rem;
	height: 4.0rem;
	padding: 0;
}
.address_header {
	display: none;
}
.time_header {
	display: none;
}
.mail_header {
	display: none;
}
.main_page .nav {
	height: 4.0rem;
	margin: 0;
}
.nav {
	width: 5.0rem;
	height: 4.0rem;
	margin: 0;
	position: absolute;
	z-index: 21;
	top: 0;
	right: 0;
}
.main_page .nav_active {
	height: auto;
}
.nav_active {
	width: 100vw;
	height: auto;
	top: 0;
	left: 0;
	z-index: 27;
}
.nav:before {
	display: none;
}
.nav .nav_toggle {
	background: #52A2E1 url(../images/header_menu_mobile.svg) no-repeat 50% 50%;
	border: none;
	display: block;
	width: 5.1rem;
	height: 4.0rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}
.nav_active .nav_toggle {
	background: #52A2E1 url(../images/header_menu_close_mobile.svg) no-repeat 50% 50%;
}
.nav .sub_all {
	background: #28395B;
	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_active .sub_all {
	transform: translate(0, 0);
}
.main_page .nav> .sub_all> .list {
	height: 20.0rem;
}
.nav> .sub_all> .list {
	border: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: calc(100% - 3.1rem);
	height: 20.0rem;
	padding: 1.0rem 3.1rem 0 0;
	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(153,178,198,0.55);
 border-radius: 0.3rem;
}
.nav> .sub_all> .list::-webkit-scrollbar-track-piece {
background-color: rgba(153,178,198,0.55);
 border-radius: 0.3rem;
}
.nav> .sub_all> .list::-webkit-scrollbar-thumb {
 background: #F6F5F2;
 border-radius: 0.3rem;
 width: 0.3rem;
 height: 0.3rem;
 margin: 0 0 0 -0.6rem;
}
.nav> .sub_all> .list> .item {
	display: block;
	margin: 0 0 0.5rem;
	position: static;
	font-size: 1.6rem;
	font-weight: 600;
	white-space: inherit;
	text-transform: uppercase;
}
.main_page .nav> .sub_all> .list> .item> .link {
	height: 6.0rem;
}
.nav> .sub_all> .list> .item> .link {
	background: rgba(82,162,225,0.38);
	border: none;
	height: 6.0rem;
	padding: 0 0.9rem;
	justify-content: flex-start;
}
.nav> .sub_all> .list> .item:hover> .link, .nav> .sub_all> .list> .active> .link {
	border: none;
}
.nav .sub {
	background: none;
	display: block;
	max-width: none;
	width: auto;
	padding: 0;
	margin: 1.8rem 0 0 0.9rem;
	position: relative;
	top: 0;
	right: 0;
}
.nav .sub::before {
	display: none;
}
.nav .sub> .sub_menu {
	column-count: auto;
	margin: 0;
}
.nav .sub> .sub_menu> .item {
	page-break-inside: avoid;
	break-inside: avoid;
	margin: 0 0 3.0rem;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4;
	text-transform: none;
}
.nav .sub_menu_2 {
	margin: 1.7rem 0 0 1.8rem;
}
.page_with_nav .contacts_header_mobile {
	background: #274682;
	display: block;
	padding: 2.8rem 0.9rem 2.9rem;
	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;
	margin: 0.1rem 0 1.4rem;
	padding: 0 0 0 3.0rem;
	color: #9DACC9;
}
.page_with_nav .phone_contacts_header_mobile .item {
	margin: 0 0 0.6rem;
}
.page_with_nav .phone_contacts_header_mobile .link {
	display: inline-block;
	margin: 0 0.9rem 0 0;
	color: #fff;
	text-decoration: none;
}
.page_with_nav .mail_contacts_header_mobile {
	margin: 0 0 1.7rem;
}
.page_with_nav .mail_contacts_header_mobile .link {
	background: url(../images/mail_contacts_header_mobile.svg) no-repeat 0 0.2rem;
	display: inline-block;
	padding: 0 0 0 2.9rem;
	color: #fff;
	text-decoration: none;
}
.page_with_nav .time_contacts_header_mobile {
	background: url(../images/time_contacts_header_mobile.svg) no-repeat;
	margin: 0 0 1.6rem;
	padding: 0.1rem 0 0 2.9rem;
	color: #fff;
	line-height: 1.3;
}
.page_with_nav .address_contacts_header_mobile {
	background: url(../images/address_contacts_header_mobile.svg) no-repeat;
	padding: 0.1rem 0 0 2.9rem;
	color: #fff;
	line-height: 1.2;
}
.main_page .carousel_1 {
	margin: 0;
}
.carousel_1 {
	width: 100vw;
	height: 26.8rem;
	margin: 0;
}
.carousel_1 .arrow {
	min-width: auto;
	max-width: none;
	margin: 0;
	left: 0;
	right: 0;
}
.carousel_1 .arrow_in {
	width: 100%;
}
.carousel_1 .next, .carousel_1 .prev {
	background-position: 85% 50%;
	width: 6.0rem;
}
.carousel_1 .prev {
	background-position: 0.9rem 50%;
}
.carousel_1 .fig {
	display: none;
}
.carousel_1 .fig_mobile {
	display: block;
	width: 100%;
	height: 22.8rem;
	position: relative;
	opacity: 0;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.carousel_1 .active .fig_mobile {
	opacity: 1;
}
.carousel_1 .text {
	width: auto;
	max-width: none;
	top: 3.1rem;
	left: 0.9rem;
	right: 0.9rem;
}
.carousel_1 .title {
	font-size: 2.4rem;
}
.carousel_1 .tabs_block {
	min-width: auto;
	max-width: none;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 7.0rem;
	right: 7.0rem;
}
.carousel_1 .tabs {
	width: 100%;
	right: 0;
}
.btn_1 {
	width: 30.2rem;
}
.h1 {
	min-height: 2.2rem;
	padding: 0.4rem 0 0 1.4rem;
	font-size: 1.8rem;
}
.h1:before {
	height: 2.2rem;
	position: absolute;
	top: 0.3rem;
	left: 0;
}
.h2 {
	min-height: 2.2rem;
	padding: 0.4rem 0 0 1.4rem;
	font-size: 1.8rem;
}
.h2:before {
	height: 2.2rem;
	position: absolute;
	top: 0.3rem;
	left: 0;
}
.h3 {
	min-height: 2.2rem;
	padding: 0.4rem 0 0 1.4rem;
	font-size: 1.8rem;
}
.h3:before {
	height: 2.2rem;
	position: absolute;
	top: 0.3rem;
	left: 0;
}
.catalog_block .top_block {
	flex-direction: column;
	align-items: flex-start;
	margin: 0 0 1.0rem;
}
.catalog_block .right_block {
	width: auto;
	margin: 0 -0.9rem;
	padding: 1.3rem 0.9rem 1.4rem 0.9rem;
}
.catalog_block .right_block::before {
	right: 0;
}
.catalog_block .h2 {
	width: auto;
	margin: 0 0 1.1rem;
}
.catalog_list {
	margin: 0;
	flex-direction: column;
}
.catalog_list> .item {
	background: #F1F5F8 url(../images/catalog_block_bg_middle.svg) no-repeat 100% 100%;
	background-size: 11.8rem 14.2rem;
	width: calc(100% - 3.8rem);
	padding: 2.1rem 1.8rem 2.1rem 2.0rem;
	margin: 0 0 1.0rem;
	position: relative;
}
.logo_catalog_list{
	width: 11.8rem;
	height: 14.2rem;

}
.catalog_list> .item:nth-child(5) .logo_catalog_list {
	
	width: 11.8rem;
	height: 14.2rem;
	margin: 0;
	position: absolute;
	top: auto;
	bottom: 0;
	right: 0;
  }
  .catalog_list> .item:first-child .logo_catalog_list {
	
	width: 11.8rem;
	height: 14.2rem;
  }
  .catalog_list> .item:nth-child(2) .logo_catalog_list {
	
	width: 11.8rem;
	height: 14.2rem;
  }
  .catalog_list> .item:nth-child(3) .logo_catalog_list {
	
	width: 11.8rem;
	height: 14.2rem;
  }
  .catalog_list> .item:nth-child(4) .logo_catalog_list {
	
	width: 11.8rem;
	height: 14.2rem;
  }
.catalog_list> .item:first-child {
	width: calc(100% - 3.8rem);
}
.catalog_list> .item:nth-child(2) {
	width: calc(100% - 3.8rem);
}
.catalog_list> .item:nth-child(3) {
	width: calc(100% - 3.8rem);
}
.catalog_list> .item:nth-child(4) {
	width: calc(100% - 3.8rem);
}
.catalog_list> .item:nth-child(5) {
	width: calc(100% - 3.8rem);
}
.catalog_list> .item:first-child .front {
	background: none;
	padding: 0;
	transform: none;
	backface-visibility: inherit;
	transition: none;
}
.catalog_list> .item:first-child .sub {
	display: none;
	padding: 0;
	transform: none;
	backface-visibility: inherit;
	transition: none;
}
.catalog_list .logo_catalog_list:hover ~ .front {
	transform: none;
}
.catalog_list> .item:nth-child(3n+6) .front {
	background: none;
}
.catalog_list> .item:nth-child(3n+7) .front {
	background: none;
}
.catalog_list> .item:nth-child(3n+8) .front {
	background: none;
}
.catalog_list> .item:first-child .front {
	padding: 0;
}
.catalog_list> .item:nth-child(2) .front {
	padding: 0;
}
.catalog_list> .item:nth-child(3) .front {
	padding: 0;
}
.catalog_list> .item:nth-child(4) .front {
	padding: 0;
}
.catalog_list> .item:nth-child(5) .front {
	padding: 0;
}
.catalog_list .title_2 {
	height: 11.0rem;
	font-size: 1.8rem;
}
.catalog_list .sub {
	background: none;
	padding: 0;
	position: relative;
	display: none;
	flex-direction: column;
	justify-content: center;
	line-height: 1.4;
	transform: none;
	backface-visibility: inherit;
	transition: none;
	z-index: 4;
}
.catalog_list .logo_catalog_list:hover ~ .sub {
	display: none;
}
.catalog_list> .item:nth-child(3) .sub {
	padding: 0;
}
.catalog_list> .item:nth-child(4) .sub {
	padding: 0;
}
.catalog_list> .item:nth-child(5) .sub {
	padding: 0;
}
.catalog_list> .item:nth-child(3n+6) .sub {
	background: none;
}
.catalog_list> .item:nth-child(3n+7) .sub {
	background: none;
}
.catalog_list> .item:nth-child(3n+8) .sub {
	background: none;
}
.catalog_list> .item:first-child .sub {
	background: none;
}
.catalog_list> .item:nth-child(2) .sub {
	background: none;
}
.catalog_list> .item:nth-child(3) .sub {
	background: none;
}
.catalog_list> .item:nth-child(4) .sub {
	background: none;
}
.catalog_list> .item:nth-child(5) .sub {
	background: none;
}
.catalog_list> .item:hover .sub {
	transform: none;
}
.catalog_list> .item:nth-child(2) .sub {
	padding: 0;
}
.catalog_list> .item:nth-child(5):hover .sub {
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.catalog_list> .item:nth-child(5) .sub .item {
	flex-direction: row;
}
.catalog_list .fractions_block {
	width: auto;
	margin: 0 0 2.4rem -0.7rem;
}
.catalog_list> .item:nth-child(5) .in:first-child {
	width: 8.1rem;
	margin: 0 1.2rem 0 0;
}
.catalog_list> .item:nth-child(5) .in {
	width: calc(100% - 9.3rem);
}
.catalog_list> .item .front {
	height: auto;
	padding: 0;
	position: relative;
	transform: none;
	backface-visibility: inherit;
	transition: none;
	z-index: 4;
}
.catalog_list .btn_block {
	display: block;
}
.catalog_list .btn_block .open {
	background: url(../images/catalog_list_open.svg) no-repeat 100% 0.5rem;
	display: inline-block;
	padding: 0 1.7rem 0 0;
	color: #303744;
	text-decoration: none;
}
.catalog_list .btn_block .close {
	background: url(../images/catalog_list_close.svg) no-repeat 100% 0.5rem;
	display: none;
	padding: 0 1.7rem 0 0;
	color: #303744;
	text-decoration: none;
}
.catalog_list> .item:nth-child(2) .front {
	background: none;
	padding: 0;
}
.catalog_list> .item:nth-child(3) .front {
	background: none;
	padding: 0;
}
.catalog_list> .item:nth-child(4) .front {
	background: none;
	padding: 0;
}
.catalog_list> .item:nth-child(5) .front {
	background: none;
	padding: 0;
}
.catalog_list> .item:nth-child(5) .fractions_block .item {
	width: calc(34% - 0.9rem);
  }
  
.catalog_block .more {
	height: 6.0rem;
	padding: 0 0 0 3.6rem;
	font-size: 1.8rem;
	line-height: 6.0rem;
	background-size: 2.3rem 2.9rem;
}
.catalog_block .more::after {
	width: 1.1rem;
	height: 0.9rem;
	margin: -0.4rem 0 0;
	background-size: 1.1rem 0.9rem;
}
.catalog_block .more::before {
	height: 3.4rem;
	top: 1.2rem;
	right: 2.8rem;
}
.to-top {
	bottom: 0.9rem;
	right: 0.9rem;
}
.to-top .link {
	background-size: 1.5rem 1.3rem;
	display: block;
	width: 4.1rem;
	height: 4.1rem;
}
.feedback_bubble_send_request {
	top: auto;
	right: auto;
	bottom: 0.9rem;
	left: 0.9rem;
}
.feedback_bubble_send_request .link {
	width: 4.1rem;
	height: 4.1rem;
	right: 0;
}
.feedback_bubble_send_request:hover .link {
	width: 4.1rem;
	padding: 0;
}
.feedback_bubble_send_request .fig {
	width: 4.1rem;
	height: 4.1rem;
}
.feedback_bubble_send_request .img {
	max-width: 50%;
	max-height: 50%;
}
.feedback_bubble_send_request:hover .text {
	display: none;
}
.feedback_bubble_ask_question {
	top: auto;
	right: auto;
	bottom: 0.9rem;
	left: 6.5rem;
}
.feedback_bubble_ask_question .link {
	width: 4.1rem;
	height: 4.1rem;
	right: 0;
}
.feedback_bubble_ask_question:hover .link {
	width: 4.1rem;
	padding: 0;
}
.feedback_bubble_ask_question .fig {
	width: 4.1rem;
	height: 4.1rem;
}
.feedback_bubble_ask_question .img {
	max-width: 50%;
	max-height: 50%;
}
.feedback_bubble_ask_question:hover .text {
	display: none;
}
.feedback_bubble_order_price {
	top: auto;
	right: auto;
	bottom: 0.9rem;
	left: 11.9rem;
}
.feedback_bubble_order_price .link {
	width: 4.1rem;
	height: 4.1rem;
	right: 0;
}
.feedback_bubble_order_price:hover .link {
	width: 4.1rem;
	padding: 0;
}
.feedback_bubble_order_price .fig {
	width: 4.1rem;
	height: 4.1rem;
}
.feedback_bubble_order_price .img {
	max-width: 50%;
	max-height: 50%;
}
.feedback_bubble_order_price:hover .text {
	display: none;
}
.main_page .content {
	padding: 1.5rem 0.9rem 0;
}
.content {
	padding: 1.5rem 0.9rem 0;
}
.production_scheme_block {
	margin: 0 0 3.3rem;
	padding: 2.0rem 0 2.3rem;
}
.carousel_4 {
	margin: -4.4rem 0 0;
	padding: 0 0 2.0rem;
	position: relative;
}
.carousel_4:before {
	content: "";
	background: url(../images/swipe.svg) no-repeat;
	width: 2.3rem;
	height: 2.9rem;
	position: absolute;
	bottom: 2.4rem;
	right: 0.9rem;
	z-index: 3;
}
.carousel_4 .splide__arrows {
	display: none;
}
.carousel_4 .number {
	font-size: 7.7rem;
}
.carousel_4 .splide__slide {
	font-size: 1.6rem;
}
.carousel_4 .link {
	padding: 2.7rem 0 0;
}
.carousel_4 .title {
	margin: 0 0 3.6rem;
}
.carousel_4 .fig {
	width: 100%;
	height: 10.8rem;
	margin: 0;
}
.carousel_4 .splide__pagination li {
	margin: 0 0.2rem;
}
.carousel_4 .splide__pagination__page {
	width: 5.5rem;
}
.about_block {
	margin: 0 0 2.4rem;
	padding: 0;
}
.about_block .left_block {
	min-height: auto;
	padding: 0;
	margin: 0;
}
.about_block .right_block {
	width: calc(100% + 1.8rem);
	height: auto;
	position: relative;
	transform: none;
	margin: 0 -0.9rem;
	right: 0;
}
.carousel_5 .fig {
	width: 100%;
	height: 25.9rem;
}
.about_block .h1 {
	margin: 0 0 1.0rem;
}
.about_block .note {
	background-position: 0 0.7rem;
	margin: 0 0 2.7rem;
	padding: 0.7rem 0 0 6.5rem;
	font-size: 1.6rem;
}
.about_block .btn_block {
	position: relative;
	width: auto;
	margin: 0;
}
.about_block .more {
	height: 6.0rem;
	padding: 0 0 0 3.6rem;
	font-size: 1.8rem;
	line-height: 6.0rem;
	background-size: 2.7rem 2.7rem;
	background-position: 0 1.4rem;
}
.about_block .more::after {
	width: 1.1rem;
	height: 0.9rem;
	margin: -0.4rem 0 0;
	background-size: 1.1rem 0.9rem;
}
.about_block .more::before {
	height: 3.4rem;
	top: 1.2rem;
	right: 2.8rem;
}
.advantages_list {
	margin: 0;
	flex-direction: column;
}
.advantages_list .item {
	width: auto;
	margin: 0 0 2.4rem;
	font-size: 1.6rem;
}
.advantages_list .item:last-child {
	width: auto;
}
.advantages_block .h3 {
	margin: 0 0 2.4rem;
}
.about_us_numbers_block {
	position: relative;
	padding: 3.8rem 0 0;
}
.about_us_numbers_list {
	justify-content: flex-start;
	margin: 0 0 0 -3.0rem;
	padding: 0 0 3.8rem;
	overflow-y: auto;
	position: relative;
}
.about_us_numbers_list:before {
	content: "";
	background: url(../images/swipe_white.svg) no-repeat;
	width: 2.3rem;
	height: 2.9rem;
	position: absolute;
	bottom: 0.9rem;
	right: 0.9rem;
	z-index: 3;
}
.about_us_numbers_list .item {
	margin: 0 0 0 3.0rem;
	white-space: nowrap;
}
.about_us_numbers_list .title {
	font-size: 2.4rem;
}
.about_us_numbers_list .number {
	font-size: 5.0rem;
}
.send_request_block .top_block {
	padding: 2.3rem 0 0.1rem 0;
}
.send_request_block .h4 {
	margin: 0 0 2.4rem 1.6rem;
}
.h4 {
	font-size: 1.6rem;
	font-weight: 500;
}
.h5 {
	font-size: 1.6rem;
	font-weight: 500;
}
.h6 {
	font-size: 1.4rem;
	font-weight: 500;
}
.send_request_block .h3 {
	margin: 0 0 1.3rem;
}
.form1 {
	margin: 0 0 2.3rem;
}
.send_request_block .button {
	width: 100%;
}
.send_request_block .top_block::before {
	background: #ECF5FC;
}
.h4.c-66 {
	width: 80%;
}
.send_request_block .bottom_block {
	padding: 2.7rem 0 1.2rem;
	flex-direction: column;
}
.send_request_block .bottom_block .phone {
	margin: 0 0 2.4rem;
}
.send_request_block .bottom_block .mail {
	margin: 0 0 2.3rem;
}
.btn_3 {
	width: 100%;
}
.contacts_block {
	padding: 0;
	display: flex;
	flex-direction: column;
}
.contacts_block> .fig {
	width: calc(100% + 1.8rem);
	height: 26.3rem;
	position: relative;
	transform: none;
	margin: 0 -0.9rem;
	left: 0;
	order: 2;
}
.contacts_block .text {
	height: auto;
	padding: 2.4rem 0 2.0rem;
	order: 1;
}
.contacts_block .h3 {
	margin: 0 0 2.8rem;
}
.phone_contacts_block .link {
	font-size: 1.8rem;
}
.phone_contacts_block {
	font-size: 1.4rem;
}
.mail_contacts_block .link {
	font-size: 1.4rem;
}
.time_contacts_block {
	font-size: 1.4rem;
}
.address_contacts_block {
	font-size: 1.4rem;
}
.footer {
	min-width: auto;
	max-width: none;
	height: auto;
	margin: auto;
	position: relative;
	padding: 0.8rem 0.9rem 0;
}
.logo_footer {
	margin: 0 auto 1.5rem;
	position: relative;
	top: 0;
	left: 0;
}
.catalog_footer {
	width: auto;
	position: relative;
	top: 0;
	right: 0;
}
.catalog_footer .title {
	display: block;
}
.catalog_footer .title .link {
	background: url(../images/products_footer.svg) no-repeat 100% 50%;
	border-top: 0.1rem solid rgba(153,178,198,0.50);
	display: block;
	height: 6.0rem;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 6.0rem;
	text-decoration: none;
}
.catalog_list_footer {
	display: none;
}
.contacts_footer {
	width: auto;
	position: relative;
	top: 0;
	left: 0;
}
.contacts_footer .title {
	display: block;
}
.contacts_footer .title .link {
	background: url(../images/products_footer.svg) no-repeat 100% 50%;
	border-top: 0.1rem solid rgba(153,178,198,0.50);
	display: block;
	height: 6.0rem;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 6.0rem;
	text-decoration: none;
}
.contacts_footer .sub {
	display: none;
	padding: 0 0 2.0rem;
}
.please_contact_footer {
	flex-direction: column;
	align-items: flex-start;
	width: auto;
	height: auto;
	position: relative;
	top: 0;
	right: 0;
	margin: 0 -0.9rem;
	padding: 1.6rem 3.0rem;
}
.please_contact_footer .link {
	background: url(../images/please_contact_footer.svg) no-repeat 0 0.2rem;
	margin: 1.4rem 0 0;
	padding: 0 0 0 3.3rem;
}
.footer .blue_block {
	position: relative;
	padding: 2.6rem 0 8.0rem;
}
.footer .blue_block .in {
	flex-direction: column;
	align-items: center;
}
.company_footer {
	margin: 0 0 1.3rem;
}
.catalog_list_footer {
	column-count: auto;
	margin: 0;
}
.catalog_list_footer> .item {
	margin: 0;
	font-size: 1.4rem;
}
.catalog_list_footer> .item> .link {
	border-left: 0.4rem solid #52A2E1;
	display: inline-block;
	padding: 0 0 0 1.6rem;
}
.catalog_list_footer .list {
	margin: 2.2rem 0 0 2.0rem;
}
.catalog_list_footer .list .item {
	line-height: 1.3;
}
.cookie {
	right: 0.9rem;
	left: 0.9rem;
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: center;
}
.cookie .box {
	height: auto;
	padding: 1.3rem 0 0.7rem;
	flex-direction: column;
}
.cookie .text {
	margin: 0 0 1.4rem;
}
.cookie .btn_2 {
	width: 100%;
}
.phone_header .sub {
	margin: 0 0 0 -17.7rem;
}
.phone_header .sub::before {
	margin: 0 0 0 3.7rem;
}
.crumbs {
	margin: 0 0 1.4rem;
}
.top_block_content {
	margin: 0 0 1.8rem;
	padding: 0 0 0 1.7rem;
}
.top_block_content .h1 {
	margin: 0 0 1.3rem -1.7rem;
}
.services_list {
	margin: 0 0 0.3rem;
}
.services_list .item {
	width: calc(100% - 4.6rem);
	margin: 0 0 1.5rem;
}
.carousel_7 .front {
	background: #ECF5FC url(../images/catalog_block_bg_middle.svg) no-repeat 100% 100%;
	background-size: 11.8rem 14.2rem;
	height: calc(100% - 4.2rem);
	padding: 2.1rem 1.8rem 2.1rem 2.0rem;
}
.advantages_block {
	padding: 2.9rem 0 0.7rem;
}
.fig_1 {
	float: none;
	width: 100%;
	height: 26.5rem;
	margin: 0 0 1.0rem;
}
.price_block .btn_2 {
	width: 100%;
}
.box_1 {
	flex-direction: column;
}
.box_1 .in {
	border-bottom: 0.1rem solid #DFD8D8;
	width: auto;
	margin: 0 0 2.0rem;
}
.box_1 .in:first-child {
	width: auto;
	padding: 0;
}
.opisanie_list_1 {
	margin: 0 0 1.8rem -0.8rem;
}
.opisanie_list_1 .item {
	width: calc(50% - 0.8rem);
	margin: 0 0 0 0.8rem;
	font-size: 1.4rem;
}
.vacancy_list {
	flex-direction: column;
	margin: 0 0 0.6rem;
}
.vacancy_list .item {
	width: auto;
	margin: 0 0 2.4rem;
}
.contacts_block_2 {
	flex-direction: column;
	padding: 2.8rem 0.9rem 2.9rem 0;
}
.contacts_block_2 .phone_contacts_block_2 {
	width: auto;
	margin: 0 0 1.6rem;
	font-size: 1.4rem;
}
.contacts_block_2 .phone_contacts_block_2 .link {
	font-size: 1.8rem;
}
.contacts_block_2 .time_contacts_block_2 {
	width: auto;
	margin: 0 0 1.6rem;
	font-size: 1.4rem;
}
.contacts_block_2 .mail_contacts_block_2 {
	width: auto;
	margin: 0 0 1.6rem;
}
.contacts_block_2 .mail_contacts_block_2 .link {
	background: url(../images/header_mail_blue.svg) no-repeat 0 0.2rem;
	font-size: 1.4rem;
}
.contacts_block_2 .address_contacts_block_2 {
	background: url(../images/address_header_blue.svg) no-repeat;
	width: auto;
	font-size: 1.4rem;
	line-height: 1.4;
}
.contacts_block_3 {
	height: 30.7rem;
}
.contacts_block_3 .box {
	height: 30.7rem;
}
.planned_income {
	font-size: 1.6rem;
}
.btn_5 {
	width: 100%;
}
.fig_2 {
	float: none;
	width: 100%;
	height: 20.4rem;
	margin: 0 0 2.0rem;
}
.mb-40 {
	margin-bottom: 0 !important;
}
.quartzite_list .title {
	font-size: 1.6rem;
}
.our_goal_block {
	margin: 0 0 2.0rem;
	font-size: 1.4rem;
}
.product_application_areas {
	margin: 0;
}
.product_application_areas .item {
	width: 100%;
	margin: 0 0 2.4rem;
	font-size: 1.6rem;
}
.product_application_areas .fig {
	margin: 0 0 1.4rem;
}
.gallery_list {
	margin: 0 0 0 -1.3rem;
	text-align: center;
}
.gallery_list .item {
	width: calc(50% - 1.3rem);
	margin: 0 0 1.3rem 1.3rem;
}
.gallery_list_2 {
	margin: 0 0 0 -1.3rem;
	text-align: center;
}
.gallery_list_2 .item {
	width: calc(50% - 1.3rem);
	margin: 0 0 1.3rem 1.3rem;
}
.send_request_block .bottom_block .in_bottom_block {
	flex-direction: column;
	width: auto;
	align-items: center;
}
.modal_box_form .modal__content {
	width: auto;
	padding: 1.7rem;
}
.modal_box_form .modal__content .box {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0;
}
.modal_box_form .modal__content .in {
	margin: 0 0 1.0rem;
}
.modal_box_form .modal__content .c-66 {
	width: auto;
}
.h-45 {
	height: 8.0rem;
}
.modal_box_form .modal__content .c-33 {
	width: auto;
}
.modal__content .modal_text {
	width: auto;
	text-align: left;
}
.file {
	margin: 1.0rem 0 0;
}
.box_thanks .modal__content {
	width: auto;
	padding: 2.5rem 1.5rem 2.9rem 9.7rem;
}
.box_thanks .modal__content .h3 {
	background-position: 1.0rem 0;
}
}

@media (min-width: 768px) and (max-width: 1023px) {
.wrapper {
	min-width: auto;
}
.inner {
	min-width: auto;
	max-width: none;
	width: auto;
	margin: 0 !important;
	padding: 0 !important;
}
.declaration_box .in {
	min-width: auto;
	max-width: none;
	margin: 0 auto;
	padding: 0.6rem 3.0rem 0.6rem 0.9rem;
	font-size: 1.2rem;
	font-weight: normal;
	text-align: left;
}
.declaration_box .close {
	width: 3.3rem;
	height: 3.3rem;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.declaration_box .close .link {
	width: 3.3rem;
	height: 3.3rem;
}
.header {
	min-width: auto;
	max-width: none;
	width: 100%;
}
.page_with-small-header .header {
	padding: 0;
}
.main_page .header_top {
	height: 4.0rem;
}
.header_top {
	background: #274682;
	display: block;
	min-width: auto;
	max-width: none;
	width: 100%;
	height: 4.0rem;
	z-index: 101;
}
.header_top::before {
	display: none;
}
.header_top .in {
	width: auto;
	margin: 0;
}
.main_page .logo_header {
	background: url(../images/logo_mobile.svg) no-repeat;
	width: 10.7rem;
	height: 3.0rem;
	margin: 0;
}
.logo_header {
	background: url(../images/logo_mobile.svg) no-repeat;
	width: 10.7rem;
	height: 3.0rem;
	position: absolute;
	top: 0.5rem;
	left: 1.6rem;
	margin: 0;
}
.main_page .logo_header .link {
	width: 10.7rem;
	height: 3.0rem;
}
.logo_header .link {
	width: 10.7rem;
	height: 3.0rem;
}
.main_page .phone_header {
	background: none;
	margin: 0;
}
.phone_header {
	background: none;
	width: 4.0rem;
	height: 4.0rem;
	padding: 0;
	position: absolute;
	top: 0;
	right: 7.3rem;
}
.phone_header .text {
	display: none;
}
.main_page .phone_header .title .link {
	background: url(../images/phone_header_mobile.svg) no-repeat 50% 50%;
	display: block;
	width: 4.0rem;
	height: 4.0rem;
}
.phone_header .title .link {
	background: none;
	width: 4.0rem;
	height: 4.0rem;
	padding: 0;
}
.address_header {
	display: none;
}
.time_header {
	display: none;
}
.mail_header {
	display: none;
}
.main_page .nav {
	height: 4.0rem;
	margin: 0;
}
.nav {
	width: 5.0rem;
	height: 4.0rem;
	margin: 0;
	position: absolute;
	z-index: 21;
	top: 0;
	right: 0;
}
.main_page .nav_active {
	height: auto;
}
.nav_active {
	width: 100vw;
	height: auto;
	top: 0;
	left: 0;
	z-index: 27;
}
.nav:before {
	display: none;
}
.nav .nav_toggle {
	background: #52A2E1 url(../images/header_menu_mobile.svg) no-repeat 50% 50%;
	border: none;
	display: block;
	width: 5.1rem;
	height: 4.0rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}
.nav_active .nav_toggle {
	background: #52A2E1 url(../images/header_menu_close_mobile.svg) no-repeat 50% 50%;
}
.nav .sub_all {
	background: #28395B;
	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);
}
.main_page .nav> .sub_all> .list {
	height: 20.0rem;
}
.nav> .sub_all> .list {
	border: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: calc(100% - 3.1rem);
	height: 20.0rem;
	padding: 1.5rem 1.6rem 0;
	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(153,178,198,0.55);
 border-radius: 0.3rem;
}
.nav> .sub_all> .list::-webkit-scrollbar-track-piece {
background-color: rgba(153,178,198,0.55);
 border-radius: 0.3rem;
}
.nav> .sub_all> .list::-webkit-scrollbar-thumb {
 background: #F6F5F2;
 border-radius: 0.3rem;
 width: 0.3rem;
 height: 0.3rem;
 margin: 0 0 0 -0.6rem;
}
.nav> .sub_all> .list> .item {
	display: block;
	margin: 0 0 0.9rem;
	position: static;
	font-size: 1.6rem;
	font-weight: 600;
	white-space: inherit;
	text-transform: uppercase;
}
.main_page .nav> .sub_all> .list> .item> .link {
	height: 5.0rem;
}
.nav> .sub_all> .list> .item> .link {
	background: rgba(82,162,225,0.38);
	border: none;
	height: 5.0rem;
	padding: 0 0.9rem;
}
.nav> .sub_all> .list> .item:hover> .link, .nav> .sub_all> .list> .active> .link {
	border: none;
}
.nav .sub {
	background: none;
	display: block;
	max-width: none;
	width: auto;
	padding: 0;
	margin: 1.8rem 0 0 0.9rem;
	position: relative;
	top: 0;
	right: 0;
}
.nav .sub::before {
	display: none;
}
.nav .sub> .sub_menu> .item {
	text-transform: none;
}
.page_with_nav .contacts_header_mobile {
	background: #274682;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 2.8rem 0.9rem 2.9rem;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 101;
}
.page_with_nav .contacts_header_mobile .in {
	width: 50%;
}
.page_with_nav .phone_contacts_header_mobile {
	background: url(../images/phone_contacts_header_mobile.svg) no-repeat;
	margin: 0.1rem 0 1.4rem;
	padding: 0 0 0 3.0rem;
	color: #9DACC9;
}
.page_with_nav .phone_contacts_header_mobile .item {
	margin: 0 0 0.6rem;
}
.page_with_nav .phone_contacts_header_mobile .link {
	display: inline-block;
	margin: 0 0.9rem 0 0;
	color: #fff;
	text-decoration: none;
}
.page_with_nav .mail_contacts_header_mobile {
	margin: 0 0 1.7rem;
}
.page_with_nav .mail_contacts_header_mobile .link {
	background: url(../images/mail_contacts_header_mobile.svg) no-repeat 0 0.2rem;
	display: inline-block;
	padding: 0 0 0 2.9rem;
	color: #fff;
	text-decoration: none;
}
.page_with_nav .time_contacts_header_mobile {
	background: url(../images/time_contacts_header_mobile.svg) no-repeat;
	margin: 0 0 1.6rem;
	padding: 0.1rem 0 0 2.9rem;
	color: #fff;
	line-height: 1.3;
}
.page_with_nav .address_contacts_header_mobile {
	background: url(../images/address_contacts_header_mobile.svg) no-repeat;
	padding: 0.1rem 0 0 2.9rem;
	color: #fff;
	line-height: 1.2;
}
.main_page .carousel_1 {
	margin: 0;
}
.carousel_1 {
	height: 31.0rem;
}
.carousel_1 .arrow {
	min-width: auto;
	max-width: none;
	margin: 0;
	left: 0;
	right: 0;
}
.carousel_1 .arrow_in {
	width: 38.0rem;
}
.carousel_1 .fig {
	height: 31.0rem;
}
.carousel_1 .text {
	width: auto;
	max-width: none;
	top: 7.0rem;
	left: 1.6rem;
	right: 1.6rem;
}
.carousel_1 .title {
	margin: 0 0 2.7rem;
	font-size: 3.5rem;
}
.carousel_1 .tabs_block {
	min-width: auto;
	max-width: none;
	margin: 0;
	left: 0.9rem;
	right: 0.9rem;
}
.carousel_1 .tabs {
	width: 24.0rem;
	right: 6.0rem;
}
.h1 {
	min-height: 2.8rem;
	padding: 0.6rem 0 0 1.9rem;
	font-size: 2.4rem;
}
.h1:before {
	height: 3.4rem;
	position: absolute;
	top: 0.3rem;
	left: 0;
}
.h2 {
	min-height: 2.8rem;
	padding: 0.6rem 0 0 1.9rem;
	font-size: 2.4rem;
}
.h2:before {
	height: 3.4rem;
	position: absolute;
	top: 0.3rem;
	left: 0;
}
.h3 {
	min-height: 2.8rem;
	padding: 0.6rem 0 0 1.9rem;
	font-size: 2.4rem;
}
.h3:before {
	height: 3.4rem;
	position: absolute;
	top: 0.3rem;
	left: 0;
}
.catalog_block .top_block {
	margin: 0 0 2.6rem;
}
.catalog_block .h2 {
	width: calc(50% - 1.9rem);
}
.catalog_block .right_block {
	width: calc(50% - 1.6rem);
	padding: 1.2rem 0 1.5rem 1.6rem;
	line-height: 1.4;
}
.main_page .content {
	padding: 0 1.6rem 0 1.6rem;
}
.content {
	position: relative;
	padding: 2.8rem 1.6rem 0 1.6rem;
}
.catalog_list {
	margin: 0 0 1.2rem -0.9rem;
}
.catalog_list> .item {
	width: calc(34% - 1.6rem);
	margin: 0 0 0.8rem 0.9rem;
}
.catalog_list> .item:first-child {
	width: calc(50% - 0.9rem);
}
.catalog_list> .item:nth-child(2) {
	width: calc(50% - 0.9rem);
}
.catalog_list> .item:nth-child(3) {
	width: calc(50% - 0.9rem);
}
.catalog_list> .item:nth-child(4) {
	width: calc(50% - 0.9rem);
}
.catalog_list> .item:nth-child(5) {
	width: calc(100% - 0.9rem);
}
.catalog_list .title_2 {
	height: 9.6rem;
	font-size: 1.6rem;
}
.catalog_list> .item .front {
	background: #F1F5F8 url(../images/catalog_block_bg_small.svg) no-repeat 100% 100%;
	height: calc(100% - 7.4rem);
	padding: 3.7rem 1.3rem 3.7rem 2.0rem;
}
.logo_catalog_list{
	width: 18.3rem;
	height: 24.0rem;

}
.catalog_list .sub {
	padding: 3.7rem 1.3rem 3.7rem 1.3rem;
}
.catalog_list> .item:first-child .front {
	padding: 3.7rem 7.4rem 3.7rem 2.0rem;
}
.catalog_list> .item:first-child .sub {
	padding: 3.7rem 7.4rem 3.7rem 2.0rem;
}
.catalog_list> .item:nth-child(2) .front {
	padding: 3.7rem 7.4rem 3.7rem 2.0rem;
}
.catalog_list> .item:nth-child(2) .sub {
	padding: 3.7rem 7.4rem 3.7rem 2.0rem;
}
.catalog_list> .item:nth-child(3) .front {
	padding: 3.7rem 7.4rem 3.7rem 2.0rem;
}
.catalog_list> .item:nth-child(3) .sub {
	padding: 3.7rem 7.4rem 3.7rem 2.0rem;
}
.catalog_list> .item:nth-child(4) .front {
	padding: 3.7rem 7.4rem 3.7rem 2.0rem;
}
.catalog_list> .item:nth-child(4) .sub {
	padding: 3.7rem 7.4rem 3.7rem 2.0rem;
}
.catalog_list> .item:nth-child(5) .front {
	padding: 3.7rem 23.9rem 3.7rem 2.0rem;
}
.catalog_list> .item:nth-child(5) .sub {
	padding: 3.7rem 23.9rem 3.7rem 2.0rem;
}
.catalog_list> .item:nth-child(5) .sub .item {
	margin: 0 0 0 1.0rem;
  }
  .catalog_list .fractions_block {
	width: auto;
  }
.catalog_block .more {
	background-size: 2.4rem 3.1rem;
	height: 6.0rem;
	padding: 0 0 0 3.4rem;
	font-size: 1.8rem;
	line-height: 6.0rem;
}
.catalog_block .more::before {
	height: 3.4rem;
	top: 1.2rem;
	right: 2.0rem;
}
.catalog_block .more::after {
	width: 1.0rem;
	height: 0.9rem;
	margin: -0.4rem 0 0;
	background-size: 1.0rem 0.9rem;
}
.production_scheme_block {
	padding: 3.4rem 0 3.7rem;
}
.carousel_4 {
	margin: -8.3rem 0 0;
	padding: 0 0.2rem 3.9rem 2.0rem;
}
.carousel_4 .splide__arrow--prev {
	top: 32.8rem;
	width: 2.7rem;
}
.carousel_4 .splide__arrow--next {
	top: 32.8rem;
	width: 2.7rem;
}
.carousel_4 .splide__slide {
	font-size: 1.8rem;
}
.carousel_4 .number {
	font-size: 15.1rem;
}
.carousel_4 .fig {
	width: calc(100% - 3.5rem);
	height: 33.6rem;
	margin: 0 2.5rem 0 1.0rem;
}
.h6 {
	font-size: 1.7rem;
}
.about_block {
	margin: 0 0 3.5rem;
}
.about_block .note {
	min-height: 3.7rem;
	padding: 0.3rem 0 0 5.1rem;
	font-size: 1.6rem;
	background-size: 4.1rem 4.0rem;
}
.carousel_5 .fig {
	height: 58.2rem;
}
.about_block .left_block {
	min-height: 54.8rem;
	padding: 3.4rem 0 0 2.2rem;
	margin: 0;
}
.about_block .h1 {
	margin: 0 0 2.2rem -2.2rem;
}
.about_block .more {
	background-position: 0 1.3rem;
	background-size: 2.9rem 2.8rem;
	height: 6.0rem;
	padding: 0 0 0 3.8rem;
	font-size: 1.8rem;
	line-height: 6.0rem;
}
.about_block .more::before {
	height: 3.4rem;
	top: 1.2rem;
	right: 2.0rem;
}
.about_block .more::after {
	width: 1.0rem;
	height: 0.9rem;
	margin: -0.4rem 0 0;
	background-size: 1.0rem 0.9rem;
}
.advantages_block .h3 {
	margin: 0 0 3.1rem;
}
.advantages_list {
	margin: 0 0 1.5rem -2.7rem;
}
.advantages_list .item {
	width: calc(34% - 3.7rem);
	margin: 0 0 3.7rem 2.7rem;
	font-size: 1.6rem;
}
.advantages_list .fig {
	margin: 0 1.0rem 0 0;
}
.advantages_list .title {
	width: calc(100% - 6.3rem);
}
.about_us_numbers_list {
	margin: 0 0 0 -3.7rem;
}
.about_us_numbers_list .item {
	margin: 0 0 0 3.7rem;
}
.about_us_numbers_list .title {
	margin: 0 0 1.0rem;
	font-size: 2.5rem;
}
.about_us_numbers_list .number {
	margin: 0 0 1.2rem;
	font-size: 5.0rem;
}
.about_us_numbers_block {
	padding: 4.2rem 0 4.3rem;
}
.send_request_block .h4 {
	margin: 0 0 2.3rem 2.2rem;
}
.h4 {
	font-size: 1.7rem;
}
.form1 {
	margin: 0 0 3.3rem 2.2rem;
}
.send_request_block .top_block {
	padding: 3.1rem 41% 0.1rem 0;
}
.send_request_block .bottom_block .in_bottom_block {
	flex-direction: column;
	width: auto;
}
.send_request_block .bottom_block .phone {
	margin: 0 0 1.2rem;
}
.contacts_block> .fig {
	height: 48.4rem;
}
.contacts_block .text {
	height: 45.3rem;
	padding: 3.1rem 0 0 7.9rem;
}
.footer {
	min-width: auto;
	max-width: none;
	height: auto;
	margin: auto;
	position: relative;
	padding: 4.2rem 1.6rem 0;
}
.logo_footer {
	margin: 0 4.4rem 1.5rem 0;
	position: relative;
	top: 0;
	left: 0;
	float: left;
}
.catalog_footer {
	width: auto;
	position: relative;
	top: 0;
	right: 0;
	overflow: hidden;
}
.catalog_footer .title {
	display: block;
}
.catalog_footer .title .link {
	background: url(../images/products_footer.svg) no-repeat 100% 50%;
	border-top: 0.1rem solid rgba(153,178,198,0.50);
	display: block;
	height: 6.0rem;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 6.0rem;
	text-decoration: none;
}
.catalog_list_footer {
	display: none;
}
.contacts_footer {
	width: auto;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
}
.contacts_footer .title {
	display: block;
}
.contacts_footer .title .link {
	background: url(../images/products_footer.svg) no-repeat 100% 50%;
	border-top: 0.1rem solid rgba(153,178,198,0.50);
	display: block;
	height: 6.0rem;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 6.0rem;
	text-decoration: none;
}
.contacts_footer .sub {
	display: none;
	padding: 0 0 2.0rem;
}
.contacts_footer.active .sub {
	display: flex !important;
	flex-direction: row;
	justify-content: space-between;
}
.contacts_footer .sub .in {
	width: 50%;
}
.please_contact_footer {
	position: relative;
	top: 0;
	right: 0;
	width: auto;
	height: 5.0rem;
	margin: 0 -1.6rem;
}
.footer .blue_block {
	position: relative;
	padding: 2.6rem 0 6.0rem;
}
.cookie {
	right: 0.9rem;
	left: 0.9rem;
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: center;
}
.cookie .box {
	height: auto;
	padding: 1.3rem 0 0.7rem;
	flex-direction: column;
}
.cookie .text {
	margin: 0 0 1.4rem;
}
.cookie .btn_2 {
	width: 100%;
}
.phone_header .sub {
	margin: 0 0 0 -17.7rem;
}
.phone_header .sub::before {
	margin: 0 0 0 3.7rem;
}
.contacts_block .h3 {
	margin: 0 0 2.7rem -2.2rem;
}
.to-top {
	bottom: 0.9rem;
	right: 1.6rem;
}
.to-top .link {
	background-size: 1.5rem 1.3rem;
	display: block;
	width: 4.1rem;
	height: 4.1rem;
}
.feedback_bubble_send_request {
	top: auto;
	right: auto;
	bottom: 0.9rem;
	left: 1.6rem;
}
.feedback_bubble_send_request .link {
	width: 4.1rem;
	height: 4.1rem;
	right: 0;
}
.feedback_bubble_send_request:hover .link {
	width: 4.1rem;
	padding: 0;
}
.feedback_bubble_send_request .fig {
	width: 4.1rem;
	height: 4.1rem;
}
.feedback_bubble_send_request .img {
	max-width: 50%;
	max-height: 50%;
}
.feedback_bubble_send_request:hover .text {
	display: none;
}
.feedback_bubble_ask_question {
	top: auto;
	right: auto;
	bottom: 0.9rem;
	left: 7.2rem;
}
.feedback_bubble_ask_question .link {
	width: 4.1rem;
	height: 4.1rem;
	right: 0;
}
.feedback_bubble_ask_question:hover .link {
	width: 4.1rem;
	padding: 0;
}
.feedback_bubble_ask_question .fig {
	width: 4.1rem;
	height: 4.1rem;
}
.feedback_bubble_ask_question .img {
	max-width: 50%;
	max-height: 50%;
}
.feedback_bubble_ask_question:hover .text {
	display: none;
}
.feedback_bubble_order_price {
	top: auto;
	right: auto;
	bottom: 0.9rem;
	left: 12.6rem;
}
.feedback_bubble_order_price .link {
	width: 4.1rem;
	height: 4.1rem;
	right: 0;
}
.feedback_bubble_order_price:hover .link {
	width: 4.1rem;
	padding: 0;
}
.feedback_bubble_order_price .fig {
	width: 4.1rem;
	height: 4.1rem;
}
.feedback_bubble_order_price .img {
	max-width: 50%;
	max-height: 50%;
}
.feedback_bubble_order_price:hover .text {
	display: none;
}
.modal_box_form .modal__content {
	width: auto;
	padding: 1.7rem;
}
.modal_box_form .modal__content .box {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0;
}
.modal_box_form .modal__content .in {
	margin: 0 0 1.0rem;
}
.modal_box_form .modal__content .c-66 {
	width: auto;
}
.h-45 {
	height: 8.0rem;
}
.modal_box_form .modal__content .c-33 {
	width: auto;
}
.modal__content .modal_text {
	width: auto;
	text-align: left;
}
.file {
	margin: 1.0rem 0 0;
}
.box_thanks .modal__content {
	width: auto;
	padding: 2.5rem 1.5rem 2.9rem 9.7rem;
}
.box_thanks .modal__content .h3 {
	background-position: 1.0rem 0;
}
.top_block_content .h1 {
	margin: 0 0 1.3rem -2.2rem;
}
.top_block_content {
	margin: 0 0 2.8rem;
	padding: 0 0 0 2.2rem;
}
.fig_1 {
	float: none;
	margin: 0 auto 1.0rem;
}
.price_block .btn_2 {
	width: 100%;
}
.contacts_block_2 .phone_contacts_block_2 .link {
	font-size: 2.0rem;
}

.contacts_block_2 .mail_contacts_block_2 {
    width: 30%;
   
}
.advantages_block {
	padding: 2.9rem 0 0.7rem;
}
.mb-40 {
	margin-bottom: 20px !important;
}
.crumbs {
	margin: 0 0 1.4rem;
}
.product_application_areas {
	margin: 0 0 0 -10.1rem;
}
.product_application_areas .item {
	width: calc(34% - 11.1rem);
	margin: 0 0 3.4rem 10.1rem;
	font-size: 1.6rem;
}
.product_application_areas .fig {
	margin: 0 0 1.4rem;
}
}

@media (min-width: 1080px) {
.carousel_4 .fig {
	height: 32.6rem;
}
}

@media (min-width: 1152px) {
.carousel_4 .fig {
	height: 35.2rem;
}
}

@media (min-width: 1200px) {
.carousel_4 .fig {
	height: 37.0rem;
}
}

@media (min-width: 1280px) {
.declaration_box br {
	display: block;
}
.carousel_4 .fig {
	height: 39.9rem;
}
}

@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;
}
}
