
.navbar {
	background:#234262;
}

.navbar .nav-link{
	color:#fff;
	font-size: 14px;
	padding-left: 15px!important;
	padding-right: 15px!important;
}

.navbar .nav-link:hover{
	color: #ffa200;
}

.navbar-brand {
	color:#fff;
}

#title {
	background-image: url(../images/title.jpg);
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;

}


#title h1, #title h2 {
	
	
	padding-left: 0;
}

h1 {
	font-size: 59px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	text-transform: uppercase;
	font-weight: 600;
	color:#fff;
}

h2 {
	width: 100%;
	text-align: center;
	font-weight: 400;
	letter-spacing: 11px;
	font-size: 26px;
	margin-top: 25px;
	color: #ffa200;
}

.margin-b {
	transform: translateY(55px);
	display: block;

}

.vertical {
	display: block;
    width: 1px;
    height: 133px;
    background-color: #ffa200;
    margin-left: 15px;
    margin-right: 15px;
   
}

#about {
	padding-top: 95px;
	padding-bottom: 95px;
	background-image: url(../images/about.jpg);
	background-size: cover;
	
}

#about .container {
	box-shadow: 0 0 24px #00000011;
	border-radius: 15px;
	padding:45px;
	background-color: #fff;
}
p {
	font-size: 26px;
	line-height: 180%;
	text-align: center;
}

h3 {
	font-size: 45px;
	font-weight: 600;
	color: #234262;
	margin-bottom: 35px;
	text-align: center;
}

#ruks {
	padding-top: 45px;
	padding-bottom: 45px;
}

table {
	margin-right: auto;
	margin-left: auto;
}

table td {
	border:solid 1px #ccc;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
}

td p {
	font-size: 14px;
	line-height: 100%;
}

.snos {
	font-size: 10px;
}

#struct {
	padding-bottom: 45px;
	padding-top: 45px;
	background-color: #234262;
	background-image: url(../images/back1.png);
    background-size: contain;
    background-repeat: repeat-y;
    background-size: 500px;

}


#struct h3, #struct p {
	color: #fff;
}

#vacancy {
	padding-top: 45px;
	padding-bottom: 45px;
}

ol, ul {
	text-align: center;
	font-size: 22px;
	line-height: 170%;
}

.hr50 {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

#dostup {
	padding-bottom: 45px;
	padding-top: 45px;
	background-color: #f7f7f7;

}

#mto {
	padding-bottom: 45px;
	padding-top: 45px;
	background-color: #234262;
	color: #fff;
	background-image: url(../images/back1.png);
	background-size: contain;
	background-repeat: repeat-y;
	background-size: 500px;
}

#mto h3 {
	color: #fff;
}
.link-doc {
	font-size: 14px;
	color:#ffa200;
}

.link-doc:hover {
	color:#fff;
}
#obr {
	padding-top: 45px;
	padding-bottom: 45px;
}

#osn-s {
	padding-bottom: 45px;
	padding-top: 45px;
	background-color: #f7f7f7;
}

#osn-s p {
	margin-bottom: 0;
}

.card {
	
	font-size: 22px;
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-bottom: 45px;
	padding-left: 25px;
	padding-right: 25px;
	border:none;
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	border-radius: 5px;
	box-shadow: 0 0px 24px #00000011;
	color:#234262;

}

#plat h3, #plat p {
	color:#fff;
}


.card button {
	padding-left: 25px;
	padding-right: 25px;
	cursor: pointer;
	background-color: #234262;
	border:1px solid #234262;
	color:#fff;
	height: 45px;
}

.card button:hover {
	background-color: #fff;
	color:#234262;
}

.card:hover {
	text-decoration: none;
}
.card img {
	width: 65px;
	margin-bottom: 25px;
}

.card p {
	line-height: 140%;
	margin-bottom: 45px;
	font-size: 18px;
	color:#234262!important;

}

.card {
	height: 100%;
	display: flex;
	align-items: stretch;
}

#plat {
	padding-top: 45px;
	padding-bottom: 45px;
	background-color: #234262;
	background-image: url(../images/back1.png);
    background-size: contain;
    background-repeat: repeat-y;
    background-size: 500px;
}

#mezhdu {
	padding-top: 45px;
	padding-bottom: 45px;
}

#docs{
	padding-top: 45px;
	padding-bottom: 45px;
	background-color: #f7f7f7;
}

.mobile, .mobile-flex {
	display: none;
}

.navbar-toggler-icon {
	background-image: url(../images/burger.svg);
}
@media screen and (max-width: 998px){
	.mobile-flex{
		display: flex;
	}

	.navbar-nav {
		text-align: left;
		font-size: 18px;
	}

	.mobile {
		display: block;
	}

	.desktop-flex, .desktop {
		display: none;
	}

	h1 {
		text-align: center;
		font-size: 50px;
	}

	h2 {
		letter-spacing: 0;
	}

	.overflow {
		width: 100%;
		overflow: scroll;
	}
	h3 {
		font-size: 36px;
	}

	p, ol, ul {
		font-size: 22px;
	}

}

