/* Generated by less 2.5.1 */
/* FONTS */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&amp;subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,700,900);
@import url(https://fonts.googleapis.com/css?family=Comfortaa:400,700,300&amp;subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&amp;subset=latin,cyrillic);
html * {
  max-height: 1000000px;
}
/* COLORS */
*::selection {
  color: white;
  background-color: #000;
}
input {
  line-height: normal;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"] {
  
}
html {
  width: 100%;
  font-size: 65.5%;
}
html body {
  width: 100%;
  font-size: 16px;
  font-size: 1.5rem;
  font-family: "PT Sans", sans-serif;
}
html body h1 {
  color: #111;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 16px;
}
html body h2,
.h2 {
  margin-bottom: 25px;
  font-family: "PT Sans";
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 26px;
  display: block;
}
html body h3 {
  color: #005803;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
}
html body p {
  color: #535353;
  font-family: "PT Sans";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 24px;
}
html body a {
  text-decoration: none;
}
html body a:hover {
  text-decoration: none;
}
html body ul.list {
  padding: 10px 0 10px 0;
}
html body ul.list li {
  margin-left: 20px;
  margin-bottom: 10px;
  list-style: circle;
  color: #005803;
  line-height: 20px;
}
html body ul.list li span {
  color: #535353;
  font-size: 1.5rem;
}
html body table {
  width: 100%;
  margin: 30px 0 35px 0;
}
html body table tr:first-child {
  color: #3f4244;
}
html body table tr:first-child td {
  background-color: #f7f7f7;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 24px;
}
html body table tr td:first-child {
  width: 460px;
}
html body table td {
  font-weight: 400;
  line-height: 24px;
  padding: 10px 0px 10px 20px;
  background-color: #fdfdfd;
}
html body table td:last-child {
  width: 145px;
}
html body table td:nth-child(2) {
  width: 195px;
}
.header__contacts {
  float: right;
  margin-top: -20px;
}
.header__top {
  height: 105px;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.header__top .logo {
  float: left;
}
.header__top img {
  float: left;
  display: inline-block;
  margin-right: 15px;
  margin-top: 14px;
  max-height: 40px;
}
.header__top img.hp {
  margin-top: -20px;
}
.header__top img.xiaomi {
  margin-top: 0px;
}
.header__top img.apple {
  margin-top: -24px;
}
.header__top img.samsung {
  margin-top: 15px;
}
.header__top img.sony {
  margin-top: 15px;
}
.header__top img.nikon {
  margin-top: 15px;
}
.header__top__tagline {
  display: inline-block;
  color: black;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 10px;
}

.header__top__tagline > span {
  display: block;
}

.header__top__phone {
  float: right;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
}
.header__top__phone a {
  color: black;
}
.header__top__worktime {
  margin-top: -5px;
  float: right;
  color: #343434;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}
.header__menu {
  height: 50px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4e4e4+0,ffffff+100 */
  background: #005803;
  /* Old browsers */

  color: white;
  z-index: 2;
  opacity: 1;
}
.header__menu ul {
  margin: 0 auto;
  display: flex;
  align-content: stretch;
}
.header__menu.brandNav {
  opacity: .999999;
}
.header__menu ul li {
  #display: inline-block;
  position: relative;
  z-index: 9;
}

.header__menu div > ul > li {
  flex-grow: 1;
}

.header__menu ul li a, .header__menu ul li span {
  display: block;
  padding: 0px 15px;
  color: #ddd;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 50px;
  transition-property: background-color;
  transition-duration: .5s;
  text-align: center;
}
.header__menu ul.menu-status > li a, .header__menu ul.menu-status > li span {
  padding: 0px 15px;
}
.header__menu ul li span {
    cursor: default;
}
.header__menu ul li a {
  cursor: pointer;
}
.header__menu ul li:hover > a {
  background-color: #d4d4d4;
  color: #222;
}
.header__menu ul li a.active, .header__menu ul li span.active  {
  background-color: #8c8c8c;
  color: #fff;
  text-shadow: 0 0 1px rgba(0,0,0,.15);
}

.header__menu li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #eaeaea;
  width: 325px;
  margin-top: -2px;
  padding: 5px 0;
  box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
  visibility: hidden;
  opacity: 0;
  transition: all .25s;
}

.header__menu li > ul.right {
  right: 0;
  left: unset;
}

.header__menu li:hover > a {
  background-color: #d4d4d4;
  color: #222;
}

.header__menu li:hover > ul {
  margin-top: 8px;
  visibility: visible;
  opacity: 1;
}

.header__menu li.subItem::before,
.header__menu li.subItem::after {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  left: 50%;
  margin-bottom: 2px;
  visibility: hidden;
  opacity: 0;
  transition: all .25s;
}

.header__menu li.subItem::after {
  border-width: 8px;
  margin-left: -7px;
  margin-right: -7px;
  border-bottom-color: #eaeaea;
}

.header__menu li.subItem::before {
  border-width: 9px;
  margin-left: -8px;
  margin-right: -8px;
  border-bottom-color: rgba(0,0,0,.05);}

.header__menu li.subItem:hover::before,
.header__menu li.subItem:hover::after {
  margin-bottom: -9px;
  visibility: visible;
  opacity: 1;
}


.header__menu li > ul > li {
  float:left;
  width: calc(100% / 4);
  text-align: center;
}

.header__menu li > ul > li > * {
  font-size: .9em;
  line-height: 38px;
}

.privets {
  margin-top: 20px;
  padding: 30px 0 0 0;
  margin-bottom: 40px;
}
.hello__info {
  float: left;
  padding-left: 60px;
  padding-top: 30px;
}
.hello__photo {
  float: left;
  margin-top: 30px;
}
.privets h1 {
  margin-bottom: 30px;
}
.privets p {
  width: 450px;
  margin-bottom: 20px;
}
.experts {
  background-color: #fbfbfb;
}
.experts h2,
.experts .h2 {
  margin-bottom: 25px;
  padding-top: 50px;
}
.experts p {
  margin-bottom: 25px;
}
.experts-item {
  margin-top: 25px;
  margin-bottom: 25px;
}
.experts-item p {
  color: #535353;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}
.experts-item img {
  width: auto;
  height: 100px;
}
.help .fixed {
  padding: 80px 0 0 15px;
  min-height: 360px;
  overflow: hidden;
  position: relative;
}
.help img {
  position: absolute;
  right: 25px;
  bottom: 0;
}
.help p {
  float: left;
  width: 525px;
  margin-bottom: 10px;
}
.help .btn {
  margin-top: 45px;
  display: inline-block;
}
.fixed.content-wrapper {
  padding-top: 50px;
}
.content-block {
  width: 730px;
  float: right;
  padding-left: 25px;
  padding-bottom: 30px;
}
.content-block__top {
  padding-bottom: 30px;
  overflow: hidden;
}
.content-block__top p.text {
  width: 420px;
  margin-bottom: 25px;
}
.content-block__top .map-top {
  margin-bottom: 30px;
}
.content-block__top .information-block img {
  float: right;
  margin: 10px 0 10px 30px;
}
.content-block__table {
  border-top: 3px solid #f6f6f6;
  padding-top: 30px;
  padding-bottom: 35px;
}
.aside-menu {
  width: 240px;
  float: left;
  padding-right: 25px;
}
.aside-menu ul {
  margin-bottom: 20px;
}
.aside-menu ul > li {
  width: 100%;
  background-color: #f5f5f5;
  margin-bottom: 2px;
}
.aside-menu ul > li a, .aside-menu ul > li span {
  display: inline-block;
  padding-left: 20px;
  background-color: #f5f5f5;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-weight: 700;
  color: #5f6062;
 
}
.aside-menu ul > li a:hover,
.aside-menu ul > li a.active,
.aside-menu ul > li span.active {
  
  color: #005803;
  background-color: #e0e0e0;
}
.aside-menu__phone {
  width: 100%;
  height: 120px;
}
.aside-menu__phone a {
  display: inline-block;
  text-align: center;
  color: #005803;
  opacity: .7;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 24px;
}
.aside-menu__phone ahover {
  opacity: 1;
}
.aside-menu__phone p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.aside-menu__panel {
  background-color: #f5f5f5;
  width: 100%;
  padding: 25px 20px 20px 20px;
  margin-bottom: 20px;
}
.footer {
  margin-top: 40px;
}

.footer__nav ul {
  display: flex;
}

.footer__nav ul li {
  
  position: relative;
}

.footer__nav > ul > li {
  flex-grow: 1;
}

.footer__nav ul li a, .footer__nav ul li span {
  display: inline-block;
  padding: 20px 22px 20px 22px;
  color: #666666;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 16px;
  transition-property: background-color;
  transition-duration: .5s;
  width: 100%;
  text-align: center;
}
.footer__nav ul.menu-status > li > a, .footer__nav ul.menu-status > li > span {
   padding: 20px 15px 20px 15px;
}
.footer__nav ul.menu-status > li > a {
  cursor: pointer;
}
.footer__nav ul li a.active, .footer__nav ul > li span.active {
   
    color: #0082db;
}
.footer__nav ul li span {
  cursor: default;
}
.footer__nav ul li:hover > a {
  background-color: #005803;
  color: #ccc;
}

.footer__nav li > ul {
  position: absolute;
  bottom: 100%;
  left: 0;
  background: #005803;
  width: 325px;
  margin-bottom: -2px;
  padding: 5px 0;
  box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
  flex-wrap: wrap;
  visibility: hidden;
  opacity: 0;
  transition: all .25s;
}

.footer__nav li > ul.right {
  right: 0;
  left: unset;
}

.footer__nav li:hover > span:not(.active) {
  background-color: #005803;
  color: #222;
}

.footer__nav li:hover a {
  color: #ccc;
}

.footer__nav li:hover > ul {
  margin-bottom: 10px;
  visibility: visible;
  opacity: 1;
}

.footer__nav li.subItem::before,
.footer__nav li.subItem::after {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  bottom: 100%;
  left: 50%;
  margin-bottom: -18px;
  visibility: hidden;
  opacity: 0;
  transition: all .25s;
}

.footer__nav li.subItem::after {
  border-width: 8px;
  margin-left: -7px;
  margin-right: -7px;
  border-top-color: #005803;
}

.footer__nav li.subItem::before {
  border-width: 9px;
  margin-left: -8px;
  margin-right: -8px;
  border-top-color: rgba(0,0,0,.05);
}

.footer__nav li.subItem:hover::before,
.footer__nav li.subItem:hover::after {
  margin-bottom: -6px;
  visibility: visible;
  opacity: 1;
}


.footer__nav li > ul > li {
  float:left;
  width: calc(100% / 4);
  text-align: center;
}

.footer__nav li > ul > li > * {
  font-size: .9em;
  line-height: 30px;
  padding: 5px;
  color: #d2d2d3;
  width: 100%;
}

.footer__nav li > ul > li > a:not(.active):hover {
  color: #fff;
  background: #1d1d1d;
}


.footer__links {
  padding-top: 45px;
  height: 240px;
}
.footer__links p {
  line-height: 30px;
}
.footer__links ul > li {
  float: left;
  width: 150px;
}
.footer__links ul > li span {
    cursor: default;
}
.footer__links ul > li a {
  color: white;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 30px;
  opacity: 0.8;
}
.footer__links ul > li a:hover {
  opacity: 1;
}
.footer__line {
  height: 1px;
  background-color: #39393a;
}
.footer__bottom {
  height: 70px;
  padding: 15px 0 25px 0;
}
.footer__bottom__copy {
  float: left;
}
.footer__bottom__copy p {
  text-transform: uppercase;
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 18px;
  color: #c8c8c8;
}
.footer__bottom__social {
  float: right;
  margin-right: 10px;
}
/*.footer__bottom__social ul > li {
    display: inline-block;
}

.footer__bottom__social ul > li a {
    display: inline-block;
    opacity: 0.8;
    width: 35px;
    height: 35px;
    background-color: red;
    background: url(/bitrix/templates/centre/img/soc.png) no-repeat;
}

.footer__bottom__social ul > li a:hover {
    opacity: 1;
}

.footer__bottom__social--fb {
    background-position: -39px 0 !important;
}

.footer__bottom__social--tw {
    background-position: -76px 0 !important;
}

.footer__bottom__social--yt {
    background-position: -115px 0 !important;
}

.footer__bottom__social--inst {
    background-position: -152px 0 !important;
}*/
/*.modalDialog {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  display: none;
  pointer-events: none;
}

.modalDialog:target {
  display: block;
  pointer-events: auto;
}

.modalDialog > div {
  width: 450px;
  position: relative;
  margin: 10% auto;
  padding: 30px 30px 40px 30px;
  background: #f5f5f5;
}

.modalDialog h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 24px;
}*/
.modalDialog input,
.modalDialog select {
  height: 40px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.modalDialog span {
  font-size: 30px;
  position: absolute;
  top: 140px;
  right: 40px;
  color: red;
}
.modalDialog textarea {
  height: 75px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 5px;
}
.modalDialog .btn {
 
  margin-bottom: 0;
  padding: 10px 20px;
  width: auto;
  margin-top: 20px;
}
.modalDialog p {
  color: #A59F9F;
  font-size: 1.4rem;
}
.close {
   position: absolute;
   right: 6px;
   top: 6px;
   width: 26px;
   height: 26px;
   font-size: 24px;
   line-height: 26px;
   text-align: center;
   color: #535353 !important;
   text-decoration: none !important;
}
.close:hover {
    text-decoration: none !important;
}
.icons-block {
  width: 100%;
  background-color: #fbfbfb;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 30px 25px;
}
.icons-block .icon {
  position: relative;
  width: 25%;
  margin-left: 70px;
}
.icons-block .icon:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 2px;
}
.icons-block .icon a {
  text-decoration: underline;
  color: #535353;
  font-size: 14px;
  font-weight: 400;
  line-height: 6px;
}
.icons-block .icon a:hover {
  text-decoration: none;
}
.icons-block .icon:nth-child(1)::before {
  content: url("../img/diagnstic.html");
}
.icons-block .icon:nth-child(2)::before {
  content: url("../img/diagnstic.html");
}
.icons-block .icon:nth-child(3)::before {
  content: url("../img/diagnstic.html");
}
.icons-block .icon:nth-child(4)::before {
  content: url("../img/diagnstic.html");
}
.information-block {
  padding: 35px 0px 10px;
}
.information-block img {
  float: left;
  margin: 0px 30px 20px 0px;
}
.information-block h1 {
  margin-bottom: 20px;
  width: 100%;
  display: block;
}
.information-block p {
  color: #535353;
  font-family: 'PT Sans';
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}
.price {
  padding-left: 35px;
  color: #005803;
  font-weight: 700;
  line-height: 24px;
  font-size: 20px;
}
.price span {
  font-size: 30px;
}
.wrapper {
  position: relative;
  min-width: 1000px;
  margin: 0 auto;
  min-height: 100%;
}
.fixed {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 15px;
  #position: relative;
  #z-index: 1;
}
.btn {
  position: relative;
  display: inline-block;
  border-radius: 3px;
}
.btn--fill {
  padding: 15px 15px;
  width: 200px;
  color: #005803;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  float: right;
  border: 1px solid #005803;
}
.btn--fill--mini {
  width: 155px;
  padding: 10px 10px;
}
.btn--fill:hover {
  color: #fff;
  background-color: #005803;
}
.btn--fill + img {
  position: relative;
  margin-left: 12px;
  opacity: 0.7;
  bottom: 0;
  display: none;
}
.btn--empty {
  padding: 6px 25px 9px 10px;
  border: 1px solid #005803;
  color: #005803;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 20px;
  width: 125px;
  text-decoration: none;
}
.btn--empty:after {
  width: 11px;
  height: 11px;
  content: ' ';
  position: absolute;
  background: url(../img/btn-arrpw.png) no-repeat;
  right: 7px;
  top: 14px;
}
.btn--empty:hover {
  background-color: #005803;
  color: #fff;
}
.btn--empty:hover:after {
  background: url(../img/btn-arrow--hover.png) no-repeat;
}
.aside-menu .btn--empty {
  width: auto;
  font-size: 1.5rem;
  font-weight: 500;
}
.btn--download {
  padding: 5px 20px 5px 35px;
  border: 1px solid #005803;
  color: #005803 !important;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 24px;
}
.btn--download:before {
  width: 11px;
  height: 11px;
  content: ' ';
  position: absolute;
  background: url(../img/download.html) no-repeat;
  left: 13px;
  top: 13px;
}
.btn--download:hover {
  background-image: linear-gradient(to top, #005803 0%, #0089e2 100%);
  color: white !important;
}
.btn--download:hover:before {
  background: url(../img/download--hover.html) no-repeat;
}
.crumbs a {
  display: inline-block;
  color: #343434;
}
.lgray {
  background-color: #fbfbfb;
}
.gray {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e4e4e4+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e4e4e4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e4e4e4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e4e4e4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e4e4e4', GradientType=0);
  /* IE6-9 */
}
.dgray {
  background-color: #005803;
  color: #ccc;
}
.half {
  width: 49.5%;
  height: auto;
  float: left;
}
.halfMin {
  float: left;
  line-height: 30px;
}
.halfMin:nth-child(1) {
  width: 410px;
}
.halfMin:nth-child(2) {
  width: 390px;
}
.halfMin:nth-child(3) {
  width: 170px;
}
.halfMin a {
  color: #fff;
}
.halfMin p {
  color: #fff;
}
.halfMin p.title {
  color: #83838f;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 15px;
}
.footlink {
  border-radius: 3px;
  border: 1px solid #ffffff;
  padding: 2px 10px;
  margin-top: 20px;
  display: block;
  width: 145px;
}
.footphone {
  font-weight: bold;
}
.quarter {
  display: inline-block;
  width: 25%;
  height: auto;
}
.container {
  display: inline-block;
  width: 100%;
  height: 100px;
}
.clear {
  clear: both;
}
.right {
  float: right;
}
.left {
  float: left;
}
.divider {
  height: 1px;
  width: 100%;
  background: #dbdbdb;
}
.divider--three {
  height: 3px;
  background-color: #f6f6f6;
}
.ask-us {
  padding-top: 20px;
}
.ask-us__header {
  margin-bottom: 20px;
  color: #343434;
  font-size: 17px;
  font-weight: 700;
  line-height: 16px;
}
.ask-us__text {
  margin-bottom: 25px;
  color: #535353;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.ask-us form textarea {
  height: 55px;
  padding-top: 3px;
}
.ask-us form.btn--fill {
  cursor: pointer;
  padding: 5px 20px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
  color: white;
  font-family: "PT Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  height: auto;
}
form input,
form textarea,
form select {
  resize: none;
  padding: 0 5px 0 10px;
  width: 100%;
  height: 29px;
  margin-bottom: 15px;
  background-color: #ebebeb;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  font-family: "PT Sans";
  color: black;
}
form input.btn--fill,
form textarea.btn--fill,
form select.btn--fill {
  cursor: pointer;
  padding: 15px 15px !important;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
  color: white;
  font-family: "PT Sans";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 24px;
  height: auto;
  width: 100%;
  border: none;
}
.h4 {
  color: #3f4244;
  font-family: "PT Sans";
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}
.text {
  color: #3f4244;
  font-family: "PT Sans";
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
.text--full-width {
  width: 100%;
}
.text--three-quater {
  width: 75%;
}
.content-block__center h3 {
  margin-top: 30px;
  color: #3f4244;
  font-family: "PT Sans";
  font-size: 30px;
  font-weight: 700;
  line-height: 24px;
}
.table-price:after {
  display: block;
  content: '';
  margin-top: 45px;
  height: 3px;
  background-color: #f6f6f6;
}
.map-detail {
  margin-right: 40px;
  float: left;
}
.contacts ul > li {
  display: inline;
  margin-bottom: 35px;
  width: 33%;
  float: left;
}
.contacts ul > li:nth-child(2) {
  padding-left: 25px;
}
.contacts a {
  color: #3f4244;
  font-family: "PT Sans";
  font-size: 15px;
  line-height: 24px;
}
section {
  clear: both;
  overflow: hidden;
}
/*# sourceMappingURL=style.css.map */
.prefMain {
  background: #fcfcfc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fcfcfc 1%, #ffffff 49%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fcfcfc 1%, #ffffff 49%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fcfcfc 1%, #ffffff 49%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.content-block--contacts .prefMain {
  background: none;
}
.prefMain.no-height {
  height: auto;
}
.block-new {
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
  padding: 10px 0;
  margin-bottom: 20px;
}
.block-new-r {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  margin-bottom: 20px;
}
.content-block--contacts .block-new {
  margin-top: 0px;
}
.block-new .pref {
  float: left;
  width: 290px;
  margin: 15px 45px 30px 0;
  border-radius: 3px;
  border: 1px #222 dashed;
  box-sizing: border-box;
  padding: 20px 15px;
  position: relative;
}
.block-new-r .pref {
  float: left;
  width: 290px;
  height: 130px;
  margin: 15px 45px 30px 0;
  border-radius: 3px;
  border: 1px #222 dashed;
  box-sizing: border-box;
  padding: 20px 15px;
  position: relative;
}
.content-block--contacts .block-new .pref {
  margin-bottom: 5px;
  width: 220px;
  margin-right: 20px;
  border: none;
  padding: 0 15px;
}
.block-new .pref:hover,
.block-menu-new .pref:hover {
  border: 1px #005803 dashed;
}
.content-block--contacts .block-new .pref:hover {
  border: none;
}
.block-menu-new .pref {
  border-radius: 3px;
  border: 1px #222 dashed;
  box-sizing: border-box;
  padding: 10px 20px;
  margin-bottom: 20px;
  width: 100%;
}
.block-new .pref a,
.block-new .pref .h4,
.block-menu-new .pref a,
.experts-item a,
.experts-item span {
  color: #005803;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
  display: block;
  text-decoration: none;
}
.block-menu-new .pref a {
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #005803;
}
.content-block--contacts .block-new .pref a {
  color: #535353;
  font-weight: 700;
}
.block-new .pref .h4 {
  color: #005803;
}
.content-block--contacts .block-new .pref .h4 {
  font-weight: 400;
}
.content-block--contacts .block-new .pref p {
  font-weight: 700;
  font-size: 1.7rem;
}
.block-new .pref a:hover,
.block-menu-new .pref a:hover {
  text-decoration: underline;
  opacity: 0.9;
}
.content-block--contacts .block-new .pref a:hover {
  text-decoration: none;
  opacity: 1;
}
.experts-item a:hover,
.experts-item-link:hover {
  text-decoration: none;
  opacity: 0.9;
}
.block-new .last,
.block-new-r .last {
  margin-right: 0% !important;
}
.block-new .pref p,
.block-menu-new .pref p {
  width: auto;
}
.block-menu-new .pref p {
  font-size: 1.3rem;
}
#mymap {
  margin-bottom: 35px;
}
.information-block.remont-block img {
  float: left;
  margin: 10px 30px 10px 0;
}
.information-block.remont-block .block-wrp {
  float: left;
  width: 350px;
}
.information-block.remont-block .block-wrp p {
  text-align: justify;
}
.remont-block .price {
  padding-right: 35px;
  padding-left: 0;
  font-size: 30px;
  margin-bottom: 20px;
  display: block;
}
strong {
  font-weight: bold;
}
.modalDialog .error div {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 2em 0;
}
/* ac */
table.priceTable tr td:nth-child(1) {
  width: 233px;
}
table.priceTable td:nth-child(2) {
  width: 164px;
}
table.priceTable td:nth-child(3) {
  width: 95px;
}
table.priceTable td:nth-child(4) {
  width: 213px;
}
table.priceTable tr td {
  vertical-align: middle;
  height: 44px;
}
.priceTable td {
  line-height: 20px !important;
}
.priceTable a {
  color: #005803;
  text-decoration: none;
}
.priceTable a.btn {
  font-size: 1.5rem;
  width: auto;
  font-weight: 400;
  text-decoration: none;
  color: #005803;
}
.priceTable a:hover {
  text-decoration: underline;
}
.priceTable a.btn:hover {
  color: white;
}
html body table tr.nth {
  color: #000000;
}
html body table tr.nth td {
  background-color: #fdfdfd;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 24px;
}
html body .tab-block table {
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid #dbdbdb;
}
.tab-block input {
  display: none;
}
.tab-block section {
  display: none;
}
.tab-block label {
  display: inline-block;
  padding: 0 20px;
  line-height: 45px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  font-size: 1.6rem;
  border: 1px solid transparent;
  border-bottom: none;
  white-space: nowrap;
  max-width: 49%;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
}
.tab-block input:checked + label,
.tab-block label:hover {
  background-color: #f7f7f7;
  border: 1px solid #dbdbdb;
  border-bottom: none;
}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}
.btn--empty:after {
  top: 13px;
}
section.frame {
  margin-bottom: 35px;
  margin-top: -3px;
}
section.def {
  border: none;
}
section.frame ul.list {
  padding: 0px 20px 0px 20px;
  overflow: hidden;
}
section.frame ul.list li {
  margin-top: 10px;
}
section.frame ul.list a {
  color: #005803;
  text-decoration: none;
}
section.frame ul.list a:hover {
  text-decoration: underline;
}
section.def ul.list {
  padding-left: 0;
}
section.def ul.list li {
  list-style: none;
  font-size: 1.4rem;
  margin-left: 0px;
}
.order-btn {
  position: relative;
  padding-right: 25px;
}
.order-btn:after {
  width: 11px;
  height: 11px;
  content: ' ';
  position: absolute;
  background: url(../img/btn-arrpw.png) no-repeat;
  right: 7px;
  top: 7px;
}
.amount-item {
  height: 20px;
  width: 8px;
  border: 1px solid #dbdbdb;
  display: inline-block;
}
.amount-item.active {
  background: #585858;
  border: 1px solid transparent;
  margin-right: 2px;
}
.information-block h1 {
  line-height: 1;
  width: 80%;
}
.information-block h1 span {
  white-space: nowrap;
}
[itemprop=description] {
  margin-top: 30px;
}
section.frame p {
  margin: 40px 0px 20px 0px;
}
span.h2 {
  line-height: 1;
}
section.frame ul.list.three {
  padding: 0;
}
section.frame ul.list.three li {
  list-style: none;
  float: left;
  font-size: 1.4rem;
  margin-left: 0;
  width: 31%;
  margin-right: 10px;

  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
}
section.frame ul.list.three li:nth-child(3n) {
  margin-right: 0px;
}
.thankyou h1 {
  line-height: 1;
}
.thankyou {
  text-align: center;
}
.thankyou-text {
  margin: 50px 0;
}
.thankyou-text p {
  font-size: 1.5rem;
  line-height: 1.5;
}
.thankyou a {
  font-size: 1.5rem;
  text-decoration: underline;
  color: #005803;
}
.thankyou .auto {
  margin-top: 20px;
}
.thankyou .promo {
  font-size: 3.6rem;
  margin: 15px 0 30px 0;
}
.thankyou .promo-info {
  display: none;
}
.thankyou .promo span,
.promo-order .promo span {
  color: #005803;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid #005803;
  font-weight: 700;
}
.promo-order {
  overflow: hidden;
  margin: 40px 0 30px 0;
}
.promo-order .promo-left p {
  margin-bottom: 0;
  margin-top: 9px;
  line-height: 18px;
}
.promo-order .promo-info.promo-left {
  float: left;
  width: 65%;
  margin-bottom: 39px;
}
.promo-order .promo-info.promo-right {
  float: right;
  width: 35%;
}
.promo-order .promo-tooltip {
  float: right;
  text-align: center;
  clear: both;
  width: 160px;
  display: none;
}
.promo-order .promo-tooltip p {
  font-size: 1.2rem;
  margin-bottom: 0;
}
.promo-order .promo {
  font-size: 3.6rem;
  float: right;
  text-align: center;
  margin: 7px 0 0 0;
}
.promo-order .btn {
  background-image: linear-gradient(to top, #f44336 0%, #ff9800 100%);
}
.promo-kod#text-2 {
  display: none;
}
.ask-section {
  margin-bottom: 35px;
}
.ask-section .btn--fill {
  float: left;
  margin-right: 24px;
  background-image: linear-gradient(to top, #f44336 0%, #ff9800 100%);
}
.ask-section p {
  font-weight: bold;
}
.ask-section p:first-of-type {
  margin-bottom: 0;
}
.mobilemenu,
.mobilephone,
.mobileworktime {
  display: none;
}
.popup {
    display: none;
    position: absolute;
    background-color: #f5f5f5;
    color: #535353;
    border: 1px solid #dbdbdb;
    padding: 25px;
    z-index: 10;

}
#footer-popup {
    bottom: 0;
    width: 612px;
    left: 179px;
    padding: 35px 50px 20px 50px;
}
.current-region:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    margin-top: 12px;
    margin-left: 6px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #ffffff transparent;
}
.current-region.open:after {
    border-width: 0 6px 6px 6px;
}

#footer-popup li {
    width: 230px;
    float: left;
    margin-bottom: 25px;
    box-sizing: border-box;
    line-height: 10px;
}
#footer-popup li:nth-child(odd) {
    margin-right: 50px;
}

#footer-popup a {
    color: #005803;
}
#footer-popup a:hover {
    text-decoration: underline;
}
#popup-wrapper {
    position: relative;
}

@media screen and (max-width: 840px) {
  .wrapper {
    min-width: 320px;
  }
  .fixed {
    width: auto;
  }
  .content-block {
    padding-left: 9px;
    width: 74%;
  }
  .aside-menu {
    width: 25.9%;
    padding-right: 9px;
  }
  .aside-menu__panel {
    padding: 25px 14px 20px;
  }
  html body ul.list li span {
    font-size: 14px;
  }
  html body ul.list li {
    margin-left: 16px;
  }
  .content-block__top .information-block img {
    width: 50%;
    margin: 10px 0 10px 10px;
  }
  .information-block img {
    max-width: 100%;
    height: auto;
  }
  .halfMin:nth-child(1) {
    width: 31.8%;
    padding-right: 4%;
  }
  .halfMin:nth-child(2) {
    width: 34%;
    padding-left: 4%;
  }
  .halfMin:nth-child(3) {
    width: 31.8%;
    padding-left: 4%;
  }
  .header__menu ul > li a {
    padding: 0 13px;
    font-size: 16px;
  }
  .footer__nav ul > li a {
    padding: 20px 13px;
    font-size: 16px;
  }
  .header__menu ul {
    text-align: center;
  }
  .fixed.content-wrapper {
    padding-top: 20px;
  }
  .hello__photo {
    width: 49.9%;
  }
  .hello__photo img {
    max-width: 100%;
    height: auto;
  }
  .privets p {
    width: auto;
  }
  .hello__info {
    width: 50%;
  }
  .help p {
    width: 55%;
    float: none;
  }
  .help span {
    width: 55%;
  }
  .block-new .pref {
    margin: 15px 18px 30px 0;
    width: 31.6%;
  }
  .content-block--contacts .block-new .pref {
    width: 30.5%;
  }
  .information-block.remont-block .block-wrp {
    width: auto;
  }
  .order-btn::after {
    background: none;
  }
}
@media screen and (max-width: 809px) {
  .header__menu ul > li a {
    padding: 0 10px;
  }
  .footer__nav ul > li a {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 700px) {
  .header__menu ul > li a {
    padding: 0 10px;
  }
  .footer__nav ul > li a {
    padding: 20px 10px;
  }
  .header__top__phone,
  .header__top__worktime {
    display: none;
  }
  .mobilemenu,
  .mobilephone,
  .mobileworktime {
    display: inline-block;
  }
  .mobilemenu {
    float: right;
  }
  .mobilemenu img {
    margin-top: 0;
  }
  .header__menu ul {
    display: none;
  }
  .mobilephone {
   
    line-height: 50px;
    float: left;
  }
  .mobilephone a {
    color: #ddd;
    font-size: 17px;
  }
  .mobileworktime {
    color: #ddd;
    float: left;
    font-size: 12px;
    margin-left: 20px;
   
    overflow: hidden;
   
    line-height: 50px;
    
  }
  .header__top img {
    margin-top: 6px;
  }
  .header__top__tagline {
    margin-top: 0;
  }
  .header__menu {
    text-align: center;
    z-index: 5;
  }
  .header__menu ul {
    background: #fff none repeat scroll 0 0;
    clear: both;
    padding-bottom: 10px;
  }
  .header__menu ul > li a {
    line-height: 35px;
  }
  .fixed {
    padding: 0 8px;
  }
  .header__top img {
    margin-right: 10px;
  }
  .header__top {
    height: auto;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }
  .content-block {
    width: 100%;
    float: none;
    padding: 0;
  }
  .aside-menu {
    width: 100%;
    float: none;
    padding: 0;
    margin-top: 40px;
  }
  .information-block h1 {
    width: 100%;
  }
  .content-block__top .information-block img {
    float: none;
    height: auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
  .btn--fill {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 220px;
    clear: both;
    position: relative;
  }
  .information-block.remont-block .block-wrp {
    width: 100%;
  }
  .remont-block .price {
    margin-left: 15px;
  }
  .priceTable tr td:nth-child(2),
  .priceTable tr td:nth-child(4) {
    display: none;
  }
  .priceTable tr td:nth-child(3) {
    padding-left: 0;
    text-align: center;
  }
  .tab-block label {
    line-height: 22px;
    white-space: normal;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .priceTable td {
    font-size: 14px;
  }
  footer {
    display: none;
  }
  [itemprop="description"] {
    margin-top: 0;
  }
  .information-block {
    padding-top: 10px;
  }
  .crumbs {
    /*display: none;*/
    margin-top:10px;
  }
  .fixed.content-wrapper {
    padding-top: 0;
  }
  .hello__photo {
    float: none;
    width: 100%;
  }
  .privets h1 {
    line-height: 1.1;
    margin-top: 20px;
  }
  .privets {
    margin: 0;
    padding: 0;
  }
  .hello__info {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .hello__info p {
    width: auto;
  }
  .half {
    width: 100%;
    float: none;
  }
  .experts-item {
    height: auto;
  }
  .experts-item img {
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .help img {
    display: none;
  }
  .help p,
  .help span {
    width: 100%;
  }
  .help .fixed {
    padding: 10px 8px 0;
  }
  .block-new .pref {
    width: auto;
    margin: 10px 8px !important;
  }
  span.h2 {
    font-size: 20px;
  }
  .information-block h1 {
    font-size: 26px;
    margin-top: 15px;
  }
  .content-block--contacts .block-new .pref {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .content-block--contacts .block-new .pref .h4 {
    padding-right: 10px;
  }
  .content-block--contacts .block-new .pref p,
  .content-block--contacts .block-new .pref .h4,
  .content-block--contacts .block-new .pref a {
    width: 49%;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
  }
  .promo-order .promo-info.promo-left {
    width: 100%;
  }
  .promo-order .promo-info.promo-right {
    width: 100%;
    margin-bottom: 39px;
  }
  .promo-order .promo {
    margin: 0 auto;
    float: none;
  }
  .promo-order .promo-tooltip {
    float: none;
    margin: 0 auto;
  }
  .information-block {
    padding-top: 0px;
  }
  .content-block__top {
    padding-bottom: 0px;
  }
  .btn--fill {
    margin: 20px auto;
  }
  .divider--three {
    height: 10px;
    background-color: #fff;
  }
}

.footer__links .halfMin:nth-child(1) {
    padding-right: 20px;
}

a.politica {
    float: right;
    display: block;
    color: white;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    opacity: 0.8;
    text-transform: uppercase;
}

a.politica:hover {
    opacity: 1;
}

#req-download {
    color: #005803;
    text-decoration: none;
}

#requisites {
    color: #005803;
    text-decoration: none;
    margin: 0px 0 20px 15px;
    display: block;
}

#requisites:hover, #req-download:hover {
    text-decoration: underline;
}

.status-block {
    display: none;
    margin-top: 35px;
}

.status-none, .status-man, .status-more-text {
    display: none;
}

.status-man {
    border-top: 0 !important;
}

.status-more {
    text-align: right;
}

.status-more, .status-more-text {
    margin-top: 20px;
}

.status-more a {
    color: #005803;
    text-decoration: none;
}

.status-more a:hover {
    text-decoration: underline;
}

.listUl {
  list-style: disc;
  margin-bottom: 15px;
  margin-left: 1.25em;
}

.listUl li + li {
  margin-top: 7px;
}

.information-block .listUl li {
  color: #535353;
  line-height: 1.2;
}

.form-zakaz input,
.form-zakaz select {
  width: 48.5%;
  margin-right: 2%;
}

.form-zakaz input:nth-child(2n),
.form-zakaz select:nth-child(2n) {
  margin-right: 0;
}

.brandNav {
  background: #005803;
}

.header__menu.brandNav ul > li > a,
.header__menu.brandNav ul > li > span,
.header__menu.brandNav ul.menu-status > li > a,
.header__menu.brandNav ul.menu-status > li > span {
  font-size: 13px;
  padding: 0 11px;
  color: #ccc;
  white-space: nowrap;
}

.header__menu.brandNav ul > li:not(.active) > a:hover {
  color: #fff;
  background: inherit;
}

.header__menu.brandNav ul > li.active > a,
.header__menu.brandNav ul > li:hover > a {
  background: #000;
}

.header__menu.brandNav ul > li:hover > a {
  color: #fff;
}

.header__menu.brandNav li > ul {
  background: #005803;
  width: auto;
  font-size: 1em;
  z-index: 9;
}

.header__menu.brandNav li > ul > li {
  float: none;
  width: 100%;
}

.header__menu.brandNav li.subItem::after {
  border-bottom-color: #005803;
}

.header__menu.brandNav .fixed {
  position: inherit;
}

.header__menu.brandNav ul li a.active,
.header__menu.brandNav ul li span.active {
  background: #000;
  color: #0082db;
}

.header__menu li > ul {
  flex-wrap: wrap;
}

@media screen and (max-width: 870px) {
  .header__menu.brandNav {
    display: none;
  }
}

.mainBrand {
  width: calc(100% / 3);
  float: left;
  text-align: center;
  color: inherit;
  padding: 15px 25px;
  box-sizing: border-box;
  border: 1px solid transparent;
}

.mainBrand > img {
  max-width: 80%;
  margin-bottom: 15px;
  display: block;
  margin: 0 auto 20px auto;
}

.mainBrand > span {
  font-size: 20px;
 
  color: #0082db;
}

.mainBrand:hover > span {
  border-bottom: 1px solid;
  
}

.mainBrand:hover {
  border: 1px solid #ccc;
}

@media screen and (max-width: 480px) {
  .mainBrand {
    width: 100%;
  }

  .form-zakaz input, .form-zakaz select {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 700px) {
  .header__menu ul li a, .header__menu ul li span {
    line-height: 40px;
	color:#333;
  }

  .header__menu li > ul {
    display: none !important;
    position: relative;
    top: unset;
    left: unset;
    background: #efefef;
    width: 100%;
    margin-top: 0;
    box-shadow: unset;
  }

  .header__menu li > ul > li {
    float: none;
  }

  .header__menu li.open > ul {
    display: flex !important;
    margin-top: 0;
    visibility: visible;
    opacity: 1;
  }

  .header__menu li.subItem::before, .header__menu li.subItem::after {
    display: none;
  }

  .header__menu ul {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    padding-bottom: 0;
    box-shadow: 0 1px 1px 2px rgba(0,0,0,.1);
  }

  .header__menu ul li {
    position: relative;
  }

  .header__menu ul li a, .header__menu ul li span {
    display: flex;
    justify-content: center;
  }

  .header__menu div > ul > li:not(:last-child ) {
    border-bottom: 1px solid #efefef;
  }

  .header__menu li > ul.right {
    right: inset;
    float: none;
  }
}

.typesIndex .half,
.typesIndex .half.right {
  display: inline-block;
  vertical-align: top;
  float: none;
}

.crumbs {
  font-size: .95em;
}

/*For amp validation*/

.display-none {
  display: none !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ya-style {
  position: absolute !important;
  display: none !important;
  left: -9999px !important;
}

/*rating*/

#block_rating{
    width: 100%;
    height: 30px;
    display: inline-block;
    bottom: 70px;
    z-index: 0;
}

#productRate {
	background: url(/ultima/templates/kepler/img/star.png);
	width: 80px;
	height: 15px;
	display: inline-block;
    position: relative;
}
#productRate div {
	background: url(/ultima/templates/kepler/img/star.png) left bottom; 
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	cursor: pointer;
}
#productRate span {
	display: block;
	position: absolute;
	height: 15px;
	top:0;
	height: 100%;
	z-index: 2;
	background: url(/ultima/templates/kepler/img/star.png) left center; 
	width: 0;
	cursor: pointer;
}
#ratingmsg{display: block;}