header{
	margin-bottom:35px;
}
.page-home header{
	top:0;
	right:0;
	left:0;
	z-index:5;
	position:absolute;
	border:0;
	margin-bottom:0;
}
.page-home header.header{
	margin-bottom:0;
}
.page-home #hdr_logo img{
	filter: brightness(0) invert(1);
}
.page-home .hdr_menu .menu_horz li a{
	color:#ffffff;
}
.moduletable-first-screen{
    position: relative;
    margin-bottom: 35px;
}
.moduletable-first-screen:after{
    content: "";
    position: absolute;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
    width: 31px;
    height: 48px;
    background: url("../images/mouse.svg") no-repeat 0 0;
}
.moduletable-first-screen .container{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.moduletable-first-screen .container .row{
	height:100%;
}
.pulse-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 0;
  border: none;
  background: #ffffff;
  position: relative;
  cursor: pointer;
  outline: none;
  z-index: 1000;
  text-decoration:none; 
}
.pulse-button:before{
	content:"";
	position:absolute;
	top:-30px;
	right:-30px;
	bottom:-30px;
	left:-30px;
	background:rgba(255,255,255,0.3);
	border-radius:50%;
}
.pulse-button:hover .pulse-button__text {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}
.pulse-button__rings {
	position: absolute;
	height: auto;
	width: auto;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 50%;
	top:-30px;
	right:-30px;
	bottom:-30px;
	left:-30px;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-name: pulse_1;
	animation-name: pulse_1;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	z-index: -1;
}
.pulse-button__rings:nth-child(2) {
	-webkit-animation-name: pulse_2;
	animation-name: pulse_2;
}
.pulse-button__rings:nth-child(3) {
	-webkit-animation-name: pulse_3;
	animation-name: pulse_3;
}
.moduletable-first-screen .box-intro__video {
    /* position: absolute; */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
    background: url("../images/intro.jpg") no-repeat center;
    background-size: cover;
}
.moduletable-first-screen .box-intro__video video {
    width: 100%;
    margin-bottom: -1%;
}
.moduletable-first-screen .box-intro__lay {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: -o-linear-gradient(0deg, rgba(51, 31, 20, 0.6) 0%, rgba(61, 37, 24, 0.6) 47%, rgba(51, 31, 20, 0.6) 100%);
    background: linear-gradient(0deg, rgba(51, 31, 20, 0.6) 0%, rgba(61, 37, 24, 0.6) 47%, rgba(51, 31, 20, 0.6) 100%);
}
@-webkit-keyframes pulse_1 {
	from {
		opacity: 0.8;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(1.7, 1.7);
		transform: scale(1.7, 1.7);
	}
}
@keyframes pulse_1 {
	from {
		opacity: 0.8;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(1.7, 1.7);
		transform: scale(1.7, 1.7);
	}
}
@-webkit-keyframes pulse_2 {
	from {
	opacity: 0.8;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(1.9, 1.9);
		transform: scale(1.9, 1.9);
	}
}
@keyframes pulse_2 {
	from {
		opacity: 0.8;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(1.9, 1.9);
		transform: scale(1.9, 1.9);
	}
}
@-webkit-keyframes pulse_3 {
	from {
		opacity: 0.8;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(2.5, 2.5);
		transform: scale(2.5, 2.5);
	}
}
@keyframes pulse_3 {
	from {
		opacity: 0.8;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(2.5, 2.5);
		transform: scale(2.5, 2.5);
	}
}
.pulse-button__icon {
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/play.svg") center center no-repeat;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-left: 5px;

}
.pulse-button__text {
  display: block;
  width: 60px;
  height: 30px;
  color: #fff;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top:-30px;
  left:-70px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 1px;
}
.moduletable-first-screen .info-box{
	display:flex;
	justify-content:center;
	flex-direction:column;
}
.moduletable-first-screen .info-box .page-header{
	color:#ffffff;
	font-family: 'Circon Logo';
}
.moduletable-first-screen a.item_link{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    line-height: 1.2em;
    padding: 16px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background: hsla(0, 0%, 100%, 0.0);
    text-decoration: none;
    position: relative;
}
.moduletable-first-screen a.item_link:hover{background: hsla(0, 0%, 100%, 0.3);}
.moduletable-first-screen a.item_link span{
	position:relative;
	z-index:9; 
	font-size: 16px;
	text-transform: uppercase;
	font-weight:bold;
}

.moduletable-first-screen .video-box{
	display:flex;
	align-items:center;
	justify-content:center;
}
.moduletable-first-screen .social_links{
	position: absolute;
	right: 9px;
	bottom: 68px;
	left: 9px;
}
.moduletable-first-screen .social_links a{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
	background:rgba(255,255,255,0.3);
	border-radius:50%;
}
.moduletable-first-screen .social_links a + a{
	margin-left:12px;
}
.moduletable-first-screen .social_links a:hover{
	background:rgba(255,255,255,0.9);
}
a.hdr_menu_switcher_link{
	display:block;
	width:26px;
	height:40px;
	cursor:pointer;
	position:relative;
	z-index:2;
	line-height:1;
	flex-shrink:0;
}
.hdr_menu_switcher_link_icon{
	font-size:26px;
}
.page-home .menu-toggler__bar{
	background:#ffffff;
}
.menu-toggler__bar{
	display:block;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	background:#114335;
	height:2px;
	margin-top:-1px;
	transition:all 0.3s ease;
}
.menu-toggler__bar:first-child{
	margin-top:0;
	top:30%;
}
.menu-toggler__bar:last-child{
	margin-top:0;
	top:auto;
	bottom:30%;
}
.active .menu-toggler__bar:first-child{
	opacity:1;
	top:50%;
	transform:rotate(135deg);
}
.active .menu-toggler__bar:last-child{
	opacity:1;
	top:50%;
	transform:rotate(-135deg);
}
.active .menu-toggler__bar{
	opacity:0;
}
.blog-featured{}
.blog-featured .items-leading{}
.blog-featured .items-leading .num{
    color: #114335;
    font-size: 32px;
    margin-bottom: 15px;
    font-family: 'Circon Text Bold';
    line-height: 100%;

}
.blog-featured .items-leading .desc{
	color:#808080;
	line-height: 120%;
}
.production-sect{}
.production-sect a{
	position:relative;
	border-radius:10px;
	overflow:hidden;
	text-decoration:none;
	color:#ffffff;
}
.production-sect a:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:url("../images/cat_bg.png") repeat-x 0 bottom;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.production-sect a:hover:before{
	background-color:rgba(0,0,0,0.1);
	box-shadow:inset 0 0 90px rgba(0,0,0,0.45);
}
.production-sect a span{
	position:absolute;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	font-family: 'Circon Text Medium';
	line-height:120%;
}
.production-sect img{
	object-fit:cover;
	width:100%;
}
.feed-item figure{
	margin:0;
	width:100%;
	display:block;
}
.feed-item img{
	display:block;
	margin-right:auto;
	margin-left:auto;
}
.feed-item > a{
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position:relative;
	text-decoration:none;
} 
.feed-item.clients-item img {
    /* filter: grayscale(); */
}
.feed-item.clients-item:hover img {
    filter: none;
}
.feed-item > a:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	/* box-shadow:inset 0 0 25px rgba(0,0,0,0.1); */ 
	z-index:9;
}
.feed-item > a > *{
	position:relative;
}
.feed-box .slick-slide{
	display:flex;
	justify-content: center;
	align-items: center;
	padding-right:9px;
	padding-left:9px;
}
.feed-box .slick-list{
	margin-right:50px;
	margin-left:50px;
}
.feed-box.news-box .slick-list{
	margin-right:-9px;
	margin-left:-9px;
}
.feed-box .slick-slide > div{
	width:100%;
}
.slick-arrow{
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	display:flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1); 
	width: 48px;
	height: 48px;
	z-index:9;
	cursor:pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow:hidden;
} 
.ctrl-prev.slick-arrow{
    left: 0;
    background: url("../images/prev.svg") no-repeat center center;

}
.ctrl-next.slick-arrow{
    right: 0;
    background: url("../images/next.svg") no-repeat center center;

}
.feed-item.news-item img{
    object-fit: cover;
    width: 100%;
} 
.news-info{
	width:100%;
	text-align:left;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:flex-start;
}
.news-info .title{
    line-height: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #000000;
    display: block;
    width: 100%;
}
.news-info .date{
    color: #989898;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    width: 100%;
}
.feed-item > a:hover .news-info .title{
	color:#114335;
}
.feed-item > a:hover .news-info .date{
	color:#000000;
}
.see_all{
	margin-top:35px;
}
.see_all a{
    border: 1px solid rgba(0,0,0,0.25);
    border-radius: 5px;
    width: 215px;
    padding: 15px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    text-align: center;
    font-family: 'Circon Text Medium';
    position: relative;
    overflow: hidden;
}
.see_all a:before{
	width:100%;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	background: rgba(0,0,0,0.05);
	content: "";
	position: absolute;
	opacity: 0;
	perspective-origin: 50% 50%;
	transform: rotateX(45deg);
	transition: opacity .2s ease, transform .3s ease 0s;
	transform-origin: 50% 50%;
	transform-style: preserve-3d;
}
.see_all a:hover:before {
	opacity: 1;
	transform: rotateX(0);
	transition: opacity .2s ease 0s, transform .3s ease 0s
}
footer{
    margin-top: 30px;
    background: #ebecf2;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000000;
    font-size: 14px;
}
footer a{
	color:#000000;
	text-decoration:none;
}
footer a:hover{
	color:#000000;
	text-decoration:none;
}
footer a.ftr-link{
	text-transform:uppercase;
}
.after_footer .social_links{
	display:flex;
	justify-content:center;
	align-items:center;
}
.after_footer .social_links a{
	display:block;
	width:55px;
	height:55px;
	border-radius:55px;
	overflow:hidden;
	background-color:rgba(255,255,255,1);
}
.after_footer .social_links a:hover{
	box-shadow:inset 0 0 15px rgba(0,0,0,0.5);
}
.after_footer .social_links a + a{
	margin-left:10px;
}
.product-list{
	counter-reset: heading;
}
.product-list > div:nth-child(3) .item-image:after{
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.product-list .item-image{
	position:relative;
	float:none;
}
.product-list .item-image:before{
    counter-increment: heading;
    content: "0" counter(heading);
    font-size: 90px;
    font-family: 'Circon Text Medium';
    position: absolute;
    bottom: -20px;
    left: -13px;
    color: #ffffff;
    line-height: 100%;
    z-index: 2;
}
.product-list .page-header{
	
}
.product-list .page-header h2{
	margin:0;
}
.product-list a{
	display:block;
	color:#252426;
	text-decoration:none;
	line-height:100%;
}
.product-list .page-header h2 a{
	margin-top:15px;
	font-family: 'Circon Text Medium'; 
}
.product-list .item:hover .page-header h2 a{
	color:#114335;
}
#produktsiya .container-small{
	position:relative;
}
.page-small header{
	position:relative;
	z-index:5;
	background:#ffffff;
}
.container-small.page-contact.container{
	max-width:100%;
}
.contact-item{
	position:relative;
}
.contact-item .simpleForm2{
	margin:30px 0 0;
}
.contact-item .contact-info{}
.contact-item .sf2-form-group{
	margin:0 0 25px;
}
.contact-item .sf2-form-group:last-child{
	margin-bottom:0;
}
.contact-item .sf2-form-group + .sf2-form-group {
	margin-top:0;
}
.contact-item .sf2-form-item{
	position:relative;
}
.contact-item .sf2-form-group .sf2-form-label-wrap label{
	font-weight:normal;
	background:#ffffff;
	padding:3px 5px;
	position:absolute;
	color:#808083;
	font-size:10px;
	text-transform:uppercase;
	top:-10px;
	left:15px;
}
.contact-item .sf2Style-default .sf2-form-group input.sf2-element, 
.contact-item .sf2Style-default .sf2-form-group select.sf2-element{
	border: 1px solid #cbcbcb;
	color: #555;
	border-radius: 5px;
	height:60px;
	line-height:60px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	padding:0 15px;
}
.contact-item .sf2Style-default .sf2-form-group textarea.sf2-element {
	border: 1px solid #cbcbcb;
	color: #555;
	border-radius: 5px;
	height:100px;
	resize:none;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	padding:15px; 
}
.contact-item .sf2-checkbox-label{}
.contact-item .sf2Style-default button.sf2-element[type="submit"] {
	font-weight:normal;
	border-radius:3px;
	background:#9c9ea0;
	width:275px;
	height:60px;
	line-height:60px;
	padding:0;
	font-family: 'Circon Text Medium';
}
#page .contact-item .contact-info .page-header.tac{
	font-family: 'Circon Text Medium';
}
.contact-item .contact-info .page-header.tac{
	text-align:left;
	font-size:32px;
	margin-bottom:15px;
}
.contact-item .contact-info .c-item{
    margin-bottom: 25px;
    padding-left: 30px;
    position: relative;
}
.contact-item .contact-info .c-item:before{
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    display: block;
    background-size: cover !important;
    top: 3px;
    left: 0;
}
.contact-item .contact-info .c-adress:before{
    background: url("../images/contact/map.svg") no-repeat 0 0;
}
.contact-item .contact-info .c-phone:before{
	background:url("../images/contact/phone.svg") no-repeat 0 0;
}
.contact-item .contact-info .c-mail:before{
	background:url("../images/contact/mail.svg") no-repeat 0 0;
}
.contact-item .contact-info .c-time:before{
	background:url("../images/contact/clock.svg") no-repeat 0 0;
} 
.contact-item .contact-info .c-item .value,
.contact-item .contact-info .c-item .value a{
    font-family: 'Circon Text Medium';
    color: #000000;
    font-size: 18px;
    color: #19181a;
}
.contact-item .contact-info .c-item span{
	display:block;
}
.col-auto.sf2-contact{
	padding:0;
}
.map-sect{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
}
.about-us header{
	margin:0;
}
#fs-about{
    position: relative;
    margin-bottom: 50px;
}
#fs-about #breadcrumb{
	position:absolute;
	top:0;
	right:0;
	left:0;
}
.fs-container .info-box{
	display:flex;
	justify-content:center;
	flex-direction:column;
	color:#808080;
}
.flag-box{
	display:flex;
	align-items:flex-end;
	justify-content:flex-end;
}
.blog-small.page-portfolio{}
.blog-small.page-portfolio .pull-left.item-image{
	float:none;
	position:relative;
	border-radius:10px;
	overflow:hidden;
}
.blog-small.page-portfolio .pull-left.item-image:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.3), transparent);;
}
.blog-small.page-portfolio .pull-left.item-image img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.portfolio-item{
	position:relative;
	margin-bottom:20px;
}
#page .portfolio-item .portfolio-page-header{
    font-family: 'Circon Text Medium';
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 25px;
}
.portfolio-item .portfolio-info{
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    background: transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.portfolio-item .introtext{
	color:#ffffff;
	opacity:0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.portfolio-item:hover .introtext{
	opacity:1;
}
.portfolio-item .introtext p {
    margin-bottom: 0.9em;
}
.portfolio-item .portfolio-info a.readmore{
	margin-top:auto;
	border:1px solid rgba(255,255,255,0.25);
	border-radius:5px;
	width:180px;
	height:55px;
	display:flex;
	align-items:center;
	justify-content:center;
	text-decoration:none;
	font-size:17px;
	font-family: 'Circon Text Medium';
	color:#ffffff;
	text-transform: uppercase;
	opacity:0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position:relative;
	overflow:hidden;
}
.portfolio-item:hover .portfolio-info a.readmore{
	opacity:1;
}
.portfolio-item .portfolio-info a.readmore:before{
	width:100%;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	background: hsla(0, 0%, 100%, .3);
	content: "";
	position: absolute;
	opacity: 0;
	perspective-origin: 50% 50%;
	transform: rotateX(45deg);
	transition: opacity .2s ease, transform .3s ease 0s;
	transform-origin: 50% 50%;
	transform-style: preserve-3d;
}
.portfolio-item .portfolio-info a.readmore:hover:before{
	opacity: 1;
	transform: rotateX(0);
	transition: opacity .2s ease 0s, transform .3s ease 0s
} 
.portfolio-item dl.fields-container{
	color:#ffffff;
	margin:0;
}
.portfolio-item dl.fields-container dd{
	margin:0;
}
.portfolio-item dl.fields-container dd span{
	display:block;
	margin-bottom:10px;
}
.slajdshou-box, .history_box, .strategic_priorities, .rukovodstvo-box, .zakazchiki-box{
	margin-bottom:50px;
}
.slajdshou-box .item-thumbnails{
	flex:0 0 100%;
	max-width:100%;
}
.slajdshou-box .item-thumbnails a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0 0 5px rgba(0,0,0,0.3); */
    /* margin-top: 5px; */
    /* margin-bottom: 5px; */
    position: relative;
}
.slajdshou-box .item-thumbnails a .title{
	position:absolute;
	bottom: 50px;
	left: 50px;
	font-size:32px;
	color:#ffffff;
	font-family: 'Circon Text Medium';
}
.slajdshou-box .item-thumbnails a img{
    width: 100%;
    object-fit: cover;
    max-height: 480px;
}
.slajdshou-box .item-thumbnails a:before {
    content: "";
    background: url(../images/zoom.svg) no-repeat center;
    display: block;
    position: absolute;
    height: 48px;
    width: 48px;
    background-size: contain;
    bottom: 38px;
    left: 40px;
    opacity: 0.5;
}
.slajdshou-box .item-thumbnails a:hover:before {
    opacity: 1;
}
.ctrl-portfolio{
	position:absolute;
	top:auto;
	transform:translateY(0);
	right:50px;
	bottom:50px;
	border-radius:4px;
	background:transparent;
	box-shadow:none;
	border:1px solid #ffffff;
	color:#ffffff;
	font-size:26px;
	opacity:0.3;
}
.ctrl-portfolio:after, .fa-chevron-up:after, .ctrl-icon.ctrl-up.ctrl-angle:after, .ctrl-icon.ctrl-down.ctrl-angle:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("../images/arrow.svg") no-repeat center center rgba(255, 255, 255, 0);
    background-size: 25px;
    content: "";
    position: absolute;

}
.fa-angle-left.ctrl-portfolio:after{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("../images/arrow.svg") no-repeat center center rgba(255, 255, 255, 0);
    background-size: 25px;
    content: "";
    position: absolute;
    transform: rotate(180deg)

}
.fa-chevron-up:after, .ctrl-icon.ctrl-up.ctrl-angle:after, .ctrl-icon.ctrl-down.ctrl-angle:after {
    transform: rotate(270deg);
    background-size: 20px;
}
.ctrl-icon.ctrl-up.ctrl-angle:after {
    margin-top: -1px;

}
.ctrl-icon.ctrl-down.ctrl-angle:after {
    transform: rotate(90deg);
    margin-top: 1px;

}
.ctrl-portfolio:hover{
	opacity:1;
}
.fa-angle-left.ctrl-portfolio{
	right:110px;
}
.portfolioArticleBody{
	margin-bottom:50px;
}
.portfolioArticleBody .title{
	font-family: 'Circon Text Medium';
	font-size:24px;
	margin-bottom:15px;
	color:#000000;
}
.portfolio-description {
    text-align: justify;
}
.sroki-stroitelstva{}
.sroki-stroitelstva .value{
	font-family: 'Circon Text Medium';
	font-size:18px;
	color:#000000;
}
.sostav-poezda ul{
	margin:0;
	padding-left:15px;
}
body.page-prdt header{
	z-index:9;
	position:relative;
	background:#ffffff;
}
.img-prdt img{
	display:block;
	width:100%;
	margin-right:auto;
	margin-bottom:25px;
	margin-left:auto;
}
.img-prdt .pull-left.item-image{
	float:none;
	width:100%;	
}
.gallery-box{
	margin-bottom:50px;
}
.gallery-box .item-thumbnails{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex:0 0 50%;
	max-width:50%;
	margin-bottom:18px;
}
.prdt-container-block h1.page-header{
	display:flex;
	align-items:center;
	position:relative;
	padding-left:25px;
}
[data-readmore] {
transition: height 200ms;
overflow: hidden;
}
a.t-text:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    margin-top: -100px;
    background: linear-gradient(rgba(255, 255, 255, 0), #fff);
}
a.t-text.read-less:before {
    display: none;
}
a.t-text {
    color: #114335;
    text-decoration: none;
    font-family: 'Circon Logo';
}
.gallery-box .container a {
    width: 100%;
    display: block;
}
.gallery-box .container img:not([src$='.svg']){
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prdt-container-block h1.page-header:before{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	background:#114335;
	width:4px;
	height:100%;
}

a.go_contact{
    margin: 0 0 50px;
    border-radius: 5px;
    background-color: rgba(227, 227, 227, 0.7);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 250px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #010101;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Circon Text Medium';
}
a.go_contact.go_portfolio{
	margin-top:35px;
}
.container-prdt.container{
	max-width:100%;
	padding:0;
}
.gallery-box{
	position:relative;
	background:#ffffff;
	z-index:10;
	padding-top:35px;
}
.column-news{
    margin-bottom: 35px;
}
.column-news .pull-left.item-image{
	float:none;
	margin:0 0 15px;
}
.column-news .page-header{
	margin-bottom:15px;
}
.column-news .page-header h2{
	margin:0;
}
.column-news .page-header h2 a{
	text-decoration:none;
	color:#010101;
	font-family: 'Circon Text Medium';
	font-size:20px;
	display:block;
	line-height:120%;
}
.column-news{}
.about-num-box{
    margin-bottom: 50px;
}
.about-num-box .row{}
.about-num-box div[class*="col-"]{
	margin-bottom:18px;
}
.about-num-box .inner{
	border-radius:7px;
	height:100%;
	display:flex;
	flex-direction: column;
    align-items: flex-start;
	justify-content: center;
}
.about-num-box .inner .page-header, .prdt-container-block .page-header h2{
    font-family: 'Circon Text Bold' !important;

}
.about-num-box .inner.geo-2,
.about-num-box .inner.geo-3,
.about-num-box .inner.geo-4,
.about-num-box .inner.geo-7,
.about-num-box .inner.geo-2 .page-header,
.about-num-box .inner.geo-3 .page-header,
.about-num-box .inner.geo-4 .page-header,
.about-num-box .inner.geo-7 .page-header{
	color:#ffffff;
}
.about-num-box .description{}
.about-num-box .inner{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.about-num-box .inner.geo-1{
	background-color:#f2f3f7;
}
.about-num-box .inner.geo-2{
    background-image: url("../images/num-1-new.jpg");

}
.about-num-box .inner.geo-3{
	background-color:#114335;
}
.about-num-box .inner.geo-4{
    background-color: #114335;
}
.about-num-box .inner.geo-5{
	background-color:#ffffff;
}
.about-num-box .inner.geo-6{
	background-color:#f2f3f7;
}
.about-num-box .inner.geo-7{ 
	background-image:url("../images/num-2.jpg");
}
.mdl-title{
	color:#19181a;
}
.custom.nav-bar{}
.custom.nav-bar ul{
	margin:0;
	padding:0;
	list-style:none;
}
.custom.nav-bar ul li{
	position:relative;
}
.custom.nav-bar ul li a{
	color:#808080;
} 
.history_box{
	margin-bottom:50px;
}
.vert-slide-item > div > div:first-child img,
.vert-slide-item > div > div:first-child:before {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.vert-slide-item > div > div:first-child:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    width: calc(100% - 18px);
    height: 100%;
}
.history_box .ctrl-up.ctrl-abs {
	top: 15px;
}
.history_box .ctrl-down.ctrl-abs {
	bottom: 15px;
	top:auto;
}
.history_box .ctrl-abs:hover{
	color:#ffffff;
}
.ctrl-md.ctrl-abs {
	position: absolute;
	z-index: 10;
	width: 50px;
	height: 50px;
	border: 2px solid;
	line-height: 50px;
	border-radius: 50px;
	background:transparent;
	font-size: 16px;
	font-weight: bold;
}  
.ctrl-up.ctrl-abs {
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.ctrl-md {
	display: inline-block;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 21px;
	color: #cdcdcd;
	cursor: pointer;
	-webkit-transition: color .2s ease-out;
	transition: color .2s ease-out;
}
.ctrl-dots {
	list-style: none;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	width: 100%;
	line-height: 1;
	padding: 0;
	text-align: center;
}
.vert-slide-item .row div[class*="col-"] {
	display: flex;
	align-items: center;
}
#aboutMenu{
	position:relative;
}
#aboutMenu.about_fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	animation: fadeOut ease 1s;
	-webkit-animation: fadeOut ease 1s;
	-moz-animation: fadeOut ease 1s;
	-o-animation: fadeOut ease 1s;
	-ms-animation: fadeOut ease 1s;
	background:#114335;
	z-index:99;
}
.about_fixed.custom.nav-bar ul li a{
	color: #ffffff;
	line-height:50px;
}
@keyframes fadeOut{
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeOut{
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeOut{
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeOut{
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeOut{
  0% {opacity:0;}
  100% {opacity:1;}
}
.rukovodstvo-box{
	margin-bottom:50px;
}
.rukovodstvo-box.sertifikaty .thumbnail {
    border-style: solid;
    border-image-width: 25px;
    border-image-source: url("../images/sert-border.jpg");
    border-image-slice: 30;
    border-image-repeat: round;
    padding: 23px;
}
.rukovodstvo-box .thumbnails-box .item-thumbnails{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.rukovodstvo-box .thumbnails-box a{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-decoration:none;
	color:#252426;
}
.rukovodstvo-box .thumbnails-box img{
	border-radius: 7px;
	background-color: rgb(37, 36, 38);
	width:100%;
	object-fit:cover;
	object-position:center top;
	overflow:hidden;
}
.rukovodstvo-box.sertifikaty .thumbnails-box img {
    border-radius: 0px;
    object-position: center;
}
.rukovodstvo-box .thumbnails-box .gall-info {
    padding: 15px 0px 0px 10px;
}
.rukovodstvo-box.sertifikaty .thumbnails-box .gall-info {
    display: none;
}
.rukovodstvo-box .thumbnails-box a .title{
	font-family: 'Circon Text Medium';
	line-height:110%;
	margin-top:10px;
	margin-bottom:10px;
	display: flex;
	align-items:center;
}
.rukovodstvo-box .thumbnails-box a .desc{
	color:#818181;
}
.rukovodstvo-box > .container{
	max-width:100%;
}
.rukovodstvo-box .slick-list{
	margin-right:-9px;
	margin-left:-9px;
}
.rukovodstvo-box .slick-arrow{
    border-radius: 3px;
	box-shadow:none;
	width: 58px;
    height: 58px;
	overflow: inherit;
	background:transparent;
    border:1px solid rgba(37, 36, 38, 0.25);
}
.rukovodstvo-box .slick-arrow:before{
	content:"";
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	width:59px;
	height:19px;
}  
.rukovodstvo-box .ctrl-next.slick-arrow:before{
	background: url("../images/long-next.png") no-repeat center center;
	left:-25px;
} 
.rukovodstvo-box .ctrl-prev.slick-arrow:before{
	background: url("../images/long-prev.png") no-repeat center center;
	right:-25px; 
}
.strategic_priorities{}
 
.strategic_priorities img{
    max-width: 128px;
}
.strategic_priorities .title{
    font-family: 'Circon Text Medium';
    line-height: 110%;
    color: black;
}
.strategic_priorities ul{
	margin:0;
	padding-left:15px;
	color:#666666;
}
.proizvodstvo-box.slajdshou-box .item-thumbnails a .gall-info .desc{
    margin-top: 15px;
}
.proizvodstvo-box.slajdshou-box .item-thumbnails a .gall-info .title,
.proizvodstvo-box.slajdshou-box .item-thumbnails a .gall-info .desc{
	position:relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}
.proizvodstvo-box.slajdshou-box .item-thumbnails a .gall-info{
	position:absolute;
	bottom: 50px;
	left: 50px;
	color: #ffffff;
	max-width:480px;
}
.zakazchiki-box{}
.zakazchiki-box .thumbnail{
	height:100%;
	margin-bottom:20px;
}
.zakazchiki-box .thumbnail a{
	display: flex;
	align-items:center;
	justify-content:center;
	height: 100%;	
}
.zakazchiki-box .thumbnail img{
	object-fit:contain;
	padding:15px;  
}
.zakazchiki-box .thumbnail{}
.page-news .item-image {
    width: 100%;
    margin-bottom: 50px;
}
.page-news .item-image img {
    width: 100%;
    display: block;
}
.avPlayerBlock {
	width: 100% !important;
	position: relative !important;
	padding: 0 0 56% 0 !important;
	margin-bottom: 20px
}
.avPlayerBlock iframe, .avPlayerBlock video {
	position: absolute !important;
	top: 0;
	left: 0;
	min-width: 100% !important;
	width: 100% !important;
	max-width: 100%;
	height: 100% !important
}
.vacancy h1 {
    text-align: center;
}
.vacancy .title {
    text-align: center;
    font-size: 18px;
}
.vacancy .need {
    max-width: 1000px;
    margin: auto;
    margin-bottom: 50px;
}
.vacancy .need .item .image {
    order: 1;
}
.vacancy .need .item .image > div img {
    width: 100%;
    max-width: 200px;
    display: block;
    margin: auto;
}
.vacancy .need .item .description {
    order: 2;
}
.vacancy .need .item .description > div {
    max-width: 500px;
    text-align: center;
}
.vacancy .need .item .description > div .header {
    font-family: 'Circon Logo';
    font-size: 24px;
    color: black;
    line-height: 1.1em;
    margin-bottom: 15px;
}
.vacancy .need .item .description > div .text {
    font-size: 16px;
    margin-bottom: 15px;
}
.vacancy .category-desc h2 {
    line-height: 1.3em;
    margin-bottom: 30px;
}
.vacancy > h2 {
    margin-top: 60px;
    line-height: 1.3em;
    margin-bottom: 0px;
    text-align: center;
}
.vacancy .items-leading .prdt-container-block {
    margin-bottom: 50px;
}
.vacancy .items-leading .prdt-container-block .page-header {
    margin-bottom: 10px;
}
.vacancy .items-leading .prdt-container-block p {
    color: black;
    margin-bottom: 0.2em;
}
.vacancy .items-leading .prdt-container-block ul {
    margin-left: 0px;
    padding-left: 30px;
}
.vacancy .items-leading .prdt-container-block [data-readmore] {
    margin-bottom: 20px;
}
.moduletable.hr {
    background: #114335;
    color: white;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.moduletable.hr .title {
    margin: 10px 0px 30px;
    font-family: 'Circon Logo';
}
.moduletable.hr p {
    margin-bottom: 1em;
}
.moduletable.hr p a {
    color: white;
    border-bottom: 1px solid;
}
.moduletable.hr p a:hover {
    text-decoration: none;
    border: rgba(17, 34, 51, 0);
}
.moduletable.hr p span {
    font-size: 1.2em;
    font-weight: bolder;
}
@media (min-width: 1024px){
    .vacancy .title, .blogsmall.vacancy > h2 {
        font-size: 26px;
    }
    .vacancy .need .item .image > div img {
        max-width: 400px;
    }
    .vacancy .need .item:nth-child(even) .image {
        order: 2;
    }
    .vacancy .need .item:nth-child(even) .description {
        order: 1;
        padding-left: 80px;
    }
    .vacancy .need .item .description > div .header {
        font-size: 36px;
        margin-bottom: 25px;
    }
    .vacancy .need .item .description > div .text {
        font-size: 18px;
    }
    .vacancy .need .item .description > div {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        text-align: left;
    }
    .vacancy .need .item:nth-child(4) .description > div .header {
        max-width: 500px;
    }
    .vacancy .need .item:nth-child(2) .description > div {
        max-width: 450px;
    }
    .moduletable.hr {
        padding: 50px;
    }
    .moduletable.hr .title, .blogsmall.vacancy > h2 {
        font-size: 36px;
    }
    .moduletable.hr p {
        font-size: 18px;
    }
}
@media (min-width: 1280px){
    .vacancy .need .item .description > div .header {
        font-size: 42px;
        max-width: 400px;
    }
    .vacancy .category-desc h2, .vacancy .page-header h1 {
        margin-bottom: 60px;
    }
    #vakansii h1 {
        font-size: 42px;
    
    }
}