
@charset "utf-8";

html, body {
	margin: 0 auto;
	padding: 0;
	height: 100%;
}
body {
	text-align: center;
	color: #34281a;
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	background: url(../pic_blue/bg-body.gif) left top repeat-x;
}
#wrapper {
	height: auto !important;
	display: inline-block;
	text-align: left;
	height: 100%;
	min-height: 100%;
}

/* header
-------------------------------*/

.header {
	display: inline-block;
}
.tel {
	display: inline-block;
	height: 16px;
	margin-left: 90px;
	padding-top: 5px;
}
.tl {
	height: 16px;
	display: inline-block;
	background: url(../pic_blue/tel-s.gif) left top no-repeat;
	color: #bd6426;
	font: normal 15px/15px "Times New Roman", Times, serif;
	padding: 1px 8px 0 32px;
}
.search {
	display: block;
	width: 207px;
	margin-left: 9px;
	background: url(../pic_blue/search.png) top left no-repeat;
	height: 40px;
	padding-top: 2px;
	padding-right: 10px;
}
.adleft {
	margin-top: 30px;
}



/* ---------- media begin -----------*/

@media (max-width: 567px) {
  /* стили для xs-устройств */
	.header {
		margin-left: 5px;
		margin-top: 65px;
	}
	.search {
		position: absolute;
		top: 20px;
		right: 25px;
	}
	#lmenu{
		display: none;
		background-color: #24abe5;
	}
	.toggle-menu {
		margin-top: 63px;
		font-size: 21px;
		color: white;
	}
	.toggle-icon {
		margin-top: -5px;
	}
	.os {
		display: block;
	}
	.aside {
		display: block;
		min-height: 100px;
	}
	.content {
		display: block;
	}
	.content p {
		padding-left: 8px;
		padding-right: 4px;
	}
	.adleft {
		display: none;
	}
	.infoleft {
		margin-top: 30px;
	}
}
@media (min-width: 568px) and (max-width: 967px) {
  /* стили для sm-устройств */
	#wrapper {
		width: 548px;
		background:url(../pic_blue/top-pic548.jpg) left top no-repeat;
	}
	.header {
		margin-left: 5px;
		margin-top: 303px;
	}
	.search {
		position: relative;
		top: -425px;
		left: 280px;
	}
	#lmenu{
		display: none;
		background-color: #24abe5;
	}
	.toggle-menu {
		margin-top: -40px;
		font-size: 21px;
		color: navy;
	}
	.toggle-icon {
		margin-top: -5px;
	}
	.os {
		margin-top: -33px;
		display: block;
	}
	.aside {
		display: block;
	}
	.content {
		display: block;
	}
	.adleft {
		display: none;
	}
	.infoleft {
		margin-top: 0px;
	}
}
@media (min-width: 968px) and (max-width: 1239px) {
  /* стили для md-устройств */
	#wrapper {
		width: 948px;
		background: url(../pic_blue/top-pic948.jpg) left top no-repeat;
	}
	.header {
		height: 180px;
		margin-left: 25px;
		margin-top: 38px;
	}
	.os {
		display: table;
		width: 100%;
	}
	.aside, .content {
		display: table-cell;
	}
	.aside {
		width: 226px;
		padding-top: 0px;
		vertical-align: top;
		background: url(../pic_blue/left-bar-bg-n.jpg) left top no-repeat;
		background-color: #24abe5;
	}
	.content {
		padding-left: 20px;
		padding-top: 60px;
		vertical-align: top;
	}
	#lmenu {
		display: block;
	}
	.adleft {
		display: block;
	}
	.infoleft {
		margin-top: 10px;
	}
}
@media (min-width: 1240px) {
  /* стили для lg-устройств */
	#wrapper {
		width: 1220px;
		background: url(../pic_blue/top-pic.jpg) left top no-repeat;
	}
	.header {
		height: 177px;
		margin-left: 345px;
		margin-top: 38px;
	}
	.os {
		display: table;
		width: 100%;
	}
	.aside, .content {
		display: table-cell;
	}
	.aside {
		width: 226px;
		padding-top: 0px;
		vertical-align: top;
		background: url(../pic_blue/left-bar-bg-n.jpg) left top no-repeat;
		background-color: #24abe5;
	}
	.content {
		padding-left: 20px;
		padding-top: 60px;
		vertical-align: top;
	}
	#lmenu {
		display: block;
	}
	.adleft {
		display: block;
	}
	.infoleft {
		margin-top: 10px;
	}
}

/* ---------- media end -----------*/

/* aside
-------------------------------*/

#lmenu {
	margin: 0;
	padding: 21px 0 0 12px;
	list-style: none;
	width: 203px;
	font: normal 15px Arial, Helvetica, sans-serif;
}
#lmenu li {
	background: url(../pic_blue/lmenu-li.gif) left bottom no-repeat;
	line-height: 0;
	font-size: 0;
}
#lmenu li a {
	display: block;
	color: #fff4b3;
	text-decoration: none;
	line-height: normal;
	font-size: 15px;
	padding: 4px 6px 4px 19px;
}
#lmenu li span {
	display: block;
	color: white;
	text-decoration: none;
	line-height: normal;
	font-size: 15px;
	background: url(../pic_blue/lmenu-a.gif) left no-repeat;
	padding: 4px 6px 4px 19px;
}
#lmenu li span.razdel {
	display: block;
	color: #fff4b3;
	text-decoration: none;
	line-height: normal;
	font-size: 15px;
	background: url(../pic_blue/lmenu-a.gif) left no-repeat;
	padding: 4px 6px 4px 19px;
}
#lmenu li a:hover {
	color: #fff4b3;
	text-decoration: underline;
}
.lpodmenu {
	padding-left: 15px;
}
.lpodpodmenu {
	padding-left: 30px;
}
.toggle-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	width: 30px;
    height: 30px;
	background-color: #004378;
	border: 1px solid white;
	border-radius: 4px;
	position: absolute;
}
input[type=checkbox],label{display:none}

@media (max-width: 967px) {
	input[type=checkbox]{position: absolute; top: -9999px; left: -9999px; background: none;}
	input[type=checkbox]:foсus{background: none;}
	label{float: right; display: inline-block; cursor: pointer; margin-right: 65px;}
	input[type=checkbox]:checked ~ #lmenu{display: block;}
}
.tit-block {
	width: 205px;
	background: url(../pic_blue/block-tit-top.gif) left top no-repeat;
	margin: 0 0 15px 10px;
}
.tit {
	width: 184px;
	background: url(../pic_blue/block-tit-bot.gif) left bottom no-repeat;
	padding: 2px 6px 3px 15px;
	color: white;
	font: normal 14px Arial, Helvetica, sans-serif;
}
.block-text {
	width: 198px;
	padding: 0 0 0 16px;
	color: white;
	font: normal 13px/17px Arial, Helvetica, sans-serif;
}
.block-text p {
	text-indent: 0px;
}
/* content
-------------------------------*/

h1 {
	color: #c25310;
	font: normal 25px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 40px 0 10px 20px;
}
h2, h3, h4, h5, h6 {
	color: #34281a;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 18px;
	text-align: left;
	margin-left: 220px;
}
h3 {
	font-size: 16px;
	margin-top: 20px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
p {
	text-indent: 18px;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
a {
	color: #1c7eb3;
	text-decoration: underline;
}
a:hover {
	color: #1c7eb3;
	text-decoration:none;
}
a img {
	border-color: #000
}
.slogan {
	text-align: center;
	color: #1c7eb3;
	margin-left: 0px;
	font-weight: bold;
	font-style: italic;
}
.round {
	border: thin solid blue;
	border-radius: 5px;
	margin: 15px 10px 3px 10px;
	display: inline-block;
	padding: 5px 10px 5px 10px;
}
.roundS {
	border: thin solid blue;
	border-radius: 5px;
	margin: 5px 2px 3px 5px;
	display: inline-block;
	padding: 5px 10px 5px 10px;
}
.catalogue {
	display: block;
	width: 100%;
	text-align: center;
}
.catalogue div {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}
.catalogue div img {
	margin: 0 auto 0 auto;
}
.catalogueS {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 50px;
	padding-right: 50px;
}
#gallery {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 20px auto 15px auto;
}
#gallery div {
	display: block;
	width: 250px;
	margin-top: 10px;
	background-color: #f4f4f4;
	text-align: center;
	padding: 15px 35px 15px 35px;
	font-size: 11px;
}
#gallery div img {
	margin-left: auto;
	margin-right: auto;
}

/* footer
-------------------------------*/

#footer {
	display: block;
	min-height: 114px;
	width: 100%;
	background: url(../pic_blue/bg-footer.jpg) 22px top repeat-x;
	background-color: #004378;
}
.bot {
	display: block;
	min-height: 114px;
	width: 100%;
	text-align: center;
}
#bmenu {
	margin: 0;
	padding: 22px 0 0 19px;
	list-style: none;
	font: normal 10px Arial, Helvetica, sans-serif;
}
#bmenu li {
	display: inline-block;
	padding:0 12px;
}
#bmenu li a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}
#bmenu li b {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}
#bmenu li a:hover {
	color: white;
	text-decoration: underline;
}
.counters {
	display: table;
	width: 90px;
	margin: 0 auto;
	padding-top: 10px;
}
@media (min-width: 968px) {
	#copyr {
		display: table;
		margin-left: auto;
		margin-right: auto;
		width: 800px;
		margin-top: 20px;
	}
	.copyr {
		color: #fff4b3;
		font: normal 11px/11px Tahoma, Geneva, sans-serif;
		margin: 0 auto;
		display: table-cell;
		text-align: center;
	}
	.leftlink {
		color: lightyellow;
	}
}
@media (max-width: 967px) {
	#copyr {
		display: block;
		padding-bottom: 5px;
	}
	.copyr {
		display: block;
		margin: 15px;
		text-align: center;
		color: #fff4b3;
		font: normal 11px/11px Tahoma, Geneva, sans-serif;
	}
	.block-text p {
		color: navy;
	}
	.leftlink {
		color: blue;
	}
}