@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700&subset=cyrillic');

* {font-family: 'Roboto', sans-serif;}

.topline {
	background: #fff;
	border-top: 5px solid #ff0000;
}
.header {
	padding-top: 30px;
	min-height: 150px;
}

.logo-header img {
	max-width: 100%;
	max-height: 100%;
	height: 35px;
}
.logo img {
	max-width: 300px;
	width: 100%;
}
.titlehead {
	display: inline-block;
	font-size: 15px;
	color: #000;
	background: #fff;
	margin: 2px 0px;
	padding: 2px 3px;
}
.title {
	font-size: 18px;
	color: #000;
}
.titleh1 {
	font-weight: bold;
	padding: 20px 0 40px 0;
}
.phone {
	display: block;
	margin-top: 30px;
	font-size: 22px;
	text-decoration: none;
	color: #022a4b;
	font-weight: bold;
}

.mainmenu a {
	color: #fff;
}
.mainmenu li:hover a {
	color: #fff;
}
.nav {
	background: #045393;
}
.nav > li > a:focus, .nav > li > a:hover {
	background: #022a4b;
}
.nav > li.active {
	background: #022a4b;
}

.map {
	border: 1px solid #ccc;
	width: 100%;
	height: 300px;
}

.content h1 {
	display: inline-block;
	border-bottom: 2px solid #045393;
	padding: 5px;
}
.content h2, .content h3  {
	display: inline-block;
	border-bottom: 2px solid #ccc;
	padding: 5px;
}

.carousel-inner {

}

.theline {
	border-top: 1px solid #ccc;
}

.carousel-control.left {background-image: none;left:0px;}
.carousel-control.right {background-image: none;right:0px;}
.carousel-control {width: 1%;}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {margin-left: -50px;color:#000;}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev {margin-right: -50px;color:#000;}

.carousel-caption {
	float: left;
	color: #000;
	width: 100%;
	left: 0; 
	top: 20%;
	text-align: left;
	text-shadow: none;
}
.carousel-caption h2, .carousel-caption span {
	color: #fff;
	padding: 5px 15px;
	display: inline-block;
	background: rgb(0,0,0,0.9);
	margin-bottom: 12px;
}
.carousel-caption h2 {
	font-size: 36px;
}
.carousel-caption span {
	font-size: 22px;
	margin-bottom: 3px;
}

.products .item {
	position: relative;
}
.products .item b {
	position: absolute;
	display: block;
	bottom: 0px;
	background: rgb(0,0,0,0.9);
	height: 30%;
	width: 80%;
	color: #fff;
	padding: 5px;
	font-size: 16px;
}

.footer .para {
	padding: 20px;
}
.footer * {
	color: #000;
}
.dev *, .dev {
	font-size: 11px;
	color: #555 !important;
}


@media (max-width: 768px) {
	.carousel-caption {
		top: 10%;
	}
	.carousel-caption h2 {
		font-size: 18px;
	}
	.carousel-caption span {
		font-size: 14px;
	}
}