@media not print{
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	background: #e8f2dd;
	display: block;
	padding:0 7%;
	color:#242424;
	position: relative;


}

#map {
	width: 100%; 
	height: 448px; 
	padding: 0; 
	margin: 0;
	margin-bottom: 2%;
}

.hc{
    display:none;
}

header{
	position: relative;
	z-index: 10000;
	max-width: 1650px;
	background: #d7e5ca;

}

section, header, footer, nav{
	display: block;
}

p{
	margin:0;
	padding: 3% 3% 0 20px;
	font-size: 16px;
	line-height: 26px;
	color:#242424;
}

ul{
	margin: 1% 0 0 0;
	padding: 0;
	list-style-type: none;
}
ul li{
	background: url(../img/svg/marker.svg) no-repeat 35px 17px;
	padding-left: 60px;
}
li{
    font-size: 16px;
    line-height: 36px;
    font-weight: normal;
    color: #242424;
    margin-bottom: 1%;
}

h1{
	font-size: 42px;
	line-height: 52px;
	color:#242424;
	font-weight: 300;
	margin: 0;
	padding: 0 0 0 3%;
	display: table-cell;
	vertical-align: middle;
}
h2{
	font-size: 36px;
	line-height: 42px;
	color:#18674a;
	font-weight: 300;
	padding: 0;
	margin:0 0 2.5% 30px;

}
a{
	font-size: 14px;
	color: #18674a;;
}
a:hover{
	text-decoration: none;
}

.block{
    display: block !important;
}

.col{
	float: left;
	box-sizing: border-box;
}

.w1-1 { width: 8.33%;}
.w1-2 { width: 16.66%; }
.w1-3 { width: 25%; }
.w1-4 { width: 33.33%; }
.w1-5 { width: 41.65%; }
.w1-6 { width: 50%; }
.w1-7 { width: 58.33%; }
.w1-8 { width: 66.66%; }
.w1-9 { width: 75%; }
.w1-10 { width: 83.33%; }
.w1-11 { width: 91.66%; }
.w1-12{ width: 100%;}

.row:after{
	content: "";
	display: table;
	clear:both;
}

.clearfix{
	content: "";
	display: table;
	clear:both;

}

.header-logo{
	text-align: center;
	text-transform: uppercase;
	padding-top: 2%;
	
	background: #d7e5ca;
}
.header-logo img{
	max-width: 100%;
}
.logo-wrap{
	display: table-cell;
	vertical-align: middle;
	
}

.header-logo span{
	display: block;
	font-size: 11px;
	line-height: 16px;
	color:#18674a;
	padding-top: 10px;
}

.logo-link{
	text-decoration: none;
	display: block;
}


.header-main{
	z-index: 2;
	background: #fff;
	width: 45%;
	float: left;
	
}


.header-top_left{
	text-transform: uppercase;
	color:#657b73;
	float: left;
	padding-left: 25px;
	padding-bottom: 2%;
	padding-top: 2%;
}

.header-top_right{
	width: 60%;
	
	
}

.header-top_right a{
	display: inline-block;


}

.icon-eng, .icon-rus{
	font-size: 115%;
	color:#cbdbbd;
	font-weight: bold;
	line-height: 80%;
}
.header-lang, .header-social{
	display: inline-block;
}
.header-lang{
	width: 20%;
	text-align: right;
}
.header-right{
	background: #fff;
	float: right;
	width: 50%;
}

.header-social{
	width: 10%;
	text-align: right;
	padding-right: 5%;
}
.header-top_right{
	margin: 0;
	background:#fff;
	padding-top: 2%;
	padding-right: 5%;
	float: right;
	text-align: right;
	list-style-type: none;
    display: flex;
    display: -moz-box;
    display: -o-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    box-orient: horizontal;
    -o-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
    -webkit-box-orient: horizontal;
}
.header-icon{
	flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    text-align: right;
    position: relative;
    background: none;
    padding: 0;
    margin: 0;
}

.header-wrap.detail{
	float: left;
	width: 50%;
}
.header-wrap_detail{
	padding-left: 25px;
	display: block;
}

.header-wrap.write{
	float: left;
	width:18%;
	text-align: right;
}

.header-wrap.call{
	float: right;
	width: 30%;
	text-align: right;
}
.header-t{
	background: #fff;
}
.header-mail{
	margin-right: 5%;
}

.header_cont{
	display: inline-block;
}

.header-top_right li{
	line-height: 0;
}

.header-icon.i-search{
	text-align: center;
}
.w1-10.top-navig_wrap{
	float: right;

}

.icon-eng{
	padding:0 5% 5px 0;
	border-right: 1px solid #cbdbbd;
}

.icon-rus{
	padding-left: 4%;
	margin-right: 10%;
}

.icon-eng:hover, .icon-rus:hover,
.icon-eng.active, .icon-rus.active{
	color:#18674a;
	text-decoration: none;
	
}

.icon-vk{
	background: url(../img/svg/vk.svg) no-repeat;
	width: 14px;
	height: 17px;
	padding-right: 10%;
	
}

.icon-vk:hover{
	background: url(../img/svg/vk_dark.svg) no-repeat;
	text-decoration: none;
	
}

.icon-in{
	background: url(../img/svg/in.svg) no-repeat;
	width: 19px;
	height: 17px;
	padding-right: 10%;
	
}

.icon-in:hover{
	background: url(../img/svg/in_dark.svg) no-repeat;
	text-decoration: none;

}

.icon-f{
	background: url(../img/svg/fb.svg) no-repeat;
	width: 15%;
	height: 17px;
	margin-right: 5%;
}

.icon-f:hover{
	background: url(../img/svg/fb_dark.svg) no-repeat;
	text-decoration: none;
	
}

.icon-search{
	background: url(../img/svg/search.svg) no-repeat;
	width: 8%;
	height: 17px;
	display: block;
	float: right;
	padding-right: 50%;
}

.icon-search:hover{
	background: url(../img/svg/search_hover.svg) no-repeat;
	text-decoration: none;

	
}

.header_cont.header-phone{
	padding-right: 10%;

}
.header-bottom{
	background: #fff;
	width:100%;
	margin-top: 2.5%;

}

.header-top{

	width: 100%;
}

.header-bottom_left{
	float: left;
	padding-left: 25px;
	width: 35%;
	background: #fff;
}
.header_bottom{

	background: #fff;
	padding: 0.5% 0 1% 0;
}
.header-bottom_right{
	float: right;
	text-align: right;
	width: 57.9%;
	background: #fff;
}

.header-bottom_right a{
	color:#242424;
}

.header-bottom_mail{
	float: left;
	width: 40%;
}


.header-bottom_phone{
	float: right;
	width: 55%;
	margin-right: 2%;
}
.header-bottom_right span{
	font-weight: bold;
}

.navig{
	margin:0;
	padding: 0;
	list-style-type: none;
 	display: flex;
 display: -moz-box;
 display: -o-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 box-orient:horizontal;
 -o-box-orient:horizontal;
 -moz-box-orient:horizontal;
 -ms-box-orient:horizontal;
 -webkit-box-orient:horizontal;
	height: 55px;

}

.icon-navig {
	display: none;
}

.navig-list{
	flex:auto;
 -webkit-box-flex:auto;
 -moz-box-flex:auto;
 -ms-flex:auto;
 text-align: center; 
 position: relative;
 background: none;
 padding: 0;
 margin: 0;
	
}

.button.form-but{
	background: #f4a72f;
	float: right;
	width: 20%;
	text-align: center;
	
}

.top-navig{
	float: left;
	width: 80%;
	background-color: #18674a;
	height: 55px;

}

.navig-list:hover .navig-link{
	text-decoration: underline;
}

.navig-list.form-but:hover #popupbutton{
	text-decoration: none;
	
}
.button.form-but{
	position: relative;
	height: 55px;
	overflow: hidden;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.navig-link{
	color:#fff;
	cursor: pointer;
	text-decoration: none;
	position: relative;
	display: block;
	height: 55px;
	z-index: 2;
	width: 100%;
	overflow: hidden;
	line-height: 55px;
	font-size: 16px;
	
}
a.button.navig-link{
	font-size: 20px;
}
.navig-link.progr{
	padding-left: 8px;
}
.button-animate {
     -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.button-animate {
  position: absolute;
  background: none repeat scroll 0 0 #e39721;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;

}
.button.form-but:hover .button-animate, .button-link:visited:hover:after {
  height: 420%;
  z-index: 1;
}


.arrow{
	background: url(../img/svg/arrow-down.png) no-repeat;
	width: 10px;
	height: 6px;
	display: inline-block;
	margin-left: 2%;
}

.navig-list.list-but:hover, .navig-list.active{
	background: #cbdbbd;
}


.navig-list.list-but:hover .navig-link.arrow-but, .navig-list.active a{
	color:#18674a;
	font-weight: 600;
	text-decoration: none;
	
}
.navig-list.list-but:hover .arrow{
	background: url(../img/svg/arrow-up.png) no-repeat;	
}

.accordion_nav.active .arrow.accordion-plus{
	background: url(../img/svg/arrow-up.png) no-repeat;
	transform: rotate(180deg);	
}
.accordion_nav.active:hover .arrow.accordion-plus{
	transform: rotate(0deg);	
}

.navig-medium{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top:56px;
	left:0;	
	background: #cbdbbd;
	display: none;	
	transition: all 1s;
	text-align: left;

}
.navig-list.list-but:hover .navig-medium{
	display: block;

}
.navig-list.list-but{
	position: relative;
}

.navig-link_medium{
	display: block;
	padding: 8px 0 8px 20px;
	width: 250px;
	font-size: 16px;
	color:#18674a;
	text-decoration: none;
	border-bottom:2px solid #d7e5ca;
}
.navig-list_medium:last-child .navig-link_medium{
	border-bottom:2px solid #18674a;
}
.navig-list_medium{
	padding:0;
	margin:0;
	background: none;
}
.navig-link_medium:hover{
	background: #d7e5ca;
}

.search-wrap{
	width: 100%;
	display: none;
}

.slide-left{
	background: #fff;
	width: 100%;
	height: 385px;
	overflow: hidden;
	position: relative;
	
}

.main{
	width: 100%;
}

.slide-title{
	padding:0 0 0 2%;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	background: #fff;
	height: 84px;
	display: table-cell;
	vertical-align: middle;
}
.s-title{
	display: table;
}

.slide-text{
	position: absolute;
	bottom:80px;
	z-index: 10;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 16px;
	line-height: 22px;
	width: 93%;
}

.slide-study .slide-text_caption{
	font-weight: bold;
	margin-bottom: 10px;
	color:#242424;

}
.slide-text_text{
	color:#242424;
}
.slide-study .bx-wrapper .bx-viewport{
	left:0!important;
	border:none!important;
	height: 100%!important;
	

}
.slide-study .bx-pager.bx-default-pager{
	bottom:35px;
	left:15px;
	
}


.slide-study .bx-wrapper .bx-pager.bx-default-pager a{
	background: #88afa0;
	border-radius: 2px;
}

.slide-study .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #18674a;
}
.slide-study .bx-wrapper .bx-pager{
	text-align: left;
	position: absolute;
    width: auto;
	
}

.slide-study .bx-wrapper {
	margin:0;
	height: 100%;
}

.slide-right .bx-wrapper .bx-pager{
	display: none;
}

.slide-study{
	background: #fff;
	position: relative;
	height: 376px;

}
.slide-study .bxslider {
	height: 385px;
	margin: 0;
}
.slide-study .bxslider li {
	width:100%;
    min-height:376px;
    background-repeat: no-repeat;
    background-size: cover;
}
.slide-gradient{
	width: 100%;
	height: 100%;
	position: absolute;
	background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.1) 100%);
    content: "";
	z-index: 2;
	bottom: 0;
	left:0;
}

.text-list_content{
	display: table;
	padding:22px 0;
	text-decoration: none;
	font-size: 100%;
	color:#242424;
	height: 48px;
	overflow: hidden;
	width: 100%;

}
.text-list_content-text{
	display: table-cell;
	vertical-align: middle;
}
.content-text{
	padding: 0 20px;
}
.text-list_content:nth-child(even){
	background: #e8ede4;
}
.text-list_content:nth-child(odd) {
    background: #f4f9ef;
}
.text-list{
	height: 376px;
	overflow: auto;
	background: #fff;
	padding-right: 6px;
}

.slide-link{
	position: absolute;
	bottom: 35px;
	right:30px;
	color:#18674a;
	font-size: 16px;
	font-weight: 600;
	text-decoration: underline;
	z-index: 3;
}
.slide-link:hover{
	text-decoration: none;
	cursor: pointer;
	
}
.text-list_content span{
	font-weight: bold;
}
.text-list_content:hover{
	background: #cbdbbd;
}

.slide-right .bx-slider_right-title {
	width: 100%;
	font-size: 20px;
	font-weight: 300;
	padding: 30px 0;
	padding-top: 7%;
}
.slide-right .bx-wrapper .bx-viewport{
	background: #d7e5ca;
	border:none;
	box-shadow: none;
	left:0;

}

.slide-right .bx-wrapper{
	margin: 0;
}

.slide-right .bx-wrapper .bx-controls-direction a {
    top:39%;
}

.slide-right .bx-wrapper .bx-prev{
	left:10%;
	background: url(../img/svg/arrow_green_left.svg) no-repeat;
}
.slide-right .bx-wrapper .bx-next{
	right:20px;
	background: url(../img/svg/arrow_green_right.svg) no-repeat;
}

.slide-right .bx-wrapper .bx-prev:before{
	content:"";
	position: absolute;
	width: 35px;
	height: 42px;
	top:-48%;
	left:-35%;
}
.slide-right .bx-wrapper .bx-next:before{
	content:"";
	position: absolute;
	width: 35px;
	height: 42px;
	top:-48%;
	right:35%;
}
.slide-right .bx-wrapper .bx-prev:hover::before ,.slide-right .bx-wrapper .bx-next:hover::before {
	border:2px solid #18674a;
}
.slide-right .bx-wrapper .bx-next:hover{
	background-position: 0 0;
}
.main-slide{
	overflow: hidden;
	max-width: 100%;
	background: #d7e5ca;
	height: 460px;
}


.col.slide-right{
	background: #d7e5ca;
	text-align: center;
	position: relative;
	top:-84px;
	
	
}
.slide-main_left{
	background: #fff;

}
.w1-8.slide{
	height: 385px;
}

.bx-slider_right a{
	color:#242424;
	text-decoration: none;
}

.bx-slider_right-text{
	margin: 0 auto;
	width: 55%;
	border:3px solid #18674a;
	overflow: hidden;
	height: 254px;

}
.text-slide_title{
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 0 0;
	padding: 0 3px;
}
.text-slide_main-text{
	font-size: 18px;
	line-height: 24px;
	padding: 0 4%;
	
}
.bx-slider_right{
	margin: 0;
	padding: 0;
}

.text-slide_main{
	margin:20px 0;
	padding: 10px 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color:#18674a;
	background:#cbdbbd;
}
a.button{
	font-size: 16px;
	line-height: 20px;
	color:#fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 4% 1%;
	margin:0 auto;
	text-align: center;
}

.button.slide-button{
	background: #f4a72f;
	width: 55%;
	margin-top: 5%;

}
.button.slide-button:hover{
	background: #e49c2d;
}
.more-info{
	background: #fff;
	width: 100%;
	padding-top: 40px;
	position: relative;
}
.more-info_frame{
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	background-size: cover;
	z-index: 15;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.frame-animate{
  position: absolute;
  background: none repeat scroll 0 0 #18674a;
  height: 0%;
  opacity: 0.6;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: 10;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.more-info_frame:hover .frame-animate{
  height: 620%;
  width: 150%;

}
.frame-animate{
	 -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.more-info_frame img{
	width: 100%;
	height: 100%;
	position:relative;
	top:0;
	left:0;
	display: block;	
}


.more-info_item{
	padding: 0 1.5%;
	background:#fff;
	position: relative;
	margin-bottom: 30px;
}

.more-info_wrap{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	background: #fff;
	opacity: 0.6;
	z-index: 10;	
}

/*
.more-info_frame:hover .more-info_wrap{
	background: #18674a;
	opacity: 0.6;
}
*/
.more-info_text-wrap{
	position: absolute;
	background: url("../img/area.png");
	width: 100%;
	height: 85px;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	margin:auto;
	z-index: 12;
	font-size: 18px;
	line-height: 26px;
	color:#18674a;
	font-weight: bold;
	text-transform: uppercase;
	opacity: 1;
}


.floater{
	width: 100%;
	height: 100%;
	display: table;
}
.info-text{
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}

.info-company {
	background: #fff;
	width: 100%;
	padding-top: 3%;
	padding-bottom: 3%;
}
.info-company_item{
    padding: 0 6%;
    background: #fff;
    max-width: 87%;
    position: relative;
}
.info-company_frame{
	width: 90%;
	margin: 0 auto;
}
.info-company_title{
	text-align: center;
	font-size: 36px;
	line-height: 42px;
	font-weight: lighter;
	margin-bottom: 50px;
	display:table;
	width: 100%;
}
.customer .info-company_title{
	padding-top: 50px;
}
.info-company-title_wrap{
	display: table-cell;
	vertical-align: middle;
}
.info-company_quotes{
	position: relative;
	display: inline-block;
	padding: 0 35px;
}
.info-company_quotes:before,.info-company_quotes:after{
	    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    top: 40%;
}
.info-company_quotes:before{
	background: url(../img/svg/arrow_double_right.svg) no-repeat;
	left:0;
}
.info-company_quotes:after{
	background: url(../img/svg/arrow_double_left.svg) no-repeat;
	right: 0;
}

.info-company_frame img{
	width: 100%;
	height: 100%;
}
.video-frame{
	position: relative;
	height: 156px;
}
.info-company_wrap{
	background: #18674a;
	opacity: 0.6;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	bottom: 0;
	z-index: 5;
}
.info-company_video{
	position: absolute;
	overflow: hidden;
	z-index: 10;
	top:0;
	bottom: 0;
	left:0;
	right: 0;
	margin: auto;
	width: 40px;
	height: 52px;	
}
.info-company_video .video-size{
	padding-top: 10px;
	width: 30px;
	height: 34px;
-moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
 transition: all 1s ease-out;
}


.video-frame:hover .video-size{
	 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 transform: scale(1.5);
}
.info-company_text-wrap{
	color:#657b73;

}
.info-company_frame:hover .info-company_text-wrap.text-left{
	text-decoration: none;
}
.info-company a{
	text-decoration: none;

}
.info-company_text-wrap .info-company_text-title{
	font-size: 24px;
	line-height: 30px;
	color:#242424;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5%;
}
.info-company_text-wrap.text-left{
	text-decoration: underline;
	margin-top: 5%;
	
}

.banner-slide{
	width: 100%;
	overflow: hidden;
	background:#cbdbbd;
	float: left;
}
.leftslide-wrap{
    float: left;
    position: relative;
    left: 50%;
 }
 .rightslide-wrap{
 	float: left;
    position: relative;
    left: 50%;
 }
.slide-themes_wrap{
    float: left;
    background: #d7e5ca;
    position: relative;
    right: 50%;
    width: 100%;
 }
.banner-slide_left,.banner-slide_right{
	width: 60%;
	margin: 0 auto;
}
.banner-slide_left-wrap{
padding-bottom: 30px;
}
.banner-slide_right-wrap{
padding-bottom: 30px;

}

 .banner-slide_left .bx-wrapper .bx-pager,.banner-slide_right .bx-wrapper .bx-pager{
	display: none;
}

.banner-slide_left .bx-wrapper .bx-viewport{
	background: #d7e5ca;
	border:none;
	box-shadow: none;
	left:0;
}
.banner-slide_right .bx-wrapper .bx-viewport{
	background: #cbdbbd;
	border:none;
	box-shadow: none;
	left:0;
}
.banner-slide_left .bx-controls-direction a,.banner-slide_right .bx-controls-direction a{
	display: block;
}

.banner-slide_left,.banner-slide_right{
	padding: 5% 0 0 0;
	position: relative;
	
}
.banner-slide_left .bx-wrapper,.banner-slide_right .bx-wrapper{
	margin: 0;
	position: relative;
	z-index: 20;
}
.banner-slide_left:before,.banner-slide_right:before{
	content: "";
	position: absolute;
	top:0;
	left:-33%;
}
.banner-slide_left:before{
	width: 99px;
	height: 82px;
	z-index: 10;
	background:url(../img/svg/testimonials.svg) no-repeat; 
}
.banner-slide_right:before{
	width: 82px;
	height: 124px;
	z-index: 10;
	background:url(../img/svg/question.svg) no-repeat; 
}
.banner-slide_button{
	height: 57px;
	width: 100%;

}

.banner-slide_title{
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	position: relative;
	z-index: 20;
}
.img-block_text p{
	padding: 0;
}
.banner-slide_text-text{
	font-size: 18px;
	line-height: 24px;
	font-style: italic;
	color:#18674a;
	margin-top: 5%;
	overflow: hidden;
	padding-left: 0;
	height: 150px;
}

.banner-slide_text-text.black{
    color:#000;
    font-weight: bold;
    height: 220px;
}

.banner-slide_text-text .content{
    display: block;
    margin-top: 5px;
        font-size: 18px;
    line-height: 24px;
    font-style: italic;
    color: #18674a;
    font-weight: normal;
    
}

.banner-slide_text-signature{
	font-size: 16px;
    line-height: 20px;
	padding-left: 0;
	height: 80px;
	overflow: hidden;
	display: block;
	padding-top: 0;
}
.banner-slide_text-signature span{
	padding-top: 20px;
    display: block;
}
.button.question{
	background: #f4a72f;
	float: left;
	width: 50%;
	margin-right: -5px;
	padding: 0;
	height: 55px;


}
.banner-slide_button .button{
	position: relative;
	
} 
.button-text_wrap{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	display: table;
}
.button-text{
	display: table-cell;
	vertical-align: middle;
}

.button-slide_wrap{
	width: 100%;
}
.button.allquestion{
	background: #18674a;
	float: right;
	width: 50%;
	padding: 0;
	height: 55px;

	
}
.button.question:hover{
	background:#e49c2d;
}
.button.allquestion:hover{
	background: #15573f;
}

.banner-slide_left .bx-controls-direction a.disabled,.banner-slide_right .bx-controls-direction a.disabled {
    display: block!important;
}

.banner-slide_left .bx-wrapper .bx-prev:before,.banner-slide_right .bx-wrapper .bx-prev:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 40px;
    border: 2px solid #cbdbbd;
    top: -50%;
    left: -45%;
}
.banner-slide_right .bx-wrapper .bx-prev:before{
	 border: 2px solid #d7e5ca;
}
.banner-slide_left .bx-wrapper .bx-prev,.banner-slide_right .bx-wrapper .bx-prev  {
    left: 83%;
    top:0;
    background: url(../img/svg/arrow_green_left.svg) no-repeat;
}
.banner-slide_left .bx-wrapper .bx-next:before,.banner-slide_right .bx-wrapper .bx-next:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 40px;
    border: 2px solid #cbdbbd;
    top: -50%;
    left: -50%;
}
.banner-slide_right .bx-wrapper .bx-next:before{
	 border: 2px solid #d7e5ca;
}
.banner-slide_left .bx-wrapper .bx-next,.banner-slide_right .bx-wrapper .bx-next {
    right:-10px;
    top:0;
    background: url(../img/svg/arrow_green_right.svg) no-repeat;
}

.banner-slide_left .bx-wrapper .bx-prev:hover::before, .banner-slide_left .bx-wrapper .bx-next:hover::before {
    border: 2px solid #18674a;
}
.banner-slide_left .bx-wrapper .bx-next:hover {
    background-position: 0 0;
}
.banner-slide_right .bx-wrapper .bx-prev:hover::before, .banner-slide_right .bx-wrapper .bx-next:hover::before {
    border: 2px solid #18674a;
}
.banner-slide_right .bx-wrapper .bx-next:hover {
    background-position: 0 0;
}
.button-slide{
	display: block;
	font-size: 16px;
	font-weight: 600;
	color:#18674a;
	text-decoration: none;
	border:2px solid #a7c4a6;
	width: 220px;
	text-align: center;
	padding: 2% 0;
	margin-top: 15px;
    margin-bottom: 35px;
}
.button-slide:hover{
	border:2px solid #18674a;
	cursor: pointer;
}
.customer{
	background: #fff;
	text-align: center;
	padding: 4% 0;
	width: 100%;
}
.customer-title{
	font-size: 36px;
	line-height: 42px;
	font-weight: 300;
	margin-bottom: 3%;
	
	
}
/*
.customer-wrap{
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    text-align: center;
    position: relative;
    list-style-type: none;
    padding:0;
    background: none;
    margin-right: 50px;
}
.customer-wrap:first-child{
	margin-left: 50px;
}
.customer-table{
	margin: 0;
	padding: 0;
	display: flex;
    display: -moz-box;
    display: -o-box;
    display: -ms-flex;
    display: -webkit-box;
    box-orient: horizontal;
    -o-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
    -webkit-box-orient: horizontal;
}
.customer-wrap img{
	width: 100%;
	height: auto;
}
.customer-wrap.last{
	padding-right: 7%;
}
.customer-wrap.first{
	padding-left: 7%;
}
*/

.slide-link_slick {
    display: inline-block;
   }

.slide-wrap_slick {
    margin: 0px;
    position: relative;
}
.customer-wrap{
	margin: 0 25px;
}

.slide-wrap_slick img {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
}
.customer-table .slick-prev:before, .customer-table .slick-next:before {
    content: ' ';
    width: 10px;
    height: 15px;
    display: block;
    opacity: 1;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.customer-table .slick-prev:before{
	background: url(../img/svg/arrow_green_left.svg) no-repeat;
}
.customer-table .slick-next:before {
	background: url(../img/svg/arrow_green_right.svg) no-repeat;
}
.customer-table .slick-prev, .customer-table .slick-next {
    width: 20px;
    height: 25px;
    border: 1px solid #18674a;
    opacity: 0.5;
    text-align: center;
   	padding-top: 3px;
   	    z-index: 10;
}
.customer-table .slick-prev:hover, .customer-table .slick-next:hover{
	opacity: 1;
}
.customer-table .slick-prev{
	left:0px;
}
.customer-table .slick-next {
	right: 0px;
}
.customer-table .slick-prev.slick-disabled:before, .customer-table .slick-next.slick-disabled:before {
    opacity: 1;
}
.description{
	float: left;
	overflow: hidden;
	background: #18674a;

}
.container-inner {
  float:left;
  background: #15573f;
  position: relative;
  right:50%;
}
.descrip-left{
	 float: left;
  position: relative;
  left: 50%;

}
.descrip-right{
	
 float: left;
  position: relative;
  left: 50%;
}
.descrip-text{
	width: 80%;
	margin:0 auto;
	padding: 35px 0;
	font-size: 24px;
	line-height: 36px;
	color:#cbdbbd;
	height: 155px;
	overflow: hidden;
	display: table;
}

.descrip-text_main{
	display: table-cell;
	vertical-align: middle;
}

.descrip-text span{
	font-weight: bold;
}
.green-line{
	padding: 2%;
	background: #e8f2dd;
	width: 100%;
}
footer{
	width: 100%;
	height: 278px;
	padding-top: 5%;
	
}

.footer-text{
	background: #fff;
	width: 100%;
	height: 230px;
	position: absolute;
	left:0;
	bottom: 70px;
}
.footer-bottom{
	height: 70px;
	display: table;
	width: 100%;
	position: relative;
	bottom: -210px;
	
}

.footer-copy_wrap{
	display: table-cell;
	vertical-align: middle;
}
.footer-nav{
	padding: 5% 0 0 0;
	margin: 0;
	list-style-type: none;
	display: flex;
    display: -moz-box;
    display: -o-box;
    display: -ms-flex;
    display: -webkit-flex;
    box-orient: horizontal;
    -o-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    -webkit-flex-wrap: nowrap;
	
}
.footer-list{
	 flex: auto;
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -ms-flex: auto;
    position: relative;
    background: none;
    padding: 0;
    margin: 0;

}
.footer-link{
	color:#242424;
	font-size: 18px;
	font-weight: 600;

}
.footer-link:hover {
    text-decoration: underline;
}
.dizign:hover a{
	text-decoration: underline;
}
.footer-right_text{
	float: right;
	width: 40%;
	margin-right: 7%;
	margin-top: 3%;
   
}
.footer-right_wrap{
	  float: left;
	  width: 33%;
  
}
.footer-copy_wrap.copy{
	width: 48%;
}
.icon-vk_f{
	    background: url(../img/svg/vk_dark.svg) no-repeat;
    width: 14px;
    height: 17px;
    padding-right: 8%;
    display: inline-block;
}
.icon-in_f{
	    background: url(../img/svg/in_dark.svg) no-repeat;
    width: 19px;
    height: 17px;
    padding-right: 8%;
    display:inline-block;

}
.icon-f_f{
	    background: url(../img/svg/fb_dark.svg) no-repeat;
    width: 20%;
    height: 17px;
   
    display: inline-block;
}
.w1-5.footer-right_text{
	margin-right: 7%;
}
.footer-main{
	width: 100%;
	padding-bottom: 20px;
}

.footer-logo_left{
	margin-left: 7%;
	width: 37%;
}
.footer-nav_right{
	margin-right: 7%;
	text-align: right;
	float: right;
	width: 41%;
	
}
.footer-copy_wrap.dez{
	text-align: right;
}
.footer-logo_text{
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	color:#18674a;
	text-transform: uppercase;
	margin-top: 6%;
}

.footer-address{
	position: relative;
	color:#657b73;
	text-align: right;
	
}
.footer-mail,.footer-phone{
	color:#657b73;
	text-align: left;	
}
.footer-phone span{
	display: inline-block;
}
.footer-icon.m{
	display: inline-block;
	background: url(../img/svg/email.svg) no-repeat;
	width: 17px;
	height: 18px;

}
.footer-icon.t{
	background: url(../img/svg/phone.svg) no-repeat;
	display: inline-block;
	width: 17px;
	height: 17px;
	vertical-align: top;
	
}
.footer-icon.a{
	background: url(../img/svg/adress.svg) no-repeat;
	display: inline-block;
	width: 12px;
	height: 17px;
}

.footer-logo{
	float: left;
	width: 25%;
}
.footer-logo_text{
	float: left;
	width: 74%;
}

.footer-logo img{
	padding-left: 10%;
}

input::-moz-placeholder { 
font-size: 16px;
color:#657b73;
}

input::-webkit-input-placeholder { 
	font-size: 16px;
	color:#657b73;
}

input:-ms-input-placeholder{
	font-size: 16px;
	color:#657b73;
}
input[placeholder]          {text-overflow:ellipsis;}
input::-moz-placeholder     {text-overflow:ellipsis;} 
input:-moz-placeholder      {text-overflow:ellipsis;} 
input:-ms-input-placeholder {text-overflow:ellipsis;}    
.popwindow-navig .close-text{
	display: none;
}

.dizign a{
	color:#18674a;
	text-decoration: none;
	font-weight: 600;
}

.breadcrumbs{
	background: #fff;	
	width: 100%;
	height: 65px;
}

.breadcrumbs-list{
	padding: 0;
	margin:0;
}

.breadcrumbs-item{
	list-style-type: none;
	display: inline-block;
	padding: 0 10px 0 0;
	background: none;
}

.breadcrumbs-item:last-child .separator-right{
    display: none;
}
.breadcrumbs-link{
	text-decoration: none;
	font-size: 14px;
	line-height: 65px;
	color:#657b73;
}
.breadcrumbs-item:first-child{
	padding-left: 40px;
}
.separator-right{
	display: inline-block;
	width: 6px;
	height: 9px;
	margin-left: -2px;
	background: url("../img/svg/arrow-right.png");
}
.separator-right.left-separator{
	
	margin-left: 10px;
	display: inline-block;
	width: 6px;
	height: 9px;
	background: url("../img/svg/arrow-right.png");
}

.page-caption{
	display: table;
	background: #cbdbbd;
	width: 100%;
	padding: 24px 0;
}
.left-sidebar{
	/*background: url("../img/bg_forest.jpg") repeat-y;*/
}
.sidebar-menu{
	margin:0;
	padding: 0;
}
.sidebar-menu_list{
	list-style-type: none;
	background: none;
	padding: 0;
	margin: 0;

}
.sidebar-menu_link{
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color:#fff;
	display: block; 
	position: relative;
	padding: 15px 10px 15px 20%;
	cursor: pointer;
	
}
.sidebar-menu_link span{
	position: relative;
	z-index: 5;
}
.sidebar-menu_link:hover .sidebar-menu_hover{
	display: block;
}

.sidebar-menu_hover{
	position: absolute;
	top:0;
	left:0px;
	width: 100%;
	height: 100%;
	background: #f4a72f;
	opacity: 0.5;
	z-index: 1;
	display: none;
}

.sidebar-menu_list:first-child{
	padding-top: 20px;
}
.sidebar-menu_link.active-page:before{
	content: "";
	position: absolute;
	width: 7px;
	height: 12px;
	top:18px;
	left:20px;
	display: none;
	background: url(../img/svg/arrow_right_white.svg) no-repeat;
}
.sidebar-menu_link.active-page::before{
	display: block;
}
.sidebar-menu_link.active-page .sidebar-menu_hover{
	display: none;
}
.sidebar-menu_link.active-page:after{
	content: "";
	position: absolute;
	width: 15px;
	height: 24px;
	top:12px;
	right:0px;
	display: none;
	background: url(../img/svg/white-arrow.png) no-repeat;
}
.sidebar-menu_link.active-page::after{
	display: block;
}
.user-content{
	background: #fff;
	padding: 2% 0 4% 0;
}
.main-page{
	background: #fff;
    overflow: hidden;
    float: left;
    width: 100%;
}
.main-page_wrap{
 float:left;
 background: url("../img/bg_forest.jpg") ;;
  position: relative;
  right:83.34%;
  width: 100%;
}
.main-page_wrap.program-main-page_wrap {
	right: 75%;
}
.left-sidebar{
	float: left;
	position: relative;
	left:83.34%;
}
.program-left-sidebar.left-sidebar {
	left:75%;
}
.user-content{
  float: left;
  position: relative;
  left:83.34%;
  padding: 2% 0 60px 0;
}
.program-user-content.user-content {
	left: 75%;
}

.img-block{
	padding-bottom: 3%;
	width: 	100%;
	border-bottom: 1px solid #d7e5ca;
}
.img-block_frame{
	float: left;
	width: 14%;
}
.img-block_frame img{
	display: block;
	height: auto;
	width: 60%;
	margin: 0 auto;
/*	border-radius: 50%;
	width: 150px;
	height: 150px;*/
}
/*.img-block_frame:after {
position: absolute;
bottom: -14px;
left: 26px;
content: "";
border: 3px solid #cbdbbd;
display: block;
width: 170px;
height: 170px;
border-radius: 50%;
}*/
.img-block_wrapp {
	border: 3px solid #cbdbbd;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 3px solid #d9e5cf;
	position: relative;
	margin: 0 auto;
	position: relative;
	float: left;
	margin-left: 20px;
}
.img-block_wrapp-nocircle {
	width: 200px;
	height: auto;
	position: relative;
	margin: 0 auto;
	position: relative;
	float: left;
	margin-left: 20px;
}
.img-block_wrapp-nocircle img{
	display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}
.img-block_wrapp .img-block_frame {
	width: 180px;
height: 180px;
border-radius: 50%;
overflow: hidden;
position: absolute;
top: 10px;
left: 10px;
}
.img-block_frame img {
	width: 100%;
	height: 100%;
}
.img-block_text{
	float: right;
	width: 73%;
	font-size: 20px;
	line-height: 30px;
	color:#657b73;
	padding:0 6% 0 1%;
}
.block_text{
	font-size: 20px;
	line-height: 30px;
	color:#657b73;
}
.user-style .contact-text .h1 {
	margin-bottom: 0;
}
.contact-text p {
	font-size: 20px;
	line-height: 30px;
	color:#657b73;
	padding:0 6% 0 5%;
}
.contact-text a {
	text-decoration: none;
	font-size: 20px;
	line-height: 34px;
}
.contact-text span.employee,
.contact-text span.employee a {
	font-size: 16px;
}
.contact-text a:hover {
	text-decoration: underline;
}
.contact-text p b {
	color: #000;
}
.contact-text span {
	display: block;
	padding-left: 6.5%;
	padding-top: 1%;
}
.contact-text .icon-vk_f {
	padding-right: 3%;
}
.contact-icon.a {
	background: url(../img/svg/map.svg) no-repeat;
	display: inline-block;
	width: 18px;
	height: 26px;
	vertical-align: bottom;
	padding-right: 15px;
}
.contact-icon.t {
	background: url(../img/svg/phone.svg) no-repeat;
	display: inline-block;
	width: 26px;
	height: 26px;
	padding-right: 8px;
	background-size: 26px 26px;
}
.contact-icon.m {
	display: inline-block;
	background: url(../img/svg/email.svg) no-repeat;
	width: 26px;
	height: 26px;
	padding-right: 8px;
	background-size: 26px 26px;
	vertical-align: bottom;
}
.contact-icon.p {
	display: inline-block;
	background: url(../img/svg/person.svg) no-repeat;
	width: 26px;
	height: 26px;
	padding-right: 8px;
	background-size: 26px 26px;
	vertical-align: bottom;
}
.contact-icon.soc {
	display: inline-block;
	background: url(../img/svg/soc.svg) no-repeat;
	width: 26px;
	height: 26px;
	padding-right: 8px;
	background-size: 26px 26px;
	vertical-align: bottom;
}
.contact-text ul {
	margin: 2% 19% 0 0;
}
.contact-schema {
	padding: 2% 0;
}
.contact-schema img {
	width: 95%;
	height: 100%;
	margin: 0 auto;
	display: block;
}
.company-result_title a {
	font-size: 24px;
	line-height: 36px;
	color: #cbdbbd;
	text-align: center;
	margin-bottom: 2%;
	font-weight: bold;
}
.contact-company-result .company-result_title {
	font-weight: normal;
}
.contact-text img.map {
	width: 100%;
	margin-top: -2%;
	margin-bottom: 3%;
}
.img-block_text p,
.block_text p{
	font-size: 20px;
	line-height: 30px;
	color:#657b73;
}
.price-block {
	text-align: center;
	background-color: #f4f9ef;
	width: 97%;
	margin: 0 auto;
	margin-top: 3%;
}
.price-block p {
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 3%;
}
.price-block p span {
	color: #18674a;
	display: block;
}
.user-style h1,
.user-style h2,
.user-style h3,
.user-style h4,
.user-style h5,
.user-style h6{
    margin:0;
    padding: 20px 40px 20px 50px;
    display: inline-block;
    font-size: 32px;
    line-height: 42px;
    font-weight: 300;
    color: #242424;
    background: #cbdbbd;
    position: relative;
}
.user-style .h1, 
.user-style .h2,
.user-style .h3,
.user-style .h4,
.user-style .h5,
.user-style .h6{
	background: #cbdbbd;
	margin-top: 2%;
	margin-bottom: 2%;
} 
.user-style h1:before, 
.user-style h2:before,
.user-style h3:before,
.user-style h4:before,
.user-style h5:before,
.user-style h6:before{
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 100%;
    left: 20px;
    top: 0;
    position: absolute;
    background: no-repeat;
    background-image: url(/wp-content/themes/artfactor/assets/img/svg/arrow_double_right_dark.svg), url(/wp-content/themes/artfactor/assets/img/svg/arrow_double_left_dark.svg);
    background-position: center left, center right;
}
.krona-name{
	width: 100%;
}
.krona-name_cap{
	float: left;
	width: 30%;
	padding-left: 2%;
}
.krona-name_list{
	text-transform: capitalize;
	font-size: 24px;
	line-height: 42px;
	font-weight: bold;
	list-style-type: none;
	background: none;
	margin:0;
	padding: 0;	
}
.krona-name_list:first-letter{
	color:#d7e5ca;
	font-size: 42px;
	letter-spacing: -8px;
}
.krona-name_list.institute{
	text-transform: uppercase;
}
.krona-name_list.institute:first-letter{
	color:#242424;
	font-size: 24px;
	letter-spacing: 0;
}
.krona-name_right{
	float: right;
	width: 68%;
}
.company-result{
	width: 100%;
	background: #15573f;
	padding:3% 0;
}
.company-result_item{
	text-align: center;
	padding:0 2%;
}
.company-result_title{
	font-size: 24px;
	line-height: 36px;
	color: #cbdbbd;
	text-align: center;
	margin-bottom: 2%;
	font-weight: bold;
}
.company-result_number{
	font-size: 72px;
	line-height: 92px;
	color:#fff;
	font-weight: bold;
	margin-bottom: 5%;
}
.company-result_main-text{
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	color:#cbdbbd;
	text-transform: uppercase;
	margin-bottom: 7%;
	
}
.company-result_descrip-text{
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color:#cbdbbd;
}
.bxslider li,.bx-slider_right li,.banner-slide_list li,.banner-slide_list-right li{
	background: none;
	padding:0;
	margin: 0;
}
.command-gallery_item{
	padding:2% 1%;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
	width: 16%;
	vertical-align: top;
}
.command-gallery_item.gallery_main{
	margin-left: 1%;
}
.gallery-img_wrap{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border:3px solid #d9e5cf;
	position: relative;
	margin:0 auto;
	position: relative;
}

.gallery_main .gallery-img_wrap{
	border:3px solid #18674a;
}
.gallery-img_frame, .gallery-img_bottom{
	width: 180px;
	height: 180px;
	border-radius: 50%;	
	overflow: hidden;
	position: absolute;
	top:10px;
	left:10px;
}
.gallery-img_bottom{
	background: #fff;
	opacity: 0.8;
}
.command-gallery_more-info{
	position: absolute;
	color:#18674a;
	top:20px;
	bottom: 0;
	left:0;
	right: 0;
	margin: auto;

}

.command-gallery_more-info i{
	font-size: 58px;
	line-height: 78px;
	font-weight: 800;
	display: block;
}
.command-gallery_more-info span{
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	display: block;
}
.gallery-img_first{
	display: none;
}
.command-link:hover .gallery-img_first{
	display: block;
}
.command-link{
	text-decoration: none;	
}
.command-link:hover{
	text-decoration: none;
	
}
.gallery-img_frame img{
	width: 100%;
	height: 100%;
}
.command-gallery_name{
	font-weight: bold;
	text-transform: uppercase;
	color:#18674a;
	margin-bottom: 10px;
	margin-top: 20px;
}

.command-gallery_position{
	color:#242424;
}

.command-link:hover .command-gallery_text_bottom span {
	display: block;
}
.command-gallery_text_bottom span{
	font-size: 14px;
	line-height: 20px;
	color:#657b73;
	padding-top: 40px;
	position: relative;
	display: none;
}
.command-gallery_text_bottom span:before{
	content: "";
	position: absolute;
	width: 17px;
	height: 17px;
	top:15px;
	left:45%;
	background: url(../img/svg/phone.svg) no-repeat;
}
 .command-link:hover .command-gallery_item.user-gallery{
 	box-shadow: -0.5px 0px 17px -3px #8e8d8d;
 }
 .page-banner{
 	background: #15573f;
 	display: table;
 	width: 100%;
 	padding: 0;
 }
 .page-banner .page-banner_text{
 	display: table-cell;
 	vertical-align: middle;
 	padding: 3% 8%;
 	margin: 0;
 	font-size: 24px;
 	line-height: 36px;
 	color:#cbdbbd;
 }
 .page-banner_text span{
 	font-weight: 700;
 }
 .box_window,.box_menu{
	    width: 87%;
    position: fixed;
    top: 0;
    left:0;
    z-index: 15000;
    background: #fff;
    display: none;
  	padding:2.5% 7%;
}
.box_window{
	z-index: 17000;
}

.box_menu{
	padding: 0;
}

.box_window_in,.box_menu_in {
    position: relative;
    overflow-y: auto;
 
}

.search-text{
   border:2px solid #d1e1db;
   padding:1% 1%;
   width: 85%;
}
.search-button{
	margin-left: 2%;
	width: 10%;
	padding: 0.9%;
	background: #18674a;
	border: none;
	font-size: 16px;
	color:#fff;
}
.search-button:hover{
background:#15573f;
cursor: pointer;

}
.mask, .mask1{
    position: absolute;
    left:0;
    top:0;
    background: #18674a;
    opacity: 0.7;
    display: none;
    height: 100%;
    width: 100%;
    z-index: 14000;
     -webkit-filter: blur(5px);
 -moz-filter: blur(5px);
 -o-filter: blur(5px);
 -ms-filter: blur(5px);
 filter: blur(5px);
}
.mask{
	z-index: 16500;
}


.img-block.question{
	border:none;
}
.section-accordion{
	width: 100%;
	margin-top: 2%;
	margin-bottom: 3%;
}
.section-accordion_nav {
    height: auto;
    margin-bottom: 5px;
}
#accordion-item {
    display: table;
    position: relative;
    background: #d1e3f3;
    width: 95%;
    padding: 25px 3% 25px 2% ;
    color: #242424;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#accordion-item span{
	display: table-cell;
	vertical-align: middle;
	float: left;
	width: 96%;

	
}
.user-content .section-accordion_nav #accordion-item.open{
	background: #e8ede4;
}
.user-content .section-accordion_nav #accordion-item:hover{
	background: #cbdbbd;
}
.accordion-p {
	position: relative;
    display: inline-block;
    float: right;
    width: 20%;
    background: url(../img/svg/arrow_green_right.svg) no-repeat;
    transform: rotate(90deg);
    width: 7px;
    height: 12px;
    margin-top: 5px;
}
.accordion-m {
   position: relative;
    display: inline-block;
    float: right;
    width: 20%;
    background: url(../img/svg/arrow_green_right.svg) no-repeat;
    transform: rotate(-90deg);
    width: 7px;
    height: 12px;
    margin-top: 5px;
}
.accordion-text{
	position: relative;
	background: #e8ede4;
	padding: 0 5% 6% 2%;
	font-size: 20px;
	line-height: 26px;
	color:#242424;
	display: none;
}
.section-accordion_nav:nth-child(odd) #accordion-item{
	background: #fff;
}
.section-accordion_nav:nth-child(even) #accordion-item{
	background: #e8ede4;
}
.contact-form form, .contact-form_reviews form{
	width: 98%;
}
.contact-form{
	padding: 3% 0 3% 0;
	position: relative;
}
.contact-form input,.contact-form_reviews input{
	border:2px solid #d1e1db;
	height: 45px;
	padding: 0 5%;
	
}

.contact-form .form-name, .contact-form .form-mail,.contact-form_reviews .form-name,.contact-form_reviews .form-mail{
	position: relative;
	
}
.contact-form .form-name:after, .contact-form .form-mail:after,.contact-form_reviews .form-name:after, .contact-form_reviews .form-mail:after{
	content: "*";
	position: absolute;
	font-size: 24px;
	color:#18674a;
	top:10%;
	right: -8%;
}
.contact-form .form-name,.contact-form_reviews .form-name{
	width: 32%;
	margin-left: 20px;
}
.contact-form #user, .contact-form_reviews #user {
	width: 100%;

}

.contact-form .form-mail, .contact-form_reviews .form-mail{
	width: 26.3%;
	
}
.contact-form #email, .contact-form_reviews #email{
	width: 100%;
}
.contact-form .form-phone,.contact-form_reviews .form-phone{
	width: 26.5%;
	margin-right: 0;

}
.contact-form #phone,.contact-form_reviews #phone{
	width: 100%;
}
.contact-form #text, .contact-form_reviews #text{
	border:2px solid #d1e1db;
	height: 150px;
	margin-top: 20px;
	width: 96%;
	padding:1%; 
	margin-bottom: 20px;
	margin-left: 20px;
}
.contact-form textarea::-moz-placeholder, .contact-form_reviews textarea::-moz-placeholder { 
font-size: 16px;
line-height: 20px;
font-weight: 300;
color:#657b73;
font-family: 'Open Sans', sans-serif;
}

.contact-form textarea::-webkit-input-placeholder,.contact-form_reviews textarea::-webkit-input-placeholder { 
	font-size: 16px;
line-height: 20px;
font-weight: 300;
color:#657b73;
font-family: 'Open Sans', sans-serif;
}

.contact-form textarea:-ms-input-placeholder,.contact-form_reviews textarea:-ms-input-placeholder{
	font-size: 16px;
line-height: 20px;
font-weight: 300;
color:#657b73;
font-family: 'Open Sans', sans-serif;
}
.contact-form #sand,.contact-form_reviews #sand{
	float: right;
	border:none;
	background: #18674a;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	width: 170px;
	height: 50px;
	padding: 0;
}
.contact-form #sand:hover,.contact-form_reviews #sand:hover{
	background: #15573f;
}
.contact-form_star{
	padding-left: 20px;
	font-size: 14px;
	font-weight: 300;
	color:#657b73;
}
.contact-form_star span{
	font-size: 24px;
	position: static;
	margin: 0;
	padding: 0;
}
.contact-form span, .contact-form_reviews span{
	display: inline-block;
	margin-right: 5%;
	position: relative;
	
}
.contact-form .contact-form_star span, .contact-form_reviews .contact-form_star span{

	margin-right: 0;
	
	
}
/*body.error404 .page-caption,
body.error404 .breadcrumbs {
	display: none;
}*/
div.error {
	background:url("../img/404_bg.jpg");
}
div.error span.error-404 {
	/*display: inline-block;*/
	color: #f4a72f;
	font-size: 120px;
	font-weight: 500;
	/*float: left;*/
}
div.error span {
	color: #fefefe;
	font-size: 42px;
	line-height: 52px;
	font-weight: 300;
	vertical-align: middle;
	/*width: 21%;*/
	display: inline-block;
}
div.error p, div.error p a {
	font-size: 18px;
	line-height: 26px;
	color: #cbdbbd;
	padding: 0;
	letter-spacing: 0.02em;
}
div.error p a {
	font-weight: bold;
	text-decoration: underline;
}
div.error .search {
	margin-top: 6%;
	margin-bottom: 3%;
}
div.error .search-text {
	background: transparent;
}
div.error .search-button {
	background: #fff;
	color: #18674a;
	font-weight: bold;
	width: 12.5%;
}
div.error .search input::-moz-placeholder {
	color:#fff;
}

div.error .search input::-webkit-input-placeholder {
	color:#fff;
}

div.error .search input:-ms-input-placeholder{
	color:#fff;
}
.online{
	margin: 0 auto;
	padding: 45px 0 70px 0;
}
.text-star{
	font-size: 20px;
	line-height: 30px;
	color: #657b73;
}
.col-lg-8 {
	width: 66.66666667%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.col-lg-offset-2 {
	margin-left: 16.66666667%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 9%;
	padding-bottom: 11.4%;
}
.error .search-button {
	display: inline-block;
}
label{
	font-size: 16px;
	line-height: 20px;
	color: #657b73;
	font-weight: 300;
	padding-right: 35px;
}

.form-online div{
	position: relative;
	
}
/*.selecter-selected:before, */.form-online .has-request:before{
	content: "*";
	position: absolute;
	font-size: 24px;
	font-weight: 300;
	color:#18674a;
	top:40%;
	left:5px;
}

.selecter-selected:before{
	top:0;
}
.form-online .s-none:before{
	display: none;
}
.radio-button{
	margin-top: 3%;
	margin-bottom: 3%;
}
.radio:not(checked) + label {
    position: relative;
    padding: 0 35px 0 35px;
}

.radio + label {
    cursor: pointer;
}
.radio:not(checked) {
    position: absolute;
    opacity: 0;
}
.radio:not(checked) + label:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 2px solid #d1e1db;
    border-radius: 50%;
    background: #FFF;
}

.radio:checked + label:before {
	content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 2px solid #18674a;
    border-radius: 50%;
    background: #FFF;
}
.radio:checked + label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #18674a;
    opacity: 0;
    transition: all .2s;
}
.radio:checked + label:after {
    opacity: 1;
}
.form-online input[type="radio"]{
	width: 10%;
}
.form-online input[type="checkbox"]{
	width: 10%;
}
.form-online input{
	width: 95.7%;
	height: 45px;
	border: 2px solid #d1e1db;
	padding: 0 2%;
	margin-top: 20px;
	font-size: 16px;
	line-height: 20px;
	color:#15573f;

	
}
.check-button{
	margin: 30px 0 10px 0;
}
.selecter-selected{
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
}

.form-comment{
	font-size: 13px;
	line-height: 18px;
	color:#657b73;
	margin-top: 10px;
}

.form-online .online-sub{
	width: 170px;
	height: 45px;
	background: #18674a;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	border:none;
}
.form-online .online-sub:hover{
	background: #15573f;
	cursor: pointer;
	
}
/*.form-online input:focus{
	border:2px solid #c13232;
	outline: none;
}*/
.form-online input.error{
	border:2px solid #c13232;
}
.form-online input.error::-webkit-input-placeholder {color:#c13232;}
.form-online input.error::-moz-placeholder          {color:#c13232;}/* Firefox 19+ */
.form-online input.error:-moz-placeholder           {color:#c13232;}/* Firefox 18- */
.form-online input.error:-ms-input-placeholder      {color:#c13232;}

.form-online .wpcf7-validation-errors{
	border:2px solid #c7a147;
	outline: none;
	color:#f4a72f;
	font-weight: bold;
}
.user-label{
	position: absolute;

}
.form-online .form-e:before{
	top:30%;
}
.form-online label{
	display: none;
}
.radio-button label, .check-button label{
	display: inline-block;
	vertical-align: top;
}
.gallery-link{
	text-decoration: none;
	
}

.fotogallery_item.fotogallery_main {
    margin-left: 1%;
}
.fotogallery_item {
    padding: 2% 1%;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    width: 17.3%;
    vertical-align: top;
}


.fotogallery-img_wrap {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 3px solid #d9e5cf;
    position: relative;
    margin: 0 auto;
    position: relative;
    margin-bottom: 5%;
}
.fotogallery-img_frame{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: 10px;
}
.fotogallery-img_frame img {
    width: 100%;
    height: 100%;
}
.fotogallery_text{
	font-size: 13px;
	line-height: 18px;
	color:#242424;
	width: 90%;
	margin:0 auto;
}
.fotogallery_item:hover .fotogallery-img_wrap{
    border: 3px solid #18674a;
}
.filter-button{
	display: inline-block;
	vertical-align: top;
	padding: 1% 2%;
	border: 2px solid #d1e1db;
	font-size: 16px;
	color:#18674a;
	font-weight: 600;
	text-decoration: none;	
}
.filter-button:first-child{
	margin-left: 20px;
}
.filter-button{
	margin-left:20px;
	margin-bottom: 15px;
}

.filter-button:hover{
	border: 2px solid #18674a;
}
.filter-button.active-link{
	background: #18674a;
	color:#fff;
	border: 2px solid #18674a;
}
.filter{
	margin-bottom: 2%;
}
.foto-detail_wrap{
    display: inline-block;
    width: 17.3%;
    vertical-align: top;
    margin-right: 2%;
    margin-bottom: 2%;
    
    
}
.foto-detail_wrap:nth-child(5n+1){
	margin-left: 20px;
}
.foto-detail_wrap img{
	width: 100%;
	height: 100%;
	
}
.foto-detail{
	margin-top: 5%;
}
.foto-detail_cover{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #18674a;
	opacity: 0.5;
	top:0;
	left:0;
	display: none;

}
.foto-detail_frame{
	position: relative;
	width: 100%;
	height: 100%;
	
}
.foto-detail_wrap:hover .foto-detail_cover{
	display: block;
}
.foto-lupa{
	position: absolute;
	display: block;
	background: url(../img/svg/zoom.svg) no-repeat;
	width: 31px;
	height: 31px;
	bottom: 30px;
	right: 20px;
	display: none;
}
.foto-detail_frame:hover .foto-lupa{
	display: block;
}

.fotogallery_item:nth-child(5n+1){
	margin-left: 1%;
}
.fancybox-overlay {
   background: rgba(24,103,74,0.8);
}
a.fancybox{
	display: block;
}
.img-block_wrap{
	float: left;
    margin-left: 20px;
 /*   width: 16%;*/
}
.command-block_text{
	float: right;
	width: 80%;
	padding-right: 2%;
}
.command-img_wrap{
	width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 3px solid #d9e5cf;
    position: relative;
}

.command-img_frame {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: 10px;
}
.command-img_frame img{
	width: 	100%;
	height: 100%;
}
.command-detail_main{
	font-size: 	20px;
	line-height: 30px;
	color:#657b73;
}
.command-detail_contact{
	margin-top: 3%;
}
.command-detail_contact span{
	display: block;
	font-size: 	14px;
	line-height: 20px;
	color:#657b73;
	padding-left: 30px;
}
.command-detail_mail{
	margin-top: 1.5%;
}
.command-detail_contact span:before{
	content: "";
	position: absolute;
    width: 17px;
    height: 17px;
}
.command-detail_contact{
	background: url(../img/svg/phone.svg) no-repeat;
}
.command-detail_mail{
	background: url(../img/svg/email.svg) no-repeat;
}
.table-content{
	font-size: 16px; 
	line-height: 26px;
	border:none;
	margin-top: 2%;
	width: 100%;
}
.table-content td:first-child{
	color:#46856e;
	padding: 0;
	vertical-align: top;
	width: 10%;
	padding-left: 20px;
}

.table-content td{
	padding: 0 1% 3% 0;
}
.table-content tr:last-child td{
	padding-bottom: 0;
}
.green-text-banner{
	background:#cbdbbd;
	padding-bottom: 3%;
	margin-top: 2%;
}
.green-text-banner p{
	color:#15573f;
	font-size: 20px;
	line-height: 26px;
	font-style: italic;
}
.patners-list{
	margin: 0;
    padding: 0;
    display: flex;
    display: -moz-box;
    display: -o-box;
    display: -ms-flex;
    display: -webkit-box;
    box-orient: horizontal;
    -o-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
    -webkit-box-orient: horizontal;
}
.patners-wrap{
	 flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    text-align: center;
    position: relative;
    list-style-type: none;
    padding: 0;
}
.patners-table{
	padding: 5% 0;
}
.patners-wrap:first-child{
	padding-left: 20px;
}
.patners-wrap:last-child{
	padding-right:40px;
}
.patners-wrap a:hover{
	cursor: pointer;	
}
.patners-table.patners-last{
	padding-bottom: 0;
}
.patners-wrap img{
	width: 100%;
	height: auto;
}
.filter-button_news:first-child{
	margin-left: 20px;
}
.page-button{
text-decoration: none;
	padding:1% 2%;
	font-size: 16px;
	color:#18674a;
	font-weight: 600;
	border: 2px solid #d1e1db;
}
.page-button:hover{
	border: 2px solid #18674a;
}
.page-button.active-news{
	background: #18674a;
	color:#fff;
	border: 2px solid #18674a;
}
.filter-button_news{
	display: inline-block;
	vertical-align: top;
	
}

.filter-button_news{
	margin-left: 1%;
}


.filter-news{
	margin-bottom: 2%;
}
.news-wrap{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-top: 3%;	
}
.news-foto_wrap{
	display: inline-block;
	vertical-align: top;
	width: 35%;
	margin-left: 20px;
	margin-right: 20px;
}
.news-foto_frame{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;


}
.news-foto_frame img{
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	top:0;
	left:0;
}
.news-text_wrap{
	display: inline-block;
	vertical-align: top;
	width: 55%;
	padding-right: 20px;
}

.news-date{
	font-size: 13px;
	color:#657b73;
}
.news-wrap a{
	text-decoration: none;
}
.news-title{
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color:#18674a;
	margin-top: 1%;
	text-decoration: none;
}
.news-title:hover,
.news-wrap:hover .news-title{
	text-decoration: underline;
}
.news-text{
	color:#242424;
	font-size: 13px;
	line-height: 18px;
	margin-top: 1%;
}
.news-foto_cover{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background:#18674a;
	opacity: 0; 
}
.news-wrap:hover .news-foto_cover{
	opacity: 0.5;
}
.news-more{
	width: 100%;
	text-align: center;
	margin: 5% 0;
}
.news-more_button{
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	padding:1% 2%;
	font-size: 16px;
	color:#18674a;
	font-weight: 600;
	border: 2px solid #d1e1db;
	position: relative;

}
.news-more_button:hover{
	border: 2px solid #18674a;
	cursor: pointer;
	
}
.news-more_arrow{
	display: inline-block;
	width: 15px;
	height: 15px;
	transform: rotate(90deg);
	background: url(../img/svg/arrow_green_right.svg) no-repeat 7px 0;
}
.advents-price{
	text-align: center;
	margin-bottom: 3.5%;
}
.advents-price p,
.advents-price .p{
	font-size: 20px;
	line-height: 30px;
	color:#242424;
}
.advents-price span{
	font-size: 24px;
	line-height: 32px;
	color:#18674a;
}
.page-banner p{
	font-size: 24px;
	line-height: 36px;
	color:#cbdbbd;
	padding:2% 8% 0 8%;
	margin-bottom: 	1.5%;
}
.page-banner_contact, .page-banner_mail a {
	font-size: 20px;
 line-height: 30px;
 color:#cbdbbd;
}
.page-banner_mail a{
	text-decoration: none;
}
.page-banner_mail a:hover{
	text-decoration: underline;	
}
.page-banner_contact span{
 font-weight: bold; 
}

.page-banner_phone div{
	margin-bottom:5%;
}

.page-banner_icon-p{
	display: inline-block;
    background: url(../img/svg/phone.svg) no-repeat;
    width: 17px;
    height: 18px;
    padding-right:5px;
}
.page-banner_icon-m{
	display: inline-block;
    background: url(../img/svg/email.svg) no-repeat;
    width: 17px;
    height: 18px;
    padding-right:5px;
}
.page-banner_foto{
	float: right;
	width: 	30%;
	padding-right: 8%;
	padding-bottom: 4%;
}
.page-banner_mail{
	float: left;
	width: 	20%;
}
.page-banner_phone{
	padding-left: 8%;
	float: left;
	width: 	30%;
		
}
.page-banner_foto-wrap{
	display: inline-block;
	vertical-align: top;
}
.page-banner_foto-text{
	display: inline-block;
	vertical-align: middle;
	margin-top:10%;
	margin-left: 5%;	
}
.banner-img_wrap {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 3px solid #d9e5cf;
    position: relative;
    margin: 0 auto;
    position: relative;
}
.banner-img_frame {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: 10px;
}
.banner-img_frame img {
    width: 100%;
    height: 100%;
}
.page-banner_contact .page-banner_foto-text span{
 font-weight: normal; 
}

.question-banner_contact ul{
	margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    display: -moz-box;
    display: -o-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    box-orient: horizontal;
    -o-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
    -webkit-box-orient: horizontal;


}
.question-banner_contact li{
	 flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    position: relative;
    background: none;
    padding: 0;
    margin: 0;
    font-size: 	20px;
	line-height: 30px;
	color:#cbdbbd;
}
.question-banner_contact li a{
	 font-size: 	20px;
	line-height: 30px;
	color:#cbdbbd;
	font-weight: normal;
	text-decoration: none;	
}
.question-banner_contact li a:hover{
	text-decoration: underline;	
}
.question-banner_contact ul li:first-child{
	padding-left: 8%;
}
.question-banner_contact{
	padding-bottom: 3.5%;
}
.news-detail_img{
	float: left;
	width: 35%;
	padding-left: 20px;
	margin-right: 2%;	
}
.news-detail_img-wrap{
	width: 100%;
	max-height: 295px;
}
.news-detail_img-wrap img{
	width: 100%;
	max-height: 295px;
	position: relative;
	display: block;
	top:0;
	left:0;
}
.news-detail_text-wrap{
	float: right;
	width: 60%;
}
.news-detail_teg span{
	font-size: 16px;
	line-height: 30px;
	color:#657b73;
}
.news-detail_teg a{
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color:#18674a;
	text-decoration: none;
	padding-left: 15px;
}
.news-detail_teg a:hover{
	text-decoration: underline;
}
.news-detail_date span{
	font-size: 16px;
	line-height: 30px;
	color:#657b73;
	padding-right: 15px;
}
.news-detail_text-wrap h2{
	margin:0;
	padding-top: 2.5%;
}
.news-detail_text-wrap p{
	font-size: 20px;
	line-height: 30px;
	color:#657b73;
	padding: 2.5% 10% 0 0;
}
.news-detail_content{
	width: 100%;
	padding-bottom: 2%;
	border-bottom: 1px solid #d7e5ca;
}
.news-social ul{
	margin: 0;
	padding: 0;
}
.news-social ul li{
	list-style-type: none;
	background: none;
	padding-left: 5px;
}
.news-social p{
	display: inline-block;
	padding-right: 10px;
}
.news-social .ya-share2{
		display: inline-block;
		vertical-align: middle;
}
.news-social{
	padding-bottom: 2%;
	border-bottom: 1px solid #d7e5ca;
}
.news-pagination{
	padding: 5% 0;
}
.page-button.allnews{
	margin-left: 20px;
	float: left;
	
}
.page-button.prevn,.page-button.nextn{
	float: right;
	margin-right: 20px;
}
.reviews{
	width: 100%;
	padding: 3% 0;
	border-top: 1px solid #d7e5ca;
	display: flex;
    display: -moz-box;
    display: -o-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    box-orient: horizontal;
    -o-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
    -webkit-box-orient: horizontal;
}

.reviews-wrap{
	flex: auto;
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -ms-flex: auto;
    position: relative;
}
.reviews-name{
	width: 23%;
	padding-left: 40px;
	padding-right: 20px;
}
.reviews-text{
	width: 70%;
	padding-right: 40px;

}
.reviews-name{
	font-size: 14px;
	line-height: 20px;
	color:#657b73;
}
.reviews-name span{
	display: block;
	font-size: 16px;
	line-height: 26px;
	color:#18674a;
    font-weight: bold;
}
.reviews-content{
	margin-bottom: 5%;
}
.reviews p{
	margin:0;
	padding: 0;
}
.contact-form_reviews {
    padding: 3% 0 3% 0;
    position: relative;
}
.section-accordion_public {
    width: 100%;
    margin-top: 2%;
    margin-bottom: 3%;
}
.section-accordion_nav-public {
    height: auto;
    margin-bottom: 5px;
}
.section-accordion_nav-public:nth-child(odd) #accordion-item_public {
    background: #fff;
}
.section-accordion_nav-public:nth-child(odd) #accordion-item_public.opend, .section-accordion_nav-public:nth-child(odd) #accordion-item_public:hover{
	background-color: #e8ede4;
}
.section-accordion_nav-public:nth-child(even) #accordion-item_public {
    background: #e8ede4;
}
#accordion-item_public {
    display: table;
    position: relative;
    width: 95.7%;
    padding: 25px 0 25px 0px;
    color: #242424;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#accordion-item_public span {
    display: table-cell;
    vertical-align: middle;
    float: left;
    width: auto;
    padding-left: 20px;
}
.accordion-p_public {
    position: relative;
    display: inline-block;
    float: right;
    width: 20%;
    background: url(../img/svg/arrow_green_right.svg) no-repeat;
    transform: rotate(90deg);
    width: 7px;
    height: 12px;
    margin-top: 5px;
}
.accordion-text_public {
    position: relative;
    background: #e8ede4;
    padding: 0 5% 6% 2%;
    font-size: 20px;
    line-height: 26px;
    color: #242424; 
    display: none;

}
.accordion-m_public {
   position: relative;
    display: inline-block;
    float: right;
    width: 20%;
    background: url(../img/svg/arrow_green_right.svg) no-repeat;
    transform: rotate(-90deg);
    width: 7px;
    height: 12px;
    margin-top: 5px;
}

.public-list{
    width: 100%;
    margin-top: 0;
}
.public-list li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    background: none;
    width: 33%;
    text-align: center;
    margin-top: 40px;
    padding-left: 0;
}
.public-list li a{
	text-decoration: none;
}

.public-frame{
	width: 160px;
	height: 225px;
	margin: 0 auto;
	position: relative;
	
}
.public-hover{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background: #18674a;
	opacity: 0;
}
.public-list li a:hover .public-hover{
	opacity: 0.9;
}
.public-frame img{
	width: 100%;
	height: 100%;
}
.public-text span{
	display: block;
	font-size: 14px;
	line-height: 20px;
	color:#657b73;
	padding: 0 40px;
}
.public-text span:first-child{
	margin-top: 20px;
}
.public-pdf{
	position: absolute;
	width: 58px;
	height: 57px;
	opacity: 0;
	top:60px;
	left:50px;
	background: url(../img/svg/pdf.svg) no-repeat;
}
.public-list li a:hover .public-pdf{
	opacity: 1;
}
.public-frame span{
	position: absolute;
	bottom: 60px;
	width: 100%;
	display: block;
	color:#fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	opacity: 0;
}
.public-list li a:hover .public-frame span{
	opacity: 1;
}
.public-user{
	font-size: 24px;
	line-height: 30px;
	color: #242424;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 2%;
}
.exspert-filter_list{
	padding-left: 20px;
}
.exspert-filter_wrap{
	display: inline-block;
	background: none;
	margin-left: 3px;
	padding-left: 0;
}

.exspert-filter_wrap a{
	text-decoration: none;
}
.exspert-filter_wrap a:hover{
	text-decoration: underline;
	font-weight: bold;
}
.exspert-filter_wrap a{
  display: block;
  padding: 5px 10px;
  line-height: 14px;
}
.exspert-filter_wrap .f-active{
  color:#242424;
  font-weight: bold;
  background: #e8f2dd;
}
.fotoexspert_item:nth-child(5n+1) {
    margin-left: 1%;
}
.fotoexspert_item.fotoexspert_main {
    margin-left: 1%;
}

.fotoexspert_item {
    padding: 2% 1%;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    width: 17.3%;
    vertical-align: top;
}
.exspert-link {
    text-decoration: none;
}
.fotoexspert-img_wrap {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 3px solid #d9e5cf;
    position: relative;
    margin: 0 auto;
    position: relative;
    margin-bottom: 5%;
}
.fotoexspert-img_frame {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: 10px;
}
.fotoexspert-img_frame img {
    width: 100%;
    height: 100%;
}
.fotoexspert_text {
    font-size: 13px;
    line-height: 18px;
    color: #242424;
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
}
.fotoexspert_text span{
	display: block;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color:#18674a;
	text-transform: uppercase;
	margin-bottom: 5px;
}
/*.events-content{
	padding-bottom: 3%;
}*/
.events-content+.h4{
	margin-top: 3%;
}

.events-content span{
	display: block;
	font-size: 14px;
	line-height: 20px;
	color:#657b73;
	margin:35px 0 10px 20px;
}
.events-content a{
	padding: 0 40px 0 20px;
	display:block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}
.selecter-item:first-child{
    display: block !important;
}
.selecter-item.selected{
    display: none !important;
}
.filter-page_wrap{
	display: none;
}
.news-wrapper {
	padding: 0 15px;
}
.news-tags {
	margin-bottom: 3%;
}
.news-tags a,
.news-more a,
.nav-all a,
.nav-arrows a {
	display: inline-block;
	color: #18674a;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #d1e1db;
	padding: 6px 20px;
	margin: 0 5px;
}
.nav-all,
.nav-arrows {
	margin: 4% 0;
}

.thumbnail_news a {
	display: block;
}
.news-tags a:first-child {
	margin-left: 0;
}
.news-tags a:hover,
.news-tags a.active,
.news-more a:hover,
.nav-all a:hover,
.nav-arrows a:hover {
	background: #18674a;
	color: #fff;
	border: 2px solid #18674a;
}
.detail-news .news-tags {
	margin-bottom: 0;
}
.detail-news .news-tags a {
	border:none;
	padding: 6px 10px;
	margin: 0px 0px;
}
.detail-news .news-tags a:hover {
	border: none;
	background: transparent;
	color: #18674a;
	text-decoration: underline;
}
.detail-news span.news-title {
	font-size: 36px;
	line-height: 52px;
	color: #18674a;
	font-weight: 300;
	margin: 1% 0;
	display: block;
}
.detail-news span.news-title:hover {
	text-decoration: none;
}
.detail-news .news-preview {
	font-size: 20px;
	line-height: 30px;
	color: #657b73;
}
.news-wrapper .news-tags,
.news-wrapper .news-date {
	font-size: 16px;
	color: #657b73;
}
.detail-news .news-text {
	border-top: 1px solid #d7e5ca;
	border-bottom: 1px solid #d7e5ca;
	margin-top: 4%;
}
.detail-news .news-text p {
	padding-left: 0;
}
.detail-news .news-text p:last-child {
	padding-bottom: 3%;
}
.news-wrapper img {
	width: 100%;
	height: 100%;
}
.news-more a i {
    background: url(../img/svg/arrow_grey_down.svg) no-repeat;
    width: 13px;
    height: 8px;
    display: inline-block;
    margin-left: 0%;
}
.news-more:hover a i  {
    background: url(../img/svg/arrow_lightgreen_up.svg) no-repeat;
    width: 13px;
    height: 8px;
    display: inline-block;
    margin-left: 0%;
}
.user-style-editor h1, .user-style-editor h2, .user-style-editor h3, .user-style-editor h4, .user-style-editor h5, .user-style-editor h6{
    display: block;
	margin-top: 2%;
	margin-bottom: 2%;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 2%;
	margin-top: 2%;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 2%;
	margin-top: 2%;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.videogallery_item {
    padding: 0 15px;
}

.videogallery-img_frame Img {
    max-width: 100%;
}

.videogallery_text {
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
    margin-top: 12px;
    margin-bottom:30px;
}
.fancy_video{
    max-width: 100%;
    max-height: 100%;
    width: 800px;
    height: 600px;
}
.fancy_video p{
    height: 94%;
}

.fancy_video iframe {
    width: 100% !important;
    height: 100% !important;
}
 .videogallery-img_frame.video-frame {
    height: auto;
}

.fancybox-lock .fancybox-overlay{
    z-index: 99999 !important;
}
.order-selecter select{
    display: none;
}

.order-selecter .selecter-selected{
    color: transparent !important;
    float: right !important;
    width: 49px !important;
    padding: 0 !important;
    border: none !important;
    height: 58px !important;
    top: 2px !important;
    right: 1px !important;
    position: relative;
    z-index: 100;
    display: inline-block;
}
.order-selecter .selecter-selected:before{
    content:none !important;
}

#search_project{
    position: absolute;
    margin: 0  !important;
    height: 60px;
    line-height: 60px;
}

.only-print{display: none}

}

.i_file_req{
    border: none !important;
    height: 45px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    top: 22px !important;
    right: 0 !important;
    width: 0 !important;
    opacity: 0 !important;
    cursor: pointer !important;
    padding-left: 45px !important;
}

.fileicon{
    background: url("../img/svg/attach.svg") no-repeat right 10px top 10px;
    background-size: auto 25px;
}

.more-info_eng{
	position: absolute;
	display: block;
	width: 60%;
	height: 85px;
	padding: 0;
	top:0;
	left:0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 20;
	background-color: #fff;
	font-size: 18px;
    line-height: 85px;
    text-align: center;
    color: #18674a;
    font-weight: bold;
    text-transform: uppercase;
}
.info-company.info-company_eng{
	padding-bottom: 0;
}
.top-navig.full_width{
	width: 100%;
}
.info-company_title.next_color{
	    color: #18674a;
}
.more-info_wrap-eng img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.more-info_wrap-eng{
	padding: 0 15px;
	position: relative;
}
.more-info_text-wrap.more-info_text-wrap_eng .info-text{
    text-align: center;
}
.more-info_wrap-eng .info-text{
	text-decoration: underline;
}
.more-info_wrap-eng:hover .info-text{
	text-decoration: none;
}

.programm__element .subtitle-wrap{
	width: 100%;
	box-sizing: border-box;
	padding:0;
}
@media print{
    header, footer, .no-print{
        display: none !important;
    }
    .show-print{
        display: block !important;
    }
}