@import url('https://fonts.googleapis.com/css?family=Roboto&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab&subset=cyrillic,cyrillic-ext');
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.navbar-light {
	background-color: #ffffff;
	color: #F26722;
}
.navbar-nav {
	color: #F26722;
}
a:link {
	color: #F26722;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	font-style: normal;
	color: #F26722;
	text-decoration: none;
}
a.nav-link:link {
	color: #F26722;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
}
a.nav-link:hover {
	font-style: normal;
	color: #F26722;
	text-decoration: underline;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
}
@media (max-width:768px){
	h1 {
		font-size: 1.25em;
	}
	h2 {
		font-size: 1.125em;
	}
	h3 {
		font-size: 1em;
	}
	h4 {
		font-size: 1em;
	}
	.h4 {
		font-size: 1em;
	}
	p {
		font-size: 1em;
	}
	li {
		font-size: 1em;
	}
}
#main {
	width: 100%;
	height: 80vh;
	background: url('/images/bg/bg_3.jpg');
	background-size: cover;
	position: relative;
}
#main:before {
	content: "";
	background: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}
#main .container {
	position: relative;
	padding-top: 75px;
	padding-bottom: 75px;
}
#main h1 {
	margin: 0;
	line-height: 150%;
	color: #fff;
	font-weight: 700;
	font-size: 2.5em;
	font-family: 'Roboto Slab', serif;
}
h1 {
	margin: 0;
	line-height: 64px;
	font-weight: 700;
	font-size: 2.5em;
	font-family: 'Roboto Slab', serif;
}
h3 {
	margin: 2px;
	
	font-size: 2em;
	font-family: 'Roboto Slab', serif;
}
#main h2 {
	margin: 10px 10px 0 0;
	line-height: 150%;
	color: #fff;
	font-size: 1.5em;
	font-family: 'Roboto Slab', serif;
}
#main h3 {
	margin: 10px 10px 10px 10px;
	color: #fff;
	font-size: 20px;
	font-family: 'Roboto Slab', serif;
}
a.btn-primary {
	background-color: #004590;
	color: #ffffff;
	text-decoration: none;
}
a.btn-warning {
	background-color: #F26722;
	color: #ffffff;
	text-decoration: none;
}
.p {
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
}
#advantage {
	width: 100%;
	height: auto;
}
#lead {
	width: 100%;
	height: 50vh;
	background: url('/images/bg/bg_3.jpg');
	background-size: cover;
	position: relative;
}
#lead:before {
	content: "";
	background: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}
#lead .container-fluid {
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
}
#lead a:link {
	color: #ffffff;
	text-decoration: underline;
}
#lead a:hover {
	color: #ffffff;
	text-decoration: none;
}
#gallery {
	width: 100%;
	height: auto;
}
#gallery .container {
	width: 100%;
	height: auto;
}
#gallery .img-fluid {
	max-width: 100%; 
	height: auto; 
}
#footer {
	width: 100%;
	height: auto;
}
#footer .container-fluid {
	width: 100%;
	height: auto;
}