
/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.00 24.08.25 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url("jquery-ui.css");
@import url("splide.min.css");
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("modals/blur.css");

/*---------------------- end basic styles ----------------------------------*/
/*---------------------- global --------------------------------------*/
html {
	height: 100%;
	overflow-y: scroll;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	scroll-behavior: smooth !important;
}

body {
	background: #fff;
	height: 100%;
	color: #1C1C1C;
	font-size: 1.6rem;
	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: #1C1C1C;
	text-decoration: underline;
}

a:hover,
a:hover:visited {
	text-decoration: none;
}

.nu a:hover,
a.nu:hover {
	text-decoration: underline;
}

.nu a,
a.nu {
	text-decoration: none;
}

a.link_dashed,
.link_dashed a {
	text-decoration: none;
	border-bottom: 0.1rem dashed;
}

a.link_dashed:hover,
.link_dashed a:hover {
	border: 0;
	text-decoration: none;
}

.main_page .h1 {
	margin: 0 0 8.6rem;
    font-size: 6.0rem;
}

.h1 {
	font-size: 4.0rem;
	font-weight: 600;
	margin: 0 0 5.3rem;
	position: relative;
	color: #204A54;
	line-height: 1.2;
	text-transform: uppercase;
}

.h2 {
	font-size: 6.0rem;
	font-weight: 600;
	margin: 0 0 6.2rem;
	position: relative;
	color: #204A54;
	line-height: 1.2;
	text-transform: uppercase;
}

.h3 {
	font-size: 6.0rem;
	font-weight: 600;
	margin: 0 0 6.2rem;
	position: relative;
	color: #204A54;
	line-height: 1.2;
	text-transform: uppercase;
}



.h4 {
	font-size: 3.6rem;
	font-weight: 600;
	margin: 0 0 5.7rem;
	position: relative;
	color: #1C1C1C;
	line-height: 1.2;
	text-transform: uppercase;
}

.h5 {
	display: flex;
	align-items: center;
	font-size: 3.5rem;
	font-weight: 600;
	margin: 0 0 3.7rem;
	position: relative;
	color: #006363;
	line-height: 1.2;
	text-transform: uppercase;
}
.h5 .fig{
	width: 2.9rem;
	height: 2.9rem;
	margin: 0 1.5rem 0 0;
	position: relative;
	overflow: hidden;
}
.h5 .img{
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.h5 .text{
	width: calc(100% - 4.4rem);
}
.h6 {
	font-size: 2.2rem;
	font-weight: bold;
	margin: 0 0 5.0rem;
	position: relative;
	color: #009999;
	line-height: 1.2;
	text-transform: uppercase;
}
.h6 .grey_text{
	color: #838494;
}
/*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-19 {
	font-size: 1.9rem;
}

.f-20 {
	font-size: 2.0rem;
}

/*end fonts*/
/*forms fields*/
.field {
	background: #28292B;
	border: 0.1rem solid #336A77;
	border-radius: 0.4rem;
	padding: 1.2rem 1.9rem 1.2rem;
	-webkit-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
}

.field:focus {
	border-color: #D1D1D1;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.field:-moz-placeholder {
	opacity: 1;
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
	font-style: normal;
}

.field::-moz-placeholder {
	opacity: 1;
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
	font-style: normal;
}

.field::-webkit-input-placeholder {
	opacity: 1;
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
	font-style: normal;
}

.field:-ms-input-placeholder {
	opacity: 1;
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
	font-style: normal;
}

.field.placeholder {
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
	font-style: normal;
}

.field.invalid {
	background: #FFF;
	box-shadow: none;
	border-color: #D1D1D1;
}

.parent_field {
	display: inline-block;
	vertical-align: top;
}

.invalid_message {
	display: block;
	color: #FB2828;
	font-size: 1.1rem;
	line-height: 1.2;
}

.valid_message {
	display: none;
	color: green;
	font-size: 1.1rem;
	line-height: 1.2;
}

/*end forms fields*/
/*over blocks*/
.o {
	overflow: hidden;
}

.cx:before,
.cx:after {
	content: "";
	display: table;
}

.cx:after {
	clear: both;
}

.ct {
	display: table;
}

.ct:after {
	content: '. . . . . . . . . . .';
	display: block;
	word-spacing: 99in;
	height: 0;
	overflow: hidden;
	font-size: 0.05em;
	line-height: 0.05em;
}

/*end over blocks*/
/*other*/
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border: 0;
	margin: 0 0 2.5rem;
	height: 0;
	display: block;
	width: 100%;
	vertical-align: top;
	overflow: hidden;
	border-top: 0.1rem solid #E0E0E0;
}

::-moz-selection {
	background-color: 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 2.0rem 0.9rem;
	padding: 0;
}

li {
	background: url("../images/catalog_left_block_mark.png") no-repeat 0 1.1rem;
	margin: 0;
	padding: 0 0 0 1.5rem;
	list-style: none;
}



.list>li {
	background: none;
	padding: 0;
}

.list_2 {
	margin: 0 0 2.0rem;
}

.list_2 li {
	background: url(../images/mark_list_2.png) no-repeat 0 1.0rem;
	margin: 0;
	padding: 0 0 0 1.4rem;
	list-style: none;
}
.list_2 .green_text {
	font-weight: 600;
	color: #009999;
}

.list_3 {
	margin: 0 0 2.1rem;
	padding: 0;
}

.list_3 li {
	background: url(../images/list_3.svg) no-repeat 0 0.7rem;
	margin: 0 0 1.8rem;
	padding: 0 0 0 2.9rem;
	color: #35302E;
	list-style: none;
}

.list_4 {
	counter-reset: list4;
	margin: 0 0 3.0rem;
	padding: 0;
}

.list_4 li {
	background: none;
	counter-increment: list4;
	padding: 0 0 0 4.7rem;
	position: relative;
	margin: 0 0 1.8rem;
}

.list_4 li:before {
	content: counter(list4, decimal-leading-zero);
	
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.9rem;
	font-weight: 600;
	color: #009999;
}


.list_5 {
	margin: 0 0 2.1rem;
	padding: 0;
}

.list_5 li {
	background: url(../images/list_3.svg) no-repeat 0 0.7rem;
	margin: 0 0 1.4rem;
	padding: 0 0 0 2.9rem;
	color: #fff;
	list-style: none;
}





/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/
.wrapper {
	min-width: 102.4rem;
	min-height: 100%;
	margin: auto;
	overflow-x: clip;
	position: relative;
	z-index: 1;
}

.to-top {
	position: fixed;
	bottom: -8.0rem;
	right: 2.0rem;
	z-index: 99;
	transition: all .7s ease-in-out;
}

.to-top .link {
	background: url(../images/to-top.svg) no-repeat;
	display: block;
	width: 5.0rem;
	height: 5.0rem;
}
/*.main_page .feedback_bubble{
	right: 0;
}*/
.feedback_bubble {
	position: fixed;
	top: 30%;
	right: 1.2rem;
	z-index: 99;
}

.feedback_bubble .list {
	position: absolute;
	top: 0;
	right: 100%;
}
/*.main_page .feedback_bubble .item{
	margin: 0 0 2.6rem;
}*/
.feedback_bubble .item {
	margin: 0 0 4.9rem;
}
/*.main_page .feedback_bubble .link{
	width: 5.8rem;
	height: 5.8rem;
}*/
.feedback_bubble .link {
	background: rgba(0,0,0,0.80);
	border: 0.1rem solid #13ACAC;
	border-radius: 50%;
	display: block;
	width: 7.4rem;
	height: 7.4rem;
	position: relative;
	right: 0;
	transition: all 0.5s ease 0s;
}
/*.main_page .feedback_bubble .link:before{
	display: none;
}*/
.feedback_bubble .link:before {
	content: "";
	background: linear-gradient(117.96deg, rgba(248, 248, 249, 0.5) 3.18%, rgba(231, 231, 236, 0.5) 35.92%, rgba(213, 213, 223, 0.5) 62.4%, rgba(248, 248, 249, 0.5) 78.68%);
	border: 0.1rem solid #FEFEFE;
	border-radius: 50%;
	display: block;
	width: 9.6rem;
	height: 9.6rem;
	margin: -4.8rem 0 0 -4.8rem;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
}
/*.main_page .feedback_bubble .fig{
	width: 5.8rem;
	height: 5.8rem;
}*/
.feedback_bubble .fig {
	display: block;
	width: 7.4rem;
	height: 7.4rem;
	position: relative;
	overflow: hidden;
}

.feedback_bubble .fig_white {
	display: none;
}

.feedback_bubble .item:hover .fig_white {
	display: block;
}

.feedback_bubble .item:hover .fig_black {
	display: none;
}

.feedback_bubble .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}

.cookie {
	padding: 2.5rem 0 1.6rem;
	position: fixed;
	bottom: 0;
	right: 1.6rem;
	left: 1.6rem;
	z-index: 99;
	font-size: 1.3rem;
	font-weight: 500;
	color: #7D7D7D;
}

.cookie:before {
	content: "";
	background: #262626;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}

.cookie .box {
	min-width: 99.2rem;
	max-width: 132.8rem;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.cookie .text {
	width: 88%;
	text-align: center;
}
.cookie .link{
	color: #7D7D7D;
}

.cookie .link:hover {
	
	color: #006363;
}

.btn_4 {
	background: #434444;
	border: none;
	border-radius: 0.6rem;
	display: inline-block;
	width: 16.7rem;
	height: 3.0rem;
	font-size: 1.3rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 3.0rem;
}

.btn_4:hover {
	background: #fff;
	border: 0.1rem solid #13ACAC;
	color: #006363;
}

.inner {
	min-width: 102.4rem;
	max-width: 136.0rem;
	margin: auto !important;
	padding: 0 0 55.2rem;
}

.inner:before,
.inner:after {
	content: "";
	display: table;
}

.inner:after {
	clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
	min-width: 102.4rem;
	max-width: 136.0rem;
	position: relative;
	z-index: 3;
}

.page_with-small-header .header {
	padding: 4.7rem 0 0;
}

.declaration_box {
	width: 100vw;
	position: relative;
	left: 50%;
	font-size: 1.3rem;
	font-weight: 500;
	color: #000;
	text-align: center;
	line-height: 1.2;
	transform: translate(-50%, 0);
}

.declaration_box .in {
	min-width: 94.2rem;
	max-width: 127.8rem;
	margin: 0 auto;
	padding: 1.2rem 6.4rem 1.3rem 1.8rem;
	position: relative;
}

.declaration_box .close {
	width: 5.8rem;
	height: 5.8rem;
	margin: -2.9rem 0 0;
	position: absolute;
	top: 50%;
	right: 0;
}

.declaration_box .close .link {
	background: url(../images/declaration_box_close.svg) no-repeat 50% 50%;
	display: block;
	width: 5.8rem;
	height: 5.8rem;
	
}



.declaration_box .link {
	color: #000;
	
}
.declaration_box .phone_link {
	text-decoration: none;
}


.header_top {
	display: flex;
	flex-direction: column;
	min-width: 102.4rem;
	max-width: 136.0rem;
	height: 11.1rem;
	margin: auto;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	line-height: 1.5;
	z-index: 98;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
}

.page_with-small-header .header_top {
	position: fixed;
}


.header_top:before {
	content: "";
	background: #fff;
	border: 0.1rem solid #E9E9E9;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}

.header_top .top_block {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 3.2rem);
	height: 6.4rem;
	margin: 0 1.6rem;
	position: relative;
}

.header_top .top_block .in {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 21.6rem;
}


.logo {
	background: url(../images/logo.svg) no-repeat 50% 50%;
	width: 7.7rem;
	height: 4.0rem;
	position: relative;
}

.logo .link {
	display: block;
	width: 7.7rem;
	height: 4.0rem;
}

.slogan {
	width: 12.7rem;
	font-size: 1.3rem;
	line-height: 1.2;
}

.address {
	font-size: 1.3rem;
	line-height: 1.2;
}
.time{
	background: url(../images/header_time.svg) no-repeat 0 50%;
	padding: 0 0 0 2.4rem;
	font-size: 1.4rem;
}
.header_top .top_block .in_2 {
	display: flex;
	align-items: center;
}

.phone {
	margin: 0 1.5rem 0 0;
	font-size: 1.4rem;
	color: #1C1C1C;
}



.phone .link {
	background: url(../images/header_phone.svg) no-repeat 0 50%;
	display: inline-block;
	padding: 0 0 0 2.3rem;
	color: #1C1C1C;
	text-decoration: none;
}

.social_network_header {

	display: flex;
	flex-direction: row;
}


.social_network_header .item {
	margin: 0 1.2rem 0 0;
}

.social_network_header .fig {
	display: block;
	width: 2.7rem;
	height: 2.7rem;
	position: relative;
	overflow: hidden;
}



.social_network_header .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.mail{
font-size: 1.3rem;
}



.mail .link {
	background: url(../images/header_mail.svg) no-repeat 0 50%;
	display: inline-block;
	padding: 0 0 0 2.2rem;
	color: #1C1C1C;
	text-decoration: none;
}
.basket {
	position: relative;
	font-size: 1.8rem;
	color: #F3F3F3;
}

.basket>.link {
	background: url(../images/basket_header.svg) no-repeat 0 50%;
	display: flex;
  align-items: center;
	height: 6.4rem;
	padding: 0 0 0 3.7rem;
	position: relative;
	font-size: 1.4rem;
	color: #1C1C1C;
	text-decoration: none;
}

.basket>.link>.number {
	background: #009999;
  border-radius: 50%;
  height: 1.1rem;
  padding: 0 0.4rem;
  position: absolute;
  top: 2.1rem;
  left: 1.4rem;
  font-size: 1.0rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}
.basket .sub_2 {
	background: #F5F5F5;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	border: 0.1rem solid #E6E6E6;
	border-radius: 0.2rem;
	display: none;
	width: 9.5rem;
	padding: 0.4rem 0.9rem;
	position: absolute;
	top: -1.1rem;
	left: -0.5rem;
	font-size: 1.0rem;
	color: #000;
	z-index: 21;
}
.basket:hover .sub_2 {
	display: block;
}
.basket .sub {
	background: #fff;
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.09);
	border: 0.1rem solid rgba(199, 199, 199, 0.4);
	border-radius: 0 0 0.6rem 0.6rem;
	display: none;
	width: 58.4rem;
	padding: 3.3rem 2.5rem 2.9rem;
	position: absolute;
	top: 100%;
	right: -1.5rem;
	z-index: 21;
}

.table_in {
	height: 43.6rem;
	overflow-x: auto;
}

.table_in::-webkit-scrollbar {
	width: 0.3rem;
}

.table_in::-webkit-scrollbar-button {
	display: none;
}

.table_in::-webkit-scrollbar-button:end {
	display: none;
}

.table_in::-webkit-scrollbar-track {
	background-color: #D1D1D1;
	border-radius: 0.3rem;
}

.table_in::-webkit-scrollbar-track-piece {
	background-color: #D1D1D1;
	border-radius: 0.3rem;
}

.table_in::-webkit-scrollbar-thumb {
	background: #009999;
	border: 0.4rem solid #009999;
	border-radius: 50%;
	width: 1.2rem;
	height: 1.2rem;
	margin: 0 0 0 -0.6rem;
}

.basket .result_basket {
	display: flex;
	justify-content: space-between;
	align-items: center;
}



.basket .result_basket .total {
	margin: 0 1.0rem 0 0;
	font-size: 1.6rem;
	font-weight: 600;
	color: #006363;
}

.basket .result_basket .price {
	font-size: 2.0rem;
	color: #009999;
	line-height: 1;
}



.basket .button {
	background: #009999;
	border: none;
	border-radius: 0.6rem;
	width: 17.7rem;
	height: 3.7rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	text-transform: none;
	line-height: 3.7rem;

}

.basket .button:hover {
	background: #fff;
    border: 0.1rem solid #13ACAC;
}



.empty_cart {
	font-size: 2.4rem;
	font-weight: 500;
	color: #170606;
	text-align: center;
}
.empty_cart .title{
	border-bottom: 0.1rem solid #D1D1D1;
	margin: 0 0 2.7rem;
	padding: 0 0 1.3rem;
	text-align: center;
}
.empty_cart .title .text{
	background: url(../images/empty_cart_title.svg) no-repeat 0 50%;
	display: inline-block;
	padding: 0 0 0 3.7rem;
}
.empty_cart .btn_1 {
	background: #009999;
	border-radius: 0.6rem;
	display: inline-block;
	width: 17.7rem;
	height: 3.7rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 3.7rem;
}



.basket:hover .sub {
	display: block;
}


.nav {
	width: calc(100% - 3.2rem);
	height: 4.6rem;
	margin: 0 1.6rem;
	position: relative;
	z-index: 14;
}

.nav:before {
	content: "";
	background: #1F1F1F;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}

.nav_toggle {
	display: none;
}

.nav_toggle_text {
	display: none;
}

.nav>.sub_all {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.nav>.sub_all>.list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	position: relative;
	z-index: 1;
}

.nav>.sub_all>.list>.item {
	width: 100%;
	position: relative;
	text-transform: uppercase;
	white-space: nowrap;
}

.nav>.sub_all>.list>.item>.link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4.6rem;
	font-weight: bold;
	color: #43FFFF;
	text-decoration: none;
	z-index: 2;
	transition: all 0.5s ease 0s;
}

.nav>.sub_all>.list>.item:hover>.link {
	color: #fff;
}




.nav>.sub_all>.list>.have_sub>.link .text {
	background: url(../images/nav_have_sub.svg) no-repeat 100% 50%;
	display: inline-block;
	padding: 0 1.8rem 0 0;
}

.nav>.sub_all>.list>.have_sub:hover>.link .text {
	background: url(../images/nav_have_sub_active.svg) no-repeat 100% 50%;
}

.nav .sub_1 {
	background: #151514;
	border-top: 0.1rem solid #E9E9E9;
	border-radius: 0 0 1.0rem 1.0rem;
	position: absolute;
	top: 100%;
	left: 0;
	width: 60.9rem;
	padding: 2.7rem 1.6rem 1.4rem;
	display: none;
}

.nav .sub_menu_1 {
	display: block;
	height: 26.1rem;
	position: relative;
	column-count: 2;
}

.nav .sub_menu_1 .item {
	margin: 0 0 2.5rem;
	position: relative;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: left;
	page-break-inside: avoid;
	break-inside: avoid;
	white-space: normal;
	text-transform: none;
}

.nav .sub_menu_1 .link {
	display: flex;
	align-items: center;
	color: #F8F8F8;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}

.nav .sub_menu_1 .link:hover {
	color: #6FFEFF;
}
.nav .sub_menu_1 .fig {
	width: 3.9rem;
	height: 3.3rem;
	margin: 0 1.6rem 0 0;
	position: relative;
	overflow: hidden;
}
.nav .sub_menu_1 .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.nav .sub_menu_1 .text {
	width: calc(100% - 5.5rem);
}
.nav>.sub_all>.list>.item:hover .sub_1 {
	display: block;
}



.nav .sub_2 {
	background: #151514;
	border-top: 0.1rem solid #E9E9E9;
	border-radius: 0 0 1.0rem 1.0rem;
	position: absolute;
	top: 100%;
	left: 0;
	width: 85.6rem;
	padding: 3.5rem 2.8rem 2.4rem;
	display: none;
}

.nav>.sub_all>.list>.item:hover .sub_2 {
	display: block;
}

.nav .sub_menu_2 {
	display: block;
	margin: 0 0 0 -1.2rem;
	position: relative;
	column-count: 2;
}

.nav .sub_menu_2>.item {
	position: relative;
	margin: 0 0 2.2rem 1.2rem;
	font-size: 1.6rem;
	page-break-inside: avoid;
	break-inside: avoid;
	white-space: normal;
	line-height: 1.4;
	text-transform: none;
}

.nav .sub_menu_2>.item>.link {
	display: flex;
	align-items: center;
	position: relative;
	color: #F8F8F8;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}

.nav .sub_menu_2>.item:hover>.link {
	color: #6FFEFF;
}

.nav .sub_menu_2 .fig {
	background: #fff;
	width: 6.7rem;
	height: 5.2rem;
	margin: 0 2.8rem 0 0;
	position: relative;
	overflow: hidden;
}

.nav .sub_menu_2 .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}

.nav .sub_menu_2 .text {
	width: calc(100% - 9.5rem);
}

.nav .sub_list_in {
	margin: 0.3rem 0 0 10.5rem;
}

.nav .sub_list_in>.item {
	background: url("../images/mark_nav.png") no-repeat 0 1.0rem;
	margin: 0 0 1.8rem;
	padding: 0 0 0 1.4rem;
	font-size: 1.6rem;
	color: #9C9D9D;
	text-transform: none;
}

.nav .sub_list_in>.item>.link {
	color: #9C9D9D;
	text-decoration: none;
	
}




.splide__list {
	visibility: visible;
	display: flex;
}

.splide__pagination {
	margin: 0;
	padding: 0;
	list-style: none;
}

.splide__pagination li {
	background: none;
	margin: 0 .4rem;
	padding: 0;
}



.splide__track {
	overflow: visible;
}

.carousel_6 {
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	overflow: hidden;
}
.carousel_6 p{
	margin: 0 0 2.9rem;
}
.carousel_6 .splide__arrows {
	display: none;
}

.carousel_6 .splide__slide {
	position: relative;
	
}

.carousel_6 .link {
	display: block;
}

.carousel_6 .fig {
	width: 100%;
	height: 58.6rem;
	position: relative;
	overflow: hidden;
}

.carousel_6 .fig:after {
	content: "";
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
linear-gradient(268.15deg, rgba(1, 204, 204, 0) 35.75%, #00A2A2 53.02%, #006363 91.01%);
	position: absolute;
	top: 0;
	right: -30.0rem;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: 1;
}

.carousel_6 .fig_mobile {
	display: none;
}



.carousel_6 .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	vertical-align: top;
	
}


.carousel_6 .text {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	font-size: 6.0rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
	z-index: 3;
}


.carousel_6 .in {
	min-width: 99.2rem;
	max-width: 132.8rem;
	width: calc(100% - 3.2rem);
	margin: 0 auto;

}

.carousel_6 .into {
	width: 102.9rem;

}



.carousel_6 .title {
	color: #6FFEFF;
}



.carousel_6 .splide__pagination {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 2.2rem;
	text-align: center;
}

.carousel_6 .splide__pagination li {
	margin: 0 1.0rem;
}

.carousel_6 .splide__pagination .splide__pagination__page {
	background: #fff;
	border-radius: 50%;
	display: block;
	vertical-align: middle;
	width: 1.0rem;
	height: 1.0rem;
	margin: 0;
	opacity: 1;
	position: relative;
}



.carousel_6 .splide__pagination .is-active {
	width: 1.4rem;
	height: 1.4rem;
	transform: none;
}






.promo_fig {
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	overflow: hidden;
}
.promo_fig p{
	margin: 0 0 2.9rem;
}


.promo_fig .link {
	display: block;
}

.promo_fig .fig {
	width: 100%;
	height: 68.6rem;
	position: relative;
	overflow: hidden;
}

.promo_fig .fig:after {
	content: "";
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
linear-gradient(268.15deg, rgba(1, 204, 204, 0) 35.75%, #00A2A2 53.02%, #006363 91.01%);
	position: absolute;
	top: 0;
	right: -30.0rem;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: 1;
}

.promo_fig .fig_mobile {
	display: none;
}



.promo_fig .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	vertical-align: top;
	
}


.promo_fig .text {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	font-size: 4.8rem;
	font-weight: 600;
	color: #6FFEFF;
	line-height: 1.2;
	z-index: 3;
}


.promo_fig .in {
	min-width: 99.2rem;
	max-width: 132.8rem;
	width: calc(100% - 3.2rem);
	margin: 0 auto;

}

.promo_fig .into {
	width: 102.9rem;

}



.promo_fig .title {
	margin: 0 0 2.8rem;
	font-size: 7.0rem;
	color: #fff;
}
.promo_fig .title_2 {
	font-size: 6.0rem;
	color: #6FFEFF;
}
.promo_fig .small_text {
	display: block;
	font-size: 4.0rem;
}
.promo_list {
  width: 90.7rem;
}
.promo_list .item{
	background: url("../images/mark_promo_list.svg") no-repeat;
	min-height: 3.4rem;
	margin: 0 0 1.7rem;
	padding: 0 0 0 6.3rem;
font-size: 3.2rem;
font-weight: 600;
color: #fff;
}




/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side_1, .side_2 {
	width: 170px;
	position: relative;
	float: left;
}
.side_2 {
	float: right;
}
/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.content {
	position: relative;
	padding: 0 1.6rem;
}
.main_page .content:before {
	top: 0;
}
.content:before {
	content: "";
	background: #fff;
	position: absolute;
	top: -3.5rem;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -2;
}
.services_block{
	padding: 8.6rem 0 8.6rem;
position: relative;
}
.services_block:before{
	content: "";
	background: #F1F2F4;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.main_page .services_list{
	margin: 0 0 0 -2.0rem;
}
.services_list{
margin: 0 0 12.8rem -2.0rem;
padding: 59.8rem 0 0;
position: relative;
}
.services_list .item{
	width: calc(34% - 3.0rem);
	margin: 0 0 1.5rem 2.0rem;
	font-size: 2.3rem;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.3;
	opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.services_list .item.animateIn {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.services_list .item:nth-child(4n+4){
	width: calc(100% - 2.0rem);
}
.services_list .item:first-child{
	position: absolute;
	top: 0;
	left: 0;
}

.services_list .item:nth-child(2){
	position: absolute;
	top: 0;
	left: calc(34% - 1.0rem);
}
.services_list .item:nth-child(3){
	position: absolute;
	top: 0;
	right: 0;
}
.services_list .item:nth-child(4){
	width: calc(68% - 4.0rem);
	position: absolute;
	top: 30.0rem;
	left: 0;
}

.services_list .link{
	display: block;
	
	position: relative;
	color: #fff;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.services_list .item:hover .link{
	font-weight: 600;
	color: #6FFEFF;
}
.services_list .fig{
	background: linear-gradient(318.42deg, rgba(0, 0, 0, 0) 25.62%, #001E1E 92.53%);

	border: 0.1rem solid #FFFFFF;
	border-radius: 1.2rem;
	width: calc(100% - 0.2rem);
	height: 29.5rem;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease 0s;
}
.services_list .item:nth-child(4n+4) .fig{
	height: 31.3rem;
}
.services_list .item:first-child .fig{
	height: 27.2rem;
}
.services_list .item:nth-child(2) .fig{
	height: 27.2rem;
}
.services_list .item:nth-child(3) .fig{
	height: 56.7rem;
}
.services_list .item:nth-child(4) .fig{
	height: 26.7rem;
}
.services_list .fig:after{
	content: "";
	background: linear-gradient(318.42deg, rgba(0, 0, 0, 0) 25.62%, #001E1E 92.53%);
	border-radius: 1.2rem;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.services_list .fig:before{
	content: "";
	border: 0.3rem solid #009999;
	border-radius: 1.2rem;
	position: absolute;
	top: -0.1rem;
	right: -0.1rem;
	bottom: -0.1rem;
	left: -0.1rem;
	opacity: 0;
	z-index: 2;
	transition: all 0.5s ease 0s;
}
.services_list .item:hover .fig{
	border: 0.1rem solid #009999;
}
.services_list .item:hover .fig:before{
	opacity: 1;
}
.services_list .fig .img{
    width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	transform: scaleY(1);
	transition: all 0.7s ease 0s;
	
}
.services_list .item:hover .fig .img{
	transform: scale(1.2);
}
.services_list .box{
	padding: 2.4rem 1.0rem 0 2.8rem;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.services_list .icon{
	width: 5.1rem;
	height: 5.1rem;
	margin: 0 0 0.1rem;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.services_list .icon_white{
	display: none;
}
.services_list .item:hover .icon_white{
	display: block;
}
.services_list .item:hover .icon_green{
	display: none;
}
.services_list .icon .img{
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.services_list .title{
	position: relative;
	z-index: 1;
}
.services_list .item:nth-child(4n+4) .title{
	width: 41.3rem;
}
.services_advantages_block{
	padding: 8.6rem 0 8.6rem;
}
.services_advantages_list{
margin: 0 0 0 -3.3rem;
}
.services_advantages_list .item{
	width: calc(34% - 4.0rem);
	margin: 0 0 3.3rem 3.3rem;
	font-size: 1.7rem;
	color: #2F3030;
	text-align: center;
	line-height: 1.3;
	opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.services_advantages_list .item.animateIn {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.services_advantages_list .item .link{
	background: #fff;
	border: 0.1rem solid #E0E0E7;
	border-radius: 1.2rem;
	display: block;
	height: 50.5rem;
	padding: 4.6rem 1.8rem 0;
	color: #2F3030;
	text-decoration: none;
	transition: all 0.7s ease 0s;
	transform: scale(1);
}
.services_advantages_list .item:nth-child(2n) .link{
	background: #F8F8F9;
}
.services_advantages_list .item:hover .link{
	background: #F8F8F9;
	transform: scale(1.06);
}
.services_advantages_list .item:nth-child(2n):hover .link{
	background: #fff;
}
.services_advantages_list .fig{
	width: 9.5rem;
	height: 9.5rem;
	margin: 0 auto 3.4rem;
	position: relative;
	overflow: hidden;
}
.services_advantages_list .img{
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.services_advantages_list .title{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 11.5rem;
	margin: 0 0 2.9rem;
	font-size: 2.2rem;
	font-weight: bold;
	color: #204A54;
	text-transform: uppercase;
	overflow: hidden;
}
.services_advantages_list .text{
	height: 19.9rem;
	overflow: hidden;
}
.services_advantages_list p{
	margin: 0;
}
.advantages_block{
	padding: 8.6rem 0 8.6rem;
position: relative;
text-align: center;
}
.advantages_block:before{
	content: "";
	background: #F1F2F4;
	border: 0.1rem solid #FFF6F6;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.advantages_block .h2{
	margin: 0 0 7.7rem;
}
.advantages_list{
margin: 0 0 0 -2.7rem;
}
.advantages_list .item{
	
	width: calc(25% - 2.7rem);
	margin: 0 0 2.2rem 2.7rem;
	
	font-size: 1.7rem;
	font-weight: normal;
	color: #000;
	text-align: center;
	line-height: 1.4;
opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.advantages_list .item.animateIn {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.advantages_list .box{
	background: #fff;
	border: 0.1rem solid #E0E0E7;
	border-radius: 1.2rem;
	width: calc(100% - 4.8rem);
	height: 38.9rem;
	padding: 4.6rem 2.3rem 0;
	transition: all 0.7s ease 0s;
	transform: scale(1);
}
.advantages_list .item:hover .box{
	transform: scale(1.06);
}

.advantages_list .fig{
	width: 8.0rem;
	height: 8.0rem;
	margin: 0 auto 3.5rem;
	position: relative;
	overflow: hidden;
}
.advantages_list .img{
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.advantages_list .title{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 7.6rem;
	margin: 0 0 2.0rem;
	font-size: 2.0rem;
	font-weight: 600;
	color: #011C23;
	text-transform: uppercase;
	overflow: hidden;
	line-height: 1.3;
}
.advantages_list .text{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 13.6rem;
	overflow: hidden;
}
.advantages_list p{
	margin: 0;
}
.banner{
	width: 100vw;
	height: 31.4rem;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	font-size: 5.5rem;
	font-weight: 600;
	color: #fff;
}
.banner .link{
	color: #fff;
	text-decoration: none;
}
.banner p{
	margin: 0 0 1.3rem;
}
.banner .fig{
	width: 100%;
	height: 31.4rem;
	position: relative;
	overflow: hidden;
}
.banner .fig:before{
	content: "";
	/*background: linear-gradient(268.6deg, rgba(32, 155, 156, 0) 49.94%, #209798 98.7%);*/
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(268.15deg, rgba(1, 204, 204, 0) 35.75%, #00A2A2 53.02%, #006363 91.01%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.banner .fig_mobile {
	display: none;
}
.banner .fig_mobile:before{
	content: "";
	background: linear-gradient(269.6deg, rgba(32, 155, 156, 0) 50.23%, #1F636A 99.54%);

	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.banner .img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.banner .text{
	min-width: 99.2rem;
	max-width: 132.8rem;
	width: calc(100% - 3.2rem);
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 31.4rem;
	margin: 0 auto;
	position: absolute;
	top: 0;
	right: 1.6rem;
	left: 1.6rem;
	overflow: hidden;
	z-index: 3;
	line-height: 1.1;
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 2s ease;
	transition: all 2s ease;
}
.banner .animateIn {
	-webkit-transform: translate(0%, 0);
	transform: translate(0%, 0);
	opacity: 1;
	visibility: visible;
}
.catalog_block{
	padding: 8.6rem 0 8.6rem;
}
.catalog_block .h3 {
  margin: 0 0 8.6rem;
}
.catalog_list {
	margin: 0;
	padding: 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.catalog_list:before, .catalog_list:after {
	display: none;
}
.catalog_list> .item {
	display: block;
	border-radius: 1.2rem;
	width: calc(50% - 2.1rem);
	flex: 0 0 calc(50% - 2.1rem);
	margin: 0 0 2.8rem;
	padding: 0 0 1.5rem;
	font-size: 2.3rem;
	font-weight: 600;
	color: #202020;
	line-height: 1.3;
	text-transform: uppercase;
	position: static;
	transition: all 0.5s ease 0s;
}
.catalog_list> .item> .box {
	background: #F8F8F9;
	border: 0.1rem solid #E0E0E7;
	border-radius: 1.2rem;
	transition: all 0.5s ease 0s;
	position: relative;
	opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;

}
.catalog_list> .item.animateIn> .box{
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.catalog_list .arrow {
	background:#009999 url(../images/catalog_list_arrow_down.svg) no-repeat 50% 50%;
	border: 0.1rem solid #204A54;
	border-radius: 0.3rem;
	width: 3.1rem;
	height: 2.6rem;
	position: absolute;
	bottom: 1.7rem;
	right: 1.7rem;
	transition: all 0.5s ease 0s;
	z-index: 3;
}
.catalog_list> .item:hover .arrow {
	background:#009999 url(../images/catalog_list_arrow_up.svg) no-repeat 50% 50%;
}
.catalog_list> .item:hover> .box {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	border: 0.1rem solid #78E6E6;
}
.catalog_list> .item> .box> .link {
	display: flex;
	color: #202020;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.catalog_list> .item:hover> .box> .link{
	font-weight: bold;
	color: #009999;
}
.catalog_list> .item> .box> .link> .fig {
	width: 26.7rem;
	height: 25.5rem;
	margin: 0 2.1rem 0 0;
	position: relative;
	overflow: hidden;
}
.catalog_list> .item> .box> .link> .fig> .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
	transform: scaleY(1);
	transition: all 0.7s ease 0s;
}
.catalog_list> .item:hover> .box> .link> .fig> .img{
	transform: scale(1.05);
}
.catalog_list> .item> .box> .link> .title {
	width: calc(100% - 28.8rem);
	margin: 3.3rem 0 0;
}

.catalog_list .sub {
	background: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	border: 0.1rem solid #E2E2E2;
	border-radius: 1.2rem;
	display: none;
	width: 100%;
	padding: 0.7rem 3.5rem 0;
	transform: translateY(15px);
	position: absolute;
	left: 0;
	z-index: 2;
	box-sizing: border-box;
}
.catalog_list> .item:hover .sub {
	display: block;
}
.catalog_list .sub_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -4.3rem;
}
.catalog_list .sub_list .item {
	width: calc(50% - 4.3rem);
	margin: 0 0 1.9rem 4.3rem;
	font-size: 2.0rem;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.5;
}
.catalog_list .sub_list .link {
	display: flex;
	align-items: center;
	color: #202020;
	text-decoration: none;
}


.catalog_list .sub_list .fig {
	width: 13.5rem;
	height: 9.6rem;
	margin: 0 4.4rem 0 0;
	position: relative;
	overflow: hidden;
}
.catalog_list .sub_list .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.catalog_list .sub_list .title {
	width: calc(100% - 17.9rem);
}
.hit_block{
	padding: 8.6rem 0 8.6rem;
position: relative;
}
.hit_block:before{
	content: "";
	background: #F1F2F4;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.hit_block .h3 {
  margin: 0 0 8.6rem;
}
.carousel_4 {
	padding: 0 7.5rem;
	position: relative;
}

.carousel_4 .splide__arrow {
	opacity: 1;
	border-radius: 0;
}

.carousel_4 .splide__arrow:hover {
	opacity: 1;
}

.carousel_4 .splide__arrow--next {
	background: rgba(255,255,255,0.20) url(../images/carousel_4_next.svg) no-repeat 50% 50%;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
	border: 0.1rem solid #CFCFCF;
	border-radius: 4.0rem;
	display: block;
	width: 3.9rem;
	height: 3.9rem;
	margin: -2.0rem 0 0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: none;
	z-index: 5;
}


.carousel_4 .splide__arrow--prev {
	background: rgba(255,255,255,0.20) url(../images/carousel_4_prev.svg) no-repeat 50% 50%;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
	border: 0.1rem solid #CFCFCF;
	border-radius: 4.0rem;
	display: block;
	width: 3.9rem;
	height: 3.9rem;
	margin: -2.0rem 0 0;
	position: absolute;
	top: 50%;
	right: auto;
	left: 0;
	transform: none;
	z-index: 5;
}




.carousel_4 svg {
	display: none;
}


.carousel_4 .splide__track {
	overflow: hidden;
}

.carousel_4 .splide__slide {
	position: relative;
	padding: 0 0.5rem;
}



.carousel_4 .box {
	background: #fff;
	border: 0.1rem solid #E0E0E7;
	border-radius: 1.2rem;
	display: block;
	padding: 1.0rem 1.4rem 2.1rem;
	position: relative;
	line-height: 1.3;
}

.carousel_4 .mark_list {
	display: flex;
	position: absolute;
	top: 0.7rem;
	right: 0.8rem;
	z-index: 3;
}

.carousel_4 .mark_list .item {
	background: #059393;
	border: 0.1rem solid #23B2B3;
	border-radius: 0.6rem;
	height: 2.1rem;
	margin: 0 0 0 0.3rem;
	padding: 0 1.0rem;
	font-size: 1.1rem;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 2.1rem;
}
.carousel_4 .mark_list .new {
	background: #00DDDF;
	border: 0.1rem solid #06ABAD;
	color: #006363;
}
.carousel_4 .mark_list .sale {
	background: #006363;
}

.carousel_4 .fig {
	width: 100%;
	height: 20.3rem;
	margin: 0 0 2.1rem;
	position: relative;
	overflow: hidden;
}



.carousel_4 .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}

.carousel_4 .title {
	height: 5.1rem;
	margin: 0 0 1.1rem;
	font-size: 1.9rem;
	overflow: hidden;
}


.carousel_4 .link {
	display: block;
	height: 5.1rem;
	color: #202020;
}

.carousel_4 .in_stock{
background: url(../images/carousel_4_in_stock.svg) no-repeat 0 50%;
margin: 0 0 1.0rem;
padding: 0 0 0 1.8rem;
font-size: 1.3rem;
font-weight: 600;
color: #009999;
}
.carousel_4 .not_stock{
	background: url(../images/carousel_4_not_stock.svg) no-repeat 0 50%;
	margin: 0 0 1.0rem;
	padding: 0 0 0 1.8rem;
	font-size: 1.3rem;
	font-weight: 600;
	color: #995600;
}
.carousel_4 .article{
	margin: 0 0 1.1rem;
font-size: 1.3rem;
font-weight: 600;
color: #838494;
    height: 33px;
}
.carousel_4 .price_block {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 1.5rem;
   height: 43px;
}

.carousel_4 .old_price {
	font-size: 1.6rem;
	color: #838494;
	text-decoration: line-through;
}

.carousel_4 .price {
	font-size: 2.3rem;
	color: #009999;
}



.carousel_4 .btn_block {
	text-align: center;
}

.btn_1 {
	background: #009999;
	border: 0.1rem solid #009999;
	border-radius: 0.6rem;
	display: inline-block;
	width: calc(100% - 0.2rem);
	height: 3.5rem;
	font-size: 1.6rem;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 3.5rem;
	transition: all 0.5s ease 0s;
}
.btn_1:hover {
	background: #fff;
	border: 0.1rem solid #13ACAC;
	color: #006363;
}


.btn_6 {
	background: #009999;
	border: 0.1rem solid #009999;
	border-radius: 0.6rem;
	display: inline-block;
	width: 40rem;
	height: 3.5rem;
	font-size: 1.6rem;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 3.5rem;
	transition: all 0.5s ease 0s;
}
.btn_6:hover {
	background: #fff;
	border: 0.1rem solid #13ACAC;
	color: #006363;
}

.carousel_4 .btn_2 {
	
	background: #fff;
	border: 0.1rem solid #13ACAC;
	border-radius: 0.6rem;
	display: inline-block;
	width: calc(100% - 0.2rem);
	height: 3.5rem;
	font-size: 1.6rem;
	color: #006363;
	text-decoration: none;
	text-align: center;
	line-height: 3.5rem;
	transition: all 0.5s ease 0s;
}
.carousel_4 .btn_2:hover {
	background: #009999;
	border: 0.1rem solid #009999;
	color: #fff;
}



.carousel_4 .splide__pagination {
	display: none;
}





.clients_block{
	padding: 8.6rem 0 8.6rem;
position: relative;
}
.main_page .clients_block:before{
	content: "";
	background: #204A54;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.clients_block:before{
	content: "";
	background: linear-gradient(218deg, #009999 0%, #1D7374 100%);
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.clients_block .h3 {
  margin: 0 0 9.6rem;
  color: #fff;
}
.carousel_5 {
	padding: 0 6.8rem;
	position: relative;
}

.carousel_5 .splide__arrow {
	opacity: 1;
	border-radius: 0;
}

.carousel_5 .splide__arrow:hover {
	opacity: 1;
}

.carousel_5 .splide__arrow--next {
	background: rgba(255,255,255,0.20) url(../images/carousel_5_next.svg) no-repeat 50% 50%;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
	border-radius: 4.0rem;
	display: block;
	width: 3.9rem;
	height: 3.9rem;
	margin: -2.0rem 0 0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: none;
	z-index: 5;
}


.carousel_5 .splide__arrow--prev {
	background: rgba(255,255,255,0.20) url(../images/carousel_5_prev.svg) no-repeat 50% 50%;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
	border-radius: 4.0rem;
	display: block;
	width: 3.9rem;
	height: 3.9rem;
	margin: -2.0rem 0 0;
	position: absolute;
	top: 50%;
	right: auto;
	left: 0;
	transform: none;
	z-index: 5;
}




.carousel_5 svg {
	display: none;
}


.carousel_5 .splide__track {
	overflow: hidden;
}

.carousel_5 .splide__slide {
	position: relative;
	padding: 0 4.5rem;
}

.carousel_5 .fig {
	background: #fff;
	border-radius: 1.3rem;
	width: 100%;
	height: 10.6rem;
	position: relative;
	overflow: hidden;
}

.carousel_5 .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}

.carousel_5 .splide__pagination {
	display: none;
}

.send_request_block {
	height: 79.6rem;
	padding: 0.1rem 0;
	position: relative;
	color: #fff;
}

.send_request_block:before {
	content: "";
	background:#AEB5AD url(../images/pic48.jpg) no-repeat;
	background-size: 100% 79.8rem;
	border: 0.1rem solid #E6E6E6;
	width: 100vw;
	height: 79.6rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, 0);
}
.send_request_block .box{
	background: #204A54;
	width: calc(60% - 15.0rem);
	height: 73.0rem;
	padding: 6.6rem 7.5rem 0;
}
.send_request_block .h3 {
	margin: 0 0 4.5rem;
	font-size: 3.5rem;
	font-weight: 600;
	color: #fff;
}



.send_request_block .in {
	margin: 0 0 2.5rem;
}



.send_request_block .black_block {
	background: #28292B;
	border: 0.1rem solid #336A77;
	border-radius: 0.4rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding: 0.8rem 0;
}



.send_request_block .field {
	background: none;
	border: none;
	padding: 0.5rem 1.6rem 0.5rem 3.3rem;
}

.send_request_block .field_textarea {
	background: #28292B;
	border: 0.1rem solid #336A77;
	border-radius: 0.4rem;
	padding: 1.3rem 2.3rem;
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
}


.send_request_block .field_textarea:-moz-placeholder {
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
}

.send_request_block .field_textarea::-moz-placeholder {
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
}

.send_request_block .field_textarea::-webkit-input-placeholder {
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
}

.send_request_block .field_textarea:-ms-input-placeholder {
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
}

.send_request_block .field_textarea.placeholder {
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
}
.send_request_block .label .fig{
	display: block;
	width: 2.0rem;
	height: 2.0rem;
	margin: 0 0.1rem 0 0;
	position: relative;
	overflow: hidden;
}
.send_request_block .label .img{
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.send_request_block .label .text{
	width: calc(100% - 2.6rem);
}



.file {
	display: inline-block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.4rem;
	font-weight: normal;
	color: #fff;
}
.file input {
	clip: rect(0,0,0,0);
	position: absolute;
}
.file .text {
	margin: 0 0 0 1.7rem;
}
.file .btn {
	background: #25545F;
	border: 0.1rem solid #137373;
	border-radius: 0.5rem;
	display: inline-block;
	width: 13.5rem;
	height: 3.7rem;
	font-size:1.4rem;
	font-weight: normal;
	color:#fff;
	text-align: center;
	line-height: 3.7rem;
}
.file .btn_delete {
	background: #25545F;
	border: 0.1rem solid #137373;
	border-radius: 0.5rem;
	display: none;
	width: 13.5rem;
	height: 3.7rem;
	font-size:1.4rem;
	font-weight: normal;
	color:#fff;
	text-align: center;
	line-height: 3.7rem;
}
.file_added .btn_delete{
	display:inline-block;
}

.file_added .btn{
	display: none;
}
.file_added .text{
	display: none;
}
.label_2{
	
	font-size: 1.4rem;
	font-weight: normal;
	color: #fff;
}
.modal_text .label_2{
	width: 93%;
	font-size: 1.3rem;
	font-weight: 500;
}
.h-105 {
	height: 10.5rem;
}



.label {
	border-right: 0.1rem solid #5E5E5E;
	display: flex;
	align-items: center;
	width: 11.7rem;
	padding: 0 0 0 1.5rem;
	font-size: 1.6rem;
	font-weight: normal;
	color: #ACAAAA;
	text-align: center;
}

.label+.field.invalid {
	border-color: #FF0000;
	color: #FF0000;
}
.select-css {
	background:#28292B url(../images/select-css.svg) no-repeat 97% 50%; 
	border: 0.1rem solid #336A77;
	border-radius: 0.4rem;
 box-shadow: none; 
display: block;
width: 100%; 
max-width: 100%; 
margin: 0; 
padding: 1.2rem 2.0rem; 
box-sizing: border-box;
font-size: 1.7rem;
font-weight: normal; 
color: #fff; 
line-height: 1.3; 
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;

} 
 .select-css::-ms-expand { 
	display: none; 
} 
 .select-css:hover { 
	border: 0.1rem solid #336A77;
} 
 .select-css:focus {
	border: 0.1rem solid #336A77;
 box-shadow: none;
font-size: 1.7rem;
font-weight: normal; 
color: #fff;
 outline: none; 
} 
 .select-css option { 
	font-weight:normal; 
} 

.button {
	background: #009999;
	border: 0.1rem solid #009999;
	border-radius: 0.6rem;
	width: 23.2rem;
	height: 5.0rem;
	font-size:1.8rem;
	color: #fff;
	line-height: 5.0rem;
	text-align: center;
	transition: all 0.5s ease 0s;
}
.button:hover {
	background: #fff;
	border: 0.1rem solid #13ACAC;
	color: #006363;
}
.modal_text {
	width: 100%;
	margin: 0 0 3.3rem;
	font-size: 1.3rem;
	color: #ECECEC;
}

.modal_text .link {
	color: #ECECEC;
}

.checkbox {
	cursor: pointer;

background: #28292B;
border: 0.1rem solid #335760;
border-radius: 0.2rem;
	display: inline-block;
	width: 2.1rem;
	height: 2.1rem;
	position: relative;
	vertical-align: middle;
}
.checkbox .bg {
	background: url(../images/pic49.png) no-repeat 50% 50%;
	width: 2.1rem;
	height: 2.1rem;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
opacity:0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.checkbox input {
	clip: rect(0, 0, 0, 0);
	position: absolute !important;
}
.checkbox input:checked + .bg {
    opacity: 1;
}

.map_block {
	height: 56.4rem;
	padding: 0 0 0 60%;
	position: relative;
}

.map_block .h3 {
	font-size: 6.0rem;
    font-weight: 600;
    margin: 0 0 6.2rem;
    position: relative;
    color: #204A54;
    line-height: 1.2;
    text-transform: uppercase;
}



.map_block>.fig {
	width: 100vw;
	height: 56.4rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.map_block>.fig>.img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: top;
}

.map_block iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: top;
}

.map_block .text {
	height: 49.3rem;
	padding: 6.8rem 0 0 6.3rem;
	position: relative;

	z-index: 2;
}

.map_block .text:after {
	content: "";
	background: #fff;
	height: 56.4rem;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	left: 0;
	z-index: -2;
}


.map_block .in{
	display: flex;
	align-items: center;
	margin: 0 0 5.9rem;
}
.phone_map_block {
	margin: 0 3.0rem 0 0;
font-size: 2.2rem;
	color: #1C1C1C;
}



.phone_map_block .link {
	background: url(../images/phone_map_block.svg) no-repeat 0 0.7rem;
	display: inline-block;
	padding: 0 0 0 3.7rem;
	color: #1C1C1C;
	text-decoration: none;
}
.map_block .social_network_map_block {
	display: flex;
}

.map_block .social_network_map_block .item {
	margin: 0 1.2rem 0 0;
}
.map_block .social_network_map_block .fig {
	width: 3.4rem;
	height: 3.5rem;
	position: relative;
	overflow: hidden;
}
.map_block .social_network_map_block .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.address_map_block {
	background: url(../images/map_block_pin.svg) no-repeat 0 0.1rem;
	margin: 0 0 1.5rem;
	padding: 0 0 0 3.4rem;
	font-size: 1.8rem;
	color: #1C1C1C;
}

.time_map_block {
	background: url(../images/time_map_block.svg) no-repeat 0.4rem 0.4rem;
	margin: 0 0 2.6rem;
	padding: 0 0 0 3.8rem;
	font-size: 1.8rem;
	color: #1C1C1C;
}

.map_block .title{
	margin: 0 0 3.7rem;
	font-size: 2.0rem;
	font-weight: 600;
	color: #204A54;
	text-transform: uppercase;
}
.map_block .btn_1{
	width: 31.1rem;
	height: 5.0rem;
	font-size: 1.8rem;
	line-height: 4.8rem;
}




.map_block2 {
  float: right;
  width: 65%;
  height: 41.6rem;
  margin: 0 0 0 4.9rem;
  position: relative;
  overflow: hidden;
}

.map_block2 iframe {
  width: 100%;
  height: 100%;
}

.contacts_map2 {
  width: 27.3rem;
}

.contacts_map2 .title {
  margin: 0 0 0.2rem;
  font-weight: 600;
  
}

.phone_map2 {
  background: url(../images/phone_map_block.svg) no-repeat 0 0.1rem;
  margin: 0 0 2.3rem;
  padding: 0 0 0 4.0rem;
}

.phone_map2 .title {
  margin: 0 0 0.5rem;
}

.phone_map2 .box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.social_network_map2 {
  display: flex;
  flex-direction: row;
}

.social_network_map2 .item:first-child {
  margin: 0 1.8rem 0 0;
}

.phone_map2 .link {
  font-size: 1.6rem;
  font-weight: 600;
  color: #2B2A29;
  text-decoration: none;
}

.mail_map2 {
  background: url(../images/header_mail.svg) no-repeat 0 0.4rem;
  margin: 0 0 0.5rem;
  padding: 0 0 0 4.0rem;
}

.mail_map2 .link {
  color: #2B2A29;
}

.address_map2 {
  background: url(../images/map_block_pin.svg) no-repeat 0 0.1rem;
  margin: 0 0 0.5rem;
  padding: 0 0 0 4.0rem;
}

.sklad_map2 {
  background: url(../images/map_block_pin.svg) no-repeat 0 0.1rem;
  margin: 0 0 0.3rem;
  padding: 0 0 0 4.0rem;
}

.time_map2 {
  background: url(../images/time_map_block.svg) no-repeat 0 0.1rem;
  margin: 0 0 0.2rem;
  padding: 0 0 0 4.0rem;
}

.social_network_map_3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 0 4.0rem;
}

.social_network_map_3 .title {
  width: 100%;
  margin: 0 0 0.7rem;
}

.social_network_map_3 .item {
  margin: 0 1.9rem 0 0;
}


.reviews_block {
    background: #fff;
    border: 0.1rem solid #EDEDED;
    border-radius: 1.3rem;
    width: calc(50% - 2.0rem);
    height: 50.7rem;
    
}

.how_get_list2 {
  margin: 0 0 1.3rem;
}

.how_get_list2 .item {
  margin: 0 0 1.3rem;
}

.how_get_list2 .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 0 1.4rem;
}

.how_get_list2 .fig {
  width: 2.8rem;
  height: 2.8rem;
  margin: 0 1.3rem 0 0;
  position: relative;
  overflow: hidden;
}

.how_get_list2 .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.how_get_list2 .text {
  font-size: 1.6rem;
  font-weight: 600;
  color: #415E77;
}

.banking_details_block2 {
  padding: 4.9rem 0 3.5rem;
  position: relative;
  text-align: center;
}

.banking_details_block2:before {
  content: "";
  background: rgba(201, 210, 217, 0.20);
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: -1000.0rem;
  z-index: -1;
}

.banking_details_block2 .h3 {
  margin: 0 0 3.2rem;
}


.c-75 {
  width: 70%;
}
.h-189{
	height: 18.9rem;
}
.crumbs {
  margin: 3.5rem 0 2.6rem;
  position: relative;
}

.crumbs:before,
.crumbs:after {
  display: none;
}

.crumbs:after {
  clear: both;
}

.crumbs .item {
  background: url(../images/crumbs.svg) no-repeat 0.6rem 0.5rem;
  display: inline;
  padding: 0 0 0 2.7rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #1C1C1C;
  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: #1C1C1C;
  text-decoration: none;
}
.content_block{
	display: flex;
}
.content_block> .left_block{
	width: 36.5rem;
	margin: 0 4.2rem 4.2rem 0;
}
.content_block> .right_block{
	width: calc(100% - 40.7rem);
}
.content_block> .left_block .title{
	margin: 0 0 1.8rem;
	font-size: 1.9rem;
	font-weight: 600;
	color: #009999;
	line-height: 1.2;
}
.content_block> .left_block .catalog_left_block{
background: #fff;
border: 0.1rem solid #E0E0E7;
border-radius: 1.2rem;
padding: 0 2.7rem;
}
.catalog_left_block_list{
	margin: 0 -2.7rem;
}
.catalog_left_block_list> .item{
	border-top: 0.1rem solid #E0E0E7;
font-size: 1.9rem;
color: #1C1C1C;
}
.catalog_left_block_list> .item:first-child{
	border-top: none;
}
.catalog_left_block_list> .item> .link{
	background: #F1F2F4;
	display: flex;
	align-items: center;
	height: 6.3rem;
	padding: 0 2.7rem;
color: #1C1C1C;
text-decoration: none;
}
.catalog_left_block_list> .item:first-child .link{
	border-radius: 1.2rem 1.2rem 0 0;
}
.catalog_left_block_list> .have_sub> .link{
	background:#F1F2F4 url(../images/catalog_left_block_arrow_down.png) no-repeat 90% 50%;
}


.catalog_left_block_list> .active> .link{
	background: #fff;
	font-weight: 600;
	color: #009999;
	line-height: 1.2;
}
.catalog_left_block_list> .have_sub.active> .link{
	background:#fff url(../images/catalog_left_block_arrow_up.png) no-repeat 90% 50%;
}
.catalog_left_block_list .sub_list{
	background: #F1F2F4;
	padding: 0.6rem 2.7rem 0 3.7rem;
}
.catalog_left_block_list .sub_list .item{
background:url(../images/catalog_left_block_mark.png) no-repeat 0 1.1rem;
margin: 0 0 2.5rem;
padding: 0 0 0 1.5rem;
font-size: 1.6rem;
}
.catalog_left_block_list .sub_list .link{
	color: #1C1C1C;
	text-decoration: none;
}
.catalog_left_block_list .sub_list .active{
	
	font-weight: 600;
	color: #009999;
}
.sort_block{
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 0 2.3rem;
}
.sort_block .left_block{
width: 70%;
display: flex;
justify-content: space-between;
}
.sort_block .right_block{
width: 8.9rem;
}
.sort_block .in{
width: calc(50% - 0.9rem);
}
.sort_block .select-css {
	background:#F1F2F4 url(../images/sort_block_select-css.svg) no-repeat 97% 50%; 
	border: 0.1rem solid #E0E0E7;
	border-radius: 1.2rem;
padding: 1.0rem 1.6rem; 
font-size: 1.6rem;
font-weight: 500; 
color: #1C1C1C;

} 

.sort_block .select-css:hover { 
	border: 0.1rem solid #E0E0E7;
} 
.sort_block .select-css:focus {
	border: 0.1rem solid #E0E0E7;
font-size: 1.6rem;
font-weight: 500; 
color: #1C1C1C;
} 
.view_list{
	display: flex;
}
.view_list .item{
	margin: 0 0 0 1.4rem;
}
.view_list .fig{
	width: 1.5rem;
	height: 2.4rem;
	position: relative;
	overflow: hidden;
}
.view_list .fig_green{
	display: none;
}
.view_list .active .fig_green{
	display: block;
}
.view_list .active .fig_grey{
	display: none;
}
.view_list .img{
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.catalog_list_2 {
	margin: 0 0 0 -2.2rem;
}

.catalog_list_2> .item {
	background: #fff;
	border: 0.1rem solid #E0E0E7;
	border-radius: 1.2rem;
	width: calc(34% - 5.9rem);
	margin: 0 0 4.3rem 2.2rem;
	padding: 1.0rem 1.4rem 2.1rem;
	position: relative;
	line-height: 1.3;
}



.catalog_list_2 .mark_list {
	display: flex;
	position: absolute;
	top: 0.7rem;
	right: 0.8rem;
	z-index: 3;
}

.catalog_list_2 .mark_list .item {
	background: #059393;
	border: 0.1rem solid #23B2B3;
	border-radius: 0.6rem;
	height: 2.1rem;
	margin: 0 0 0 0.3rem;
	padding: 0 1.0rem;
	font-size: 1.1rem;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 2.1rem;
}
.catalog_list_2 .mark_list .new {
	background: #00DDDF;
	border: 0.1rem solid #06ABAD;
	color: #006363;
}
.catalog_list_2 .mark_list .sale {
	background: #006363;
}

.catalog_list_2 .fig {
	width: 100%;
	height: 20.3rem;
	margin: 0 0 2.1rem;
	position: relative;
	overflow: hidden;
}



.catalog_list_2 .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}

.catalog_list_2 .title {
	height: 5.1rem;
	margin: 0 0 1.1rem;
	font-size: 1.9rem;
	overflow: hidden;
}


.catalog_list_2 .link {
	display: block;
	height: 5.1rem;
	color: #202020;
}

.catalog_list_2 .in_stock{
background: url(../images/carousel_4_in_stock.svg) no-repeat 0 50%;
margin: 0 0 1.0rem;
padding: 0 0 0 1.8rem;
font-size: 1.3rem;
font-weight: 600;
color: #009999;
}
.catalog_list_2 .not_stock{
background: url(../images/carousel_4_not_stock.svg) no-repeat 0 50%;
margin: 0 0 1.0rem;
padding: 0 0 0 1.8rem;
font-size: 1.3rem;
font-weight: 600;
color: #995600;
}

.catalog_list_2 .article{
	margin: 0 0 1.1rem;
font-size: 1.3rem;
font-weight: 600;
color: #838494;
height: 33px;
}
.catalog_list_2 .price_block {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 1.5rem;
    height: 43px;
}

.catalog_list_2 .old_price {
	font-size: 1.6rem;
	color: #838494;
	text-decoration: line-through;
}

.catalog_list_2 .price {
	font-size: 2.3rem;
	color: #009999;
}



.catalog_list_2 .btn_block {
	text-align: center;
}


.catalog_list_2 .btn_2 {
	
	background: #fff;
	border: 0.1rem solid #13ACAC;
	border-radius: 0.6rem;
	display: inline-block;
	width: calc(100% - 0.2rem);
	height: 3.5rem;
	font-size: 1.6rem;
	color: #006363;
	text-decoration: none;
	text-align: center;
	line-height: 3.5rem;
	transition: all 0.5s ease 0s;
}
.catalog_list_2 .btn_2:hover {
	background: #009999;
	border: 0.1rem solid #009999;
	color: #fff;
}
.catalog_list_2_spisok{
margin: 0;
}
.catalog_list_2_spisok> .item {
  width: calc(100% - 2.5rem);
  margin: 0 0 3.1rem;
  padding: 1.2rem 2.3rem 1.2rem 0;
  display: flex;
  align-items: center;
  text-align: left;
}
.catalog_list_2_spisok .fig {
  width: 16.8rem;
  height: 15.1rem;
  margin: 0 2.2rem 0 0;
}
.catalog_list_2_spisok .btn_1 {
  width: 17.5rem;
}
.catalog_list_2_spisok .btn_2 {
  width: 17.5rem;
}
.catalog_list_2_spisok .link {
  height: auto;
}
.catalog_list_2_spisok .title {
  height: auto;
}
.catalog_list_2_spisok .in_center{
	width: calc(100% - 38.9rem);
	margin: 0 2.2rem 0 0;
}
.catalog_list_2_spisok .in_right{
	width: 17.7rem;
}
.catalog_list_2_spisok .price_block {
  align-items: flex-start;
}
.catalog_list_2_spisok .price {
  margin: 0 0 0.4rem;
}
.catalog_list_2_spisok .price_block {
  margin: 0 0 1.9rem;
}





.catalog_list_2_table{
margin: 0;
}
.catalog_list_2_table> .item {
	border: none;
	border-top: 0.1rem solid #E0E0E7;
	border-radius: 0;
  width: 100%;
  margin: 0;
  padding: 3.1rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
}
.catalog_list_2_table> .item:first-child {
	border: none;
	padding: 0 0 3.1rem;
}
.catalog_list_2_table .fig {
  width: 9.2rem;
  height: 8.3rem;
  margin: 0 1.3rem 0 0;
}
.catalog_list_2_table .btn_1 {
  width: 13.5rem;
}
.catalog_list_2_table .btn_2 {
  width: 13.5rem;
}
.catalog_list_2_table .link {
  height: auto;
}
.catalog_list_2_table .title {
  height: auto;
}
.catalog_list_2_table .in_center{
	width: calc(100% - 41.0rem);
	margin: 0 1.3rem 0 0;
}
.catalog_list_2_table .in_right{
	width: 29.2rem;
	display: flex;
	justify-content: space-between;
}
.catalog_list_2_table .price_block {
  align-items: flex-start;
}
.catalog_list_2_table .price {
  margin: 0 0 0.4rem;
  font-size: 1.9rem;
}
.catalog_list_2_table .price_block {
  margin: 0 0 1.9rem;
}
.catalog_list_2_table .in{
	display: flex;
}
.catalog_list_2_table .in_stock {
  background: url(../images/carousel_4_in_stock.svg) no-repeat 0 0.4rem;
  margin: 0 3.5rem 0 0;
}
.page_block{
	margin: 0 0 4.5rem;
	padding: 0 5.0rem;
	position: relative;
}
.page_block .next{
	background: url(../images/page_next.svg) no-repeat 50% 50%;
	display: block;
	width: 3.3rem;
	height: 3.4rem;
	position: absolute;
	top: 0;
	right: 0;
}
.page_block .prev{
	background: url(../images/page_prev.svg) no-repeat 50% 50%;
	display: block;
	width: 3.3rem;
	height: 3.4rem;
	position: absolute;
	top: 0;
	left: 0;
}
.pages {
	
	text-align: center;
}

.pages .item {
	margin: 0 0.8rem;
	font-size: 1.5rem;
	font-weight: bold;
	color: #F1F2F4;
	text-align: center;
}

.pages .link {
	background: #F1F2F4;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	border: 0.1rem solid #E0E0E7;
	border-radius: 1.2rem;
	display: block;
	min-width: 2.3rem;
	height: 3.4rem;
	padding: 0 0.5rem;
	position: relative;
	color: #1C1C1C;
	text-decoration: none;
	line-height: 3.4rem;
	transition: all 0.5s ease 0s;
}

.pages .item:hover .link,
.pages .active {
	background: #009999;
	border-radius: 1.2rem;
	min-width: 2.3rem;
	height: 3.4rem;
	padding: 0 0.5rem;
	color: #F1F2F4;
	line-height: 3.4rem;
}
.product_card{
	display: flex;
	align-items: flex-start;
	margin: 0 0 4.9rem;
}
.product_card .left_block{
	width: 45.4rem;
	margin: 0 3.1rem 0 0;
}
.product_card .center_block{
	width: calc(100% - 91.4rem);
	margin: 0 11.2rem 0 0;
}
.product_card .center_block .title{
	margin: 0 0 1.8rem;
	font-size: 2.2rem;
	color: #1C1C1C;
	text-transform: uppercase;
}
.product_card .center_block .gabarit_block{
	margin: 0 0 2.4rem;
}
.product_card .center_block .gabarit_block p{
	margin: 0;
}
.product_card .number {
	background: #fff;
	border: 0.1rem solid #DBE2E7;
	border-radius: 0.4rem;
	display: block;
	width: 9.7rem;
	height: 3.1rem;
	margin: 0 0 2.2rem;
	padding: 0.5rem 3.5rem;
	position: relative;
	overflow: hidden;
}
.product_card .number .field {
	background: #fff;
	border: none;
	border-right: 0.1rem solid #DADDE0;
	border-left: 0.1rem solid #DADDE0;
	border-radius: 0;
	width: 100%;
	height: 3.1rem;
	padding: 0.5rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #35302E;
	text-align: center;
}
.product_card .number .field:-moz-placeholder {
	font-size: 1.6rem;
	font-weight: 500;
	color: #35302E;
}
.product_card .number .field::-moz-placeholder {
	font-size: 1.6rem;
	font-weight: 500;
	color: #35302E;
}
.product_card .number .field::-webkit-input-placeholder {
	font-size: 1.6rem;
	font-weight: 500;
	color: #35302E;
}
.product_card .number .field:-ms-input-placeholder {
	font-size: 1.6rem;
	font-weight: 500;
	color: #35302E;
}
.product_card .number .field.placeholder {
	font-size: 1.6rem;
	font-weight: 500;
	color: #35302E;
}
.product_card .number .up {
	background: url(../images/product_card_number_plus.svg) no-repeat 50% 50%;
	display: block;
	width: 3.4rem;
	height: 4.1rem;
	position: absolute;
	top: 0;
	right: 0;
}
.product_card .number .down {
	background: url(../images/product_card_number_minus.svg) no-repeat 50% 50%;
	display: block;
	width: 3.4rem;
	height: 4.1rem;
	position: absolute;
	top: 0;
	left: 0;
}
.product_card .center_block .delivery_list .item{
	margin: 0 0 1.8rem;
font-size: 1.9rem;
}
.product_card .center_block .delivery_list .link{
	border-bottom: 0.1rem dashed #009999;
color: #009999;
text-decoration: none;
transition: all 0.5s ease 0s;
}
.product_card .center_block .delivery_list .link:hover{
	border-bottom: 0.1rem dashed #fff;
}
.product_card .right_block{
	background: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	border: 0.1rem solid #E0E0E7;
	border-radius: 1.2rem;
	width: 26.1rem;
	padding: 2.4rem 2.7rem;
}

.product_card .right_block .in_stock{
background: url(../images/carousel_4_in_stock.svg) no-repeat 0 50%;
margin: 0 0 4.5rem;
padding: 0 0 0 1.8rem;
font-size: 1.6rem;
font-weight: 500;
color: #009999;
}


.product_card .right_block .not_stock{
background: url(../images/carousel_4_not_stock.svg) no-repeat 0 50%;
margin: 0 0 4.5rem;
padding: 0 0 0 1.8rem;
font-size: 1.6rem;
font-weight: 500;
color: #995600;
}

.product_card .right_block .price_block {
	
	margin: 0 0 1.6rem;
}

.product_card .right_block .old_price {
	font-size: 1.6rem;
	color: #838494;
	text-decoration: line-through;
}

.product_card .right_block .price {
	font-size: 3.6rem;
	font-weight: 600;
	color: #009999;
}





.product_card .right_block .btn_1 {
	height: 4.7rem;
	font-size: 1.8rem;
	line-height: 4.7rem;
}

.product_card .right_block .btn_2 {
	background: #fff;
	border: 0.1rem solid #13ACAC;
	border-radius: 0.6rem;
	display: inline-block;
	width: calc(100% - 0.2rem);
	height: 4.7rem;
	font-size: 1.8rem;
	color: #006363;
	text-decoration: none;
	text-align: center;
	line-height: 4.7rem;
	transition: all 0.5s ease 0s;
}
.product_card .right_block .btn_2:hover {
	background: #009999;
	border: 0.1rem solid #009999;
	color: #fff;
}
.product_card .fig_block{
	display: flex;
}
.carousel_7 {
	margin: 0 0 2.2rem;
	overflow: hidden;
	position: relative;
}
.carousel_7 .splide__arrows{
	display: none;
}
.carousel_7:hover .splide__arrows{
	display: block;
}
.carousel_7 .splide__arrow {
	opacity: 1;
	border-radius: 0;
}

.carousel_7 .splide__arrow:hover {
	opacity: 1;
}

.carousel_7 .splide__arrow--next {
	background: rgba(255,255,255,0.20) url(../images/carousel_4_next.svg) no-repeat 50% 50%;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
	border: 0.1rem solid #CFCFCF;
	border-radius: 4.0rem;
	display: block;
	width: 3.9rem;
	height: 3.9rem;
	margin: -2.0rem 0 0;
	position: absolute;
	top: 50%;
	right: 1.0rem;
	transform: none;
}


.carousel_7 .splide__arrow--prev {
	background: rgba(255,255,255,0.20) url(../images/carousel_4_prev.svg) no-repeat 50% 50%;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
	border: 0.1rem solid #CFCFCF;
	border-radius: 4.0rem;
	display: block;
	width: 3.9rem;
	height: 3.9rem;
	margin: -2.0rem 0 0;
	position: absolute;
	top: 50%;
	right: auto;
	left: 1.0rem;
	transform: none;
}




.carousel_7 svg {
	display: none;
}

.carousel_7 .splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.carousel_7 .splide__list {
	backface-visibility: hidden;
	display: flex;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
.carousel_7 .splide__slide {
	position: relative;
	height: auto !important;
}
.carousel_7 .fig {
	background: #fff;
	border: 0.1rem solid #E0E0E7;
	border-radius: 1.2rem;
	width: 33.3rem;
	height: 33.6rem;
	position: relative;
	overflow: hidden;
}
.carousel_7 .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.carousel_7 .splide__pagination {
	counter-reset: pagination-num;
	margin: 0 0 -5.4rem;
}
.carousel_7 .splide__pagination__page {
	background: none;
	border-radius: 0;
	height: auto;
	opacity: 1;
	width: auto;
}
.carousel_7 .splide__pagination__page:before {
	counter-increment: pagination-num;
	content: counter(pagination-num);
}
.carousel_7 .splide__pagination__page {
	background: none;
	transform: none;
	display: block;
	transition: 0.3s;
}
.carousel_8{
	height: 28.4rem;
	margin: 0 4.2rem 0 0;
	padding: 2.7rem 0;
	overflow: hidden;
	position: relative;
}
.carousel_8 .splide__arrow {
	opacity: 1;
	border-radius: 0;
}

.carousel_8 .splide__arrow:hover {
	opacity: 1;
}
.carousel_8.splide--ttb> .splide__arrows .splide__arrow--next {
	background:  url(../images/carousel_8_next.svg) no-repeat 50% 100%;
	display: block;
	width: 7.4rem;
	height: 2.7rem;
	position: absolute;
	top: auto;
	right: auto;
	left: 0;
	bottom: 0;
	transform: none;
}

.carousel_8.splide--ttb> .splide__arrows .splide__arrow--prev {
	background: url(../images/carousel_8_prev.svg) no-repeat 50% 0;
	display: block;
	width: 7.4rem;
	height: 2.7rem;
	position: absolute;
	top: 0;
	right: auto;
	left: 0;
	transform: none;
}

.carousel_8 svg {
	display: none;
}

.carousel_8 .splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.carousel_8 .splide__list {
	backface-visibility: hidden;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
.carousel_8 .splide__slide {
	border: none !important;
	position: relative;
	transition: 0.3s;
	padding: 1.0rem 0;
}

.carousel_8 .fig {
	background: #fff;
	border: 0.1rem solid #E0E0E7;
	border-radius: 1.2rem;
	display: block;
	width: 7.2rem;
	height: 7.2rem;
	overflow: hidden;
	position: relative;
}
.carousel_8 .is-active .fig{
border: 0.1rem solid #009999;
}
.carousel_8 .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.box_1{
	background: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
border-radius: 1.2rem;
margin: 0 0 4.7rem;
padding: 3.0rem 3.7rem 0.9rem;
}

.delivery_list .item{
	display: flex;
	margin: 0 0 3.7rem;
}
.delivery_list .fig{
	width: 4.4rem;
	height: 4.4rem;
	margin: 0 1.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% - 6.3rem);
}
.delivery_list .title{
	font-weight: 600;
}
.basket_content {
	display: flex;
	margin: 0 0 6.8rem;
	position: relative;
}



.basket_content .left_block {
	width: calc(100% - 36.4rem);
}



.basket_content .delete_all {
	background: url(../images/basket_content_delete_all.svg) no-repeat 0 50%;
	display: inline-block;
	padding: 0 0 0 2.4rem;
	color: #009999;
	text-decoration: none;
}


.basket_content .left_block .box {
	background: #fff;
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.09);
	border: 0.1rem solid #E0E0E7;
	border-radius: 1.2rem;
	margin: 0 0 3.2rem;
	padding: 3.5rem 2.5rem 3.9rem;
}

.basket_content .btn_3 {
	background: #009999 url(../images/basket_content_btn_3.svg) no-repeat 1.9rem 50%;
	border-radius: 0.6rem;
	display: inline-block;
	width: 20.6rem;
	height: 3.7rem;
	padding: 0 0 0 4.5rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	line-height: 3.7rem;

}

.basket_content .result_basket {
	
	width: 31.7rem;
	height: 33.8rem;
	margin: 0 0 0 4.7rem;
	
	position: sticky;
	top: 10.0rem;
}
.result_basket_box{
background: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	border: 0.1rem solid #E0E0E7;
	border-radius: 1.2rem;
	margin: 0 0 1.7rem;
	padding: 1.6rem 2.7rem 0.3rem;
}
.basket_content .result_basket .title {
	margin: 0 0 2.6rem;
	font-size: 2.2rem;
	font-weight: bold;
	color: #204A54;
	text-transform: uppercase;

}
.basket_content .result_basket .price_block{
margin: 0 0 4.6rem;
}
.basket_content .result_basket .price {
	font-size: 3.6rem;
	font-weight: 600;
	color: #009999;
	line-height: 1.2;
}
.basket_content .result_basket .old_price {
  font-size: 1.6rem;
  color: #838494;
  text-decoration: line-through;
}


.basket_content .result_basket .btn_1 {
	height: 4.7rem;
	font-size: 1.8rem;
	line-height: 4.7rem;
}
.form5{
	background: #F1F2F4;
	border: 0.1rem solid #E0E0E7;
	border-radius: 1.2rem;
	padding: 2.1rem 4.1rem 4.5rem;
}
.form5 .in{
	margin: 0 0 2.0rem;
}
.form5 .label{
	border-right: none;
  display: block;
  width: auto;
  padding: 0;
	font-size: 1.9rem;
	font-weight: 500;
	color: #204A54;
	text-align: left;
}
.form5 .field {
	background: #fff;
	border: 0.1rem solid #E0E0E7;
	border-radius: 1.2rem;
	padding: 1.4rem 2.1rem 1.3rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #838494;
}

.form5 .field:-moz-placeholder {
	font-size: 1.6rem;
	font-weight: 500;
	color: #838494;
}

.form5 .field::-moz-placeholder {
	font-size: 1.6rem;
	font-weight: 500;
	color: #838494;
}

.form5 .field::-webkit-input-placeholder {
font-size: 1.6rem;
	font-weight: 500;
	color: #838494;
}

.form5 .field:-ms-input-placeholder {
font-size: 1.6rem;
	font-weight: 500;
	color: #838494;
}

.form5 .field.placeholder {
	font-size: 1.6rem;
	font-weight: 500;
	color: #838494;
}
.h-115{
	height: 11.5rem;
}


.form5 .captcha .field {
	background: #25545F;
	border: 0.1rem solid #3B646E;
	border-radius: 0 1.2rem 1.2rem 0;
	width: 100%;
	padding: 1.0rem 1.6rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
}

.form5 .captcha .field:-moz-placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
}

.form5 .captcha .field::-moz-placeholder {
font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
}

.form5 .captcha .field::-webkit-input-placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
}

.form5 .captcha .field:-ms-input-placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
}

.form5 .captcha .field.placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
}

.form5 .captcha .fig {
	background: #fff;
	border: 0.1rem solid #E0E0E7;
	border-radius: 1.2rem 0 0 1.2rem;
}
.form5 .checkbox {
	cursor: pointer;

background: #fff;
border: 0.1rem solid #E0E0E7;
}
.form5 .modal_text .label_2 {
  color: #1C1C1C;
}
.form5 .modal_text .label_2 .link{
  color: #1C1C1C;
}
.form5 .necessarily_text{
font-size: 1.3rem;
color: #838494;
}
.form5 .button {
	border-radius: 1.2rem;
  width: 31.1rem;
}
.empty_cart_page{
	width: 48.2rem;
	margin: 0 auto;
	text-align: center;
}
.empty_cart_page .h5{
	background:  url(../images/empty_cart_h5.svg) no-repeat 50% 0;
	display: inline-block;
	padding: 11.7rem 0 0;
}
.empty_cart_page .btn_1 {
  border-radius: 1.2rem;
  width: 23.0rem;
  height: 4.8rem;
  font-size: 1.8rem;
  line-height: 4.8rem;
}
.fig_1{
	border-radius: 1.2rem;
	float: left;
	width: 34.3rem;
	height: 47.6rem;
	margin: 0 3.9rem 0 0;
	position: relative;
	overflow: hidden;
}
.fig_1 .img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.fig_2{
	border-radius: 1.2rem;
	float: right;
	width: 29.9rem;
	height: 37.2rem;
	margin: 0 0 0 3.7rem;
	position: relative;
	overflow: hidden;
}
.fig_2 .img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.box_2{
	position:relative;
}

.jakori {
    position: absolute;
    top: -160px;
    left: 0;
}
.btn_5{
	background: #6FFEFF;
	border-radius: 0.6rem;
	display: block;
	width: 34.4rem;
	height: 5.2rem;
	font-size: 2.2rem;
	font-weight: 600;
	color: #006363;
	text-decoration: none;
	text-align: center;
	line-height: 5.2rem;
}
.catalog_list_3{
margin: 0 0 3.7rem -4.0rem;
}
.catalog_list_3 .item{
	background: #006363;
	border: 0.1rem solid #E0E0E7;
	border-radius: 1.2rem;
	width: calc(50% - 13.0rem);
	min-height: 27.9rem;
    max-height: 48rem;
	margin: 0 0 3.5rem 4.0rem;
	padding: 2.3rem 3.5rem;
	color: #F1F2F4;
}
.catalog_list_3 .title{
	background:  url(../images/catalog_list_3.svg) no-repeat;
	display: inline-block;
	height: 2.9rem;
	margin: 0 0 1.5rem;
	padding: 6.6rem 0 0;
	font-size: 2.3rem;
	color: #6FFEFF;
	text-transform: uppercase;
	overflow: hidden;
}
.catalog_list_3 .text{
	
    min-height: 7.9rem;
    
	overflow: hidden;
}
.carousel_9 {
	margin: 0 0 9.5rem;
	padding: 0 6.9rem;
	position: relative;
}

.carousel_9 .splide__arrow {
	opacity: 1;
	border-radius: 0;
}

.carousel_9 .splide__arrow:hover {
	opacity: 1;
}

.carousel_9 .splide__arrow--next {
	background: rgba(255,255,255,0.20) url(../images/carousel_4_next.svg) no-repeat 50% 50%;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
	border: 0.1rem solid #CFCFCF;
	border-radius: 4.0rem;
	display: block;
	width: 3.9rem;
	height: 3.9rem;
	margin: -2.0rem 0 0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: none;
	z-index: 5;
}


.carousel_9 .splide__arrow--prev {
	background: rgba(255,255,255,0.20) url(../images/carousel_4_prev.svg) no-repeat 50% 50%;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
	border: 0.1rem solid #CFCFCF;
	border-radius: 4.0rem;
	display: block;
	width: 3.9rem;
	height: 3.9rem;
	margin: -2.0rem 0 0;
	position: absolute;
	top: 50%;
	right: auto;
	left: 0;
	transform: none;
	z-index: 5;

}



.carousel_9 svg {
	display: none;
}


.carousel_9 .splide__track {
	overflow: hidden;
}

.carousel_9 .splide__slide {
	position: relative;
	padding: 0 1.5rem;
}

.carousel_9 .fig {
	border: 0.1rem solid #E0E0E7;
	border-radius: 1.2rem;
	width: 100%;
	height: 0;
	padding: 0 0 82%;
	position: relative;
	overflow: hidden;
}

.carousel_9 .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}

.carousel_9 .splide__pagination {
	display: none;
}
.grey_block{
	padding: 5.6rem 0;
	position: relative;
}
.grey_block:before{
	content: "";
	background: #F1F2F4;
	border-top: 0.1rem solid #E0E0E7;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.harakteristic_list{
	display: flex;
	margin: 0 0 7.0rem;
}
.harakteristic_list .item{
	margin: 0 4.0rem 0 0;
	font-size: 2.2rem;
	text-transform: uppercase;
}
.harakteristic_list .link{
	border-bottom: 0.1rem dashed #009999;
	color: #009999;
	text-decoration: none;
}
.harakteristic_list .link:hover{
	border-bottom: 0.1rem dashed #F1F2F4;
}
.advantages_list_2{
	margin: 0 0 3.6rem;
}
.advantages_list_2> .item{
	background: #fff;
	border: 0.1rem solid #E0E0E7;
	border-radius: 1.2rem;
	margin: 0 0 2.6rem;
	padding: 0.5rem 2.9rem;
	
}
.advantages_list_2 .title{
	display: flex;
	align-items: center;
	margin: 0 0 0.3rem;
	text-transform: uppercase;
}
.advantages_list_2 .number{
	margin: 0 1.6rem 0 0;
	font-size: 4.0rem;
	font-weight: 600;
	color: #006363;
}
.advantages_list_2 .text{
	font-size: 2.2rem;
	font-weight: 600;
	color: #000;
}
.dopolnitelino_list{
	display: flex;
	margin: 1.2rem 0 3.1rem -8.4rem;
}
.dopolnitelino_list .item{
	margin: 0 0 0 8.4rem;
}
.dopolnitelino_list .fig{
	width: 5.3rem;
	height: 5.3rem;
	margin: 0 0 2.0rem;
	position: relative;
	overflow: hidden;
}
.dopolnitelino_list .img{
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.dopolnitelino_list .title{
	font-size: 1.9rem;
	color: #204A54;
}
.title_dopolnitelino{
	margin: 0 0 1.5rem;
	font-size: 2.2rem;
	font-weight: 600;
	color: #204A54;
	text-transform: uppercase;
}
.about_block{
	display: flex;
    padding: 8.6rem 0 8.6rem;
}


.about_block .fig{
	width: 54.2rem;
	height: 55.6rem;
	margin: 0 0 0 5.6rem;
	position: relative;
	overflow: hidden;
}
.about_block .img{
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.about_block .text{
	width: calc(100% - 59.8rem);
}


.about_block2{
	display: flex;
    padding: 1.6rem 0 1.6rem;
}


.about_block2 .fig{
	width: 54.2rem;
	height: 55.6rem;
	margin: 0 0 0 5.6rem;
	position: relative;
	overflow: hidden;
}
.about_block2 .img{
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
    border-radius: 50%;
}
.about_block2 .text{
	width: calc(100% - 59.8rem);
}

.serviceabout_block{
    padding: 8.6rem 0 0;
}


.carousel_10 {
	padding: 0 7.6rem;
	position: relative;
}

.carousel_10 .splide__arrow {
	opacity: 1;
	border-radius: 0;
}

.carousel_10 .splide__arrow:hover {
	opacity: 1;
}

.carousel_10 .splide__arrow--next {
	background: rgba(255,255,255,0.20) url(../images/carousel_4_next.svg) no-repeat 50% 50%;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
	border: 0.1rem solid #CFCFCF;
	border-radius: 4.0rem;
	display: block;
	width: 3.9rem;
	height: 3.9rem;
	margin: -2.0rem 0 0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: none;
	z-index: 5;
}


.carousel_10 .splide__arrow--prev {
	background: rgba(255,255,255,0.20) url(../images/carousel_4_prev.svg) no-repeat 50% 50%;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
	border: 0.1rem solid #CFCFCF;
	border-radius: 4.0rem;
	display: block;
	width: 3.9rem;
	height: 3.9rem;
	margin: -2.0rem 0 0;
	position: absolute;
	top: 50%;
	right: auto;
	left: 0;
	transform: none;
	z-index: 5;

}



.carousel_10 svg {
	display: none;
}


.carousel_10 .splide__track {
	overflow: hidden;
}

.carousel_10 .splide__slide {
	position: relative;
	padding: 0 1.0rem;
	font-size: 2.3rem;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.3;
}


.carousel_10 .link{
	display: block;
	
	position: relative;
	color: #fff;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.carousel_10 .splide__slide:hover .link{
	font-weight: 600;
	color: #6FFEFF;
}
.carousel_10 .fig{
	background: linear-gradient(318.42deg, rgba(0, 0, 0, 0) 25.62%, #001E1E 92.53%);

	border: 0.1rem solid #FFFFFF;
	border-radius: 1.2rem;
	width: calc(100% - 0.2rem);
	height: 29.5rem;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease 0s;
}

.carousel_10 .fig:after{
	content: "";
	background: linear-gradient(318.42deg, rgba(0, 0, 0, 0) 25.62%, #001E1E 92.53%);
	border-radius: 1.2rem;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.carousel_10 .fig:before{
	content: "";
	border: 0.3rem solid #009999;
	border-radius: 1.2rem;
	position: absolute;
	top: -0.1rem;
	right: -0.1rem;
	bottom: -0.1rem;
	left: -0.1rem;
	opacity: 0;
	z-index: 2;
	transition: all 0.5s ease 0s;
}
.carousel_10 .splide__slide:hover .fig{
	border: 0.1rem solid #009999;
}
.carousel_10 .splide__slide:hover .fig:before{
	opacity: 1;
}
.carousel_10 .fig .img{
    width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	transform: scaleY(1);
	transition: all 0.7s ease 0s;
	
}
.carousel_10 .splide__slide:hover .fig .img{
	transform: scale(1.2);
}
.carousel_10 .box{
	padding: 2.4rem 1.0rem 0 2.8rem;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.carousel_10 .icon{
	width: 5.1rem;
	height: 5.1rem;
	margin: 0 0 0.1rem;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.carousel_10 .icon_white{
	display: none;
}
.carousel_10 .splide__slide:hover .icon_white{
	display: block;
}
.carousel_10 .splide__slide:hover .icon_green{
	display: none;
}
.carousel_10 .icon .img{
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.carousel_10 .title{
	position: relative;
	z-index: 1;
}

.carousel_10 .splide__pagination {
	display: none;
}
.carousel_11 {
	margin: 0 0 8.1rem;
	padding: 0 7.9rem;
	position: relative;
}

.carousel_11 .splide__arrow {
	opacity: 1;
	border-radius: 0;
}

.carousel_11 .splide__arrow:hover {
	opacity: 1;
}

.carousel_11 .splide__arrow--next {
	background: rgba(255,255,255,0.20) url(../images/carousel_4_next.svg) no-repeat 50% 50%;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
	border: 0.1rem solid #CFCFCF;
	border-radius: 4.0rem;
	display: block;
	width: 3.9rem;
	height: 3.9rem;
	margin: -2.0rem 0 0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: none;
	z-index: 5;
}


.carousel_11 .splide__arrow--prev {
	background: rgba(255,255,255,0.20) url(../images/carousel_4_prev.svg) no-repeat 50% 50%;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
	border: 0.1rem solid #CFCFCF;
	border-radius: 4.0rem;
	display: block;
	width: 3.9rem;
	height: 3.9rem;
	margin: -2.0rem 0 0;
	position: absolute;
	top: 50%;
	right: auto;
	left: 0;
	transform: none;
	z-index: 5;

}



.carousel_11 svg {
	display: none;
}


.carousel_11 .splide__track {
	overflow: hidden;
}

.carousel_11 .splide__slide {
	position: relative;
	padding: 0 1.5rem;
}

.carousel_11 .fig {
	border: 0.1rem solid #E0E0E7;
	border-radius: 1.2rem;
	width: 100%;
	height: 0;
	padding: 0 0 82%;
	position: relative;
	overflow: hidden;
}

.carousel_11 .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}

.carousel_11 .splide__pagination {
	display: none;
}
.gallerry_list{
margin: 0 0 7.9rem;
}
.gallerry_list .item{
	margin: 0 0 1.0rem;
}
.gallerry_list .fig{
	border-radius: 1.2rem;
	width: 54.2rem;
	height: 30.5rem;
	margin: 0 0 0 4.3rem;
	float: right;
	position: relative;
	overflow: hidden;
}
.gallerry_list .item:nth-child(2n) .fig{
	float: left;
	margin: 0 4.3rem 0 0;
}
.gallerry_list .img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.gallerry_list_2{
margin: 0 0 4.4rem -4.8rem;
}
.gallerry_list_2 .item{
	width: calc(34% - 5.8rem);
	margin: 0 0 4.8rem 4.8rem;
}
.gallerry_list_2 .fig{
	border-radius: 1.2rem;
	display: block;
	width: 100%;
	height: 0;
	padding: 0 0 73%;
	position: relative;
	overflow: hidden;
}
.gallerry_list_2 .img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.modal {
	position: fixed;
	z-index: 1000;
}
.modal__inner {
	overflow: hidden;
	overflow-y: scroll;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.modal, .modal__bg {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.modal__horisontal_inner {
	display: table;
	height: 100%;
	margin: auto;
}
.modal__vertical_inner {
	display: table-cell;
	vertical-align: middle;
	-webkit-perspective: 1300px;
	perspective: 1300px;
}
.modal__bg {
	background: #000;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.show .modal__bg {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modal__content {
	background: #204A54;
	border-radius: 2.0rem;
	padding: 24px;
	position: relative;
}
.modal__content .in {
	margin: 0 0 2.5rem;
}



.modal__content .black_block {
	background: #28292B;
	border: 0.1rem solid #336A77;
	border-radius: 0.4rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding: 0.8rem 0;
}



.modal__content .field {
	background: none;
	border: none;
	padding: 0.5rem 1.6rem 0.5rem 3.3rem;
}

.modal__content .field_textarea {
	background: #28292B;
	border: 0.1rem solid #336A77;
	border-radius: 0.4rem;
	padding: 1.3rem 2.3rem;
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
}


.modal__content .field_textarea:-moz-placeholder {
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
}

.modal__content .field_textarea::-moz-placeholder {
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
}

.modal__content .field_textarea::-webkit-input-placeholder {
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
}

.modal__content .field_textarea:-ms-input-placeholder {
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
}

.modal__content .field_textarea.placeholder {
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
}
.modal__content .label .fig{
	display: block;
	width: 2.0rem;
	height: 2.0rem;
	margin: 0 0.1rem 0 0;
	position: relative;
	overflow: hidden;
}
.modal__content .label .img{
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.modal__content .label .text{
	width: calc(100% - 2.6rem);
}
.modal_box_form .modal__content {
	width: 55.8rem;
	padding: 6.8rem 7.5rem 5.7rem;
	position: relative;
	color: #FFFFFF;
}

.modal__content .h3 {
	margin: 0 0 4.6rem;
	font-size: 3.5rem;
	font-weight: 600;
	color: #fff;

}


.box_thanks .modal__content {
	width: 49.3rem;
	padding: 7.1rem 5.7rem 5.2rem;
	font-size: 3.2rem;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.box_basket .modal__content {
	width: 49.3rem;
	padding: 10.9rem 5.7rem 5.7rem;
	font-size: 3.5rem;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.box_basket .btn_1 {
  width: 23.0rem;
  height: 4.8rem;
  font-size: 1.8rem;
  line-height: 4.8rem;
  font-weight: 500;
  text-transform: none;
}
.box_basket .h3 {
	line-height: 1.4;
}
.box_basket_2 .modal__content {
	width: 49.3rem;
	padding: 10.9rem 5.7rem 5.7rem;
	font-size: 3.5rem;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.box_basket_2 .modal__content .h3{
	background: url(../images/box_basket_2.svg) no-repeat 50% 0;
	padding: 8.9rem 0 0;
}
.box_basket_2 .modal__content .btn_1 {
  width: 23.0rem;
  height: 4.8rem;
  font-size: 1.8rem;
  line-height: 4.8rem;
}
.modal__close_btn {
	background: url(../images/modal_close.svg) no-repeat 50% 50%;
	width: 7.5rem;
	height: 7.0rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}











.modal_lightbox__prev,
.modal_lightbox__next {
	cursor: pointer;
	width: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.modal_lightbox__next {
	left: auto;
	right: 0;
}
.captcha {
	width: 100%;
	display: inline-block;
	padding-left: 13.4rem;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.captcha .fig img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}

.captcha .field {
	background: #25545F;
	border: 0.1rem solid #3B646E;
	border-radius: 0 0.4rem 0.4rem 0;
	width: 100%;
	padding: 0.9rem 1.6rem;
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
	text-align: center;
}

.captcha .field:-moz-placeholder {
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
}

.captcha .field::-moz-placeholder {
font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
}

.captcha .field::-webkit-input-placeholder {
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
}

.captcha .field:-ms-input-placeholder {
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
}

.captcha .field.placeholder {
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
}

.captcha .fig {
	background: #28292B;
	border: 0.1rem solid #36626D;
	border-radius: 0.4rem 0 0 0.4rem;
	width: 13.2rem;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.c-60{
	width: 60%;
}
/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
	min-width: 102.4rem;
	max-width: 136.0rem;
	height: 55.2rem;
	margin: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.footer:after {
	content: "";
	background: #1F1F1F;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}

.footer .top_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 3.2rem);
	height: 10.8rem;
	padding: 0 1.6rem;
}

.footer .top_block .in {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 22.5rem;
}
.logo_footer {
	background: url(../images/logo_footer.svg) no-repeat;
	width: 7.0rem;
	height: 2.4rem;
}

.logo_footer .link {
	display: block;
	width: 7.0rem;
	height: 2.4rem;
}



.slogan_footer {
	width: 13.9rem;
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.2;
}

.address_footer {
	background: url(../images/address_footer.svg) no-repeat;
	min-height: 2.1rem;
	padding: 0.4rem 0 0 3.4rem;
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.2;
}

.footer .top_block .in_2 {
	display: flex;
	align-items: center;
}

.phone_footer {
	margin: 0 2.2rem 0 0;
	font-size: 1.5rem;
	color: #fff;
}



.phone_footer .link {
	background: url(../images/phone_footer.svg) no-repeat 0 0.3rem;
	display: inline-block;
	padding: 0 0 0 3.5rem;
	color: #fff;
	text-decoration: none;
}

.social_network_footer {

	display: flex;
	flex-direction: row;
}


.social_network_footer .item {
	margin: 0 1.2rem 0 0;
}

.social_network_footer .fig {
	display: block;
	width: 2.6rem;
	height: 2.7rem;
	position: relative;
	overflow: hidden;
}



.social_network_footer .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.mail_footer{
font-size: 1.5rem;
}



.mail_footer .link {
	background: url(../images/mail_footer.svg) no-repeat 0 0.4rem;
	display: inline-block;
	padding: 0 0 0 3.6rem;
	color: #fff;
	text-decoration: none;
}
.center_footer {
	border-top: 0.1rem solid #010101;
	border-bottom: 0.1rem solid #010101;
	display: flex;
	justify-content: space-between;
	height: 25.1rem;
	margin: 0 0 2.9rem;
	padding: 3.2rem 1.6rem 0;

}

.catalog_footer {
	width: 40%;
}

.catalog_footer .title {
	margin: 0 0 1.6rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #00ACAC;
	text-transform: uppercase;
}

.catalog_footer .title .link {
	color: #00ACAC;
	text-decoration: none;
}

.catalog_list_footer {
	column-count: 2;
	position: relative;
	z-index: 1;
}

.catalog_list_footer .item {
	page-break-inside: avoid;
	break-inside: avoid;
	margin: 0 0 2.1rem;
	font-size: 1.5rem;
	line-height: 1.2;
}

.catalog_list_footer .link {
	color: #959595;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}

.catalog_list_footer .link:hover {
	color: #fff;
}


.services_footer {
	width: 40%;
}

.services_footer .title {
	margin: 0 0 1.6rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #00ACAC;
	text-transform: uppercase;
}

.services_footer .title .link {
	color: #00ACAC;
	text-decoration: none;
}

.services_list_footer {
	column-count: 2;
	position: relative;
	z-index: 1;
}

.services_list_footer .item {
	page-break-inside: avoid;
	break-inside: avoid;
	margin: 0 0 2.1rem;
	font-size: 1.5rem;
	line-height: 1.2;
}

.services_list_footer .link {
	color: #959595;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}

.services_list_footer .link:hover {
	color: #fff;
}

.nav_footer {
	width: 20%;
}

.nav_footer .item {
	margin: 0 0 2.2rem;
	font-size: 1.6rem;
	font-weight: bold;
	text-transform: uppercase;
}

.nav_footer .link {
	color: #00ACAC;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}

.nav_footer .link:hover {
	color: #fff;
}
.footer .bottom_block {
	margin: 0 1.6rem;

}

.footer .bottom_block .in {
	display: flex;
	justify-content: space-between;
}



.info_footer {
	margin: 0 0 1.8rem;
	font-size: 1.3rem;
	color: #DCDCDC;
	text-align: center;
	line-height: 1.5;
}
.info_footer .link{
	color: #DCDCDC;
	text-decoration: none;
}

.politics_privacies {
	font-size: 1.3rem;
	font-weight: normal;
	color: #06E7E7;
}

.politics_privacies .link {
	color: #06E7E7;
}

.digital_footer {
	background: url(../images/digital_footer.svg) no-repeat;
	min-height: 2.5rem;
	padding: 0.4rem 0 0 3.4rem;
	font-size: 1.3rem;
	font-weight:normal;
	color: #06E7E7;
}

.digital_footer .link {
	color: #06E7E7;
}

.company_footer {
	margin: 0 0 1.0rem;
	font-size: 1.3rem;
	font-weight: normal;
	color: #06E7E7;
}


/*---------------------- end footer -----------------------------------*/
/* media queries */
/* small screens (portrait and landscape) */
/* small screens (landscape) */
/* small screens (portrait) */
/* medium small screens */
/* medium screens (excludes iPad & iPhone) */
/* ipads (portrait and landscape) */
/* ipads (landscape) */
/* ipads (portrait) */
/* medium large screens */
/* large screens */
/* extra large screens */
/* iphone 4 and high pixel ratio (1.5+) devices */
/* iphone 4 and higher pixel ratio (2+) devices (retina) */
/*CSS for serving the retina image to devices with a high "device-pixel-ratio":*/
/* print media */
@media (min-width: 768px) {
}

@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 {
		box-shadow: none !important;
		border-bottom: none !important;
		line-height: 1.5;
	}

	.declaration_box .in {
		min-width: auto;
		max-width: none;
		margin: 0 auto;
		padding: 1.9rem 0.9rem 0.9rem;
		font-size: 1.2rem;
		font-weight: 500;
	}

	.declaration_box .close {
		width: 3.3rem;
		height: 3.3rem;
		margin: 0;
		position: absolute;
		top: 0;
		right: 0;
	}

	.declaration_box .close .link {
		background-size: 1.6rem 1.6rem;
		width: 3.3rem;
		height: 3.3rem;
	}

	.header {
		min-width: auto;
		max-width: none;
		width: 100%;
	}

	.page_with-small-header .header {
		padding: 0;
	}

	.header_top {
		display: block;
		min-width: auto;
		max-width: none;
		width: 100%;
		height: 13.5rem;
		z-index: 101;
	}



	.page_with-small-header .header_top {
		position: relative;
	}



	.header_top .top_block {
		flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
		width: auto;
		height: auto;
		margin: 0;
		
	}

.header_top .top_block .in{
	border-bottom: 0.1rem solid #E1DDDD;
	width: 100%;
	height: 7.0rem;
	padding: 0 0.9rem;
	justify-content: flex-start;
	}
	.header_top .top_block .in_2{
		height: 6.4rem;
	padding: 0 0.9rem 0;
	}
	
.header_top .logo{
	margin: 0 1.2rem 0 0;
}

	.header_top .time {
		display: none;
}
.header_top .mail {
  display: none;
}
	.header_top .address {
		display: none;
	}
.header_top .phone {
	margin: 0 4.0rem 0 0;
  font-size: 2.0rem;
}
.header_top .phone .link {
  background: none;
  padding: 0;
}	
.social_network_header .fig {
  width: 3.5rem;
  height: 3.5rem;
}
.social_network_header .img {
	max-width: none;
  width: 100%;
  max-height: auto;
}
	.basket {
		width: 3.7rem;
    height:6.4rem;
		position: absolute;
		top: 7.1rem;
		right: 0.9rem;
		
	}


		  .basket> .link {
			background-position: 0 50%;
    background-size: 3.7rem 3.6rem;
    display: inline-block;
    width: 3.7rem;
    height:6.4rem;
    padding: 0;
  }

 .basket .title{
	display: none;
}
	.basket>.link>.number {
		height: 1.6rem;
		padding: 0 0.6rem;
		top: 1.3rem;
		left: auto;
		right: -0.2rem;
		line-height: 1.5;
	}

	.basket:hover .sub {
		display: none;
	}
	
	body:not(.page_with-small-header) .sub_all {
		display: block !important;
	}
	

	.nav {
    width: auto;
    height: 7.0rem;
    margin: 0;
    position: absolute;
    z-index: 21;
    top: 0;
    right: 0;
	}
.nav::before {
	display: none;
}
	.nav_active {
		width: 100vw;
		height: auto;

		z-index: 27;
	}



	.nav .nav_toggle {
		background: url(../images/header_menu_mobile.svg) no-repeat 500% 50%;
		border: none;
		display: block;
		width: 5.2rem;
		 height: 7.0rem;
		position: absolute;
		top: 0;
		right: 0;
		transition: all 0.5s ease 0s;
		z-index: 3;
	}


	.nav .sub_all {
		background: #000;
		display: block;
		width: calc(100vw - 4.8rem);
		height: calc(100vh - 4.6rem);
		padding: 0 2.4rem;
		position: absolute;
		top: 7.0rem;
		left: 0;
		right: 0;
		transform: translate(240%, 0);
		transition: transform .3s ease;
		will-change: transform;

	}

	.nav_active .sub_all {
		transform: translate(0, 0);
	}

	.nav>.sub_all>.list {
		display: block;
	}



	.nav>.sub_all>.list>.item>.link {
		border-top: 0.1rem solid #383946;
		justify-content: flex-start;
  height: 6.2rem;
	}
.nav> .sub_all> .list> .item:hover> .link {
  color: #43FFFF;
}
	.nav>.sub_all>.list>.item:first-child>.link {
	border: none;
	}

	.nav>.sub_all>.list>.item.have_sub>.link {
		background: url(../images/nav_have_sub_mobile.svg) no-repeat 100% 50%;
	}

	.nav>.sub_all>.list>.item.have_sub.mobile_active>.link {
		background: url(../images/nav_have_sub_active_mobile.svg) no-repeat 100% 50%;
	}

	.nav>.sub_all>.list>.have_sub>.link .text {
		background: none;
		padding: 0;
	}



	.nav .sub_1 {
		border-top: none;
  border-radius: 0;
		display: none;
	}

	.nav>.sub_all>.list>.mobile_active>.sub_1 {
		background: #151514;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		padding: 0;
		display: block;
	}

	.nav>.sub_all>.list>.item:hover .sub_1 {
		
		display: none;
	}

	.nav>.sub_all>.list>.mobile_active:hover>.sub_1 {
		display: block;
	}

	.nav .sub_menu_1 {
  height: auto;
  column-count: auto;
}
.nav .sub_menu_1 .item {
  margin: 0;
}
.nav .sub_menu_1 .link {
	border-top: 0.1rem solid #383946;
  display: block;
  padding: 0.9rem 1.9rem;
}
.nav .sub_menu_1 .link:hover {
  color: #F8F8F8;
}
.nav .sub_menu_1 .item:first-child .link {
	border: none;
}
.nav .sub_menu_1 .fig {
  display: none;
}




.nav .sub_2 {
		border-top: none;
  border-radius: 0;
		display: none;
	}

	.nav>.sub_all>.list>.mobile_active>.sub_2 {
		background: #151514;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		padding: 0;
		display: block;
	}

	.nav>.sub_all>.list>.item:hover .sub_2 {
		
		display: none;
	}

	.nav>.sub_all>.list>.mobile_active:hover>.sub_2 {
		display: block;
	}

	.nav .sub_menu_2 {
  margin: 0;
  column-count: auto;
}
.nav .sub_menu_2> .item {
  margin: 0;
}
.nav .sub_menu_2> .item> .link {
  border-top: 0.1rem solid #383946;
  display: block;
  padding: 0.9rem 1.9rem;
}
.nav .sub_menu_2 .link:hover {
  color: #F8F8F8;
}
.nav .sub_menu_2 .item:first-child .link {
	border: none;
}
.nav .sub_menu_2 .fig {
  display: none;
}
.nav .sub_menu_2> .have_sub> .link{

background: url(../images/nav_have_sub_mobile.svg) no-repeat 95% 50%;
	}

.nav .sub_menu_2> .have_sub.mobile_active>.link {
		background: url(../images/nav_have_sub_active_mobile.svg) no-repeat 95% 50%;
	}
	.nav .sub_menu_2> .item:hover> .link {
  color: #F8F8F8;
}
	.nav .sub_list_in {
		display: none;
  margin: 0.3rem 0 0 2.4rem;
}
.nav .sub_menu_2> .mobile_active .sub_list_in {
		display: block;
	}


	.carousel_6 .fig {
		display: none;
	}

	.carousel_6 .fig_mobile {
		display: block;
		width: 100%;
		height: 26.0rem;
		position: relative;
		overflow: hidden;
	}

	.carousel_6 .fig_mobile:after {
		content: "";
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
linear-gradient(267.84deg, rgba(1, 204, 204, 0) 21.34%, #00A2A2 67.54%, #006363 122.67%);
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		pointer-events: none;
		z-index: 1;
	}

	.carousel_6 .in {
		min-width: auto;
		max-width: none;
		width: calc(100% - 1.8rem);
		margin: 0 0.9rem;
	}

	.carousel_6 .text {
  
  font-size: 2.3rem;
}
.carousel_6 .into {
  width: auto;
}
.carousel_6 p {
  margin: 0 0 1.3rem;
}





.promo_fig .fig {
		display: none;
	}

	.promo_fig .fig_mobile {
		display: block;
		width: 100%;
		height: 31.0rem;
		position: relative;
		overflow: hidden;
	}

	.promo_fig .fig_mobile:after {
		content: "";
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
linear-gradient(267.84deg, rgba(1, 204, 204, 0) 21.34%, #00A2A2 67.54%, #006363 122.67%);
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		pointer-events: none;
		z-index: 1;
	}

	.promo_fig .in {
		min-width: auto;
		max-width: none;
		width: calc(100% - 1.8rem);
		margin: 0 0.9rem;
	}

	.promo_fig .text {
  
  font-size: 2.3rem;
}
.promo_fig .into {
  width: auto;
}
.promo_fig p {
  margin: 0 0 1.3rem;
}
.promo_fig .title {
  margin: 0 0 0.8rem;
  font-size: 2.3rem;
}
.promo_fig .small_text {
  font-size: 2.3rem;
}

	.feedback_bubble {
		position: absolute;
		display: flex;
		top: auto;
		bottom: 0.9rem;
		right: auto;
		left: 0;
	}
.main_page .feedback_bubble .item {
  margin: 0 0 0 1.2rem;
}
	.feedback_bubble .item {
		margin: 0 0 0 1.2rem;
	}




.feedback_bubble .link{
	width: 5.8rem;
	height: 5.8rem;
}

.feedback_bubble .link:before{
	display: none;
}

.feedback_bubble .fig{
	width: 5.8rem;
	height: 5.8rem;
}
.main_page .feedback_bubble .img {
  max-width: 100%;
  max-height: 100%;
}
	.feedback_bubble .img {
  max-width: 57%;
  max-height: 57%;
}

	
	



.main_page .h1{
	margin: 0 0 2.4rem;
}
	.h1 {
		border-bottom: 0.1rem solid #CECECE;
		margin: 0 0 2.4rem;
		padding: 0 0 1.0rem;
		font-size: 2.4rem;
	}

	.h2 {
		border-bottom: 0.1rem solid #CECECE;
		margin: 0 0 2.4rem;
		padding: 0 0 1.0rem;
		font-size: 2.8rem;
	}

	.h3 {
		border-bottom: 0.1rem solid #CECECE;
		margin: 0 0 2.4rem;
		padding: 0 0 1.0rem;
		font-size: 2.8rem;
	}


	.content {
		padding: 0 0.9rem;
	}
	.services_block {
  padding: 1.3rem 0 1.1rem;
  position: relative;
}
.services_block::before {
	display: none;
}
.main_page .services_list {
  margin: 0;
  
}
.services_list {
  margin: 0 0 1.8rem;
  padding: 0;
}
.services_list .item {
  width: 100%;
  margin: 0 0 2.4rem;
  font-size: 1.6rem;
   opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.services_list .item:first-child {
  position: relative;
}
.services_list .item:nth-child(2) {
  position: relative;
  left: 0;
}
.services_list .item:nth-child(3) {
  position: relative;
  right: auto;
}
.services_list .item:nth-child(4) {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.services_list .item:nth-child(4n+4) {
  width: 100%;
}
.services_list .fig {
  height: 13.5rem;
}
.services_list .item:first-child .fig {
  height: 13.5rem;
}
.services_list .item:nth-child(2) .fig {
  height: 13.5rem;
}
.services_list .item:nth-child(3) .fig {
  height: 13.5rem;
}
.services_list .item:nth-child(4n+4) .fig {
  height: 13.5rem;
}
.services_list .item:nth-child(4n+4) .title {
  width: auto;
}
.services_advantages_block {
  padding: 1.7rem 0 1.9rem;
}
.services_advantages_list {
  margin: 0;
}

.services_advantages_list .item {
  width: 100%;
  margin: 0 0 2.6rem;
  font-size: 1.4rem;
  text-align: left;
  
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}


.services_advantages_list .item .link {
  height: auto;
  padding: 1.3rem 1.8rem 1.5rem;
}
.services_advantages_list .in{
	display: flex;
	align-items: center;
	margin: 0 0 1.4rem;
}
.services_advantages_list .title {
	display: block;
  height: auto;
  width: calc(100% - 6.8rem);
  margin: 0;
  font-size: 1.5rem;
}
.services_advantages_list .fig {
  width: 5.4rem;
  height: 5.4rem;
  margin: 0 1.4rem 0 0;
}
.services_advantages_list .text {
  height: auto;
}
.services_advantages_list .item:hover .link {
  background: #fff;
  transform: none;
}
.services_advantages_list .item:nth-child(2n) .link {
  background: #fff;
}
.advantages_block {
  padding: 0 0 1.1rem;
}
.advantages_block::before {
	display: none;
}
.advantages_block .h2 {
  margin: 0 0 2.4rem;
}

.advantages_list {
  margin: 0 0 0 -1.5rem;

}
.advantages_list .item {
  width: calc(50% - 1.5rem);
  margin: 0 0 1.7rem 1.5rem;
  font-size: 1.4rem;
  opacity: 1;
  -webkit-transform:none;
  -ms-transform: none;
  transform: none;
}
.advantages_list .box {
	width: calc(100% - 2.0rem);
  height: 29.2rem;
  padding: 1.7rem 0.9rem 0;
}
.advantages_list .fig {
  width: 6.6rem;
  height: 6.6rem;
  margin: 0 auto 2.3rem;
}
.advantages_list .title {
  height: 5.3rem;
  margin: 0 0 2.0rem;
  font-size: 1.5rem;
  line-height: 1.2;
}
.advantages_list .text {
  height: 11.3rem;
}
.advantages_list .item:hover {
  transform: none;
}
.banner {
  height: 22.8rem;
  font-size: 2.4rem;
}
.banner .fig {
	display: none;
}
.banner .fig_mobile {
	display: block;
	width: 100%;
 height: 22.8rem;
 position: relative;
  overflow: hidden;
}

.banner .text {
  min-width: auto;
  max-width: none;
  width: calc(100% - 1.8rem);
  height: 23.0rem;
  right: 0.9rem;
  left: 0.9rem;
  transform:none;
  opacity: 1;
  visibility: visible;
}
.catalog_block {
  padding: 6.0rem 0 2.5rem;
}
.catalog_block .h3 {
  margin: 0 0 5.4rem;
}
.catalog_list {
  display: block;
}
.catalog_list> .item {
  width: 100%;
  flex: 0 0 100%;
  margin: 0 0 2.4rem;
  padding: 0;
  font-size: 1.6rem;
}
.catalog_list> .item> .box {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.catalog_list> .item> .box> .link> .fig {
  width: 11.2rem;
  height: 11.2rem;
}
.catalog_list> .item> .box> .link {
  align-items: center;
  height: 12.0rem;
}
.catalog_list> .item> .box> .link> .title {
  width: calc(100% - 18.3rem);
  margin: 0;
}
.catalog_list .arrow {
  bottom: 1.1rem;
  right: 1.1rem;
}
.catalog_list .sub_list {
  display: block;
  margin: 0;
}
.catalog_list .sub_list .item {
	border-top: 0.1rem solid #DADBF8;
  width: 100%;
  margin: 0 0 1.9rem;
  font-size: 1.2rem;
}
.catalog_list .sub_list .item:first-child {
	border-top: none;
}
.catalog_list .sub_list .fig {
  width: 7.2rem;
  height: 5.1rem;
  margin: 0 2.7rem 0 0;
}
.catalog_list .sub {
	border-radius: 0 0 1.2rem 1.2rem;
  padding: 0.7rem 2.1rem 0;
  transform: none;
  z-index: 4;
}
.catalog_list> .item:hover> .box {
  box-shadow: none;
border: 0.1rem solid #E0E0E7;
}
.catalog_list .sub_list .title {
  width: calc(100% - 9.9rem);
}
.catalog_list> .item:hover .sub {
  display: none;
}
.catalog_list> .item:hover .arrow {
  background: #009999 url(../images/catalog_list_arrow_down.svg) no-repeat 50% 50%;
}
.catalog_list> .item.active .arrow {
  background: #009999 url(../images/catalog_list_arrow_up.svg) no-repeat 50% 50%;
}
.catalog_list> .item.active> .box {
  border-radius: 1.2rem 1.2rem 0 0;
}


.serviceabout_block{
    padding: 3.6rem 0 0;
}

.hit_block {
  padding: 2.6rem 0 1.7rem;
}
.hit_block::before {
	display: none;
}
.hit_block .h3 {
  margin: 0 0 3.0rem;
}
.carousel_4 {
  padding: 0 4.0rem;
}
.clients_block {
  padding: 3.1rem 0 3.1rem;
}
.clients_block .h3 {
	border-bottom: 0.1rem solid #117C7C;
  margin: 0 0 2.9rem;
  color: #fff;
}
.carousel_5 {
  padding: 0 0 5.1rem;
}
.carousel_5 .splide__arrows{
display: none;
}
.carousel_5 .splide__track {
  overflow: visible;
}
  .carousel_5 .splide__slide {
    padding: 0 1.0rem;
    width: 14.6rem !important;
  }
.carousel_5 .fig {
  height: 6.6rem;
}
.carousel_5 .splide__pagination {
  display: block;
  bottom: 0;
  text-align: center;
}
.carousel_5 .splide__pagination li {
  margin: 0 0.6rem;
}
.carousel_5 .splide__pagination__page {
  background: #fff;
  height: 1.6rem;
  margin: 0;
  opacity: 1;
  padding: 0;
  transition: none;
  width: 1.6rem;
}
.carousel_5 .splide__pagination__page.is-active {
  background: #009999;
  transform: none;
}
.send_request_block::before {
  content: "";
  background: #204A54;
  background-size: auto;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  right: -0.9rem;
  bottom: 0;
  left: -0.9rem;
  z-index: -1;
  transform: none;
}
.send_request_block .h3 {
  margin: 0 0 2.6rem;
  font-size: 2.1rem;
  padding: 0;
  border: none;
}
.send_request_block .box {
  background: none;
  width: auto;
  height: auto;
  padding: 2.2rem 1.2rem 3.3rem;
}
.label {
  width: 8.6rem;
  padding: 0 0 0 0.8rem;
  font-size: 1.3rem;
  text-align: left;
}
.send_request_block .label .fig {
  width: 1.3rem;
  height: 1.3rem;
  margin: 0 0.5rem 0 0;
}
.send_request_block .label .text {
  width: calc(100% - 2.3rem);
}
.field {
	font-size: 1.4rem;
}



.field:-moz-placeholder {
	font-size: 1.4rem;
}

.field::-moz-placeholder {
	font-size: 1.4rem;
}

.field::-webkit-input-placeholder {
	font-size: 1.4rem;
}

.field:-ms-input-placeholder {
	font-size: 1.4rem;
}

.field.placeholder {
	font-size: 1.4rem;
}
.send_request_block .field {
  padding: 0.2rem 1.2rem 0.2rem 1.2rem;
}
.select-css {
	background-size: 1.2rem 0.6rem;
  padding: 1.0rem 1.2rem 1.0rem 1.2rem;
  font-size: 1.4rem;
}
.send_request_block .field_textarea {
  padding: 0.9rem 1.2rem;
  font-size: 1.4rem;
}
.send_request_block .in {
  margin: 0 0 1.8rem;
}
.mb-20 {
  margin-bottom: 18px !important;
}
.c-50 {
  width: 100%;
}
.captcha .field {
  padding: 0.9rem 1.6rem;
}
.modal_text .label_2 {
  width: 90%;
}
.button {
  width: 100%;
}
.send_request_block {
  height: auto;
}
.map_block {
  height: auto;
  padding: 0;
}
.map_block> .fig{
	display: none;
}
.map_block .text{
	height: auto;
	padding: 6.0rem 0 0;
}
.map_block .h3 {
  margin: 0 0 2.4rem;
  font-size: 2.8rem;
  border: none;
  padding: 0;
}
.map_block .in {
  margin: 0 0 2.2rem;
}
.address_map_block {
  margin: 0 0 1.2rem;
}
.time_map_block {
  margin: 0 0 1.9rem;
}
.map_block .title {
  margin: 0 0 3.0rem;
  font-size: 1.6rem;
}
.map_block .btn_1 {
  width: calc(100% - 0.2rem);
}
.map_block .text::after {
	display: none;
}


    .reviews_block {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: 40.7rem;
        
    }

.btn_6 {
    width: 100%;   
}

.o.mb-40 {
        overflow: inherit;
        display: flex;
        flex-direction: column;
    }

.map_block2 {
        float: none;
        width: calc(100% + 1.8rem);
        height: 38.8rem;
        margin: 0 -0.9rem 1.9rem;
        position: relative;
        overflow: hidden;
        order: 2;
    }

    .contacts_map2 {
        margin: 0 0 2.7rem;
    }


.footer {
  min-width: auto;
  max-width: none;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 0 6.0rem;
}
.footer::after {
  content: "";
  background: #222120;
}
.footer .top_block{
	display: block;
order: 2;
width: auto;
  height: auto;
padding: 3.0rem 0.9rem 0;
text-align: center;
}
.center_footer{
	border-top: none;
  border-bottom: none;
	display: block;
	order: 1;
	height: auto;
	margin: 0;
	padding: 0;
}
.footer .bottom_block{
	order: 3;
	padding: 0 0.9rem 2.6rem;
}
.nav_footer {
  width: auto;
}
.nav_footer .item {
  margin: 0;
  font-size: 1.5rem;
}
.nav_footer .link {
	border-top: 0.1rem solid #353535;
  border-bottom: 0.1rem solid #353535;
  display: flex;
  align-items: center;
  height: 5.4rem;
  padding: 0 0.9rem;
  
}
.services_footer {
  width: auto;
}
.services_footer .title {
		border-top: 0.1rem solid #353535;
  border-bottom: 0.1rem solid #353535;
		margin: 0;
		font-size: 1.5rem;
	}

.services_footer .title .link {
		background: url(../images/nav_have_sub_mobile.svg) no-repeat 95% 50%;
		display: flex;
		align-items: center;
		padding: 0 0.9rem;
		height: 5.4rem;
		font-size: 1.5rem;
		line-height: 5.4rem;
	}

.services_footer.active .title .link {
		background: url(../images/nav_have_sub_active_mobile.svg) no-repeat 95% 50%;
	}
.services_list_footer {
	background: #020202;
  column-count: auto;
  display: none;
}
.services_list_footer .item {
	border-top: 0.1rem solid #373737;
  margin: 0;
}
.services_list_footer .link {
	display: flex;
	align-items: center;
	height: 4.6rem;
	padding: 0 0.9rem;
}
.catalog_footer {
  width: auto;
}
.catalog_footer .title {
		border-top: 0.1rem solid #353535;
  border-bottom: 0.1rem solid #353535;
		margin: 0;
		font-size: 1.5rem;
	}

	.catalog_footer .title .link {
		background: url(../images/nav_have_sub_mobile.svg) no-repeat 95% 50%;
		display: flex;
		align-items: center;
		padding: 0 0.9rem;
		height: 5.4rem;
		font-size: 1.5rem;
		line-height: 5.4rem;
	}

	.catalog_footer.active .title .link {
		background: url(../images/nav_have_sub_active_mobile.svg) no-repeat 95% 50%;
	}
.catalog_list_footer {
	background: #020202;
  column-count: auto;
  display: none;
}
.catalog_list_footer .item {
	border-top: 0.1rem solid #373737;
  margin: 0;
}
.catalog_list_footer .link {
	display: flex;
	align-items: center;
	height: 4.6rem;
	padding: 0 0.9rem;
}
.footer .bottom_block .in {
  align-items: center;
  flex-direction: column;
}
.footer .top_block .in {
  margin: 0 auto 3.3rem;
}
.mail_footer {
  margin: 0 0 1.8rem;
}
.footer .top_block .in_2 {
  justify-content: center;
  margin: 0 0 1.8rem;
}
.address_footer {
  margin: 0 auto 2.0rem;
  display: inline-block;
}
.info_footer {
  margin: 0 0 2.2rem;
}
.politics_privacies {
	order: 1;
	margin: 0 0 2.2rem;
}
.company_footer {
	order: 2;
	margin: 0 0 1.7rem;
}
.digital_footer {
	order: 3;
}
.slogan_footer {
  text-align: left;
}
.cookie .box {
  min-width: auto;
  max-width: none;
  flex-direction: column;
}
.cookie .text {
  width: auto;
  margin: 0 0 2.9rem;
}
.content_block> .left_block {
  display: none;
}
.content_block> .right_block {
  width: auto;
}
.sort_block {
  flex-direction: column;
  align-items: flex-start;
}
.sort_block .left_block {
  width: 100%;
  margin: 0;
}

.sort_block .in {
    width: calc(100% - 0.9rem);
}

.sort_block .right_block {
  width: auto;
  display: none;
}
.sort_block .select-css {
  padding: 1.0rem 0.6rem;
  font-size: 1.2rem;
}
body {
  font-size: 1.4rem;
}
.catalog_list_2 {
	display: flex;
	flex-wrap: wrap;
  margin: 0 0 0 -0.5rem;
  justify-content: center;
}
.catalog_list_2> .item {
  width: calc(50% - 3.5rem);
  margin: 0 0 0.5rem 0.5rem;
  padding: 1.0rem 1.4rem 2.1rem;
}
.catalog_list_2 .fig {
  width: 100%;
  height: 13.8rem;
}
.catalog_list_2 .title {
	height: auto;
  font-size: 1.6rem;
}
.catalog_list_2 .link {
 height: auto;
}
.catalog_list_2 .article {
	height: auto;
  font-size: 1.2rem;
}
.pages .item {
  margin: 0 0.4rem;
}
.page_block {
  margin: 0 0 2.5rem;
  padding: 0 4.0rem;
}
.product_card {
  display: block;
  margin: 0 0 2.9rem;
}
.product_card .left_block {
  width: 100%;
  margin: 0 0 2.0rem;
}
.product_card .fig_block {
  flex-direction: column;
}

.carousel_8 {
  height: auto;
  margin: 0;
  padding: 0 4.0rem;
  order: 2;
}
.carousel_8 .splide__arrows .splide__arrow--next {
	background: rgba(255,255,255,0.20) url(../images/carousel_4_next.svg) no-repeat 50% 50%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
  border: 0.1rem solid #CFCFCF;
  border-radius: 4.0rem;
  display: block;
  width: 3.9rem;
  height: 3.9rem;
  margin: -2.0rem 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: none;
  z-index: 5;
}

.carousel_8 .splide__arrows .splide__arrow--prev {
	background: rgba(255,255,255,0.20) url(../images/carousel_4_prev.svg) no-repeat 50% 50%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
  border: 0.1rem solid #CFCFCF;
  border-radius: 4.0rem;
  display: block;
  width: 3.9rem;
  height: 3.9rem;
  margin: -2.0rem 0 0;
  position: absolute;
  top: 50%;
  right: auto;
  left: 0;
  transform: none;
  z-index: 5;
}
.carousel_8 .splide__slide {
  padding: 0 1.0rem;
}

.carousel_7 {
  order: 1;
}
.product_card .center_block {
  width: 100%;
  margin: 0 0 2.0rem;
}
.product_card .right_block {
  width: calc(100% - 5.6rem);
  padding: 2.4rem 2.7rem;
}
.h5 {
  font-size: 2.5rem;
  margin: 0 0 2.7rem;
}
.box_1 {
  margin: 0 0 1.7rem;
  padding: 1.0rem;
}
.basket_content {
  margin: 0 0 2.8rem;
  flex-direction: column;
}
.basket_content .left_block {
  width: 100%;
  margin: 0 0 2.0rem;
}
.basket_content .result_basket {
  width: 100%;
  height: 33.8rem;
  margin: 0 0 2.0rem;
  position: relative;
  top: 0;
}
.basket_content .left_block .box {
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.mb-100 {
  margin-bottom: 20px !important;
}
.form5 {
  padding: 1.1rem 1.1rem 1.5rem;
}
.form5 .label {
  font-size: 1.4rem;
}
.c-40 {
  width: 100%;
}
.empty_cart_page {
  width: 100%;
}
.promo_list {
  width: auto;
}
.promo_list .item {
  background: url(../images/mark_promo_list2.svg) no-repeat;
  margin: 0 0 0.7rem;
  padding: 0 0 0 2.3rem;
  font-size: 1.6rem;
  min-height: 1.4rem;
}
.fig_1 {
	float: none;
	width: 34.2rem;
  height: 27.6rem;
  margin: 0 auto 2.0rem;
}
.fig_2 {
  float: none;
  width: 34.2rem;
  height: 27.2rem;
  margin: 0 auto 2.0rem;
}
.mb-80 {
  margin-bottom: 20px !important;
}
.mb-55 {
  margin-bottom: 15px !important;
}
.btn_5 {
  width: 100%;
  height: 4.2rem;
  font-size: 2.2rem;
  line-height: 4.2rem;
}
.h4 {
  font-size: 2.6rem;
  margin: 0 0 2.7rem;
}
.catalog_list_3 {
  margin: 0 0 1.7rem;
}
.catalog_list_3 .item {
  width: calc(100% - 3.0rem);
  height: auto;
  margin: 0 0 1.5rem;
  padding: 1.3rem 1.5rem;
}
.catalog_list_3 .title {
  height: auto;
}
.catalog_list_3 .text {
  height: auto;
}
.carousel_9 {
  margin: 0 0 2.5rem;
  padding: 0 4.0rem;
}
.carousel_9 .splide__slide {
  padding: 0 0.5rem;
}
.harakteristic_list{
  margin: 0 0 2.0rem -1.0rem;
}
.harakteristic_list .item {
  margin: 0 0 0 1.0rem;
  font-size: 1.4rem;
}
.advantages_list_2 {
  margin: 0 0 2.4rem;
}
.advantages_list_2> .item {
  margin: 0 0 1.6rem;
  padding: 0.5rem 1.9rem;
}
.advantages_list_2 .text {
  font-size: 1.4rem;
}
.dopolnitelino_list {
  margin: 1.2rem 0 3.1rem -1.4rem;
  flex-wrap: wrap;
}
.dopolnitelino_list .item {
  margin: 0 0 0 1.4rem;
  width: calc(50% - 1.4rem);
}
.dopolnitelino_list .title {
  font-size: 1.6rem;
  line-height: 1.2;
}
.about_block {
  flex-direction: column;
}
.about_block .text {
  width: 100%;
}

.about_block .fig {
  width: 100%;
  height: 25.6rem;
  margin: 0 auto 2.0rem;

}

.about_block2 {
  flex-direction: column;
}
.about_block2 .text {
  width: 100%;
}

.about_block2 .fig {
  width: 100%;
  height: 25.6rem;
  margin: 0 auto 2.0rem;

}

.carousel_10 {
  padding: 0 4.0rem;
}
.carousel_10 .fig {
  height: 14.5rem;
}
.carousel_10 .box {
  padding: 1.0rem;
}
.carousel_10 .splide__slide {
  font-size: 1.7rem;
}
.promo_fig .title_2 {
  font-size: 2.3rem;
}
.carousel_11 {
  margin: 0 0 2.1rem;
  padding: 0 4.0rem;
}
.carousel_11 .splide__slide {
  padding: 0 0.5rem;
}
.h6 {
  margin: 0 0 2.0rem;
}
.gallerry_list .fig {
  width: 34.2rem;
  height: 14.5rem;
  margin: 0 0 2.0rem;
  float: none;
}
.gallerry_list .item:nth-child(2n) .fig {
  float: none;
  margin: 0 0 2.0rem;
}
.gallerry_list_2 .item {
  width: calc(34% - 1.8rem);
  margin: 0 0 0.8rem 0.8rem;
}
.gallerry_list_2 {
  margin: 0 0 1.4rem -0.8rem;
}
.gallerry_list {
  margin: 0;
}
.modal_box_form .modal__content {
  width: auto;
  padding: 5.8rem 1.5rem 2.7rem;
}
.modal__content .h3 {
	border: none;
  margin: 0 0 2.6rem;
  font-size: 2.5rem;
}
.c-60 {
  width: 100%;
}
.box_thanks .modal__content {
  width: auto;
  padding: 7.1rem 1.7rem 5.2rem;
  font-size: 2.2rem;
}
.mr-28 {
  margin: 0 0 18px !important;
  display: block;
}
.box_basket .modal__content {
  width: auto;
  padding: 5.9rem 1.7rem 5.7rem;
  font-size: 2.5rem;
}
.box_basket_2 .modal__content {
  width: auto;
  padding: 3.9rem 1.7rem 5.7rem;
  font-size: 2.5rem;
}
}
@media (min-width: 1050px) {
	.services_advantages_list .item {
		width: calc(34% - 4.1rem);
	}
	.services_advantages_list .title {
  font-size: 2.3rem;
}
.c-75 {
  width: 71%;
}
}
@media (min-width: 1080px) {
	.services_advantages_list .item .link{
  height: 47.8rem;
	}
.services_advantages_list .text {
  height: 17.7rem;
}
.advantages_list .box {
  height: 37.0rem;
}
.advantages_list .text {
  height: 11.7rem;
}
 .c-75 {
    width: 72%;
  }
}
@media (min-width: 1152px) {
	.services_advantages_list .item .link{
  height: 45.6rem;
	}
  .services_advantages_list .text {
    height: 15.5rem;
  }
   .c-75 {
    width: 74%;
  }
}
@media (min-width: 1200px) {

	.services_advantages_list .item {
		width: calc(34% - 4.3rem);
	}
	 .c-75 {
    width: 75%;
  }
	
}
@media (min-width: 1280px) {

	
	.services_advantages_list .item .link{
  height: 43.4rem;
	}
	.services_advantages_list .title {
  font-size: 2.3rem;
}
  .services_advantages_list .text {
    height: 13.4rem;
  }
   .advantages_list .box {
    height: 35.0rem;
  }
   .advantages_list .text {
    height: 9.5rem;
  }
  .carousel_4 .splide__slide {
  padding: 0 3.5rem;
}

}

@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;
}
}
