html * {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  zoom: 1;
  font-family: 'Open Sans', arial, sans-serif;
}
html article,
html aside,
html details,
html figcaption,
html figure,
html footer,
html header,
html hgroup,
html menu,
html nav,
html section {
  display: block;
}
html body .md-btn {
  background: #0a9644;
  color: #fff;
  text-decoration: none;
  text-align: center;
  min-width: 135px;
  padding: 0 15px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(78, 78, 78, 0.2);
  -moz-box-shadow: 0px 1px 3px rgba(78, 78, 78, 0.2);
  box-shadow: 0px 1px 3px rgba(78, 78, 78, 0.2);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
html body .md-btn:hover {
  background: #4bc078;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 0px rgba(78, 78, 78, 0.2);
  box-shadow: 0px 0px 0px rgba(78, 78, 78, 0.2);
}
html body .md-btn:active {
  background: #00702b;
  color: rgba(255, 255, 255, 0.4);
}
html body .md-btn[disabled="disabled"] {
  background: #087937;
  color: #289d58;
  cursor: auto;
}
html body .-request-back-call {
  display: block;
  float: right;
  width: 146px;
  height: 31px;
  line-height: 31px;
  background: #0a9644;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  position: relative;
}
html body .-request-back-call > div {
  position: absolute;
  display: none;
  width: 330px;
  height: 110px;
  left: -154px;
  top: -66px;
  padding: 0;
  background: #ffffff;
  cursor: default;
}
html body .-request-back-call > div > img {
  position: absolute;
  top: 0;
  left: -20px;
  cursor: pointer;
}
html body .-request-back-call > div > div {
  display: block;
  color: #000000;
  text-align: left;
  line-height: normal;
  font-size: 16px;
  font-weight: 200;
  width: 150px;
  margin: 20px 0 0 0;
  float: left;
}
html body .-request-back-call > div > input,
html body .-request-back-call > div > button,
html body .-request-back-call > div > span.tel {
  width: 172px;
  min-width: 0;
  margin-top: 5px;
  border: 1px solid #eaeaea;
  float: right;
  padding: 4px 8px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html body .-request-back-call > div > button {
  border: 0;
  width: 172px;
}
html body .-request-back-call > div > input.wrong {
  border: 1px solid #ff0000;
}
html body .-request-back-call > div > span.tel {
  position: relative;
  padding: 0 0 0 4px;
  width: 172px;
  min-width: 0;
  margin-top: 5px;
  border: 1px solid #eaeaea;
  float: right;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html body .-request-back-call > div > span.tel:before {
  display: block;
  content: '+7';
  position: absolute;
  left: 4px;
  top: 0;
  line-height: 32px;
  color: #777777;
  font-weight: normal;
}
html body .-request-back-call > div > span.tel.wrong {
  border: 1px solid #ff0000;
}
html body .-request-back-call > div > span.tel > input {
  width: 100%;
  height: 32px;
  padding-left: 20px;
  line-height: 32px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html body .-request-back-call.active {
  background: #0a6f34;
  color: #94b59e;
}
html body .-request-back-call.active > div.-request-back-call-popup {
  display: block;
}
html body .-request-back-call.thanks > div > div {
  width: 220px;
}
html body .-request-back-call.thanks > div.-request-back-call-thanks {
  display: block;
}
html body .clear {
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
html body div.cover {
  display: none;
}
html body.wait {
  position: relative;
}
html body.wait div.cover {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 600000;
  color: wait;
}
html body.wait div.cover > img {
  cursor: wait;
}
html body > section {
  min-width: 1000px;
}
html body > section > header {
  width: 100%;
  background: #333;
}
html body > section > header.fixed > nav {
  -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.5);
}
html body > section > header > nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  background: #333;
  z-index: 100;
}
html body > section > header > nav > div {
  width: 960px;
  margin: 0 auto;
  padding: 0 20px 0 20px;
}
html body > section > header > nav > div:before {
  content: '';
  display: block;
  position: absolute;
  width: 2000px;
  margin-left: -2000px;
  height: 40px;
  background: #fff;
}
html body > section > header > nav > div > ul {
  display: block;
  list-style: none;
  width: 630px;
  height: 40px;
  float: left;
  background: #fff;
  z-index: 2;
}
html body > section > header > nav > div > ul > li {
  float: left;
  border-left: 1px solid #e3e3e3;
  padding: 0 15px;
  position: relative;
  z-index: 5;
  font-weight: 300;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html body > section > header > nav > div > ul > li.sub-menu > a:hover {
  text-decoration: none;
}
html body > section > header > nav > div > ul > li.sub-menu > a:after {
  content: "\f107";
  font-family: FontAwesome;
  color: #444444;
  margin-left: 10px;
}
html body > section > header > nav > div > ul > li a {
  color: #444444;
  text-decoration: none;
}
html body > section > header > nav > div > ul > li a:hover {
  text-decoration: none;
}
html body > section > header > nav > div > ul > li > div {
  width: calc(100% + 2px);
  overflow: hidden;
  max-height: 0;
  position: absolute;
  top: 40px;
  left: -1px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
html body > section > header > nav > div > ul > li > div > ul {
  display: block;
  background: #f3f3f3;
  border: 1px solid #e3e3e3;
  padding: 10px 10px 15px;
  list-style: none;
  line-height: normal;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html body > section > header > nav > div > ul > li > div > ul > li {
  font-size: 14px;
  white-space: nowrap;
}
html body > section > header > nav > div > ul > li > div > ul > li > a:hover {
  text-decoration: underline;
}
html body > section > header > nav > div > ul > li:hover > div {
  max-height: 500px;
}
html body > section > header > nav > div > div {
  background: #333;
  float: right;
  color: #fff;
  line-height: 40px;
  text-align: right;
  width: 330px;
  height: 40px;
}
html body > section > header > nav > div > div > a {
  color: #ffffff;
  text-decoration: none;
}
html body > section > header > nav > div > div > a:hover {
  text-decoration: underline;
}
html body > section > header > div {
  background: #fff;
  margin: 40px 0 0 0;
}
html body > section > header > div > div {
  margin: 0 auto;
  padding: 24px 20px 24px 20px;
  width: 960px;
  height: 90px;
}
html body > section > header > div > div > a {
  float: left;
  display: block;
  width: 220px;
  height: 66px;
  margin: 7px 0 0 0;
}
html body > section > header > div > div > div {
  float: right;
  vertical-align: middle;
  width: 330px;
  height: 100%;
  padding: 0 0 0 20px;
  border-left: 1px solid #e3e3e3;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html body > section > header > div > div > div > ul {
  list-style: none;
  width: 100px;
  height: 44px;
  float: left;
}
html body > section > header > div > div > div > ul > li > a {
  color: #777;
  text-decoration: none;
}
html body > section > header > div > div > div > ul > li > a:hover {
  text-decoration: underline;
}
html body > section > header > div > div > div > div {
  float: right;
  width: 180px;
}
html body > section > header > div > div > div > div > span {
  display: block;
  float: right;
}
html body > section > header > div > div > div > div > span > a {
  font-size: 24px;
  line-height: 26px;
  color: #444;
  text-decoration: none;
}
html body > section > header > div > div > div > div > span > a:hover {
  text-decoration: none;
}
html body > section > header > div > div > div > div > span > a:after {
  content: 'круглосуточно';
  margin: 0 auto;
  color: #e3e3e3;
  font-weight: 300;
  font-size: 26px;
  line-height: 20px;
  display: block;
}
html body > section > section > div {
  width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
html body > section > footer {
  background: #444444;
  border-top: 1px solid #e3e3e3;
}
html body > section > footer > div {
  width: 960px;
  margin: 0 auto;
  padding: 40px 20px 80px 20px;
  color: #fff;
}
html body > section > footer > div > div > div {
  width: 600px;
  float: left;
  font-size: 14px;
  font-weight: 300;
}
html body > section > footer > div > div > aside {
  float: right;
  width: 230px;
}
html body > section > footer > div > div > aside:after {
  content: '';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
html body > section > footer > div > div > aside > ul {
  list-style: none;
}
html body > section > footer > div > div > aside > ul > li {
  float: left;
  margin-left: 30px;
}
html body > section > footer > div > div > aside > ul > li > a {
  background: url('../img/social_sprite@x2.png') 0 0 no-repeat;
  display: block;
  width: 27px;
  height: 22px;
  background-size: 108px 22px !important;
  -webkit-background-size: 108px 22px !important;
  -moz-background-size: 108px 22px !important;
  -o-background-size: 108px 22px !important;
}
html body > section > footer > div > div > aside > ul > li > a.fb {
  background-position: 0 0;
}
html body > section > footer > div > div > aside > ul > li > a.tw {
  background-position: -27px 0;
}
html body > section > footer > div > div > aside > ul > li > a.vk {
  background-position: -54px 0;
}
html body > section > footer > div > div > aside > ul > li > a.rss {
  background-position: -81px 0;
}
html body > section > footer > div > div > nav {
  clear: both;
}
html body > section > footer > div > div > nav :first-child {
  margin-left: 0;
}
html body > section > footer > div > div > nav :first-child > li > a {
  color: #fff;
}
html body > section > footer > div > div > nav > ul {
  clear: both;
  display: inline-block;
  list-style: none;
  vertical-align: top;
  margin: 40px 0 0 84px;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
}
html body > section > footer > div > div > nav > ul:first-of-type {
  margin-left: 0;
}
html body > section > footer > div > div > nav > ul:first-of-type > li > a {
  color: #fff;
}
html body > section > footer > div > div > nav > ul > li > a {
  color: #b7b7b7;
  text-decoration: none;
}
html body > section > footer > div > div > nav > ul > li > a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  .resetWidthHeight {
    width: auto;
    height: auto;
    max-width: auto;
    max-height: auto;
  }
  html body > section {
    min-width: 0;
  }
  html body > section > header > div {
    margin: 0;
  }
  html body > section > header > div > div {
    width: auto;
    height: auto;
    max-width: auto;
    max-height: auto;
  }
  html body > section > header > div > div > a {
    margin: 0 auto;
    float: none;
  }
  html body > section > header > div > div > div {
    display: block;
    padding: 0;
    border: 0;
    float: none;
    width: auto;
    height: auto;
    max-width: auto;
    max-height: auto;
  }
  html body > section > header > div > div > div > ul {
    display: none;
  }
  html body > section > header > div > div > div > div {
    float: none;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: auto;
    max-height: auto;
  }
  html body > section > header > div > div > div > div > span {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  html body > section > header > div > div > div > div > span > a:after {
    display: none;
  }
  html body > section > header > div > div > div > div > div.-request-back-call {
    display: none;
  }
  html body > section > header > nav {
    position: static;
    background: #fff;
    width: auto;
    height: auto;
    max-width: auto;
    max-height: auto;
  }
  html body > section > header > nav > div {
    display: block;
    padding: 0;
    width: auto;
    height: auto;
    max-width: auto;
    max-height: auto;
  }
  html body > section > header > nav > div:before {
    display: none;
  }
  html body > section > header > nav > div > ul {
    width: auto;
    height: auto;
    max-width: auto;
    max-height: auto;
    float: none;
    border-top: 1px solid #e3e3e3;
  }
  html body > section > header > nav > div > ul li {
    text-align: center;
  }
  html body > section > header > nav > div > ul a {
    text-decoration: none !important;
  }
  html body > section > header > nav > div > ul a:hover {
    text-decoration: none !important;
  }
  html body > section > header > nav > div > ul > li {
    display: block;
    float: none;
    border: 0;
    width: auto;
    height: auto;
    max-width: auto;
    max-height: auto;
  }
  html body > section > header > nav > div > ul > li.sub-menu > a:after {
    display: none;
  }
  html body > section > header > nav > div > ul > li a {
    display: block;
  }
  html body > section > header > nav > div > ul > li > div {
    position: static;
    width: auto;
    height: auto;
    max-width: auto;
    max-height: auto;
    max-height: 1000px;
    max-width: 100%;
  }
  html body > section > header > nav > div > ul > li > div > ul {
    border: 0;
    background: transparent;
    padding: 0;
  }
  html body > section > header > nav > div > ul > li > div > ul > li {
    line-height: 40px;
  }
  html body > section > header > nav > div > div {
    float: none;
    text-align: center;
    width: auto;
    height: auto;
    max-width: auto;
    max-height: auto;
  }
  html body > section > section {
    width: auto;
    height: auto;
    max-width: auto;
    max-height: auto;
  }
  html body > section > section > div {
    width: auto;
    height: auto;
    max-width: auto;
    max-height: auto;
  }
  html body > section footer > div {
    width: auto;
    height: auto;
    max-width: auto;
    max-height: auto;
  }
  html body > section footer > div > div > div {
    display: block;
    float: none;
    text-align: center;
    width: auto;
    height: auto;
    max-width: auto;
    max-height: auto;
  }
  html body > section footer > div > div > aside {
    display: block;
    margin: 20px 0 0 0;
    float: none;
    width: auto;
    height: auto;
    max-width: auto;
    max-height: auto;
  }
  html body > section footer > div > div > aside > ul {
    text-align: center;
  }
  html body > section footer > div > div > aside > ul > li {
    float: none;
    display: inline-block;
  }
  html body > section footer > div > div > aside > ul > li:first-of-type {
    margin: 0;
  }
  html body > section footer > div > div > nav {
    margin-top: 20px;
  }
  html body > section footer > div > div > nav > ul {
    width: auto;
    height: auto;
    max-width: auto;
    max-height: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
