/*
Мешает ЗАГОЛОВОК? Раскоментируйте строку!
*/
.header{
/* display:none; */
}

:root {
  --gray-color:#a4a4a4;
}

*,
*:before,
*:after{
	-webkit-box-sizing:brder-box;
	box-sizing:border-box;
}

html {
  scroll-behavior: smooth;
  transition:position 2s linear;
}

BODY{
	margin:0;
	font-family:"Calibri",sans-serif;
	font-size:20px;
	line-height:1.6;
	color:#333;	
}

h1,h2,h3,h4,h5,h6{
	margin:0;
}

HR{
	display:block;
	width:100%;
	height:1px;
	margin:40px 0;
	border:0;
	background-color:#e5e5e5; 	
}

.search_box{
	display:inline-block;
	position:relative;
	white-space: nowrap;
	left:50%;
	transform:translateX(-50%);
}

.codecl{
	display:inline-block;
	text-align:left;
	color:green;
}


/* (!НЕ УДАЛЯТЬ!) Используется на разных страницах сайта */ 
.text_word_break{
	word-break:break-all;
}
.img_100per{
	width:100%;
	height:auto;
}

.services_item2col{	
	width:50%;	
	padding:0 35px 40px 85px;	
	position:relative;	
	margin-bottom:40px;
	background-color:#FFFFD7;
}

/* СТРАНИЦА DEFAULT */
.fullheight{
height:65vh;
min-height:520px;	
}


/* SUPTITLE ADDITIONAL */
.intro_suptitle, .section_suptitle{
	font-family:"Segoe UI";
	font-weight:200;
	text-transform:uppercase;
}

/* PAGE */
.page{
	overflow:hidden;
}
.page_insert{
	height:55px;
}

.page_insert100{
	height:100px;
}

.page_insert200{
	height:200px;
}

.page_insert300{
	height:300px;
}


.helper_notfound{
		display:block;
		text-align:center;	
}


/* Btn */
.btn{
	display:inline-block;
	vertical-align:top;	
	padding:8px 30px;
	border:3px solid #fff;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
		
}

.btn:hover{
	color:#333;
	background-color:#fff;
	transition:background .2s linear, color .1s linear;
}


/* Container */
.container{
	width:100%;
	max-width:1230px;
	margin:0 auto;
	padding:0 15px;
}


/* Header */

.header{
	width:100%;
	padding:30px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	background-color:transparent;
	z-index: 1000;	
}

.header.fixed{
background: repeating-linear-gradient(-45deg, #8CC3CA,#06171A );
	padding:5px 0;
	position:fixed;
	top:0;
	left:0;
	right:0;
	transform:translate3d(0,0,0);
	/* transition:background .1s linear; */
	box-shadow: 0 3px 10px rgba(0,0,0,.2);
	
}


/* Используется на разных страницах сайта */
.header.header_fixed{
	width:100%;	
background:url("/images/intro3.jpg") top no-repeat;		
	padding:5px 0;
	position:fixed;
	top:0;
	left:0;
	right:0;
	transform:translate3d(0,0,0);
	box-shadow: 0 3px 10px rgba(0,0,0,.2);	
}


.header_inner{	
	
	display:flex;
	justify-content: space-between;
	align-items:center;
}

.header_logo-left{ 
	display:flex;
	justify-content: space-between;
	align-items:center;	
}

.header_logo-block{
 		width:50%;
		display:flex;
		justify-content:center;
}

.header_logo-right{
padding-left:20px;
}


.header_org{
 	font-size:16px;
	display:inline-block;
	margin-left:30px; 
}

.header_org_item{
 	font-size:16px;
	line-height:1.3;
}

.header_org_item SPAN{
 	margin-right:6px;
	font-weight:bold; 
}

.header_logotype_items{
 	display:flex; 
	position:relative;
}

.header_togotype_img{
 	width:100px;
	height:auto;
	display:block;	
}



.header_logotype_text A{
		color:#e1bd2f;
		font-size:40px;
		font-weight:bold; 
		padding-left:6px;
		
}

.header_logotype_link{
display:block;	
}

/* navfull*/
.navfull{
	width:100%;
	margin-top:30px;
	text-align:right;
}

/* nav */
.nav{
	xdisplay:none;	
	font-size: 16px;
	text-transform:uppercase;
}

.nav_link{
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 15px;
	position:relative;	
color:#FFFFD9;
	text-decoration:none;	
	transition: color .1s linear;
}

.nav_link:after{
	content:"";
	display:block;
	width:100%;
	height:3px;
	
	background-color:#fce38a;
	opacity:0;
	
	position:absolute;
	top:100%;
	left:0;
	z-index:1;
	
	
	transition: opacity .1s linear;
}

.nav_link:hover{
	color:#fce38a;
}

.nav_link:hover:after, .nav_link.active:after{
	opacity:1;
}

.nav_link.active{
	color:#fce38a;
}

/* NAV TOGGLE */
.nav_toggle{
display:none;
	cursor:pointer;
	width:30px;
	position:absolute;
	top:24px;
	right:24px;
	z-index:1;
}

.nav_toggle_item{
	display:block;
	margin-bottom:6px;
	width:100%;
	height:3px;
	background-color:#fff;
	transition:background .2s linear;
	transition:transform .2s linear;
}

.nav_toggle.active .nav_toggle_item{
	display:none;
	position:absolute;
	top:10px;
}

.nav_toggle.active .nav_toggle_item:first-child{
	display:block;
	margin-left:0px;
	transform:rotate(135deg);	
}

.nav_toggle.active .nav_toggle_item:last-child{
	display:block;
	margin-left:0px;
	transform:rotate(45deg);	
}



/* Intro  */
.intro{
	display:flex;
	flex-direction:column;
	justify-content:center;
	width:100%;
	height:100vh;
	min-height:820px;	
	background:url("/images/intro.svg") center no-repeat;	
	-webkit-background-size: cover;
	background-size:cover;
	position:relative;
}

.intro_inner{
	text-align:center;
	width:100%;
	max-width:880px;
	margin:0 auto;
	color:#E8F3F4;
}

.intro_suptitle{
	margin-bottom:10px;
	font-size:65px;
	color:#F0F0F0;
}

.intro_title{
	font-size:80px;
	line-height:1.1;
}

.intro_title:after{
	content:"";
	display:block;
	width:60px;
	height: 3px;
	background-color:#F0F0F0;
	margin:60px auto;
}


/* SLIDER */
/*******************************************/
.sm{
	width:800px;	
	height:400px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);	
	overflow:hidden;
}


.slides{
	width:200%;
	font:normal 34px calibri;
	display:flex;
	position:relative;
	height:100%;	
	top:50%;
	transform:translate(0, -50%);
	padding:0px;
xborder:3px solid pink;
}

.slide{
	position:absolute;
	width:50%;
	height:100%;	
	margin-left:50%;
	color:black;
	text-align:left;
	transition: .8s linear;		
}

.sItem{
	padding-left:30px;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	font-size:26px;
}

.sItemDescr{
	position:absolute;
	left:100%;
	top:50%;
	transform:translate(-100%, -50%);
	width:50%;
	height:50%;
}
.sItemDescrItem{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	padding:30px 10px;
	font-size:18px;
	color:white;		
}

.sItem3{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	font-size:26px;	
}

.sItem_text1{
	color:white;
	font-size:70px;
	font-weight:bold;
	width:100%;	
	line-height:1;
}

.ZI{
	font-family:"Segoe UI";
	font-weight:200;
}

.sItem_subtext{
	font-size:50%;
	text-transform:uppercase;
}

.sItem_buttonbox{
	text-align:center;
    position:relative;
	top:100%;
	transform:translateY(-100%);
}

.sItem_button1{
	color:white;
	background:black;
	padding:10px;
	font-size:20px;
	text-transform:uppercase;
	font-family: "Segoe UI";
	cursor:pointer;
	border-radius:5px;
}

.sItem_btnslide3{
	background:yellow;
}

.sItem_button_link1{
	color:red;
	text-decoration:none;
}

.s1{
/*Необходим для работы 1-го слайдера*/	
	margin-left:0; 
}


input[name="r"]{
	display:none;
}


.intro_bottom{
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	margin-bottom:150px;
	width:100%;
}



/******************************************/
.slider{
	width:100%;
	position:absolute;
	bottom:100px;
	left:0;
	z-index:1;
}

.slider_inner{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-evenly;
	width:100%;
	margin-bottom:60px;	
}

.slider_item{
	position:relative;
	/* width:20%; */
	font-size:15px;

	text-transform:uppercase;
	padding:5px 0;
	/* text-align:center; */
	border-top:3px solid #fff;
margin-bottom:5px;
	transition: 1s linear;	
}

.bar{
		cursor:pointer;
	color:#fff; 
transition: 1s linear;
}


.slider_num{
	display:none;
	font-size:18px;
	font-weight:bold;
}


/* SECTION */
.section{
	padding:80px 0;
}

.section-devices{
	margin-bottom:40px;
	padding-bottom:0;
	background: url(/images/foralldevices/background_02.jpg)
				center no-repeat;
	-webkit-background-size:cover;
	background-size:cover;	
}

.section-gray{
	background-color:#f8f8f8;
}

.section-map{
	padding:40px 0;
	background:#e6e6e6 url(/images/map/2.jpg)
				center no-repeat;
	-webkit-background-size:cover;
	background-size:cover;				
}

.section_header{
	width:100%;
	max-width:950px;
	margin:0 auto 50px;
	text-align:center;
	line-height:1.3;
}

.section_suptitle{
	font-size:22px;
	color:var(--gray-color);
	
}

.section_title{
	color:var(--gray-color);
	text-transform:uppercase;
	font-weight:700; 
	font-size:30px;
}

.section_title:after{
	content:"";
	display:block;
	height:3px;
	width:60px;
	margin:30px auto 0;
	background:#f38181;
}

.section_text{
	color:#999;
	font-size:18px;
}

/* ARTICLE */



.article_list{
	text-align:center;
background-color:yellow;
	
}

.article_link{
	display:inline-block;	
	-webkit-background-size: cover;
	background-size: cover;
	width:100%;
	height:100vh;
	max-width:380px;
	max-height:250px;
	text-decoration:none;
	color:#fff;	
	margin-bottom:15px;
	margin-left:15px;	
}

.article_link:hover{
	text-decoration:underline;
}

.article_link_text{
	font-weight:bold; 
	color:#fff;	
	position:relative;
	top:50%;
	transform:translateY(-50%);
	z-index:1000;
	/* text-align:center; */
	margin:0;
	padding:0;
}

.article_link:hover .article_tr_background{
	opacity:0.8;
	transition: opacity .2s;
}

.article_tr_background{
	width:100%; 
	height:100%;
	background-color:#CD79CA;
	opacity:0;
	margin-top:-32px;	
	transition: opacity .2s;
}

/* ABOUT */
.about{
	margin:80px -15px 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.about_empty{
	display:flex;
	justify-content:center;
}

.about3{
	margin:80px -15px 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}


.about_item{	
	margin-bottom:15px;
	padding:0 15px;
	width:33.3333%;	
}

.about_item_category{
	display:block;
}

.about_inner{
	position:relative;
	background-color:#DA70D6;
}

.about_item:hover .about_image{
	xtransform: translate3d(-10px, -10px, 0);
	transition: transform .1s linear;
	cursor:pointer;
}

.about_item:hover .about_image IMG{
	opacity:0.2;
}

.about_item:hover .about_text{
	xopacity:1;
	transition:opacity .2s linear;
	text-decoration:underline;
	line-height:2;
	background-color:rgba(103,102,204,0);
}

.about_image{
	background:linear-gradient(to bottom, #9966cb, #6766cc);
}

.about_image IMG{
	display:block;
	max-width:100%;
	height:auto;
	transition: opacity .1s linear;
}

.about_text{
	color:#fff;
	width:100%;
	text-transform:uppercase;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:0;	

background-color:rgba(255, 0, 0, 0.5);	
/* Толщина и цвет обводки */	
/* 	-webkit-text-stroke: 1px #000; 
	text-stroke: 1px #000; */  
	
	transform:translate3d(0,-50%,0);
	transition:opacity .2s linear;
}

.about_text A{
	text-decoration:none;
}


/* STATISTICS" */
.statistics{
	background-color:#DA70D6;
}

.stat{
	display:flex;
	flex-wrap:wrap;
}

.stat_item{
	flex:1 1 0;
	border-left:1px solid #D8BFD8;
	text-align:center;
	color:#fff;
	padding:70px 25px;
}

.stat_item:last-child{
	border-right:1px solid #D8BFD8;	
}

.stat_count{
	font-family:arial;
	font-size:72px;
	font-weight:bold;
	line-height:1;
	margin-bottom:10px;
}

.stat_text{
	font-size:16px;
	text-transform:uppercase;
}


/* SERVICES */

.services{
	display:flex;
	flex-wrap:wrap;
}

.services_item{
	width:33.33333%;
	padding:0 35px 40px 85px;
	position:relative;
	margin-bottom:40px;
}

.service_item-border{
	border-bottom:1px solid #e5e5e5;
}

.services_icon{
	position:absolute;
	top:0;
	left:28px;
	z-index:1;
}

.services_title{
	font-size:18px;
	color:#333;
	text-transform:uppercase;
    margin-bottom:10px;
}

.services_text{
	font-size:17px;
	color:#999;
}


/* DEVICES */
.devices{
	width:100%;
	max-width:600px;
	margin:0 auto;
	position:relative;
	
}

.devices_item{
	display:block;
	max-width:100%;
	height:auto;
}

.devices_item-iphone{
	position:absolute;
	bottom:-80px;
	right:0;
	z-index:1;
}


/* WEDO */
.wedo{
	display:flex;
	flex-wrap:wrap;
	margin:0 -15px;
}

.wedo_item{
	width: 50%;
	padding:0 15px;
}

.svs{
	width:100%;
	height:auto;
}


/* ACCORDION */

.accordion_item{
	border:1px solid #e5e5e5;
	margin-bottom:10px;	
}

.accordion_item.active .accordion_content{
	display:block;
}

.accordion_item.active .accordion_header :after{
	transform:translateY(-50%) rotate(-45deg);
	margin-top:5px;
}

.accordion_item.active .accordion_header{
	border-bottom-color:#e5e5e5;
}

.accordion_header{
	padding:15px 20px 15px 65px;
	position:relative;
	border-bottom:1px solid transparent;
	cursor:pointer;
}

.accordion_header :after{
	content:"";
	display:block;
	width:16px;
	height:16px;
	border-top:2px solid #ccc;
	border-right:2px solid #ccc;
	position:absolute;
	top:50%;
	right:20px;
	z-index:1;
	transform:translateY(-50%) rotate(135deg);
	
	
}

.accordion_icon{
	position:absolute;
	top:50%;
	left:20px;
	z-index:1;
	transform: translateY(-50%);
}

.accordion_content{
	padding:15px 20px;
	font-size:15px;
	display:none;
	color:#999;
	font-style:italic;
	font-weight:300;
}

.accordion_title{
	font-size:14px;
	color:#333;
	text-transform: uppercase;
}


/* REVIEWS */
.reviews{
	padding: 0 110px;
	position:relative;
}
.reviews_item{
	position:relative;
	padding-left:205px;
}

.reviews_photo{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

.reviews_text{
	font-size:24px;
	font-style:italic;
	font-weight:300;
	color:#999;
	margin-bottom:15px;
}

.reviews_author{
	font-size:18px;
	font-style:italic;
	color:#333;
	font-weight:bold;
}

.reviews_author:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width: 60px;
	height:3px;
	margin-right:10px;
	background-color:#f38181;
}

.reviews_btn{
	font-size:0;
	color:transparent;
	position:absolute;
	top:50%;
	z-index:1;
	transform:translateY(-50%);
}

.reviews_btn:after{
	content:"";
	display:block;
	width:16px;
	height:16px;
	border-top:2px solid #ccc;
	border-left:2px solid #ccc;


	
}

.reviews_btn-prev{
	left:0;
	transform:rotate(-45deg);	
}

.reviews_btn-next{
	right:0;
	transform:rotate(135deg);
}


/* .WORKS */

.works{
	display:flex;
}

.works_col1{
	flex:1 1 0;
}

.works_item{
	position:relative;
	background:linear-gradient(to bottom, #9966cb, #6766cc);	
}

.works_item:hover .works_image{
	opacity: 0.1;
}

.works_item:hover .works_info{
	opacity:1;
}

.works_image{
	transition: opacity .2s linear;
	display:block;
	width:100%;
	height:auto;
}

.works_info{
	width:100%;
	opacity:0;
	transition:opacity .2s linear;
	text-align:center;
	padding:0 15px;
	color:#fff;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
}

.works_title{
	margin-bottom:5px;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
}

.works_text{
	font-weight:300;
	font-size:15px;
	font-style:italic;
}


/* .MAP */

.map{
	text-align:center;
}

.map_item{
	margin:0;
	padding:0;
border:1px solid red;	

}

.map_img{

}

.map_title A{
	text-align:center;
	font-size:24px;
	color:#f38181;
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
	display:block;
}


.map_title A:hover{
	text-decoration:underline;
}


/* FOOTER */

.footer{
	position:relative;
	padding-top:65px;
	display:flex;
	justify-content:center;
	margin-bottom:65px;
}

.footer_inner{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	padding-bottom:65px;
	

}

.footer_logo{
	font-size:20px;	

}

.footer_logo_text{
	font-size:20px;
	font-weight:bold;
	color:#575757;
	text-align:center;
	line-height:1.6;
}

.footer_logo_text A{
	text-decoration:none;
	color:#F38181;
}

.footer_logo_text A:hover{
	text-decoration:underline;
	color:#f78b33;
}

.footer_title{
	color:#333;
	font-size:14px;
	text-align:center;
	margin-left:30px;
}


/* BLOGS */

.blogs{
	display:flex;	
	margin-bottom:30px;
}

.blogs_item{
	width:50%;
}

.blogs_img{
	width:100%;
	height:auto;
}

.blogs_content{
	padding-left:20px;
}


.blogs_title{
	color:#333;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
	line-height:1.5;
}

.blogs_title:hover{
	text-decoration:underline;
}

.blogs_date{
	color:#999;
	font-size:14px;
	font-style:italic;
	font-weight:light;
}

.blogs_mail{
	color:#999;
	font-size:14px;
	text-transform:uppercase;
}

.blogs_mail DIV{
	margin-bottom:20px;
	/* line-height:1.5; */
}


/* COPYRIGHT */
.copyright{
	padding:20px 0;
	xborder-top: 1px solid #e5e5e5;
	text-align:center;
	color:#333;
	font-size:14px;
}



.errordocument{
	margin:150px 0;
	text-align:center;
}



/*helper.php function "getMessage(%message,[info,tip,notice,warning])"*/
.mstyle{
	padding:15px 15px 15px 60px;
	display:inline-block;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	box-shadow: 5px 5px 5px gray;
	z-index:1000;
}

#mcontainer{	
cursor:pointer;
padding-left:15px;
display:inline-block;

}


.tip{
border-color:#339900;color:#006600;
background:#CCFFCC;
background-image:url("/images/service/info.png");		
}

.warning{
border-color:#FF6666;color:#993333;
background:#ffeaea;
background-image:url("/images/service/info.png");	
}

.notice{
border-color:#CCCC99;color:#666633;
background:#FFFFCC;
background-image:url("/images/service/info.png");
}

.info{
border-color:#506982;color:#0f2944;
background:#d1e9f9;
background-image:url("/images/service/info.png");
}

.info,.notice,.warning,.tip{
background-repeat:no-repeat;
background-size:32px;
background-position:10px;	
}

/* Блок ссылки с картинкой внутри */
.href_for_img{
text-decoration:none;	
}

/*CATEGORY ARTICLES*/
.category_chain_link{
	color:#44676C;/* #255b8d; */
}
.category_chain_link,.category_chain_delim{
	font-size:14px;
	font-weight:bold;
}

.category_item{
	display:flex;
	justify-content:left;
	padding:0;
	margin-top:15px;
	text-decoration:none;
	color:#595959;
}

.category_pic{
	width:100px;
	height:auto;
	padding:0;
	margin:10px 0;
	border:none;
	display:block;
}

.category_block{

}

.category_subblock{
	text-align:left;
	padding-left:20px;
}

.category_sup{
	font-weight:bold;
}

.category_sub{
	font-weight:normal;
}

.category_empty_block{
	background-color:orange;
	margin-top:50px;
	padding:0;
}

.category_empty_img{
	border:1px solid orange;
	width:400px;
	height:auto;	
}

.category_article_name{
	text-align:left;
}
.category_article{
	text-align:left;
}

.category_date{
	color:var(--gray-color);
	text-align:left;
	font-style:italic;
	font-size:14px;
	margin-top:30px;
}







