* {
  margin: 0px;
  padding: 0px;
}

html, body {
  font: 13px/1.5em Arial, sans-serif;
  color: #231f20;
  background: #fff;
  height: 100%;
}

img {
  border: none;
}

a {
  color: #231f20;
}

/******************************/
body.overlay{
	overflow: hidden;
}
.clear{
	clear:both
}
.wrapper {
  margin: 0 auto;
  min-width: 1000px;
  max-width: 1260px;
  background: #e6e6e6 url(/img/body-bg.png) 0 0 no-repeat;
  min-height: 100%;
  padding: 0 100px;
  padding-top: 34px;
}

.wrapper-inner {
  background: #e6e6e6;
  min-height: 100%;
}
.loading {
	position: relative;
	background-image: none;
	opacity:0.6;
	
}
.loading:after {
	background: url('/img/layout/loader.png') 50% 50% no-repeat;
	content: '';
	display: block;
	height: 100%;
	left: 50%;
	margin: -16px 0 0 -16px;
	position: absolute;
	top: 50%;
	width: 100%;
}
/******************************/

.header {
  height: 132px;
  background: #fff;
}

.logo {
  display: inline-block;
  width: 352px;
  height: 132px;
  background: url(/img/logo.png) no-repeat;
  vertical-align: top;
}

.header .banner {
  display: inline-block;
  width: 38%;
  margin-left: 0px;
  height: 160px;
  background: url(/img/banner.png) 50% 100% no-repeat;
  min-width: 351x;
  position: absolute;
  margin-top: -28px;
}

.header .header-menu {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-top: 0px;
  float: right;
  position:relative;
  z-index:50
}

.header .header-menu li {
  display: block;
  height: 43px;
  background: url(/img/header-menu-separator.png) 0px 100% no-repeat;
  padding-left: 40px;
}

.header .header-menu a {
  display: block;
  height: 50px;
  padding-left: 35px;
  line-height: 43px;
  font-size: 14px;
}

.header .header-menu li.header-menu-1 a {
  background: url(/img/header-menu-1.png) 0px 10px no-repeat;
}

.header .header-menu li.header-menu-2 a {
  background: url(/img/header-menu-2.png) 0px 10px no-repeat;
}

.header .header-menu li.header-menu-3 a {
  background: url(/img/header-menu-3.png) 0px 10px no-repeat;
}

.header .header-menu li.header-menu-3 {
  background: none;
}

/******************************/

.top-menu {
  height: 40px;
  box-shadow: inset 0px 5px 10px #eee;
  background: #fff;
}

.top-menu ul {
  margin-left: 15px;
  display: inline-block;
  width: 78%;
  vertical-align: top;
  height: 40px;
}

.top-menu ul li {
  display: inline-block;
  height: 40px;
}

.top-menu ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #565051;
  text-decoration: none;
  background: url(/img/top-menu-bullet.png) 10px 16px no-repeat;
  padding: 0 25px;
}

.top-menu ul li:hover a, .top-menu ul li.active a {
  color: #be1e2d;
  background: #f3f3f4;
  box-shadow: inset 0px 0px 10px #ddd;
}

.search-form {
  margin-right: 30px;
  display: inline-block;
  width: 16.6%;
  float: right;
  padding-top: 10px;
  vertical-align: top;
}

.search-form input[type=text] {
  width: 119px;
  height: 17px;
  line-height: 21px;
  padding: 1px 10px 3px;
  background: url(/img/search-query.png) no-repeat;
  border: none;
  display: inline-block;
  vertical-align: top;
}

.search-form input[type=submit] {
  width: 23px;
  height: 20px;
  background: url(/img/search-submit.png) no-repeat;
  border: none;
  display: inline-block;
  vertical-align: top;
}

/******************************/

.head-img {
  background: #1b3b64 url(/img/head-img-left.jpg) no-repeat;
  background: #1b3b64;
  height: 170px;
}
.head-img > div{
	width: 996px;
	margin: 0 auto;
}
.head-img object {
  position: absolute;
}

.head-img-right {
  background: url(/img/head-img-right.jpg) no-repeat;
  height: 170px;
  width: 604px;
  float: right;
}

/******************************/

.path {
  margin-bottom: 15px;
  font-size: 14px;
}

.path a {
  color: #bf1e2e;
  display: inline-block;
  height: 24px;
  background: url(/img/path.png) no-repeat;
  padding-left: 35px;
  margin-left: 10px;
  line-height: 24px;
}

.path a.first {
  background: none;
  padding-left: 0px;
  margin-left: 0px;
}

.path span {
  background: url(/img/path.png) no-repeat;
  padding-left: 35px;
  display: inline-block;
  height: 24px;
  color: #bf1e2e;
  margin-left: 10px;
  line-height: 24px;
}

.catalog .path {
  margin: 15px 30px;
}

/******************************/

.content {
  padding: 30px;
  overflow: hidden;
  /*background: #f3f3f4;*/
}

h1 {
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 15px;
  color: #bf1e2e;
}

h2 {
  font-size: 20px !important;
  font-weight: normal;
  margin-bottom: 10px;
  color: #bf1e2e;
}

h3 {
  font-size: 17px;
  margin-bottom: 5px;
  font-weight: normal;
  color: #bf1e2e;
}
p{
	margin: 0 0 1em;
}
.hidden{
	display:none;
}
/******************************/

.new {
  padding-top: 40px;
}
.new  #popup{
	right:0
}
.new .new-title {
  width: 250px;
  float: right;
  margin-right: 150px;
  background-color: #ed1c24;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  text-decoration: none;
  padding-left: 50px;
  margin-top: -40px;
}

.new ul {
  height: 270px;
  background: #fff;
}

.new ul li {
  width: 20%;
  display: block;
  float: left;
  background: url(/img/new-seperator.png) no-repeat;
  height: 250px;
  padding-top: 20px;
  position:relative;
}

.new ul li.first {
  background: none;
}

.new ul li a.image {
  display: block;
}

.new ul li img {
  display: block;
  margin: 0 auto;
  max-height: 100px;
  margin-bottom: 10px;
}

.new ul li a.title {
  display: block;
  color: #bf1e2e;
  text-decoration: none;
  margin-left: 30px;
  margin-bottom: 5px;
  height: 2em;
  line-height: 1.3;
  margin-bottom: 15px;
}

.new ul li span {
  display: block;
  margin-left: 30px;
  background: url(/img/params-bullet.png) 0 4px no-repeat;
  padding-left: 15px;
  font-size: 11px;
  line-height: 1.3;
}
.new ul li div{
	max-height:45px;
	overflow:hidden;
}
.new ul li a.more {
  display: block;
  height: 22px;
  background: url(/img/more.png) 90% 0 no-repeat;
  margin-top: 10px;
}

/******************************/

.sidebar-content {
  background: #f3f3f4;
}

.text {
  margin-left: 230px;
  padding: 30px;
}

.clear {
  clear: both;
}

.sidebar {
  width: 200px;
  float: left;
  padding-top: 10px;
  padding-left: 30px;
  margin-bottom: 150px;
}
.pdf-icon{
	background: url("/img/pdf-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    font-size: 14px;
    font-style: italic;
    padding:5px 20px 5px 70px;
	color: #BF1E2E;
	text-decoration: none;
}
.sidebar .news-title {
  color: #bf1e2e;
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
}

.sidebar dl {

}

.sidebar dt {
  font-size: 11px;
  line-height: 1.3;
}

.sidebar dd {
  margin-bottom: 20px;
  line-height: 1.3;
}

.sidebar dd a {
  /*text-decoration: none;*/
}

.sidebar a.mini {
  display: block;
  width: 317px;
  height: 132px;
  background: url(/img/mini.jpg) no-repeat;
  position: absolute;
  margin-left: -128px;
  margin-top: 75px;
}

/******************************/

.category {
  background: #fff;
  border-bottom: 1px solid #898989;
  margin-bottom: 30px;
  font-size:0 !important;
  width: 100%
}

.category li {
  width: 20%;
  display: inline-block;
  background: url(/img/category-separator.png) 0 50% no-repeat;
  padding-top: 20px;
  min-height: 150px;
  vertical-align: top;
  padding-bottom: 20px;
  font-size: 13px;
}

.category li.first {
  background: none;
}

.category li a.image {
  display: block;
  min-height: 110px;
}

.category li img {
  display: block;
  margin: 0 auto;
  max-height: 100px;
  margin-bottom: 10px;
}

.category li a.title {
  display: block;
  color: #000;
  text-decoration: none;
  margin-left: 20px;
  margin-bottom: 5px;
  height: 5.4em;
  line-height: 1.3;
  margin-bottom: 15px;
  /*background: url(/img/category-more.png) 100% 0 no-repeat;
  padding-right: 20px;*/
  margin-right: 20px;
  overflow:hidden
}

.category li a.title:hover {
  /*background: url(/img/category-more-hover.png) 100% 0 no-repeat;*/
  color: #bf1e2e;
}

/******************************/

.whitebg {
  background: #fff;
  font-size:0;
  min-height: 100%;
}
.whitebg  *{
	font-size:13px;
}

.whitebg .path {
  background: #fff;
  margin: 0;
  padding: 15px 30px;
}

.sidebar-cats {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  box-shadow: inset -5px 0px 10px #eee;
  padding-bottom: 50px;
}
.sidebar-cats  + div{
	width:75%;
	display: inline-block;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.sidebar-cats ul {
  margin-top: 0px;
}

.sidebar-cats ul li {
  display: block;
  margin-left: 0px;
  padding-right: 30px;
  padding-left: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(/img/categories-bg.png) 50% 100% no-repeat;
}

.sidebar-cats ul li a {
  text-decoration: none;
  display: block;
  font-weight: bold;
  font-size: 15px;
  padding-left: 25px;
  text-indent: -25px;
  color: #346B8F;
}

.sidebar-cats ul li:hover a, .sidebar-cats ul li.active a {
  color: #b91f2f;
}
.sidebar-cats+.cats{
	width: 75%;
}
.cats {
  display: inline-block;
  vertical-align: top;
  background: #e6e6e6;
  width: 100%;
}

/******************************/

.goods {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.goods table {
  width: 90%;
}

.goods tr {
  vertical-align: top;
}

.goods td.image {
  padding-right: 30px;
  text-align: center;
  width: 35%;
}

.goods td.image img {
  max-width: 200px;
  max-height: 200px;
}

.goods td.title {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 30px;
}

.goods td.title a {
  display: block;
  margin-bottom: 30px;
}
.goods td.title a:visited{
	color: red
}
.pages {
  margin-left: 75%;
  margin-top: 30px;
}

.paginator {
  margin-left: 75%;
  margin-bottom: 30px;
}

.paginator a {
  display: inline-block;
  padding: 2px 5px;
}

.paginator span {
  padding: 2px 7px;
  display: inline-block;
  color: #fff;
  background: #ec2029;
}
.goods .search-form{
	float:none;
	margin:20px auto;
	display:block;
	width: 30%;
}
.goods .search-form input[type="text"]{
	width: 250px;
	padding: 5px 15px;
	height: auto;
	background: #ccc;
}
/******************************/

.fos {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #dedede;
  display: inline-block;
  margin-bottom: 30px;
  background: url(/img/cities-arrow.png) 90% 50% no-repeat;
  padding-right: 5px;
  width: 300px;
  margin-right: 20px;
}

.fos select {
  padding: 10px;
  font-size: 16px;
  border: none;
  background: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 340px;
}

.cities {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #dedede;
  display: inline-block;
  margin-bottom: 30px;
  background: url(/img/cities-arrow.png) 90% 50% no-repeat;
  padding-right: 5px;
  width: 200px;
}

.cities select {
  padding: 10px;
  font-size: 16px;
  border: none;
  background: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 240px;
}

.map {
  width: 1200px;
}

.map-select {
  position: absolute;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #dedede;
  display: inline-block;
  background: #fff url(/img/city-arrow.png) 92% 50% no-repeat;
  padding-right: 25px;
  border: 1px solid #3a6f8f;
}

.map-select select {
  padding: 2px;
  border: none;
  background: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 150%;
  color: #3a6f8f;
}

#ms1 {
  margin-left: 70px;
  margin-top: 180px;
}
#ms2 {
  margin-left: 270px;
  margin-top: 200px;
}
#ms3 {
  margin-left: 90px;
  margin-top: 270px;
}
#ms4 {
  margin-left: 0px;
  margin-top: 390px;
}
#ms5 {
  margin-left: 200px;
  margin-top: 350px;
}
#ms6 {
  margin-left: 400px;
  margin-top: 330px;
}
#ms7 {
  margin-left: 20px;
  margin-top: 450px;
}
#ms8 {
  margin-left: 550px;
  margin-top: 450px;
}

#ms9 {
  margin-left: 750px;
  margin-top: 350px;
}

#ms10 {
  margin-left: 0px;
  margin-top: 310px;
}
.service-types{
	margin-bottom: 30px;
}
.service-types strong{
	color:#346B8F;
}
.orgs-title {
  background: #e8e8ea;
  padding-left: 30px;
  border-bottom: 1px solid #e2e2e2;
  height: 35px;
  line-height: 35px;
  margin-bottom: 20px;
}

.orgs {
  margin-bottom: -30px;
}

.orgs li {
  display: block;
  margin-bottom: 30px;
  padding: 30px;
  background: url(/img/ogrs-bg.png) 50% 100% no-repeat;
  font-size:0;
}
.orgs li:last-child{
	background: none;
}
.orgs li div {
  display: inline-block;
  vertical-align: top;
  font-size:13px;
}

.orgs li div.orgs-logo {
  width: 20%;
}

.orgs li div.orgs-name {
  width: 30%;
}

.orgs li div.orgs-address {
  width: 25%;
}

.orgs li h3 {
  font-size: 18px;
  color: #ef1e26;
}

.orgs li h4 {
  font-size: 18px;  
  color: #346b8f;
  font-weight: normal;
  margin-bottom: 10px;
}

.orgs li b {
  font-size: 13px;  
  color: #346b8f;
  display: block;
}

.orgs li img {
  max-width: 150px;
  max-height: 100px;
  float: left;
  margin-right: 20px;
  border: 1px solid #dedede;
  margin-bottom: 10px;
}

.orgs li p {
  margin-bottom: 10px;
  background: url(/img/ogrs-bullet.png) 0 8px no-repeat;
  padding-left: 15px;
}

.orgs li a {
  margin-top: 10px;
  display: block;
}
.orgs li>span{
	display:inline-block;
	border-bottom: 1px dotted;
	color: #EF1E26;
	margin-left:67%;
	cursor:pointer;
	font-weight:bold;
	margin-top: 15px;
}
.orgs li>span:hover{
	color: #565051
}
.search-result {
  margin-right: -5%;
  min-height: 300px;
}

.search-result div {
  margin-left: 5%;
  width: 20%;
  display: inline-block;
  vertical-align: top;
}

.search-result div a {
  display: block;
  font-size: 15px;
  color: #367193;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 5px;
}

.search-result div a:hover {
  color: #f23c38;
  text-decoration: underline;
}

/******************************/
#overlay{
	width: 100%;
	min-height:100%;
	max-height:100%;
	overflow-y: scroll;
	position: fixed;
	background:rgba(0,0,0,0.3);
	top:0;
	z-index: 100;
}
#popup {
  width: 500px;
  box-shadow: 0 0 30px #666;
  background: #fff;
  margin: 50px auto 0;
  border-bottom: 10px solid #ef1c25;
}

#popup .header {
  background: #ef1c25;
  color: #fff;
  height: 20px;
  padding: 30px;
  font-size: 20px;
}

#popup .close {
  float: right;
  margin-top: -10px;
  margin-right: -10px;
  background: url(/img/close.png) 50% 50% no-repeat;
  width: 16px;
  height: 16px;
}

#popup #big {
  display: block;
  margin: 30px auto;
  max-width: 300px;
  max-height: 300px;
}

#popup .left-arrow {
  position: absolute;
  margin-left: 0px;
  margin-top: 120px;
  background: #58585a url(/img/arrow-left.png) 50% 50% no-repeat;
  width: 35px;
  height: 40px;
}

#popup .right-arrow {
  position: absolute;
  margin-left: 465px;
  margin-top: 120px;
  background: #58585a url(/img/arrow-right.png) 50% 50% no-repeat;
  width: 35px;
  height: 40px;
}

#popup .tns {
  background: #d5d3d4;
  padding: 10px;
  text-align: center;
}

#popup .tns a {
  border: 1px solid #acaaab;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  vertical-align: middle;
}

#popup .tns a img {
  max-width: 80px;
  max-height: 80px;
  display: block;
}

#popup .tns a.active {
  border: 1px solid #ef1c25;
}

#popup .popup-content {
  padding: 30px 60px;
}

#popup .pdf {
  height: 45px;
  padding-left: 50px;
  display: inline-block;
  width: 130px;
  background: url(/img/pdf.png) 0% 50% no-repeat;
  vertical-align: top;
  line-height: 45px;
}

#popup .pdf span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
}

#popup h3 {
  color: #000;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
}

#popup table {
  border-collapse: collapse;
  width: 100%;
}
#popup tr {
  border-bottom: 1px dashed #ccc;
}

#popup td {
  padding: 3px 10px;
  
}

/******************************/

.footer {
  height: 45px;
  background: #898989;
  color: #fff;
  padding: 20px 25px;
  font-size: 16px;
}

.dev {
  font-size: 10px;
  font-style: italic;
  text-decoration: none;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
}

.social {
  float: right;
  margin-top: -10px;
}

.social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.social a.yt {
  background: url(/img/social-yt.png) no-repeat;
}
.social a.gp {
  background: url(/img/social-gp.png) no-repeat;
}
.social a.fb {
  background: url(/img/social-fb.png) no-repeat;
}
.social a.vk {
  background: url(/img/social-vk.png) no-repeat;
}


/******************************/

.blue {
  color: #316d92;
  font-size: 16px;
  font-weight: bold;
}

.required {
  color: #f01d2c;
}

label {
  display: block;
  margin-top: 15px;
  margin-bottom: 3px;
}

label.inline {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
}

input[type=text] {
  display: block;
  border: 1px solid #c3c3c5;
  padding: 5px;
  border-radius: 10px;
}
input[type=text].error,textarea.error{
	border-color: red;
}
input[type=radio] {
  position: relative;
  top: 1px;
  margin-right: 5px;
}

textarea {
  display: block;
  width: 400px;
  height: 7em;
  border: 1px solid #c3c3c5;
  padding: 5px;
  border-radius: 10px;
}
select{
	border: 1px solid #c3c3c5;
    border-radius: 10px;
    display: block;
    padding: 5px;
}
.content input[type=submit] {
  background: #ed1d25 url(/img/submit-bg.png) 0 50% repeat-x;
  color: #fff;
  border: 1px solid #c3c3c5;
  padding: 5px 15px;
  border-radius: 10px;
  margin-top: 15px;
}

/******************************/
.contacts {
  width: 100%;
}

.contacts td {
  padding-right: 30px;
  padding-bottom: 50px;
}

.contacts td h2 {
  font-size: 16px !important;
}

.address {
  display: block;
  height: 20px;
  lin-height: 20px;
  color: #fff;
  background: #ee1d23;
  font-size: 10px;
  text-decoration: none;
  font-style: italic;
  padding: 0 10px;
  text-align: right;
}

.zoom {
  display: inline-block;
  background: url(/img/zoom-icon.png) 5px 5px no-repeat;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
}

.print {
  display: inline-block;
  background: url(/img/print-icon.png) no-repeat;
  height: 20px;
  line-height: 20px;
  padding-left: 25px;
}

.contacts-form {
  padding: 50px;
  background: #e7ebea;
  border-top: 1px solid #000;
}

.contacts-form div {
  display: inline-block;
  margin-right: 50px;
  vertical-align: top;
}

.contacts-form textarea {

}

.contacts-form .required {
  color: red;
}

.contacts-form input[type=submit] {
  background: #ed1d25 url(img/submit-bg.png) 0 50% repeat-x;
  color: #fff;
  border: 1px solid #c3c3c5;
  padding: 5px 15px;
  border-radius: 10px;
  margin-top: 15px;
}

/*==============*/
.booklets{
	margin-right: -55px;
}
.booklets div{
	width:50%;
	float: left;
	padding-right: 30px;
	padding-left: 185px;
	position: relative;
	box-sizing: border-box;
	margin-bottom:30px;
}
.booklets h3{
	font-size: 18px !important;
	margin-bottom:75px
}
.booklets div img{
	position: absolute;
	top:0;
	left:0;
	border: 1px solid #ccc;
}
.booklets div a{
	background: url("/img/pdf-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    font-size: 16px;
    padding:30px 0 0 70px;
	color: #565051;
}
.booklets div hr{
	border:none;
	border-bottom: 1px solid #ccc;
	margin-top:70px;
}
#promo1-form .respublic{
	margin-right: 40px
}
#promo1-form .respublic input{
	width: 250px;
}
.promo-item{
	vertical-align:middle;
}
.promo-item img{
	display: inline-block;
	margin-right: 10px;
}
.promo-item a{
	vertical-align:middle;
	display: inline-block;
	text-decoration:none;
}
.promo-item b{
	line-height: 50px;
    vertical-align: text-bottom;
}

#products-list{
	width: 90%;
	margin: 50px auto;
	border-collapse: collapse;
}
#products-list td{
	border: 1px solid #ccc;
	padding: 2px 5px;
}