
document{
	font-family: 'Scada', sans-serif;
	font-weight:600;
	color: black;
}

#cont{
	padding:1em;
	height: 42vh;
	text-align: center;
	background: url(../res/pshe.jpg);
	margin-top: 1em;
}
#head {
	padding-top:1em;
	height: 38vh;
	background: #c9c9cab5;
	text-align: center;
}
#vak {
	height: 50vh;
	background: #f3f3f3;
	padding:2em;
	text-align: center;
	
}
#cont3{
	display: flex;
	padding: 1em;
	justify-content: space-between;
}
.vacancy{
	height: 200px;
	width: 250px;
	background: linear-gradient(to right, rgb(0 0 0 / 28%), #a7353536);
	margin: 10px;
	text-align: center;
	
}
.vacancy:hover{
transform: scale(1) translateX(7px) translateY(7px);
	transition: all 0.3s ease 0.3s;
}
.vacancy>h5{
	font-size:18px;
}

.m{
	font-size: 21px;
}


#cont2{
	position:relative;
	overflow: hidden;
	height:50vh;
	background:white;
	
}


.posit{
	padding-top:10%;
	transform: skewX(20deg);
}

#kontakt{
	text-align: center;
	height: 50vh;
	background: whitesmoke;
	padding: 1em;
}

#part-link{
	
	display: flex;
	justify-content: space-around;
	background: linear-gradient(to right, rgb(25 21 21 / 28%), #ff070045);
}
.p-link{
	display: flex;
	padding: 5px;
	
	vertical-align: middle;
	
	
}
.tab-content{
	height: 70vh;
	padding: 1em;
	background: #d6d6d6;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border: none !important;
	border-bottom: 2px solid rgb(186, 0, 0) !important ;
}

.tabs_s > .clearfix {
	border-bottom: 2px #eee solid;
}
.nav-tabs {
	border: none !important;
}
.nav-tabs>li>a{
	font-size: 20px;
	font-family: 'Scada', sans-serif !important;
}
.tabs_s{
	margin-bottom:1em;
}
.img {
    width:100%;
    height:65Vh;
    
}
.imgstyle {
    width:100%;
    height:65Vh;
}
.help-block {
    color: red;
}