

/* Start:/local/templates/iss/styles.css?176847253719339*/
@charset "UTF-8";

body, * {
  box-sizing: border-box;
  margin: 0;
  
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat", Arial, sans-serif;
}

a {
  text-decoration: none;
  display: inline-block;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}
header{

position: relative;


}
.container{
	max-width:1530px;
	padding:0 30px;
	margin:0 auto;
}
.header-wrapper{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  padding:10px 30px;
display: flex;
width: 100%; 
align-items:center; 
z-index:50;
justify-content: space-between;
}
.inner-page .header-wrapper, .inner-page2 .header-wrapper{
	position:static !important;
}
.slogan{
opacity: 0.7;
max-width: 250px;
font-size: 14px;
color:#fff;	
margin-left:25px;
line-height:1.2;
}
.header__logo-img img{
	max-width:150px;
}
header .header-nav{
	margin-left:20px;
}
.header-nav-list{
display: flex;
width: 100%; 
align-items:center;
justify-content:space-between; 	
}

.header-nav-list li{
	margin: 0 28px;
}
header .header-nav-list li a{
	color:#fff;
	font-family:'Montserrat';
	text-transform: uppercase;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.08em;
	font-weight:bold;
}

.phone{
	flex-grow:1;
	text-align:center;
}
.phone .tel_phone{
	color:#fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.08em;
	font-weight:bold;
	position:relative;
	top:-1px;
}
.phone path{
	  fill: #fff !important;
}


header.inner-page .header-nav-list li a, header.inner-page2 .header-nav-list li a{
	color:#21211f;
}
header.inner-page .header-nav-list li.active a, header.inner-page .header-nav-list li a:hover,
header.inner-page2 .header-nav-list li.active a, header.inner-page2 .header-nav-list li a:hover{
	color:#52ac62;
}
header.inner-page .slogan, header.inner-page2 .slogan{
	color:#333;
opacity: 0.5;

font-size: 13px;	
}
header.inner-page .phone a, header.inner-page2 .phone a{
	color:#999;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.08em;
	font-weight:bold;
	position:relative;
	top:-1px;
}
header.inner-page .phone path, header.inner-page2 .phone path{
	  fill: #999 !important;
}


/*BANNER*/
.main_banner{
	height:700px;
}
.slider_main{
	width:100%;
	overflow:hidden;
}
.main_banner_wrap_slide{
	width:100%;
	height:700px;
	background-repeat:none;
	background-position:center center;
	background-size:cover;
}
.banners-big__inner {
  height: 100%;
  display: flex;
 font-family: "Roboto", Arial, sans-serif;

flex-direction: column;
justify-content: center;
z-index: 5; 
}
.banners-big__top-text {
  font-size: 0.933em;
  line-height: 1.429em;
  opacity: 0.7;
  margin-bottom: 9px;
  color: #fff;

}
.banners-big__title {
  font-size: 56px;
  line-height: 66px;
  color:#fff;
    font-weight: bold;
	font-family: "Roboto", Arial, sans-serif;
	width:80%;
}
.banners-big__title_dop_text{
	color:#fff;
	margin-top:20px;
	font-weight: 500;
	
}
.banners-big__inner big{
font-size: 30px;
line-height: 42px;
margin-bottom: 5px;	
font-weight: bold;
display:block;
}
.height100{
	height:100%;
}
.btns{
	display:flex;
	margin: 25px -10px -10px;
	display: flex;
	flex-wrap: wrap;	
}
.btns .btn{
	margin: 10px;
	padding: 17px 26px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;	
}
.btn_first{
	background:#52ac62;
}
.btn_second{
	background:#fff;
	color:#52ac62 !important;
}
.btn_second:hover{
	color:#fff !important;	
}

.swiper-button-next, .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #fff;
	position:static;
  border-radius: 3px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: #52ac62;
	color:#fff;
	fill:#fff;
}
.swiper-button-next:hover:after{
	color:#fff;
	fill:#fff;
	background-position: -11px -81px;	
}
.swiper-button-prev:hover:after{
	background-position: 0px -81px;	
}
.swiper-button-next:after, .swiper-button-prev:after {
  background: url(/local/templates/iss/images/header_icons.svg) no-repeat;
  font-size: 0;
  width: 7px;
  height: 12px;
  background-position: var(--light,0 -65px) var(--dark,0 -81px);
}
.swiper-button-prev {
  margin-right: 8px;
}
.swiper-button-prev:after {
  background-position: 0px -65px;

}
.swiper-button-next:after {
  background-position: -11px -65px;

}
.slider_main{
	position:relative;
}
.nav_slider{
	position: absolute;
	display: flex;
	bottom: 56px;
	right: 64px;	
}


footer{
background:#c9c8c8;	
}
.footer_wrapper{
display: flex;
width: 100%; 
align-items:center; 
justify-content:space-between; 	
 padding:10px 0px;	

}
footer .logo_footer img{
	width:150px;
}
footer .header-nav-list{
	flex-grow:1;
}
footer .header-nav-list li a{
	color:#21211f;
	font-family:'Montserrat';
	text-transform: uppercase;
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 0.08em;
	font-weight:bold;
}
.contacts_block{
	max-width:320px;
	font-size: 13px;
	line-height:18px;
}
.contacts_block a{
	color:#21211f;
	font-size: 13px;
	line-height:18px;
}
.contacts_block i{
	margin-right:15px;
	display:block;
	position:relative;
	top:2px;
	
}
.contacts_block_item{
	display:flex;
	margin:5px 0;
	font-size: 13px;
}
.btn{
	color:#fff;
	font-weight:500;
	display: inline-block;
	margin-bottom: 0;
	
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;	
overflow: hidden;
transition: background-color 0.1s ease;
-moz-transition: background-color 0.1s ease;
-ms-transition: background-color 0.1s ease;
-o-transition: background-color 0.1s ease;
-webkit-transition: background-color 0.1s ease;

}
.btn:hover{
	background:#0db32c;
}
.green{
	background:#52ac62;
}
.base_color{
	color:#52ac62;
}

/*НАПРАВЛЕНИЯ*/
.direction{
	margin:80px 0px 0px;
}
.direction h1{
	font-size:36px;
	
	font-size:500;
	text-transform:uppercase;
}
.direction_items{
	display: grid;
  grid-template-columns: repeat(auto-fill, minmax(425px, 1fr));
	grid-gap: 32px;
}


.services_items{
margin-top:40px;	
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-row-gap: 40px;
grid-column-gap: 21px;
}
.services_item_wrap{
	display:flex;
	align-items:center;
}
.services_item_wrap img{
	max-width:40% !important;
}
.services_item_image_text{
	flex-grow:1;
	font-weight:bold;
	padding-left:15px;
	font-size:16px;
}
.services_item_image_text span{
	font-size:12px;
	display:block;
}

.partners_items{
margin-top:40px;	
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-row-gap: 40px;
grid-column-gap: 21px;
/*max-width: 700px;*/
margin: 0 auto;	
}
.partners_item{
	border:1px solid #dddddd;
}
.partners_item_wrap{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	padding:15px 10px;
	
}
.partners_item_image{
	height:80px;
	display:flex;
	align-items:center;
}
.partners_item_wrap img{
	max-width:100%;
	max-height:100%;
	min-height:80px;
	min-width:80px;
}

.partners_item_image-225 img{
	height:40px;
	min-height:40px;
}
.partners_item_image-224 img, .partners_item_image-223 img{
	height:60px;
	min-height:60px;	
}
.partners_item_image_text{
	padding-top:10px;
	text-align:center;
}

.contacts{
	display:flex;
	align-items:justify-content;
}
.contacts_left{
	width:55%;
	padding-right:15px;
}
.contacts_right{
	flex-grow:1;
}
.contacts_lines{
	margin-top:50px;
}
.contacts_line{
	color:#848484;
}
.contacts_line{
	margin-bottom:15px;
}
.contacts_line span{
	font-weight:bold;
	color:#333;
}

.direction_item {
	height: 100%;
	position:relative;
}
.direction_item_wrap:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.2s ease-in-out;
}
.direction_item_wrap
{
	
	width:100%;
	position: relative;
	display:flex;
	flex-direction:column;
}

.direction_item_image_text {
	position: absolute;
	bottom: 33px;
	left: 40px;
	right: 40px;
	z-index: 1;
	padding-right: 25px;
	font-family: "Roboto", Arial, sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}
.direction_item_image{
	padding-top: 70%;
	background-repeat:none;
	background-position:center center;
	background-size:cover;
}
.direction_item img{
	max-width:100%;
}
.direction_item-text-wrapper {
  opacity: 0;
  visibility: hidden;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 4px 4px 2px 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 0;
  max-height: 100%;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  width: 100%;
  z-index: 1;

	 
}
.direction_item-text-wrapper-inner{
 	padding: 15px 40px 30px 40px;
	justify-content: flex-end;
	display: flex;
	flex-direction: column;	
	min-height: 100%;
	color:#fff;
	font-size:14px;
	opacity: 0.95;
}
.direction_item:hover .direction_item-text-wrapper, 
.direction_item.visibl .direction_item-text-wrapper
{
	opacity: 1;
	visibility: visible;
	

}
.direction_item:hover .direction_item_wrap:before, .direction_item.visibl .direction_item_wrap:before{
	opacity: 0.5;
}
.direction_item:hover .direction_item_image_text, .direction_item.visibl .direction_item_image_text{
	opacity: 0;	
}

.direction_item_image_text_inner{
	font-family: "Roboto", Arial, sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;	
	opacity: 0.95;
}
.direction_item.direction_item-text-wrapper ul{
	margin-top:10px;
}
.direction_item .direction_item-text-wrapper li{
	font-size:14px;
	line-height:16px;
	color: #fff; 
	opacity: 0.95;
	list-style:disc;
	margin-left:15px;
	margin-bottom:10px;
}


.triggers{
	margin:40px 0px 140px;	
}

.direction_item_trigger{
	display:flex;
	align-items:center;
	width:32%;
}
.direction_item_trigger .direction_item_trigger_max{
font-size: 50px;
line-height: 50px;	
font-weight: bold;
margin-right:21px;
}
.direction_items_trigger{
	display:flex;
	align-items:center;	
	justify-content:space-between;
}
.direction_item_trigger_description{
	font-size:14px;
	line-height:21px;
	color:#909090;
	max-width:250px;
}
.section-static{
	margin:40px 0px 80px;
}
.section-static img{
	max-width:100%;
}
.section-static h1{
	margin-bottom:80px;
	text-transform:uppercase;
	font-size:36px;
	margin-bottom:40px;
	font-size:500;
		
}
.section-static .text{
	margin-top:40px;
	
}
.section-static h3{
	margin:30px 0px 15px;
	font-size:24px;
	color:#333;
}
.section-static p{
	font-size:14px;
	line-height:20px;
	margin-bottom:20px;
	color:#848484;
}
.section-static .dark p{

	color:#212121;
}

/*MODAL FORM*/
#modal_form{
	padding: 42px 50px 41px 50px;
	background:#fff;
	position:relative;
}
#modal_form h3{
	font-size:24px;
	margin-bottom:30px;
	
}
.box-modal_close{
	position:absolute;
	right:15px;
	top:15px;
	cursor:pointer;
}
.form__input{
	outline:0;
	width:100%;
	margin-bottom:20px;
	height: 48px;
	padding: 6px 12px;	
	border:1px solid #ddd;
	border-radius: 3px;
	background: #f8f8f8;
	transition: background ease-in-out 0.3s;
	font-family:'Montserrat';
	font-size:14px;
	min-width:280px;
}
.form__textarea{
	outline:0;
	width:100%;
	margin-bottom:10px;
	height:80px;
	padding: 6px 12px;	
	border:1px solid #ddd;	
	border-radius: 3px;
	background: #f8f8f8;
	font-family:'Montserrat';
	font-size:14px;
	transition: background ease-in-out 0.3s;	

}
.form__input:focus, .form__textarea:focus{
	background: #fff;
	
}
.success{
	display:none;
	color:#52ac62;
}
.btn_green{
	background:#52ac62;
}
.header-burger{
	display:none;
}
header .svg-inline-email{
	display:none;
}
/*ADAPTIVE*/
@media(max-width:1650px)
{
	.header-wrapper{
		padding:10 15px;
		
	}
	.phone{
		margin:0 20px;
		flex-grow:0;
	}
	.phone, .phone a{
		white-space:nowrap;
	}
	.header-nav-list li {
	  margin: 0;
	}
	.header .header-nav{
		flex-grow:1;
	}	
	.slogan {
		font-size:13px;
	}
	.header__logo-img img{
		max-width:120px;
	}
	footer .header-nav{
		flex-grow:1;
		max-width: 650px;
		margin:0 10px;
	}
	footer .logo_footer img{
		max-width:120px;
	}
	
}

@media(max-width:1400px)
{
	header .header-nav{
		margin-left:5px;
	}
	header .header-nav-list li a{
		font-size:13px;
	}
	.slogan{
		max-width:185px;
	}
	.direction_items {
	
	  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
	  grid-gap: 30px;
	}	
}
@media(max-width:1280px)
{
	.slogan{
		display:none;
	}	
	.header-nav{
		max-width:650px;
	}	
}
@media(max-width:1240px)
{


	.direction_item{
		display:block !important;
	}
}
#mobilemenu{
	display:none;
}
@media (max-width:1024px) {
	.header-burger {
	width: 30px;
	height: 30px;
	padding: 7px 5px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: -14px;
	}
	.header-burger span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	}
	.inner-page .header-burger span{
		background-color: #333;
	}
	header .header-nav{
	  display:none;
	}
	.phone{
	  flex-grow:1;
	}
	#mobilemenu {
	  background: #fff;
	  z-index: 3002;
	  overflow: hidden;
		overflow-y: hidden;
	  overflow-y: auto;
	  transition: left 0.4s ease 0s, opacity 0.4s ease 0s;
	  position: fixed;
	  display:block;
	}
	#mobilemenu.leftside {
	  left: -100%;
	  top: 0;
	  bottom: 0;
	  width: 100%;
	  max-width: 280px;
	}
	#mobilemenu > .scroller {
	  overflow: hidden;
	}

	#mobilemenu > .scroller > .wrap {
	  width: 100%;
	  transition: transform 0.2s ease-in-out;
	  -webkit-transition: transform 0.2s ease-in-out;
	  -moz-transition: transform 0.2s ease-in-out;
	  -ms-transition: transform 0.2s ease-in-out;
	} 
	#mobilemenu, .menu_mobile_top, #mobilemenu .scroller, #mobilemenu1 .wrap {
	  height: 100%;
	}
#mobilemenu.leftside.show {
  left: 0;
  box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.45);
}
	.first_menu{
		display:flex;
		justify-content:space-between;
		align-items:center;
		padding:15px 15px;
	}
	.first_menu img{
		max-width:80px;
	}
	.first_menu i{
		position:relative;
		top:-10px;
	}
	.header-nav-list{
		flex-direction:column;
		justify-content:flex-start;
		align-items:flex-start;
	}
	.header-nav-list a{
		padding: 10px 40px 11px 15px;
		font-weight:bold;
		color:#333;
	}
	.btn_block_menu{
		padding:15px
	}
	#mobilemenu-overlay {
	  display: none;
	  background: #3a3f44;
	  opacity: 0.7 !important;
	  height: 100%;
	  width: 100%;
	  position: fixed;
	  left: 0;
	  top: 0;
	  z-index: 2999;
	}
	footer .header-nav {
	  flex-grow: 1;
	  max-width: 300px;
	  margin: 0 auto;
	}	
	.partners_item_image_text{
		text-align:center;
	}
}
@media (max-width:768px) {
	.direction_items.index_sect .direction_item:last-child{
		display:none !important;
	}
	.direction_items_trigger{
		flex-wrap:wrap;
	}
	.direction_item_trigger{
		width:100%;
		margin-bottom:20px;
	}
	.direction_item_trigger_max{
		text-align:right;
		width:140px;
	}
	.triggers{
		margin-bottom:60px;
	}
	.services_items, .partners_items{
		grid-template-columns: repeat(2, 1fr);
	}
	.contacts{
		flex-wrap:wrap;
	}
	.contacts_right, .contacts_left{
		width:100%;
	}
}

@media (max-width:560px) {
	.footer_wrapper{
		
		flex-direction:column;
		justify-content:flex-start;
		align-items:flex-start;
	}
	footer .header-nav{
		margin:0;
	}
	footer .header-nav-list li a{
		padding-left:0;
	}
	.banners-big__title{
	font-size: 36px;
	line-height: 40px;		
	}
	.direction_items {
	  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	  grid-gap: 30px;
	}	
	.direction h1, .section-static h1{
		font-size:28px;
	}
	.section-static h3{
		font-size:18px;
	}
	.header-burger{
		min-width:30px;
	}
	.btn_block{display:none;}
	.phone{
		text-align:right;
		margin-right:0;
	}
	.phone .tel_phone{
		font-size:18px;
	}
	.services_items, .partners_items {
	  grid-template-columns: repeat(1, 1fr);
	}
	.services_item_image_text{
		font-size:12px;
		line-height:16px;
	}	
	/*.tel_phone{
		display:none;
	}
	.btn_block span{
		display:none;
	}
	.btn_block i, .btn_block i svg{
		display:block;
		height:30px;
	}
	#modal_click.btn{
		background:transparent !important;
	}
	#modal_click.btn path, #modal_click.btn g
	{
		stroke: #fff;
	opacity: 1;}	*/
}
@media (max-width:424px) {
	.form__input{

		min-width:220px;
	}
	.form__textarea{


	}
	.section-static h3 {
	  font-size: 16px;
	}
	.banners-big__title{
		font-size:26px;
		line-height:30px;
	}
	.nav_slider{
		bottom:30px;
		right:30px;
	}
	.phone{
		margin-top: -5px;
	}
	.phone .tel_phone{
		font-size:12px;
		top:-2px;
	}
	.header__logo-img img{
		max-width:70px;
	}
	.header-wrapper{
		padding:10px 5px;
	}
	.direction_item-text-wrapper-inner{
		padding: 15px 10px 15px 10px;
	}
	.direction_item_image_text{
		font-size: 16px;
		line-height: 18px;	
		left: 20px;
		right: 20px;		
	}
	.direction_item_image_text_inner{
		font-size: 14px;
		line-height: 18px;
	}
	.direction_item-text-wrapper li{
		font-size: 12px !important;
		line-height: 16px;	
		margin-bottom: 5px !important;
	}
	.direction_item_image{
		padding-top:100%;
	}
	.direction_item_trigger .direction_item_trigger_max{
		font-size:40px;
		width:100px;
		min-width:100px;
	}
	.direction_item_trigger_description{
		font-size:12px;
		line-height: 18px;
	}

}
main{
	min-height:calc(100vh);
}
.flex-direction-index{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom: 40px;

}
.flex-direction-index a{
		color:#333;
}
.header.fixed{
	position:fixed;

	top:0px;
	left:0px;
	width:100%;
	z-index:1000;
}
.header.fixed .header-wrapper{
	position:static;
	background-color: rgba(247, 247, 247, 0.8) !important;
}
@media(min-width:768px){
	.header.fixed{
		
		backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	}	
}
@media(max-width:767px){
	.header.fixed .header-wrapper{
		position:static;
		background-color: #fff !important;
		box-shadow: 0px 1px 0px #e5e5e5;
	}	
	.header.fixed .header-burger span{
		background-color: #333;
	}
	.flex-direction-index a{
		font-size: 0;
	}
	
}

/* End */
/* /local/templates/iss/styles.css?176847253719339 */
