* { padding: 0; margin: 0; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
a { text-decoration:none; color: #414141;}
a:hover { color: #5ec2c8}
.a_blog {
    color: #15d3a7;
    font-size: 1.1rem;
    text-decoration: none;
}

.a_blog:hover {
    color: #5ec2c8;
    text-decoration-line: underline;
}
.table-tr-1 {background:#00a9b7; color: white;}

html {font-family: Open Sans,lucida grande,Segoe UI,arial,verdana,lucida sans unicode,tahoma,sans-serif; height: 100%;  margin: 0; padding: 0;  border: 0; font-size: 100%; font-style: normal; vertical-align: baseline;  outline: 0;}
body { width: 100%; min-width: 1020px;  position: relative; background: #fff; min-height: 100%; float: left;}

section { display: block; width: 100%; padding: 80px 0;}
section.full_page { padding: 0;}
.section { display: block; width: 100%; padding: 80px 0;}
.section.__section_main_nav { padding: 0;}

.container { margin: 0 auto; width: 1170px; max-width: 100%; position:relative; padding: 0 20px; }
.container.__min { width: 1100px; max-width: 100%;}

@media (min-width: 950px) {
	body.non_overflow {overflow: hidden; padding-right: 17px;}
	body.non_overflow header { padding-right: 17px;}	
}

@media (min-width: 950px) and (max-width: 1300px) {
	.container.__min { width: 100%;}
	.container { width: 100%;}
}

@media (max-width: 950px) {
	body { min-width:inherit;}	
	.container { margin: 0 auto; width: 100%; position:relative; padding: 0 20px; }
	.container.__min { width: 100%;}	
}
header { display: block; position:fixed; top: 0; left:0; right:0; z-index:999; width: 100%; background: #fff; height: 90px; box-shadow: 1px 1px 5px #888; transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out; }
header .logo { grid-area: logo; display: inline-block; height: 40px; z-index: 99; align-self: center; justify-self: center;}
header .logo img { height: 100%;}
header .logo img.s { display: none;}
header.top { top: 0; position:absolute; padding-top: 25px; height: 120px;}

ul.top_menu { grid-area: menu; padding: 0 20px; margin:0; display: grid; grid-template-columns: 1fr 1fr 1fr;  }
ul.top_menu li { float:left; margin-right: 10px; padding: 0 0px; text-align:center; flex-grow: 1; line-height: 40px; list-style: none; white-space:nowrap; position:relative;}
ul.top_menu li a { padding: 0px 14px; font-size: 15px; display: block; line-height: 27px; margin-top: 30px;}
ul.top_menu li.mobile { display: none;}
ul.top_menu li a { margin-top: 5px;}
ul.top_menu li { height: auto;}
ul.top_menu li:last-child { margin-right:0;}
/*---------------*/
header .__top_menu_wrap { transition: top 0.1s ease-in-out; align-self: center; justify-self: center;}
.__header_contact { grid-area: phone; color: #fff; align-self: center; justify-self: center;}		
.__header_contact .phone { display: block; font-size: 16px; color: #000;}
.__header_contact .phone:hover { color: #5ec2c8;}

.__header_btn {grid-area: btn; color: #fff; align-self: center; justify-self: center;}
.__header_btn button {padding: 7px 12px; cursor: pointer; border: 1px solid #aaa; border-radius: 3px; font-size: 14px; color: #b62256; background: none; font-weight: bold; width: 150px; text-align:center; transition: all 0.3s ease-in-out, font-weight 0s ease-in-out;}
.__header_btn button:hover {background: #5ec2c8; color: #fff; border-color: #5ec2c8;}

header.top .__header_btn button {color: #5ec2c8; font-weight: normal;}
header.top .__header_btn button:hover { background: #5ec2c8; color: #fff; border-color: #5ec2c8;}
header.top .__header_contact .phone { color: #fff; font-weight: normal;}
header.top ul.top_menu li a { font-size: 16px; font-weight: normal; }

@media (max-width: 1100px) {
header.top ul.top_menu li a,
header.top .__header_contact .phone { font-size: 13px;}
}
@media (min-width: 950px) {
	header.top { background: none; box-shadow: 0px 0px 0px #ddd;}
	header.top ul.top_menu li a { color: #fff;}
	header.top ul.top_menu li a:hover { color: #5ec2c8}
	header.top ul.top_menu li .sub_menu li a { color: #414141;}	
	header.top .logo img.f { display: none;}
	header.top .logo img.s { display: block;}	
	header.top ul.social-icons li.facebook a { filter: invert(100%);}
	header.top ul.social-icons li.vk a {filter: invert(100%);}
	header.top ul.social-icons li.whatsapp a {filter: invert(100%);}
}

.h {display: grid; grid-template-columns: 155px 3.2fr 150px 1fr 70px; grid-template-areas: "logo menu phone btn hamburger"; grid-gap: 5px; padding-top: 20px;}

@media (max-width: 950px) {	
	.h { grid-template-columns: 1fr 1fr 50px; grid-template-areas: "logo btn hamburger"; grid-gap: 0px; height: 60px;}
	header .container { padding: 0 0;}
	header.top .h {height: 90px;}
	
	ul.top_menu li:hover .sub_menu { display: none;}
	ul.top_menu li.mobile { display:inline-block;}
	header.top { background: rgba(0,0,0,0.00); box-shadow: none;}
	header.top .hamburger-inner, header.top .hamburger-inner::before, header.top .hamburger-inner::after { background-color: #fff;}
	
	header { height: 60px !important; padding: 0 !important;}
	header.top { height: 90px !important; padding: 0 !important;}
	header .logo { margin-top: 0; height: 30px;}
	header .__header_contact { display: none;}
}

@media (max-width: 950px) {
	.__page_heading_wrap_image.is_video {margin-top: 0;padding-top: 140px;}
}

.hamburger { grid-area: hamburger; align-self: center; justify-self: center; width: 50px; height: 50px; position:relative; background: #04a8b5; border-radius: 99999px; padding: 5px; display: block; cursor: pointer; transition-property: opacity, -webkit-filter; transition-property: opacity, filter; transition-property: opacity, filter, -webkit-filter; transition-duration: 0.15s; transition-timing-function: linear; font: inherit; color: inherit; text-transform: none; margin: 0; overflow: visible; outline: 0!important; }

header.top .hamburger {background: #b62256;}
header .hamburger.is_active {background: #b62256;}

.hamburger-box {width: 20px; height: 14px; display: inline-block; position: relative;}
.hamburger-box { -webkit-perspective: 80px; perspective: 80px;}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after { top:6px; left:0; width: 20px; height: 2px; background-color: #fff; border-radius: 4px; position: absolute; transition-property: -webkit-transform;  transition-property: transform; transition-property: transform, -webkit-transform; transition-duration: 0.15s; transition-timing-function: ease;}
.hamburger-inner::before, .hamburger-inner::after { content: ""; display: block;}
.hamburger-inner::before { top: -6px;}
.hamburger-inner::after { bottom: -6px; top:auto;}	
.big_menu_window .body .mobile { display: none !important;}	
@media (max-width: 950px) {	
	.big_menu_window .body .mobile { display: inline-block !important;}
	.hamburger { width: 40px; height: 40px; background: none !important;}	
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {background-color: #000;}

	header .__top_menu_wrap { display: none; position:absolute; background: #fff; left:0; top: 60px !important; right:0; width: 100%; padding: 10px; z-index: 998; margin:0; border-bottom: 1px solid #eaeaea;}
	header .__top_menu_wrap.is_active { display: block;}
	header .__top_menu_wrap li { display:inline-block; width: 100%; height:auto; margin-top: 30px;}	
	header .__top_menu_wrap li a { display: block; text-transform: uppercase; letter-spacing: 1px; padding: 0; line-height: 28px; margin-top: 0; font-weight: bold !important; font-size: 16px !important;}
}

.is_active .hamburger-inner { transform: rotate(45deg); transition-delay: .14s; transition-timing-function: cubic-bezier(.215,.61,.355,1);}
.is_active .hamburger-inner::before { top: 0px; opacity: 0; transition: top 0.1s ease 0s, opacity 0.1s ease 0.14s;}
.is_active .hamburger-inner::after { bottom: 0px; transform: rotate(-90deg); transition: bottom 0.1s ease 0s, transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;}

/*------------*/
.__banner_main_text { font-size: 18px;}


header.non_shadow { box-shadow:none !important; border-bottom: 1px solid #eee;} 
.big_menu_overlay {z-index: 988; position:fixed; top:0; bottom:0; left:0; width:0; background: rgba(0,0,0,0.2); transition: width 0s; }
.big_menu_overlay.is_active { width: 100%;}
.big_menu_window { overflow:hidden; z-index: 989; position:fixed; top:0; right: calc(-1170px / 2); width: calc(1170px / 2); bottom:0; transition: right 0.3s;}
.big_menu_window.is_active { right:0;}
.big_menu_window .body { background: #fff; position:absolute; right: calc(-1170px / 2); top:0; bottom:0; width: calc(1170px / 2 - 10%); padding: 90px 40px 100px 40px; transition: width 0.3s;}
.big_menu_window.is_active .body { right: 0;}
.big_menu_window .body ul.m { padding: 20px;}
.big_menu_window .body ul.m li { width: 100%; display: block; padding: 2vh 0px; border-bottom: 0px solid #eee; }
.big_menu_window .body ul.m li a {  font-size: 16px; }

.big_menu_window .body .copr { position:absolute; left:50px; bottom: 2vh; }
.big_menu_window .body .copr p { font-size: 13px; color: #777;}
.code-tag {color: #15d3a7; font-size: 1.1rem;line-height: 120%; display: block; white-space: pre-wrap; max-width: 450px; margin: 0 auto;}
.main-link {color: #0e82bc; text-decoration: underline; transition: all .5s ease 0s;}

.border {margin: 35px 0; padding: 15px 0; border-top: 1px solid rgb(174, 174, 174); border-bottom: 1px solid rgb(174, 174, 174); font-style: italic;}
.border a {color: #0e82bc; text-decoration: underline;	transition: all 0.5s ease 0s;}
.border a:hover {color: #04a8b5;}


@media (max-width: 950px) {	
	.big_menu_window {right: -100%; width: 100%;}
	.big_menu_window .body {right: -100%; width: 100%; padding: 60px 20px 0 20px; }			
	.big_menu_window .body .__header_contact { display:inline-block; width: 100%; text-align: left; padding-bottom: 4vh; padding-left: 20px;}
	.big_menu_window .body .__header_contact .phone { font-size: 20px;}			
	.big_menu_window .body .__header_btn { display:inline-block; width: 100%; text-align: left; padding-left: 20px;}
}		
ul.social-icons {height: auto; overflow: hidden; list-style: none!important; padding: 0; padding-left: 10px; position:absolute; left:30px; bottom: 4vh;}
ul.social-icons li { float: none; display: inline-block; height: 45px; transition: all 0.35s; border-radius: 9999px; margin-right: 5px; }
ul.social-icons li a {display: inline-block; padding: 10px; width: 45px; height: 45px; font-size: 16px; overflow: hidden; position: relative; text-align: center; text-decoration: none; transition: all 0.35s; background-size: 18px;  background-repeat: no-repeat; background-position: 50%;}
ul.social-icons li.facebook a { background-image:url(/bitrix/templates/discript/images/facebook.svg);}
ul.social-icons li.vk a { background-image:url(/bitrix/templates/discript/images/vk.svg);}
ul.social-icons li.whatsapp a { background-image:url(/bitrix/templates/discript/images/whatsapp.svg);}
ul.social-icons li.telegram a { background-image:url(/bitrix/templates/discript/images/telegram.svg);}
ul.social-icons li.facebook:hover { background-color: #3b5998;}
ul.social-icons li.vk:hover {background-color: #4e729a;}
ul.social-icons li.whatsapp:hover {background-color: #4dc247;}
ul.social-icons li.telegram:hover {background-color: #0088cc;}

ul.social-icons li.telegram a:hover,
ul.social-icons li.facebook a:hover,
ul.social-icons li.vk a:hover,
ul.social-icons li.whatsapp a:hover {filter: invert(100%);}
		
		
.__line { display:inline-block; width: 100%;}
.__h1 { display:inline-block; width: 100%; margin: 20px 0; text-align:center;}

.__btn { padding: 15px 30px; color: #ffffff; background-color: #5ec2c8; border-color: #5ec2c8; border-radius: 2px; font-size: 14px; font-weight: bold; outline: none; border: none; cursor: pointer;}
.__btn:hover {background-color: rgba( 64,164,170,1); color: #fff;}

h1, .h1 {font-style: normal; font-size: 36px; font-weight: 600;}
h3, .h3 {font-style: normal; font-size: 30px; font-weight: 600;}
h2, .h2 {font-style: normal; font-size: 34px; font-weight: 600;}

.demilazyload { background-image: url(/bitrix/templates/discript/images/empty-1.svg); background-repeat:no-repeat; background-position: 50%; background-size: 100px;}
.demilazyload[data-loaded="true"] { background: none;}
#panel { position:fixed; left:0; top:0; right:0; z-index: 999999999;}
svg {display: table; margin: 0 auto; height: 100%;}
/*----------------*/

.center { text-align:center;}
button { outline: none; border: 0;}

.__breadcrumb { z-index: 10; position:absolute; top: 50%; right: 20px; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%);-ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%);}
.__breadcrumb ul.breadcrumbs { display: block; padding:0; margin:0; }
.__breadcrumb ul.breadcrumbs li { display:block; float:left; font-size: 13px; color: #777; padding-right: 10px;}
.__breadcrumb ul.breadcrumbs li p { display: inline-block; cursor: default;}
.__breadcrumb ul.breadcrumbs li p:before, .__breadcrumb ul.breadcrumbs li a:before {content: '\203A'; padding-right: 10px;}
.__breadcrumb ul.breadcrumbs li:first-child a:before, .__breadcrumb ul.breadcrumbs li:first-child p:before { content: ""; display: none;}

.__top_banner .__breadcrumb, .__page_heading_wrap_image .__breadcrumb{ right:auto; left: 50%; top:auto; bottom: 40px; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0);-ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0);}
.__top_banner .__breadcrumb.__white li a, .__top_banner .__breadcrumb.__white li, .__page_heading_wrap_image .__breadcrumb.__white li, .__page_heading_wrap_image .__breadcrumb.__white li a { color: #eee; text-shadow: 1px 1px 1px #111;}
.__top_banner .__breadcrumb.__white li a:hover, .__page_heading_wrap_image .__breadcrumb.__white li a:hover { color: #5ec2c8;}

.__section_breadcrumb { display:inline-block; width: 100%; padding-top: 20px;}
.__section_breadcrumb .__breadcrumb { position:relative; float:left; top:inherit; right:inherit; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0);-ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0%);}

.__page_heading { width: 100%; background: #f7f7f7; padding: 30px 0; margin-top:90px; border-bottom: 1px solid #eaeaea;}
.__page_heading .h1_wrap { width: 100%; display: block; }
.__page_heading .h1_wrap h1 { line-height: 42px; font-weight: 400; font-style: normal; font-size: 30px;}

@media (max-width: 950px) { 
	.__page_heading { margin-top:60px; } 
	.__page_heading .h1_wrap { width: 100%;}
	.__top_banner .__breadcrumb, .__page_heading_wrap_image .__breadcrumb { width: 100%; padding: 0 20px;}
	.__breadcrumb ul.breadcrumbs { margin:0 auto; display: table;}
	.__breadcrumb ul.breadcrumbs li { margin-bottom: 10px;}
}

.tablebodytext { display: none;}

.__video_wrap { position:absolute; left:0; top:0; right:0; bottom:0;}
.__video_wrap video { bottom:0; position: absolute;}

/*-------------------*/

.__banner_top_text { text-align:center; display:inline-block; width: 100%; font-size: 46px; color: #fff; margin-bottom: 50px;}
.__banner_top_text h1 {text-shadow: 1px 1px 1px #111;}
.__banner_main_text { text-align:center; font-size: 22px; margin-bottom: 40px; text-shadow: 1px 1px 1px #111; }
.__banner_main_text p {color: #fff;}
.__banner_main_text .__color { color: #b62256; font-weight: bold; font-size: 28px;}

.__banner_btn_wrap { display: block; width: 500px; margin: 0 auto; padding-top: 50px;}
.__banner_btn_wrap a, .__banner_btn_wrap > button { display: block; float:left; transition: all 0.35s; margin: 0 30px; padding: 14px 20px; font-size: 16px; font-weight: bold; border-radius: 25px; background: #fff; text-align:center; border: 2px solid #fff; }

.__banner_btn_wrap > .__btn_coll { background: none; color: #fff; cursor: pointer; width: 200px;}
.__banner_btn_wrap > .__btn_coll:hover {background-color: #5ec2c8; border-color: #5ec2c8;}
.__page_heading_wrap_image:before {content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0,0.7); background: linear-gradient(to top, rgba(0,0,0,0.0), rgba(0,0,0,0.70)); z-index: 9;}

.__banner_btn_wrap a.__social { padding:0; display: block; height: 54px; width: 54px; border: 0; border-radius: 999px; margin: 0 10px; position: relative; }
.__banner_btn_wrap a.__social i {background-repeat: no-repeat; background-position: 50%; background-size: 17px; display: block; width: 100%; height: 100%; }
.__banner_btn_wrap a.__social.facebook i {background-image: url(/bitrix/templates/discript/images/facebook.svg);}
.__banner_btn_wrap a.vk i {background-image: url(/bitrix/templates/discript/images/vk.svg);}
.__banner_btn_wrap a.whatsapp i {background-image: url(/bitrix/templates/discript/images/whatsapp.svg);}
.__banner_btn_wrap a.__social.facebook:hover { background-color: #3b5998;}
.__banner_btn_wrap a.vk:hover {background-color: #4e729a;}
.__banner_btn_wrap a.whatsapp:hover {background-color: #4dc247;}
.__banner_btn_wrap a.__social.facebook:hover i { filter: invert(100%);}
.__banner_btn_wrap a.vk:hover i {filter: invert(100%);}
.__banner_btn_wrap a.whatsapp:hover i {filter: invert(100%);}


@media (max-width: 950px) {	
	.__top_banner { margin-top: 60px;}
	.__top_banner { padding: 50px 0; height: 750px; background-image: url(/images/webp/banner-1-m.webp);}
	.__banner_top_text { font-size: 30px;}
	
	.__banner_btn_wrap { display:block; width: 100%; padding-top: 0px;}
	.__banner_btn_wrap a, .__banner_btn_wrap .__btn_coll { display: table; width:auto; margin: 10px auto; padding: 14px 40px;}
	.__banner_btn_wrap button:first-child { margin-bottom: 30px;}
	
	.__banner_btn_wrap > .__btn_coll { width: 80%; float:none; max-width: 300px;}	
	.__banner_btn_wrap .social_wrap { width: 225px; display: table; margin: 0 auto;}
}

/*------------*/
.__page_heading_wrap_image { background-color: #222; width: 100%; background-repeat: no-repeat; background-position: 50%; background-size: cover; min-height: 500px; position:relative; padding-top: 190px; overflow:hidden; padding-bottom: 90px;}
/*.__page_heading_wrap_image.is_video { height: 600px;}*/

.__page_heading_wrap_image:not(.is_video):before { content: ""; position: absolute; left:0; right:0; top:0; bottom:0; background: rgba(0,0,0,0.4)}
.__page_heading_wrap_image .h1_wrap { position:absolute; z-index: 10; top: 45%; left: 50%; width: 100%; max-width: 950px; padding: 20px; text-align:center; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
.__page_heading_wrap_image .h1_wrap h1 { color: #fff; font-size: 46px; text-shadow: 1px 1px 1px #111; font-weight: normal; text-align:center;}

.__page_heading_wrap_image .text {position: absolute; z-index: 10; top: 55%; left: 50%; width: 100%; padding: 20px; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
.__page_heading_wrap_image .text p { text-align:center; font-size: 18px; color: #fff; text-shadow: 1px 1px 1px #111;}	

@media (max-width: 950px) {
	.__page_heading_wrap_image { padding-top: 40px;}
	.__page_heading_wrap_image:not(.is_video) { height: 200px;}
	.__page_heading_wrap_image .h1_wrap h1 { font-size: 30px;}	
	/*.__page_heading_wrap_image.is_video { margin-top: 60px; }*/
}

.__section_main_page { padding: 30px 0; overflow:hidden;}
.__section_main_page .container { padding: 0 20px;}
.__section_main_page p { font-size: 18px; margin-bottom: 10px; line-height: 32px;}
.__section_main_page h2, .__section_main_page .h2 { font-size: 28px; margin-bottom: 20px; margin-top: 10px; line-height:normal;}
.__section_main_page h4, .__section_main_page .h4 { font-size: 20px; margin-bottom: 10px; margin-top: 10px; line-height:normal;}
.__section_main_page h3, .__section_main_page .h3 { font-size: 24px; margin-bottom: 20px; margin-top: 10px; line-height:normal;}
.__section_main_page h4 { margin-top: 2rem;}
.__section_main_page h3 { margin-top: 3rem;}
.__section_main_page h2 { margin-top: 3rem;}

.__section_main_page .content { width: 800px; margin: 0 auto;}
.__section_main_page .content p { text-align:justify; overflow-wrap: anywhere;}

.__section_main_page h2, .__section_main_page .h2 { margin-bottom: 20px; margin-top: 3rem; line-height:normal;}
.__section_main_page li h3, .__section_main_page li .h3 { font-weight: normal; font-size: 22px;}
.__section_main_page li { font-size: 18px; font-weight: 400;  margin-bottom: 10px; line-height: 32px;}
.__section_main_page ul, .__section_main_page ol { padding-left: 50px; margin-bottom: 20px;}
.__section_main_page ol.st { padding-left: 20px; }
.__section_main_page ol.st li {padding-left: 10px;}
.__section_main_page .img_wrap { padding: 20px 0; display: block; margin-bottom: 20px;}
.__section_main_page .img_wrap img { box-shadow: 0 0 10px #aaa; max-width: 100%; display: table; margin: 0 auto;}
.__section_main_page .img_wrap p { padding-top: 20px; font-size: 14px; color: #777; text-align: center; width: 100%; display: table; margin: 0 auto; max-width: 700px; line-height: 21px;}
.__section_main_page .img_desc {margin: 15px auto 0; text-align: center; font-weight: 600; font-style: italic;}
.__section_main_page li::marker {color: #04a8b5;}


.second-list {margin-top: 20px;}
.second-list li {line-height: 22px; }
.last-list li {position: relative; list-style: none;}
.last-list li:before {
	content: '';
	position: absolute;
	top: 9px;
    left: -24px;
	width: 10px;
	height: 10px;
	border: 2px solid #04a8b5;
}
.last-list li::marker {color: #04a8b5;}
.second-list li::marker {color: #0e82bc;}
.top-list li::marker {color: #0e82bc; font-size: 20px; font-weight: bold;}

.calc_num {
	list-style: none;
	font-size: 16px;
	padding: 0;
	padding-left: 20px;
	margin: 10px 0;
}
.calc_num li {
	margin: 0;
	padding: 0 0 10px 40px;
	position: relative;
	line-height: 32px;
}
.calc_num li::before {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 15px;
    width: 10px;
	height: 32px;
	background: #fff;
	color: #000;
	text-align: center;
	line-height: 32px;
	font-size: 12px;
}
.calc_num {
	counter-reset: num;
}
.calc_num > li {
	counter-increment: num;
}
.calc_num > li::before {
	content: counter(num) '.';
	color: #04a8b5;
	font-size: 18px;
}
.calc_num ol {
	counter-reset: num2;
	list-style: none;
}
.calc_num ol > li {
	counter-increment: num2;
}
.calc_num ol > li::before {
	content: counter(num) '.' counter(num2) '.';
	color: #04a8b5;
	font-size: 18px;
}
.calc_num li ol {
	margin-bottom: 0;
	margin-top: 10px;
}
.calc_num li ol li:last-child {
	padding-bottom: 0;
}
.calc_num li ol li:before {
	left: -5px;
}

.video_wrap { max-width: 650px; display: table; margin: 50px auto; box-shadow: 0 0 10px #aaa; }
.video_wrap video { display: block; max-width: 100%;}

@media (max-width: 950px) {
	.__section_main_page .img_wrap img:not(.is_resize_h) { min-height: 50px; max-height: 100px; }
	.__section_main_page .img_wrap img.demilazyload[data-loaded="true"]:not(.is_resize_h) { min-height: inherit; max-height:none;}
	
	.__section_main_page .content { width: 100%;}
	.__section_main_page .content p { text-align: left;}
}

.__section_main_page .top_picture { display:inline-block; width: 100%; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #eaeaea;}
.__section_main_page .top_picture img { width: 100%; }

/*-----------*/

.__section_main_nav {background: #fff; padding: 0px 0;}
.__section_main_nav .__main_nav { display:flex; padding: 50px 0;}
.__section_main_nav .__main_nav > a { width: 100%; padding: 20px 20px; border-right: 1px solid #ddd;}
.__section_main_nav .__main_nav > a:last-child { border: none;}
.__section_main_nav .__main_nav > a .__icon_wrap { display: table; width: 60px; margin:0 auto; padding-bottom: 30px; stroke: rgb(0, 0, 0);}
.__section_main_nav .__main_nav > a .__label { text-align:center; font-size: 22px;}

@media (max-width: 950px) {
	.__section_main_nav .__main_nav { display:block; width: 100%;}
	.__section_main_nav .__main_nav > a {border-bottom: 1px solid #ddd; margin-bottom: 20px; display: block; border-right: 0;}
}

.__section_main_text { background: #fff; padding: 30px 0!important;}
.__section_main_text h2 { padding-bottom: 20px;}
.__section_main_text p { font-size: 18px; text-align: left; line-height: 28px; margin-bottom: 15px; font-weight: 400;}
.__section_main_text p:last-child { margin-bottom: 0;}
.__section_main_text ul, .__section_main_text ol { padding-left: 30px; padding-bottom: 20px;}
.__section_main_text li {font-size: 18px; text-align: left; line-height: 28px;}
@media (max-width: 950px) { .__section_main_text { padding: 50px 0;}}

/*-------------------*/
.__pp_text_top { padding: 30px 0;}

.__section_text { background: #eee; padding: 100px 0; font-size: 18px;}
.__section_text h2 { text-align:center; padding-bottom: 20px;}
.__section_text .__custom_ul_li {position: relative; display: inline-block; width: 100%; padding: 20px 0 20px 70px;}
.__section_text .__custom_ul_li:before { content:""; position: absolute; left: 0; top: 0; bottom: 0; width: 50px; height: 100%; background-image: url(images/li-icon-1.webp); background-repeat: no-repeat; background-position: 50%; background-size: 40px;}
.__section_text .__middle_text { text-align:center; font-size: 22px; padding-top: 20px;}
.__section_text .__btn { margin-left: 10px;}

@media (max-width: 950px) {
	.__section_text { padding: 50px 0;}
	.__section_text .__btn { display: table; margin: 0 auto; margin-top: 10px;}
}

/*------------*/
.__section_result { background: #fff;}
.__section_result h2 { padding-bottom: 60px; text-align:center;}
.__slider { display:inline-block; width: 100%; position:relative; box-shadow: 1px 1px 10px #aaa; background: #fff; }
.__slider { position: relative; height: 500px; padding: 0px; margin: 0px; list-style-type: none;}
.item_slide{ position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; opacity: 0; z-index: 1; -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; -o-transition: opacity 0.3s; transition: opacity 0.3s;}
.showing { opacity: 1; z-index: 2;}
.item_slide {}
.controls { display: none;}
.controls { border: none; outline: none; font-size: 20px; cursor: pointer; width: 40px; background: none;opacity: 0.7;}
.controls:hover,.controls:focus{ color: #333; opacity: 1;}
.prev { position:absolute; left: -80px; top: 50%;}
.next { position:absolute; right: -80px; top: 50%;}

@media (min-width: 950px) and (max-width: 1330px) {
	.prev { left: 20px; z-index: 990;}
	.next { right: 20px; z-index: 990;}	
}

@media (max-width: 950px) {
	.__section_result { padding: 50px 0;}	
	.prev { left: 20px; z-index: 90;}
	.next { right: 20px; z-index: 90;}	
	.controls svg { width: 30px;}
}

/*-----------*/

.__wrap  { display: table; margin: 0 auto; width: 100%; background: #fff; position:relative; height:500px; }
.__a__img_1 { position: absolute; right:20px; top:40px; width: 60%; height: 373px; background-color: #fff; background-repeat: no-repeat; background-position:center; background-size: contain;}
.__a__text_1 { position:absolute; left: 50px; top: 50px; color: #5ec2c8; font-size: 60px; font-weight: bold; }
.__a__text_2 { position:absolute; left: 50px; top: 150px; color: #000; font-size: 20px;  }
.__a__text_3 { position:absolute; left: 50px; top: 220px; color: #000; font-size: 20px; max-width: calc(40% - 75px); text-align:left;  }
.__a__text_4 { position:absolute; left: 100px; bottom: 70px; color: #000; font-size: 16px;  }
.__a__el_4 { position:absolute; left: 50px; bottom: 73px; width: 40px; height: 20px; /*background:#00eae9;*/ background: rgba(94,194,200,1.00) }
.__a__text_0 { display:inline-block; width: 100%; text-align:center; color: #000; font-size: 24px; margin-top: 30px;  }

@media (max-width: 950px) {
.__slider { height: 520px;}
.__wrap {height:600px; width: 100%; }
.__a__img_1 { right:0; top:40px; width: 100%; height: 200px; }
.__a__text_1 {left: 0; top: 310px; width: 100%; text-align:center;}
.__a__text_2 {left: 0; top: 415px; width: 100%; text-align:center;}
.__a__text_3 {left: 0; top: 470px; right: 0; max-width: 100%; text-align:center;} 
.__a__text_3 br { display: none;}
.__a__text_4 { left: 34%; top: 280px;bottom: initial; }
.__a__el_4 { left: 20%; top: 282px; bottom: initial;; width: 40px; height: 20px; }
.__a__text_0 { display:inline-block; width: 100%; margin-top: 30px; text-align:center;}
}

@media (max-width: 700px) {
.__wrap {height:520px; width: 100%; }
.__a__img_1 { right:0; top:0; width: 100%; height: 170px; }
.__a__text_1 {left: 0; top: 180px; width: 100%; text-align:center;}
.__a__text_2 {left: 0; top: 320px; width: 100%; text-align:center; font-size: 18px; font-weight: bold;}
.__a__text_3 {left: 0; top: 390px; right: 0; max-width: 100%; text-align:center;} 
.__a__text_3 br { display: none;}
.__a__text_4 { left: 75px; top: 280px;bottom: initial; font-size: 13px;}
.__a__el_4 { left: 30px; top: 280px; bottom: initial; width: 40px; height: 20px; }
.__a__text_0 { display:inline-block; width: 100%; margin-top: 30px; text-align:center;}
}

/*----------*/

.__section_our_standard {background-image: url(images/background-section_1-1.webp); background-repeat: no-repeat; background-size:cover; background-position: 50%; }
.__section_our_standard h2 { text-align: center; color: #fff; padding-bottom: 30px;}
.__our_standard {line-height: 25px; padding: 0 0 10px 0; width: 100%; display: flex; flex-flow: row wrap;  align-content: space-between; justify-content: space-between;}
.__our_standard .item {position: relative; float: left; width: 33.33333%; line-height: 20px; color: #fff;padding: 15px 15px; box-sizing: border-box; margin-bottom: 5px; padding-left: 100px;}
.__our_standard .item i { position:absolute; left:10px; top: 20px; width: 50px; height: 50px; stroke: rgb(94, 194, 200);}
.__our_standard .item p.label { display: block; padding: 15px 0 15px 0; font-size: 24px; line-height: 26px; }
.__our_standard .item p { display: block; padding: 10px 0; font-size: 20px; line-height: 28px; }

@media (max-width: 950px) {
	.__section_our_standard { padding: 50px 0; background: linear-gradient(-45deg, #5f8296, #84647c); /*background-image: url(images/background-section_1-m.jpg)*/}
	.__our_standard { display: inline-block; width: 100%;}
	.__our_standard .item { display: block; width: 100%;}	
}

/*------------*/

.__section_cases {background-image:url(images/background-section-2.webp); background-repeat: no-repeat; background-position: 50%; background-size: cover;}
.__section_cases h2 {padding-bottom: 60px; text-align:center; }

@media (max-width: 950px) {
	.__section_cases {padding: 50px 0; background: #e5e5e5; /*background-image:url(images/background-section-2-m.jpg);*/}
	.__section_cases h2 {padding-bottom: 40px;}
}

/*----------------------*/
.__b_wrap, .__c_wrap  { display: table; margin: 0 auto; width: 100%; background: #fff; position:relative; height:500px; }
.__c_wrap { height: 100%; height: 500px;}
.__c__img_1 { position: absolute; top:45px; right: 70px; height: 40px; width: 195px; background-repeat: no-repeat; background-position:center; background-size: cover;}
.__c__img_2 { position: absolute; right:60px; top:260px; left: 60px; height: 150px; background-repeat: no-repeat; background-position:center; background-size: cover;}
.__c__text_1 { position:absolute; left: 50px; top: 10px; color: #5ec2c8; font-size: 60px; font-weight: bold; }
.__c__text_2 { position:absolute; left: 50px; top: 95px; color: #000; font-size: 20px; text-align: left; line-height: 20px;  }
.__c__text_3 { position:absolute; left: 44%; top: 125px; color: #000; font-size: 30px; font-weight: bold;  }
.__c__text_4 { position:absolute; left: 44%; top: 170px; color: #000; font-size: 18px; right: 60px; }
.__c__text_4 ul { padding-left: 0px; }
.__c__text_4 ul li { position:relative; padding-left: 30px; display: block; float:left; width: 50%; box-sizing:border-box; text-align:left;}
.__c__text_4 ul li span { color: #b62256; font-weight: bold;}
.__c__text_4 ul li:before { content:""; position:absolute; left: 0px; top:0; bottom:0; width: 25px; background-image: url('images/list-icon-blue.png'); background-position: center; background-repeat:no-repeat; background-size: 20px; }
.__c__text_5 { position:absolute; left: 50px; top: 165px; max-width: 410px; color: #b62256; line-height: 28px; font-size: 26px; font-weight: bold; text-align: left;  }
.__c__link_1 { cursor: pointer; position:absolute; left: 50%; top: 465px; line-height: 24px; padding: 7px 20px; border-radius: 2px; border: 1px solid #05ccd4; font-size: 16px; font-weight: bold; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%);background-color: #5ec2c8;border-color: #5ec2c8; color: #ffffff; white-space: nowrap;}
.__c__link_1:hover { background-color: rgba( 64,164,170,1 ); border-color: rgba( 64,164,170,1 ); color: #ffffff;}

@media (max-width: 950px) {
.__c_wrap {height:600px; width: 100%;}
.__c__img_1 { right:20px; top:15px; width: 160px; height: 35px; }
.__c__img_2 { left:0; top:325px; width: 100%;  max-width: 100%; height: 100px; }

.__c__text_1 { left: 30px; top: 25px;  }
.__c__text_2 { left: 30px; top: 85px; }
.__c__text_3 { left: 30px; top: 155px; }
.__c__text_4 { left: 30px; top: 205px;}
.__c__text_4 ul { padding-left: 30px; }
.__c__text_4 ul li {white-space:nowrap;}
.__c__text_5 {left: 30px; top: 450px; max-width: 100%; text-align:center; }	

.__c__link_1 { left: 50%; top: 550px; padding: 10px 20px; -webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}	
}

@media (max-width: 750px) {
.__c_wrap {height:520px; width: 100%; }
.__c__img_1 { right:20px; top:30px; height: 35px; left: 50%; background-size: cover; -webkit-transform: translate(-50%,0);-moz-transform: translate(-50%,0); -ms-transform: translate(-50%,0); -o-transform: translate(-50%,0); transform: translate(-50%,0);}
.__c__img_2 { left:0; top:300px; width: 100%;  max-width: 100%; height: 40px; }
.__c__text_1 { font-size: 24px; display: none;}
.__c__text_2 { left: 50%;; top: 100px; font-size: 17px; text-align: center; width: 100%; -webkit-transform: translate(-50%,0);-moz-transform: translate(-50%,0); -ms-transform: translate(-50%,0); -o-transform: translate(-50%,0); transform: translate(-50%,0);}
.__c__text_3 { top: 170px; left:0; font-size: 20px; width: 100%; text-align:center;}
.__c__text_4 { left: 50%; top: 205px; width: 175px; -webkit-transform: translate(-50%,0);-moz-transform: translate(-50%,0); -ms-transform: translate(-50%,0); -o-transform: translate(-50%,0); transform: translate(-50%,0);}
.__c__text_4 ul { padding-left: 0; }
.__c__text_4 ul li { white-space:nowrap; font-size: 12px; width: 100%;}
.__c__text_5 {left: 0; top: 370px; max-width: 100%; text-align:center; font-size: 20px; line-height: 25px;}
.__c__link_1 { left: 50%; top: 470px; padding: 10px 20px; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}		
}

/*-----------------*/
.__section_clients {padding: 80px 0;}
.__section_clients h2 { text-align: center; color: #000; padding-bottom: 30px;}
.__slider_clients { display:inline-block; width: 100%; padding: 30px 0;}
.__slider_clients .item { float:left; width: 20%; border-right: 1px solid #ddd;}
.__slider_clients .item:last-child { border: none;}
.__slider_clients .item img { display: table; height: 80px; margin: 0 auto; max-width: 100%;}

@media (max-width: 950px) {
	.__section_clients { padding: 50px 0;}
	.__section_clients h2, .__slider_clients { padding-bottom:0;}
	.__slider_clients .item  { width: 100%; border-right:0; border-bottom: 1px solid #ddd; margin-bottom: 20px; padding-bottom: 10px;}	
}

/*--------------*/
.__section_price {}
.__section_price h2 { text-align: center; color: #000; padding-bottom: 30px;}
.__price_wrap { display: inline-block; width: 100%; padding-top: 30px;}
.__price_wrap .item { position:relative; float:left; width: 32%; margin: 0 1%; border: 1px solid #ddd; border-radius: 2px; background: #fff; padding: 15px 0 0 0;}
.__price_wrap .item:last-child { margin-right: 0;}
.__price_wrap .item:first-child { margin-left: 0;}
.__price_wrap .item label { display: block; width: 100%; padding: 15px 0; text-align:center; font-size: 14px; font-weight: bold; text-transform:uppercase; letter-spacing: 1.2px; }
.__price_wrap .item .__sep { display: table; width: 50px; height: 2px; background: #5ec2c8; margin: 10px auto; }
.__price_wrap .item .__price { display: block; font-size: 36px; text-align:center; padding: 15px 0;}
.__price_wrap .item ul { display:inline-block; width: 100%;}
.__price_wrap .item ul li { display: block; width: 100%; padding: 10px 20px; font-size: 16px; line-height: 28px; font-weight: 400; text-align:center;}
.__price_wrap .item ul li:nth-child(odd) {background: rgba(0,0,0,0.05);}
.__price_wrap .item .__btn { display: table; margin: 20px auto; width: auto; cursor: pointer;}
.__price_wrap .item.__popular { border: 2px solid #5ec2c8}
.__price_wrap .item.__popular .__price { color: #40a4aa}
.__price_wrap .item.__popular label {color: #40a4aa}
.__price_wrap .item.__popular .__pupular_pr { position:absolute; right: 10px; top: 10px; padding: 4px 5px; border-radius: 2px; font-size: 16px; font-weight: 400; letter-spacing: 0.5px; line-height: 16px; color: #fff; background: #40a4aa }

@media (max-width: 950px) {
	.__section_price { padding: 50px 0;}
	.__section_price h2 { padding-bottom: 10px;}
	.__price_wrap .item { width: 100%; margin:0; margin-bottom: 20px;}
}

/*-----------------*/
.__section_works { background: /*rgb(94, 194, 200);*/ rgb(69, 90, 100);}
.__section_works h2 { text-align: center; color: #fff; padding-bottom: 30px;}
.__section_works h3 { font-size: 22px;}
.___works_wrap { display: flex; width: 100%; padding-top: 30px; flex-flow: row wrap; align-content: space-between; justify-content: space-between;}
.___works_wrap .item { position:relative; display:block; width: 50%; padding: 25px 0 20px 90px; font-size: 20px; color: #fff; }
.___works_wrap .item .icon { position:absolute; left: 0; top: 20px; width: 60px; height: 60px; border-radius: 999999999px; background: #eee;}
.___works_wrap .item .icon svg { display: table; margin: 0 auto; width: 30px;}

.__section_works .__btn_wrap { display: table; margin: 20px auto 0 auto;}

@media (max-width: 950px) {
	.__section_works { padding: 50px 0;}
	.__section_works h2 { padding-bottom:0;}
	.___works_wrap { display: inline-block; width: 100%;}
	.___works_wrap .item { width: 100%;}	
}

/*------------------*/
.__section_seo {background-color: #eee; background-image: url(images/background-section_1-1.webp); background-position: 50%; background-repeat: no-repeat; background-size:cover; }
.__section_seo h2 { color: #fff; text-align: left;}

.__section_seo .__text { display: block; width: 70%; padding: 20px 0; color: #fff;}
.__section_seo .__text p { font-size: 20px; padding-bottom: 20px;}
.__section_seo .__text ._sale_price { text-decoration: line-through;}
.__section_seo .__text ._a_price {font-weight: bold; font-size: 22px;}
.__section_seo .__text .__btn { display:inline-block; margin-top: 20px; background: #fff; color: #9b1d43;}
.__section_seo .__text .__btn:hover {background-color: #5ec2c8; color: #fff;}

@media (max-width: 950px) {
	.__section_seo { padding: 50px 0; background: linear-gradient(-45deg, #5f8296, #84647c);}
	.__section_seo h2 { text-align:center;}
	.__section_seo .__text { width: 100%;}
	.__section_seo .__text .__btn { display: table; margin: 0 auto;}	
}

/*------------*/
.__section_reviews { background: #fff;}
.__section_reviews h2 { text-align:center; padding-bottom: 60px;} 

.__reviews_wrap { display:inline-block; width: 100%; } 
.__reviews_wrap .item { float:left; position:relative; width: 100%; padding: 0px; margin: 0 10px; border-bottom: 0px solid #eee; margin-bottom: 20px; padding-bottom: 20px; padding-left: 300px; }

.__reviews_wrap .item p { text-align:center;}
.__reviews_wrap .item p.text { float:left; width: 100%; position:relative; font-size: 16px; color: #111; text-align: justify; padding: 15px 40px; line-height: 25px; font-weight: 400; background: #f7f7f7;}

.__reviews_wrap .item p.text:before { content:""; position:absolute; left:10px; top:10px; height: 20px; width: 20px; background-image: url(images/left-quote.svg); background-position: 50%; background-repeat: no-repeat; background-size: 13px;/*line-height: 10px; font-size: 40px;*/ }
.__reviews_wrap .item p.text:after { content:""; position:absolute; right:10px; bottom: 10px; height: 20px; width: 20px; background-image: url(images/right-quote-sign.svg); background-position: 50%; background-repeat: no-repeat; background-size: 13px; /*line-height: 0; font-size: 40px;*/ }

.__reviews_wrap .item .__user { position:absolute; left: 0; top: 50%; width: 300px; transform: translate(0,-50%); }

.__reviews_wrap .item:nth-child(2) .__user { left:inherit; right:0;}
.__reviews_wrap .item:nth-child(2) { padding-left:0; padding-right: 300px;}
.__reviews_wrap .item span.avatar { display: block; margin:10px auto; border-radius: 99999px; overflow:hidden; width: 70px; height: 70px; background-repeat: no-repeat; background-position: 50%; background-size: cover;}
.__reviews_wrap .item p.name { font-weight: bold; padding: 10px 0;}
.__reviews_wrap .item p.site { color: #777; font-size: 13px; font-weight: bold; letter-spacing: 1px; margin-bottom: 0px;}

@media (max-width: 950px) {
	.__section_reviews { padding: 50px 0;}
	.__section_reviews h2 { padding-bottom: 30px;}
	.__reviews_wrap .item { margin:0; padding-left: 0; margin-bottom: 20px; padding-top: 160px;}
	.__reviews_wrap .item:nth-child(2) { padding-right: 0; margin-bottom: 20px;}
	.__reviews_wrap .item .__user { width: 100%; margin-bottom: 20px; top: 0; left: 0; transform: translate(0, 0); right: inherit;}
	.__reviews_wrap .item p.text { width: 100%;}
}

.__section_cases_list { background: #eee;}
.__section_cases_list h2 { padding-bottom: 50px; text-align:center;}
.__section_cases_list .__body {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 360px));
	grid-gap: 10px;
	justify-content: center;
	width: 100%;
}
.__section_cases_list .__body .item { position:relative;height: 260px; border: 0px solid #ddd; background: #fff; box-shadow: 0 0 5px #aaa; border-radius: 3px; overflow:hidden;}
.__section_cases_list .__body .item:last-child { margin-right:0;}
.__section_cases_list .__body .item:first-child { margin-left:0;}
.__section_cases_list .__body .item:before { opacity: 0; content: ""; position:absolute; left:0; top:0; right:0; bottom:0; background: linear-gradient(to bottom, rgba(101, 130, 149, 0.6) 25%,#9b1d43 100%); z-index:9; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;}

.__section_cases_list .image_wrap { position:relative; overflow: hidden; /*position:absolute; left:0; right:0; top:0; bottom:0;*/ display: block; width: 100%; height: 260px;}
.__section_cases_list .image_wrap img { position:absolute; left: 50%; top: 50%; width: auto; height: 100%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);  transform: translate(-50%,-50%); transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out;}

.__section_cases_list .label { cursor: pointer; opacity:0; z-index: 10; position:absolute; left: 50%; top: 50%; width: 100%; padding: 0 25px; color: #fff; font-size: 26px; line-height: 28px; font-weight: bold; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);  transform: translate(-50%,-50%); transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;}

.__section_cases_list .__body .item:hover .label { opacity: 1;}
.__section_cases_list .__body .item:hover:before { opacity: 1;}
.__section_cases_list .__body .item:hover .image_wrap img { height: 110%;}

@media (max-width: 950px) { 
	.__section_cases_list { padding: 40px 0;}
	.__section_cases_list .__body .item { width: 100%; margin:0; }
}

/*-------------------*/
.__section_wrap { background-color: rgb(69, 90, 100); }
.__form_bottom { display:inline-block; width: 100%;}	

.__form_bottom .__form_title { display: block; padding: 10px 0; font-size: 36px; text-align:center; color: #fff; /*#5ec2c8*/; margin-bottom: 50px; }

.__form_bottom form .__line_input_wrap { display: flex; padding: 20px 0;}
.__form_bottom form .__line_input_wrap > div { display: inline-block; width: 100%; margin: 0 15px;}
.__form_bottom form .__line_input_wrap > div:first-child { margin-left:0;}
.__form_bottom form .__line_input_wrap > div:last-child { margin-right:0;}

.__form_bottom form input[type=text] { display: block; width: 100%; padding: 15px 20px; background: #fff; outline: none; border: 1px solid #fff; font-size: 14px; color: #222; height: 48px; border-radius: 2px;}

.__form_bottom .__form_btn { padding: 15px 20px; text-align:center; background: rgba( 64,164,170,1); outline: none; color: #eee; border: none; width: 100%; border-radius: 2px; height: 48px; cursor: pointer; font-weight: bold; font-size: 14px;}
.__form_bottom .__form_btn:hover { background: #5ec2c8 ; }

.__form_bottom .__polit_line { display: table; margin: 0 auto; margin-top: 30px;}
.__form_bottom .__polit_line label { display: block; width: 100%; font-size: 14px; color: #fff;}
.__form_bottom .__polit_line label a { color: #5ec2c8}
.__form_bottom .__polit_line label a:hover { color: rgba( 64,164,170,1)}
.__form_bottom .__polit_line label input[type=checkbox] { display: block; float:left; margin-right: 12px; margin-top: 4px;}


.__form_bottom .line .__message { display: none; font-size: 14px; color: #f50; padding-top: 5px;}
.__form_bottom .line.__error input[type=text] { border-color: #f50; }
.__form_bottom .line.__error .__message { display: block;}

@media (max-width: 950px) {
	.__section_wrap { padding: 50px 0;}
	.__form_bottom form .__line_input_wrap { display: inline-block; width: 100%;}
	.__form_bottom form .__line_input_wrap > div  { margin: 10px 0;}
	.__form_bottom .__form_title { margin-bottom: 20px;}
	.__form_bottom .__polit_line { margin-top: 0;}		
}
	
/*------------------*/
	
footer { display:block; width: 100%; background: #222; }
footer p { color: #aaa;}
footer a { color: #aaa;}
footer .logo { position:absolute; left: 20px; top: 34px; width: 200px; height: 40px;}
footer .logo img { height: 100%;}

footer .footer_content { display: inline-block; width: 100%; margin-top: 50px; }
footer .__column_wrap { display: flex; }
	
footer .__column { display:inline-block; width: 100%; border-right: 1px solid #282828; }
footer .__column .label { display: block; padding: 10px 20px; color: #aaa; font-size: 20px; }

footer .__column:first-child { margin-left:0;}
footer .__column:last-child { margin-right: 0; border: 0;}
footer .__column ul { display:block; width: 100%;}
footer .__column ul li { display:inline-block; list-style: none; width: 100%; }
footer .__column ul li a { display: inline-block; padding: 7px 20px; border-bottom: 0px solid #272727; color: #999; font-size: 14px; }
footer .__column ul li a:hover, footer .__column .label:hover { color: #5ec2c8;}

footer .widget { padding: 0 20px; padding-top: 10px;}
footer .widget p { padding-bottom: 15px; color: #aaa; font-size: 14px;}
footer .widget a { color: #5ec2c8; }
footer .widget a:hover { color: #b62256}

footer .copyright { position:relative; display:inline-block; width: 100%; border-top: 1px solid #333; padding: 40px 20px; margin-top: 50px;}
footer .copyright p {  display:inline-block; color: #aaa; font-size: 14px; text-align:end; float:right;}

footer .copyright .__1c_label { display: inline-block; padding-left: 150px; float:left; font-size: 12px; width: 100%;}

@media (max-width: 950px) {
	footer .__column_wrap { display:inline-block; width: 100%;}
	footer .__column { margin: 10px 0; border-bottom: 1px solid #282828; border-right: 0; padding-bottom: 20px;}
	footer .copyright { margin-top: 20px;}	
	footer .copyright .__1c_label { text-align:end; padding-left: inherit; float:right; margin-top: 20px; }	
}
	
	
/*--------------*/

.__window_wrap { position: fixed; left: 0; top:0; right:0; height: 100%; overflow-y: scroll; z-index: 99999; background: rgba(0,0,0,0.6)}
.__windows_body._big {position:relative; display: table; width: 800px; margin: 0 auto; padding: 20px 50px; background: #fff; }	
.__custom_windows_ul { position: relative; display: block; width: 100%; padding: 10px 0 10px 40px;}
.__custom_windows_ul:before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 40px; height: 100%; background-image: url(images/li-icon-1.webp); background-repeat: no-repeat; background-position: 50%; background-size: 20px;}
.__windows_body .__btn_wrap { display: table; margin: 0 auto; margin-top: 20px; margin-bottom: 20px;}
.__windows_body .h3 { display: block; margin: 10px 0;} 	

@media (max-width: 950px) { 
	.__windows_body._big { width: 90%; top: 20px; padding: 20px; bottom: 20px;}
	.__window_wrap .__btn { font-size: 13px;}
}

.__window_wrap { display: none; }
.__window_wrap.is_active { display: block;}

.__windows_body._small {  position:fixed; left: 50%; top: 40%; padding: 30px 40px; width: 450px; background: #fff; z-index: 99999; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);  transform: translate(-50%,-50%); }

.__close { position:absolute; right: 10px; top: 10px; width: 25px; height: 25px; cursor: pointer;}
.__windows_body .title { font-size: 24px; display: block; width: 100%; padding-bottom: 20px;}
.__windows_body .line { display:inline-block; width: 100%; margin-bottom: 20px;}
.__windows_body .line input[type=text], .__windows_body .line textarea { display: block; width: 100%; max-width: 100%; min-width: 100%;  padding: 15px 20px; background: #fff; outline: none; border: 1px solid #eaeaea; font-size: 14px; color: #222; height: 48px; border-radius: 2px;}
.__windows_body .line textarea { min-height: 100px; max-height: 200px;}
.__windows_body .line input[type=text]:hover, .__windows_body .line input[type=text]:focus, .__windows_body .line textarea:hover, .__windows_body .line textarea:focus { border-color: #5ec2c8} 
.__windows_body .line input[type=submit] { display: table; margin: 0 auto; cursor: pointer;}
.__windows_body .line .polit { font-size: 14px;}
.__windows_body .line .polit input[type=checkbox] { float: left; margin-right: 12px; margin-top: 6px;}
.__windows_body .line .polit a { color: #5ec2c8}


.__windows_body .line .__message { display: none; font-size: 14px; color: #f20; padding-top: 5px;}

.__windows_body .line.__error input[type=text] { border-color: #f20; }
.__windows_body .line.__error .__message { display: block;}

@media (max-width: 950px) { 
	.__windows_body._small { width: 90%; padding: 20px 25px;top: 50%; }
}

.__section_project { padding: 20px 0;}
.__section_project .__body { display: flex; width: 100%; flex-flow: row wrap; align-content: space-between; justify-content: space-between; margin-left: -1.5%; width: calc(100% + 3%);}
.__section_project .__body .item { position:relative; display: block; width: 47%; border: 1px solid #eaeaea; border-radius: 5px; box-shadow: 0 0 1px #ccc; overflow: hidden; margin: 1.5%; }

.__section_project .__body .item:before {content: ""; position:absolute; left:0; top:0; right:0; bottom:0; /*background: rgba(50,50,50,0.50)*/; z-index:9; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;}
.__section_project .__body .item .image_wrap { position:relative; display: block; width: 100%; height: 300px; border-bottom: 1px solid #eaeaea; overflow:hidden;}
.__section_project .__body .item .image_wrap:before { opacity: 0; content: ""; position:absolute; left:0; top:0; right:0; bottom:0; background: linear-gradient(to bottom, rgba(101, 130, 149, 0.6) 25%,#9b1d43 100%); z-index:9; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;}
.__section_project .__body .item .image_wrap img {position:absolute; left: 50%; top: 50%; min-height: 100%; width: 100%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
.__section_project .__body .item .image_wrap i { opacity: 0; position:absolute; left: 50%; top: 50%; background: #fff; width: 50px; height: 50px; z-index: 9; border-radius: 50%; line-height: 61px; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}

.__section_project .__body .item .info { z-index: 99; background: #fafafa; height: calc(100% - 300px); vertical-align:middle; display:inline-block; width: 100%; padding: 20px 30px; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;}
.__section_project .__body .item .info p.label { cursor: pointer; display: block; font-size: 22px; color: #111;}
.__section_project .__body .item .info p { font-size: 16px; margin-bottom: 10px; margin-top: 10px; color: #000;}
.__section_project .__body .item:hover .image_wrap:before { opacity: 1;}
.__section_project .__body .item:hover .image_wrap img { width: 110%;}
.__section_project .__body .item:hover .info { background: none;}
.__section_project .__body .item:hover .info label { color: #40a4aa}
.__section_project .__body .item:hover .image_wrap i { opacity: 1;}

@media (max-width: 950px) { 
	.__section_project .__body .item { width: 100%; margin:0; margin-bottom: 20px;}
	.__section_project .__body .item .image_wrap { height: 180px;}
	.__section_project .__body .item .info {height: calc(100% - 180px);}
}

/*-------------------*/
blockquote { background: #eee; padding: 20px 20px 20px 20px; margin: 25px 20px; box-shadow: 1px 1px 3px #777;}
blockquote p {font-style: italic!important; font-size: 16px!important; line-height: 26px !important; }

table { border: 1px solid #ededed; border-collapse: collapse; border-spacing: 0; font-size: 14px; line-height: 2; border-bottom: 1px solid #ededed;}
table tr { color: #414042; border-bottom: 1px solid #dbe4e8;}
table tr td { padding: 10px; border: 1px solid #ededed;}
.__section_main_page table { margin: 20px 0;}

/*--------include--------*/
.__section_advantages { padding: 80px 0 40px; background-image: url(/bitrix/templates/discript/images/background-section_1-1.webp); background-repeat: no-repeat; background-size: cover; background-position: 50%; background: #fff;}
.__section_advantages h2 { text-align:center; color: #000; padding-bottom: 50px;}
.__advantages { line-height: 25px; padding: 0 0 10px 0; width: 100%; display: flex; flex-flow: row wrap; align-content: space-between; justify-content: space-between;}
.__advantages .item { position: relative; float: left; width: 50%; line-height: 20px; color: #000; padding: 15px 15px; box-sizing: border-box; margin-bottom: 20px; padding-left: 90px;}
.__advantages .item p.label { display: block; padding: 15px 0 25px 0; font-size: 24px; line-height: 26px;}
.__advantages .item p { display: block; padding: 10px 0; font-size: 20px; line-height: 28px;}
.__advantages .item i { position: absolute; left: 10px; top: 20px; width: 60px; height: 60px; stroke: rgb(94, 194, 200);}
.__advantages .item ul { padding-left: 5px; color: #000; list-style: none;}
.__advantages .item ul li { padding-bottom: 15px; padding-left: 15px; position:relative;}
.__advantages .item ul li:before { content: "-"; position:absolute; left: 0; top:30%; transform: translate(-50%,-50%); color: #000;}
	
@media (max-width: 950px) {
	.__advantages { display: inline-block; width: 100%;}
	.__advantages .item { display: block; width: 100%;}	
}


.__section_advantages_2 { padding: 80px 0; background-image: url(/bitrix/templates/discript/images/background-section_1-1.webp); background-repeat: no-repeat; background-size: cover; background-position: 50%;}
.__section_advantages_2 h2 { text-align:center; color: #fff; padding-bottom: 50px;}

.__section_advantages_2 
.__advantages_2 { line-height: 25px; padding: 0 0 10px 0; width: 100%; display: flex; flex-flow: row wrap; align-content: space-between; justify-content: space-between;}
.__advantages_2 .item { position: relative; float: left; width: 33.333%; line-height: 20px; color: #fff; padding: 15px 15px; box-sizing: border-box; margin-bottom: 5px; text-align:center;}
.__advantages_2 .item p.label { display: block; padding: 15px 0 15px 0; font-size: 21px; line-height: 26px; font-weight: bold;}
.__advantages_2 .item p { display: block; padding: 10px 0; font-size: 18px; line-height: 28px;}
.__advantages_2 .item i { display: block; margin: 0 auto; margin-bottom: 20px; width: 50px; height: 50px; stroke: rgb(126, 206, 213); }

@media (max-width: 950px) {
	.__section_advantages_2 { padding: 50px 0; background: linear-gradient(-45deg, #5f8296, #84647c);}
	.__advantages_2 { display: inline-block; width: 100%;}
	.__advantages_2 .item { display: block; width: 100%;}	
}	
	


.__section_approach {background-color: #eee; background-image: url(/images/original/section-approach.jpg); background-size:cover; }
.__section_approach h2 { color: #fff; text-align: center;}
.__section_approach img { display:block; width: 100%;}	

.__section_increase {background-color: #eee; background-image: url(/images/original/banner5.jpg); background-size:cover; }
.__section_increase h2 { color: #fff; text-align: center;}
.__section_increase .__text { display: block; width: 70%; padding: 20px 0; color: #fff; margin: 0 auto; text-align:center;}
.__section_increase .__text p { font-size: 20px; padding-bottom: 20px;}
.__section_increase .__text .__btn { display:inline-block; margin-top: 20px; background: #fff; color: #9b1d43;}
.__section_increase .__text .__btn:hover {background-color: #5ec2c8; color: #fff;}


/*-----------------------*/
.__section_worked {background: linear-gradient(-45deg, #d9f6f9, #fbdce6); padding-bottom: 20px;}
.__section_worked h2 { text-align:center; padding-bottom: 0px; font-size: 30px;}
.__wrap_worked { display: table; margin: 40px auto; width: 100%; position:relative; height:620px; }
.__item_block { width: 250px; height: 160px; position:absolute; top: 0; left:0; background: #fff; border: 1px solid #5ec2c8; text-align:center; padding: 15px 10px; box-sizing:border-box; box-shadow: 0 0 10px #aaa;}

.__item_block .__block { position:absolute; left: 50%; top: 50%; padding: 10px; width: 100%; transform: translate(-50%,-50%);}
.__item_block label { display: block; color: #000; font-size: 20px; padding-bottom: 7px; text-align:center; line-height: 20px;} 
.__item_block p { color: #000; font-size: 14px; margin:0; line-height: 20px;}
.__item_block span { display: block; color: #888; font-size: 12px; line-height: 13px; padding-top: 5px;}

.__1 { top: 100px; left:0;}
.__2 { top: 0px; left: 50%; transform: translate(-50%,0);z-index: 9;}
.__3 { top: 100px; right: 0; left: auto; }
.__4 { top: 350px; right: 0; left: auto;}
.__5 { top: 450px; left: 50%; transform: translate(-50%,0);z-index: 9;}
.__6 { top: 350px; left:0px;}

.__1:before { content: ""; position:absolute; left:50%; top:-30px; height: 30px; background: #5ec2c8; width: 5px; z-index: 8;}
.__1:after { content: ""; position:absolute; left:50%; top:-30px; height: 5px; width: 330px; background: #5ec2c8; z-index: 8;}

.__3:before { content: ""; position:absolute; right:50%; top:-30px; height: 30px; background: #5ec2c8; width: 5px; z-index: 8;}
.__3:after { content: ""; position:absolute; right:50%; top:-30px; height: 5px; width: 330px; background: #5ec2c8; z-index: 8;}

.__4:before { content: ""; position:absolute; right:50%; bottom:-30px; height: 30px; background: #5ec2c8; width: 5px; z-index: 8;}
.__4:after { content: ""; position:absolute; right:50%; bottom:-30px; height: 5px; width: 330px; background: #5ec2c8; z-index: 8;}

.__6:before { content: ""; position:absolute; left:50%; bottom:-30px; height: 30px; background: #5ec2c8; width: 5px; z-index: 8;}
.__6:after { content: ""; position:absolute; left:50%; bottom:-30px; height: 5px; width: 330px; background: #5ec2c8; z-index: 8;}

.__item_block.__1 .__ar, .__item_block.__3 .__ar {content: ""; width: calc(100%/1); position: absolute; border: 12px solid transparent; border-left: 23px solid #5ec2c8;}
.__item_block.__4 .__ar, .__item_block.__6 .__ar {content: ""; width: calc(100%/1); position: absolute; border: 12px solid transparent; border-right: 23px solid #5ec2c8;}

.__item_block.__1 .__ar {right: inherit; width: 40px; left: 120%; top: -42px; }	
.__item_block.__3 .__ar {right: 100%; width: 40px; left: inherit; top: -42px; }

.__item_block.__6 .__ar {right: inherit; width: 40px; left: 100%; bottom: -42px; }	
.__item_block.__4 .__ar {right: 120%; width: 40px; left: inherit; bottom: -42px; }

.__item_main_block { width: 400px; position:absolute; top: 48%; left:50%; text-align:center; padding: 20px 5px; box-sizing:border-box; transform: translate(-50%, -50%);}
.__item_main_block label { display: block; color: #5ec2c8; font-size: 26px; padding-bottom: 7px;}
.__item_main_block ul { padding:0; margin:0; text-align:center;}
.__item_main_block ul li { padding:0; font-size: 20px; color: #000; list-style: none;}
 
.__item_main_block:before { content: ""; position:absolute; top:0; right: -61%; height: 200px; background: #5ec2c8; width: 5px; z-index: 8;}
.__item_main_block:after {content: ""; width: 0; height: 40px; top: 50%; right: -63.48%; position: absolute; border: 12px solid transparent; border-top: 23px solid #5ec2c8; }

@media (max-width: 950px) {
	.__section_worked { padding: 50px 0;}
	.__wrap_worked { width:100%; }
	.__item_block, .__item_main_block { display: inline-block; width: 100%; position:relative; top:inherit; margin-bottom: 10px; left: 0; transform: none;}
	.__item_main_block { padding-top:0;}
	.__item_block:before, .__item_block:after, .__item_block .__ar, .__item_main_block:before, .__item_main_block:after { display: none;}
	.__item_main_block ul li { list-style: none;}
}

.__section_main_text_n { background: #fff; padding: 40px 0 40px 0;}
.__section_main_text_n h2 { padding-bottom:50px; text-align:center;}
.__section_main_text_n p { font-size: 18px; text-align: left; line-height: 28px; margin-bottom: 15px; font-weight: 400;}
.__section_main_text_n p:last-child { margin-bottom: 0;}
.__section_main_text_n ul, .__section_main_text_n ol { padding-left: 30px; padding-bottom: 20px;}

@media (max-width: 950px) { .__section_main_text_n { padding: 50px 0;} }

.__pr_wrap_f { display: inline-block; width: 100%;}
.__pr_1 {float: left; width: 55%;}
.__pr_1 p { border: 1px solid #eee; width: 100%; display:inline-block; background: #fff; padding: 14px 20px; color: #222; margin:0 auto; margin-bottom: 10px; font-size: 20px; text-align: left; position:relative; z-index: 90;}
.__pr_1 p:hover { background: #fff;}
.__pr { float: left; position:relative; display: block; width: 300px; background: linear-gradient(0, #b62256, #5ec2c8); overflow: hidden; z-index: 99;}
.__pr p { border-bottom: 10px solid #fff; padding: 15px 20px; color: #fff; text-align:center; margin:0 auto; font-size: 20px;}
.__pr:before { content: ""; position:absolute; background: #fff; height: 100%; left: 0;top: 0; right: 0; bottom:0; clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 0% 100%);}
.__pr:after { content: ""; position:absolute; background: #fff; height: 100%; left: 0;top: 0; right: -1px; bottom:0; clip-path: polygon(100% 0%, 100% 100%, 0 100%, 0% 100%);}

.__pr_wrap {position:absolute; right:0; width: 45%; background: #fff; bottom:0; top: 96px; z-index: 99;}
.__pr p:last-child { border: none;}

@media (max-width: 950px) { 
	.__pr, .__pr_wrap { display: none;}	
	.__pr_1 { width: 100%;}
	.__pr_1 p { text-align:center;}		
}

.__section_speedup { display:inline-block; width: 100%; background: #eaeaea; padding-bottom: 50px;}
.__section_speedup h2 {text-align:center; padding: 40px 0;}
.__section_speedup .label {font-size: 24px; display:inline-block; width: 100%; padding-bottom: 10px; margin-bottom: 30px; padding-top: 10px;}
.__section_speedup .item_wrap { display: inline-block; width: 100%;} 
.__section_speedup .item { background: rgb(69, 90, 100); display: block; position:relative; height: 200px; margin-bottom: 1%; width: 49.5%; float:left; }
.__section_speedup .item:nth-child(2n) {margin-left: 1%;}
.__section_speedup .item .container { position:relative; min-height: 300px;}
.__section_speedup .item .icon { position:absolute; left: 0; top: 50%; width: 200px; transform: translate(0,-50%); padding: 0px 0px; height: 100px;}
.__section_speedup .item .icon svg { max-width: 100%;  width: 150px;}
.__section_speedup .item .text { width: 100%; font-size: 26px; color: #fff; padding: 40px 0; padding-left: 180px; text-align: left; }

@media (max-width: 950px) { 
	.__section_speedup .item { width: 100%; margin:0; height:auto; margin-bottom: 10px;}
	.__section_speedup .label  { margin-top: 20px;}
	.__section_speedup .item:nth-child(2n) { margin: 0; margin-bottom: 10px;}
	.__section_speedup .item .icon { height: 70px; width: 90px; top: 40%;}
	.__section_speedup .item .text { padding-left: 90px;}
}


.__section_speedup_block {}
.__section_speedup_block h2 {text-align:center; padding: 40px 0;}
.__section_speedup_block .text { text-align:center; font-size: 24px; padding-bottom: 80px;}
.__section_speedup_block .item_wrap { display:inline-block; width: 100%;}
.__section_speedup_block .item { display:block; float:left; width: 33.3333%; }
.__section_speedup_block .item .icon { display: table; margin: 0 auto; width: 110px;}
.__section_speedup_block .item .label { text-align:center; font-size: 20px; padding: 20px 0;}
@media (max-width: 950px) { 
	.__section_speedup_block .text { padding-bottom: 30px;}
	.__section_speedup_block .item { width: 100%;}
}


.__section_speedup_stats { display:inline-block; width: 100%; padding: 80px 0; background: #eaeaea;}
.__section_speedup_stats h2 { text-align:center; margin-bottom: 60px;}
.__section_speedup_stats .item { display: block; float:left; width: 24.25%; margin-right: 1%; border: 1px solid #ddd; border-radius: 3px; /*box-shadow: 1px 1px 0px #aaa;*/ padding: 15px; background: #fff; height: 270px;}
.__section_speedup_stats .item .title { padding: 20px 0; text-align:center; font-size: 26px; border-bottom: 1px solid #ddd;}
.__section_speedup_stats .item .text { padding: 20px 0; text-align: center; font-size: 16px;} 
.__section_speedup_stats .item:last-child { margin-right:0;}

@media (max-width: 950px) { 
	.__section_speedup_stats h2 { margin-bottom: 20px;}
	.__section_speedup_stats .item { width: 100%; height: auto; display:inline-block; margin-bottom: 10px;}
	.__section_speedup_stats .item .title { padding: 10px 0;}
}


.__section_speedup_why { display:inline-block; width: 100%; padding: 50px 0; background: #fff;}
.__section_speedup_why .item { position:relative; display:inline-block; width: 100%; padding: 40px 20px; margin-bottom: 40px; padding-right: 300px;}
.__section_speedup_why .item .text { border-right: 1px solid #ddd; padding-right: 20px; width: 100%;}
.__section_speedup_why .item .text .label { font-size: 32px; color: #b62256; padding-bottom: 20px; line-height:normal; }
.__section_speedup_why .item .text p, .__section_speedup_why .item .text li { font-size: 16px; color: #000; line-height: 26px; }	
.__section_speedup_why .item .text li { padding-bottom: 10px; padding-left: 10px;}
.__section_speedup_why .item .text ol { padding-left: 20px;}
.__section_speedup_why .item .icon { position:absolute; right: 60px; top: 50%; width: 200px; transform: translate(0,-50%); padding: 0px 0px; height: 150px;}	
.__section_speedup_why .item:nth-child(2n) {padding-left: 300px; padding-right: 0;}
.__section_speedup_why .item:nth-child(2n) .text { border-left: 1px solid #ddd; border-right: 0px solid #ddd; padding-left: 30px;}
.__section_speedup_why .item:nth-child(2n) .icon { right:inherit; left: 60px;}

@media (max-width: 950px) { 
	.__section_speedup_why .item { padding: 0; padding-top: 170px; margin-bottom: 20px; padding-bottom: 20px;}
	.__section_speedup_why .item .icon, .__section_speedup_why .item:nth-child(2n) .icon { left: 50%; right:inherit; transform: translate(-50%,0); top:0; }
	.__section_speedup_why .item .text .label { text-align:center;}
	.__section_speedup_why .item .text { padding-right:0; border: 0; text-align: justify;}
	.__section_speedup_why .item:nth-child(2n) { padding-left: 0px;}
	.__section_speedup_why .item:nth-child(2n) .text { padding: 0; border: 0;}
}

.footer_messages { z-index: 999; position:fixed; bottom: 20px; cursor: pointer; right: 20px; width: 70px; height: 70px; border: 0px solid #ddd; border-radius: 99999px; background: #fff; background-image: url('/bitrix/templates/discript/images/phone-call.svg'); background-position: 50%; background-repeat: no-repeat; background-size: 35px;
	animation: puls 1s ease-in-out infinite alternate-reverse; -ms-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none;
}
.footer_messages.is_active { animation: none; box-shadow: 0 0 1px #9aa6a4;}
.footer_messages span { position:absolute; left: 0; top:0; right:0; bottom:0; z-index:9;}
.footer_messages a { opacity:0; position:absolute; right: 0%; bottom:5px; width: 50px; height: 50px; border-radius: 99999px; background: #fff; background-position: 50%; background-size:30px; background-repeat: no-repeat; box-shadow: 0 0 1px #9aa6a4; transition: all 0.2s ease-in-out; z-index: 8;}
.footer_messages a i { position:absolute; left: 0; top:0; right:0; bottom:0; z-index:9; background-position: 50%; background-size:20px; background-repeat: no-repeat;}
.footer_messages.is_active a { opacity: 1; right: 80px; }
.footer_messages.is_active a:nth-child(2) { right: 140px;}
.footer_messages.is_active a:nth-child(3) { right: 200px;}
.footer_messages.is_active a:last-child { right: 260px;}
.footer_messages.is_active a:hover { opacity: 0.6;}
.footer_messages a.vk {background-color: #597da3;}
.footer_messages a.facebook {background-color: #3b5998;}
.footer_messages a.telegram {background-color: #0088cc;}
.footer_messages a.whatsapp {background-color: #4dc247; }

.footer_messages a.facebook i { background-image: url('/bitrix/templates/discript/images/facebook.svg');filter: invert(100%);}
.footer_messages a.vk i { background-image: url('/bitrix/templates/discript/images/vk.svg'); filter: invert(100%);}
.footer_messages a.whatsapp i { background-image: url('/bitrix/templates/discript/images/whatsapp.svg'); filter: invert(100%);}
.footer_messages a.telegram i { background-image: url('/bitrix/templates/discript/images/telegram.svg'); filter: invert(100%);}

@-webkit-keyframes puls { from { box-shadow: 0 0 10px #9aa6a4; } to { box-shadow: 0 0 1px #9aa6a4; } }		
@keyframes puls { from { box-shadow: 0 0 10px #9aa6a4; } to { box-shadow: 0 0 1px #9aa6a4; } }	

@media (max-width: 950px) {
	.footer_messages { width: 70px; height: 70px; background-size: 25px; }
	.footer_messages a {width: 40px; height: 40px;}
	.footer_messages a i {background-size:15px;}
	
	.footer_messages.is_active a { opacity: 1; right: 90px; }
	.footer_messages.is_active a:nth-child(2) { right: 140px;}
	.footer_messages.is_active a:nth-child(3) { right: 190px;}
	.footer_messages.is_active a:last-child { right: 240px;}
}

	
/*------------------------*/
.sf-hover-svg path {
    stroke-dasharray: 40;
    stroke-dashoffset: 44;
    -moz-transform-origin: 100%;
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
    -webkit-transition: all 1s 0.3s cubic-bezier(0.25, 0.45, 0.43, 0.97)!important;
    -moz-transition: all 1s 0.3s cubic-bezier(0.25, 0.45, 0.43, 0.97)!important;
    -o-transition: all 1s 0.3s cubic-bezier(0.25, 0.45, 0.43, 0.97)!important;
    transition: all 1s 0.3s cubic-bezier(0.25, 0.45, 0.43, 0.97)!important;
}

.__section_project .__body .item:hover .sf-hover-svg path {
    stroke-dashoffset: 0;
    -webkit-transition: all 1.5s 0.3s cubic-bezier(0.25, 0.45, 0.43, 0.97)!important;
    -moz-transition: all 1.5s 0.3s cubic-bezier(0.25, 0.45, 0.43, 0.97)!important;
    -o-transition: all 1.5s 0.3s cubic-bezier(0.25, 0.45, 0.43, 0.97)!important;
    transition: all 1.5s 0.3s cubic-bezier(0.25, 0.45, 0.43, 0.97)!important;
}


.pt-0 { padding-top: 0px !important;}
.pt-20 { padding-top: 20px !important;}
.pt-30 { padding-top: 30px !important;}
.pt-40 { padding-top: 40px !important;}
.pt-50 { padding-top: 50px !important;}
.pt-60 { padding-top: 60px !important;}

.pb-0 { padding-bottom: 0px !important;}
.pb-20 { padding-bottom: 20px !important;}
.pb-30 { padding-bottom: 30px !important;}
.pb-40 { padding-bottom: 40px !important;}
.pb-50 { padding-bottom: 50px !important;}
.pb-60 { padding-bottom: 60px !important;}

@media (max-width: 767px) {
    .cookies-alert {
        left: 5% !important;
        right: 5% !important;
        flex-direction: column;
        gap: 10px;
    }
}
.cookies-alert {
    display: none;
    position: fixed;
    left: 20%;
    right: 20%;
    bottom: 10px;
    background-color: rgb(69, 90, 100);
    color: #fff;
    padding: 15px;
    box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, .85);
    z-index: 99999;
    border-radius: 5px;
    justify-content: space-between;
    align-items: center;
}
.cookies-alert a {
    color: #fff;
    text-decoration: underline;
}
.cookies-alert button {
    background: rgba( 64,164,170,1);
    border: 1px solid rgba( 64,164,170,1);
    border-radius: 2px;
    font-size: 14px;
    width: auto;
    padding: 0 15px;
    color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
	font-weight: bold;
}
.cookies-alert button:hover {
    background: #5ec2c8;;
    color: #eee;
}