
@font-face { 
	font-family: avanti; 
	src: url('../inc/fonts/avanti.ttf');
}
body {
	margin: 0;
	padding: 0;
	font-family: avanti;
}
.menu .item {
	transition: color .1s linear;
	position: relative;
	padding: 15px 5px;
}
/*.menu .item:hover::before {
	transform: scaleX(1);	
}*/
.submenu {
	display: none;
	position: absolute;
	z-index: 99;
	background: white;
	padding: 15px;
}
.menu .item:nth-child(1):hover .submenu {
	display: block;
}
.active_header_menu::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 15%;
	background-color: #0068bc;
	transition: width;
	width: 50%;
	height: 2px;
	margin-right: 5px;
}
.carousel .owl-carousel .item {
	z-index: 0;
	height: 550px;
	background-size: cover;
	background-repeat: no-repeat;
}
.carousel .owl-carousel .item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	z-index: -1;
}
.inner_slider_content h4 {
	line-height: 1;
	font-weight: 800;
	letter-spacing: -.03em;
	color: #fff;
	font-weight: 900
	margin-bottom: 25px;
}
.inner_slider_content h4 span::after {
    content: "";
    display: block;
    background-color: #0068bc;
    width: 100%;
    height: 25px;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.inner_slider_content div {
	color: rgba(255, 255, 255, .7);
	margin: 35px 0;
}
.inner_slider_content a, #client .read_more {
	background-color: #c3f043;
	padding: 15px 25px;
	font-weight: 900;
	color: #000;
}
.columns_after_slide .icon .fa-hard-hat,  .columns_after_slide .icon .fa-building, .columns_after_slide .icon .fa-atom, .columns_after_slide .icon .fa-truck-moving{
	font-size: 5rem;
	color: #0068bc;
}
.columns_after_slide .title {
	font-weight: 900;
    font-size: 16px;
}
.columns_after_slide .read_more {
	font-weight: 900;
	font-size: 14px;
}
.columns_after_slide .read_more::after {
	content: "";
	display: block;
	width: 20%;
	height: 2px;
    background-color: #c3f043;
}
.columns_after_slide, #about, #teams .gray_width, #productions, #directors, #company, #services {
	background-color: #eee;
}
.columns_after_slide .blue_line {
	background-color: #0068bc;
    height: 18px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.columns_after_slide .grid {
	margin-top: -100px;
    z-index: 9;
    position: relative;
}
#about .flex .title {
	font-weight: 900;
	font-size: 28px;
}
#about .read_more, #otzyvi .read_more {
	font-weight: 900;
	display: block;
	margin: 20px 0;
}
#about .description {
	margin: 20px 0;
}
#about .read_more::after {
	content: "";
	display: block;
	width: 20%;
	height: 2px;
    background-color: #c3f043;
}

#count .grid .count_num {
	color: #0173d0;
	font-size: 30px;
	font-weight: 900;
}
#count .grid .item {
	border-left: 4px solid rgba(0,0,0,.1);
	padding-left: 30px;
}
#count .grid .count_title {
	font-weight: 900;
	font-size: 18px;
}
#client .title {
	font-weight: 900;
	font-size: 30px;
	line-height: 25px;
}

#teams .title {
	font-weight: 900;
	font-size: 30px;
}
#teams .title div:after {
	content: "";
    width: 22%;
    height: 12px;
    background-color: #c3f043;
    display: block;
    position: absolute;
    top: 29px;
    z-index: -9;
}

.team_item .header .img {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 350px;
}

.team_item .body .fa-chevron-right, #productions .item .body .fa-chevron-right, #services .item .body .fa-chevron-right, #company .item .body .fa-chevron-right{
	background-color: #0068bc;
    text-align: right;
    padding: 20px 35px;
    color: white;
}
.team_item .body .name, #productions .item .body .name, #services .item .body .name, #company .item .body .name{
	font-size: 18px;
	font-weight: 900;
}
.team_item .body .work, #services .item .body .city, #company .item .body .city {
	font-size: 15px;
	color: rgba(0,0,0,.7);
}

.owl-theme .owl-nav {
    position: absolute;
    bottom: 10px;
    right: 349px;
    margin: 0;
} 
.owl-theme .owl-nav [class*=owl-] {
	margin: 0;
}
.owl-theme .owl-nav button span {
	font-size: 30px;
	color: black;
	padding: 15px 25px;
	transition: background-color .3s;
	background-color: #fff;
}
.owl-theme .owl-nav button {
	outline: 0;
}
.owl-theme .owl-nav button span:hover {
	background-color: #0068bc;
	color: white;
}

.info{
    color: rgba(255, 255, 255, .7);
    font-weight: 600;
}
footer {
	background-color: #1b1b1b;
	margin-top: unset;
}
footer .grid .item:nth-child(1) span, footer .grid .item:nth-child(2) .desc ul li a, footer .grid .item:nth-child(3) .info span, footer .item .slogan{
	font-size: 14px;
	color: rgba(255, 255, 255, .7);
	font-weight: 600;
}
footer .grid .item:nth-child(2) .title, footer .grid .item:nth-child(3) .title {
	font-weight: 900;
    font-size: 23px;
    position: relative;
    color: white;
    z-index: 9;
}

footer .grid .item:nth-child(2) .desc ul li:before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #0068bc;
	display: inline-block;
}
footer .copyright {
	color: rgba(255, 255, 255, .8);
	font-weight: 600;
	border-top: 1px solid #fff;
}
#header_production, #header_about_all_page, #header_laboratory, #header_services, #header_contact, #header_about, #header_sertificate, #header_otzivy, #header_director, #gbi, #header_vacanci, #header_company {
	background: url(../inc/img/1.png);
	width: 100%;
	height: 250px;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: -2;
	/*background-clip: border-box;*/
	background-repeat: no-repeat;
	background-position: center;
}
#header_production .overlay, #header_about_all_page .overlay, #header_company .overlay , #heder_laboratory .overlay, #header_services .overlay, #header_contact .overlay, #header_about .overlay, #header_sertificate .overlay, #header_otzivy .overlay, #header_director .overlay, #gbi .overlay, #header_vacanci .overlay, #header_laboratory .overlay{
	position: absolute;a
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #0068bc;
	opacity: .7;
}
#header_production .title, #header_about_all_page .title, #header_company .title, #header_laboratory .title, #header_services .title, #header_contact .title, #header_about .title, #header_sertificate .title, #header_otzivy .title, #header_director .title, #gbi .title, #header_vacanci .title {
	font-weight: 900;
	font-size: 35px;
	color: white;
	text-align: center;
}
#header_vacanci {
	background-image: url(../inc/img/as2.jpg);
}
 #header_laboratory {
 	background-image: url(../inc/img/l1.jpg);
 }
 #header_services {
 	background-image: url(../inc/img/servicebg.jpg);
 }
 #header_production {
 	background-image: url(../inc/img/company.jpg);
 	background-position: bottom;
 }
 #header_about_all_page {
 	background-image: url(../inc/img/company.jpg);
 	background-position: bottom;
 }
.laboratory_slider .item img {
	height: 350px;
}
#laboratory-info ._one, #laboratory-info ._two {
	font-weight: 600;
	color: rgba(0, 0, 0, .7);
}

#laboratory-info .owl-dots .owl-dot span {
    width: 10px;
    height: 3px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: unset;
}
#laboratory-info .owl-dots .owl-dot {
	outline: none;
}
#laboratory-info .owl-dots {
	position: absolute;
	bottom: 0;
}
#laboratory-info .owl-dots .active span {
	width: 30px;
	background: #0068bc;
}


._two ul {
    margin: 20px 0 0;
    padding:0;
    list-style: none;
    counter-reset: li;
}
._two ul li {
    border: 2px solid #0068bc;
    background: #FAFAFA;
    position: relative;
    margin-bottom: 20px;
    padding: 16px 10px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
._two ul li:hover {
    z-index: 1;
    border: 2px solid #0068bc;
    cursor: pointer;
}
._two ul li:before {
    border: 2px solid #0068bc;
    position: absolute;
    top: -14px;
    padding: 2px 10px;
    font-size: 11px;
    font-weight: bold;
    color: #337AB7;
    background: #F7FAFD;
    counter-increment: li;
    content: counter(li);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
._two ul li:hover:before {
    border: 2px solid #0068bc;
    background: #0068bc;
    color: #FFF;
    -webkit-transform: translate(-12px, 0);
    -ms-transform: translate(-12px, 0);
    -o-transform: translate(-12px, 0);
    transform: translate(-12px, 0);
}
._two ul li:after {
    content: "";
    position: absolute;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: width;
    transition-property: width;
    z-index: -1;
    background: #F0F5FB;
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
}
._two ul li:hover:after {
    width: 100%;
}
._two .read_more:after {
	content: "";
    display: block;
    width: 50%;
    height: 2px;
    background-color: #c3f043;
}
#contacts .city {
	font-weight: 900;
	font-size: 25px;
}
#contacts .city::after, .after_title::after {
	content: "";
    width: 100%;
    height: 12px;
    background-color: #c3f043;
    display: block;
    position: absolute;
    top: 21px;
    z-index: -9;
}
#productions .item img {
	height: 220px;
}
#contacts .info .desc {
	font-weight: 600;
	font-size: 15px;
	color: rgba(0, 0, 0, .7);
}
#contacts .address .icon, #contacts .call .icon, #contacts .otdel .icon {
	text-align: center;
	font-size: 80px;
	color: #0068bc;
	margin-right: 10px;
}
#contacts .address .title, #contacts .call .title {
	font-weight: 900;
	font-size: 20px;
}
#contacts .address .desc, #contacts .call .desc, #contacts .otdel .desc {
	font-size: 13px;
}
#contacts .read_more::after, #otzyvi .read_more::after, .catalog .item .read_more::after {
	content: "";
    display: block;
    width: 10%;
    height: 2px;
    background-color: #c3f043;
}
.catalog .item .read_more::after {
    width: 90%;
}
.bg_yellow {
    background-color: #c3f043;
}

#about_text .title, #sertificates .title, #otzyvi .title {
	font-weight: 600;
	font-size: 20px;
	margin: 30px 0;
}
#about_text .text {
	color: rgba(0, 0, 0, .7);
}

#about_text .text ul {
    padding:0;
    list-style: none;
}
#about_text .text ul li{
    padding:6px;
}
#about_text .text ul li:before {
    padding-right:10px;
    font-weight: bold;
    color: #C0C0C0;
    content: "\2714";
    transition-duration: 0.5s;
}
#about_text .text ul li:hover:before {
    color: #337AB7;
    content: "\2714";
}   
.d_none {
	display: none;
}
#sidebar {
	position: fixed;
	top: 0;
	left: -90%;
	width: 90%;
	height: 100%;
	background-color: white;
	z-index: 12;
	transition: left .5s;
}
#sidebar li {
	color: white;
	border-bottom: 1px solid white;
	text-align: center;
	list-style: none;
}
.toggle-btn {
	position: absolute;
	left: 105%;
	top: 2%;
	padding: 20px;
	background-color: #0068bc;
}
.toggle-btn div {
    background: white;
    width: 30px;
    height: 3px;
}
.toggle-btn div::after {
	content: "";
    background: white;
    width: 30px;
    height: 3px;
    display: block;
    bottom: 10px;
    position: absolute;
    top: 30px
}
.toggle-btn div::before {
	content: "";
	top: 10px;
    background: white;
    width: 15px;
    height: 3px;
    display: block;
    position: absolute;
    bottom: 30px;
}
.toggle-btn.active {
	left: 50%;
}
#sidebar.active {
	left: 0;
}
#gbi {
	height: 300px;
}
#sub_mob_menu {
	display: none;
	transition: display .3s
}
#sub_mob_menu.active {
	display: block;
    border-top: 1px solid rgba(0, 0, 0, .2);
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}
#services .item .header img, #company .item img {
	height: 400px;
}
/*#services {
    background-image: url(../inc/img/tr4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}*/
@media screen and (max-width:800px) {
	.d_none_m {
		display: none;
	}
	.d_display_m {
		display: inline-block;
	}
	.div_menu .logo-desk {
		justify-content: flex-end;
	}
	.div_menu {
		position: fixed;
		z-index: 15;
		width: 100%; 
		top: 0;
		background: white;
		padding: 15px;
	}
	.carousel {
		padding-top: 80px;
	}
	.carousel .item {
		padding: 20px;
	}
	.inner_slider_content div {
		font-size: 16px;
		text-align: justify;
	}
	.inner_slider_content h4 span::after {
		height: 8px;
	}
	.inner_slider_content a {
		font-size: 15px;
		background-color: #c3f043;
		font-weight: 900;
	}
	#sidebar ul li a {
		color: black;
	}
	#sidebar ul li {
		margin: 40px 0;
	}
	.columns_after_slide .grid {
		margin-top: -25%;
	}
	#header_production, #header_laboratory, #header_services, #header_contact, #header_about, #header_sertificate, #header_otzivy, #header_director, #gbi, .carousel .owl-carousel .item {
		background-position: center;
		margin-top: 80px;
	}
	#header_production .title, #header_laboratory .title, #header_services .title, #header_contact .title, #header_about .title, #header_sertificate .title, #header_otzivy .title, #header_director .title, #gbi .title {
		font-size: 20px;
	}
	.laboratory_slider .item img {
		height: 300px;
		min-width: auto;
	}
	.table-wrap {
	    overflow-x: scroll;
	}
/*	.portfolio .owl-nav {
		display: none;
	}
*/}
