body {
	font: 18px/150% 'Ubuntu', sans-serif;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 150%;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 150%;
}
h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 150%;
}


header {
	padding-top: 10px;
	padding-bottom: 30px;
}
header .logo img{
	width: 100%;
	max-width: 100%;
	margin-top: 30px;
}
header .title {
	font-size: 18px;
	line-height: 150%;
	padding-top: 35px;
	padding-left: 50px;
}
header .phones {
	text-align: right;
	font-size: 24px;
	font-weight: bold;
	line-height: 150%;
	padding-top: 5px;
	color: #000;
}
header .phones a {
	color: #000;
	text-decoration: none;
}
header .phones div {
	font-size: 14px;
	line-height: 100%;
	font-weight: normal;
}

nav {
	height: 55px;
	background: #142d9d;
	margin-bottom: 30px;
	font-size: 15px;
}
nav ul {
	margin: 0px;
	padding: 0px;
}
nav ul li {
	float: left;
	height: 55px;
	list-style: none;
}
nav li a {
	display: block;
	height: 55px;
	line-height: 55px;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 25px;
}
nav li a:hover, nav li.active a {
	background: #17c4ff;
	color: #000;
	text-decoration: none;
}

.categories {
	margin-bottom: 20px;
}

.categories a {
	display: block;
	position: relative;
	text-decoration: none;
	margin-bottom: 30px;
}
.categories a img {
	width: 100%;
}
.categories a span {
	position: absolute;
	left: 0px;
	right: 0px;
	text-align: center;
	bottom: 15px;
	background: #142d9d;
	color: #fff;
	height: 70px;
	line-height: 60px;
}
.categories a i {
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	font-size: 24px;
	line-height: 110%;
}
.categories a:hover span {
	background: #17c4ff;
	color: #000;
}

footer {
	background: #1f335a;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
}
footer ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 16px;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}
footer .phones {
	text-align: right;
	font-size: 24px;
	line-height: 150%;
}
footer .phones div {
	font-size: 14px;
	line-height: 100%;
	font-weight: normal;
}
footer .address {
	text-align: right;
	font-size: 15px;
}


.mobile {
	display: none;
	height: 55px;
}
.menu-btn {
	display: block;
	float: left;
	margin-top: 7px;
	border: 2px solid #fff;
	border-radius: 3px;
	padding-top: 0px;
	padding-bottom: 7px;
}
.menu-btn:hover, .menu-btn:active, .menu-btn:focus {
	color: #fff;
	text-decoration: none;
}
.menu-btn span {
	display: block;
	background: #fff;
	height: 3px;
	width: 26px;
	margin: 6px 5px 0px 5px;
	border-radius: 1px;
}

#map {
	height: 450px;
	margin-bottom: 30px;
}


.grafiki {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-top: 50px;
	padding-bottom: 50px;
}
.grafiki a {
	display: block;
	height: 100px;
	line-height: 100px;
	border-radius: 15px;
	border: 1px solid #ccc;
	padding: 0px 25px;
	margin-bottom: 15px;
}
.grafiki a span {
	display: inline-block;
	vertical-align: middle;
	line-height: 130%;
}

/* XS */
@media (max-width: 767px) {
	header .title {
		padding: 15px;
		text-align: center;
		font-size: 18px;
	}
	header .phones {
		text-align: center;
	}
	nav {
		height: auto;
	}
	nav .mobile {
		display: block;
	}
	nav ul {
		display: none;
		width: 100%;
		text-align: center;
		padding-bottom: 15px;
	}
	nav ul li {
		float: none;
		width: 100%;
		padding: 8px 0px;
		height: auto;
	}
	nav li a {
		display: inline;
		line-height: 150%;
		padding: 0px;
	}
	nav li.active a {
		color: #fff;
		background: none;
	}
	footer {
		text-align: center;
	}
	footer .copyrights {
		padding-bottom: 30px;
	}
	footer ul {
		font-size: 22px;
		line-height: 150%;
		margin-bottom: 30px;
	}
	footer ul li {
		padding: 5px 0px;
	}
	footer .phones, footer .address {
		text-align: center;
	}
	.menu-btn {
		display: block;
	}
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
	.menu-btn {
		display: block;
	}
	nav {
		height: auto;
	}
	nav .mobile {
		display: block;
	}
	nav ul {
		display: none;
		width: 100%;
		text-align: center;
		padding-bottom: 15px;
	}
	nav ul li {
		float: none;
		width: 100%;
		padding: 8px 0px;
		height: auto;
	}
	nav li a {
		display: inline;
		line-height: 150%;
		padding: 0px;
	}
	nav li.active a {
		color: #fff;
		background: none;
	}
}

/* MD */
@media (min-width: 992px) and (max-width: 1199px) {
	header .title {
		padding-left: 15px;
	}
	header .phones {
		font-size: 24px;
	}
	nav li a {
		color: #fff;
		font-size: 16px;
		padding: 0px 15px;
	}
	.categories a span {
		font-size: 18px;
	}
	footer .address {
		font-size: 14px;
	}
}

/* LG */
@media (min-width: 1200px) {

}