body {
	font-family: "NoirPro";
}

.navbar-toggler {
	background-image: url(/image/burger.svg);
	background-size: cover;
}
.navbar-brand img {
	width: 75px;
}
.navbar-brand {
	font-size: 28px;
	font-family: "NoirPro";
	letter-spacing: 2px;
	font-weight: 600;
	color: #fff;
}

.navbar-parent {
	position: fixed;
	z-index: 10;
	background-color: #002a4dc2;
}
.navbar .nav-link {
	font-size: 14px;
	color: #fff;
	
	font-weight: 300;
	font-family: "NoirPro Light";
}



.nav-item {
	display: flex;
	align-items: center;
}

.nav-link {
	padding-left: 1rem!important;
	padding-right: 25px;
}
.nav-item.adres {
	display: flex;
	flex-flow: column;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	align-items: flex-start;
}
.nav-item.adres span {
	font-size: 12px;
	padding-bottom: 0;
	position: relative;
}

.nav-item.adres span::before {
	content: "";
	position: absolute;
	background: url(/image/location.svg);
	top: 5px;
	left: -10px;
	width: 20px;
	height: 20px;
	background-size: cover;
}

.nav-item.adres a {
	font-size: 18px;
	font-family: "NoirPro Medium";
	padding-top: 0;
	position: relative;
}

.nav-item.adres a::before {
	content: "";
	position: absolute;
	background: url(/image/phone.svg);
	top: 1px;
	left: -10px;
	width: 20px;
	height: 20px;
	background-size: cover;
}



.name {
	font-size: 7.5rem;
	color: #fff;
	font-family: "NoirPro Bold";
	z-index: 9;
	display: block;
	letter-spacing: 7px;
	text-shadow: 4px 4px 4px #0006;
	line-height: 80%;
	margin-bottom: 25px;
	margin-top: 15px;
}

#title::before {
	content: "";
	position: absolute;
	width:100%;
	height: 100%;
	top: 0;
	left: 0;
	/*background-color: rgba(0, 31, 92, 0.6);*/
	z-index: 1;
}

#title {
	background-image: url(/image/title.webp);
	min-height: 500px;
	position: relative;
	padding-top: 200px;
	padding-bottom: 60px;
	background-size: cover;
}

#title .container {
	z-index: 4;
	display: flex;
	flex-flow: column;
}

h1 {
	font-size: 22px;
	color: #ddd;
	text-transform: uppercase;
	text-shadow: 4px 4px 4px #0006;
	font-family: "NoirPro Medium";
	letter-spacing: 2px;

}


h2 {
	font-size: 40px;
	font-family: "NoirPro Medium";
	text-transform: uppercase;
	color: #224169;

}
.main {
	padding-top: 45px;
	padding-bottom: 45px;

}
#title p {
	font-size: 20px;
	color: #fff;
	font-family: "NoirPro Light";
	margin-bottom: 45px;
}

a:hover, a {
	text-decoration: none!important;
}



.zakaz {
	padding: 15px 25px 15px 25px;
	border-radius: 3px;
	border:1px solid #fff;
	color: #fff;
	transition: 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
}

#title .zakaz {
	max-width: 150px;
	font-size: 16px;
}

.zakaz:hover {
	background: #fff;
	transition: 0.3s;
	border-color: #fff;
	color: #003c89;
	transform: translateY(-2px);
	box-shadow: 4px 4px 4px #0006;

}

.exps {
	padding-top: 45px;
	padding-bottom: 45px;
}

.exp {
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 25px 15px 25px 25px;
	background: #224169;
	background-size: cover;
}

.exp:nth-child(even) {
	background-image: url(/image/gorizont2.svg);
}

.exp:nth-child(odd) {
	background-image: url(/image/gorizont1.svg);
}

.exp img {
	width: 75px;
	margin-bottom: 15px;
	filter: drop-shadow(2px 4px 6px #0006);
	
}

.exp span, .exp p {
	display: block;
	color: #fff!important;

}

.exp p {
	margin-bottom: 5px!important;
}

.exp span {
	
	font-size: 24px;
	font-family: "NoirPro Medium";
	margin-bottom: 0px;
}

#uslugi, #oborudovanie, #vacancy, #projects {
	padding-top: 85px;
	padding-bottom: 65px;
	background-color: #e9e9e9;
	background-image: url(/image/b5.svg);
	background-size: cover;
}

p {
	font-size: 22px;
	font-family: "NoirPro Light";
	line-height: 130%;
}

#uslugi p {
	font-family: "NoirPro";
}

.btn-def {
	height: 50px;
	border-radius: 5px;
	border:solid 1px #224169;
	font-size: 18px;
	color: #224169;
	transition: 0.3s;
}

.btn-def:hover {
	transition: 0.3s;
	transform: translateY(-4px);
	box-shadow: 2px 0 4px #0003;
	background: #224169;
	color: #fff;
}

.obor-photos .card-outer {
	margin-right: 15px;
	margin-bottom: 15px;
}
.card-outer {
	max-width: 32%;
	margin-bottom: 1.3%;
}
.card-outer .card {
	padding-bottom: 25px;
	border-radius: 5px;
	box-shadow: 0 0 8px #0003;
	width: 100%;


}
.card h3 {
	font-size: 26px;
	color: #224169;
	min-height: 95px;
}
.card p {
	font-size: 18px;
	margin-bottom: 35px;
	font-family: "NoirPro Light"!important;
}

.card.tech p {
	margin-bottom: 2.5px;
    font-size: 16px;

}

.card a {
	width: 100%;
}
.card.tech a img {
	width: 100%;
}
.uslugi {
	padding: 25px 0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background: #224169;
	color: #fff;
	font-size: 18px; 
}

.nav-link.jobs {
	color: #224169;
	font-size: 18px;
	border:solid #224169 1px;
	border-radius: 3px;
	margin-right: 7px;
}

.card.jobs {
	background: #224169;
	padding-top: 15px;
}

.card.jobs h3 {
	color: #fff;
	margin-bottom: 5px;
	font-family: "NoirPro Light";
	font-size: 21px;
}

.card.jobs img {
	width: 130px;
	margin-right: auto;
}

.card.jobs button {
	display: flex;
	width: 100%;
	font-size: 18px;
}

.card-outer.jobs {
	padding: 15px;
	padding-right: 30px;
	padding-left: 0;
	margin: 0;
	max-width: 31%;
}

#mission {
	background: #224169; 
}

.card.jobs:nth-child(odd){
	background-image: url(/image/gorizont1.svg);
	background-size: cover;
}

.card-outer:nth-child(even) .card.jobs{
	background-image: url(/image/gorizont2.svg);
	background-size: cover;
}

.card-outer.steps {
	max-width: 25%;
	padding: 1%;
	display: flex;
	flex-direction: row;
}
.card.steps {
	position: relative;
	overflow: hidden;

}
.card.steps h3.card-title {
	
	color:#fff;
	min-height: 0px!important;
	margin-bottom: 15px;

}

.card.steps h3 {
	min-height: 0;
	margin-bottom: 15px;
	min-height: 70px;
}


.card.steps .steps-back {
	position: absolute;
	width:100%;
	height: 100%;
	top: 40%;
	right: -35px;
	padding: 15px;
	font-size: 240px;
	font-family: "Bebas Neue";
	color: #0830540f;
	z-index: 0;
	text-align: right;
	font-weight: 900;
}

.card.steps .card-body {
	z-index: 2;
}
.card-title-outer {
	max-width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #224169;
	padding: 15px 25px;
	margin-bottom: 15px;
	border-radius: 3px;
	box-shadow: 2px 2px 2px #0006;
	font-size: 24px;
	color: #fff;
	font-family: "NoirPro Medium";
}

.card-title-outer h3 {
	margin-bottom: 0;
}

.card.steps .card-body p {
	min-height: 120px;
}
.card.steps .card-body p:nth-child(even) {
	font-size: 26px;
    color: #224169;
    margin-bottom: 15px;
    font-family: "NoirPro Medium"!important;
    min-height: 70px;
}

.ob-image {
	height: 100%;
	overflow: hidden;
}

.ob-image img {
	height: 100%;
}

.ob-desc h3 {
	font-size: 24px;
	margin-bottom: 15px;
}
.ob-desc {
	padding: 45px;
	background-color: #fff;
	font-size: 18px;
}

.ob-desc p {
	margin-bottom: 5px;
}

.carousel-inner {
	border-radius: 5px;
}

.owl-carousel-control-next {
	right: 0;
	padding: 0
}

.owl-carousel-control-prev {
	left:0;
	padding: 0;
}
.owl-carousel-control-next-icon {
	margin-left: auto;
}
.owl-carousel-control-next-icon, .owl-carousel-control-prev-icon{
	display: block;
	width: 2rem;
	height: 2rem;
	background-size: cover;
}
.carousel-control-next-icon, .owl-carousel-control-next-icon {
	background-image: url(/image/arrow.svg);
	
	
}

.carousel-control-prev-icon, .owl-carousel-control-prev-icon {
	background-image: url(/image/arrow.svg);
	transform: rotateZ(180deg);
	margin: auto;
	
}

.owl-carousel-outer {
	position: relative;
}

.owl-dots {
	display: none;
}

.owl-carousel-control-prev, .owl-carousel-control-next {
	position: absolute;
	height: 100%;
	width:5%;
	top:0;
	background-color: transparent;
	border:none;
	z-index: 2;

}
.carousel-control-next, .carousel-control-prev {
	width: 5%;
	opacity: .3;
}

.card.obor2 {
	padding: 0;

}

.card.obor2 {

}

.card.obor2 .card-body img {
	width: 100%;
}

.card.obor2 .card-body {
	padding: 0;
}

.card-outer.obor2 {
	margin-right: 15px;
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.breadcrumb {
	border:none;
}

.breadcrumb > li:after {
	border:none;
}

.breadcrumb > li {
	padding-left: 0;
	padding-right: 7.5px;
	display: flex;
    align-items: center;
}

.breadcrumb > li span {
	padding-left: 7.5px;
}

.breadcrumb li a {
	color: #224169;
	display: flex;
	align-items: center;
}

.obor-list {
	list-style: none;
	font-size: 18px;
	flex-direction: column;
	border:none;
	
	display: flex;
	flex-flow: row wrap;


}

.obor-item .nav-link{
	padding: 7.5px 15px!important;
	border: 1px solid #224169!important;
	border-radius: 3px!important;
	cursor: pointer;
	margin-bottom: 7.5px;
	transition: 0.3s;
	width: 100%;
	color: #224169!important;
	font-family: 'NoirPro Light';
	margin-right: 15px;

}
.obor-item {
	
}


.obor-item .nav-link.active {
	transition: 0.3s;
	background-color: #224169;
	color: #fff!important;

}
.obor-item .nav-link:hover {
	transform: translateY(-2px);
	box-shadow: 2px 2px 2px #0003;
	transition: 0.3s;
	background-color: #224169;
	color: #fff!important;
}

.obor-item.active {
	
	
}

.obor-photos .card {


}

.obor-photo {
	padding: 15px;
	border: 5px;
	padding-left: 0;
	
}
.obor-photos .card h4 {
	width: 100%;
	text-align: left;
}

.container-category {
	padding-top: 80px;

}

.container-category h1 {
	font-size: 80px;
	text-shadow: none;
	font-family: 'Bebas Neue';
	padding-left: 0;
	color: #224169;
}

.obor-photo h2 {
	text-transform: none;
	color: #3d3d3d;
	font-family: 'NoirPro';
	margin-bottom: 25px;
}

.obor-photo .card h3 {
	font-size: 22px;
	color: #3d3d3d;
}

.mission {
	padding-top: 25px;
	padding-bottom: 25px;
}

.mission h2 {
	text-transform: none;
}
.mission ul li {
	font-size: 22px;
    font-family: "NoirPro Light";
    line-height: 130%;
    list-style: none;
    position: relative;
}

.mission ul li:after {
	position: absolute;
	content: "-";
	top: 0;
	left: -25px;
	width: 15px;
	height: 15px;
	font-size: 24px;
}
.mission strong {
	color: #666;
}


.dots {
	display: flex;
	justify-content: space-between;
	width: 70px;
	margin: auto;
	margin-bottom: 15px;
	margin-top: 15px;

}
.dots span {
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 3px;
	background-color: #22416933;
}

.about-img img {
	width: 100%;
}

#about1 {
	background: url(/image/about1.jpg);
	background-size: cover;
	padding-left: 45px;
	padding-right: 15px;
	padding-top: 65px;
	padding-bottom: 65px;
	animation:  about 20s linear infinite;
	background-origin: center;
	border-radius: 5px;
}

@keyframes about {
	0%{
		background: url(/image/about1.jpg);
		background-size: cover;
		background-size: 100%;
	}
	20%{
		background: url(/image/about1.jpg);
		background-size: cover;
		background-size: 105%;

	}
	25%{
		background: url(/image/about2.jpg);
		background-size: cover;
		background-size: 105%;

	}
	45%{
		background: url(/image/about2.jpg);
		background-size: cover;
		background-size: 100%;
	}
	50%{
		background: url(/image/about3.jpg);
		background-size: cover;
		background-size: 100%;
	}
	70% {
		background: url(/image/about3.jpg);
		background-size: cover;
		background-size: 105%;
	}
	75% {
		background: url(/image/about4.jpg);
		background-size: cover;
		background-size: 105%;
	}
	95% {
		background: url(/image/about4.jpg);
		background-size: cover;
		background-size: 100%;
	
	}
	100% {
		background: url(/image/about1.jpg);
		background-size: cover;
		background-size: 100%;
	
	}
}

#about1 h2, #about1 p  {
	color: #fff;
}
.quotes {
	color: #224169;
	font-size: 24px;
	position: relative;
	padding-left: 15px;
	display: flex;
	align-items: center;
	padding-top: 7.5px;
	padding-bottom: 7.5px;
	border-left:2px solid #224169;

}
.quotes1::after {
	background:url(/image/quotes.svg);
	content:"";
	position: absolute;
	top:0;
	left:0;
	width: 45px;
	height: 45px;
	display: block;
	background-size: cover;
}

.dropdown-menu {
	background-color: #3d5d78;
	border-color: #fff3;
	box-shadow: 2px 2px 2px #0003;
}

.dropdown-menu li a {
	font-family: "NoirPro Light";
}

.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #224169;
    background: #FFFFFF!important;
    
    }
.dropdown-item {
	color: #fff;
	padding-top: 7.5px;
	padding-bottom: 7.5px;
}

#product-product {
	padding-top: 80px;
	padding-bottom: 80px;
}
#product-title {
	text-shadow: none;
	color:#224169;
	font-size: 80px;
	font-family: 'Bebas Neue';
}
.swiper-viewport {
	box-shadow: none!important;
}
.swiper-viewport img {
	border-radius: 5px!important;
}

#product-product p, #product-product li:not(.breadcrumb li), #product-product span {
	font-size: 22px!important;
	font-family: "NoirPro Light"!important;
	line-height: 130%!important;
	
	color: #666!important;	
}
#product-product p {
	margin-bottom: 15px!important;
}
#product-product h2 {
	font-size: 40px!important;
	color:#224169!important;
	font-family: 'NoirPro Medium'!important; 
	margin-top: 25px!important;
	margin-bottom: 15px!important;
}

.breadcrumb li:last-child a{
	color: #ccc;
	pointer-events: none;

} 

.breadcrumb li:last-child a span{
	display: none;
} 

address {
	font-size: 18px;
	color: #666;
	font-family: 'NoirPro Light';
	line-height: 130%;	
}

#information-contact h3{
	font-size: 24px;
	color: #224169;
	display: flex;
	align-items: center;

}

#information-contact .phone {
	padding-left: 35px;
}

#information-contact td {
	font-size: 16px;
	padding: 7.5px 15px;
	height: 45px;	
	
}
#information-contact td:nth-child(1) {
	width: 60%;
}

#information-contact table {
	width: 100%;
}

td.contact {
	padding-left: 25px;
}

#information-contact tr td:last-child {
	font-family: 'NoirPro Light';
}

#information-contact tr td:first-child {
	padding-left: 0;
}

#information-contact tr:first-child td {
	padding-top: 0;

}

#information-contact #content div{
	padding-right: 15px;
}

.products-uslugi {
	list-style: none;
	padding-left: 0;
	

}

#products-uslugi {
	
}

td.contact, td.dop {
	align-items: center;
}

.products-uslugi li {
	border-radius: 5px;
	border:1px solid #224169;
	margin-bottom: 7.5px;
	padding: 7.5px 15px;
	min-height: 75px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-shadow: 2px 2px 2px #0003;

}

.products-uslugi li:hover {
	background-color: #224169;
	color: #fff;
}

.products-uslugi li:hover a {
	color: #fff!important;
}

.products-uslugi li.active{
	background-color: #224169;
	color: #fff;
	box-shadow: none;
}

.products-uslugi li a {
	color:#224169;
	font-size: 18px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	


}

.products-uslugi li.active a{
	color: #fff;
}

.year {
	font-size: 14px;
}

footer {
	padding-bottom: 25px;
	background-color: #224169;
}

span.location, span.telephone, span.email, span.docs {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	
}

span.location {
	background: url(/image/location_blue.svg);
	background-size: cover;
}

span.telephone {
	background: url(/image/phone_blue.svg);
	background-size: cover;
}
span.email {
	background: url(/image/mail.svg);
	background-size: cover;
}

span.docs {
	background: url(/image/docs_blue.svg);
	background-size: cover;
}

table.vacansies {
	width: 100%;
}
table.vacansies tr {
	background-color: #224169;
}

table.vacansies td, table.vacansies th {
	font-size: 22px;
	color: #fff;
	padding: 15px;
}

table.vacansies td {
	font-family: "NoirPro Light";
	
}

table.vacansies th {
	font-family: 'NoirPro';
	font-weight: 300;
}

table.vacansies td, table.vacansies th {
	border:1px solid #415773;
}

table.vacansies .empty{
	background-color: transparent;
	padding: 1.5px;

	
}

table.vacansies .empty td {
	padding: 2.5px;
	border: none!important;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #224169;
    background-image: none;
    background-repeat: repeat-x;
    border-color: none;
    border:none;
    font-size: 22px;
    font-family: "NoirPro Medium";
    border:none!important;
 }
.projects .card {
	margin-bottom: 15px;
}
 .projects .card-body {
 	font-size: 18px;
 	font-family: "NoirPro Light";
 	color: #666;
 }

.projects .card-body p, .projects .card-body span {
	font-size: 18px;
	color: #666;
	margin-bottom: 7.5px;
}

.projects .card-body h4 {
	font-size: 22px;
	color: #224169;
	font-family: "NoirPro Medium";
	
}
 .btn-primary:hover {
 	background-color: #224169;
 	color: #fff;
 	border:1px solid #224169;
 	
 }
 .btn-primary:active {
 	outline: none;
 	background-color: #fff;
 	color: #224169;
 	transform: translateY(-2px);
 }

 .btn-primary:focus {
 	border: none;
 	outline: none;
 	background-color: #224169;
 	box-shadow: none; 
 }

 footer {
 	margin-top: 0;
 }

 #projects .category-description, #projects .category-description p, #gallery .category-description, #gallery .category-description p {
 	color: #4d4d4d;
 	font-size: 30px;
 	font-family: "NoirPro";
 	margin-bottom: 45px;
 }

 #gallery .card {
 	width: 24%;
 	background-color: #e6e6e6;
 	margin-bottom: 1%;
 	margin-right: 1%;

 }

#gallery .card-body {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.5rem 0.5rem;
	background-color: #fff;

}

.bs {
	display: flex;
	justify-content: end;
}

.bs a {
	opacity: 0.5;
	transition: 0.3s;
}

.bs a:hover {
	opacity: 1;
	transition: 0.3s;
}
#gallery hr {
	background: #22416982;
	margin-top: 15px;
	margin-bottom: 15px;
} 
 #gallery .card-image img {
 	width: 100%;
 }

 #docs .doc-outer .card {
 	width: 100%;
 }

#docs .card h3 {
	font-size: 21px;
	min-height: 60px;
}

#docs .card img {
	width: 100%;

	border-radius: 5px;
	border:#ccc solid 1px;
}

#docs .card {
	border:none;
	padding-left: 0;
}

#docs .card-body {
	border:none;
	padding-left: 0;
}

.project {
	background-color: #fff;
	border-radius: 5px;
	padding: 1rem;
	margin-bottom: 15px;
	box-shadow: 0 0 16px #cccc;
}

.project-button {
	background-color: #fff!important;
	margin-right: 7.5px;
	margin-bottom: 7.5px!important;
	border-radius: .25rem!important;
	transition: 0.2s;
	width: 120px;
	line-height: 100%;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 25px!important;
	color: #224169!important;

}

.project-button:hover {
	
	transition: 0.2s;
	box-shadow: 0 0 8px #ccc;
}

#nav-tab {
	padding-bottom: 2px;
}
.project-button.active {
	background-color: #224169!important;
	color: #fff!important;
	border:none!important;
}
.project p {
	font-size: 18px;
}

.project h3 {
	color: #224169;
}

.karta {
	width: 100%;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	background-color: #224169;
	font-family: NoirPro Light;
	padding: 15px 25px 15px 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}
 @media (max-width: 768px) {

 	.map iframe {
 		width: 100%;
 	}
 	.bs {
 		justify-content: flex-start;
 	}
 	.swiper-viewport img {
 		width: 100%;
 	}
 	.dropdown-menu {
 		background-color: transparent;
 	}
 	.nav-item.dropdown {
 		display: flex;
 		flex-direction: column;
 	}

 	.nav-item.dropdown a {
 		width: 100%;
 	}
 	.carousel-control-prev, .carousel-control-next {
 		display: none!important;
 	}

 	#gallery .card {
 	width: 49%;
 	background-color: #e6e6e6;
 	margin-bottom: 2%;

 	}

 	.card-outer {
  		max-width: 49%;
  	}


 }

  @media (max-width: 576px) {

  	#information-contact h3 {
  		font-size: 14px;
  	}

  	#information-contact td {
  		font-size: 12px;
  	}

  	#information-contact td:nth-child(1) {
    	width: 29%;
	}
  	.project h3 {
  		font-size: 17px;
  	}

  	table.vacansies td, table.vacansies th, table.vacansies td p {
  		font-size: 16px;
  	}
  		#product-title {
  			font-size: 60px;
  			line-height: 100%;
  		}
  		.name {
  			font-size:5rem;
  		}

  		.exp {
  			margin-right: 0;
  		}

  		.card-outer {
  			max-width: 99%;
  			margin-bottom: 15px;
  		}

  		.uslugi .nav-item {
  			width: 100%;
  		}
  		.uslugi button {
  			width: 100%;
  			margin-bottom: 7.5px;
  		}
  		.card-outer.jobs {
		    padding: 15px;
		    padding-right: 5px;
		    padding-left: 0;
		    margin: 0;
		    max-width: 100%;
		}

		.card.jobs img {
			width: 90px;
		}

		.exp img {
			float: left;
			margin-right: 15px;
			width: 45px;
		}

		.exp p {
			font-size: 20px;
		}

		.card h3 {
			min-height: auto;
		}
		.card p {
			margin-bottom: 15px;
		}
  }

  
 

  @media screen and (max-width: 768px){
  	#title {
		background-image: url(/image/title_mobile.webp);
	}

	.navbar-brand img {
		width: 55px;
	}

	.navbar-parent {
		background-color: #002a4d;
	}
 }