.right {
  float: right;
}

.left {
  float: left;
}

.clear {
  clear: both;
  height: 0px;
}

.clearl {
  clear: left;
  height: 0px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.l {
  text-align: left;
}

.r {
  text-align: right;
}

.c {
  text-align: center;
}

.j {
  text-align: justify;
}

.pm0 {
  margin: 0px;
  padding: 0px;
}
.f12{
  font-size: 12px;
}
.uppercase {
  text-transform: uppercase;
}

.nounderline {
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.finger {
  cursor: pointer;
}

.invisible, .longitude, .longitude {
  display: none;
}

header, section, nav, aside, footer, address, main {
  display: block;
}

address {

}

img {
  border: none;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

html, body {
  margin: 0px;
  padding: 0px;
}

body {
  background: url("/images/texture.png") repeat scroll 0px 0px transparent;
  color: #3e3e3e;
  font-family: Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 14px;
}

h1 {
  margin: 2px 0 18px 0;
  padding: 0 0 4px 0;
  font-size: 18px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  color: #000;
  border-bottom: solid 1px #603913;
}

h2 {
  font-size: 18px;
  color: #474747;
  font-style: normal;
  margin-top: 10px;
}

h3 {
  font-size: 14.6px;
  color: #474747;
  font-style: normal;
}

p {
  text-align: justify;
}

a {
  color: #3E3E3E;
}

a:hover {
  text-decoration: underline;
  color: #000000;
}

hr {
  border: solid 1px #603913;
}
li.search{
  display: block;
  background: url('/images/menu_bullet.png') 0 6px no-repeat;
  padding-left: 20px;
}
.page {
  width: 1280px;
  background: #fff;
  margin: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}

.page_bg{
  position: relative;
  width: 1280px;
  height: 18px;
  margin: auto;
  top: 12px;
  border-radius: 5px;
  background-color: #6f607d;
}

.round {
  border-radius: 5px;
}

.shadow{
  box-shadow: 0 0 5px #000;
  background-color: #F4F5EF;
}

#logo {
  background: url("/images/logo.png") no-repeat 0 17px;
  float: left;
  width: 200px;
  height: 15px;
  padding-top: 95px;
  margin-left: 20px;
  color: #626262;
  font-size: 10px;
 }
 #logo:after {
  content: " ";
  display: block;
  width: 155px;
  height: 9px;
  position: absolute;
  top: 102px;
  margin-left: -2px;
  background: url("/images/logo_text.png") no-repeat 0px 0px;
 }

.phone_block{
  float: right;
  width: 300px;
  margin: 16px 18px 4px 0;
  text-align: right;
  font-weight: bold;
}

.phone p{
  text-align: right;
  color: #554760;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-weight: bold;
}
input:-moz-placeholder,textarea:-moz-placeholder {
  font-weight: bold;
}

input[type='text'], textarea{
  font-family: Arial,Tahoma, sans-serif;
  font-size: 12px;
  color: #3e3e3e;
  background: #efefe9;
  border: none;
  padding: 7px 8px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: block;
}
input[type='text']{
  float: left;
  margin: 0 0 14px 18px;
  width: 260px;
}
input[type='text']:first-child{
  margin-left: 0;
}
textarea{
  width: 850px;
  clear: left;
  margin: 14px 0 7px 0;
  height: 100px;
  resize:none;
}
.phone_block input[type="text"]{
  float: right;
  display: block;
  width: 130px;
  height: 15px;
  margin: 9px 3px 0 0;
  border: solid #72695c 1px;
  background: #fff;
  padding: 0;
  font-size: 9px;
}
input[type="submit"]{
  text-transform: uppercase;
  cursor: pointer;  
  font-size: 12px;
  background: #cc6804;
  border: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  color: #fff;
  padding: 4px 6px;
}
.phone_block input[type="submit"], a.button{
  display: block;
  float: right;
  width: 43px;
  height: 17px;
  margin-top: 9px;
  padding: 0;
  background: #cc6804;
  border: none;
  color: #fff;
  font-size: 9px;
  text-align: center;
  font-family: Arial Narrow, Arial, sans-serif;
  padding-top: 1px 0;
  text-decoration: none;
}
a.button{
  font-size: 11px;
  text-transform: uppercase;
  width: 58px;
  line-height: 23px;
  height: 23px;
  vertical-align: middle;
}
.main-menu{
  width: 1250px;
  height: 31px;
  position: relative;
  top: 4px;
  margin-left: 14px;
  background: #62576b;
  background: -moz-linear-gradient(top, #887f96, #44374a);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#887f96), color-stop(100%,#44374a));
  background: -webkit-linear-gradient(top, #887f96, #44374a);
  background: -o-linear-gradient(top, #887f96, #44374a);
  background: -ms-linear-gradient(top, #887f96, #44374a);
  background: linear-gradient(top, #887f96, #44374a);
  z-index: 100;
}

.main-menu>ul{
  float: right;
  display: block;
  z-index: 120; 
}

.main-menu>ul>li{
  float: left;
  background: url('/images/li_bg.png') no-repeat 0 5px;
  position: relative;
  z-index: 100;
}

.main-menu>ul>li>a, .main-menu>ul>li>span{
  display: block;
  height: 31px;
  margin-left: 1px;
  text-decoration: none;
  color: #e5d7cb;
  line-height: 32px;
  font-size: 12px;
  padding: 0 11px 0 11px;
  text-transform: uppercase;
}

.main-menu>ul>li:last-child {
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}

.main-menu>ul>li>a:hover, .main-menu>ul>li>.active {
  background: #a15201;
  background: -moz-linear-gradient(top, #d6720e, #673401);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6720e), color-stop(100%,#673401));
  background: -webkit-linear-gradient(top, #d6720e, #673401);
  background: -o-linear-gradient(top, #d6720e, #673401);
  background: -ms-linear-gradient(top, #d6720e, #673401);
  background: linear-gradient(top, #d6720e, #673401);
}


.menu-shadow{
  position: absolute;
  left: 50%;
  top: 145px;
  width: 1100px;
  margin-left: -550px;
  height: 15px;
  background: url('/images/shadow_mid.png') repeat-x;
}

.menu-shadow:before, .menu-shadow:after{
  content: '';
  position: absolute;
  top: 0px;
  width: 80px;
  height: 15px;
  background: url('/images/shadow_left.png') 0 0 no-repeat;
}

.menu-shadow:before{
  left: -80px;
}

.menu-shadow:after{
  right: -80px;
  background: url('/images/shadow_right.png') 0 0 no-repeat;
}

.breadcrumbs {
  margin: 17px 0 0 15px;
}

.breadcrumbs li {
  float: left;
  color: #595959;
  font-size: 11px;
  padding-right: 18px;
  margin-left: 5px;
  background: url('/images/breadcrumbs.png') no-repeat 100% 3px;
  text-transform: uppercase;
}

.breadcrumbs li:last-child{
  background: none;
  margin-left: 5px;
}

.breadcrumbs li a{
  color: #595959;
  text-decoration: none;
  margin-left: 0;
  text-transform: uppercase;
}

.breadcrumbs li a:hover{
  color: #000;
}

.date{
  float: right;
  color: #595959;
  font-size: 11px;
  margin: -2px 20px 0 0;
}

.date span{
  margin-left: 10px;
}

.content{
  margin-top: 12px;
  padding: 0 20px 0 20px;
  min-height: 300px;
}

.banner{
  float: left;
  position: relative;
  width: 228px;
  height: 308px;
  margin-right: 16px;
  background: url('/images/shadow_banner_small.png') 0px 288px no-repeat;
}
.linkedit{
  position: absolute;
  top: 20px;
  left: 20px;
}
.newedit{
  position: absolute;
  top: 50px;
  left: 20px;
}
.new{
  position: absolute;
  top: 0;
  left: 0;
  background: url('/images/icons/new_service.png') no-repeat 0 0;
  width: 122px;
  height: 105px;
}
.news_item{
  width: 45%;
  min-height: 250px;
  float: left;
  margin-left: 40px;
}
.news_item h2{
  min-height: 45px;
}
.slider{
  float: right;
  width: 751px;
  height: 308px;
  background: url('/images/shadow_banner_big.png') 0px 288px no-repeat;
}

.slider-content{
  background-color: white;
  float: right;
  position: relative;
  width: 731px;
  height: 268px;
  padding: 10px;
}
.slider-content>img{
  position: absolute;
  top: 10px;
  left: 10px;
}
.slider-content>ul{
  position: absolute;
  display: block;
  left: 50%;
  bottom: 12px;
  margin: 4px 0 0 -40px;
}

.slider-content>ul>li{
  float: left;
  list-style: none;
}

.slider-content>ul>li>a{
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 7px;
  background: url('/images/dot_passive.png');
}

.slider-content>ul>li>a.active{
  background: url('/images/dot_active.png');
  cursor: default;
}

.shadow-1px{
  box-shadow: 0px 0px 1px #000;
  background-color: white;
}

.col-left{
  float: left;
  width: 723px;
  border-right: solid 1px #959595;
  padding: 30px 17px 30px 10px;
  margin-top: 10px;
  min-height: 250px;
}

.col-right{
  margin: 40px 0 0 733px;
  /*width: 250px;*/
}


.subcol-b{
  float: left;
  width: 225px;
  margin: 0 0 0 15px;
}

.subcol-b:first-child{
  float: left;
  width: 225px;
  margin: 0 7px 0 15px;
}
.col-right-catalog{
  float: right;
  width: 940px;
}

.col-right p, .col-left p{
  text-indent: 0.8em;
}

.col-left p, .col-left ul, .col-left ol{
  margin-left: 13px;
  margin-right: 7px;
}

.col-right img{
  margin-bottom: -10px;
}

#footer{
  clear: both;
  padding-top: 20px;
  position: relative;
  bottom: 0;
  height: 173px;
}

.unika{
  float: right;
}

.unika a{
  color: #fff;
  float: right;
  text-decoration: none;
}

.footer-links{
  background: #d8d5d5;
  height: 124px;
  padding: 14px 0 18px 135px;
}

.footer-info{
  padding: 0 20px 0 20px;
  position: absolute;
  width: 1240px;
  bottom: 0;
  height: 49px;
  background: #5e4c73;
  color: #fff;
  font-size: 11px;
  line-height: 50px;
}

.footer-links a{
  font-size: 12px;
  font-family: Tahoma, Arial, sans-serif;
  color: #36313a;
  text-decoration: none;
  cursor: pointer;
}

.footer-links a:hover{
  color: #1e1c1c;
}

.footer-links>ul{
  margin: auto;
}

.footer-links>ul>li{
  float: left;
  margin-right: 15px;
}

.footer-links>ul>li>ul{
  width: 165px;
  line-height: 18px;
}

.footer-links>ul>li>ul>li:first-child{
  font-weight: bold;
}

.laying{
  margin: 3px 0 25px 0;
  height: 24px;
  border-bottom: solid 1px #989898;
}

.laying li{
  float: left;
}
.hide{
  display: none;
}
.laying label{
  display: block;
  float: left;
  height: 23px;
  text-decoration: none;
  color: #696b6b;
  background: #e7e7de;
  background: -moz-linear-gradient(top, #e7e7de, #fff);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7de), color-stop(100%,#fff));
  background: -webkit-linear-gradient(top, #e7e7de, #fff);
  background: -o-linear-gradient(top, #e7e7de, #fff);
  background: -ms-linear-gradient(top, #e7e7de, #fff);
  background: linear-gradient(top, #e7e7de, #fff);
  border: solid 1px #989898;
  border-bottom: none;
  margin-left: 10px;
  line-height: 23px;
  padding: 0 17.1px 0 17.1px;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}

.laying input:checked+label{
  margin-top: -5px;
  height: 28px;
  color: #000;
  background: #c6c2c6;
  background: -moz-linear-gradient(top, #c6c2c6, #F4F5EF);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c2c6), color-stop(100%,#F4F5EF));
  background: -webkit-linear-gradient(top, #c6c2c6, #F4F5EF);
  background: -o-linear-gradient(top, #c6c2c6, #F4F5EF);
  background: -ms-linear-gradient(top, #c6c2c6, #F4F5EF);
  background: linear-gradient(top, #c6c2c6, #F4F5EF);
  cursor: default;
  border-bottom: solid 1px #F4F5EF;
}

.laying>ul>li>a:hover{
  color: #000;
}

.laying>ul>li:first-child{
  margin-left: 6px;
}
.production-blocks{
  margin: 0 -1px;
  margin-top: 24px;
}

.production-block{
  float: left;
  margin: 14px; 
  width: 280px;
  height: 240px;
  background: #e0e0dc;
  background: -webkit-linear-gradient(top, #f0f0ec, #d3d2ce);
  background: -moz-linear-gradient(top, #f0f0ec, #d3d2ce);
  background: -o-linear-gradient(top, #f0f0ec, #d3d2ce);
  background: -ms-linear-gradient(top, #f0f0ec, #d3d2ce);
  background: linear-gradient(top, #f0f0ec, #d3d2ce);
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.4);
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #fff;
  text-align: center;
  list-style: none;
}

.production-block:hover{
  background: #e0e0dc;
  background: -webkit-linear-gradient(top, #f0f0ec, #d3d2ce);
  background: -moz-linear-gradient(top, #f0f0ec, #d3d2ce);
  background: -o-linear-gradient(top, #f0f0ec, #d3d2ce);
  background: -ms-linear-gradient(top, #f0f0ec, #d3d2ce);
  background: linear-gradient(top, #f0f0ec, #d3d2ce);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.6);
}

.production-block:active{
  background: #e0e0dc;
  background: -webkit-linear-gradient(top, #f0f0ec, #d3d2ce);
  background: -moz-linear-gradient(top, #f0f0ec, #d3d2ce);
  background: -o-linear-gradient(top, #f0f0ec, #d3d2ce);
  background: -ms-linear-gradient(top, #f0f0ec, #d3d2ce);
  background: linear-gradient(top, #f0f0ec, #d3d2ce);
  -webkit-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.4) inset;
  border-color: #B4B4B4;
}

.production-text{
  padding: 0 40px 0 40px;
  font-size: 18px;
  color: #1e5e65;
  margin: 3px 0 6px 0;
  text-align: center;
  text-decoration: none;
  line-height: 18px;
}

a.subcol-header{
  display: block;
  font-size: 18px;
  color: #1c5d73;
  font-weight: normal;
  margin: 2px 0 14px 0;
  border-bottom: solid 1px #959595;
  padding:0 0 2px 3px;
  text-decoration: none;
}

/* submenu */
ul.submenu{
  display: none;
  width: 270px;
  text-align: left;
  padding-top: 31px;
  position: absolute;
  clear: both;
  z-index: 100;
}

ul.submenu:before{
  content: ' ';
  width: 278px;
  height: 31px;
  display: block;
  background: url('/images/menu_shadow_top.png') no-repeat 0 6px;
  position: absolute;
  top: 0;
  z-index: 200;
}

ul.submenu:after{
  content: ' ';
  width: 278px;
  height: 10px;
  display: block;
  background: url('/images/menu_shadow_bot.png') no-repeat;
  position: absolute;
}

ul.submenu:hover{
  display: block;
}

ul.submenu>li{
  display: block;
  width: 278px;
  background: url('/images/menu_shadow.png') repeat-y;
  text-transform: uppercase;
}


ul.submenu>li>a{
  display: block;
  width: 250px;
  z-index: 100;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  padding: 6px 0 6px 20px;
  position: relative;
  left: 4px;
}

ul.submenu>li>a:hover{
  background: #8e849c;
}

li:hover>ul.submenu{
  display: block;
}

.catalog-menu li{
  color: #cc6804;
  padding: 0 0 10px 12px;
  margin-top: 10px;
  border-bottom: 1px solid #4f818c;
  background: url('/images/menu_bullet.png') no-repeat 0 4px;
  list-style: none;
}

.catalog-menu li:last-child{
  border-bottom: none;
}

.catalog-menu a, .catalog-menu span{
  display: block;
  color: #595959;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
}

.catalog-menu li a:hover, .catalog-menu li .active{
  color: #cc6804;
}

.catalog-menu li.children {
  position: relative;
  color: #cc6804;
}

.catalog-menu li.children:after {
  content: ' ';
  width: 8px;
  height: 7px;
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  background: url('/images/menu_active.png') 0 0 no-repeat;
}
.catalog-menu li.children>ul{
  display: none
}
.catalog-menu a.active+ul{
  display: block; !important
}
.catalog-menu li ul li:last-child{
  padding-bottom: 0;
}

.sidebar-shadow{
  width: 320px;
  background: url('/images/catalog_shadow_med.png') repeat-y 0 0;
  margin: 30px 0 0 -24px;
  float: left;
}

.sidebar-shadow:after{
  content: ' ';
  display: block;
  width: 320px;
  height: 30px;
  position: absolute;
  background: url('/images/catalog_shadow_bot.png') no-repeat 0 0;
}
.sidebar-shadow:before{
  content: ' ';
  display: block;
  width: 320px;
  height: 30px;
  position: absolute;
  margin-top: -30px;
  background: url('/images/catalog_shadow_top.png') no-repeat 0 0;
}

.sidebar{
  margin: 0 0 0 23px;
  width: 210px;
  padding: 15px 30px 0 30px;
  background: #fff;
}

.sidebar-header{
  font-size: 15px;
  color: #000;
  margin: 2px 0 15px 12px;
}

.catalog-items{
  margin: 35px 0 0 -18px;
}

.catalog-items li{
  float: left;
  margin: 0  0 47.5px 18px;
  list-style: none;
}

.line{
  margin-top: 24px;
  width: 1230px;
  height: 1px;
  background: #603913;
  margin-left: 6px;
}

.partners_header{
  color: #186265;
  font-size: x-large;
  margin: 15px 0;
}

#address {
  background: #f2f1ee;
  margin: 22px 0 50px 5px;
  border: solid 10px #fff;
  width: 1144px;
  padding: 0 30px 43px;
}

#address:after {
  content: ' ';
  display: block;
  width: 1251px;
  height: 62px;
  position: absolute;
  margin: 53px 0 0 -55px;
  background: url('/images/address_shadow.png') no-repeat 0 0px;
}

#myaddress {
  position: relative;
  float: left;
  background: white;
  margin: 22px 0 0 5px;
  border: solid 10px #fff;
  width: 220px;
  padding: 0 30px 10px 30px;
}
#myaddress p{
  font-size: 12px;
  text-align: left;
  font-style: normal;
  margin: 12px 0 -2px 0;
}
#forma {
  position: relative;
  float: left;
  background: white;
  margin: 22px 0 0 15px;
  padding: 18px 20px 11px;
  text-align: right;
}
#forma form{
  width: 866px;
}

.col_address{
  overflow: hidden;
  margin-left: 52px;
  padding-top: 50px;
}

.col_address>li{
  width: 260px;
  float: left;
  margin: 0;
  list-style: none;
}

.col_address>li>div{
  margin: 0 0 20px;
  cursor: pointer;
  border: solid 1px transparent;
}

.col_address li div.spb, .col_address li div.lo{
  padding: 10px;
  margin: 0 0 0;
  cursor: pointer;
}

.col_address li div.spb:hover, .col_address li div.lo:hover{
  border: solid 1px #ddd;
}

.col_address li div p, .col_address li div ul, .col_address li div ol{
  font-size: small;
  text-align: left;
  font-style: normal;
  margin: 0;
  color: #666;
}

.col_address li div.partners_services ul, .partners_services ul{
  list-style: disc;
  padding-left: 12px;
  font-size: 11px;
  color: #693501;
  padding-top: 5px;
}

.col_address li div.partners_services ol, .partners_services ol{
  padding-left: 14px;
  list-style: decimal;
  font-size: 11px;
  color: #693501;
  padding-top: 5px;
}

.col_address li div.region_spb, .col_address li div.region_lo{
  font-size: 14px;
  padding-left: 10px;
  cursor: default;
}

.col_address li div.region_spb+div, .col_address li div.region_lo+div{
  margin-top: 0;
}

.col_address li div.region_spb {
  margin: -19px 0 0 0;
  color: #333399;
}

.col_address li div.region_lo {
  margin: 5px 0 0 0;
  color: #99284c;
}

.col_address li div p.partners_title, .partners_title{
  text-transform: uppercase;
  font-size: x-small;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #004586;
  margin: 0;
}

.col_address li div.lo p.partners_title{
  color: #993300;
}

.copyright{
  float: left;
  margin-top: -11px;
}
.imagel{
  float: left;
  margin: 0 20px 10px 0;
}
.imager{
  float: right;
  margin: 0 0 10px 20px;
}
.inlinep p{
  display: inline;
}
.navigator{
  display: block;
  clear: both;
  text-align: center;
}
.navigator a, .navigator strong{
  display: inline;
  margin: 5px;
}
.content ul li img, .subcol-b img{
  padding: 6px ;
}
.content ul{
  list-style: disc;
  list-style-position: inside;
}
.content ol{
  list-style: decimal;
  list-style-position: inside;
}
.content>ul>ul{
  list-style: none;
}
.p10{
  padding: 10px;
  background-color: white;
}
a.none{
  border-bottom: none;
}
#map{
  width: 100%;
  height: 500px;
}
.metro_pict{
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
  margin: 0 7px -3px 0;
  background: url('/images/metro.png') no-repeat 50% 35%;
}
.content .no_bullet{
  list-style: none;
}
ymaps div.partners_services ul, ymaps div.partners_services ol{
  padding: 2px 0 0 2px;
  margin: 0;
  line-height: 12px;
}