/*************************
*******Typography******
**************************/
pre {
  margin: 5px;
  padding: 20px;
  border: 1px solid #333;
  background: #fff;
}
ul li {
  list-style: none;
}
a {
  color: #0060aa;
  transition: 300ms;
}
a:hover {
  outline: none;
  color: #127bcc;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a img {
  border: none;
}
button {
  border: none;
}
.btn {
  display: inline-block;
  padding: 10px 25px;
  background: #0060aa;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  line-height: 100%;
  text-transform: uppercase;
  font-size: 18px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  /*&.-med {
    //.h(40px);
    //.lh(40px);
    .fSize(18px);
    .baradius(16px);
    .pTwo(10px, 25px);
  }*/
}
.btn:hover,
.btn:focus {
  outline: none;
  background: #127bcc;
  cursor: pointer;
}
.btn a {
  text-decoration: none;
  display: block;
  color: inherit;
}
.btn.-g {
  background: #51ae3a;
  color: #fff;
}
.btn.-g:hover,
.btn.-g:focus {
  background: #3f882d;
}
.btn.-red {
  background: #f70c11;
  color: #fff;
}
.btn.-red:hover,
.btn.-red:focus {
  background: #c9070b;
}
.btn.-sh {
  position: relative;
}
.btn.-sh:after {
  content: "";
  position: absolute;
  z-index: -11;
  box-shadow: 0 0 20px #000000;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 20%;
  -moz-border-radius: 80%;
  border-radius: 80%;
}
.btn.-sh2 {
  box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.5);
}
.btn.-st {
  padding: 0px 33px;
  height: 42px;
  border-radius: 42px/2;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  line-height: 42px;
}
.btn.-arr-r {
  background: #51ae3a url(../img/chevron_r.png) center center no-repeat;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 10px 12px;
}
.btn.-arr-r:hover {
  background: #3f882d url(../img/chevron_r.png) center center no-repeat;
}
a.btn {
  color: #fff;
  text-decoration: none;
}
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
textarea,
.input {
  outline: none;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  border: #e0e0e0 1px solid;
  padding: 5px 5px;
  border-radius: 10px;
}
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
.input {
  height: 35px;
}
.clear {
  clear: both;
}
._z {
  margin: 0;
  padding: 0;
  list-style: none;
}
._an a {
  text-decoration: none;
}
.cntr {
  margin-left: auto;
  margin-right: auto;
}
._b {
  font-weight: 500;
}
._tup {
  text-transform: uppercase;
}
b {
  font-weight: 500;
}
strong {
  font-weight: 700;
}
hr {
  border: none;
  width: 100%;
  height: 1px;
  margin: 25px 0;
}
._tac {
  text-align: center;
}
._taj {
  text-align: justify;
}
._pz p {
  margin: 0;
}
._br {
  border-radius: 10px;
}
._brdr {
  border: #5d6d7a 1px solid;
}
._br-brdr {
  border-radius: 10px;
  border: #5d6d7a 1px solid;
}
.flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.flx.-sa {
  justify-content: space-around;
  -ms-flex-pack: justify;
}
.flx.-sb {
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.flx.-c {
  justify-content: center;
}
.flx.-alc {
  align-items: center;
}
.iflx {
  display: inline-flex;
  flex-wrap: wrap;
}
.iflx.-sa {
  justify-content: space-around;
}
.iflx.-sb {
  justify-content: space-between;
}
.ic {
  position: relative;
}
.ic img {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}
.img-max img {
  max-width: 100%;
  max-height: 100%;
}
.mt60 {
  margin-top: 60px;
}
.mt40 {
  margin-top: 40px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt10 {
  margin-top: 10px;
}
.imho img:hover {
  opacity: 0.8;
}
.text {
  font-size: 18px;
}
.text p {
  margin: 10px 0;
}
.text ul {
  margin: 10px 0;
  padding: 0 0 0 20px;
  list-style: disc;
}
.text ul li {
  list-style: disc;
}
.text table {
  border-collapse: collapse;
  border-left: #5d6d7a 1px solid;
  border-top: #5d6d7a 1px solid;
}
.text table td {
  padding: 3px 5px;
  border-right: #5d6d7a 1px solid;
  border-bottom: #5d6d7a 1px solid;
}
.tbl-grey {
  border-collapse: collapse;
  border-left: #5d6d7a 1px solid;
  border-top: #5d6d7a 1px solid;
  border-radius: 5px 0 0 0;
}
.tbl-grey td {
  padding: 5px 10px;
  border-right: #5d6d7a 1px solid;
  border-bottom: #5d6d7a 1px solid;
  background: #fff linear-gradient(to bottom, #fff 0%, #eff0f4 100%);
}
.win.-grey {
  background: #eff0f4;
}
.hide {
  display: none;
}
h1 {
  font-size: 28px;
  line-height: 100%;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.hdr,
h2,
h3,
.h2 {
  font-size: 26px;
  position: relative;
  padding-bottom: 0px;
  font-weight: 500;
  line-height: 110%;
}
.hdr .btn {
  font-size: 12px;
  font-weight: 400;
  float: right;
}
.hdr:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  background: #5d6d7a;
  width: 140px;
  height: 3px;
}
.col-3 > * {
  width: 32%;
}
.col-2 > * {
  width: 49%;
}
.close {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 1 !important;
}
.close i {
  position: absolute;
  display: block;
  left: 6px / 2;
  top: 14.4px;
  width: 24px;
  height: 3px;
  background: #0060aa;
}
.close i:first-child {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.close i:last-child {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.close:hover {
  cursor: pointer;
}
.close:hover i {
  background: #127bcc;
}
#ajax-loader {
  position: fixed;
  z-index: 10010;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #F9F9F9;
  text-align: center;
  font-size: 150%;
  padding: 20px;
  box-shadow: 0px 0px 2px 0px #777;
  display: none;
}
.dialog-win {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
  background: #fff;
  border-radius: 5px;
  display: none;
}
#dialog {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
  position: relative;
}
#dialog .-cw {
  position: absolute;
  top: 15px;
  right: 20px;
}
#dialog .-hdr {
  color: #727271;
  font-size: 24px;
  width: 85%;
  padding: 35px 0px 20px 40px;
  font-weight: 500;
  text-transform: uppercase;
}
.dialog-win .content {
  width: 100%;
  height: 100%;
  y-overflow: auto;
  padding: 40px;
}
#dialog-win-bgr {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9990;
  width: 100%;
  height: 100%;
  display: none;
}
.dw-ok h2 {
  text-transform: uppercase;
}
.dw-ok .btn {
  padding: 0px 33px;
  height: 42px;
  border-radius: 42px/2;
  font-size: 18px;
  font-weight: bold;
  line-height: 42px;
}
.dw-ok p {
  color: #51ae3a;
  margin: 5px 0;
  font-weight: bold;
  font-size: 22px;
}
.crumbs {
  font-size: 15px;
  padding: 20px 0;
}
.crumbs li {
  display: inline-block;
  padding-right: 5px;
  color: #727271;
}
.crumbs li:not(:first-child) {
  padding-left: 5px;
}
.crumbs li a {
  color: #0060aa;
}
.admin-edit {
  display: inline-block;
}
/*.btn-arr {
  .dInline;
  .box(16px, 44px);
  background: url(../img/btn_arr.png) no-repeat;

  &.next {
    .bgrPos(-16px, 0);
  }
  &:hover {
    .pointer;
    opacity: 0.8;
  }
}*/
.cross {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: relative;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  display: inline-block;
}
.cross:before,
.cross:after {
  content: "";
  display: block;
  position: absolute;
  background: #727271;
}
.cross:before {
  width: 10px;
  height: 2px;
  left: 5px / 2;
  top: 13px / 2;
}
.cross:after {
  width: 2px;
  height: 10px;
  top: 5px / 2;
  left: 13px / 2;
}
.cross:hover {
  cursor: pointer;
}
.cross.-big:before {
  width: 16px;
  height: 3px;
  left: -1px / 2;
  top: 12px / 2;
}
.cross.-big:after {
  width: 3px;
  height: 16px;
  top: -1px / 2;
  left: 12px / 2;
}
.kolvo {
  position: relative;
  border-radius: 32px / 2;
  overflow: hidden;
  background: #f5f5f5;
  display: inline-block;
  height: 32px;
}
.kolvo input {
  border: none;
  padding: 2px 37px;
  height: 32px;
  background: #f5f5f5;
  outline: none;
  width: 100%;
  text-align: center;
}
.kolvo i {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  line-height: 32px;
  background: #0060aa;
  color: #fff;
  text-align: center;
  font-style: normal;
  transition: 300ms;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.kolvo i.plus {
  right: 0;
}
.kolvo i:hover {
  background: #127bcc;
  cursor: pointer;
}
.select {
  border: #5d6d7a 1px solid;
  border-radius: 3px;
  height: 24px;
  padding: 2px 15px 2px 2px;
  background: url(../img/arr_select.png) 95% center no-repeat;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*option {
    &.-incr {
      background: url(../img/ico_incr.png) 95% center no-repeat;
    }
    &.-decr {
      background: url(../img/ico_decr.png) 95% center no-repeat;
    }
  }*/
}
.pagination {
  font-size: 20px;
  text-align: center;
  margin: 20px 0;
  color: #000;
}
.pagination li {
  display: inline-block;
  margin: 5px 10px;
  min-height: 36px;
  line-height: 35.64px;
}
.pagination li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: inherit;
}
.pagination li a:hover {
  text-decoration: underline;
}
.pagination li.active {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #0060aa;
  color: #fff;
  font-weight: bold;
}
.pagination li.pn {
  border: none;
}
/*.but-4-slider {
  .relative;
  .btn-arr {
    .absolute;
    .z(100);

    &.prev {
      left: 0px;
    }
    &.next {
      right: 0px;
    }
  }
}*/
article ul:not(._z) li {
  list-style: disc;
}
/******** BUTTON UP **********/
/*.goto {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 0px;
  display: none;
}
.goto:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
}
.goto-wrapper {
  position: relative;
}
.goto-wrapper div {
  position: absolute;
  top: 20px;
  left: 45%;
  font-size: 150%;
  font-weight: bold;
  text-transform: uppercase;
  color: @bgrBlue;
  text-align: center;
  width: 100px;
}*/
.cntr-shadow {
  position: relative;
}
.cntr-shadow:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  bottom: 0px;
  left: 10%;
  right: 10%;
  width: 90%;
  height: 40%;
  -moz-border-radius: 80%;
  border-radius: 80%;
}
/*.radio-btn {
  .dInline;
  .circle(26px);
  .border(#000);
}*/
.text ul li {
  list-style: disc;
}
.menu-wrap {
  background: #0060aa;
  display: block;
}
.menu > li {
  /*&.right {
      .flright;
    }*/
}
.menu > li > a {
  display: block;
  padding: 20px 50px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}
.menu > li.s {
  position: relative;
}
.menu > li.s > a {
  position: relative;
  padding-right: 35px;
}
.menu > li.s > a:after {
  content: "\25BE";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.menu > li:hover > a,
.menu > li.active > a {
  background: #127bcc;
}
.menu-sub {
  display: none;
  background: #127bcc;
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
.menu-sub li > a {
  display: block;
  padding: 5px 50px;
  white-space: nowrap;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
.menu-sub li > a:hover {
  text-decoration: underline;
}
.content {
  margin-top: 40px;
}
.gnrl-hdr {
  margin: 0px 0 40px 0;
}
.gnrl-hdr h1 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
}
.scheme .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
.scheme .row .line {
  position: absolute;
}
.sch-circle {
  position: relative;
  border: #9d9e9e 8px solid;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  display: inline-block;
}
.sch-circle i {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 100%;
}
.sch-circle.b {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  color: #0060aa;
  border-color: #0060aa;
}
.sch-circle.g {
  color: #51ae3a;
  border-color: #51ae3a;
}
.sch-circle.s {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  margin-top: 10px;
  position: relative;
  /*&:after {
      content: "Confort";
      .dBlock;
      .absolute;
      .absoluteLeftCenter;
      top: 105%;
    }*/
}
.sch-circle.s:nth-child(2) {
  margin-left: 20px;
  margin-right: 20px;
}
.sch-circle.s .-txt {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 110px;
  text-transform: uppercase;
  line-height: 100%;
  width: 130px;
}
.schci {
  background-image: url(../img/icons_scheme.png);
  width: 79px;
  height: 76px;
}
.schci.i2 {
  background-position: -79px 0;
}
.schci.i3 {
  background-position: -158px 0;
}
.schci.i4 {
  background-position: 0px -76px;
}
.schci.i5 {
  background-position: -79px -76px;
}
.schci.i6 {
  background-position: -158px -76px;
}
.schci.i7 {
  background-position: 0px -152px;
}
.schci.i8 {
  background-position: -79px -152px;
}
.schci.i9 {
  background-position: -158px -152px;
}
.prod-list > li {
  position: relative;
  padding: 15px 20px 134px 20px;
  text-align: center;
  width: 306px;
  border: #e1e2e2 1px solid;
  transition: 300ms;
  margin-bottom: 20px;
}
.prod-list > li .n {
  display: inline-block;
  line-height: 110%;
  width: 80%;
  font-size: 26px;
  min-height: 45px;
}
.prod-list > li .n:hover {
  color: #0060aa;
}
.prod-list > li .ic {
  display: block;
  width: 100%;
  height: 150px;
}
.prod-list > li .a {
  line-height: 105%;
}
.prod-list > li .p {
  position: absolute;
  left: 0px;
  bottom: 72px;
  font-weight: bold;
  font-size: 41px;
  height: 62px;
  width: 100%;
  text-align: center;
}
.prod-list > li .p div {
  margin-top: 5px;
}
.prod-list > li .m {
  text-align: center;
  margin-top: 15px;
}
.prod-list > li .m a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: underline;
}
.prod-list > li .m a:hover {
  color: #51ae3a;
}
.prod-list > li:hover {
  border: #c7c9c9 1px solid;
}
.prod-list.-lst > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  text-align: left;
  padding-bottom: 15px;
}
.prod-list.-lst > li .im {
  width: 24%;
}
.prod-list.-lst > li .c {
  width: 60%;
  padding: 0 5px 0 20px;
}
.prod-list.-lst > li .r {
  width: 16%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
}
.prod-list.-lst > li .n {
  display: block;
  width: 100%;
  font-size: 130%;
  min-height: 1px;
  color: #727271;
}
.prod-list.-lst > li .n:hover {
  color: #0060aa;
}
.prod-list.-lst > li .a {
  text-align: left;
}
.prod-arts {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.prod-arts > li {
  width: 33%;
  line-height: 100%;
}
.prod-arts > li.montaj {
  width: 28%;
}
.prod-arts > li.power {
  width: 40%;
}
.prod-arts.tit {
  font-weight: bold;
  color: #0060aa;
  margin-top: 20px;
}
.prod-arts.t2 li.power {
  width: 40%;
}
.prod-arts.t2 li.effect {
  width: 26%;
}
.prod-arts-mobi {
  display: none;
}
.flag {
  position: absolute;
  z-index: 10;
}
.flag.-sale {
  width: 125px;
  height: 113px;
  background: url(../img/flag_sale.png);
  top: -6px;
  right: -6px;
}
.flag.-action {
  width: 125px;
  height: 114px;
  background: url(../img/flag_action.png);
  top: -6px;
  right: -6px;
}
footer {
  margin-top: 30px;
  padding: 25px 0;
  background: #71706e;
}
.ftr-txt {
  margin: 60px 0;
  font-size: 26px;
  text-align: center;
}
.footer {
  color: #fff;
  font-size: 17px;
}
.footer li.r {
  text-align: right;
  width: 60%;
}
.footer a {
  color: #fff;
}
.prod-top {
  border-top: #dbdbdb 1px solid;
  padding-top: 30px;
  margin-top: 30px;
  position: relative;
}
.prod-imgs {
  width: 50%;
}
.prod-imgs .big {
  display: block;
  height: 350px;
}
.prod-gal-wrap {
  position: relative;
  margin-top: 10px;
}
.pg-arr {
  display: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #0060aa;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 300ms;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pg-arr.next {
  background-image: url(../img/chevron_r.png);
  right: 0px;
}
.pg-arr.prev {
  background-image: url(../img/chevron_l.png);
  left: 0px;
}
.pg-arr:hover {
  background-color: #127bcc;
  cursor: pointer;
}
.prod-gal-container {
  width: 84%;
  margin: 0 auto;
}
.prod-gal a {
  display: inline-block;
  vertical-align: top;
  margin: 3px;
  width: 120px;
  height: 85px;
}
.prod-short {
  width: 44%;
  font-size: 18px;
}
.prod-art {
  font-size: 20px;
  margin-bottom: 25px;
}
.prod-art b {
  color: #0060aa;
  font-weight: bold;
}
.prod-video > * {
  margin-bottom: 20px;
}
.prod-video > * p {
  font-weight: bold;
  margin-bottom: 20px;
}
.prod-video > * iframe {
  min-height: 250px;
}
.prod-docs a {
  display: block;
  background: url(../img/ext-pdf.png) left center no-repeat;
  background-size: 30px 30px / 47/57;
  font-size: 17px;
  color: #0060aa;
  font-weight: bold;
  padding: 10px 0 10px 50px;
  margin-bottom: 15px;
  text-decoration: none;
  position: relative;
  min-height: 30px / 47/57;
}
.prod-docs a:hover {
  color: #51ae3a;
}
.prod-tabs a {
  text-decoration: none;
  margin-right: 10px;
  padding: 15px 30px;
  background: #d6e3e9;
  border: #d6e3e9 1px solid;
  color: #0d7fb2;
  font-size: 85%;
  font-weight: bold;
}
.prod-tabs a.active {
  background: #fff;
}
.prod-tabs a:hover {
  background: #e1eff5;
}
#tab-property h2 {
  margin: 0 0 15px 0;
  padding: 0;
}
.props-list {
  margin: 0 0 40px 0 !important;
  padding: 0 !important;
}
.props-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin-bottom: 10px;
}
.props-list li > div {
  width: 50%;
}
.props-list li > div span {
  padding: 0 2px 1px 0;
  background: #fff;
}
.props-list li:not(.subhdr):after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  z-index: -1;
  width: 49.5%;
  height: 1px;
  border-top: #727271 1px dotted;
}
.snoska {
  margin: -30px 0 40px 0;
  font-style: italic;
}
.video-list li {
  margin-bottom: 40px;
}
.video-list li .t {
  text-align: center;
  margin-bottom: 20px;
}
.video-list li .v {
  height: 300px;
}
.docs {
  border-top: #dbdbdb 1px solid;
}
.docs li {
  border-bottom: #dbdbdb 1px solid;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
}
.docs li .t {
  flex-grow: 1;
}
.docs li .t br {
  display: none;
}
.docs li .f {
  text-align: left;
  margin-right: 20px;
}
.docs li .d {
  font-size: 18px;
  font-weight: bold;
}
.docs li .d a {
  color: #0060aa;
}
.wbuy-hdr {
  border-bottom: #dbdbdb 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
}
.wbuy {
  margin-bottom: 50px;
  justify-content: center;
  -ms-flex-pack: center;
}
.wbuy li > * {
  display: block;
}
.wbuy li .t .n {
  font-weight: bold;
  color: #0060aa;
}
.wbuy li .a {
  font-weight: bold;
  margin-top: 10px;
}
.brands-select {
  position: relative;
  min-width: 200px;
}
.brands-select .tit {
  color: #0060aa;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
}
.brands-select .tit span {
  border-bottom: #0060aa 1px dotted;
}
.brands-select .sel {
  display: none;
  border: #d7e9f3 1px solid;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  top: 100%;
  padding: 5px 0;
  min-width: 100%;
}
.brands-select .sel a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #727271;
  white-space: nowrap;
  font-size: 18px;
}
.brands-select .sel a:hover {
  background: #f7f7f7;
}
.sovm-show-all {
  border-bottom: #0060aa 1px dotted;
  text-decoration: none;
}
.sovm-tables {
  margin-top: 20px;
}
.sovm-tables table {
  width: 100%;
  border-top: #d7e9f3 1px solid;
  border-left: #d7e9f3 1px solid;
}
.sovm-tables table td {
  padding: 5px 10px;
  border-right: #d7e9f3 1px solid;
  border-bottom: #d7e9f3 1px solid;
}
.sovm-tables table th {
  font-weight: bold;
  padding: 5px 10px;
  text-align: left;
  border-right: #d7e9f3 1px solid;
  background: #d7e9f3;
  color: #0060aa;
}
.sovm-tbl {
  margin-bottom: 20px;
}
.princip-item {
  margin-bottom: 40px;
  justify-content: center;
  -ms-flex-pack: center;
}
.princip-item > * {
  width: 40%;
  margin: 0 20px;
}
.princip-item .img-max {
  text-align: right;
}
.princip-item p {
  margin: 5px 0;
}
.scheme-img .-h {
  background: url(../img/schm-hdr-circle.png) center center no-repeat;
  width: 100%;
  min-height: 184px;
}
.scheme-img .-l {
  background: url(../img/schm-hdr-lines.png) center center no-repeat;
  background-size: 67%;
  width: 100%;
  min-height: 53px;
  margin: -2px 0 -2px 10px;
}
.scheme-img .s1 {
  background: url(../img/schm-1.png) center center no-repeat;
  width: 33.33%;
  height: 320px;
  background-size: contain;
}
.scheme-img .s2 {
  background: url(../img/schm-2.png) center center no-repeat;
  width: 33.33%;
  height: 320px;
  background-size: contain;
}
.scheme-img .s3 {
  background: url(../img/schm-3.png) center center no-repeat;
  width: 33.33%;
  height: 320px;
  background-size: contain;
}
.page-menu p {
  font-weight: bold;
}
.page-menu a {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .mw {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .dhide {
    display: none !important;
  }
  .scheme-wrap {
    margin-top: 70px;
  }
  .sch-circle.s {
    margin-top: 50px;
  }
  .header-fix.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 500;
    background: #fff;
  }
  header {
    background: #fff;
  }
  .mobile-menu {
    display: none;
  }
  .menu-wrap {
    overflow: hidden;
  }
  .menu-wrap .-max {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
  }
  .menu > li {
    margin: 0 10px;
  }
  .menu > li:hover .menu-sub {
    display: block;
  }
  .menu-sub {
    position: absolute;
    left: 0;
    top: 99%;
    z-index: 10;
  }
  .menu-btn {
    float: right;
    margin: 10px 0;
  }
  .props-list li div:first-child {
    width: 50%;
  }
  .props-list li div:last-child {
    width: 50%;
  }
  .props-list li:after {
    width: 50%;
  }
  .prod-arts li:first-child {
    width: 26%;
  }
  .docs li {
    padding-left: 20px;
    padding-right: 80px;
  }
  .docs li .f {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 750px) {
  .wbuy li {
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .mhide {
    display: none !important;
  }
  .mpad {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mw {
    padding-left: 10px;
    padding-right: 10px;
  }
  img {
    max-width: 100%;
  }
  .mobile-menu {
    background: #0060aa;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 40px;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.6);
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: center;
  }
  .mm-open {
    display: inline-flex;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
  }
  .icon-menu {
    display: inline-block;
    width: 6px;
    height: 24px;
    background: transparent linear-gradient(to bottom, #fff 0%, #fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%, #fff 100%);
    margin-left: 10px;
  }
  .mm-title {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 10px;
  }
  .menu {
    display: none;
    text-align: left;
    position: fixed;
    top: 0;
    left: -10px;
    z-index: 10;
    width: calc(100% + 10px);
    height: 100%;
    overflow-y: auto;
    background: #0060aa;
    padding: 50px 0 0;
  }
  .menu > li > a {
    padding: 10px 20px;
  }
  .menu > li:not(:last-child) {
    border-bottom: #006cbe 1px solid;
  }
  .logo2 .t {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .logo2 .b {
    font-size: 27px;
  }
  .scheme #row2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .scheme #row2 > div {
    width: 100%;
    margin-bottom: 20px;
  }
  header {
    margin-top: 40px;
    padding: 20px 0;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
  }
  header > * {
    width: 100%;
    margin-bottom: 20px;
  }
  header .logo {
    text-align: center;
  }
  header .s {
    text-align: center;
  }
  header .r {
    min-height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    background-position-x: 96%;
  }
  iframe {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .prod-list.-lst > li .im,
  .prod-list.-lst > li .c,
  .prod-list.-lst > li .r {
    width: 100%;
    padding: 0 0;
    margin-bottom: 10px;
  }
  .prod-list.-lst > li .n {
    margin-bottom: 15px;
  }
  .prod-arts {
    font-size: 16px;
  }
  .prod-arts.tit {
    align-items: flex-start;
  }
  header .r {
    background-position-x: 80%;
  }
  .scheme-img > * {
    margin-bottom: 20px;
  }
  .scheme-img .-l {
    display: none;
  }
  .scheme-img .s1,
  .scheme-img .s2,
  .scheme-img .s3 {
    width: 100%;
  }
  .wbuy li {
    width: 48%;
  }
}
@media only screen and (min-width: 1024px) {
  .wbuy li {
    width: 20%;
    margin: 0 5%;
  }
}
@media only screen and (min-width: 600px) {
}
@media only screen and (max-width: 600px) {
  .col-3 > * {
    width: 100%;
  }
  .col-2 > * {
    width: 100%;
  }
  .docs li .t {
    width: 50%;
    font-size: 18px;
  }
  .docs li .t br {
    display: block;
  }
  .wbuy-hdr {
    text-align: center;
  }
  .wbuy li {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .prod-list li .ic {
    width: 100%;
    height: 170px;
  }
  .princip-item > * {
    width: 100%;
  }
  .props-list li:after {
    display: none;
  }
  .props-list li:not(:last-child) {
    padding-bottom: 5px;
    border-bottom: #dddddd 1px solid;
  }
}
@media only screen and (min-width: 1024px) {
  header > * {
    width: 32%;
  }
  .txt-2 {
    -webkit-columns: 2 400px;
    -moz-columns: 2 400px;
    columns: 2 400px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .scheme-img .s1,
  .scheme-img .s2,
  .scheme-img .s3 {
    height: 370px;
  }
}
@media only screen and (max-width: 760px) {
  .footer li {
    width: 100%;
    text-align: center;
  }
  .footer li.r {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .prod-imgs,
  .prod-short {
    width: 100%;
    margin-bottom: 20px;
  }
  .prod-imgs .big {
    height: 200px;
  }
  .prod-type.-colors label {
    display: block;
  }
  .prod-tabs a {
    padding: 3px 5px;
    margin-bottom: 5px;
    width: 80%;
  }
  .prod-tabs a.active {
    width: 100%;
  }
  .ft-tab.mobile {
    width: 100%;
    display: block;
    padding: 15px 30px;
    background: #d6e3e9;
    border: #d6e3e9 1px solid;
    color: #0d7fb2;
    font-size: 85%;
    margin-bottom: 10px;
    text-decoration: none;
    font-weight: bold;
  }
  .ft-tab.mobile.active {
    background: #fff;
  }
  .contacts > div {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 400px) {
  header .r {
    background-position-x: 90%;
  }
  .sch-circle {
    zoom: 0.8;
  }
  .prod-list.-lst li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .prod-list.-lst li.power2 {
    width: 37%;
  }
  .prod-list.-lst li.effect {
    padding-left: 5px;
  }
  .prod-arts-desk {
    display: none;
  }
  .prod-arts-mobi {
    display: block;
    font-size: 16px;
  }
  .prod-arts-mobi li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: flex-start;
    margin: 10px 0;
  }
  .prod-arts-mobi li > div:first-child {
    font-weight: bold;
    color: #0060aa;
    width: 55%;
  }
  .prod-arts-mobi li > div:last-child {
    width: 43%;
  }
}
@media only screen and (min-width: 350px) and (max-width: 600px) {
  .prod-arts {
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .prod-arts li {
    margin-right: 10px;
  }
  .prod-arts li.art {
    width: 26%;
  }
  .prod-arts li.montaj {
    width: 45%;
    white-space: nowrap;
  }
  .prod-arts li.power {
    width: 30%;
  }
  .prod-arts li.effect {
    width: 33%;
  }
}
/*# sourceMappingURL=s.css.map */