html {
  height: 100%;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, address {
  display: block;
}

audio, canvas {
  display: inline-block;
}

video {
  display: block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

address {
  font-style: normal;
}

ul, ol, li, form, fieldset, a, img, div, figure, address {
  margin: 0;
  padding: 0;
  border: 0;
}

ul {
  list-style: inside;
}

ol {
  list-style: inside;
}

ul li {
  list-style: none;
}

ol li {
  list-style: decimal inside;
}

ol {
  padding: 10px 0;
}

ol li {
  margin: 0 0 20px 0;
}

body {
  height: 100%;
  position: relative;
  background: #fff;
  background-attachment: fixed;
}

body, td, input, textarea, button {
  margin: 0px;
  padding: 0px;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  text-decoration: none !important;
}

a, a:active, a:focus {
  outline: none;
}

b,
strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.main {
  position: relative;
}

.cbc {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

input::-webkit-input-placeholder {
  opacity: 1;
  color: #76777a;
}

input::-moz-placeholder {
  opacity: 1;
  color: #76777a;
}

input:-ms-input-placeholder {
  opacity: 1;
  color: #76777a;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #76777a;
}

textarea::-moz-placeholder {
  opacity: 1;
  color: #76777a;
}

textarea:-ms-input-placeholder {
  opacity: 1;
  color: #76777a;
}

input[type="submit"] {
  cursor: pointer;
}

textarea,
button,
input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  outline: none;
}

body, td, input, textarea, button {
  color: #1F2023;
  /*font-family: "Calibri", Arial;*/
}

h1, h2, h3, h4 {
  font-weight: normal;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

@media (max-width: 992px) {
  .row {
    margin: 0 -10px;
  }
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding: 20px;
}

@media (max-width: 992px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding: 10px;
  }
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}

/* elements */
.title-h1,
.title-h2,
.title-h3,
.title-h4 {
  padding: 0;
  margin: 0;
  font-family: "Calibri";
  font-weight: bold;
  color: #004b4e;
}

.title-h1 {
  font-size: 64px;
  line-height: 1;
  margin:0 30px 10px;
}

@media (max-width: 1200px) {
  .title-h1 {
    font-size: 54px;
  }
}

@media (max-width: 992px) {
  .title-h1 {
    font-size: 50px;
  }
}

@media (max-width: 568px) {
  .title-h1 {
    font-size: 46px;
  }
}

.title-h2 {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
}

@media (max-width: 1200px) {
  .title-h2 {
    font-size: 40px;
  }
}

@media (max-width: 992px) {
  .title-h2 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .title-h2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 568px) {
  .title-h2 {
    font-size: 28px;
  }
}

.title-h3 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  color: #009077;
}

.title-h4 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  color: #009077;
}

.text-box {
  font-size: 20px;
  line-height: 26px;
}

.text-box p {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 15px;
}

.text-box p:last-child {
  margin-bottom: 0;
}

hr {
  border: none;
  display: block;
  margin: 0 -1000px;
  height: 1px;
  background: #eac62d;
}

.cms_submit,
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 45px;
  height: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  border: 1px solid #009077;
  border-radius: 44px;
  /*color: #009077;*/
  color: white;
  position: relative;
  z-index: 1;

  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#005a5d), to(#01b1b5));
  background: linear-gradient(to right, #005a5d 0%, #01b1b5 100%);
}

@media (max-width: 1200px) {
  .cms_submit,
  .button {
    padding: 0 30px;
  }
}

@media (max-width: 568px) {
  .cms_submit,
  .button {
    width: 100%;
  }
}

.cms_submit::after,
.button::after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background-color: #005a5d;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 44px;
  z-index: -1;
}

.cms_submit:hover,
.button:hover {
  color: #fff;
  border-color: #005a5d;
}

.cms_submit:hover::after,
.button:hover::after {
  opacity: 1;
}

.cms_submit--sm,
.button--sm {
  padding: 0 32px 2px;
  height: 40px;
  font-size: 18px;
}

.cms_submit--lgray,
.button--lgray {
  background: #f8f8f8;
}

.cms_submit--yellow,
.button--yellow {
  background: #eac62d;
  color: #fff;
  border: none;
}

.cms_submit--yellow::after,
.button--yellow::after {
  display: none;
}

.cms_submit--yellow:hover,
.button--yellow:hover {
  color: #fff;
  background: #009077;
}

.cms_submit--green,
.button--green {
  color: #fff;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#005a5d), to(#01b1b5));
  background: linear-gradient(to right, #005a5d 0%, #01b1b5 100%);
}

.cms_submit--green::after,
.button--green::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 992px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 992px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-md {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 992px) {
  .section-md {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .section-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-outer {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .section-outer {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.space-bottom {
  padding-bottom: 60px;
}

.typography {
  font-size: 22px;
  line-height: 32px;
}

@media (max-width: 1200px) {
  .typography {
    font-size: 18px;
    line-height: 1.4;
  }
}

.typography h1,
.typography h2,
.typography h3 {
  padding: 0;
  margin: 0;
  font-family: "Calibri";
  font-weight: bold;
}

.typography h1 {
  font-size: 64px;
}

@media (max-width: 120px) {
  .typography h1 {
    font-size: 54px;
  }
}

@media (max-width: 992px) {
  .typography h1 {
    font-size: 48px;
  }
}

@media (max-width: 568px) {
  .typography h1 {
    font-size: 40px;
  }
}

.typography h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 25px;
  color: #004b4e;
}

.typography h2:first-child {
  margin-top: 0;
}

@media (max-width: 992px) {
  .typography h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}

@media (max-width: 568px) {
  .typography h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

.typography h2 ~ .media-box {
  margin-top: -20px;
}

.typography h3 {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 15px;
}

.typography P {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 15px;
}

@media (max-width: 1200px) {
  .typography P {
    font-size: 18px;
    line-height: 1.4;
  }
}

@media (max-width: 568px) {
  .typography P {
    font-size: 16px;
  }
}

.typography P:last-child {
  margin-bottom: 0;
}

.typography P ~ .media-box {
  margin-top: -20px;
}

.typography img {
  max-width: 100%;
}

.typography a:not(.button) {
  text-decoration: underline;
}

.typography a:not(.button):hover {
  text-decoration: none;
}

.typography ul:not([class]) {
  margin-bottom: 15px;
  padding-left: 15px;
}

.typography ul:not([class]) ~ .media-box {
  margin-top: -20px;
}

.typography ul:not([class]) li {
  font-size: 22px;
  line-height: 32px;
  margin: 0 0 15px;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
}

@media (max-width: 1200px) {
  .typography ul:not([class]) li {
    font-size: 18px;
    line-height: 1.4;
  }
}

@media (max-width: 568px) {
  .typography ul:not([class]) li {
    font-size: 16px;
  }
}

.typography ul:not([class]) li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
}

.typography ol {
  margin-bottom: 15px;
  padding-left: 15px;
  counter-reset: custom-counter;
  list-style: none;
}

.typography ol:last-child {
  margin-bottom: 0;
}

.typography ol ~ .media-box {
  margin-top: -20px;
}

.typography ol li {
  font-size: 22px;
  line-height: 32px;
  margin: 0 0 15px;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
  list-style: none;
}

@media (max-width: 1200px) {
  .typography ol li {
    font-size: 18px;
    line-height: 1.4;
  }
}

@media (max-width: 568px) {
  .typography ol li {
    font-size: 16px;
  }
}

.typography ol li::before {
  content: counter(custom-counter) ".";
  counter-increment: custom-counter;
  position: absolute;
  left: 0;
  top: 0;
}

.typography table {
  width: 100%;
  border: 1px solid #dbe8e3;
  font-size: 22px;
  line-height: 32px;
  margin: 0 0 15px;
}

@media (max-width: 1200px) {
  .typography table {
    font-size: 18px;
    line-height: 1.4;
  }
}

@media (max-width: 568px) {
  .typography table {
    font-size: 16px;
  }
}

.typography table th {
  height: 80px;
  background: #f1f6f2;
}

.typography table td {
  border: 1px solid #dbe8e3;
  padding: 20px;
}

@media (max-width: 568px) {
  .typography table td {
    padding: 15px;
  }
}

.table-scroll {
  overflow: auto;
}

@media (max-width: 767px) {
  .table-scroll {
    padding-top: 60px;
    background: url(http://automationsolutions.ru/images/icon-hscroll.svg) center 15px no-repeat;
    background-size: 32px 32px;
  }
}

.breadcrumb {
  min-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  font-size: 16px;
  background: #f8f8f8;
}

@media (max-width: 568px) {
  .breadcrumb {
    font-size: 12px;
  }
}

.breadcrumb .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumb a {
  color: #004b4e;
}

.breadcrumb a:hover {
  color: #009077;
}

.breadcrumb a img {
  display: block;
}

.breadcrumb__sepor {
  display: block;
  width: 6px;
  height: 10px;
  margin: 0 15px;
  background: url(http://automationsolutions.ru/images/chevron-right.svg) center no-repeat;
}

.page-content {
  min-height: 100%;
}

.page-content--inner {
  padding-top: 50px;
}

.forms textarea,
.forms input[type="text"],
.forms input[type="password"],
.forms input[type="email"],
.forms input[type="tel"] {
  width: 100%;
  height: 65px;
  padding: 0 25px;
  font-size: 18px;
  border-radius: 15px;
  text-align: left;
  color: #004b4e;
  background: #d7f5ff;
  border: none;
}

@media (max-width: 1200px) {
  .forms textarea,
  .forms input[type="text"],
  .forms input[type="password"],
  .forms input[type="email"],
  .forms input[type="tel"] {
    padding: 0 20px;
  }
}

.forms textarea {
  padding: 18px;
  resize: none;
  height: 115px;
}

.forms label {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

.forms .jq-selectbox {
  width: 100%;
}

.forms__check, .forms__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 18px;
}

.forms__check .jq-checkbox {
  margin-right: 15px;
}

.forms__radio .jq-radio {
  margin-right: 15px;
}

.check-list__item {
  margin-bottom: 12px;
}

.check-list__item:last-child {
  margin-bottom: 0;
}

.error {
  background: #feeded !important;
}

.burger-btn {
  width: 30px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  background: none;
  border: none;
  position: relative;
  outline: none;
  display: block;
}

.burger-btn span {
  position: absolute;
  left: 0;
  top: 8px;
  width: 30px;
  height: 3px;
  background-color: #004b4e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.burger-btn::before, .burger-btn::after {
  content: '';
 /* position: absolute; */
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #004b4e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.burger-btn::before {
  top: 0;
}

.burger-btn::after {
  bottom: 0;
}

.burger-btn.open {
  height: 30px;
}

.burger-btn.open span {
  opacity: 0;
}

.burger-btn.open::before, .burger-btn.open::after {
  width: 28px;
  background: #004b4e;
}

@media (max-width: 568px) {
  .burger-btn.open::before, .burger-btn.open::after {
    width: 22px;
  }
}

.burger-btn.open::before {
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.burger-btn.open::after {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.page-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: #000;
  opacity: 0.95;
}

@media (min-width: 768px) {
  .fix-scroll__fly.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1000;
  }
  .fix-scroll__fly.fixed .fix-scroll__wrap {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .fix-scroll {
    height: auto !important;
  }
}

.fix-scroll--bottom .fix-scroll__fly.fixed {
  top: auto;
  bottom: 0;
  -webkit-box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.1);
}

.next-toggle {
  position: relative;
  padding-right: 25px;
  cursor: pointer;
}

.next-toggle::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 17px;
  height: 13px;
  background: url(http://automationsolutions.ru/images/toggle-arrow-down.svg) center no-repeat;
}

.next-toggle.open::after {
  background: url(http://automationsolutions.ru/images/toggle-arrow-up.svg) center no-repeat;
}

/* plugins */
.slick-slider {
  padding-bottom: 60px;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 992px) {
  .slick-dots {
    bottom: -40px;
  }
}

@media (max-width: 568px) {
  .slick-dots {
    bottom: -30px;
  }
}

.slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #004b4e;
  margin: 0 8px !important;
  padding: 0 !important;
  list-style: none;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.slick-dots li::before {
  display: none;
}

@media (max-width: 767px) {
  .slick-dots li {
    margin: 0 5px !important;
  }
}

.slick-dots li.slick-active {
  background: #eac62d;
}

.slick-dots button {
  width: 16px;
  height: 16px;
  background: none;
  border: none;
  cursor: pointer;
  text-indent: 1000px;
  overflow: hidden;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 58px;
  height: 49px;
  margin-top: -25px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  text-indent: 1000px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slick-arrow:active {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.slick-prev {
  left: 0;
  background-image: url(http://automationsolutions.ru/images/arrow-left.svg);
}

.slick-next {
  right: 0;
  background-image: url(http://automationsolutions.ru/images/arrow-right.svg);
}

.slick-disabled::before {
  color: #000 !important;
}

.slick-disabled:hover {
  -webkit-transform: none;
          transform: none;
}

.h-space-20 {
  height: 20px;
}

@media (max-width: 992px) {
  .lg-hide {
    display: none;
  }
}

.round-box {
  border-radius: 500px;
  background: #fff;
  -webkit-box-shadow: 0 0 67px rgba(137, 89, 107, 0.12);
          box-shadow: 0 0 67px rgba(137, 89, 107, 0.12);
  margin: 0 -195px;
  padding: 0 195px;
}

@media (max-width: 1200px) {
  .round-box {
    border-radius: 0;
  }
}

/* support class style */
.clear {
  clear: both;
  float: none !important;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.disp_none {
  display: none;
}

.full-bg {
  margin-left: calc((100vw - 1280px) / -2);
  margin-right: calc((100vw - 1280px) / -2);
  padding-left: calc((100vw - 1280px) / 2);
  padding-right: calc((100vw - 1280px) / 2);
}

@media (max-width: 1360px) {
  .full-bg {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1200px) {
  .full-bg {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 992px) {
  .full-bg {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.full-width {
  width: 100vw;
  margin: 0 auto;
}

.full-page {
  margin-left: -1000px;
  margin-right: -1000px;
}

.full-page__wrap {
  width: 100vw;
  margin: 0 auto;
}

.mt-30 {
  margin-top: 30px !important;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.white-bg {
  background-color: #fff;
}

.black-bg {
  background-color: #000;
}

.lgray {
  background-color: #f8f8f8;
}

.clr-white {
  color: #fff;
}

.w100p {
  width: 100%;
}

.nowrap {
  white-space: nowrap;
}

.spacer-90 {
  height: 90px;
}

.top-space {
  padding-top: 50px;
}

.pb-0 {
  padding-bottom: 0;
}

.container {
  margin: 0 auto;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1360px;
  width: 100%;
}

@media (max-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 992px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body.open-nav {
  overflow: hidden;
}

body.open-nav .cbc {
  overflow: hidden;
}

body.open-nav .header {
  position: fixed;
  left: 0;
  right: 0;
}

/* page content  VEYy6q7Dika5Rgm */
/* header */
.header {
  position: relative;
  z-index: 10000;
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 104px;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .header__logo {
    position: relative;
    z-index: 1;
  }
}

.header__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .header__action {
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 568px) {
  .header__action .h-button {
    display: none;
  }
}

.header__action .h-open-search {
  margin-left: 50px;
}

@media (max-width: 1200px) {
  .header__action .h-open-search {
    margin-left: 30px;
  }
}

@media (max-width: 568px) {
  .header__action .h-open-search {
    margin-right: 10px;
  }
}

.header__nav {
  height: 100%;
}

@media (max-width: 1200px) {
  .header__nav {
    margin: 0 20px;
  }
}

@media (max-width: 992px) {
  .header__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    background: #fff;
    padding: 120px 20px 100px;
    overflow: auto;
    margin: 0;
  }
  .header__nav::before {
    content: '';
    position: fixed;
    top: 0;
    height: 100px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 2;
  }
}

.header__burger {
  display: none;
}

@media (max-width: 992px) {
  .header__burger {
    display: block;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 30px;
  }
}

.h-logo {
  display: block;
}

.h-logo-2 {
  display: block;
  margin-left: 54px;
}
.h-logo-2 img {width: 47px;}

@media (max-width: 1200px) {
  .h-logo-2 {
    margin-left: 25px;
  }
}

@media (max-width: 568px) {
  .h-logo-2 {
    display: none;
  }
}

.h-open-search {
  display: block;
  width: 18px;
  height: 18px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(http://automationsolutions.ru/images/icon-search.svg) center no-repeat;
}

@media (max-width: 1200px) {
  .h-open-search {
    width: 22px;
    height: 22px;
    background-size: contain;
  }
}

.h-open-search:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.h-call {
  display: block;
  width: 23px;
  height: 23px;
  background: url(http://automationsolutions.ru/images/icon-phone.svg) center no-repeat;
}

@media (max-width: 1200px) {
  .h-button {
    white-space: nowrap;
    padding: 0 20px;
  }
}

.h-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
}

@media (max-width: 992px) {
  .h-nav {
    display: block;
    height: auto;
  }
}

.h-nav__item {
  margin: 0 20px;
  position: relative;
}

@media (max-width: 1200px) {
  .h-nav__item {
    margin: 0 10px;
  }
}

@media (max-width: 992px) {
  .h-nav__item {
    margin: 15px 0;
  }
}

.h-nav__item--catlink {
  position: static;
}

.h-nav__link {
  color: #004b4e;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  position: relative;
}

@media (max-width: 1200px) {
  .h-nav__link {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .h-nav__link {
    font-size: 22px;
  }
}

.h-nav__link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background: #ba2b8b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0;
}

.h-nav__link::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  right: -20px;
  bottom: 0;
}



@media (max-width: 992px) {
  .h-nav__link::after {
    display: none;
  }
}

.h-nav__link:hover {
  color: #009077;
}

.h-nav__item:hover .h-nav__link::after {
  width: 100%;
}

.h-nav__item:hover .h-nav__dropdown {
  display: block;
}



.h-nav__link.active {
  color: #009077;
}

.h-nav__item.active .h-nav__link::after {
  width: 100%;
}


.h-nav__dropdown-item.active a.h-nav__dropdown-link {
  color: #009077;
}



.h-nav__dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 20px 0;
  background: #fff;
}

@media (max-width: 992px) {
  .h-nav__dropdown {
    display: block;
    position: static;
    padding: 10px 0 10px 20px;
  }
}

.h-nav__dropdown--catalog {
  left: -10000px;
  right: -10000px;
  padding: 10px 10px 0 10px;
}

@media (max-width: 992px) {
  .h-nav__dropdown--catalog {
    padding: 10px 0 0 0;
    margin-left: -10px;
  }
}

.h-nav__dropdown--catalog .h-nav-cat {
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 40px;
}

@media (max-width: 1360px) {
  .h-nav__dropdown--catalog .h-nav-cat {
    max-width: 100vw;
    padding-left: 5px;
  }
}

@media (max-width: 1200px) {
  .h-nav__dropdown--catalog .h-nav-cat {
    padding-right: 30px;
  }
}

.h-nav__dropdown-item {
  margin-bottom: 10px;
}

.h-nav__dropdown-item:last-child {
  margin-bottom: 0;
}

.h-nav__dropdown-link {
  display: block;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 20px;
  color: #004b4e;
  white-space: nowrap;
}

@media (max-width: 992px) {
  .h-nav__dropdown-link {
    font-size: 18px;
    padding: 0;
  }
}

.h-nav__dropdown-link:hover {
  color: #009077;
}

.h-nav__soc {
  display: none;
}

@media (max-width: 992px) {
  .h-nav__soc {
    display: block;
    padding-top: 20px;
  }
  .h-nav__soc .soc-link__item {
    margin-left: 25px;
  }
}

.h-nav-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.h-nav-cat__item {
  width: 33.33%;
  padding: 10px;
  margin-bottom: 10px;
}

.h-nav-cat__cover {
  display: block;
  width: 100%;
  height: 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  position: relative;
}

.h-nav-cat__cover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.h-nav-cat__title {
  font-weight: bold;
  font-size: 18px;
  color: #004b4e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.h-nav-cat__title:hover {
  color: #009077;
}

.h-nav-cat__link {
  display: block;
}

.h-nav-cat__link:hover .h-nav-cat__title {
  color: #009077;
}

.h-nav-cat__link:hover .h-nav-cat__cover::before {
  opacity: 1;
}

.h-nav-cat__subn {
  margin-top: 5px;
}

.h-nav-cat__subn-item {
  margin-bottom: 5px;
}

.h-nav-cat__subn-item:last-child {
  margin-bottom: 0;
}

.h-nav-cat__subn-link {
  font-size: 14px;
}

.h-nav-cat__subn-link:hover {
  color: #009077;
}

/* search box */
.search-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: linear-gradient(120deg, #004B4E 0%, #00B9BD 95%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.search-box.open {
  opacity: 1;
  visibility: visible;
}

.search-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(http://automationsolutions.ru/images/search-shape.svg) right bottom no-repeat;
  background-size: contain;
}

.search-box__wrap {
  max-width: 1180px;
  width: 100%;
  height: 200px;
  position: relative;
}

@media (max-width: 1180px) {
  .search-box__wrap {
    padding: 0 30px;
  }
}

.search-box__close {
  position: fixed;
  right: calc((100vw - 1180px) / 2);
  top: 15vh;
}

@media (max-width: 1200px) {
  .search-box__close {
    top: 80px;
    right: 30px;
  }
}

@media (max-width: 992px) {
  .search-box__close {
    top: 30px;
    right: 30px;
  }
}

.close-button {
  border: none;
  width: 24px;
  height: 24px;
  background: url(http://automationsolutions.ru/images/icon-cross.svg) center no-repeat;
  background-size: contain;
  cursor: pointer;
}

.search-form__field {
  position: relative;
}

.search-form__field input[type="text"] {
  width: 100%;
  height: 100px;
  font-size: 56px;
  text-transform: uppercase;
  border: none;
  background: none;
  border-bottom: 2px solid #2FA590;
  color: #fff;
}

.search-form__field input[type="text"]::-webkit-input-placeholder {
  opacity: 0.5;
  color: #fff;
}

.search-form__field input[type="text"]::-moz-placeholder {
  opacity: 0.5;
  color: #fff;
}

.search-form__field input[type="text"]:-ms-input-placeholder {
  opacity: 0.5;
  color: #fff;
}

@media (max-width: 992px) {
  .search-form__field input[type="text"]::-webkit-input-placeholder {
    opacity: 1;
  }
  .search-form__field input[type="text"]::-moz-placeholder {
    opacity: 1;
  }
  .search-form__field input[type="text"]:-ms-input-placeholder {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .search-form__field input[type="text"] {
    height: 60px;
    font-size: 28px;
  }
}

.search-form__field input[type="submit"] {
  border: none;
  display: none;
  width: 40px;
  height: 40px;
  background: url(http://automationsolutions.ru/images/icon-search.svg) right bottom no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media (max-width: 992px) {
  .search-form__field input[type="submit"] {
    display: block;
  }
}

@media (max-width: 767px) {
  .search-form__field input[type="submit"] {
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
}

.search-form__note {
  text-align: right;
  font-size: 18px;
  margin-top: 15px;
  padding-right: 35px;
}

@media (max-width: 992px) {
  .search-form__note {
    display: none;
  }
}

/* pages */
.promo-box {
  margin-bottom: 60px;
}

@media (max-width: 992px) {
  .promo-box {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .promo-box {
    margin-bottom: 50px;
  }
}

.anmtli {
  opacity: 0;
}

.promo-slider {
  position: relative;
  padding-bottom: 0;
}

.promo-slider .slick-list::before {
  content: '';
  position: absolute;
  bottom: 4px;
  right: 0;
  left: 0;
  height: 109px;
  z-index: -1;
  background: url(http://automationsolutions.ru/images/slider-decor.png) center no-repeat;
  background-size: cover;
}

.promo-slider .slick-dots {
  left: auto;
  right: calc((100vw - 1280px) / 2);
  top: 0;
  bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1360px) {
  .promo-slider .slick-dots {
    right: 40px;
  }
}

@media (max-width: 1200px) {
  .promo-slider .slick-dots {
    right: 30px;
  }
}

@media (max-width: 992px) {
  .promo-slider .slick-dots {
    right: 20px;
  }
}

.promo-slider .slick-dots li {
  background-color: #fff;
  margin: 8px 0 !important;
}

.promo-slider .slick-dots li.slick-active {
  background: #eac62d;
}

.promo-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.promo-slide::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 109px;
  z-index: 10;
  background: url(http://automationsolutions.ru/images/slider-decor.png) center no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .promo-slide::before {
    height: 50px;
  }
}

@media (max-width: 767px) {
  .promo-slide::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
  }
}

.promo-slide .container {
  height: 755px;
}

@media (max-width: 992px) {
  .promo-slide .container {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .promo-slide .container {
    height: 80vh;
  }
}

.promo-slide__title {
  position: absolute;
  top: 0;
  left: 40px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

@media (max-width: 1200px) {
  .promo-slide__title {
    left: 30px;
  }
}

@media (max-width: 992px) {
  .promo-slide__title {
    left: 20px;
    font-size: 56px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .promo-slide__title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 36px;
    padding: 60px 0 0;
    z-index: 2;
  }
}

.promo-slide__obj {
  position: absolute;
  right: 125px;
  bottom: 0;
  z-index: 11;
}

@media (max-width: 992px) {
  .promo-slide__obj {
    right: 65px;
    bottom: 30px;
  }
}

@media (max-width: 767px) {
  .promo-slide__obj {
    bottom: 10px;
  }
}

.promo-slide__obj img {
  display: block;
}

@media (max-width: 992px) {
  .promo-slide__obj img {
    width: 240px;
  }
}

@media (max-width: 568px) {
  .promo-slide__obj img {
    width: 180px;
  }
}

.mp-parts {
  position: relative;
  padding-left: 90px;
}

@media (max-width: 992px) {
  .mp-parts {
    padding-left: 0;
  }
}

.mp-parts::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 185px;
  background: #e6c147;
}

@media (max-width: 992px) {
  .mp-parts::before {
    bottom: auto;
    left: auto;
    top: 37px;
    right: 0;
    width: 185px;
    height: 2px;
  }
}

@media (max-width: 767px) {
  .mp-parts::before {
    display: none;
  }
}

.mp-parts__header {
  position: absolute;
  color: #004b4e;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  left: -95px;
  top: 75px;
}

@media (max-width: 992px) {
  .mp-parts__header {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .mp-parts__header {
    margin-bottom: 30px;
  }
}

.mp-parts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mp-parts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -8px;
}

@media (max-width: 767px) {
  .mp-parts-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -8px;
  }
}

.mp-parts-list__item {
  width: 25%;
  padding: 0 8px;
}

.mp-parts-list__item:nth-child(1) {
  height: 330px;
}

.mp-parts-list__item:nth-child(2) {
  height: 460px;
  position: relative;
  top: -25px;
}

@media (max-width: 992px) {
  .mp-parts-list__item:nth-child(2) {
    position: static;
  }
}

.mp-parts-list__item:nth-child(3) {
  height: 280px;
}

.mp-parts-list__item:nth-child(4) {
  height: 340px;
}

@media (max-width: 767px) {
  .mp-parts-list__item {
    width: 50%;
    padding: 8px;
    height: 240px !important;
  }
}

.part-promo-card {
  display: block;
  height: 100%;
  min-height: 100%;
  position: relative;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
}

.part-promo-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
}

.part-promo-card::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.part-promo-card__title {
  position: absolute;
  bottom: 30px;
  left: 40px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  z-index: 1;
}

@media (max-width: 767px) {
  .part-promo-card__title {
    bottom: 20px;
    left: 20px;
    font-size: 24px;
  }
}

.part-promo-card:hover::after {
  opacity: 0;
}

.part-promo-card:hover::before {
  opacity: 1;
}

.part-card {
  display: block;
}

@media (max-width: 992px) {
  .part-card {
    padding: 5px 0;
  }
}

.part-card__cover {
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 992px) {
  .part-card__cover {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .part-card__cover {
    margin-bottom: 10px;
  }
}

.part-card__cover img {
  display: block;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.part-card__cover::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
  z-index: 1;
}

.part-card__title {
  font-size: 32px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 10px;
  color: #004b4e;
}

@media (max-width: 992px) {
  .part-card__title {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .part-card__title {
    font-size: 24px;
  }
}

.part-card__count {
  font-size: 18px;
  color: #009077;
}

@media (max-width: 767px) {
  .part-card__count {
    font-size: 16px;
  }
}

.part-card__count span {
  margin-right: 3px;
}

.part-card:hover .part-card__cover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.part-card:hover .part-card__cover::before {
  opacity: 1;
}

.part-card:hover .part-card__title {
  color: #009077;
}

.main-news__header {
  text-align: center;
  margin-bottom: 40px;
}

.main-news__body {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .main-news__body {
    margin-bottom: 40px;
  }
}

.main-news__more {
  text-align: center;
}

.news-card {
  display: block;
}

@media (max-width: 767px) {
  .news-card {
    margin-bottom: 20px;
  }
}

.news-card__thumb {
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 10px;
}

.news-card__thumb img {
  display: block;
  width: 100%;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}

.news-card__date {
  margin-bottom: 10px;
  color: #009077;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news-card__title {
font-size: 22px;
font-weight: 600;
line-height: 1.2;
min-height: 60px;
margin-bottom: 25px;
padding-right: 20px;
text-align: center;
margin-top: 13px;
}

@media (max-width: 767px) {
  .news-card__title {
    min-height: 0;
  }
}

.news-card:hover .news-card__thumb img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.news-card:hover .news-card__date,
.news-card:hover .news-card__more {
  color: #004b4e;
}

.mp-intro .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mp-intro__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .mp-intro__bg {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .mp-intro__bg {
    margin-bottom: 20px;
  }
}

.mp-intro__bg img {
  display: block;
}

.mp-intro .text-box {
  margin-bottom: 35px;
}

.info-decor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .info-decor {
    width: 100%;
  }
}

.info-decor__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 310px;
  position: relative;
}

@media (max-width: 1200px) {
  .info-decor__col {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .info-decor__col {
    width: 100%;
    position: static;
    display: block;
  }
}

.info-decor__col:first-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  bottom: -22px;
}

.info-decor__col:last-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  top: -22px;
}

@media (max-width: 767px) {
  .info-decor__col:last-child {
    display: none;
  }
}

.info-decor img {
  display: block;
  border-radius: 8px;
  margin: 8px;
}

@media (max-width: 1200px) {
  .info-decor img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .info-decor img {
    width: 100%;
    margin: 0;
  }
  .info-decor img:first-child {
    display: none;
  }
}

.mp-brands {
  display: block;
}

.mp-brands img {
  max-width: 100%;
  display: block;
}

@media (max-width: 992px) {
  .brands-slider {
    padding-bottom: 0;
  }
}

.awards {
  max-width: 330px;
}

@media (max-width: 992px) {
  .awards {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.awards__title {
  font-size: 32px;
  text-transform: uppercase;
  color: #009077;
  padding-left: 43px;
  margin-bottom: 24px;
  background: url(http://automationsolutions.ru/images/icon-awards.svg) left center no-repeat;
}

.awards__item {
  font-size: 20px;
  line-height: 26px;
  color: #004b4e;
  position: relative;
  padding: 24px 0;
}

.awards__item::before, .awards__item::after {
  position: absolute;
  left: 0;
  width: 207px;
  height: 1px;
  background: #eac62d;
}

.awards__item::before {
  content: '';
  top: 0;
}

.awards__item:last-child::after {
  content: '';
  bottom: 0;
}

.right-decor {
  background-image: url(http://automationsolutions.ru/images/feedback-bg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  .right-decor {
    display: none;
  }
}

.mp-feedback .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mp-feedback__text {
  max-width: 500px;
}

@media (max-width: 992px) {
  .mp-feedback__action {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .mp-feedback__action {
    margin-top: 0;
  }
}

.mp-feedback__action .button {
  margin-left: 25px;
}

@media (max-width: 767px) {
  .mp-feedback__action .button {
    margin: 25px 0 0;
  }
}

.mp-feedback__action .button:first-child {
  margin-left: 0;
}

.mp-contacts__wrap {
  position: relative;
  height: 540px;
}

@media (max-width: 1200px) {
  .mp-contacts__wrap {
    height: 450px;
  }
}

@media (max-width: 992px) {
  .mp-contacts__wrap {
    height: 320px;
  }
}

@media (max-width: 767px) {
  .mp-contacts__wrap {
    height: auto;
    text-align: center;
  }
}

.mp-contacts .title-h2 {
  margin-bottom: 25px;
}

.mp-contacts .soc-link {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .mp-contacts .soc-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mp-contacts__bg {
  position: absolute;
  top: 0;
  right: -135px;
  width: 1080px;
}

@media (max-width: 1200px) {
  .mp-contacts__bg {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .mp-contacts__bg {
    display: none;
  }
}

.contacts-decor {
  width: 100%;
}

.contacts-decor__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-decor__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
}

.contacts-decor__col span {
  display: block;
  width: 25%;
}

.contacts-decor__col img {
  display: block;
  width: 100%;
}

.contacts-decor__col--lg span {
  width: 50%;
}

.soc-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.soc-link__item {
  display: block;
  margin-left: 35px;
}

.soc-link__item:first-child {
  margin-left: 0;
}

.soc-link__item img {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.soc-link__item:hover img {
  -webkit-transform: scale(0.94);
          transform: scale(0.94);
}

.page-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 320px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.page-cover--catalog {
  padding-bottom: 65px;
}

@media (max-width: 767px) {
  .page-cover--catalog {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .page-cover {
    height: 280px;
  }
}

.page-cover__title {
  color: #fff;
  margin: 0;
  max-width:1280px;
}

.filter-box {
  width: 990px;
  position: absolute;
  bottom: -56px;
  left: 50%;
  margin-left: -495px;
  -webkit-box-shadow: 6px 12px 24px #e5e0d8;
          box-shadow: 6px 12px 24px #e5e0d8;
  border-radius: 10px;
  z-index: 99999;
}

@media (max-width: 992px) {
  .filter-box {
    width: auto;
    left: 20px;
    right: 20px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .filter-box {
    z-index: 10;
  }
}

.filter-box__search {
  width: 100%;
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  background: #004b4e;
  position: relative;
  z-index: 1;
}

.filter-box__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .filter-box__wrap {
    display: none;
  }
}

.filter-box__wrap::before {
  content: '';
  display: block;
  background: url(http://automationsolutions.ru/images/icon-filter.svg) #009077 center no-repeat;
  width: 74px;
  min-width: 74px;
  height: 56px;
  border-radius: 0 0 0 10px;
}

@media (max-width: 992px) {
  .filter-box__wrap::before {
    width: 50px;
    min-width: 50px;
  }
}

@media (max-width: 767px) {
  .filter-box__wrap::before {
    display: none;
  }
}

.filter-box__overflow {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  .filter-box__overflow {
    display: none;
  }
}

.filter-box__mob-open {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  color: #fff;
  height: 56px;
  border: none;
  background: url(http://automationsolutions.ru/images/icon-filter.svg) #009077 20px center no-repeat;
  border-radius: 0 0 10px 10px;
  width: 100%;
}

@media (max-width: 767px) {
  .filter-box__mob-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.filter-box__mob-close {
  display: none;
  position: absolute;
  z-index: 99;
  top: 18px;
  right: 20px;
  width: 20px;
  height: 20px;
  border: none;
  background: url(http://automationsolutions.ru/images/icon-cross.svg) center no-repeat;
}

.filter-box__actions {
  position: absolute;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 70px;
  background: #f8f8f8;
  border-radius: 0 0 10px 10px;
  padding: 0 20px 0 0;
  color: #004b4e;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  .filter-box__actions {
    position: fixed;
    visibility: visible;
    opacity: 1;
    bottom: 0;
    padding: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.filter-box__actions a:hover:not([class]) {
  color: #009077;
}

.filter-box__actions .button {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .filter-box__actions .button {
    width: 180px;
  }
}

.filter-box.active:not(.mob-active) .filter-box__actions,
.filter-box.active:not(.mob-active) .filter-box__overflow {
  opacity: 1;
  visibility: visible;
}

.filter-box.mob-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  height: auto;
  background: #fff;
  overflow: auto;
  padding-bottom: 100px;
  padding-top: 56px;
  border-radius: 0;
}

.filter-box.mob-active .filter-box__search {
  border-radius: 0;
}

.filter-box.mob-active .filter-box__wrap {
  display: block;
  height: auto;
}

.filter-box.mob-active .filter-box__mob-open {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 0;
}

.filter-box.mob-active .filter-box__mob-close {
  display: block;
}

.filter-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.filter-search input[type="text"] {
  width: 704px;
  height: 40px;
  font-size: 18px;
  border: none;
  background: url(http://automationsolutions.ru/images/icon-search-gray.svg) #fff 15px center no-repeat;
  border-radius: 4px;
  padding: 0 45px 2px 45px;
  color: #004b4e;
}

@media (max-width: 992px) {
  .filter-search input[type="text"] {
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .filter-search input[type="text"] {
    margin-right: 0;
    width: 100%;
  }
}

.filter-search__button {
  width: 175px;
}

@media (max-width: 767px) {
  .filter-search__button {
    display: none;
  }
}

.filter-field {
  width: 100%;
}

.filter-field:last-child {
  margin-right: 0;
}

.filter-field__label {
  height: 56px;
  padding: 0 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 18px;
}

@media (max-width: 992px) {
  .filter-field__label {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .filter-field__label {
    padding: 0 10px 0 20px;
  }
}

.filter-field__label::after {
  content: '';
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background: url(http://automationsolutions.ru/images/arrow-down.svg) right center no-repeat;
}

.filter-field__label::before {
  content: '';
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

.filter-field__label.fi-type::before {
  background-image: url(http://automationsolutions.ru/images/filter-type.svg);
}

.filter-field__label.fi-region::before {
  background-image: url(http://automationsolutions.ru/images/filter-region.svg);
}

.filter-field__label.fi-aging::before {
  background-image: url(http://automationsolutions.ru/images/filter-aging.svg);
}

.filter-field__label.fi-brand::before {
  background-image: url(http://automationsolutions.ru/images/filter-brand.svg);
}

.filter-field__label span {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  width: 20px;
  height: 20px;
  background-color: #c02c8f;
  border-radius: 50%;
  z-index: 1;
}

@media (max-width: 767px) {
  .filter-field__label span {
    right: 20px;
  }
}

.filter-field__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  padding: 50px 40px 70px 74px;
  display: none;
  margin-top: -10px;
  z-index: -1;
  border-radius: 0 0 10px 10px;
}

@media (max-width: 992px) {
  .filter-field__dropdown {
    padding: 40px 30px 0 50px;
  }
}

@media (max-width: 767px) {
  .filter-field__dropdown {
    position: static;
    padding: 30px 20px 20px;
    margin: 0;
    border-radius: 0;
  }
}

.filter-field__dropdown-list {
  -webkit-columns: 3;
          columns: 3;
  color: #004b4e;
}

@media (max-width: 767px) {
  .filter-field__dropdown-list {
    -webkit-columns: 1;
            columns: 1;
  }
}

.filter-field.open {
  color: #fff;
  background: #eac62d;
}

.filter-field.open .filter-field__label::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.filter-field.open .filter-field__label::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.filter-field.open .filter-field__dropdown {
  display: none;
}

.checked-list__item {
  margin-bottom: 15px;
}

.checked-list label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.checked-list label > span {
  margin-left: 8px;
}

.product-card {
  display: block;
  min-height: 440px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 24px #e5e0d8;
          box-shadow: 0 0 24px #e5e0d8;
  padding: 45px;
  position: relative;
}

@media (max-width: 1200px) {
  .product-card {
    min-height: 500px;
  }
}

@media (max-width: 992px) {
  .product-card {
    min-height: 440px;
  }
}

@media (max-width: 767px) {
  .product-card {
    padding: 30px;
    min-height: 0;
  }
}

.product-card__descr {
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 75, 78, 0.9);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.product-card__descr-text {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px;
  color: #fff;
}

@media (max-width: 992px) {
  .product-card__descr {
    display: none;
  }
}

.product-card__title {
  color: #004b4e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 36px;
  position: relative;
  z-index: 3;
  width: 260px;
}

@media (max-width: 767px) {
  .product-card__title {
    width: 100%;
    margin-bottom: 20px;
  }
}

.product-card__thumb {
  position: absolute;
  bottom: 30px;
  right: 60px;
}

@media (max-width: 767px) {
  .product-card__thumb {
    position: static;
    text-align: center;
  }
  .product-card__thumb img {
    width: 70%;
  }
}

.product-card__params {
  position: absolute;
  bottom: 50px;
  left: 45px;
}

@media (max-width: 767px) {
  .product-card__params {
    position: static;
  }
}

.product-card__param {
  margin-top: 17px;
}

.product-card__param-label {
  font-size: 18px;
  color: #009077;
  margin-bottom: 5px;
  padding-left: 24px;
  position: relative;
}

.product-card__param-label::before {
  content: '';
  width: 18px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
}

.product-card__param-val {
  font-size: 18px;
  color: #004b4e;
  padding-left:24px;
}

.product-card__sticker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #004b4e;
  width: 156px;
  height: 32px;
  border-radius: 32px;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 18px;
  z-index: 2;
}

@media (max-width: 767px) {
  .product-card__sticker {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }
}

.product-card__sticker--new {
  background: #009077;
}

.product-card__sticker--exclus {
  background: #eac62d;
}

.product-card:hover .product-card__descr {
  opacity: 1;
}

@media (min-width: 993px) {
  .product-card:hover .product-card__title {
    color: #fff;
  }
}

.product-card-short {
  display: block;
}

.product-card-short__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 25px;
}

.product-card-short__thumb img {
  height: 250px;
}

.product-card-short__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.24px;
  line-height: 26px;
  color: #004b4e;
  min-height: 84px;
  margin-bottom: 10px;
}

.product-card-short__params {
  -webkit-columns: 2;
          columns: 2;
}

.product-card-short__param-label {
  font-size: 18px;
  color: #009077;
  margin-bottom: 5px;
  padding-left: 24px;
  position: relative;
}

.product-card-short__param-label::before {
  content: '';
  width: 18px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
}

.product-card-short__param-val {
  font-size: 18px;
  color: #004b4e;
  padding-left:24px;
}

.param-icon-brand::before {
  background-image: url(http://automationsolutions.ru/images/icon-brand.svg);
}

.param-icon-volume::before {
  background-image: url(http://automationsolutions.ru/images/icon-volume.svg);
}

.param-icon-alcohol::before {
  background-image: url(http://automationsolutions.ru/images/icon-alcohol.svg);
}

.param-icon-aging::before {
  background-image: url(http://automationsolutions.ru/images/icon-aging.svg);
}

.param-icon-type::before {
  background-image: url(http://automationsolutions.ru/images/icon-type.svg);
}

.product-slider {
  padding-top: 10px;
  margin: 0 -20px;
}

@media (max-width: 992px) {
  .product-slider {
    padding-bottom: 0;
  }
}

.product-slider__item {
  padding: 20px;
}

.product-slider .product-card-short {
  background: #fff;
  height: 480px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 20px rgba(229, 224, 216, 0.8);
          box-shadow: 0 0 20px rgba(229, 224, 216, 0.8);
  padding: 30px;
}

.box-more {
  margin-top: 30px;
}

.producer-info {
  max-width: 350px;
}

@media (max-width: 992px) {
  .producer-info {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.producer-info__cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 300px;
  -webkit-box-shadow: 0 0 32px rgba(229, 224, 216, 0.8);
          box-shadow: 0 0 32px rgba(229, 224, 216, 0.8);
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 30px;
}

.producer-info__cover img {
  display: block;
  max-width: 100%;
}

.producer-info__detail {
  margin-bottom: 25px;
}

.producer-info__detail:last-child {
  margin-bottom: 0;
}

.producer-info__detail-title {
  color: #009077;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.producer-info__detail-val {
  color: #004b4e;
  font-size: 20px;
  line-height: 26px;
}

.button-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  border-radius: 44px;
  border: 1px solid #004b4e;
  color: #004b4e;
  padding: 0 44px;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button-more:hover {
  color: #fff;
  background: #004b4e;
}

.button-more--white {
  border-color: #fff;
  color: #fff;
}

.button-more--white:hover {
  color: #004b4e;
  background: #fff;
}

.paginator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.paginator__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  color: #004b4e;
  border: 1px solid #e7dac7;
  margin: 0 12px;
}

.paginator__item:hover {
  border-color: #009077;
}

.paginator__item.active {
  color: #fff;
  border-color: #009077;
  background: #009077;
}

.paginator__nav {
  display: block;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 15px;
}

.paginator__nav:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.paginator__nav--prev {
  background-image: url(http://automationsolutions.ru/images/arrow-left.svg);
}

.paginator__nav--next {
  background-image: url(http://automationsolutions.ru/images/arrow-right.svg);
}

.part-descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
}

@media (max-width: 992px) {
  .part-descr {
    display: block;
  }
}

.part-descr__cover {
  width: 490px;
}

@media (max-width: 1200px) {
  .part-descr__cover {
    width: 40%;
  }
}

@media (max-width: 992px) {
  .part-descr__cover {
    width: 100%;
  }
}

.part-descr__cover img {
  display: block;
  width: 100%;
}

.part-descr__text {
  width: calc(100% - 490px);
  padding-left: 60px;
  padding-top: 10px;
}

@media (max-width: 1200px) {
  .part-descr__text {
    width: 60%;
    padding-top: 0;
  }
}

@media (max-width: 992px) {
  .part-descr__text {
    width: 100%;
    padding: 30px 0 0;
  }
}

.part-descr__text p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
}

.part-descr__text p:last-child {
  margin-bottom: 0;
}

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 6px solid #e6c147;
}

@media (max-width: 992px) {
  .product {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.product__info {
  width: 50%;
  padding-left: calc((100vw - 1280px) / 2);
  background: #f8f8f8;
}

@media (max-width: 1360px) {
  .product__info {
    padding-left: 40px;
  }
}

@media (max-width: 1200px) {
  .product__info {
    padding-left: 30px;
  }
}

@media (max-width: 992px) {
  .product__info {
    padding-left: 20px;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.product__info-wrap {
  max-width: 510px;
  width: 100%;
  padding: 70px 20px 70px 0;
}

.product__info-wrap .title-h1{margin: 0 0 30px;}

@media (max-width: 992px) {
  .product__info-wrap {
    max-width: 100%;
  }
}

.product__title {
  margin-bottom: 25px;
}

.product__descr {
  font-size: 20px;
  line-height: 26px;
  color: #004b4e;
  margin-bottom: 35px;
}

.product__params {
  height: 312px;
  background-color: #004b4e;
  margin-left: calc((100vw - 1280px) / -2);
  padding-left: calc((100vw - 1280px) / 2);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1360px) {
  .product__params {
    padding-left: 40px;
    margin-left: -40px;
  }
}

@media (max-width: 1200px) {
  .product__params {
    padding-left: 30px;
    margin-left: -30px;
  }
}

@media (max-width: 992px) {
  .product__params {
    padding-left: 20px;
    margin-left: -20px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: auto;
    padding: 40px 20px;
    overflow: hidden;
  }
}

.product__params::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 260px;
  height: 260px;
  background: url(http://automationsolutions.ru/images/green-box-decor.png) right bottom no-repeat;
}

.product__params-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
  width: 100%;
}

.product__param {
  width: 50%;
  padding: 20px 0;
}

@media (max-width: 992px) {
  .product__param {
    width: 25%;
  }
}

@media (max-width: 568px) {
  .product__param {
    width: 50%;
  }
}

.product__param-label {
  font-size: 18px;
  color: #eac62d;
  padding-left: 35px;
  line-height: 28px;
  position: relative;
}

.product__param-label::before {
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.product__param-val {
  font-size: 24px;
  color: #fff;
  padding-left:35px
}

.product__thumb {
  position: relative;
  text-align: center;
  width: 50%;
  padding: 70px calc((100vw - 1280px) / 2) 70px 0;
}

@media (max-width: 1360px) {
  .product__thumb {
    padding-right: 40px;
  }
}

@media (max-width: 1200px) {
  .product__thumb {
    padding-right: 30px;
  }
}

@media (max-width: 992px) {
  .product__thumb {
    width: 100%;
    padding: 40px 20px 150px 20px;
  }
}

.product__thumb img {
  max-width: 100%;
}

@media (max-width: 568px) {
  .product__thumb img {
    max-width: 60%;
  }
}

.product__rating {
  position: absolute;
  top: 70px;
  right: calc((100vw - 1280px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 102px;
  height: 102px;
  background: url(http://automationsolutions.ru/images/rate-box.png) center no-repeat;
  color: #004b4e;
  font-size: 43px;
  font-weight: 700;
  letter-spacing: -0.43px;
}

@media (max-width: 1360px) {
  .product__rating {
    right: 40px;
  }
}

@media (max-width: 1200px) {
  .product__rating {
    right: 30px;
  }
}

@media (max-width: 992px) {
  .product__rating {
    right: 50%;
    margin-right: -46px;
    top: auto;
    bottom: 20px;
  }
}

.product__zoom {
  position: absolute;
  bottom: 40px;
  right: calc((100vw - 1280px) / 2);
  width: 24px;
  height: 24px;
  opacity: 0.5;
  background: url(http://automationsolutions.ru/images/icon-search-gray.svg) center no-repeat;
  background-size: contain;
}

@media (max-width: 1360px) {
  .product__zoom {
    right: 40px;
  }
}

@media (max-width: 1200px) {
  .product__zoom {
    right: 30px;
  }
}

@media (max-width: 992px) {
  .product__zoom {
    right: 20px;
  }
}

.product__zoom:hover {
  opacity: 1;
}

.more-link {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  padding-left: 30px;
  color: #009077;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(http://automationsolutions.ru/images/chevron-right-circle-outline.svg) left center no-repeat;
}

.more-link:hover {
  color: #004b4e;
}

/* popup */
.popup {
  display: none;
}

.popup-form {
  width: 100%;
  max-width: 540px;
}

.popup-form .button,
.popup-form input[type="submit"] {
  width: 250px;
}

/* footer */
.footer {
  background: url(http://automationsolutions.ru/images/footer-bg.png) center no-repeat;
  background-size: cover;
  color: #fff;
}

.footer a:hover {
  opacity: 0.7;
}

@media (max-width: 992px) {
  .footer__wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.footer__top {
  height: 147px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .footer__top {
    height: auto;
    margin-bottom: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__top::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -1000px;
  right: -1000px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 992px) {
  .footer__top::before {
    display: none;
  }
}

.footer__top .footer__last-col {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__bottom {
  height: 306px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .footer__bottom {
    height: auto;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.footer__bottom .footer__first-col,
.footer__bottom .footer__last-col {
  padding-top: 56px;
}

@media (max-width: 992px) {
  .footer__bottom .footer__first-col,
  .footer__bottom .footer__last-col {
    padding-top: 0;
  }
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__first-col {
  height: 100%;
  width: 306px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1200px) {
  .footer__first-col {
    width: 280px;
  }
}

@media (max-width: 992px) {
  .footer__first-col {
    border: none;
    width: auto;
    height: auto;
  }
}

.footer__last-col {
  width: calc(100% - 306px);
  padding-left: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1200px) {
  .footer__last-col {
    width: calc(100% - 280px);
    padding-left: 50px;
  }
}

@media (max-width: 992px) {
  .footer__last-col {
    display: none;
  }
}

.f-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-nav__item {
  margin-right: 64px;
}

@media (max-width: 1200px) {
  .f-nav__item {
    margin-right: 40px;
  }
}

.f-nav__link {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.f-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.f-catalog__col {
  width: 25%;
}

.f-catalog__item {
  margin-bottom: 5px;
}

.f-catalog__item:last-child {
  margin-bottom: 0;
}

.f-catalog__title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.f-catalog__link {
  font-size: 18px;
}

.f-cpr {
  font-size: 18px;
  line-height: 20px;
  max-width: 250px;
}

.f-cpr__row {
  margin-bottom: 10px;
}

.f-soc {
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .f-soc {
    margin-bottom: 30px;
  }
}

.f-soc__item {
  margin-right: 30px;
}

.f-soc__item:last-child {
  margin-right: 0;
}

.f-up {
  display: block;
  border: none;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(http://automationsolutions.ru/images/arrow-up.svg) center no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.f-up:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.f-develop {
  position: relative;
  z-index: 1;
  padding-left: 44px;
  text-align: left;
}

@media (max-width: 767px) {
  .f-develop {
    display: inline-block;
    margin-top: 20px;
    margin-left: -20px;
  }
}

.f-develop::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
}

.f-develop a:hover {
  color: #bf514f;
}

.pop input {margin-bottom:17px;}
.pop {display:none;padding:40px !important;width:500px;}
.pop .cms_submit {margin-bottom:0}
@media (max-width: 767px) {
.pop {padding:20px !important;width:100%;}
}


.field div.wrap input {
width: 100%;
height: 60px;
padding: 0 24px;
font-size: 20px;
text-align: left;
color: #323639;
border-radius: 5px;
background: #fff;
border: 1px solid #eaedef;
}

.field div.wrap textarea {
width: 100%;
height: 160px;
padding: 0 24px;
    padding-top: 0px;
font-size: 20px;
text-align: left;
color: #323639;
border-radius: 5px;
background: #fff;
border: 1px solid #eaedef;
padding-top: 12px;
}


.title-h3.color-no-white {
text-align: center;
margin-bottom:20px;
}

.red_btn.send_btn {
text-align: center;
margin-top:20px;
  color: #fff !important;
  border: none;
}

.red_btn.send_btn:hover {
border-color: #005a5d;
}


.gh {
margin-top:15px;
}


.f-nav__item.active a.f-nav__link {
  opacity: 0.7;
}

.h-nav-cat__link div.h-nav-cat__title.active {
  color: #009077;
}

.h-nav-cat__subn-item.active a.h-nav-cat__subn-link {
  color: #009077;
}


.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  border-radius: 23px;
margin-top: -50px;
margin-bottom: 23px;

}

@media (max-width: 992px) {
  .filter {
    margin-top: -30px;
    white-space: nowrap;
    max-width: 100%;
    padding: 10px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    /*overflow: scroll;*/
  }
}

.filter__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #004b4e;
  padding: 0 13px;
  height: 31px;
  border-radius: 16px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 992px) {
  .filter__item {
    height: 24px;
    margin: 5px;
  background: linear-gradient(to right, #005a5d 0%, #01b1b5 100%);
  color: white;
    font-size: 11px;
  }


.filter__item.active {
  background: linear-gradient(to right, #005a5d 0%, #01b1b5 100%);
  color: white;
}

}

.filter__item:hover {
  background: linear-gradient(to right, #005a5d 0%, #01b1b5 100%);
  color: white;
}

.filter__item.active {
  background: linear-gradient(to right, #005a5d 0%, #01b1b5 100%);
  color: white;
}

ul.inside {
	margin:0;
	padding:0 0 15px;
	list-style:none;
}
ul.inside li{
padding: 0 0 10px 9px;
list-style: disc;
margin-left: 21px;
}

.section-md table.gh tbody tr td {
 text-align:center;
}

.gallery .img {
	/*height: 120px;*/
	/*width: 120px;   Adjust as you see fit */
	float: left;
	margin: 10px;
	text-align: center;
}

.gallery .img a {
	display: inline-block;
	padding: 1px;
}

.gallery .img a:hover {
	border-color: #999;
}

.gallery img {
	border: 2px solid #ddd;
}

.gallery .pagenavigation {
	height: 50px;
}

.gallery .prevpage a, .gallery .prevpage em {
	display: block;
	width: 50px;
	height: 39px;
	float: left;
	margin: 0;
	text-indent: -1000px;
	background: url(../../images/previous.png) transparent no-repeat 0 0;
	overflow: hidden;
}

.gallery .nextpage a, .gallery .nextpage em {
	display: block;
	width: 50px;
	height: 39px;
	float: left;
	margin: 0 6px 0 0;
	text-indent: -1000px;
	background: url(../../images/next.png) transparent no-repeat 0 0;
	overflow: hidden;
}

.gallery .parentlink a {
	display: block;
	width: 50px;
	height: 39px;
	float: left;
	text-indent: -1000px;
	background: url(../../images/uppage.png) transparent no-repeat 0 0;
	overflow: hidden;
}

.gallery .pagenavigation a:hover {
	background-position: 0 -40px;
}

.gallery .prevpage em, .gallery .nextpage em {
	background-position: 0 -80px;
}

.gallery .pagelinks {
	float: right;
	border-right: 2px solid #666;
}

.gallery .pagelinks a, .gallery .pagelinks em {
	margin-top: 6px;
	padding: 0 6px;
	border-left: 2px solid #666;
	text-align: center;
	font: bold 11px verdana; color: #666;
}

.gallery .pagelinks em {
	color: #000;
}

.galleryclear {
	clear: both;
}
.origin__block {display: flex; align-items:center; justify-content: space-between;}
.origin__block-text {margin-right: 30px; font-size: 18px;}
.origin__block-second .origin__block-text {margin-left: 30px;}
.origin__block-img {width: 30%; display: flex; justify-content: end;}
.origin__block-first img {width: 400px;}
.origin__block-second img {width: 400px;}
.origin__block-third img {width: 240px;}
.origin__block-foutrh img {width: 300px;}
.origin__block-foutrh ul {padding-bottom: 15px;}
.origin__block-text li {list-style: disc; margin-left: 15px;}
.origin h2 {font-size: 32px; font-weight: 700; margin: 15px 0;}
@media (max-width: 1200px) {
.origin__block {flex-wrap: wrap;}
.origin__block-img {width: 100%;}
.origin__block-first img {width: 100%; max-width: 1200px;}
.origin__block-second img {width: 100%; max-width: 1200px;}
.origin__block-third img {width: 100%; max-width: 1200px;}
.origin__block-foutrh img {width: 100%; max-width: 1200px;}
.origin__block-text {margin: 0;}
.origin__block-second .origin__block-text {margin: 0;}
.origin__block-second .origin__block-img {order: 2;}
.origin__block-second .origin__block-text {order: 1;}
.origin h2 {margin-bottom: 0;}
}
.origin__img-top img {width: 100%; max-width:1280px;}
.origin__block-five img {width: 340px;}
.origin__block-six img {width: 310px;}
.origin__block-seven img {width: 340px;}
.origin__block-six ul {padding-bottom: 15px;}
@media (max-width: 1200px) {
.origin__block-five img {width: 100%; max-width: 1200px;}
.origin__block-six img {width: 100%; max-width: 1200px;}
.origin__block-seven img {width: 100%; max-width: 1200px;}
}
.origin_ru__block {display: flex; align-items:flex-start; justify-content: space-between;}
.origin_ru__block-text {margin-right: 30px; font-size: 20px; width: 910px;}
.origin_ru__block-img {width: 30%; display: flex; justify-content: center;}
.origin_ru__block-text li {font-size: 20px !important; margin-bottom: 0 !important;}
.origin_ru h2 {font-size: 32px; font-weight: 700; margin: 15px 0;}
.origin_ru__img-top {margin-bottom: 20px;}
.origin_ru__img-top img {width: 100%; max-width:1280px;}
.origin_ru__block-five {margin-bottom: 20px;}
.origin_ru__block-five img {width: 340px;}
.origin_ru__block-six  {margin-bottom: 20px;}
.origin_ru__block-six img {width: 310px;}
.origin_ru__block-seven img {width: 340px;}
.origin_ru__block-six ul {padding-bottom: 15px;}
@media (max-width: 1200px) {
.origin_ru__block {flex-wrap: wrap;}
.origin_ru__block-img {width: 100%;}
.origin_ru__block-text {margin: 0;}
.origin_ru h2 {margin-bottom: 0;}
.origin_ru__block-five img {width: 100%; max-width: 1200px;}
.origin_ru__block-six img {width: 100%; max-width: 1200px;}
.origin_ru__block-seven img {width: 100%; max-width: 1200px;}
}


.gh tbody tr td {
  padding:5px;
}

.gh a.pk {
  color: #01b1b5;
}

.gh a:hover.pk {
  color: #005a5d;
}

.brands_inside div.brands-slider__item {
 width:200px;
 display: inline-block;
}

.news-card__thumb.brn img {
  width:auto;
}

.open div.news-card__title.bst {
  min-height: 0px;
}

.main-news__body div.row div.sep {
  margin-bottom: 40px;
  display: block;
  width: 100%;
}
.product__thumb img {height: 100%; max-height: 550px;}

.gal__img {
  margin-bottom: 0;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 992px) {
  .gal__img {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .gal__img {
    margin-bottom: 10px;
  }
}

.gal__img img {
  display: block;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.gal__img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
  z-index: 1;
}

.gal__all .col-md-4 {padding: 10px;}


.desc div.novblock span.goop a {
  text-align:center;
  margin-top:12px;
}

.inner ul.ghj li  {
display: inline-block;
position: relative;
vertical-align: top;
margin-right:12px;
}

.inner ul.ghj li a  {
background: #489bd8;
color: white;
padding: 12px;
margin-bottom: 8px;
display: block;
}
.inner ul.ghj li.active a {
  color:black;
}

.h-lng {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding-bottom: 0px;
}

@media (max-width: 568px) {
  .h-lng {
    padding-bottom: 0;
  }
}

.h-lng__title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 16px;
  background: url(../../images/chevron-down.svg) right center no-repeat;
  cursor: pointer;
}

@media (max-width: 568px) {
  .h-lng__title {

font-size: 14px;
    position: absolute;
    top: 33px;
    left: 88px;

  }
}

.h-lng__list {
  position: absolute;
  top: 100%;
  left: -8px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.h-lng:hover .h-lng__list {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 568px) {
.h-lng-list {
min-width: 70px;
  background:
#fff;
  -webkit-box-shadow:
0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  border-radius:
8px;
  overflow:
hidden;
  padding:
3px;
  margin-top: 50px;
  margin-left: 85px;
}
}

.h-lng-list {
min-width: 70px;
  background:
#fff;
  -webkit-box-shadow:
0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  border-radius:
8px;
  overflow:
hidden;
  padding:
3px;
}




.h-lng-list__link {
  display: block;
  padding: 8px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
}

@media (max-width: 568px) {
  .h-lng-list__link {
    font-size: 14px;
  }
}

.h-lng-list__link.active {
  background: #28b0eb;
  color: #fff;
}

.h-lng-list__link:not(.active):hover {
  color: #28b0eb;
}

.header__lng {
width: 70px;
  padding-top: 10px;
  display: initial;
  margin-left: 15px;
}

@media (max-width: 992px) {
  .header__lng {
    width: auto;
    margin-right: 80px;
  }
}

@media (max-width: 568px) {
  .header__lng {
    margin-right: 50px;
    padding-top: 0;
    margin-top: -1px;
  }
}

.link-phone::before {
  background:
url(../../images/one_sprite.png) no-repeat -26px 0;
  content: "";
  height: 24px;
  left: -33px;
  position: absolute;
  top: 0px;
  width: 24px;
}

@media screen and (max-width: 540px) {
  .link-phone {
    font-size: 15px;
  }
}



/*# sourceMappingURL=style.css.map */
/* Stylesheet: CSS Modified On 2025-04-15 12:17:32 */
@font-face {
    font-family: 'Gravity';
    src: local('Gravity Book'), local('Gravity-Book'), url('http://automationsolutions.ru/fonts/Gravitybook.woff2') format('woff2'), url('http://automationsolutions.ru/fonts/Gravitybook.woff') format('woff'), url('http://automationsolutions.ru/fonts/Gravitybook.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
font-display: swap;
}
@font-face {
    font-family: 'Gravity';
    src: local('Gravity Bold'), local('Gravity-Bold'), url('http://automationsolutions.ru/fonts/Gravitybold.woff2') format('woff2'), url('http://automationsolutions.ru/fonts/Gravitybold.woff') format('woff'), url('http://automationsolutions.ru/fonts/Gravitybold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
font-display: swap;
}


*{margin:0;padding:0;}
html{height:100%;}
body{background:#fff;color:#333;font: 16px 'Gravity'; letter-spacing: 0.4px;height:100%;line-height:18px;width:100%;}

.content {padding: 0 0 100px;}

 p {
font-size: 17px;
line-height: 1.7;
margin-bottom: 15px;
}

.arrow.active a.toogle-block-title2 {
   color: #489bd8 !important;
}


a{color:#333;outline:none;text-decoration:underline;}
a:hover{text-decoration:none;color:#333;}
img{border:0;max-width:100%;}
button{border:0;cursor:pointer;font-family:'Gravity-Bold';outline:none;}
input{border:0;font-family:'Gravity-Bold';outline:none;vertical-align:middle;}
input[type="submit"], input[type="button"]{cursor:pointer;font-family:'Gravity-Bold';webkit-appearance:none;}
textarea{font-family:'Gravity-Bold';outline:none;resize:none;}
:invalid{box-shadow:none;}
ol,ul{list-style-position:inside;}
strong{font-weight:normal;}
::-webkit-input-placeholder{color:#999999;font-size:14px;opacity:1;transition:opacity 0.3s ease;}
::-moz-placeholder{color:#999999;font-size:14px;opacity:1;transition:opacity 0.3s ease;}
:-moz-placeholder{color:#999999;font-size:14px;opacity:1;transition:opacity 0.3s ease;}
:-ms-input-placeholder{color:#999999;font-size:14px;opacity:1;transition:opacity 0.3s ease;}
:focus::-webkit-input-placeholder{opacity:0;transition:opacity 0.3s ease;}
:focus::-moz-placeholder{opacity:0;transition:opacity 0.3s ease;}
:focus:-moz-placeholder{opacity:0;transition:opacity 0.3s ease;}
:focus:-ms-input-placeholder{opacity:0;transition:opacity 0.3s ease;}
.wrapper{height:100%;height:auto !important;min-height:100%;}
.inner{margin:0 auto;max-width:1184px;position:relative;}
.fll{float:left;}
.flr{float:right;}
.pull-left {float: left;}
.pull-right {float: right;}
.align-left{text-align:left;}
.align-center{text-align:center;}
.align-right{text-align:right;}
.in-row>*{display:inline-block;vertical-align:top;}
.in-row:nth-child(3n){margin-right:0 !important;}
.in-row-mid>*{display:inline-block;vertical-align:middle; font: 14px 'Gravity-Bold', sans-serif;}
.hid{overflow:hidden;}
.no-margin{margin-right:0 !important;}
.clearfix:before, .clearfix:after{content:"";display:table;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}

#vertical-multilevel-menu{border: 1px solid #ccc;border-radius: 4px;margin-bottom: 30px;overflow: hidden;}
#vertical-multilevel-menu ul{list-style:none;}
#vertical-multilevel-menu > li:hover, #vertical-multilevel-menu ul > li:hover{}
#vertical-multilevel-menu > li:hover > a, #vertical-multilevel-menu > li > a.vmenu_root_sel{background:#113567;border-top-color:#113567;color:#fff;}
#vertical-multilevel-menu li{position:relative;transition:all 0.25s ease-in-out;}
#vertical-multilevel-menu li a.item-selected{background-color:#d1d1d1;}
#vertical-multilevel-menu li .btn_vmenu_area{box-sizing:border-box;cursor:pointer;display:block;height:56px;position:absolute;right:0;top:0;width:40px;}

#vertical-multilevel-menu li .btn_vmenu_area:after{background: #f1f1f1 url("/bitrix/templates/innet_corp4_6_s1/css/../images/arrow-sitebar.png") center no-repeat; bottom: 0; content: ''; left: 0; margin: auto; /*transition: all 0.25s ease-in-out;*/ display: block; float: right; height: 23px; margin-top: -18px; position: absolute; right: 5px; text-align: center; top: 50%; width: 23px;}


#vertical-multilevel-menu > li .btn_vmenu_area:hover:after, #vertical-multilevel-menu > li .btn_vmenu_area.tgl:after{transform:rotate(90deg);/*transition:all 0.25s ease-in-out;*/right: 5px;}

#vertical-multilevel-menu > li .btn_vmenu_area:hover:after{background:#fff url("/bitrix/templates/innet_corp4_6_s1/css/../images/arrow-sitebar-act.png") center no-repeat;}
#vertical-multilevel-menu li > a{background:#f4f4f4;border-top:1px solid #ccc;box-sizing:border-box;color:#262626;display:block;width:100%;text-decoration:none;padding: 11px 30px 11px 10px;}
#vertical-multilevel-menu li:first-child > a{border-top:1px solid transparent;}
#vertical-multilevel-menu li > a:before{content:'';display:inline-block;height:100%;margin-left:-2px;vertical-align:middle;width:1px;}
#vertical-multilevel-menu li > a span{vertical-align:middle;width:97%;}
#vertical-multilevel-menu > li{list-style:none;}
#vertical-multilevel-menu > li > a{background: #fff; color: #262626; font-size: 16px; text-decoration: none;}
#vertical-multilevel-menu li > ul{display:none;}
#vertical-multilevel-menu li > ul > li a + .btn_vmenu_area:after{background:#fff url("/bitrix/templates/innet_corp4_6_s1/css/../images/arrow-sitebar.png") center no-repeat;}
#vertical-multilevel-menu li > ul > li a + .btn_vmenu_area:hover:after{background:#fff url("/bitrix/templates/innet_corp4_6_s1/css/../images/arrow-sitebar.png") center no-repeat;}
#vertical-multilevel-menu li > ul > li a:hover span{color:#113567;text-decoration:underline;}
#vertical-multilevel-menu li > ul > li > ul{}
#vertical-multilevel-menu li > ul > li > ul > li{padding:0 15px;}
#vertical-multilevel-menu li > ul > li > ul > li > .btn_vmenu_area:after{background-color:#f1f1f1;}
#vertical-multilevel-menu li > ul > li > ul > li > .btn_vmenu_area:hover:after{background-color:#f1f1f1;}
#vertical-multilevel-menu li > ul > li > ul > li a{background:#fff;/*border-bottom:1px solid #ccc;*/}
#vertical-multilevel-menu li > ul > li > ul > li:last-child a{border-bottom:1px solid transparent;}
#vertical-multilevel-menu li > ul > li > ul > li > ul > li{background:#fff;border-top:1px solid #ccc;}
#vertical-multilevel-menu a.root-item-selected{background:#113567;border-top-color:#113567;color:#fff;}



/* Header */
.header{border-top:3px solid #113567;position:relative;z-index:150;}
.header{box-shadow:0 3px 6px 0 rgba(0,0,0,.1); z-index:120;}
.header.top{background:#fff;width:100%;}
.header .lvl1{padding:26px 0;}
.header .lvl1 .col1>*{display:inline-block;vertical-align:middle;}
.header .lvl1 .col1{margin-right:4.7%;width:199px;}
.header .lvl1 .col1 strong{margin-left:10px;}
.header .lvl1 .col3{margin:0 2% 0 3%;}
.header .lvl1 .col4 .btn{margin-left:42px;}



.link-email{margin:0 0 0 32px;position:relative; display: inline-block; color: #333; text-decoration: underline;}

.link-email:hover{
    text-decoration: underline;
    color: #333;
}

.link-email:before{background:url(../../images/one_sprite.png) no-repeat;content:"";height:24px;left:-32px;position:absolute;top:-2px;width:24px;}

div.col3 a.link-email {
 display:block !important;
}





.link-phone{  display: inline-block;   top: 1px; font-family:"Gravity-Bold";font-size:18.5px;position:relative;text-decoration:none;}
.link-phone:before{background:url(../../images/one_sprite.png) no-repeat -26px 0;content:"";height:24px;left:-33px;position:absolute;top:0px;width:24px;}
.header .link-phone{display:inline-block; color: #333;}
.btn, input[type="submit"]{cursor: pointer; margin-right: 12px; margin-bottom: 7px !important; background:#113567;border:1px solid #113567;border-radius:3px;color:#fff;display:inline-block;height:37px;letter-spacing:.7px;line-height:37px;padding:0;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition:.4s;width:196px;}
.popup-window.popup-window-with-titlebar {
    padding: 10px 20px 5px!important;
}
.popup-window-titlebar-text,.popup-window-with-titlebar .popup-window-content{padding:0!important}
.popup-window-buttons .btn{border:1px solid #59ACE9!important;}
.popup-window-buttons .btn:last-child{margin-right:0;}
.popup-window-close-icon{
    background: url(../../images/one_sprite.png) no-repeat -227px -27px !important;
    width: 17px !important;
}

.btn:hover, input[type="submit"]:hover{background:#fff;color:#113567;}
input[type="reset"]{background:#fff;border:1px solid #cccccc;border-radius:4px;color:#666;display:inline-block;font-family:"Gravity-Bold";font-size:14px;height:37px;letter-spacing:.7px;line-height:37px;text-align:center;text-decoration:none;text-transform:uppercase;transition:.4s;width:198px;}
input[type="reset"]:hover{background:#ccc;color:#fff;}
.subscribe-edit p{margin:7px 0;}
.subscribe-edit{margin:0 0 20px;}
.header .lvl2{background:#fff;border-top:1px solid #e5e5e5;position:relative;z-index:110;}
.header .lvl2 .col1>ul{list-style:none;}
.header .lvl2 .col1>ul>li{display:inline-block;padding:0 1.3%;position:relative;vertical-align:top;}
.header .lvl2 .col1>ul>li:first-child{padding-left:0;}
.header .lvl2 .col1>ul>li:hover>ul{display:block;}
.header .lvl2 .col1>ul>li>ul li:hover>ul{display:block;}
.header .lvl2 .col1>ul>li>a{color:#000;cursor:pointer;display:block;font-family:"Gravity-Bold";padding:25px 0;position:relative;text-decoration:none;text-transform:uppercase;transition:.4s; font-weight:bold;}
.header .lvl2 .col1>ul>li>ul{background:#f0f0f0;display:none;left:0;list-style:none;position:absolute;top:68px;}
.header .lvl2 .col1>ul>li ul{border-left:1px solid #113567;box-shadow:2px 2px 10px 0 rgba(0,0,0,.1);font-size:16px;list-style:none;z-index:100;}
.header .lvl2 .col1>ul>li ul a{text-decoration:none;}
.header .lvl2 .col1>ul>li ul a:hover{color:#113567;}
.header .lvl2 .col1>ul>li ul li:last-child a{border-bottom:0;}
.header .lvl2 .col1>ul>li ul>li {position: relative;}
.header .lvl2 .col1>ul>li ul li a{border-bottom:1px solid #cccccc; color: #333;display:block;margin:0 16px;min-width:190px;padding:11px 0 13px;}
.header .lvl2 .col1>ul>li ul ul{background:#f0f0f0;display:none;left:100%;min-width:280px;position:absolute;top:0;}
.header .lvl2 .col1>ul>li>a:hover{color:#113567;}
.header .lvl2 .col1>ul>li>a.active{color:#113567;}
.header .lvl2 .col1>ul>li>a.active:before{opacity:1;}
.header .lvl2 .col1>ul>li>a:before{background:#113567;content:"";height:1px;left:-7.5%;opacity:0;position:absolute;top:-1px;transition:.4s;width:115%;}
.header .lvl2 .col1>ul>li>a:hover:before{opacity:1;}
.btn-search{background:url(../../images/one_sprite.png) no-repeat -51px 0px;cursor:pointer;display:inline-block;height:24px;margin:21px 0 0;vertical-align:top;width:24px;}
.header .lvl2 .col1{width:96%;}
.header .lvl2 .arrow>a{position:relative;}
.header .lvl2 .arrow>a span:after{content:">";font-family:"Gravity-Bold";font-size:18px;padding:3px 4px;position:absolute;right:0px;top:8px;}
.header .lvl2 .arrow:hover>a span:after{color:#113567;}
.header .lvl3 span{color:#666666;font-size:20px;text-transform:uppercase;}
.header .lvl3 form>div{margin-left:3.5%;width:76%;}
.header .lvl3 input[type="text"]{background:#fff;border-radius:4px 0 0 4px !important;border-radius:4px;height:35px;padding:0 1.5%;width:84%;}
.header .lvl3 input[type="submit"]{background:#113567;border-radius:0 4px 4px 0;color:#fff;display:inline-block;font-family:"Gravity-Bold";height:37px;letter-spacing:1px;line-height:37px;margin-left:-4px;padding:0 22px;text-transform:uppercase;transition:.4s;width:auto;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.header .lvl3 input[type="submit"]:hover{background:#113567;}
.header .lvl3 .close{background:url(../../images/one_sprite.png) no-repeat -227px -27px;cursor:pointer;height:16px;position:absolute;right:0;top:10px;width:15px;}
.header .lvl3{background:#f0f0f0;bottom:0;left:0;opacity:0;padding:15px 0;position:absolute;transition:.7s;width:100%;}
.header .lvl3.active{bottom:-67px;opacity:1;}

/* Middle */
.content{padding:0 0 125px;}
.slider1 .bx-pager{display:none;}
.slider1 .bx-controls-direction a, .owl-nav>div{border:1px solid #333;display:block !important;font-size:0;height:40px;position:absolute;top:-230px;width:40px;}
.slider1 .bx-controls-direction, .owl-nav{position:relative;z-index:100;}
.slider1 .bx-controls-direction a:before, .owl-nav>div:before, .ms-nav-next:before, .ms-nav-prev:before{background:url(../../images/one_sprite.png) no-repeat -235px 0;content:"";height:17px;left:13px;position:absolute;top:12px;width:12px;}
.master-slider .ms-nav-next:before,
.master-slider .ms-nav-prev:before{background:url(../../images/one_sprite.png) no-repeat -235px 0;content:"";left:7px;position:absolute;top:12px;width:12px;}
.bx-retina .bx-filter .bx-filter-input-container input{margin-right:5px;}
/*slider1*/
.slider1 .bx-next, .owl-next{right:50px;}
.slider1 .bx-prev, .owl-prev{left:50px;}
.slider1 .bx-next:before, .owl-next:before, .ms-nav-next:before{background-position:-248px 0 !important;left:14px !important;}
.slider1 .bx-prev:hover:before, .owl-prev:hover:before, .ms-nav-prev:hover:before{background-position:-262px 0;}
.slider1 .bx-next:hover:before, .owl-next:hover:before, .ms-nav-next:hover:before{background-position:-275px 0 !important;}
.slider1 .bx-controls-direction a:hover, .owl-nav>div:hover{background:#fff;border-color:#113567;}
.title1{font-size:24px;line-height:24px;text-transform:uppercase;}
.title2{font-family:"Gravity-Bold";font-size:60px;line-height:60px;text-transform:uppercase;}
.slider1{color:#000; height: 423px; overflow: hidden;}
.slider1 .btn{height:48px;line-height:48px;}
.btn2{background:#fff;border:1px solid #113567;border-radius:4px;color:#113567;display:inline-block;font-family:"Gravity-Bold";height:48px;letter-spacing:.7px;line-height:48px;text-align:center;text-decoration:none;text-transform:uppercase;transition:.4s;width:198px;}
.btn2:hover{background:#113567;color:#fff;}
.slider1 p{font-size:16px;line-height:20px;margin-bottom:35px;max-width:530px;}
.slider1 .bx-viewport li{padding:67px 0; background-repeat: no-repeat; background-size: cover; background-position: center 0; min-height: 290px;}
.slider1 li{padding:67px 0; list-style: none;}
.slider1 .title2{margin:17px 0 23px;}
.slider1 li .inner>*{margin-left:24px;}
.slider1 .btn{margin-right:14px;}
.slider1 p{ min-height: 80px;}

/*end slider1*/

/*advantages*/
.advantages{padding:35px 0;}
.advantages>.in-row-mid>div{width:22.7%;}
.advantages>.in-row-mid>div>div{margin:0 0 0 5%;width:74%;}
.advantages .block img{margin-top:-9px;}
.advantages .block{margin-right:5%;}
.advantages .block2{margin-right:3%;}
/*end advantages*/

/*blocks1*/
.blocks1{background:#f2f2f2;padding:42px 0;text-align:center;}
.blocks1 .in-row>a{background:url(../../images/kvadrat_bg.jpg);background-size:100% 100%;color:#fff;display:inline-block;line-height:24px;margin-right:4%;padding:32px 0;text-decoration:none;vertical-align:top;width:30.3%;}
.blocks1 .in-row>a:hover{background:#113567;background:linear-gradient(45deg, #61BDFF 0%,#59ACE9 100%);background:-moz-linear-gradient(45deg, #61BDFF 0%, #59ACE9 100%);background:-webkit-linear-gradient(45deg, #61BDFF 0%,#59ACE9 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#61BDFF', endColorstr='#ef4b25',GradientType=1);}
.blocks1 .in-row>a:last-child{margin-right:0;}
.title3{font-family:"Gravity-Bold";font-size:24.5px;line-height:24px;margin-bottom:40px;position:relative;text-transform:uppercase;}
.title3:after{background:#fff;bottom:-23px;content:"";height:1px;left:35%;position:absolute;width:30%;}
.blocks1 p{min-height:120px;padding:0 14%;}
.slide{padding:45px 0;}
.title{font-weight: normal;font-family:"Gravity-Bold";font-size:36px;line-height:36px;margin-bottom:30px;overflow:hidden;text-align:left;text-transform:uppercase;}
.title span{display:inline-block;position:relative;}
.title span:before{background:#ccc;content:"";height:1px;left:-1085px;position:absolute;top:24px;width:1000px;}
.title span:after{background:#ccc;content:"";height:1px;position:absolute;right:-1085px;top:24px;width:1000px;}
p.margin1{text-align:center;}
.margin1{margin:0 0 55px;}
/*end blocks1*/

/*blocks2*/
.blocks2{padding:80px 0;text-align:center; margin: 0 0 -150px;}
.blocks2>a{border:1px solid #cccccc;display:inline-block;margin:0 4.8% 141px 0;min-height:230px;padding-bottom:29px;text-align:center;text-decoration:none;vertical-align:top;width:29.7%;}
.blocks2>a:nth-child(3n){margin-right:0px;}
.blocks2 .title3{font-size:18.5px;line-height:25px;margin-bottom:35px;padding:0 30px;}
.blocks2 .title3:after{background:#113567;bottom:-19px;}
.blocks2>a:hover{border-color:#113567;box-shadow:0 0 0 1px #113567;}
.blocks2 img{box-shadow:0 3px 10px 0 rgba(0,0,0,.2);margin:-80px 0 21px;max-width:90%;}
.blocks2 p{height:72px;line-height:18px;min-height:65px;overflow:hidden;padding:0 30px;}
.cons{overflow: hidden; background:#f0f0f0;color:#000;margin:20px 0;margin-top:20px;clear:both;padding:33px 50px;}
.catalog-v2 .cols3 .cl{clear:both;width:100%;}
.cons .col1{margin-right:6.2%;width:73%;}
.cons-small .col1{margin-right:3.2%;width:70%;}
.title4{color:#000;font-family:"Gravity-Bold";font-size:24.5px;line-height:24px;margin-bottom:18px;text-transform:uppercase;}
.cons .btn{height:46px;line-height:46px;}
.mb0{margin-bottom:0 !important;}
.pt0{padding-top:0;}
.owl-item{display:inline-block;}
/*.owl-item img{max-width:80%;}*/
.owl-stage-outer{overflow:hidden;}
/*end blocks2*/

/*blocks3*/
.blocks3>a{color:#000;display:inline-block;padding:18px 2.2%;text-decoration:none;vertical-align:top;width:45%;}
.blocks3 .col2>div{font-family:"Gravity-Bold";font-size:18px;margin-bottom:13px;}
.blocks3 .col2{width:66%;}
.blocks3 .hid{margin-right:4%;width:28.5%;}
.blocks3>a:hover{box-shadow:0 2px 10px 2px #e9e9e9;}
.blocks3 p{min-height:54px;}
.pt1{padding-top:35px;}
/*end blocks3*/

.slider1.size2{margin:0 auto;max-width:1170px;overflow:hidden;}
.slider1.size2 li .inner{margin:0;}
.slider1.size2 .bx-prev{left:10px;}
.slider1.size2 .bx-next{right:10px;}
.slider1.size2 li .inner>*{margin-left:65px;}

/*cols2*/
.cols2>.col2 .items {margin-top: 20px;}
.items>div {display: inline-block; height: 320px; position: relative; vertical-align: top; margin-right: .4%; margin-bottom: 20px; width: 216px;}
.items>div>div {background: #fff; padding: 38px 12px 0; border-radius: 2px; border: 1px solid #dfdfdf;}
.item-more {display: none; padding-bottom: 19px;}
.items>div:hover {z-index: 92;}
.items>div:hover>div {box-shadow: 0 0 25px 0 rgba(0,0,0,.17);}
.items>div:hover .item-more {display: block;}
.cols2>.col2 .items>div:nth-child(4n) {margin-right: 0;}
.label{border-radius:0;color:#fff;display:inline;font-size:12px;font-weight:normal;left:-10px;line-height:18px;padding:1.5px 10px 4.5px;position:absolute;text-align:center;top:14px;vertical-align:baseline;white-space:nowrap;z-index:10;}
.label:before {content: ""; position: absolute; left: -0px; bottom: -10px; border: 5px solid transparent;}
.label-green {background: #45b700;}
.label-green:before { border-top: 5px solid #4b7512; border-right: 5px solid #4b7512;}
.label-blue {background: #4285F4;}
.label-blue:before { border-top: 5px solid #4285F4; border-right: 5px solid #4285F4;}
.label-orange {background: #ff7f00;}
.label-orange:before { border-top: 5px solid #b05700; border-right: 5px solid #b05700;}
.label-purple {background: #800080;}
.label-purple:before{border-top: 5px solid #800080; border-right: 5px solid #800080;}
.label-red {background: #ff0000;}
.label-red:before { border-top: 5px solid #8e0808; border-right: 5px solid #8e0808;}
.items .hid {height: 155px; transition: none; position: relative; display: table-cell; vertical-align: middle; text-align: center; width: 2000px;}
.items .hid span {background: rgba(111,111,111,.9); transition: .4s; width: 100%; text-align: center; color: #fff; position: absolute; left: 0; bottom: -28px; border-radius: 3px; padding: 4px 0;}
.items .hid:hover span {bottom: 0;}
.item-name a {text-decoration: none;}
.item-name a:hover {text-decoration: underline; color: #113567;}
.item-name {border-bottom: 1px solid #d8d8d8; margin: 5px 0 14px; padding-bottom: 12px; min-height: 61px;}
.price-old {color: #828282; margin-top: 3px; margin-right: 2px; text-decoration: line-through; display: inline-block; vertical-align: top;}
.price {font-size: 20px; line-height: 23px; color: #000; display: inline-block; vertical-align: top;}
.item-status {position: relative; margin: 5px 0; padding-left: 18px;}
.item-status:before {content: ""; position: absolute; left: 0; top: 3px; width: 12px; height: 12px; background-image: url(../../images/one_sprite.png);}

.bx_available:before {background-position: -197px -429px;}
.bx_available {color: #70a041;}
.bx_notavailable:before {background-position: -211px -429px;}
.bx_notavailable {color: #ab1717;}
.bx_order:before {background-position: -226px -429px;}
.bx_order {color: #949494;}


.link-compare {position: relative; margin-bottom: 4px; display: inline-block; line-height: 16px; margin-left: 22px; text-decoration: none; border-bottom: 1px dotted #5f79b3;}
.link-compare:before {content: ""; position: absolute; left: -22px; top: 3px; width: 15px; height: 12px; background: url(../../images/one_sprite.png) no-repeat -242px -429px;}
.link-compare:hover {border-bottom-color: #113567; color: #113567;}
.link-compare:hover:before {background-position: -242px -442px}
.link-fav {position: relative; margin-bottom: 10px; display: inline-block; line-height: 16px; margin-left: 22px; text-decoration: none; border-bottom: 1px dotted #5f79b3;}
.link-fav:before {content: ""; position: absolute; left: -22px; top: 2px; width: 17px; height: 15px; background: url(../../images/one_sprite.png) no-repeat -260px -429px;}
.link-fav:hover {border-bottom-color: #113567; color: #113567;}
.link-fav:hover:before {background-position: -260px -445px}
.item-size {margin-top: 7px;}
.item-size a {border: 1px solid #d8d8d8; cursor: pointer; margin-right: 3px; border-radius: 0px; padding: 2px 4px; color: #727a8d; text-decoration: none; display: inline-block !important;min-width: 15px; min-height: 15px;}
.item-size a.active {border: 2px solid #113567;}
.item-name p {font-style: italic; margin: 5px 0;font-size: 12px;}
.items .hid img {max-height: 100%;max-height: 155px;}

/*  catalog compare <<< */
.bx_filtren_container input[type="checkbox"]{display: inline;}
.bx_compare{overflow:hidden;}
.bx_compare .bx_filtren_container{background-color:#f7faf9;border:none;float:left;padding:0 20px;width:20%;}
.bx_compare .bx_filtren_container h5{color:#6a6a6a;display:inline-block;font-size:16px;font-weight:600;line-height:1;padding-bottom:0px;padding-top:20px;}
.bx_compare .table_compare{float:right;width:75%;}
.custom-checkbox-compare{display:block;padding-left:30px;position:relative;}
.custom-checkbox-compare:before{background-color:#fff;border:1px solid #d8d7d6;content:'';cursor:pointer;display:inline-block;height:18px;left:0;position:absolute;top:0;vertical-align:middle;width:18px;}
.custom-checkbox-compare.active:before{background:#113567;box-shadow:inset 0 0 0 3px #fff;}
.bx_compare .bx_filtren_container ul li{padding-left:0;}
.custom-checkbox-compare + label{display:inline-block;line-height:16px;padding-left:30px;vertical-align:top;}
.table_compare tr:first-child{height:290px;vertical-align:top;}
.table_compare tr:first-child td{position:relative;}
.table_compare tr:first-child td > a{color:#000 !important;text-decoration:none;}
.table_compare tr:first-child td > a:hover{text-decoration:underline;}
.table_compare tr:first-child noindex{bottom:40px;height:20px;left:0;position:absolute;text-align:center;width:100%;}
.table_compare tr:first-child noindex a{background:#59ACE9 !important;border-radius:0;display:inline-block;text-shadow:none;}
.table_compare tr td{max-width:200px;min-width:200px;text-align:center !important;width:200px;}
.table_compare tr td:first-child{text-align:left !important;}
#bx_catalog_compare_block .bx_sort_container{/*top:26px;*/}
.bx_compare .bx_sort_container .sortbutton{background:#f9f9f9 !important;border:none !important;border-radius:0 !important;box-shadow:none !important;text-shadow:none !important;}
.bx_compare .bx_sort_container .sortbutton.current{background:#59ACE9 !important;}
.bx_compare .table_compare table tr:last-child td a{background-color:#bebfb5;color:#fff !important;display:inline-block;padding:5px;}
.pers a{padding:0 20px 0 0;display: block;}
.pers .fs24.title5{padding-right:20px;}
.footer .lvl2 ul{margin-bottom:0;}
.footer .inner .col4 span{padding-right:5px;}
@media screen and (max-width: 900px){
    .bx_compare .bx_filtren_container{background-color:#f7faf9;border:none;float:none;height:150px;margin-bottom:2%;padding:0 20px;width:100%;}
    .bx_compare .table_compare{float:none !important;margin-bottom:6%;width:100% !important;}
    .bx_compare .bx_filtren_container ul li{margin-right:2%;width:22%;}
}
.bx_item_list_recommended{z-index: 20;}
@media screen and (max-width: 568px){.bx_compare .bx_filtren_container ul li{width:30%;}
    .bx_compare .bx_filtren_container{height:180px;}
    .table_compare .mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:auto;top:-4px;}
    .table_compare #mCSB_7{padding-top:15px;}
    .bx_compare .bx_sort_container .sorttext{display:block;margin-bottom:10px;}
    .bx_compare .bx_sort_container .sortbutton{margin-bottom:5px;}
    .card-top .pull-right a {margin: 0 5px 0 0px;display: block;}
    .card-top .pull-right{float: none !important;}
}
@media screen and (max-width: 420px){
    .subscibe-form1 .name-cont,.subscibe-form1 .email-cont{width:100%!important;}
    .bx_compare .bx_filtren_container ul li{width:47%;}
    .bx_compare .bx_filtren_container{height:210px;}
    .items>div{display:inline-block;height:auto;margin-bottom:35px;margin-right:.4%;position:relative;vertical-align:top;width:47%;}
    .popup-window-buttons .btn{width:100%;}
}
@media screen and (max-width: 320px){.bx_compare .bx_filtren_container ul li{margin-right:0;width:100%;}
    .bx_compare .bx_filtren_container{height:300px;}
}
/*  >>>  catalog compare  */

.box_window, .popwindow{display:none;}
.box_window .popwindow{display:block;}
.ms-nav-prev, .ms-nav-next{display:block !important;margin:39px 0 0;opacity:1 !important;position:absolute;top:100%;}
.ms-nav-prev:before,
.ms-nav-next:before{height:17px;}
.ms-nav-next{right:0px;}
.ms-nav-next:before{left:-14px !important;}

/*cols2*/
.cols2>.col2 .items-view2>div {width: 100%; height: auto;}
.cols2>.col2 .items-view2>div .hid {position: absolute; left: 15px; top: 15px; display: inline-block; vertical-align: top; width: auto; width: 190px; margin-right: 10px;}
.cols2>.col2 .items-view2>div .item-name {display: inline-block; border-bottom: 0; position: relative; width: 71%; margin-right: 7%; margin-bottom: 55px; vertical-align: top; min-height: 40px; padding: 0;}
.cols2>.col2 .items-view2>div .item-name p {display: block;}
.cols2>.col2 .items-view2>div .price-block {display: inline-block; vertical-align: top; max-width: 125px;}
.cols2>.col2 .items-view2>div .item-name:after {content: ""; position: absolute; left: 0; bottom: -26px; height: 1px; width: 138%; background: #d9d9d9;}
.cols2>.col2 .items-view2>div>div{padding-bottom:10px;padding-left:220px;padding-top:18px;}
.cols2>.col2 .items-view3>div>div{min-height:160px;}
.cols2>.col2 .items-view2 .item-more {display: block; padding: 0; width: 600px; margin: -15px 0 0 0;}
.cols2>.col2 .items-view2 .item-more>div {display: inline-block; vertical-align: top; margin-right: 10px;}
.cols2>.col2 .items-view2 .item-more>.lvl2 br {display: none;}
.cols2>.col2 .items-view2 .item-more>.lvl2 a {margin-bottom: 0;}
.cols2>.col2 .items-view2 .item-more>.lvl2 a:first-child {margin-right: 20px;}
.cols2>.col2 .items-view2 .item-status {right: -10px; width: 120px; bottom: 25px; position: absolute; margin: 0;}
.cols2>.col2 .items-view2>div .hid i {display: table-cell; font-style: normal; vertical-align: middle; width: 2000px; height: 145px; text-align: center;}
.cols2>.col2 .items-view3>div {width: 100%; height: auto;}
.cols2>.col2 .items-view3>div .hid {position: absolute; left: 15px; top: 15px; display: inline-block; vertical-align: top; width: auto; width: 190px; margin-right: 10px;}
.cols2>.col2 .items-view3>div .item-name {display: inline-block; margin-bottom: 47px; border-bottom: 0; position: relative; width: 66%; margin-right: 1%; vertical-align: top; min-height: auto; padding: 0;}
.cols2>.col2 .items-view3>div .item-name p {display: none;}
.cols2>.col2 .items-view3>div .price-block {display: inline-block; vertical-align: top; text-align: right; max-width: 200px; width: 200px;}
.cols2>.col2 .items-view3>div .item-name:after {content: ""; position: absolute; left: 0; bottom: -15px; height: 1px; width: 144%; background: #d9d9d9;}
.cols2>.col2 .items-view3>div>div {padding-top: 18px; padding-bottom: 10px; padding-left: 220px;}
.cols2>.col2 .items-view3 .item-more {display: block; padding: 0; width: 600px; margin: -15px 0 0 0;}
.cols2>.col2 .items-view3 .item-more>div {display: inline-block; vertical-align: top; margin-right: 10px;}
.cols2>.col2 .items-view3 .item-more>.lvl2 br {display: none;}
.cols2>.col2 .items-view3 .item-more>.lvl2 a {margin-bottom: 0;}
.cols2>.col2 .items-view3 .item-more>.lvl2 a:first-child {margin-right: 20px;}
.cols2>.col2 .items-view3 .item-status {right: -10px; width: 120px; bottom: 25px; position: absolute; margin: 0;}
.cols2>.col2 .items-view3>div .hid i {display: table-cell; font-style: normal; vertical-align: middle; width: 2000px; height: 145px; text-align: center;}
.items .btn {width: 88px; height: 22px; line-height: 22px;margin:0;}
/*end cols2*/


.label-sec{top:40px;}


.price{color:#113567;font-size:20px;line-height:20px;margin-bottom:12px;}
.price-old{color:#999999;text-decoration:line-through;}
.item-btns{position:absolute;right:12px;text-align:center;top:15px;width:26px;}
.item-btns a{display:block;margin-bottom:12px;}
.item-btns .el1{background:url(../../images/one_sprite.png) no-repeat -78px 0;height:23px;width:23px;}
.item-btns .el2{background:url(../../images/one_sprite.png) no-repeat -106px 0;height:23px;width:26px;}
.item-btns .el3{background:url(../../images/one_sprite.png) no-repeat -134px 0;height:13px;width:17px;}
.item-btns .el1:hover, .item-btns .el1.active{background-position:-156px 0;}
.item-btns .el2:hover, .item-btns .el2.active{background-position:-184px 0;}
.item-btns .el3:hover, .item-btns .el3.active{background-position:-212px 0;}
.bg-gray{background:#f2f2f2;}


/*projects*/
.projects{text-align:center;}
.projects .title3:after{background:#113567;}
.projects .owl-carousel p, .projects .owl-carousel .title3{padding:0 30px;}
.projects .owl-carousel .title3{color:#000;font-size:18px;margin-bottom:29px;text-transform:none;}
.projects .owl-carousel .title3:after{bottom:-16px;}
.projects .owl-carousel .hid{border:4px solid #fff;display:inline-block;line-height:0;margin-bottom:12px;max-width:80%;}
.projects .owl-carousel .hid:hover{box-shadow:0 2px 10px 3px rgba(0,0,0,.1);}
.projects .owl-nav>div{opacity:.6;top:-222px;}
.projects .owl-prev{left:-50px;}
.projects .owl-nav>div:hover{opacity:1;}
.projects .owl-next{right:-50px;}
.projects .owl-carousel{margin:0 auto;width:90%;}
.projects_box .tab{border: 0;}
/*end projects*/


.cols1>div{display:inline-block;vertical-align:top;width:48%;}
.title5{font-family:"Gravity-Bold";font-size:36px;margin-bottom:56px;position:relative;line-height:36px;}
.title5:after{background:#113567;bottom:-32px;content:"";height:1px;left:0;position:absolute;width:100px;}
.cols1>.col1 p{line-height:24px;margin-bottom:21px;width:90%;}
.cols1>.col1{margin-right:3.5%;}
.btn3{border:1px solid #113567;border-radius:4px;color:#113567;display:inline-block;font-size:12px;height:30px;line-height:29px;text-align:center;text-decoration:none;text-transform:uppercase;transition:.4s;width:114px;}
.btn3:hover{background:#113567;color:#fff;}
.cols1>.col2 .title5{margin-bottom:45px;}
.blocks5 .hid{line-height:0;width:25%;}
.blocks5 .col2{margin:0 0 0 3.5%;width:60.6%;}
.blocks5>div:hover, .blocks5>div:hover a{color:#113567;}
.blocks5>div:hover .col2 div{border-color:#113567;}
.blocks5 .col2 div{border-bottom:1px solid #ccc;margin-bottom:12px;padding-bottom:11px;}
.blocks5 .col2 a{text-decoration:none;}
.blocks5>div:hover{box-shadow:0 4px 25px 0px rgba(0,0,0,.1);position:relative;z-index:10;}
.blocks5>div{padding:18px;}
.blocks5{margin-left:-18px;}


/*partners*/
.partners .owl-item a{display:table-cell;height:80px;text-align:center;vertical-align:middle;width:1000px;}
.partners .owl-nav>div{background:0;border:0;opacity:.7;top:-66px;}
.partners .owl-nav>div:hover{opacity:1;}
.partners .owl-prev{left:-15px;background:#f6f6f6;cursor:pointer;}
.partners .owl-next{right:-15px;background:#f6f6f6;cursor:pointer;}
.partners .owl-carousel{margin:0 auto;width:95%;}
.partners .inner{border-top:1px solid #cccccc;padding-top:45px;}
/*end partners*/


/*map*/
.map{height:350px;}
.map .block{background:#fff;box-shadow:0 4px 20px 1px rgba(0,0,0,.1);left:0;min-width:460px;padding:2.2% 2.3%;position:absolute;top:69px;width:44.9%;z-index:10;}
.map .block .title5{font-family:"Gravity-Bold";font-size:18px;padding-bottom:0px;text-transform:uppercase;}
.map .block .title5:after{bottom:-27px;}
.map .block ul{font-size:16px;list-style:none;}
.map .block ul span{color:#113567;display:inline-block;vertical-align:middle;width:19%;}
.map .block li{margin-bottom:13px;}
.map .block li a{color:#0099ff;}
.map-view{background:#113567;color:#fff;padding:114px 0 30px;position:absolute;right:-85px;text-align:center;top:21px;width:180px;}
.map-view:before{background:url(../../images/one_sprite.png) no-repeat 0 -55px;content:"";height:66px;left:56px;position:absolute;top:32px;width:66px;}
/*end map*/


/*breadcrumbs*/
.breadcrumbs{margin:10px 0 25px;}
.breadcrumbs a{color:#666666;margin:0 16px 0 0;position:relative;text-decoration:none;}
.breadcrumbs a:after{color:#666;content:">";font-family:verdana;font-size:12px;font-weight:300;margin:0 0 0 5px;position:absolute;right:-14px;top:0;}
.breadcrumbs a:last-child:after{display:none;}
.breadcrumbs a:hover{text-decoration:underline;}
/*end breadcrumbs*/


/*blocks6*/
.blocks6{text-align:center;}
.blocks6>div{display:inline-block;margin:0 0 55px;padding:0 0.5%;text-align:left;vertical-align:top;width:23.7%;}
.blocks6 .hid{margin-bottom:12px;}
.blocks6 .hid span{display:table-cell;height:155px;vertical-align:middle;width:1000px;}
.blocks6 .block>a{color:#000;font-family:"Gravity-Bold";font-size:18px;text-decoration:none;}
.blocks6 .block ul{list-style:none;margin:16px 0 0;}
.blocks6 .block ul a{color:#333;font-size:16px;text-decoration:none;}
.blocks6 .block ul li{margin-bottom:4px;}
.blocks6 .block a:hover{color:#113567;}
/*end blocks6*/


.text1 p{margin-bottom:18px;}
.text1{margin-bottom:43px;}
.padding{padding:0 5%;}
.page-content .content{padding-bottom:145px;}
.banners1>a{display:inline-block;margin-bottom:25px;}
.banners1 .clearfix>a{width:48.8%;}
.box_window{display:none;height:100% !important;left:0%;position:fixed;text-align:center;top:0;width:100%;z-index:1100;}
.box_window_in{cursor:default !important;position:relative;}
.box_window>.bw_close{height:100%;width:100%;}
.bw_close{cursor:pointer;font-size:0;position:absolute;z-index:100;}
.popup-wrap1>.bw_close{background:url(../../images/one_sprite.png) no-repeat -227px -27px;height:16px;right:10px;top:10px;width:15px;}
.mask{background:rgba(0, 0, 0, 0.5);display:none;height:100%;position:fixed;width:100%;z-index:1000;}
.popbutton{cursor:pointer;}
.callback{float:right;}
.popup-wrap1{    box-sizing: content-box; background:#fff;display:inline-block;margin:40px 0;padding:40px 60px;position:relative;text-align:center;width:370px;z-index:1200;}
.popup-wrap1 input, .popup-wrap1 textarea{margin-bottom:17px;padding:0 6%;padding:0 10px;width:88%;}
input[type="text"], input[type="password"], textarea{border:1px solid #cccccc;border-radius:4px;font-size:16px;height:46px;padding: 0 10px;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus{border-color:#113567;}
.bx-auth-table input{margin:5px;padding:0 5px;}
.bx-auth-table input[type="checkbox"]{display:inline;}
.mf-captcha img{margin:7px 0 0px 10px;margin-left:13px;}
.mf-captcha input{margin:7px 0 0px;width:132px !important;}
.scroll1{overflow:auto;}
.popup-wrap1 textarea{height:80px;padding-bottom:14px;padding-top:14px;}
.popup-wrap1 .title3:after{background:#113567;}
.popup-wrap1 p{margin-bottom:32px;}
.popup-wrap1 .btn{margin-bottom:0;width:200px;}
.top.fixed{left:0;position:fixed;top:0;width:100%;}
.top.fixed .lvl2 .inner{position:static;}

.top.fixed2{left:0;position:fixed;top:0;width:100%;}
.top.fixed2 .lvl2 .inner{position:static;}
.toogle-content{display:none;}
.cols2 .border{border:1px solid #ccc;border-radius:4px;margin-bottom:30px;overflow:hidden;}
.cols2 .border2{border:1px solid #ccc;/* overflow:hidden; */}
.cols2>.col1{display:inline-block;max-width:260px;min-width:230px;vertical-align:top;width:20%;}
.cols2>.col2{display:inline-block; /*position: relative;*/ z-index: 101; vertical-align:top;width:78.3%;box-sizing: content-box;}
.cols2>.col2 *{box-sizing: content-box;}
.cols2>.col1 .toogle-title, .cols2>.col1 .toogle-title2, .toogle-title-2{color:#121212;display:block;padding:11px 30px 11px 10px;position:relative;}
.cols2>.col1 .toogle-title span, .cols2>.col1 .toogle-title2 span, .toogle-title-2:after{background:#ccc;display:block;float:right;height:23px;margin-top:-9px;position:absolute;right:5px;text-align:center;top:50%;width:23px;}
.cols2>.col1 .toogle-title span:after, .cols2>.col1 .toogle-title2 span:after, .toogle-title-2:after, .mob-nav-btn:after, .toogle3 .toogle-block-title:after{color:#666;content:">";font-family:calibri;font-size:14.5px;font-weight:300;margin:0 0 0 5px;opacity:.8;position:absolute;right:9px;top:11px;}
.cols2>.col1 .toogle-title span:after, .cols2>.col1 .toogle-title2 span:after{left:3px;top:2px;}
.cols2>.col1 .toogle-title.active{background:#113567;color:#fff;}
.toogle-title-2:after{right:5px;}
.cols2>.col1 .toogle>div{border-top:1px solid #ccc;font-size:16px;}
.cols2>.col1 .toogle>div:first-child{border-top:none;}
.toogle a{cursor:pointer;text-decoration:none;}
.toogle a:hover{color:#113567;}
.cols2>.col1 .toogle ul{list-style:none;}
.cols2>.col1 .toogle .opened{border-top-color:transparent;}
.toogle3.opened .toogle-block-title{background:#f0f0f0;}
.cols2>.col1 .toogle .opened .toogle-title, .cols2>.col1 .toogle .opened2 .toogle-title2, .toogle-title-2.opened{background:#113567;color:#fff;}
.cols2>.col1 .toogle .opened .toogle-title > span:after, .cols2>.col1 .toogle .opened2 .toogle-title2 > span:after, .opened.mob-nav-btn:after, .toogle-title-2.opened:after, .toogle3.opened .toogle-block-title:after{color:#fff;transform:rotate(90deg);}
.toogle3.opened .toogle-block-title:after{color:#333;}
.cols2>.col1 .toogle-title2{color:#333;display:block;padding:11px 0;}
.cols2>.col1 .toogle-main>li>a{border-top:1px solid #ccc;margin:0 18px;}
.cols2>.col1 .toogle-main>li:first-child>a{border-top:0;}
.cols2>.col1 .toogle-main{background:#f0f0f0;}
.cols2>.col1 .toogle .toogle-title2{background:none !important;padding-right:30px;}
.cols2>.col1 .toogle .opened2 .toogle-title2, .cols2>.col1 .toogle .opened2 .toogle-title2 > span:after{color:#113567;}
.cols2>.col1 .toogle .opened2 .toogle-title2:after{right:0;}
.cols2>.col1 .toogle-main2>li{margin:0 30px 9px;}
.cols2>.col1 .toogle-main2{padding-bottom:6px;}
.cols2>.col1 .toogle-main3>li{font-size:14px;margin:0 0 6px 22px;}
.cols2>.col1 .toogle-main3>li a:hover{color:#113567;}
.cols2>.col1 .toogle-main3{padding:10px 0 0;}
.cols2>.col1 .toogle .opened3 .toogle-title3{color:#113567;}
.toogle2 .toogle-title, .toogle-title-2{border-top:1px solid #ccc;color:#333;font-size:16px;padding:11px 20px 11px 17px !important;}
.toogle2 .opened>.toogle-title, .toogle2 .toogle-title-2.opened{background:#f0f0f0 !important;color:#333 !important;font-family:"Gravity-Bold";}
.toogle2 .toogle-title > span:after, .toogle2 .toogle-title-2.opened:after{color:#333 !important;}
.toogle2 ul>li:first-child .toogle-title, .toogle2 ul>li.opened .toogle-title{border-top-color:transparent;}
.toogle2 .toogle-main{background:#fff !important;display:block;padding:17px;position:relative;}
.for-range{color:#4d4d4d;left:0;position:absolute;top:9px;}
.for-range span:first-child{margin-right:85px;}
.cols3 .nav2 .toogle2>ul>li>a:after, .cols3 .nav2 .toogle>ul>li>ul>li>a:after{right:30px;}
.irs{margin:30px 0 0;}
.irs-single{left:224px !important;top:15px;}
.irs{width:135px;}
.irs-line-mid{left:0px;width:135px;}
.irs-single{display:none !important;}
.irs-to{left:130px !important;top:-28px !important;visibility:visible !important;}
.irs-from{left:20px !important;top:-28px !important;visibility:visible !important;}
.pr{position:relative;}
input[type="checkbox"]{display:none;}
input[type="checkbox"] + label span{background:red;background:url(../../images/one_sprite.png) no-repeat -245px -29px;cursor:pointer;display:inline;display:inline-block;height:16px;margin:-3px 9px 0 0;vertical-align:middle;width:16px;zoom:1;}
input[type="checkbox"]:checked + label span{background:red;background:url(../../images/one_sprite.png) no-repeat -263px -29px;}
.for-scroll{height:130px;}
.toogle-main-2{display:block;height:0;overflow:hidden;padding:0 17px;}
.toogle-main-2.opened{height:auto;padding-bottom:14px;padding-top:17px;}
.margin2 .overview>div{margin-bottom:10px;}
.margin2 .overview>div:last-child{margin-bottom:0;}
.colors>a{border-radius:100%; cursor: pointer; display:inline-block;height:25px;margin:0 11px 15px 0;vertical-align:top;width:25px;}
.color1{background:#ff0000;}
.color2{background:#0000ff;}
.checkboxes1>div{display:inline-block;margin-bottom:10px;vertical-align:top;width:72px;}
.filter-bottom{background:#f0f0f0;padding:19px 0;text-align:center;}
.btn4, input[type="submit"].btn4{background:#fff;border:1px solid #cccccc;border-radius:4px;color:#666;display:inline-block;font-family:"Gravity-Bold";font-size:14px;height:48px;line-height:48px;text-align:center;text-decoration:none;text-transform:uppercase;transition:.4s;width:198px;}
.btn4:hover, input[type="submit"].btn4:hover{background:#ccc;color:#fff;}
.filter-bottom .btn, .filter-bottom .btn4, .filter-bottom input[type="submit"].btn4{font-family:"Gravity-Bold";height:35px;line-height:35px;}
.filter-bottom .btn{margin-bottom:15px;}
.cols2 .wrap{margin-right:15%;}

.view-style{margin-top:8px;}
.view-style>*{display:inline-block;vertical-align:middle;}
.view-style>span{margin-top:-3px;}
.view-style a{cursor:pointer;height:17px;margin-left:9px;width:17px;}
.view-style1{background:url(../../images/one_sprite.png) no-repeat -65px -55px;}
.view-style2{background:url(../../images/one_sprite.png) no-repeat -83px -55px;}
.view-style3{background:url(../../images/one_sprite.png) no-repeat -103px -55px;}
.view-style a.active{background-position-y:-73px;}
.catalog-v2 p{margin-bottom:26px;}
.catalog-v2 .blocks4{margin:25px 0 0;}
.catalog-v2 .blocks4>div{margin-bottom:30px;margin-right:3.4%;width:28.5%;}
.catalog-v2 .blocks4 p{display:none;}


/*pagination nav*/
.pagination{margin:16px 0;text-align:center;}
.pagination a{border:1px solid #ccc;border-radius:3px;color:#666;display:inline-block;height:28px;line-height:28px;margin:0 3px;position:relative;text-decoration:none;vertical-align:top;width:28px;}
.pagination a:hover{border-color:#113567;}
.pagination a.active{background:#113567;border-color:#113567;color:#fff;}
.pag-next:before{background:url(../../images/one_sprite.png) no-repeat -125px -54px;content:"";height:14px;left:9px;position:absolute;top:5px;width:8px;}
.pag-prev:before{background:url(../../images/one_sprite.png) no-repeat -136px -54px;content:"";height:14px;left:9px;position:absolute;top:5px;width:8px;}
.pag-prev, .pag-next{background:#ccc;}
.pag-prev:hover, .pag-next:hover{background:#c0c0c0 !important;border-color:#c0c0c0 !important;}
.nav2 .toogle-title2:after {display: none;}
.nav2 .toogle-title2 {border: 0 !important;}
.nav2 .toogle-title2:hover {color: #113567;}
/*end pagination nav*/


/*blocks7*/
.blocks7 {margin-bottom: 15px;}
.blocks7>div {width: 42.4%; padding: 30px 3%; margin: 0 2.1% 20px 0; display: inline-block; vertical-align: top; border: 1px solid #cccccc; border-radius: 4px;}
.blocks7>div:nth-child(2n) {margin-right: 0;}
.blocks7>div:hover {border-color: #113567;}
.blocks7 .hid {margin-bottom: 30px; text-align: center;}
.blocks7>div p {margin: 11px 0 22px;}
.blocks7>div>a {font-size: 16px; text-decoration: none;}
.blocks7>div>a:hover {color: #113567;}
.img_mrb{}
.cols3{margin-bottom:45px;}
.cols3>.col1{display:inline-block;margin-right:2%;vertical-align:top;width:52%;}
.cols3>.col2{display:inline-block;position:relative;vertical-align:top;width:45%;}
/*end blocks7*/


/*blocks8*/
.blocks8{margin:25px 0 0;}
.blocks8>div{border:1px solid #ccc;border-radius:4px;display:inline-block;margin-bottom:30px;margin-right:2.7%;padding:23px 2% 23px;text-align:center;vertical-align:top;width:27.0%;}
.blocks8>div:nth-child(3n){margin-right:0px;}
.blocks8 .hid{margin-bottom:18px;}
.link{font-size:16px;text-decoration:none;}
.link:hover{color:#113567;}
.blocks8 .btn{width:135px;}
.blocks8 p{margin-top:8px;}
.blocks8>div:hover{border-color:#113567;}
.blocks8-view2>div{display:block;margin:0 0 20px;padding:25px 3%;text-align:left;width:94%;}
.blocks8-view2 .hid{height:auto;margin:0;max-height:150px;max-width:30%;width:auto;}
.blocks8-view2>div>div{display:inline-block;vertical-align:top;}
.blocks8-view2 .col2{margin:0 0 0 3%;width:66%;}
.blocks8-view2 p{min-height:48px;}
.blocks8-view3>div{display:block;margin:0 0 20px;padding:12px 2%;text-align:left;width:96%;}
.blocks8-view3 .hid{height:auto;margin:0;max-height:150px;width:10.5%;}
.blocks8-view3>div{margin-bottom:28px;}
.blocks8-view3>div>div{display:inline-block;vertical-align:top;}
.blocks8-view3 .col2{margin:0 0 0 3%;width:85.5%;}
.blocks8-view3 .col2>*{display:inline-block;vertical-align:middle;}
.blocks8-view3 .col2>div{margin-right:2.5%;width:77.6%;}
.blocks8-view3 .col2 p{margin-bottom:0;}
.icon1-1 .fs18 a{text-decoration:none;}
.cols4>div{display:inline-block;vertical-align:top;}
.cols4>.col1{width:32%;}
.cols4>.col2{width:67.4%;}
.map{border:1px solid #ccc;height:350px;overflow:hidden;}
.contacts .col1 span{display:inline-block;font-size:12px;margin-bottom:2px;text-transform:uppercase;}
.fs18{font-size:18.5px;}
.contacts .col1>div{margin-bottom:49px;padding-left:77px;position:relative;}
.contacts .col1>div:before{content:"";height:60px;left:0;position:absolute;top:-9px;width:60px;}
.icon1-1:before{background:url(../../images/one_sprite.png) no-repeat 0 -150px;}
.icon1-2:before{background:url(../../images/one_sprite.png) no-repeat -64px -150px;}
.icon1-3:before{background:url(../../images/one_sprite.png) no-repeat -128px -150px;}
.icon1-4:before{background:url(../../images/one_sprite.png) no-repeat -192px -150px;}
.fs24{font-size:24px;}
.fs24.title5{text-transform:uppercase;}
.fs24.title5:after{bottom:-27px;}
.cols5>div{display:inline-block;vertical-align:top;}
.cols5>.col1 input[type="text"]{height:40px;margin-bottom:21px;padding:0 2% 0 17% !important;width:81% !important;}
.cols5>.col1{margin-right:2%;width:36%;}
.cols5>.col2{width:61%;}
.cols5>.col2 textarea{height:147px;margin-bottom:21px;padding:2% 3%;/*width:94%;*/width: 88%;}
.cols5>.col2 .btn{font-family:"Gravity-Bold";}
.input-email{background:url(../../images/one_sprite.png) no-repeat 13px -284px;}
.input-email:focus{background-position:13px -319px;}
.input-name:focus{background-position:13px -250px;}
.input-phone{background:url(../../images/one_sprite.png) no-repeat 13px -356px;}
.input-phone:focus{/* background-position:13px -393px; */ background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/one_sprite2.png) no-repeat;background-position: 13px 8px;}
.contcats-lvl2{border-top:1px solid #ccc;margin-top:45px;padding-top:55px;}
.contcats-lvl2 p{margin-bottom:28px;}
.contcats-lvl2 table{border-collapse:collapse;width:100%;}
.contcats-lvl2 table tr:nth-child(odd){background:#ececec;}
.contcats-lvl2 table tr td:first-child{font-family:"Gravity-Bold";font-size:18px;padding-left:3%;width:30%;}
.contcats-lvl2 table tr td:last-child{width:55%;}
.contcats-lvl2 table td{line-height:21px;padding-bottom:10px;padding-top:10px;vertical-align:top;}
.order-block{background:#f0f0f0;border-radius:4px;padding:25px 10px;text-align:center;box-sizing: border-box;max-width: 100%;}
.order-block p{margin:0 0 20px;}
.order-block .title3:after{display:none;}
.order-block .title3{margin-bottom:20px;}
.title7{color:#272727;font-family:"Gravity-Bold";font-size:18px;margin-bottom:16px;}
.text p{margin-bottom:18px;}
.ul-style2{display:table;list-style:none;}
.ul-style2 li{margin-bottom:15px;padding-left:14px;position:relative;}
.ul-style2 li:before{background:#ccc;border-radius:100%;content:"";height:6px;left:0;position:absolute;top:6px;width:6px;}
.ms-nav-prev:before, .ms-nav-next:before{opacity:.6;}
.ms-nav-prev:hover:before, .ms-nav-next:hover:before{opacity:1;}
.table-style2{border-collapse:collapse;font-size:16px;width:100%;}
.table-style2 tr:nth-child(odd){background:#f0f0f0;}
.table-style2 tr:first-child{background:#113567;color:#fff;}
.table-style2 td{padding-bottom:10px;padding-left:2%;padding-right:2%;padding-top:10px;}
.border3{border:1px solid #d0d0d0;border-radius:4px;overflow:hidden;}
.width1{width:5%;}
.width2{width:20%;}
.width3{width:20%;}
.width4{width:20%;}
.toogle3{border:1px solid #ccc;border-radius:4px;position:relative;}
.toogle3 .toogle-block-title{cursor:pointer;display:block;font-size:16px;padding:10px 22px;}
.toogle-block, .toogle-block2{display:none;}
.toogle3 .toogle-block-title:hover{color:#113567;}
.margin4{margin-bottom:40px;}
.toogle3 .toogle-block{padding:15px 22px;}
.quote{color:#113567;font-family:"Gravity-BoldItalic";margin:36px 0;padding:0 55px;position:relative;}
.quote:before{background:url(../../images/one_sprite.png) no-repeat -184px -55px;content:"";height:25px;left:0;position:absolute;top:-10px;width:30px;}
.quote:after{background:url(../../images/one_sprite.png) no-repeat -150px -55px;bottom:-10px;content:"";height:25px;position:absolute;right:0;width:30px;}
.margin5{margin:40px 0;}
.message{border:1px solid;border-radius:4px;margin-bottom:12px;padding:10px 20px;}
.message span{font-family:"Gravity-Bold";font-size:16px;}
.message1{border-color:#113567;color:#113567;}
.message2{border-color:#ff4747;color:#ff4747;}
.message3{border-color:#4ca8e2;color:#4ca8e2;}
.message4{border-color:#4ecc79;color:#4ecc79;}
.table-style3{border-bottom:1px solid #f0f0f0;border-collapse:collapse;width:100%;}
.table-style3 .lvl1{background:#f0f0f0;font-size:18px;}
.table-style3 .lvl1 td{padding:10px 15px;}
.it{font-family:"Gravity-BoldItalic";}
.table-style3 td{border-left:1px solid #f0f0f0;border-right:1px solid #f0f0f0;padding:10px 2%;vertical-align:top;}
.table-style3 tr td:first-child{border-left:0;}
.table-style3 tr td:last-child{border-right:0;}
.table-style3 tr{border-bottom:1px solid #F0F0F0;}
.table-style3 .size1{width:40%;}
.table-style3 .size2{width:18%;}
.color3{color:#ff4747;}
.color4{color:#59d683;}
.table-style3 .color3, .table-style3 .color4{margin-bottom:14px;}
.projects .title5{text-align:left;}
/*end blocks8*/


.block-wrap .blocks4 p, .items-viewed .blocks4 p {display: none;}
.slider-style2 .bx-controls-direction a, .btn-prev, .btn-next, .items-viewed .pull-right>div button {position: absolute; top: 30px; z-index: 90; font-size: 0; background: #f4f4f4; border: 1px solid transparent; border-radius: 2px; width: 32px; height: 32px;}
.slider-style2 .bx-prev {right: 150px;}
.slider-style2 .bx-prev:before, .btn-prev:before {content: ""; position: absolute; left: 12px; top: 10px; background: url(../../images/one_sprite.png) no-repeat -180px -429px; width: 7px; height: 11px;}
.slider-style2 .bx-next {right: 110px;}
.slider-style2 .bx-next:before, .btn-next:before {content: ""; position: absolute; left: 13px; top: 10px; background: url(../../images/one_sprite.png) no-repeat -188px -429px; width: 7px; height: 11px;}
.slider-style2 .bx-controls-direction a:hover, .btn-prev:hover, .btn-next:hover, .items-viewed .pull-right>div button:hover {border-color: #113567; background: #fff;}
.slider-style2 .bx-prev:hover:before, .btn-prev:hover:before {background-position: -180px -442px;}
.slider-style2 .bx-next:hover:before, .btn-next:hover:before {background-position: -188px -442px;}
.block-wrap {padding: 22px 0 15px; border-bottom: 1px solid #d5d5d5;}
.block-wrap .in-row:nth-child(3n) {margin-right: 2.1% !important;}
.comments>div{border-bottom:1px solid #cccccc;margin-bottom:25px;padding-bottom:13px;}
.comments .lvl1{font-size:12px;text-transform:uppercase;}
.comments .lvl1 span{font-family:"Gravity-Bold";font-size:18px;margin-right:13px;text-transform:none;}
.comments p{margin:14px 0;}
.comments .lvl2{line-height:22px;}
.comments .lvl2 span{font-family:"Gravity-Bold";}
.com-form form>*{font-size:16px;width:96%;}
.com-form .btn{height:40px;line-height:40px;width:180px;}
.com-form textarea, .com-form input[type="text"]{font-size:16px;margin-bottom:20px;padding:0 2%;}
.com-form textarea{height:100px;padding-bottom:15px;padding-top:15px;}
.com-form input[type="text"]{height:40px;}
.com-form ::-webkit-input-placeholder{font-size:16px;}
.com-form ::-moz-placeholder{font-size:16px;}
.com-form :-moz-placeholder{font-size:16px;}
.com-form :-ms-input-placeholder{font-size:16px;}
.com-form .fs16{margin-bottom:27px;text-transform:uppercase;}
.com-form{margin-top:45px;}
.input-name{background:#fff url(../../images/one_sprite.png) no-repeat 13px -217px;padding-left:6% !important;width:92% !important;}
.in-row-bot>div{display:inline-block;vertical-align:bottom;}
.docs>div{display:inline-block;margin-bottom:20px;vertical-align:top;width:49.5%;}
.docs>div>div{margin:0 0 0 4%;width:70%;}
.docs>div>div a{color:#113567;font-size:16px;text-decoration:none;}
.docs>div>div a:hover{text-decoration:underline;}
.docs>div>div div{color:#999;margin-top:5px;}
#tabs .tab{display:none;}
#tabs .tab#tabs-1{display:block;}
#tabs .tabs li.current{background:#fff;border-bottom:none;}
.link-compare {position: relative; margin-bottom: 4px; display: inline-block; line-height: 16px; margin-left: 22px; text-decoration: none; border-bottom: 1px dotted #5f79b3;}
.link-compare:before {content: ""; position: absolute; left: -22px; top: 3px; width: 15px; height: 12px; background: url(../../images/one_sprite.png) no-repeat -242px -429px;}
.link-compare:hover {border-bottom-color: #113567; color: #113567;}
.link-compare:hover:before {background-position: -242px -442px}
.link-fav {position: relative; margin-bottom: 10px; display: inline-block; line-height: 16px; margin-left: 22px; text-decoration: none; border-bottom: 1px dotted #5f79b3;}
.link-fav:before {content: ""; position: absolute; left: -22px; top: 2px; width: 17px; height: 15px; background: url(../../images/one_sprite.png) no-repeat -260px -429px;}
.link-fav:hover {border-bottom-color: #113567; color: #113567;}
.link-fav:hover:before {background-position: -260px -445px}
.number-input{margin:22px 0 30px;}
.number-input>*{border:1px solid #ccc;}
.number-input input{border-left:0;border-radius:0;border-right:0;height:27px;margin-left:-4px;margin-right:2px;text-align:center;width:40px;padding: 0 30px 0 5px;font-size: 16px;}
.number-input .minus{border-radius:4px 0 0 4px;}
.number-input .plus{border-radius:0 4px 4px 0;margin-left:-6px;}
.number-input a{color:#000;display:inline-block;font-size:24px;height:27px;line-height:24px;position:relative;text-align:center;text-decoration:none;vertical-align:middle;width:27px;}
.number-input a:hover{color:#113567;}
.btn-style4 {border-radius: 4px; transition: .4s; text-align: center; display: inline-block; border: 1px solid transparent; margin: 0 17px; width: 192px; font-size: 16px; font-weight: 500; font-family: "Gravity-Bold"; text-decoration: none; color: #fff; background: #2d2d2d; height: 36px; line-height: 36px;}
.btn-style4:hover {border-color: #2d2d2d; background: #fff; color: #2d2d2d;}
.card-info .lvl2 .btn {width: 80px;}
.question_product{width: 100% !important;margin-bottom: 10px; cursor: pointer;}
.colors a.active {border-color: #113567; position: relative;}
.colors a.active:after {content: ""; position: absolute; left: 6px; top: 7px; width: 14px; height: 9px; background: url(../../images/one_sprite.png) no-repeat -216px -445px;}
.count {width:92px; margin-bottom: 11px; margin-right: 2px; display: inline-block; vertical-align: top;}
.count a {display: inline-block; cursor: pointer; vertical-align: top; border: 1px solid #dfdfdf; color: #dfdfdf; font-family: "Gravity-Bold"; text-align: center; width: 23px; height: 23px; line-height: 20px; text-decoration: none; font-size: 21px;}
.count a:hover {color: #333; background: #dfdfdf;}
.count input{border-bottom:1px solid #dfdfdf;border-radius:0;border-top:1px solid #dfdfdf;height:23px;padding:0 10px 0 5px;width:28px;}/*33*/
.count div {position: relative; display: inline-block; vertical-align: top; margin-left: -5px;}
.count div span {position: absolute; right: 6px; top: 3px; /*display: none;*/}
.count .plus {margin-left: -5px; border-radius: 0 4px 4px 0;}
.count .minus {border-radius: 4px 0 0 4px;}
.card-top {border-bottom: 1px solid #e0e0e0; padding-bottom: 22px; margin-bottom: 20px;}
.card-top .pull-left a {text-decoration: none; margin-right: 14px; font-family: "Gravity-Bold";}
.card-top .pull-left a:hover span {color: #113567;}
.card-top .pull-left a i {color: #9e9e9e; font-style: normal;}
.card-top .pull-left a span {border-bottom: 1px dotted;}
.card-top .pull-right a {color: #57667e; font-family: "Gravity-Bold"; text-decoration: none; position: relative;}
.card-top .pull-right a:hover {text-decoration: underline;}
.btn-print {padding-right: 26px;}
.btn-print:after {content: ""; position: absolute; right: 0; top: 0; width: 20px; height: 18px; background: url(../../images/one_sprite.png) no-repeat -447px -456px;}


/*.card*/
.card-gallery {display: inline-block; vertical-align: top; width: 35%; position: relative;}
.card-gallery .bx-wrapper {border: 1px solid #e0e0e0; margin-bottom: 11px; height: 420px; border-radius: 4px;}
.card-gallery .bx-wrapper li a {display: table-cell; position: relative; vertical-align: middle; text-align: center; width: 2000px; height: 420px;}
.card-gallery .bx-wrapper li a:after {content: ""; position: absolute; right: 15px; bottom: 15px; width: 23px; height: 23px; background: url(../../images/one_sprite.png) no-repeat -491px -429px;}
.card-gallery img {max-height: 100%;}
.card-gallery #bx-pager a, .card-gallery .small-slider-box a {width: 75px; height: 75px; margin: 0 .6% 10px 0; line-height: 0; border-radius: 2px; display: inline-block; vertical-align: top; border: 1px solid #e0e0e0;}
.card-gallery #bx-pager a span, .card-gallery .small-slider-box a span {height: 75px; width: 75px; display: table-cell; vertical-align: middle; text-align: center;}
.card-gallery #bx-pager a.active, .card-gallery .small-slider-box a.active{box-shadow: 0 0 0 2px #113567;}
.card-gallery #bx-pager a:nth-child(5n), .card-gallery .small-slider-box a:nth-child(5n) {margin-right: 0;}
.card-main {display: inline-block; vertical-align: top; width: 37.5%; margin: 0 1.7%;}
.card-more-main span {color: #707070; margin-right: 6px;}
.card-more-main>div {margin-bottom: 7px;}
.item-status span {color: #979797;}
.card-more .item-status {margin: 0;}
.card-more {border-bottom: 1px solid #e0e0e0; padding-bottom: 15px; margin-bottom: 14px;}
.card-choose {border-bottom: 1px solid #e0e0e0; padding-bottom: 20px;}
.card-choose p {margin-bottom: 6px;}
.card-choose div.fancy-select {width: 135px;}
.characteristics {font-family: "Gravity-Bold";}
.characteristics .col1 {display: inline-block; vertical-align: top; color: #c3c3c3; margin-right: 2%; width: 39%;}
.characteristics .col2 {display: inline-block; vertical-align: top; width: 57%;}
.characteristics>div {border-bottom: 1px dotted #8f8f8f; padding: 12px 0;}
.characteristics.toogle-block {display: none;}
.btn-style5 {display: inline-block; vertical-align: top; cursor: pointer; margin: 18px 0 0; border: 1px solid #113567; color: #113567; height: 33px; line-height: 32px; padding: 0 38px; border-radius: 3px; text-decoration: none;}
.btn-style5 span {border-bottom: 1px dotted;}
.btn-style5:hover span {border-color: transparent;}
.btn-style5:hover {color: #4470b2; border-color: #4470b2;}
.share-block div, .share-block span {display: inline-block; vertical-align: middle;}
.share-block {margin-top: 14px;}
.share-block>span {margin-right: 10px;}
.ya-share2__counter {display: none !important;}
.card-wrap>.col3 {display: inline-block; vertical-align: top; width: 23.4%;}
.card-price {padding: 14px 18px; border-bottom: 1px solid #e0e0e0;}
.card-price p {font-family: "Gravity-Bold"; color: #707070; margin-bottom: 2px;}
.card-price .price-old {font-size: 18px; line-height: 16px;}
.card-price .price-new {font-size: 24px; line-height: 24px;}
.card-price .col1>div {margin-bottom: 10px;}
.card-price .col1 .price {margin-bottom: 0; font-size: 18px;}
.card-price .col1>div:last-child {margin-bottom: 0;}
.card-price>div {/*display: inline-block;*/ vertical-align: bottom; /*width: 49%;*/}
/*.card-price .col2 {text-align: right; color: #ff0000;}*/
.price_diff_box {color: #113567;}
.card-info {border: 1px solid #e0e0e0; border-radius: 4px; margin-bottom: 20px;}
.card-info .lvl2 {background: #f4f4f4; padding: 16px 18px;}
.card-info .lvl2 .number-input {display: inline-block; margin-right: 18px; margin-bottom: 15px;}
.card-info .lvl2 .count a {width: 35px; height: 35px; line-height: 32px;}
.card-info .lvl2 .count {width: auto;}
.card-info .lvl2 .count input {height: 35px;}
.card-info .lvl2 .count div:after {top: 9px;}
.card-info .lvl2 .btn-style2 {height: 37px; font-family: "Gravity-Bold"; font-size: 16px; text-align: center; line-height: 35px; padding: 0 15px; border-radius: 4px; margin-left: 4px;}
.card-info .lvl2 .btn-style4 {width: 100%; padding-left:0; margin: 0 0 12px; position: relative;text-indent: 10px;}
.card-info .lvl2 .btn-style4:before {content: ""; position: absolute; left: 42px; top: 8px; width: 19px; height: 19px; background: url(../../images/one_sprite.png) no-repeat -469px -456px;}
.card-info .lvl2 .btn-style4:hover:before {background-position: -469px -476px;}
.card-info .lvl2 .link-fav {margin-bottom: 0;}
.pay-delivery {border: 1px solid #e0e0e0; border-radius: 4px;}
.pay-delivery>div {padding:  14px 18px;}
.pay-delivery .lvl1 {border-bottom: 1px solid #e0e0e0;}
.title-style3 {font-family: "Gravity-Bold"; font-size: 16px; margin-bottom: 10px;}
.link-city2 {text-decoration: none; border-bottom: 1px dotted; position: relative; margin-right: 17px;}
.link-city2:after {content: ""; position: absolute; right: -17px; top: 8px; border: 4px solid transparent;  border-top: 4px solid #446fb2;}
.link-city2:hover {color: #113567;}
.link-city2:hover:after {border-top-color: #113567;}
.title-style4 {color: #113567; font-family: "Gravity-Bold"; margin-bottom:5px;}
.pay-delivery ul {list-style: none; margin-bottom: 12px;}
.pay-delivery li {position: relative; margin-bottom: 2px; padding-left: 10px;}
.pay-delivery li:before {content: "-"; position: absolute; left: 0; top: 0; margin-right: 4px;}
.pay-delivery-main>div:last-child ul {margin-bottom: 0;}
.pay-delivery .lvl2 ul {margin-bottom: 0;}
.slide .items>div {margin-right: .7%; margin-bottom: 50px;width: 19%;}
.slide .items>div:nth-child(5n){margin-right:0;}
.tabs {margin-top: 25px; border-bottom: 1px solid #e1e1e1;}
.tabs ul {list-style: none;}
.tabs ul li {display: inline-block; vertical-align: top; cursor: pointer; outline: none; line-height: 36px; font-size: 16px; font-family: "Gravity-Bold"; background: #f4f4f4; text-align: center; border: 1px solid #e1e1e1; border-radius: 4px 4px 0 0; border-bottom: 0;}
.tabs ul li a {white-space: nowrap; display: block; color: #58667e; text-decoration: none; padding: 0 25px; height: 40px;}
.tabs ul li span {border-bottom: 1px dotted;}
.tabs ul li i {font-style: normal; color: #acacac;}
.tabs ul li.ui-tabs-active {color: #113567; background: #fff; position: relative;}
.tabs ul li.ui-tabs-active:after {content: ""; position: absolute; left: 0; bottom: -1px; width: 100%; height: 1px; background: #fff;}
.tabs ul li.ui-tabs-active span {border-color: transparent;}
.tab {padding: 23px 0 32px; border-bottom: 1px solid #d6d6d6;}
.tab .characteristics {margin-bottom: 25px;}
.text2 p {margin-bottom: 20px;}
.text2 p:last-child {margin-bottom: 0;}
.items-viewed {padding-top: 22px;}
.wrap-scroll {overflow-y: hidden; height: 380px; padding: 0 !important;}
.items-viewed .pull-right {margin-top: 4px;}
.items-viewed .pull-right>a {color: #3b3b3b; vertical-align: middle; margin-right: 10px; text-decoration: none; border-bottom: 1px dotted;}
.items-viewed .pull-right>a:hover {color: #113567;}
.items-viewed .pull-right>div {display: inline-block; vertical-align: middle;}
.items-viewed .pull-right>div a, .items-viewed .pull-right>div button {position: relative; margin-left: 4px; cursor: pointer; top: auto; display: inline-block; vertical-align: middle;}
.items-viewed .scrollable.default-skin .scroll-bar.horizontal {bottom: 6px;}
.items-viewed .scrollable.default-skin .scroll-bar.horizontal {height: 2px; background: #ccc;}
.items-viewed .scrollable .scroll-bar.horizontal .thumb {height: 4px; top: -1px;}
.card-gallery-size2 {width: 100% !important;}
/*end /*.card*/


/* Footer */
.footer{margin:-100px auto 0;z-index:90; position: relative;}
.footer .lvl2 .col1{width:100%;}
.footer .lvl2 .col1 a:hover:before{bottom:-1px;top:auto;}
.footer .lvl2{border-bottom:1px solid #e5e5e5;border-top:0;}
.footer .lvl2 .col1>ul>li{padding:0 2.6%;}
.footer .lvl2 .col1>ul>li:last-child{padding-right:0;}
.footer .link-email:before{background-position:-156px -27px;}
.footer .link-phone:before{background-position:-182px -27px;}
.footer .lvl1 .col4 a{background:url(../../images/one_sprite.png) no-repeat;display:inline-block;height:24px;margin-left:12px;vertical-align:top;width:24px;}
.footer .lvl1 .col4 a:first-child{margin-left:0;}
.footer .lvl1 .col4 a.soc1:hover{background-position:0 -122px !important;}
.footer .lvl1 .col4 a.soc2:hover{background-position:-26px -122px !important;}
.footer .lvl1 .col4 a.soc3:hover{background-position:-52px -122px !important;}
.footer .lvl1 .col4 a.soc4:hover{background-position:-78px -122px !important;}
.footer .lvl1 .col4 a.soc5:hover{background-position:-104px -122px !important;}
.footer .lvl1 .col4 a.soc6:hover{background-position:-130px -122px !important;}
.soc1{background-position:0 -27px !important;}
.soc2{background-position:-26px -27px !important;}
.soc3{background-position:-52px -27px !important;}
.soc4{background-position:-78px -27px !important;}
.soc5{background-position:-104px -27px !important;}
.soc6{background-position:-130px -27px !important;}
.footer .lvl2 .col1>ul>li>ul{bottom:69px;top:auto;}
.title3 a{text-decoration:none;}
.mob-nav-btn{background:#113567;color:#fff !important;cursor:pointer;display:block;font-size:18px;padding:21px 35px 23px 48px;text-decoration:none;text-transform:uppercase;}
.mob-nav-btn:before{background:url(../../images/one_sprite.png) no-repeat -220px -56px;content:"";height:15px;left:20px;position:absolute;top:24px;width:18px;}
.mob-nav-btn:after{color:#fff;right:15px;top:20px;}
.ms-slide-bgcont{display:table-cell;height:270px !important;position:relative !important;text-align:center;vertical-align:middle;width:1000px !important;}
.ms-slide img{height:auto !important;margin:0 !important;max-height:90%;max-width:80%;width:auto !important;}
.blocks4.blocks4-view1 .col2{width:100%;}
/* end Footer */


/*header*/
.scroll1 table{min-width:650px;}
.header .lvl2 .col1{display:block;}
.header .lvl2 .mob-nav-btn{display:none;}
.header .lvl2 .search-block, .header .lvl2 .link-email, .header .lvl2 .link-phone, .header .lvl2 .btn{display:none;}
.header.fixed .lvl2 .link-email, .header.fixed .lvl2 .link-phone, .header.fixed .lvl2 .btn{display:inline-block;}
.header.fixed2 .lvl2 .link-email, .header.fixed2 .lvl2 .link-phone{display:none;}
.header.fixed2 .lvl2 .btn{display: inline-block;}
.search-block input[type='text']{border:1px solid #ccc;border-radius:4px 0 0 4px;height:34px;padding:0 10px;width:230px;}
.search-block input[type="submit"]{margin-bottom: 0px !important; background:#ccc;border:1px solid #ccc;border-radius:0 4px 4px 0;color:#fff;font-family:"Gravity-Bold";font-size:14px;height:36px;line-height:36px;margin-left:-4px;text-align:center;text-transform:uppercase;width:100px;}
.header .lvl2 .search-block{margin:12px 0 0 38px;}
.header .lvl2 .link-email, .header .lvl2 .link-phone{margin:9px 0 0 45px;}
.header .lvl2 .btn{margin:10px 10px 0 30px;}
.header.fixed .lvl2 .col2{display:none;}
.header.fixed2 .lvl2 .col2{display:none;}

.header.fixed2 .lvl1,.header.fixed2 .lvl0{display:none;}
.open-toogle, .open-toogle2{display:none;}
.btn:after{display:none;}
.block-wrap .items>div {margin-right: .7%;}

.bx_page div{float:left;width:33%;}
.header.fixed2 .lvl2 .col1 {float: left; width: calc(100% - 230px);}
.header.fixed2 .lvl2 .col1 > ul { float: left; width: 100%;}
.header.fixed2 .lvl2 .col1 > ul li{ padding-left: 1%; padding-right: 1%;}
/*  counter product  <<<  */
.counter{float:left;height:40px;margin-left:10px;position:relative;width:70px;}
.counter{height:100%;}
.counter input{background-color:#f2f2f2;border:none;color:#3f4147;font-size:18px;left:50%;line-height:41px;margin-left:-19px;moz-user-select:none;ms-user-select:none;position:absolute;text-align:center;user-select:none;webkit-user-select:none;width:38px;}
.item .counter input{line-height:37px;}
.bx_ordercart .counter input{background: none !important;line-height: 0 !important;margin-top: -9px !important;}
.counter .plus,
.counter .minus{border:none;cursor:pointer;height:15px;margin-top:-7.5px;moz-user-select:none;ms-user-select:none;position:absolute;text-indent:-9999px;top:50%;user-select:none;webkit-user-select:none;width:16px;}
.counter .plus{background:url("../../images/one_sprite.png") no-repeat -171px -95px;right:0;}
.counter .plus.hover,
.counter .plus:hover{background-position:-195px -95px;}
.counter .plus.disabled{background-position:-171px -95px !important;cursor:default;}
.counter .minus{background:url("../../images/one_sprite.png") no-repeat -122px -95px;left:0;}
.counter .minus.hover,
.counter .minus:hover{background-position:-147px -95px;}
.counter .minus.disabled{background-position:-122px -95px !important;cursor:default;}
.counter.hover .plus{background-position:-195px -95px;}
.counter.hover .minus{background-position:-147px -95px;}
/*  >>>  counter product  */


/*  Cart pages  <<< */

/*order-card*/
.bx-soa-cart-total.bx-soa-cart-total-fixed{position:fixed;top:90px;}
#basket_form{position:relative;}
.bx_sort_container > div{display:none;}
.bx_sort_container{float:right;position:relative;right:0;top:0;}
.bx_sort_container li{display:inline-block;margin-left:5px;vertical-align:top;}
.bx_sort_container li a{ height: 36px; line-height: 36px; border:1px solid #ccc;color:#716d6c;display:inline-block;padding-left:25px;padding-right:25px;text-transform:uppercase;vertical-align:top;}
.bx_sort_container li a:hover{border-color:#113567;}
.bx_sort_container li a.current{border-color:#113567;border-width:1px;color:#113567;}
.bx_ordercart_order_table_container thead{background-color:#e2e2e2;font-weight:bold;}
.bx_ordercart .bx_ordercart_order_table_container table tbody td{border-bottom:none;}
.bx_ordercart_photo_container{height:80px;width:80px;}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_photo{background-size:cover;bottom:0;left:0;right:0;top:0;webkit-background-size:cover;}
.bx_ordercart .bx_ordercart_photo_container{border-color:#dbdbdb;}
.bx_ordercart .bx_ordercart_order_table_container table td.margin{width:0 !important;}
.bx_ordercart .bx_ordercart_order_table_container tbody td.control br{display:none;}
.bx_ordercart .bx_ordercart_order_table_container tbody td.control a{border:1px solid #ccc;color:#000;display:block;font-size:13px;height:40px;line-height:38px;margin:0 auto;padding-left:20px;position:relative;text-align:center;width:130px;}
.bx_ordercart .bx_ordercart_order_table_container tbody td.control a:hover,
.bx_ordercart .bx_ordercart_order_table_container tbody td.custom.red{color:#113567;}
.bx_ordercart .bx_ordercart_order_table_container tbody td.control a:first-child{border-bottom:none;}
.bx_ordercart .bx_ordercart_order_table_container tbody td.control a:first-child:after{background:url(/bitrix/templates/innet_corp4_6_s1/css/../images/remove.png) no-repeat 0 0;content:'';display:block;height:17px;left:20px;margin-top:-7.5px;position:absolute;top:50%;width:15px;}
.bx_ordercart .bx_ordercart_order_table_container tbody td.control a:last-child:after{background:url('/bitrix/templates/innet_corp4_6_s1/css/../images/sprite-inner.png') no-repeat -268px -95px;content:'';display:block;height:16px;left:20px;margin-top:-8px;position:absolute;top:50%;width:18px;}
.bx_ordercart .bx_ordercart_order_table_container tbody td.control a:last-child:hover:after{background-position:-289px -95px;}
.custom .left.amount{border:none;font-size:13px;height:22px;text-align:center;}
#basket_form .price + .custom .centered{width:auto !important;}
.addBasket.added{background-color:#249677 !important;border-color:#249677 !important;o-transition:all .55s ease-in;transition:all .55s ease-in;webkit-transition:all .55s ease-in;}
.bx_size_scroller_container{margin-left:0;}
.bx_item_detail_size_small_noadaptive ul li a,
    /*.bx_item_detail_size_small_noadaptive ul li{height:32px;line-height:30px;}*/
#basket_form .price + .custom .centered td:last-child{font-size:0;}
.bx_item_detail_size_small_noadaptive ul li:active a,
.bx_item_detail_size_small_noadaptive ul li.bx_active a,
.bx_item_detail_size_small_noadaptive ul li:hover a{border-color:#113567;}
.bx_ordercart_order_pay {border: 1px solid #113567;overflow: hidden;padding: 0 !important;}
.bx_ordercart_order_pay_left,
.bx_ordercart_order_pay_right{float:left;width:34% !important;}
.bx_ordercart_order_pay_right + div{display:none;}
.bx_ordercart_order_pay_center a{ text-decoration: none; }
.bx_ordercart_order_pay_center{border-left:1px solid #113567;float:right;width:30% !important;}
.bx_ordercart_order_pay_center{line-height:140px;text-align:center;}
.bx_ordercart_order_pay_center .buy_one{background-color:#113567;color:#fff;display:inline-block;height:48px;line-height:48px;text-align:center;text-transform:uppercase;vertical-align:middle;width:240px;}
.bx_ordercart_order_pay_center .buy_one:hover{text-decoration:underline;}
.bx_ordercart_order_pay_left,
.bx_ordercart_order_pay_right,
.bx_ordercart_order_pay_center{height:140px;}
.bx_ordercart_order_pay_left{display:table;}
.bx_ordercart_order_pay_left .bx_ordercart_coupon{display:table-cell;padding-left:20px;vertical-align:middle;}
.bx_ordercart_order_pay_left .bx_ordercart_coupon span{font-size:14px;}
.bx_ordercart_order_pay_left .bx_ordercart_coupon input{border-color:#ccc;}
.bx_ordercart_order_pay_left .bx_ordercart_coupon input:hover,
.bx_ordercart_order_pay_left .bx_ordercart_coupon input:focus{border-color:#113567;}
.bx_ordercart_order_pay_right .bx_ordercart_order_sum{display:table;height:100%;width:100%;}
.bx_ordercart_order_pay_right .bx_ordercart_order_sum tbody{display:table-cell;font-size:16px !important;vertical-align:middle;}
#allSum_FORMATED{color:#113567;font-weight: normal;}
.bx_ordercart .bx_ordercart_order_sum tr td{font-size:16px;padding:5px 20px;}
.bx_ordercart .bx_ordercart_order_sum tr td.fwb{padding-top:20px;}
@media screen and (max-width: 867px){
    .bx_ordercart_order_pay_center{border-left:none;border-top:1px solid #113567;width:100% !important;}
    .bx_ordercart_order_pay_left, .bx_ordercart_order_pay_right{width:50% !important;}
    .bx_sort_container{position:static;}
    .bx_sort_container li a{margin-bottom:10px;}
    .slide .items>div{margin-right: .5%;}
}
@media screen and (max-width: 640px){
    .bx_ordercart_order_pay_left, .bx_ordercart_order_pay_right{width:100% !important;}
    .bx_ordercart_order_pay_left,
    .bx_ordercart_order_pay_right{text-align:center;}
    .bx_ordercart .bx_ordercart_order_sum tr td{text-align:left;}
    .header .lvl2 .arrow>a span:after{background:#ccc;color:#666;content:">";font-family:"Gravity-Bold";font-family:calibri;font-size:14.5px;font-size:18px;font-weight:300;height:21px;line-height:21px;margin:0 0 0 5px;opacity:.8;padding:0;position:absolute;right:0px;right:4px;text-align:center;top:10px;top:8px;width:21px;}
    .header .lvl2 .col1>ul>li ul li a{border-bottom:1px solid #cccccc;display:block;margin:0 16px;min-width:175px;padding:11px 25px 13px 0px;}
}
@media screen and (min-width: 561px){
    .header .lvl3 input[type="submit"]{top:3px;}
}
@media screen and (max-width: 568px){
    .bx-touch .bx_ordercart .bx_sort_container a{line-height:32px;}
    .bx_sort_container{float:none !important;text-align:center;}
    .bx-touch .bx_ordercart .bx_sort_container a#basket_toolbar_button{margin:0 !important;}
    #basket_form_container .mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:auto;top:-6px;}
    #basket_form_container #mCSB_7{padding-top:15px;}
    .mf-captcha input{margin:7px 0 15px !important;padding:0 10px !important;width:158px !important;}
    .mf-captcha img{display:block;float:none !important;margin:7px auto 0;}
}
#basket_form td{vertical-align:middle !important;}
.bx_ordercart_photo_container a{display:block;height:80px;width:80px;}
.bx_ordercart .bx_ordercart_photo_container{/*height:80px;max-height:80px;max-width:80px;padding-top:0;width:80px;*/}
.custom .left .amount{line-height:20px;top:-10px;}
/*  >>>  Cart pages  */
/*end order-card*/


/* Responsive */
@media screen and (max-width:1320px) {
    .slider1 .bx-prev {left:0px;}
    .slider1 .bx-next {right:0px;}
    .slider1 .bx-controls-direction {max-width: 1170px; margin: 0 auto;}
    .slider1 li .inner > * {margin-left: 55px; margin-right: 55px;}
}

@media screen and (max-width:1169px) {
    .inner {padding: 0 20px;}
    .header .lvl1 {position: relative;}
    .header .lvl1 .col1 {margin-right: 4%;}
    .header .lvl1 .col3 {
        margin: 0 4% 0 4%;
    }
    .header .lvl1 .col4 { /*margin-top: 12px;*/}
    .header .lvl2 .col1 > ul > li {padding: 0 14px;}
    .header .lvl3 form > div {width: 70%;}
    .header .lvl3 input[type="text"] {width: 80%;}
    .header .lvl3 .close {right: 10px;}
    .slider1 .bx-viewport li {background-size: cover;}
    .advantages > .in-row-mid > div > div {width: 70%;}
    .cons .col1 {margin-right: 2%;}
    .blocks4 > div {margin-bottom: 25px; margin: 0 2.1% 20px 0 !important;}
    .item-btns2 > a {width: 140px;}
    .ms-slide-bgcont {height: 220px !important;}
    .tabs a {width: 24%;}
    .view-style {display: none;}
    .pagination a {margin-bottom: 5px;}
    .blocks7 .btn {max-width: 90%;}
    .cons-small {width: 88%;}
    .cons-small .col1 {width: 65%;}
    .header.fixed .lvl2 .inner {padding: 0;}
    .header.fixed2 .lvl2 .inner {padding: 0;}
    .header .lvl2 .search-block {margin-left: 20px;}
    .header .lvl2 .link-email, .header .lvl2 .link-phone {margin: 9px 0 0 48px;}
    .irs-to, .irs-single, .irs-from {width: 45px !important;}
    .for-range span:first-child {margin-right: 80px;}
    .irs-to {left: 123px !important;}
    .irs {width: 200px !important;}
    .irs-line-mid {width: 190px !important;}

    .card-top .pull-left {margin-bottom: 5px;}
    .card-wrap > .col3 {width: 100%;}
    .card-gallery {width: 47%; margin-right: 2%; margin-bottom: 15px;}
    .card-main {width: 47%; margin: 0; margin-bottom: 15px;}
    .card-wrap > .col3>div {width: 47%; margin-right: 2%; display: inline-block; vertical-align: top;}
    .cols2>.col2 {width: 75%;}
    .items>div {
        /*margin-right: 1.3%; margin-left: 1.3%;*/
    }
    .items>div:nth-child(4n) {margin-right: 1.3% !important;}
}
@media screen and (min-width:961px) and (max-width:1169px) {
    .header .lvl1 .col4 {float:right;margin-top:10px;}
    .footer .lvl1 .col4 {float:right;margin-top:17px;}
    .header .lvl1 .col3 {/*display:none;*/}
}
@media screen and (min-width:961px) and (max-width:1071px) {
    .footer .lvl1 .col4{
        position: absolute;
        top: -20px;
        right: 10px;
    }
    .footer .lvl1 .col4 span{
        width: 100%;
        text-align: right;
        margin-bottom: 5px;
    }
    .footer .lvl1 .col4 > div{
        float:right;
    }
}
@media screen and (min-width:961px) and (max-width:1071px) {

}
@media screen and (min-width:780px) and (max-width:790px) {
    .items>div{width:213px;}
}
@media screen and (min-width:611px) and (max-width:779px) {
    .items>div{
        width: 32%;
    }

    .slide .items>div{
        margin-bottom: 84px;
    }
}

@media screen and (min-width:961px) and (max-width:1010px) {
    .wrapper .header-block {
        min-height: 153px;
    }
}
@media screen and (max-width:1085px) {
    .header .lvl2 .link-email, .header .lvl2 .link-phone {margin: 9px 0 0 38px;}
    .header .lvl2 .btn {margin-left: 15px;}
}
@media screen and (max-width:1170px) {
    .header.fixed2 .lvl2 .btn  {margin-right: 15px; margin-left: 0; }
}
@media screen and (max-width:1140px) {
    .cols2 > .col2 {width: 72%;}
    .input-name {padding-left: 10% !important; width: 88% !important;}
    .blocks4.blocks4-view1>div {width: 45%; margin-right: 2.1% !important;}
    .blocks8.blocks8-view1>div {width: 43%; margin-right: 2.1% !important;}
    .header .lvl2 .link-email, .header .lvl2 .link-phone {display: none !important;}
}

@media screen and (max-width:1010px) {
    .header .lvl2 .col1 > ul > li {padding: 0 2% 0 0;}
    .header .lvl2 .col1 > ul > li > a {padding: 10px 0;}
    .btn-search {margin: 9px 0 0;}
    .header .lvl3 input[type="text"] {width: 70%;}
    .advantages img {width: 48px;}
    .advantages > .in-row-mid > div {width: 47%; margin-right: 2%; margin-bottom: 15px;}
    .blocks2 > a {margin: 0 1.5% 141px;}
    .cons{padding:30px;}
    .cons .col2 .btn{margin-right:0;}
    .cons .col1 {width: 49%;/*width: 65%;*/}
    .slide .cons .col1{width: 64%;}
    .partners .owl-prev {left: -20px;}
    .partners .owl-next {right: -18px;}
    .header .lvl2 .col1>ul>li>ul {top: 38px;}
    .footer .lvl2 .col1 > ul > li > ul {top: auto; bottom: 38px;}
    /* .cols2 > .col2 {width: 70%;} */
    .item-btns2 > a {width: 125px;}
    .ms-slide-bgcont {height: 190px !important;}
    .cols5 > div {width: 100% !important;}
    .cols5 > .col1 input[type="text"] {width: 89% !important; padding: 0 2% 0 9% !important;}
    .blocks7 > div {width: 42%;}
    .cons-small {width:80%/* 84%;*/}
    .cons-small .col1 {width: 100%; margin-bottom: 14px;}
    .popupbtn_1{
        float: right;
    }
}

@media screen and (min-width:970px) and (max-width:990px) {
    .header .lvl1 .col3{margin:6px 45px 0 16px;}
    .header .lvl1 .col1{margin-right:10px;}
    .header .lvl1 .col2{margin:5px 0 0 0;}
    /* .header .lvl1 .col4 .btn{margin-left:15px;} */
}
@media screen and (min-width:900px) and (max-width:920px) {.cols2 > .col2 {width: 71%;}}

@media screen and (min-width:500px) and (max-width:960px) {
    .header.default .lvl2 .inner {padding: 0;}
    .header.default .lvl2 .col1 {position: absolute; left: 0; top: 62px; background: #f0f0f0; width: 230px;}
    .header.default .lvl2 .col2 {display: none;}
    .mob-nav-btn:after {display: none;}
    .header.default .lvl2 .col1>ul>li {display: block; padding: 0 15px;}
    .header.default .lvl2 .col1>ul>li>a {font-size: 16px; cursor: pointer; font-family: "Gravity-Bold"; text-transform: none; padding: 12px 0; border-bottom: 1px solid #cccccc;}
    .header.default .lvl2 .col1>ul>li:last-child>a {border-bottom: 0;}
    .header.default .lvl2 .col1>ul {border-left: 1px solid #113567; box-shadow: 2px 2px 3px 0 rgba(0,0,0,.3)}
    .header.default .lvl2 .col1>ul>li>ul {left: 229px; top: 0;}
    .header.default .lvl2 .col1>ul>li>a:before {display: none;}
    .header.default .lvl2 .col1 {display: none;}
    .header.default .lvl2 .search-block {display: inline-block;}
    .header.default .lvl2 .mob-nav-btn {display: inline-block; vertical-align: top;}
}

@media screen and (max-width:900px) {
    .cols3 > div{margin:0;width:100% !important;}
    .cols3>.col1{margin-bottom:30px;}
    .ms-slide, .ms-container{height:200px !important;}
    .ms-nav-next, .ms-nav-prev{bottom:62px;top:auto;}
    .ms-view{height:309px !important;}
    .tabs a{border-radius:0;display:block;height:32px;line-height:32px;}
}
@media screen and (min-width:961px) and (max-width:1121px) {

    .header .lvl1 .col3{
        margin: 0;
        position: absolute;
        /* right: 309px; */
        right: 281px;
        top: 4px;
    }
    .header .lvl1 .col4 {
        margin-top: -5px!important;
    }
    .header .lvl1 .col4 .link-phone{top: 30px;}
    .header .lvl1 .col4 .popbutton{top: 16px;}
    .footer .lvl1 .col4 {margin-top:17px!important;}
    .footer .lvl1 .col3 {position: initial;margin: 0 4% 0 5%;}
}
@media screen and (min-width:861px) and (max-width:899px) {
    .cols2 > .col2{width:70%;}
}
@media screen and (max-width:960px) {
    .footer .lvl1 .col1 {margin-top: -15px;}
    .header .lvl1{text-align:left;}
    .header .lvl1 .col4 .btn{position: absolute;top: 95px;right: 25px;z-index: 201;}
    .header .lvl1 .link-email{position:absolute;right:28px;top:0;}
    .header .lvl1 .link-phone{position:absolute;right:28px;top:35px;}
    .header .lvl1 .link-phone{}
    .slide{padding:45px 5px;}
    .wrapper .header-block {
        min-height: 175px;
    }
    .header .lvl1 .col3{float:right;margin:0;}
}
@media screen and (min-width:961px) {
    .cols2 > .col2{/* width:70%; */}
    .header .lvl2 .col1>ul>li.arrow>a span{display:none;}
    .header.fixed .lvl2 .col1>ul>li.arrow>a span{display:inline;}
    .header.fixed2 .lvl2 .col1>ul>li.arrow>a span{display:inline;}
}
@media screen and (min-width:980px) {
    .mob_view{display:none;}
}
@media screen and (min-width:810px) and (max-width:860px) {

}
@media screen and (max-width:810px) {

    .blocks6 > div {width: 33%;}
    .blocks4.blocks4-view1>div {width: 98%; margin-right: 0 !important;}
    .cols2-proj>.col2 {width: 67%; padding-left: 2%;}
}
@media screen and (min-width:610px) and (max-width:769px) {
    .footer .lvl1 .col3{
        clear: both;
        width: 100%;
        padding: 0;
        margin: 0;
        text-align:left;
    }
}
@media screen and (min-width:610px) and (max-width:740px) {.search-block input[type='text']{width:150px;}}
@media screen and (min-width:610px) and (max-width:840px) {
    /* .header .lvl1 .col3{display:none;} */
    .header .lvl2 .btn{display:none;}
    .header.fixed .lvl2 .btn{
        margin-right: 10px;
        width: 155px;
        margin-left: 10px;
        display:block;
    }
    .header .lvl1 .col4 .btn{right:5px;}
}
@media screen and (min-width:610px) and (max-width:960px) {
    .footer .lvl1{/*min-height: 120px;*/min-height: 60px;}
    /* .header .lvl1 .link-email,.header .lvl1 .link-phone{
        position: inherit;
        float: right;
    } */
    .footer .lvl1 .col4{
        width: 250px;
        padding-bottom: 20px;
        text-align: center;
        margin-left:-20px;
    }
    .footer .lvl1 .col4 span{padding-bottom:10px;}
}
.docs{word-break: break-word;}
@media screen and (max-width:660px){
    .header .lvl1 .col4 .btn{display:none;}
}
@media screen and (max-width:700px){
    .form-question .mf-captcha,
    .contacts .mf-captcha{text-align:center;}
    .form-question .mf-captcha img,
    .contacts .mf-captcha img{display:block;float:none !important;margin:7px auto 0 !important;}
    .form-question .mf-captcha input,
    .contacts .mf-captcha input{display:block;float:none !important;margin:9px auto 0px !important;width:132px !important;}
    .md-align-center{text-align:center;}
    .md-align-center{margin-top:20px !important;}
}

@media screen and (max-width:769px) {
    .slide .items>div{width:32.4%;height:350px;}
    .slide .items>div:nth-child(4n){margin-right:0;}
    .slide .items>div:nth-child(5n){margin-right: .5%;}
    .header .lvl2 .col1 {width: 94%;}
    .header .lvl3 input[type="text"] {width: 58%;}
    .header .lvl3 form > div {width: 61%;}
    .title2 {font-size: 36px; line-height: 36px;}
    /* .header .lvl1 {padding: 15px 0;} */
    .slider1 .btn {margin-bottom: 12px;}
    .blocks1 .in-row > a {margin-right: 0; width: 100%; margin-bottom: 20px;}
    .blocks1 .in-row > a:last-child {margin-bottom: 0;}
    .blocks1 p {min-height: auto;}
    .blocks2 > a {width: 46%;}
    .blocks2 .no-margin {margin-right: 1.5% !important;}
    .cons .col1 {/*width: 50%;*/width: 100%; margin: 0 0 14px;}
    .slide .cons .col1{width:100%;}
    .projects .owl-prev {left: -25px;}
    .projects .owl-next {right: -25px;}
    .cols1 > div {width: 100%;}
    .cols1>.col1 {margin: 0 0 30px;}
    .cols2 > .col2 {width: 60%;}
    .cols2>.col1{width:38%;max-width:inherit;min-width:inherit;}
    .cols4 > .col2 {width: 54%; margin-left: 5%;}
    .cols4 > .col1 {width: 40%;}
    .cols5 > .col1 input[type="text"] {width: 86% !important; padding: 0 2% 0 12% !important;}
    .blocks8.blocks8-view1 > div {width: 96%; margin: 0 0 30px !important;}
    .cons-small {width:78%/* 80%;*/}
    .header .lvl2 .btn {/* display: none !important; */}

    .card-gallery {width: 100%; margin-right: 0;}
    .card-main {width: 100%;}
    .card-wrap > .col3>div {width: 100%; margin-right: 0;}
    .tabs ul li a{box-sizing:border-box;height:32px;line-height:32px;width:100%;}
    .tabs ul li{display:block;}

}
@media screen and (min-width:655px) {
    .fixed_side_bar {  position: fixed; top: 80px;}
}
@media screen and (max-width:655px) {
    .items {text-align: center;}
    .items>div {text-align: left;}
    .cols2 > div {width: 96% !important;padding:0 2%;}
    .cols2 > .col2 {padding: 0;}
    .ms-thumb-list {display: block !important; opacity: 1 !important;}
    .blocks6 > div {width: 48%;}
    .cols2 > .col1 .toogle-main {display: none;}
    .toogle-main-2.opened {height: 0; padding-top: 0; padding-bottom: 0;}
    .toogle-main-2 {height: auto; padding-top: 17px; padding-bottom: 17px;}
    .cols2 > .col1 .border2 .toogle .opened .toogle-title span::after, .border2 .toogle2 .toogle-title-2.opened span::after {transform: rotate(0deg);}
    .cols2 > .col1 .border2 .toogle .toogle-title span::after, .border2 .toogle2 .toogle-title-2 span::after {transform: rotate(90deg);}
    .cols4 > div {width: 100% !important;}
    .map {width: 90%;}
    .cols4 > .col2 {margin: 0;}
    .cols5 > .col1 input[type="text"] {width: 89% !important; padding: 0 2% 0 9% !important;}
    .cols2 > .col2.catalog-v2 {width: 100% !important;}
    .blocks8>div img {max-width: 95%;}
    .cons-small {width: 90%; padding-left: 5%; padding-right: 5%;}
    .cols2>.col1 .border, .cols2>.col1 .border2 {height: 0; border: 0; overflow:hidden;}
    .cols2>.col1 .border.opened, .cols2>.col1 .border2.opened {height: auto; border: 1px solid #ccc;}
    .open-toogle, .open-toogle2 {display: block; margin-bottom: 20px; cursor: pointer;   background: #ccc; text-transform: uppercase; color: #fff; text-decoration: none; text-align: center; height: 40px; line-height: 40px;}
    .cols2 .border {margin-bottom: 0;}
    .cols2 .border.opened, .cols2 .border2.opened {margin-bottom: 30px;}
    .cols2>.col1 {display: block; margin: 0 auto 30px;}
    .blocks4.blocks4-view1>div {width: 45%; margin-right: 2.1% !important;}
    .toogle-title-2.opened:after {transform: rotate(0deg);}
    .toogle-title-2:after {transform: rotate(90deg);}
    .__web-inspector-hide-shortcut__{visibility:visible!important;}
}
@media screen and (min-width:610px) and (max-width:655px) {
    .header .lvl1 .col2{display:none;}
}
@media screen and (max-width:610px) {
    #feedback-contacts .cols5>.col1{margin-right:0}
    .advantages > .in-row-mid > div {margin-right: 0; width: 100%;}
    .advantages > .in-row-mid > div:last-child {margin-bottom: 0;}
    .blocks3 > a {width: 95%;}
    .map-view {display: none;}
    .map .block {width: 300px;}
    .footer .lvl1 {text-align: center; padding: 25px 0;}
    .footer .lvl1 .col1 {display: none;}
    .footer .lvl1 .col2 {display: block; position: static;}
    .footer .link-email, .footer .link-phone {position: relative !important; right: auto !important; top: auto !important;}
    .footer .link-phone {padding-left: 33px;}
    .footer .lvl1 .col2 {margin: 25px 0 13px;}
    .footer .link-phone::before {left: 0;}
    .footer .lvl1 .col4 span {display: block; margin-bottom: 8px;width:100%;}
    .footer .lvl1 .inner>div {display: block;margin: 0 auto 10px;width:100%;}
    .footer .lvl1 .col3 {padding: 0px 0 20px;}
    .footer .lvl1 .inner {display: table;}
    .popup-wrap1 {max-width: 75%; padding-left: 7%; padding-right: 7%;}
    .inner {
        padding: 0 10px;
    }
    .pt0 .inner{padding:0 20px;}
    .pt1 .inner{padding:0;}
    .items>div>div{padding: 38px 12px 0!important;}
    .top .col2{display:none;}
}
@media screen and (min-width:380px) and (max-width:565px) {
    .slide .items>div{
        margin-right: 1%;
        width: 48%;
        margin-bottom: 70px;
    }
}
@media screen and (max-width:379px){
    .items>div>div{padding-left:5px;padding-right:5px;}
    .slide .blocks3{text-align:center;}
    .slide .items>div {
        margin-right: 1%;
        width: 48%;
        margin-bottom: 30px!important;
        height:auto;
    }
}
@media screen and (min-width:501px) and (max-width:540px) {
    .header .lvl2 .mob-nav-btn{width:100%;padding: 20px 0px;text-indent: 50px;}
}
@media screen and (max-width:540px) {
    .cons{padding:30px 15px;}
    .cons .popupbtn_1{float:none;}
    .header .lvl3 input[type="text"]{margin-top:-7px}
    .header.default .lvl2 .search-block{display:none;}
    .in-row-mid123{
        float: right;
        margin-left: 7px;
        margin-right: 5px;

    }
    .wrapper .header-block{min-height:150px;}
    .blocks2{margin:0 0 -50px;padding:80px 0;text-align:center;}
    .cols1>.col2 .title5{line-height:1;margin-bottom:45px;}
    .header .lvl2 .flr{display:none;}
    .header .lvl2 .col1 > ul > li{display:block;}
    .header .lvl2 .col1 > ul > li > ul{border-left:0;box-shadow:none;position:static;}
    .header .lvl2 .col1 > ul > li ul ul{display:none;position:static;}
    .header.top{position:static;}
    .wrapper{padding-top:0;}
    .header .lvl1 .col1{font-size:10px;line-height:12px;margin-right:-9px;margin-top:-4px;}
    .header .lvl1 .col1 img{width:130px;}
    .link-phone{font-size:14px;}
    .link-email::before, .link-phone::before{}
    .header .lvl1{padding:25px 0;}
    .header .lvl1 .link-email{right:29px;top:-9px; padding-bottom: 30px;}
    .header .lvl1 .link-phone{top:23px;}
    .header .lvl2 .inner{padding:0;}
    .header .lvl2{background:#f0f0f0;}
    .header .lvl2 .col1{width:100%;}
    .header .lvl2 .col1 > ul > li{padding:0 18px !important;}
    .header .lvl2 .col1 > ul > li > a{border-bottom:1px solid #cbcbcb;font-size:16px;padding:12px 0;text-transform:none; font-weight:bold;}
    .header .lvl2 .col1 > ul > li > a::before{display:none;}
    .header .lvl2 .col1 > ul > li:last-child>a{border-bottom:0;}
    .header .lvl2 .col1 > ul > li ul li a{margin:0 0 0 18px;}
    .header .lvl2 .col1 > ul > li:hover>ul{display:none;}
    .opened>.mob-nav-btn::after{transform:rotate(90deg);}
    .toogle-block-title2 span:after{color:#666;content:">";font-family:calibri;font-size:14.5px;font-weight:300;margin:0 0 0 5px;opacity:.8;position:absolute;right:9px;top:11px;}
    .toogle-block-title2 span:after{color:#666;content:">";font-family:calibri;font-size:14.5px;font-weight:300;margin:0 0 0 5px;opacity:.8;position:absolute;right:9px;top:11px;}
    .opened>.toogle-block-title2:after{color:#113567;transform:rotate(90deg);}
    .opened>.toogle-block-title2{color:#59ACE9 !important;}
    .header .lvl2 .arrow > a::after{right:10px;}
    .header .lvl2 a{cursor:pointer;}
    .header .lvl3{display:block;opacity:1;position:static;text-align:center;}
    .header .lvl3 span, .header .lvl3 .close{display:none;}
    .header .lvl3 form > div{margin:0;width:100%;}
    .blocks2 > a{margin-bottom:120px !important;width:97%;}
    .blocks2 > a:last-child{margin-bottom:0 !important;}
    .btn3{width:130px;}
    .map .block{min-width:auto;width:100%;}
    .footer .lvl2{background:#fff;text-align:center;}
    .footer .lvl2 .col1 > ul > li > a{border:0;font-family:"Gravity-Bold";font-size:14px;margin:11px 0;padding:0;text-transform:uppercase;}
    .footer .lvl2 .col1 > ul > li > a:hover{color:#113567;}
    .header .lvl2 .col1{display:none;padding:10px 0;}
    .footer .link-email::before, .footer .link-phone::before{transform:scale(1);}
    .footer .link-phone{font-size:21px;}
    .title{font-size:31px;line-height:31px;}
    .docs > div{width:100%;}
    .input-name{padding-left:16% !important;width:82% !important;}
    .banners1 .clearfix > a{display:inline-block;float:none;margin-bottom:15px;width:100%;}
    .cols5 > .col1 input[type="text"]{padding:0 2% 0 14% !important;width:84%!important;}
    #feedback-contacts .cols5 > .col1 input[type="text"]{width:89%!important;}
    .contcats-lvl2 table tr td:first-child{font-size:16px;width:40%;}
    .contcats-lvl2 table tr td:last-child{width:45%;}
    .blocks7 > div{margin:0 0 20px;width:94%;}
    .popup-wrap1 p br{display:none;}
    .header .lvl2 .mob-nav-btn{display:block;}
    .slider1{height:auto;padding-bottom:15px;}
    .slider1 li .inner .in-row{text-align:center;}
    .slider1 .bx-viewport li{background-size:cover !important;padding:15px 0;}
    .slider1 .btn, .slider1 .btn2{margin:0 0 15px;padding:0 10px;width:auto;}
    .slider1 .title1{font-size:18px;}
    .slider1 p{font-size:14px;margin:0 0 10px;}
    .slider1 .title2{font-size:24px;line-height:1;margin:10px 0 13px;}
    .blocks6 .block{text-align:center;}
    .blocks4.blocks4-view1>div{width:98%;}
    .slide .blocks4>div{width:98%;}

    .map .block ul span{
        width: 23%;
    }
}

@media screen and (min-width:500px) {
    .header .lvl2 .toogle-block2 {display: block;}
    .header.default .lvl2 .col1 {/*display: block !important;*/}
    /*.header.default .lvl2 .col1>ul>li.arrow>a:after {display: none;}*/
    .header.fixed .lvl2 {border-top: 0;}
    .header.fixed .lvl2 .col1 {position: absolute; top: 62px; background: #f0f0f0; width: 230px;}
    .header.fixed .lvl2 .col1>ul>li {display: block; padding: 0 15px;}
    .header.fixed .lvl2 .col1>ul>li>a {font-size: 16px; cursor: pointer; font-family: "Gravity-Bold"; text-transform: none; padding: 12px 0; border-bottom: 1px solid #cccccc;}
    .header.fixed .lvl2 .col1>ul>li:last-child>a {border-bottom: 0;}
    .header.fixed .lvl2 .col1>ul {border-left: 1px solid #113567; box-shadow: 2px 2px 3px 0 rgba(0,0,0,.3)}
    .header.fixed .lvl2 .col1>ul>li>ul {left: 229px; top: 0;}
    .header.fixed .lvl2 .col1>ul>li>a:before {display: none;}
    .header.fixed .lvl2 .col1 {display: none;}
    .header.fixed .lvl2 .search-block {display: inline-block;}
    .header.fixed .lvl2 .mob-nav-btn {display: inline-block; vertical-align: top;}
    .top.fixed .lvl1, .top.fixed .lvl0 {display: none;}

}
@media screen and (min-width:1100px)  {
    .header.fixed2 .lvl2 .col1 > ul > li.arrow > a span { display: none; }
}
@media screen and (min-width:540px) and (max-width:769px)  {
    .slide .cons .popupbtn_1{float:left;}
}
@media screen and (min-width:540px) and (max-width:630px)  {
    .header.fixed .lvl2 .btn{display:none;}
}
@media screen and (min-width:500px) and (max-width:1150px)  {

    .header.fixed2 .lvl2 {border-top: 0;}
    .header.fixed2 .lvl2 .col1 {position: absolute; left: 90px; top: 62px; background: #f0f0f0; width: 230px;}
    .header.fixed2 .lvl2 .col1>ul>li {display: block; padding: 0 15px;}
    .header.fixed2 .lvl2 .col1>ul>li>a {font-size: 16px; cursor: pointer; font-family: "Gravity-Bold"; text-transform: none; padding: 12px 0; border-bottom: 1px solid #cccccc;}
    .header.fixed2 .lvl2 .col1>ul>li:last-child>a {border-bottom: 0;}
    .header.fixed2 .lvl2 .col1>ul {border-left: 1px solid #113567; box-shadow: 2px 2px 3px 0 rgba(0,0,0,.3)}
    .header.fixed2 .lvl2 .col1>ul>li>ul {left: 229px; top: 0;}
    .header.fixed2 .lvl2 .col1>ul>li>a:before {display: none;}
    .header.fixed2 .lvl2 .col1 {display: none;}
    .header.fixed2 .lvl2 .search-block {display: inline-block;}
    .header.fixed2 .lvl2 .mob-nav-btn {display: inline-block; vertical-align: top;}
    .top.fixed2 .lvl1, .top.fixed2 .lvl0 {display: none;}
}

@media screen and (max-width:400px) {
    .header .lvl3 input[type="submit"]{margin-right: 0;}
    .cols2 > .col1 {max-width: 100%;}
    .blocks6 > div {width: 100%; padding: 0;}
    .blocks6 > div .hid {text-align: center;}
    .ms-thumb-frame {margin: 0 2px !important;}
    .slide .items>div{ margin-bottom: 70px;}
}

/* Example wrapper */
.wrap{margin:3em 0;position:relative;}

/* Frame */
.frame{overflow:hidden;padding:10px;}
.frame .items>div:hover .item-more{display:none;}
.frame ul{list-style:none;}
.frame ul li{float:left;height:100%;margin-right:11px;}
.frame .blocks4>div{padding:15px 15.5px 23px;width:245px;}

/* Scrollbar */
.scrollbar{background:#ccc;height:2px;line-height:0;margin:0 0 1em 0;}
.scrollbar .handle{background:#113567;border-radius:4px;cursor:pointer;height:100%;height:4px;position:relative;top:-1px;width:100px;}
.scrollbar .handle .mousearea{height:20px;left:0;position:absolute;top:-9px;width:100%;}

/* Pages */
.pages{list-style:none;margin:20px 0;padding:0;text-align:center;}
.pages li{background:#fff;border-radius:10px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2);cursor:pointer;display:inline-block;height:14px;margin:0 4px;overflow:hidden;text-indent:-999px;width:14px;}
.pages li:hover{background:#aaa;}
.pages li.active{background:#666;}
.page p{margin-bottom:10px;}

/* Controls */

/* One Item Per Frame example*/
.oneperframe { height: 300px; line-height: 300px; }
.oneperframe ul li { width: 1140px; }
.oneperframe ul li.active { background: #333; }

/* Crazy example */
.crazy ul li:nth-child(2n) { width: 100px; margin: 0 4px 0 20px; }
.crazy ul li:nth-child(3n) { width: 300px; margin: 0 10px 0 5px; }
.crazy ul li:nth-child(4n) { width: 400px; margin: 0 30px 0 2px; }

.irs{display:block;khtml-user-select:none;moz-user-select:none;ms-user-select:none;position:relative;user-select:none;webkit-touch-callout:none;webkit-user-select:none;width:202px;}
.irs-line{display:block;outline:none !important;overflow:hidden;position:relative;width:230px;}
.irs-line-left, .irs-line-mid, .irs-line-right{display:block;position:absolute;top:0;}
.irs-line-mid{left:0px;width:202px;}
.irs-bar{display:block;left:0;position:absolute;width:0;}
.irs-bar-edge{display:block;left:0;position:absolute;top:0;}
.irs-shadow{display:none;left:0;position:absolute;width:0;}
.irs-slider{cursor:pointer;display:block;position:absolute;z-index:1;}
.irs-slider.single{}
.irs-slider.from{}
.irs-slider.to{}
.irs-slider.type_last{z-index:2;}
.irs-min{cursor:default;display:block;left:0;position:absolute;}
.irs-max{cursor:default;display:block;position:absolute;right:0;}
.irs-from, .irs-to, .irs-single{cursor:default;display:block;left:0;position:absolute;top:0;white-space:nowrap;}
.irs-single:after, .irs-to:after, .irs-from:after{display:none !important;}
.irs-to, .irs-single, .irs-from{background:#fff !important;color:#333 !important;font-size:14px !important;height:29px;line-height:30px !important;width:55px;}
.irs-grid{bottom:8px;display:none;height:20px;left:0;position:absolute;width:100%;}
.irs-with-grid .irs-grid{display:block;}
.irs-grid-pol{background:#000;height:8px;left:0;position:absolute;top:0;width:1px;}
.irs-grid-pol.small{height:4px;}
.irs-grid-text{bottom:0;color:#000;font-size:9px;left:0;line-height:9px;padding:0 3px;position:absolute;text-align:center;white-space:nowrap;}
.irs-disable-mask{background:rgba(0,0,0,0.0);cursor:default;display:block;height:100%;left:-1%;position:absolute;top:0;width:102%;z-index:2;}
.irs-disabled{opacity:0.4;}
.lt-ie9 .irs-disabled{filter:alpha(opacity=40);}
.irs-hidden-input{background:none !important;border-color:transparent !important;border-style:solid !important;display:block !important;font-size:0 !important;height:0 !important;left:0 !important;line-height:0 !important;margin:0 !important;outline:none !important;padding:0 !important;position:absolute !important;top:0 !important;width:0 !important;z-index:-9999 !important;}
.irs{height:40px;}
.irs-with-grid{height:60px;}
.irs-line{height:12px;top:25px;}
.irs-line-left{background:#ccc;display:none;height:12px;}
.irs-line-mid{background:#ccc;height:6px;}
.irs-line-right{background:#ccc;height:12px;}
.irs-bar{background:#113567;height:6px;top:25px;}
.irs-bar-edge{height:12px;top:25px;width:9px;}
.irs-shadow{background:#000;height:3px;opacity:0.25;top:34px;}
.lt-ie9 .irs-shadow{filter:alpha(opacity=25);}
.irs-slider{background:#fff;border:4px solid #000;border-radius:100%;height:3px;top:22px;width:3px;}
.irs-min, .irs-max{display:none;}
.irs-min, .irs-max{background:#e1e4e9;border-radius:4px;color:#999;font-size:10px;line-height:1.333;moz-border-radius:4px;padding:1px 3px;text-shadow:none;top:0;}
.irs-from, .irs-to, .irs-single{border:1px solid #ccc;color:#fff;padding:0 8px;text-shadow:none;}
.irs-from:after, .irs-to:after, .irs-single:after{border:3px solid transparent;border-top-color:#113567;bottom:-6px;content:"";display:block;height:0;left:50%;margin-left:-3px;overflow:hidden;position:absolute;width:0;}
.irs-grid-pol{background:#e1e4e9;}
.irs-grid-text{color:#999;}
.irs-disabled{}

/* news */
.news .item{margin-bottom:40px;overflow:hidden;}
.news .item .image_block{border:1px solid #d3d3d3;border-radius:6px;float:left;height:189px;margin-right:30px;width:280px;}
.news .item .image_block a{display:table-cell;height:188px;text-align:center;vertical-align:middle;width:280px;}
.news .item .image_block img{height:auto;max-width:280px;width:auto;}
.news .item .text_block{}
.news .item .text_block a{color:#333;font-size:18px;line-height:20px;margin-bottom:15px;text-transform:uppercase;}
.news .item .text_block .data{color:#999;font-size:13px;line-height:15px;margin-bottom:15px;margin-top: 10px;}
.news .item .text_block p{color:#333;font-size:14px;line-height:22px;}
.news .item:hover .image_block{border-color:#113567;}
.news .item:hover .text_block a{color:#113567;}

/* articles */
.articles{}
.articles .desq{color:#333;font-size:13px;line-height:19px;margin-bottom:28px;}
.articles .desq p{margin-bottom:10px;}
.articles .item{margin-bottom:50px;}
.articles .item .image_block{border:3px solid #fff;border-radius:50%;float:left;height:180px;margin-right:36px;width:180px;}
.articles .item .image_block img{border-radius:50%;height:180px;width:180px;}
.articles .item:hover .image_block{border-color:#113567;}
.articles .item .text_block{border-bottom:1px solid #edeaea;min-height:175px;padding-top:45px;}
.articles .item .text_block a{color:#333;font-size:16px;line-height:17px;margin-bottom:20px;}
.articles .item:hover .text_block a{color:#113567;}
.articles .item .text_block p{font-size:14px;line-height:19px;margin-top:10px;}
.articles .item .text_block a.more{color:#999;display:inline-block;font-size:14px;line-height:16px;margin-top:17px;padding-right:16px;position:relative;text-decoration:none;vertical-align:top;}
.articles .item .text_block a.more:after{background:url(/bitrix/templates/innet_corp4_6_s1/css/../img/catalog_pagination_arrows.png) no-repeat top right;content:'';display:block;height:10px;position:absolute;right:0px;top:4px;width:8px;}
.articles .item:hover .text_block a.more:after{background-position:right bottom;}
.articles .item:hover .text_block a.more{color:#113567;}

/*gallery*/
/*.header-block{min-height:227px;}*/
.header-block{min-height:182px;}
.gallery-owl{margin:10px 0 25px !important;text-align:center;}
.gallery-owl .owl-nav{position:static;}
.gallery-owl .owl-next{background:#fff;right:5px;}
.gallery-owl .owl-prev{background:#fff;left:5px;}
.gallery-owl .owl-nav>div{margin:-20px 0 0;top:50%;}
.gallery-owl .item{padding:0 5px;text-align:center;}
.services .cols3>.col2{display:block;position:relative;vertical-align:top;width:auto;}
.services .cols3>.col1{display:inline-block;float:left;margin-right:2%;position:relative;vertical-align:top;width:52%;z-index:2;}
.inner-content{margin-bottom:95px;overflow:hidden;}
fieldset{border:none;}
.list-questions{list-style:none;margin:0;outline:none;overflow:hidden;padding:0;}
.list-questions li{margin-bottom:20px;}
.list-questions .question-js{border:1px solid #113567;color:#113567;cursor:pointer;font-size:21px;margin-bottom:0px;padding:17px 25px;position:relative;}
.list-questions .question-js:after{background:url("/bitrix/templates/innet_corp4_6_s1/css/../images/content/triagle_question.png") no-repeat bottom;content:'';display:block;height:10px;position:absolute;right:25px;top:30px;width:16px;}
.list-questions .question-js.active:after{background-position:top;}
.list-questions .question-js:hover{border-color:#113567;}
.question-js span{border-bottom:1px dashed #113567;line-height:1.3;margin-right:25px;}
.list-questions li p{background:#495061;color:#fff;display:none;font-size:18px;line-height:1.7;margin:20px 0 0;padding:30px;position:relative;}
.list-questions li p:before{border-bottom:10px solid #495061;border-left:10px solid transparent;border-right:10px solid transparent;content:'';display:block;height:0;left:30px;position:absolute;top:-10px;width:0;}
.form-question{margin-bottom:75px;overflow:hidden;}
.form-question legend{display:block;font-size:20px;font-weight:600;margin-bottom:25px;text-transform:uppercase;}
.form-question .wrap-input{margin-bottom:30px;overflow:hidden;}
.form-question .wrap-input label{border:1px solid #ccc;box-sizing:border-box;float:left;moz-box-sizing:border-box;padding:12px 15px;position:relative;webkit-box-sizing:border-box;width:48%;}
.form-question .wrap-input .text-input{margin-right:4%;}
.form-question .wrap-input .email:after{content:'';display:block;height:18px;position:absolute;right:15px;top:12px;width:17px;}
.form-question .wrap-input input{border:none;font-size:12px;height:auto;width:100%;}
.form-question .wrap-input input:focus{border-color:#acacac;}
.form-question textarea{border:1px solid #ccc;box-sizing:border-box !important;display:block;font-size:12px;height:200px;margin-bottom:30px;moz-box-sizing:border-box;padding:15px;resize:none;text-transform:uppercase;webkit-box-sizing:border-box;width:100%;}
.form-question input[type="text"]{
    box-sizing:border-box !important; margin:0 0 20px; padding:0 20px;width:320px;
}
.form-question .mf-captcha input[type="text"] {
    margin: 7px 0 0px;
}

.form-question textarea{box-sizing:border-box;margin:0 0 20px;padding:20px;text-transform:none;width:100%;}
.question-form-group{display:inline-block;width:100%;}
.form-question input.question-input{float:left;width:49%;}
.form-question input.question-input:first-child{margin-right:2%;}
.form-question textarea:focus{border-color:#113567;}
.form-question input[type="text"]:focus, textarea:focus{border-color:#59ACE9 !important;}

/* partners */
.partners{}
.partners .desq{color:#333;font-size:13px;line-height:19px;margin-bottom:28px;}
.partners .desq p{margin-bottom:10px;}
.partners .item{margin-bottom:50px;}
.partners .item .image_block{align-items:center;border:3px solid #fff;border-radius:50%;display:flex;float:left;height:180px;justify-content:center;margin-right:36px;width:180px;}
.partners .item .image_block img{width:180px;}
.partners .item:hover .image_block{border-color:#113567;}
.partners .item .text_block{border-bottom:1px solid #edeaea;min-height:175px;padding-top:45px;}
.partners .item .text_block a{color:#333;font-size:16px;line-height:17px;margin-bottom:20px;}
.partners .item:hover .text_block a{color:#113567;}
.partners .item .text_block p{font-size:14px;line-height:19px;margin-top:10px;}
.partners .item .text_block a.more{color:#999;display:inline-block;font-size:14px;line-height:16px;margin-top:17px;padding-right:16px;position:relative;text-decoration:none;vertical-align:top;}
.partners .item .text_block a.more:after{background:url(/bitrix/templates/innet_corp4_6_s1/css/../img/catalog_pagination_arrows.png) no-repeat top right;content:'';display:block;height:10px;position:absolute;right:0px;top:4px;width:8px;}
.partners .item:hover .text_block a.more:after{background-position:right bottom;}
.partners .item:hover .text_block a.more{color:#113567;}


/*lvl0 top menu*/
.header .lvl0{background:#fff;border-bottom:1px solid #e0e0e0;padding:12.5px 0;z-index:110;}
.container{margin:0 auto;max-width:1170px;position:relative;}
.header .lvl0 .container>div{display:inline-block;vertical-align:middle;}
.header .lvl0 .pull-left span{color:#7f9bc8;display:none;margin:-12.5px 0 -12.5px -10px;padding:12.5px 10px 12.5px 37px;position:relative;text-decoration:underline;}
.header .lvl0 .pull-left a{border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;color:#313131;font-family:"Gravity-Bold";padding:15px 10px;position:relative;text-decoration:none;vertical-align:middle;}
.header .lvl0 .pull-left a:hover{text-decoration:underline;}
.header .lvl0 .pull-left .adress:before{background:url(../../images/one_sprite.png) -364px -118px; content:'';display:inline-block;height:18px;margin-right:10px;vertical-align:middle;width:13px;}
.header .lvl0 .pull-left .menu-map:before{background:url(../../images/one_sprite.png) -364px -136px; content:'';display:inline-block;height:18px;margin-right:10px;vertical-align:middle;width:13px;}
.header .lvl0 .pull-left .backcall:before{background:url(../../images/one_sprite.png) -364px -84px; content:'';display:inline-block;height:17px;margin-right:10px;vertical-align:middle;width:15px;}
.header .lvl0 .pull-left a:nth-child(2n){border:none;}
.header .lvl1 .container>div{display:inline-block;vertical-align:middle;}
.pull-right{float:right;}
.lc{position:relative;}
.lc:hover ul{display:block;}
.lc>div:before{background:url(../../images/one_sprite.png) no-repeat 6px -222px;content:"";height:30px;left:7px;position:absolute;top:6px;width:30px;}
.lc>div:hover:before{background:url(../../images/one_sprite.png) no-repeat 6px -255px;}
.lc>div:after{border:4px solid transparent;border-top:4px solid #59ACE9 !important;content:"";position:absolute;right:8px;top:18px;}
.lc>div{color:#333333;display:block;margin:-10px 0 -12px;padding:11px 22px 11px 44px;position:relative;text-decoration:underline;}
.lc>div:hover{color:#113567;}
.lc>div:before{content:"";height:30px;left:7px;position:absolute;top:6px;width:30px;}
.lc>div:after{border:4px solid transparent;border-top:4px solid #4470b2;content:"";position:absolute;right:8px;top:18px;}
.lc ul{background:#fff;border-top:1px solid #e1e1e1;box-shadow:0 2.5px 12px 0 rgba(0,0,0,.13);display:none;left:0;list-style:none;position:absolute;top:41px;width:100%;z-index:150;}
.lc li{border-bottom:1px solid #f4f4f4;margin:0 10px;padding:6px 0;}
.lc li a{display:block;position:relative;text-decoration:none;}
.lc li a:hover{color:#113567;}
.lc li a span{background:#f4f4f4;border-radius:100%;color:#2d2d2d;font-size:11px;min-width:15px;padding:0px 3px;position:absolute;right:0;text-align:center;top:0px;}
.header .lvl0 .pull-left span{background:none;color:#a0a0a0;display:none;margin:-12.5px 0 -12.5px -10px;padding:12.5px 10px 12.5px 37px;position:relative;text-decoration:underline;}
.header .lvl0 .pull-left span.active_menu{background:#113567;color:#fff;text-decoration:none;}
@media (min-width: 980px) {
    .header .lvl0 .pull-left span:hover{background:#113567;color:#fff;text-decoration:none;}
    .header .lvl0 .pull-left span:hover:before{background-position:-220px -56px;}
}
.header .lvl0 .pull-left span.active_menu:before{background-position:-220px -56px;}
.header .lvl0 .pull-left span:before{background:url(../../images/one_sprite.png) no-repeat -220px -73px;content:"";height:12px;left:18px;position:absolute;top:17px;width:17px;}
.fixed-menu .on-click span{background:#113567;border-radius:50%;color:#fff;cursor:pointer;display:inline-block;font-size:12px;height:19px;line-height:18px;position:absolute;right:8px;text-align:center;top:10px;width:19px;}
@media (min-width: 1199px) {
    .header .lvl0 .pull-left.showmenu .menu{display:block !important;}
}
@media (max-width: 1010px) {
    .cols5 > .col1 input[type="text"], .input-email,.input-name,.input-phone{padding-left:3%!important;background:none;}
}
@media (max-width: 970px) {
    .cols2 > .col2 {width: 60%;}
    .cols2>.col1{width:38%;max-width:inherit;min-width:inherit;}
    .fixed-menu{display:none !important;}
}
@media (max-width: 1199px) {
    .header .lvl0 .pull-left span{display:block;}
    .header .lvl0 .pull-left div{background:#fff;border-top:1px solid #e1e1e1;display:none;left:0;position:absolute;top:30px;width:100%;z-index:160;}
    .header .lvl0 .pull-left div a{border:none;border-bottom:1px solid #e1e1e1 !important;display:block;margin:0 10px;padding:8px 9px;}
    .header .lvl0 .pull-left{cursor:pointer;}
    .header .lvl0 .pull-left .menu{box-shadow:0px 3px 11px rgb(0,0,0);}
    .header .lvl0 .pull-left a:nth-child(2n){border-bottom:1px solid #e1e1e1;}
}

/*lvl 0 login_block*/
.login_block{}
.login_block .login_link{border-right:1px solid #e5e5e5;margin:0 7px 0 2px;padding-right:9px;}
.login_block .login_link img{display:inline-block;margin:0 5px 0 0px;position:relative;top:1px;vertical-align:initial;}
.login_block .register_link{}
.text-center{text-align:center !important;}

/*fixed buttons*/
.fixed-menu{position:fixed;right:-2px;top:200px;z-index:999;}
.fixed-menu .on-click{display:inline-block;float:left;}
.fixed-menu .on-click a{background:#ffffff;border-bottom:1px solid #575757;border-bottom-left-radius:3px;border-left:1px solid #575757;border-top:1px solid #575757;border-top-left-radius:3px;display:block;margin-bottom:5px;overflow:hidden;padding:22px 20px 18px;position:relative;right:-1px;top:0;z-index:1;}
.on-click a:hover, .on-click a.active{border-bottom:1px solid #113567;border-left:1px solid #113567;border-top:1px solid #113567;z-index:3;}
.fixed-menu .fixed-basket{background:#ffffff;border-bottom:1px solid #113567;border-bottom-left-radius:3px;border-left:1px solid #113567;border-top:1px solid #113567;box-sizing:border-box;display:none;float:left;padding:0;position:relative;top:0;transition:all 0.3s;width:0px;z-index:2;}
.fixed-menu .fixed-catalog{display:inline-block;}

/*basket_window*/
#basket_window{}
#basket_window table{border-collapse:collapse;text-align:center;width:100%;}
#basket_window table td{color:#000;padding:10px 0;text-align:center;}
#basket_window thead{background-color:#f2f2f2;}
#basket_window thead tr{}
#basket_window thead tr td{}
#basket_window tbody{}
#basket_window tbody tr{border-bottom:1px solid #e5e5e5;padding-bottom:35px;}
#basket_window tbody tr td{}
#basket_window table tbody td .old-pr{color:#a9a9a9;font-size:12px;text-decoration:line-through;}
#basket_window table tbody td .new-pr{color:#113567;font-size:18px;}
#basket_window .controls{display:inline-block;margin-top:20px;width:100%;}
#basket_window .controls .gray-btn{position: relative;border:1px solid #cbcbcb;border-radius:4px;box-sizing:border-box;display:inline-block;float:left;font-family:"Gravity-Bold";font-size:13px;padding:8px 5px;text-align:center;text-decoration:none;text-transform:uppercase;width:49%;}
#basket_window .controls .gray-btn:hover{background-color:#cbcbcb;}
#basket_window .controls .orange-btn{background:#113567;border:1px solid #113567;border-radius:4px;box-sizing:border-box;color:#fff;display:inline-block;float:right;font-family:"Gravity-Bold";font-size:13px;padding:8px 5px;text-align:center;text-decoration:none;text-transform:uppercase;width:49%;}
#basket_window .controls .orange-btn:hover{background:#fff;border:1px solid #113567;color:#113567;}



@media screen and (min-width:440px) and (max-width:655px) {
    .blocks8.blocks8-view1 > div{width: 43%;}
}


@media (max-width: 890px){
    .image_block {float:none !important;margin:0 auto !important;margin-bottom:15px !important;}
    .text_block {float:none !important;height:auto !important; text-align: center;}
    .partners .item .text_block{padding-top:10px;}.partners .item{margin-bottom:20px;}
}
@media (min-width: 1150px){
    .header .inner .col4{margin:11px 0 0;margin-left:30px;}
    .footer .inner .col4{float:right;margin:17px 0 0;}
}

@font-face {
    font-family: 'Gravity-BoldItalic';
    src: url('/bitrix/templates/innet_corp4_6_s1/css/../fonts/Gravity-BoldItalic.eot?#iefix') format('embedded-opentype'),  url('/bitrix/templates/innet_corp4_6_s1/css/../fonts/Gravity-BoldItalic.woff') format('woff'), url('/bitrix/templates/innet_corp4_6_s1/css/../fonts/Gravity-BoldItalic.ttf')  format('truetype'), url('/bitrix/templates/innet_corp4_6_s1/css/../fonts/Gravity-BoldItalic.svg#Gravity-BoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*subscribe*/
.subscibe-form1{background:#f0f0f0;border:1px solid #d7d7d7;box-sizing:border-box;margin-bottom:50px;padding-bottom:30px;padding-left:30px;padding-right:30px;padding-top:24px;}
.subscibe-form1 *{box-sizing:border-box;}
.subscibe-form1 h3{font-family:"Gravity-Bold";font-size:24px;font-weight:600;line-height:26px;margin:0;margin-bottom:20px;text-transform:uppercase;}
.subscibe-form1 p{font-size:14px;line-height:22px;margin-bottom:28px;}
.subscibe-form1 .name-cont{border:1px solid #cccccc;border-radius:5px;float:left;margin-bottom:7px;margin-right:19px;overflow:hidden;position:relative;width:286px;}
.subscibe-form1 .name-cont input{border:0;height:40px;line-height:40px;padding-left:51px;width:100%;}
.subscibe-form1 .name-cont::after{background:url("/bitrix/templates/innet_corp4_6_s1/css/../images/subname.png") no-repeat;content:"";display:block;height:24px;left:14px;position:absolute;top:9px;width:24px;}
.subscibe-form1 .email-cont{border:1px solid #cccccc;border-radius:5px;float:left;margin-right:19px;overflow:hidden;position:relative;width:286px;}
.subscibe-form1 .email-cont input{border:0;height:40px;line-height:40px;padding-left:51px;width:100%;}
.subscibe-form1 .email-cont::after{background:url("/bitrix/templates/innet_corp4_6_s1/css/../images/submail.png") no-repeat;content:"";display:block;height:24px;left:14px;position:absolute;top:9px;width:24px;}
.subscibe-form1 .submit-cont{float:left;margin-top:7px;}
@media screen and (min-width:1170px){.subscibe-form1 .submit-cont{margin-top:0px;}
    .items>div{margin-right:0.9%;width:24%;}
}
.subscibe-form1 .submit-cont button{background:#113567;border:0;border-radius:5px;color:#fff;font-family:"Gravity-Bold";font-size:15px;font-weight:600;height:40px;letter-spacing:.7px;line-height:40px;min-width:150px;padding-left:22px;padding-right:22px;text-transform:uppercase;}


/*dealers*/
.right_part_dealers{float:right;width:50%;}
.staff_wrapp_dealers{float:left;width:50%;}
.staff_wrapp_dealers .items{display:none;}
#sidemap{margin-left:10px;margin-top:10px;}
.staff_wrapp_dealers .section{border:1px solid #e7e7e7;box-shadow:0 1px 2px #e7e7e7;margin-top:10px;moz-box-shadow:0 1px 2px #e7e7e7;o-box-shadow:0 1px 2px #e7e7e7;padding:10px;webkit-box-shadow:0 1px 2px #e7e7e7;}
.staff_wrapp_dealers .section .section_title{text-decoration:none;}
.staff_wrapp_dealers .section .icon i{background:url("/bitrix/templates/innet_corp4_6_s1/css/../images/arrows_big_old.png") -31px -64px no-repeat;background-color:rgb(238, 241, 241);cursor:pointer;display:inline;display:inline-block;height:30px;vertical-align:top;width:30px;zoom:1;}
.staff_wrapp_dealers .section .opened .icon i{background-position:0 -65px;}
.staff_wrapp_dealers .section .item_title{border-bottom:1px dotted #4682b4;color:#4682b4;cursor:pointer;font-family:"elektra_text_probold", Arial, Helvetica, sans-serif;font-size:16px;font-weight:600;line-height:30px;text-decoration:none;vertical-align:middle;}
.staff_wrapp_dealers .item{margin-top:20px;}
.staff_wrapp_dealers .item td{border-top:1px solid #e7e7e7;padding-bottom:10px;padding-top:10px;width:33%;}
.staff_wrapp_dealers .item tr:first-child{border:0;}
.staff_wrapp_dealers .item tr input[type=radio]{display:none;}
.staff_wrapp_dealers .item tr input[type=radio] + label .circle{background:#fff;border:2px solid #113567;border-radius:50%;display:block;display:inline-block;height:12px;margin-right:10px;margin-top:3px;position:relative;vertical-align:top;width:12px;}
.staff_wrapp_dealers .item label{cursor:pointer;display:block;width:200px;}
.staff_wrapp_dealers .item tr input[type=radio] + label .name{display:inline-block;height:30px;}
.staff_wrapp_dealers .item tr input[type=radio]:checked + label .circle:after{background:#4682b4;border-radius:3px;content:" ";display:block;height:6px;left:3px;position:absolute;top:3px;width:6px;}
.staff_wrapp_dealers .item tr{padding-bottom:10px;}
.staff_wrapp_dealers .section .pseudo{margin-left:15px;top:5px;}
.staff_wrapp_dealers .item .site{font-size:12px;margin-top:10px;}
.staff_wrapp_dealers .item .email{display:block;font-size:12px;width:211px;}
.staff_wrapp_dealers .item .phone{font-size:12px;}
.staff_wrapp_dealers td a{color:#0382b7;font-size:12px;}

.bx-filter .bx-ui-slider-handle.left{background:#fff;border:4px solid #000;border-radius:10px;box-sizing:content-box;height:3px;margin:-6px 0 0 -3px;top:50%;width:3px;}
.bx-filter .bx-ui-slider-range{z-index:99;}
.bx-filter .bx-ui-slider-part{display:none;}
.bx-filter .bx-ui-slider-handle.right{background:#fff;border:4px solid #000;border-radius:10px;box-sizing:content-box;height:3px;margin:-6px -3px 0 0px;top:50%;width:3px;}
.bx-filter .bx-ui-slider-track-container{padding-bottom:15px;padding-left:0;padding-right:0;padding-top:50px;}
.bx-filter .bx-ui-slider-pricebar-v{background:#113567;}
.bx-filter .bx-ui-slider-pricebar-vn{background:#cccccc;}
.bx-filter-container-modef{/* display:none; */}
.bx-filter-parameters-box-container{padding-bottom:0px;}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub{display:block;float:left;font-size:14px;font-style:normal;margin:6px 0 0;padding-bottom:5px;text-transform:lowercase;}
.bx-filter .bx-filter-input-container input, .bx-filter .bx-filter-input-container input{border-radius:0;float:left;height:30px;margin:0 4px 0 5px;text-align:center;/*width:62px;*/width: 50px;}
input[type="checkbox"]{}
.radio label, .checkbox label{min-height:20px;padding-left:0;}
.bx-filter{margin-bottom:0;}
.bx-filter .bx-filter-section{background:#ffffff;}
.bx-filter .bx-filter-param-btn{background:#fff;border:1px solid #ccc;border:1px solid #ccd5db;border-radius:2px;border-radius:50%;color:#000;cursor:pointer;display:inline-block;float:none;font-weight:normal;height:auto;moz-transition:border .3s ease,box-shadow .1s ease,color .3s ease;ms-transition:border .3s ease,box-shadow .1s ease,color .3s ease;o-transition:border .3s ease,box-shadow .1s ease,color .3s ease;padding:0;position:relative;text-align:center;text-decoration:none;transition:border .3s ease,box-shadow .1s ease,color .3s ease;vertical-align:middle;webkit-transition:border .3s ease,box-shadow .1s ease,color .3s ease;width:auto;}
.bx-filter-select-popup .bx-filter-btn-color-icon, .bx-filter .bx-filter-btn-color-icon{background:none;background-size:cover;border:none;border-radius:2px;border-radius:50%;box-shadow:none;display:inline-block;height:24px;line-height:24px;margin:0;vertical-align:middle;webkit-background-size:cover;width:24px;}
.bx-filter .bx-filter-param-btn-block .bx-filter-param-label{display:block;float:left;border: 1px solid #fff;margin-right:5px;}
.bx-filter .bx-filter-param-btn-block .bx-filter-param-label.bx-active{border: 1px solid #113567;}
.toogle-main-2.opened{height:auto;padding-bottom:4px;padding-top:20px;}
.bx-filter .bx-filter-param-btn.bx-color-sl{margin:0;}
@media screen and (min-width:961px) {
    .default .toogle-block{display:block!important;opacity:1!important;}
}
.bx-soa-section.bx-selected{border:1px solid #59ACE9 !important;}
.bx-blue .btn.btn-default{background-color:#59ACE9 !important;border-color:#59ACE9 !important;}
.btn-lg, .btn-group-lg>.btn{padding:5px 16px !important;}
.bx-soa-item-title a{color:#000;}
.bx-soa-cart-total.bx-soa-cart-total-fixed{top:90px !important;}
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls input[type=text]{background-color:#fff !important;}
.bx_item_detail .bx_item_detail_size .bx_size ul li.bx_missing>i{cursor:pointer !important;}
.bx_item_detail .bx_bt_button{background:#59ACE9 !important;}
@media screen and (min-width:1122px) and (max-width:1152px){
    .header .lvl1 .col3{margin:0 2% 0 1%;}
    .footer .lvl1 .col3{margin:0 4% 0;}
}
@media screen and (min-width:961px) and (max-width:1105px){
    .header .lvl1 .col4{margin-top:-17px;}
}
@media screen and (min-width:780px) and (max-width:784px){
    .cols2>.col2 .items>div:nth-child(4n){margin-right:0!important;}
}
@media screen and (min-width:1038px) and (max-width:1039px){
    .footer .inner .col4 span{padding-right:2px;}
}
@media screen and (min-width:1011px) and (max-width:1049px){
    .slide .cons .col1{width:72%;}
}
@media screen and (max-width:570px){
    .bx_page div{width:50%;}
}
@media screen and (max-width:400px){
    .bx_page div{width:100%;}
}
@media screen and (max-width:340px){
    .contcats-lvl2 table tr td:first-child,.contcats-lvl2 table tr td{font-size:12px;}
}
.bx_item_detail_size_small_noadaptive ul li:hover a{border:1px solid #113567;}
.bx_item_detail_size_small_noadaptive ul li:active a,
.bx_item_detail_size_small_noadaptive ul li.bx_active a{border:2px solid #113567;}
.bx_item_detail_scu_small_noadaptive .bx_scu ul li:hover a{border:1px solid #113567;}
.bx_item_detail_scu_small_noadaptive .bx_scu ul li:active a,
.bx_item_detail_scu_small_noadaptive .bx_scu ul li.bx_active a{border:2px solid #113567;padding:3px;}

.processing_data {margin: 0 0 20px 0;}
.processing_data label{cursor: pointer;}
.processing_data a{color: #113567;}

@media (max-width: 1000px) {
	.right_part_dealers,
	.staff_wrapp_dealers {
		float: none !important;
		width: 100% !important;
	}
	.staff_wrapp_dealers .items {
		overflow: auto;
	}
	.staff_wrapp_dealers .item {
		overflow: hidden;
	}
}
/* End */


/* Start:/bitrix/templates/innet_corp4_6_s1/css/device.css?162313172247206*/
/*fancySelect.css*/
div.fancy-select{color:#46565D;font-size:13px;position:relative;}
div.fancy-select.disabled{opacity:0.5;}
div.fancy-select select:focus + div.trigger.open{box-shadow:none;}
div.fancy-select div.trigger{background:#fff;border:1px solid #ccc;border-radius:4px;cursor:pointer;height:33px;line-height:33px;moz-transition:all 240ms ease-out;ms-transition:all 240ms ease-out;o-transition:all 240ms ease-out;padding:0 57px 0 8px;position:relative;text-overflow:ellipsis;transition:all 240ms ease-out;webkit-transition:all 240ms ease-out;white-space:nowrap;}
div.fancy-select div.trigger:after{color:#666;content:">";font-family:calibri;font-size:14.5px;font-weight:300;opacity:.8;position:absolute;right:9px;top:0px;transform:rotate(90deg);}
div.fancy-select div.trigger.open{background:#F6F6F6;box-shadow:none;}
div.fancy-select div.trigger.open:after{transform:rotate(-90deg);}
div.fancy-select ul.options{background:#fff;border:1px solid #ccc;border-radius:0 0 4px 4px;color:#8b8b8b;left:0;list-style:none;margin:0;max-height:200px;min-width:99.5%;moz-transition:opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;ms-transition:opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;opacity:0;o-transition:opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;overflow:auto;position:absolute;top:30px;transition:opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;visibility:hidden;webkit-transition:opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;z-index:11099;}
div.fancy-select ul.options.open{moz-transition:opacity 300ms ease-out, top 300ms ease-out;ms-transition:opacity 300ms ease-out, top 300ms ease-out;opacity:1;o-transition:opacity 300ms ease-out, top 300ms ease-out;top:33px;transition:opacity 300ms ease-out, top 300ms ease-out;visibility:visible;webkit-transition:opacity 300ms ease-out, top 300ms ease-out;}
div.fancy-select ul.options.overflowing{bottom:34px !important;moz-transition:opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;ms-transition:opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;o-transition:opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;top:auto;transition:opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;webkit-transition:opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;}
div.fancy-select ul.options.overflowing.open{bottom:50px;moz-transition:opacity 300ms ease-out, bottom 300ms ease-out;ms-transition:opacity 300ms ease-out, bottom 300ms ease-out;o-transition:opacity 300ms ease-out, bottom 300ms ease-out;top:auto;transition:opacity 300ms ease-out, bottom 300ms ease-out;webkit-transition:opacity 300ms ease-out, bottom 300ms ease-out;}
div.fancy-select ul.options li{cursor:pointer;moz-transition:all 150ms ease-out;ms-transition:all 150ms ease-out;o-transition:all 150ms ease-out;padding:5px 12px;transition:all 150ms ease-out;webkit-transition:all 150ms ease-out;white-space:nowrap;}
div.fancy-select ul.options li.selected{background:#f0f0f0;color:#ff6600 !important;}
div.fancy-select ul.options li:hover{color:#333;}


/*jquery.custom-scrollbar.css*/
.scrollable{position:relative;}
.scrollable:focus{outline:0;}
.scrollable .viewport{overflow:hidden;position:relative;}
.scrollable .viewport .overview{position:absolute;}
.scrollable .scroll-bar{display:none;}
.scrollable .scroll-bar.vertical{background:#ccc;height:100%;position:absolute;right:0px;}
.scrollable .scroll-bar.horizontal{position:relative;width:100%;}
.scrollable .scroll-bar .thumb{position:absolute;}
.scrollable .scroll-bar.vertical .thumb{left:0px;min-height:10px;width:3px;}
.scrollable .scroll-bar.horizontal .thumb{height:100%;left:0;min-width:10px;}
.not-selectable{khtml-user-select:none;moz-user-select:none;ms-user-select:none;user-select:none;webkit-touch-callout:none;webkit-user-select:none;}
.scrollable.default-skin{padding-bottom:9px;padding-right:10px;}
.scrollable.default-skin .scroll-bar.vertical{width:3px;}
.scrollable.default-skin .scroll-bar.horizontal{height:6px;}
.scrollable.default-skin .scroll-bar .thumb{background-color:#ff6600;border-radius:4px;cursor:pointer;moz-border-radius:4px;webkit-border-radius:4px;}
.scrollable.default-skin .scroll-bar:hover .thumb, .scrollable.default-skin .scroll-bar:active .thumb{opacity:0.8;}
.scrollable.gray-skin{padding-right:17px;}
.scrollable.gray-skin .scroll-bar{background-color:#d3d3d3;border:1px solid gray;}
.scrollable.gray-skin .scroll-bar .thumb{background-color:gray;}
.scrollable.gray-skin .scroll-bar:hover .thumb{background-color:black;}
.scrollable.gray-skin .scroll-bar.vertical{width:10px;}
.scrollable.gray-skin .scroll-bar.horizontal{height:10px;margin-top:2px;}
.scrollable.modern-skin{padding-right:17px;}
.scrollable.modern-skin .scroll-bar{border:1px solid gray;border-radius:4px;box-shadow:inset 0 0 5px #888;moz-border-radius:4px;moz-box-shadow:inset 0 0 5px #888;webkit-border-radius:4px;webkit-box-shadow:inset 0 0 5px #888;}
.scrollable.modern-skin .scroll-bar .thumb{background-color:#95aabf;border:1px solid #536984;border-radius:4px;moz-border-radius:4px;webkit-border-radius:4px;}
.scrollable.modern-skin .scroll-bar.vertical .thumb{background:linear-gradient(to right, #95aabf 0%, #547092 100%);background:-moz-linear-gradient(left, #95aabf 0%, #547092 100%);background:-ms-linear-gradient(left, #95aabf 0%, #547092 100%);background:-o-linear-gradient(left, #95aabf 0%, #547092 100%);background:-webkit-gradient(linear, left top, right top, color-stop(0%, #95aabf), color-stop(100%, #547092));background:-webkit-linear-gradient(left, #95aabf 0%, #547092 100%);ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=1 )";width:8px;}
.scrollable.modern-skin .scroll-bar.horizontal .thumb{background-image:linear-gradient(#95aabf, #547092);background-image:-moz-linear-gradient(#95aabf, #547092);background-image:-ms-linear-gradient(#95aabf, #547092);background-image:-o-linear-gradient(#95aabf, #547092);background-image:-webkit-linear-gradient(#95aabf, #547092);height:8px;ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=0 )";}
.scrollable.modern-skin .scroll-bar.vertical{width:10px;}
.scrollable.modern-skin .scroll-bar.horizontal{height:10px;margin-top:2px;}


/*masterslider.css*/
/** 
 *  Master Slider
 * 	Core css file
 */

.master-slider{moz-transform:translate3d(0 , 0 , 0);position:relative;visibility:hidden;}
.master-slider a{o-transition:none;transition:none;webkit-transition:none;}
.master-slider, .master-slider *{box-sizing:content-box;moz-box-sizing:content-box;webkit-box-sizing:content-box;}
.master-slider.before-init{}
.master-slider.ms-fullheight{height:100%;}
.ms-layout-partialview .ms-view{background-color:transparent;overflow:visible;}
.ms-layout-partialview .ms-container{overflow:hidden;}
.master-slider img, .ms-slide-bgvideocont video{max-width:none;}
.ms-ie img{border:none;}
.ms-ie8 *{filter:inherit;opacity:inherit;}
.ms-ie7{zoom:1;}
.ms-moz .ms-slide-bgcont>img{transform:translateX(0px);}
.ms-loading-container{position:absolute;top:0;width:100%;}
.ms-slide-auto-height{display:table;}
.ms-loading-container .ms-loading,
.ms-slide .ms-slide-loading{background:url(/bitrix/templates/innet_corp4_6_s1/css/loading-2.gif) no-repeat center white;border-radius:60px;box-shadow:0px 0px 3px rgba(0,0,0,0.2);height:36px;left:50%;margin:-18px;opacity:0.9;position:absolute;top:50%;width:36px;}
.ms-no-swipe, .ms-def-cursor{cursor:auto !important;}
.ms-view{margin:0px auto;moz-perspective:2000px;ms-perspective:2000px;overflow:hidden;perspective:2000px;position:relative;webkit-perspective:2000px;}
.ms-container{border:1px solid #ccc;border-radius:4px;margin-bottom:20px !important;}
.ms-view .ms-slide-container{position:relative;}
.ms-slide{height:100%;ms-transform:translateZ(0px);o-transform:translateZ(0px);position:absolute;transform:translateZ(0px);webkit-transform:translateZ(0px);}
.ms-wk .ms-slide{transform-style:preserve-3d;webkit-transform-style:preserve-3d;}
.ms-slide.selected{}
.ms-slide .ms-slide-bgcont,
.ms-slide .ms-slide-bgvideocont{overflow:hidden;position:absolute;width:100%;}
.ms-slide .ms-slide-link{display:block;height:100%;position:absolute;top:0;width:100%;z-index:110;}
.ms-ie .ms-slide-link {
	background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR??AA7") 0 0 repeat;
}
.ms-slide .ms-slide-bgvideocont{height:100%;z-index:105;}
.ms-wk .ms-slide .ms-slide-bgvideocont,
.ms-wk .ms-slide-bgvideocont>video{transform:translateZ(0.3px);webkit-transform:translateZ(0.3px);}
.ms-slide .ms-slide-bgvideo{position:absolute;top:0px;}
.ms-inner-controls-cont, .ms-container{margin:0 auto;position:relative;}
.ms-slide .ms-slide-bgcont img , .ms-container , .ms-inner-controls-cont{moz-user-select:none;ms-user-select:none;user-select:none;webkit-user-select:none;}
.ms-slide .ms-layer, .ms-fixed-layers .ms-layer{pointer-events:auto;position:absolute;}
.ms-slide .ms-slide-layers,
.ms-fixed-layers{height:100%;overflow:hidden;pointer-events:none;position:absolute;top:0px;width:100%;z-index:109;}
.ms-slide .ms-slide-video{background:black;border:none;margin:0;padding:0;position:absolute;top:0;z-index:111;}
.ms-parallax-layer{position:absolute;top:0;width:100%;}
.ms-scroll-parallax-cont{height:100%;position:absolute;top:0;width:100%;}
.ms-wk .ms-scroll-parallax-cont{transform:translateZ(0.4px);webkit-transform:translateZ(0.4px);}
.ms-action-layer{cursor:pointer;}
.ms-btn-container{position:absolute;}
.ms-btn{color:black;cursor:pointer;display:inline-block;padding:8px 15px;position:relative;text-decoration:none;white-space:nowrap;}
.ms-default-btn{background:#0074A2;border-radius:5px;color:#FFF;}
.ms-default-btn:hover{background-color:#0098D5;}
.ms-default-btn:active{top:1px;}
.ms-btn-s{font-size:80%;line-height:0;padding:14px 17px;}
.ms-btn-m{padding:12px 40px;}
.ms-btn-n{font-size:95%;padding:8px 25px;}
.ms-btn-l{font-size:120%;padding:17px 50px;}
.ms-btn-box{}
.ms-btn-round{border-radius:5px;}
.ms-btn-circle{border-radius:100px;}
.ms-btn-outline-box{}
.ms-btn-outline-round{border-radius:5px;}
.ms-btn-outline-circle{border-radius:100px;}
.ms-layer.video-box{background:black;}
.ms-layer.video-box iframe{border:none;margin:0;padding:0;position:absolute;z-index:111;}
.ms-slide .ms-slide-vpbtn , .ms-slide .ms-video-btn{cursor:pointer;position:absolute;z-index:112;}
.ms-slide .ms-slide-vcbtn{cursor:pointer;position:absolute;z-index:113;}
.ms-slide-vcbtn-mobile{background-color:black;bottom:0;color:white;cursor:pointer;height:28px;left:0;position:relative;text-align:center;width:100%;z-index:113;}
.ms-slide-vcbtn-mobile .ms-vcbtn-txt{background:url(/bitrix/templates/innet_corp4_6_s1/css/video-close-btn.png) no-repeat 0px 3px;color:#DBDBDB;display:inline-block;font-family:sans-serif;font-size:0.75em;height:15px;margin-top:7px;padding-left:15px;text-transform:uppercase;}
.ms-wk .ms-slide .ms-slide-vcbtn,
.ms-wk .ms-slide .ms-slide-layers,
.ms-wk .ms-slide .ms-slide-vpbtn,
.ms-wk .ms-slide .ms-slide-video,
.ms-wk .ms-slide-link{transform:translateZ(0.44px);webkit-transform:translateZ(0.44px);}
.ms-video-img{height:100%;left:0;position:absolute;top:0;width:100%;}
.ms-mask-frame{float:left;overflow:hidden;position:absolute;}
.ms-thumb-list{overflow:hidden;position:absolute;}
.ms-thumb-list.ms-dir-h{margin:0 auto;width:88%;}
.ms-thumb-list.ms-dir-v{height:100%;top:0;}
.ms-thumbs-cont{position:relative;}
.ms-thumb-frame img{height:auto;width:100%;}
.ms-thumb-frame{cursor:pointer;float:left;moz-transition:opacity 300ms;ms-transition:opacity 300ms;o-transition:opacity 300ms;overflow:hidden;transition:opacity 300ms;webkit-transition:opacity 300ms;}
.ms-thumb-frame-selected{opacity:1;}
.ms-tabs .ms-thumb-frame{background-color:#F6f6f6;border:solid 1px white;border-width:0 1px 1px 0;color:#222;moz-transition:all 300ms ease-out;ms-transition:all 300ms ease-out;opacity:1;o-transition:all 300ms ease-out;overflow:visible;position:relative;text-shadow:0 1px 1px white;transition:all 300ms ease-out;webkit-transition:all 300ms ease-out;}
.ms-tabs.ms-dir-h .ms-thumb-frame{margin-top:12px;}
.ms-tabs.ms-dir-v .ms-thumb-frame{margin-left:12px;}
.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame{margin-left:0px;}
.ms-tabs.ms-dir-h.ms-align-top{z-index:140;}
.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame{margin-top:-12px;}
.ms-tabs .ms-thumb{padding:20px 20px;}
.ms-tabs .ms-thumb-frame-selected{background:#EDEDED;opacity:1;}
.ms-tabs .ms-thumb-frame .ms-thumb-ol{moz-transition:all 300ms ease-out;ms-transition:all 300ms ease-out;opacity:0;o-transition:all 300ms ease-out;position:absolute;transition:all 300ms ease-out;webkit-transition:all 300ms ease-out;}
.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol{border-bottom:solid 12px #F6f6f6;border-left:solid 12px transparent;border-right:solid 12px transparent;left:50%;margin-left:-12px;top:0px;}
.ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol{border-bottom-color:#EDEDED;opacity:1;top:-12px;}
.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol{border-bottom:0px;border-top:solid 12px #F6f6f6;bottom:0px;top:auto;}
.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol{border-top-color:#EDEDED;bottom:-12px;opacity:1;}
.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol{border-bottom:solid 12px transparent;border-right:solid 12px #EDEDED;border-top:solid 12px transparent;left:0;margin-top:-12px;top:50%;}
.ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol{border-right-color:#EDEDED;left:-12px;opacity:1;}
.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol{border-left:solid 12px #EDEDED;border-right:0;left:auto;right:0;}
.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol{border-left-color:#EDEDED;opacity:1;right:-12px;}
.ms-thumb-list.ms-dir-h .ms-thumblist-fwd, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd{background:rgba(128, 128, 128, 0.5);color:white;cursor:pointer;height:100%;left:0;position:absolute;text-align:center;width:20px;}
.ms-thumb-list.ms-dir-h .ms-thumblist-bwd{left:auto;right:0;}
.ms-thumb-list.ms-dir-h .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after{border:solid rgba(0, 0, 0, 0);border-right-color:#FFF;border-width:5px 5px 5px 0px;content:close-quote;display:block;height:1px;position:relative;top:43%;width:6px;}
.ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after{border-left-color:#FFF;border-width:5px 0px 5px 5px;left:7px;}
.ms-thumb-list.ms-dir-v .ms-thumblist-fwd, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd{background:rgba(128, 128, 128, 0.5);color:white;cursor:pointer;height:20px;position:absolute;text-align:center;top:0;width:100%;}
.ms-thumb-list.ms-dir-v .ms-thumblist-bwd{bottom:0;top:auto;}
.ms-thumb-list.ms-dir-v .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after{border:solid rgba(0, 0, 0, 0);border-bottom-color:#FFF;border-width:0px 5px 5px 5px;content:close-quote;display:block;height:1px;left:43%;position:relative;top:5px;width:0;}
.ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after{border-top-color:#FFF;border-width:5px 5px 0px 5px;top:7px;}
.ms-bullet{cursor:pointer;float:left;}
.ms-bullets.ms-dir-h{bottom:20px;position:absolute;right:50%;width:100px;}
.ms-bullets.ms-dir-v{position:absolute;top:50%;}
.ms-bullets.ms-dir-v .ms-bullet{float:none;}
.ms-bullets.ms-dir-h .ms-bullets-count{position:relative;right:-50%;}
.ms-sbar{position:absolute;}
.ms-sbar.ms-dir-h{left:10px;right:10px;top:5px;}
.ms-sbar.ms-dir-v{bottom:10px;right:5px;top:10px;}
.ms-sbar .ms-bar{background:#333;border-radius:4px;height:4px;}
.ms-sbar.ms-dir-v .ms-bar{width:4px;}
.ms-sbar .ms-bar{moz-transition:opacity 300ms;ms-transition:opacity 300ms;o-transition:opacity 300ms;position:relative;transition:opacity 300ms;webkit-transition:opacity 300ms;}
.ms-timerbar{bottom:0px;position:absolute;width:100%;}
.ms-ctimer{cursor:pointer;left:30px;position:absolute;top:30px;}
.ms-ctimer-bullet{}
.ms-time-bar{moz-transition:width 120ms linear;ms-transition:width 120ms linear;o-transition:width 120ms linear;transition:width 120ms linear;webkit-transition:width 120ms linear;}
.ms-ie7 .ms-tooltip-arrow{height:0px;}
.ms-slide-info{position:absolute;}
.ms-slide-info.ms-dir-v{top:0;}
.ms-slide-info.ms-dir-h{width:100%;}
@keyframes point-anim{0%{moz-transform:scale(0.5);ms-transform:scale(0.5);opacity:1;o-transform:scale(0.5);transform:scale(0.5);webkit-transform:scale(0.5);}
    100%{moz-transform:scale(1.5);ms-transform:scale(1.5);opacity:0;o-transform:scale(1.5);transform:scale(0.5);webkit-transform:scale(0.5);}
}
@-webkit-keyframes point-anim{0%{opacity:1;webkit-transform:scale(0.5);}
    100%{opacity:0;webkit-transform:scale(1.5);}
}
.ms-android .ms-tooltip-point .ms-point-border{animation:none;moz-animation:none;o-animation:none;webkit-animation:none;}


/*ms-lightbox.css*/
.ms-lightbox-template{margin:0 auto;max-width:750px;}
.ms-lightbox-template .ms-lightbox-btn{bottom:20px;position:absolute;right:20px;}
.ms-lightbox-template .ms-lightbox{display:block;height:52px;margin:-42px;text-indent:9999px;width:55px;}


/*owl.carousel.css*/
.owl-carousel .animated{animation-duration:1000ms;animation-fill-mode:both;webkit-animation-duration:1000ms;webkit-animation-fill-mode:both;}
.owl-carousel .owl-animated-in{z-index:0;}
.owl-carousel .owl-animated-out{z-index:1;}
.owl-carousel .fadeOut{animation-name:fadeOut;webkit-animation-name:fadeOut;}
@-webkit-keyframes fadeOut{0%{opacity:1;}
    100%{opacity:0;}
}
@keyframes fadeOut{0%{opacity:1;}
    100%{opacity:0;}
}
.owl-height{moz-transition:height 500ms ease-in-out;ms-transition:height 500ms ease-in-out;o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out;webkit-transition:height 500ms ease-in-out;}
.owl-carousel{display:none;position:relative;webkit-tap-highlight-color:transparent;width:100%;z-index:1;}
.owl-carousel .owl-stage{ms-touch-action:pan-Y;position:relative;}
.owl-carousel .owl-stage:after{clear:both;content:".";display:block;height:0;line-height:0;visibility:hidden;}
.owl-carousel .owl-stage-outer{overflow:hidden;position:relative;webkit-transform:translate3d(0px, 0px, 0px);}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot{cursor:hand;cursor:pointer;khtml-user-select:none;moz-user-select:none;ms-user-select:none;user-select:none;webkit-user-select:none;}
.owl-carousel.owl-loaded{display:block;}
.owl-carousel.owl-loading{display:block;opacity:0;}
.owl-carousel.owl-hidden{opacity:0;}
.owl-carousel .owl-refresh .owl-item{display:none;}
.owl-carousel .owl-item{float:left;min-height:1px;moz-user-select:none;ms-user-select:none;position:relative;user-select:none;webkit-backface-visibility:hidden;webkit-tap-highlight-color:transparent;webkit-touch-callout:none;webkit-user-select:none;}
.owl-carousel .owl-item img{webkit-transform-style:preserve-3d;}
.owl-carousel.owl-text-select-on .owl-item{moz-user-select:auto;ms-user-select:auto;user-select:auto;webkit-user-select:auto;}
.owl-carousel .owl-grab{cursor:grab;cursor:move;cursor:-ms-grab;cursor:-o-grab;cursor:-webkit-grab;}
.owl-carousel.owl-rtl{direction:rtl;}
.owl-carousel.owl-rtl .owl-item{float:right;}
.no-js .owl-carousel{display:block;}
.owl-carousel .owl-item .owl-lazy{moz-transition:opacity 400ms ease;ms-transition:opacity 400ms ease;opacity:0;o-transition:opacity 400ms ease;transition:opacity 400ms ease;webkit-transition:opacity 400ms ease;}
.owl-carousel .owl-item img{transform-style:preserve-3d;}
.owl-carousel .owl-video-wrapper{background:#000;height:100%;position:relative;}
.owl-carousel .owl-video-play-icon{background:url("/bitrix/templates/innet_corp4_6_s1/css/owl.video.play.png") no-repeat;cursor:pointer;height:80px;left:50%;margin-left:-40px;margin-top:-40px;moz-transition:scale 100ms ease;ms-transition:scale 100ms ease;o-transition:scale 100ms ease;position:absolute;top:50%;transition:scale 100ms ease;webkit-backface-visibility:hidden;webkit-transition:scale 100ms ease;width:80px;z-index:1;}
.owl-carousel .owl-video-play-icon:hover{moz-transition:scale(1.3, 1.3);ms-transition:scale(1.3, 1.3);o-transition:scale(1.3, 1.3);transition:scale(1.3, 1.3);webkit-transition:scale(1.3, 1.3);}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon{display:none;}
.owl-carousel .owl-video-tn{background-position:center center;background-repeat:no-repeat;background-size:contain;height:100%;moz-background-size:contain;moz-transition:opacity 400ms ease;ms-transition:opacity 400ms ease;o-background-size:contain;opacity:0;o-transition:opacity 400ms ease;transition:opacity 400ms ease;webkit-background-size:contain;webkit-transition:opacity 400ms ease;}
.owl-carousel .owl-video-frame{position:relative;z-index:1;}


/*prettyPhoto.css*/
/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	/* ----------------------------------
		Default Theme
	----------------------------------- */

	div.pp_default .pp_top,
	div.pp_default .pp_top .pp_middle,
	div.pp_default .pp_top .pp_left,
	div.pp_default .pp_top .pp_right,
	div.pp_default .pp_bottom,
	div.pp_default .pp_bottom .pp_left,
	div.pp_default .pp_bottom .pp_middle,
	div.pp_default .pp_bottom .pp_right { height: 13px; }
	
	div.pp_default .pp_top .pp_left { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat; } /* Top left corner */
	div.pp_default .pp_top .pp_middle { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/default/sprite_x.png) top left repeat-x; } /* Top pattern/color */
	div.pp_default .pp_top .pp_right { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat; } /* Top right corner */
	
	div.pp_default .pp_content .ppt { color: #f8f8f8; }
	div.pp_default .pp_content_container .pp_left { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y; padding-left: 13px; }
	div.pp_default .pp_content_container .pp_right { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/default/sprite_y.png) top right repeat-y; padding-right: 13px; }
	div.pp_default .pp_content { background-color: #fff; } /* Content background */
	div.pp_default .pp_next:hover { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/default/sprite_next.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.pp_default .pp_previous:hover { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/default/sprite_prev.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.pp_default .pp_expand { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Expand button */
	div.pp_default .pp_expand:hover { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat; cursor: pointer; } /* Expand button hover */
	div.pp_default .pp_contract { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Contract button */
	div.pp_default .pp_contract:hover { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat; cursor: pointer; } /* Contract button hover */
	div.pp_default .pp_close { width: 30px; height: 30px; background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat; cursor: pointer; } /* Close button */
	div.pp_default #pp_full_res .pp_inline { color: #000; } 
	div.pp_default .pp_gallery ul li a { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8; border:1px solid #aaa; }
	div.pp_default .pp_gallery ul li a:hover,
	div.pp_default .pp_gallery ul li.selected a { border-color: #fff; }
	div.pp_default .pp_social { margin-top: 7px; }

	div.pp_default .pp_gallery a.pp_arrow_previous,
	div.pp_default .pp_gallery a.pp_arrow_next { position: static; left: auto; }
	div.pp_default .pp_nav .pp_play,
	div.pp_default .pp_nav .pp_pause { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat; height:30px; width:30px; }
	div.pp_default .pp_nav .pp_pause { background-position: -51px -29px; }
	div.pp_default .pp_details { position: relative; }
	div.pp_default a.pp_arrow_previous,
	div.pp_default a.pp_arrow_next { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat; height: 20px; margin: 4px 0 0 0; width: 20px; }
	div.pp_default a.pp_arrow_next { left: 52px; background-position: -82px -3px; } /* The next arrow in the bottom nav */
	div.pp_default .pp_content_container .pp_details { margin-top: 5px; }
	div.pp_default .pp_nav { clear: none; height: 30px; width: 110px; position: relative; }
	div.pp_default .pp_nav .currentTextHolder{ font-family: Georgia; font-style: italic; color:#999; font-size: 11px; left: 75px; line-height: 25px; margin: 0; padding: 0 0 0 10px; position: absolute; top: 2px; }
	
	div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover { opacity:0.7; }

	div.pp_default .pp_description{ font-size: 11px; font-weight: bold; line-height: 14px; margin: 5px 50px 5px 0; }

	div.pp_default .pp_bottom .pp_left { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat; } /* Bottom left corner */
	div.pp_default .pp_bottom .pp_middle { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x; } /* Bottom pattern/color */
	div.pp_default .pp_bottom .pp_right { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat; } /* Bottom right corner */

	div.pp_default .pp_loaderIcon { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/default/loader.gif) center center no-repeat; } /* Loader icon */

	
	/* ----------------------------------
		Light Rounded Theme
	----------------------------------- */


	div.light_rounded .pp_top .pp_left { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
	div.light_rounded .pp_top .pp_right { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.light_rounded .pp_content .ppt { color: #000; }
	div.light_rounded .pp_content_container .pp_left,
	div.light_rounded .pp_content_container .pp_right { background: #fff; }
	div.light_rounded .pp_content { background-color: #fff; } /* Content background */
	div.light_rounded .pp_next:hover { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/light_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_rounded .pp_previous:hover { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.light_rounded .pp_expand { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_rounded .pp_expand:hover { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_rounded .pp_contract { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_rounded .pp_contract:hover { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_rounded .pp_close { width: 75px; height: 22px; background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_rounded .pp_details { position: relative; }
	div.light_rounded .pp_description { margin-right: 85px; }
	div.light_rounded #pp_full_res .pp_inline { color: #000; } 
	div.light_rounded .pp_gallery a.pp_arrow_previous,
	div.light_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.light_rounded .pp_nav .pp_play { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.light_rounded .pp_nav .pp_pause { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

	div.light_rounded .pp_arrow_previous { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_rounded .pp_arrow_next { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_rounded .pp_bottom .pp_left { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
	div.light_rounded .pp_bottom .pp_right { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.light_rounded .pp_loaderIcon { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
	
	div.dark_rounded .pp_top .pp_left { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.dark_rounded .pp_top .pp_middle { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */
	div.dark_rounded .pp_top .pp_right { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.dark_rounded .pp_content_container .pp_left { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
	div.dark_rounded .pp_content_container .pp_right { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
	div.dark_rounded .pp_content { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Content background */
	div.dark_rounded .pp_next:hover { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_rounded .pp_previous:hover { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.dark_rounded .pp_expand { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_rounded .pp_expand:hover { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_rounded .pp_contract { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_rounded .pp_contract:hover { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_rounded .pp_details { position: relative; }
	div.dark_rounded .pp_description { margin-right: 85px; }
	div.dark_rounded .currentTextHolder { color: #c4c4c4; }
	div.dark_rounded .pp_description { color: #fff; }
	div.dark_rounded #pp_full_res .pp_inline { color: #fff; }
	div.dark_rounded .pp_gallery a.pp_arrow_previous,
	div.dark_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.dark_rounded .pp_nav .pp_play { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_rounded .pp_nav .pp_pause { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

	div.dark_rounded .pp_arrow_previous { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_rounded .pp_arrow_next { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.dark_rounded .pp_bottom .pp_left { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.dark_rounded .pp_bottom .pp_middle { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */
	div.dark_rounded .pp_bottom .pp_right { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.dark_rounded .pp_loaderIcon { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	
	/* ----------------------------------
		Dark Square Theme
	----------------------------------- */
	
	div.dark_square .pp_left ,
	div.dark_square .pp_middle,
	div.dark_square .pp_right,
	div.dark_square .pp_content { background: #000; }
	
	div.dark_square .currentTextHolder { color: #c4c4c4; }
	div.dark_square .pp_description { color: #fff; }
	div.dark_square .pp_loaderIcon { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_square/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.dark_square .pp_expand { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_square .pp_expand:hover { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_square .pp_contract { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_square .pp_contract:hover { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_square .pp_close { width: 75px; height: 22px; background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_square .pp_details { position: relative; }
	div.dark_square .pp_description { margin: 0 85px 0 0; }
	div.dark_square #pp_full_res .pp_inline { color: #fff; }
	div.dark_square .pp_gallery a.pp_arrow_previous,
	div.dark_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.dark_square .pp_nav { clear: none; }
	div.dark_square .pp_nav .pp_play { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_square .pp_nav .pp_pause { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
	
	div.dark_square .pp_arrow_previous { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_square .pp_arrow_next { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.dark_square .pp_next:hover { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_square .pp_previous:hover { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */


	/* ----------------------------------
		Light Square Theme
	----------------------------------- */
	
	div.light_square .pp_left ,
	div.light_square .pp_middle,
	div.light_square .pp_right,
	div.light_square .pp_content { background: #fff; }
	
	div.light_square .pp_content .ppt { color: #000; }
	div.light_square .pp_expand { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_square .pp_expand:hover { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_square .pp_contract { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_square .pp_contract:hover { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_square .pp_close { width: 75px; height: 22px; background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_square .pp_details { position: relative; }
	div.light_square .pp_description { margin-right: 85px; }
	div.light_square #pp_full_res .pp_inline { color: #000; }
	div.light_square .pp_gallery a.pp_arrow_previous,
	div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.light_square .pp_nav .pp_play { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.light_square .pp_nav .pp_pause { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
	
	div.light_square .pp_arrow_previous { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_square .pp_arrow_next { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.light_square .pp_next:hover { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/light_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_square .pp_previous:hover { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	
	div.light_square .pp_loaderIcon { background: url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */


	

/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

div.pp_pic_holder a:focus{outline:none;}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:11110000;}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:1111110000;}
.pp_top{height:20px;position:relative;}
* html .pp_top{padding:0 20px;}
.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px;}
.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px;}
* html .pp_top .pp_middle{left:0;position:static;}
.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}
.pp_content{height:40px;min-width:40px;}
* html .pp_content{width:40px;}
.pp_fade{display:none;}
.pp_content_container{position:relative;text-align:left;width:100%;}
.pp_content_container .pp_left{padding-left:20px;}
.pp_content_container .pp_right{padding-right:20px;}
.pp_content_container .pp_details{float:left;margin:10px 0 2px 0;}
.pp_description{display:none;margin:0;}
.pp_social{float:left;margin:0;}
.pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px;}
.pp_social .twitter{float:left;}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0;}
.pp_nav p{float:left;margin:2px 4px;white-space:nowrap;}
.pp_nav .pp_play,
.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px;}
a.pp_arrow_previous,
a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px;}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000;}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000;}
.pp_gallery div{float:left;overflow:hidden;position:relative;}
.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap;}
.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden;}
.pp_gallery ul a:hover,
.pp_gallery li.selected a{border-color:#fff;}
.pp_gallery ul a img{border:0;}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0;}
.pp_gallery li.default a{background:url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px;}
.pp_gallery li.default a img{display:none;}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next{margin-top:7px !important;}
a.pp_next{background:url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%;}
a.pp_previous{background:url(/bitrix/templates/innet_corp4_6_s1/css/../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%;}
a.pp_expand,
a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000;}
a.pp_close{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0;}
.pp_bottom{height:20px;position:relative;}
* html .pp_bottom{padding:0 20px;}
.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px;}
.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px;}
* html .pp_bottom .pp_middle{left:0;position:static;}
.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}
.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px;}
#pp_full_res{line-height:1 !important;}
#pp_full_res .pp_inline{text-align:left;}
#pp_full_res .pp_inline p{margin:0 0 15px 0;}
div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999;}
/* End */



@media screen and (max-width: 980px) {
    .title-search-result {
        display: none !important;
    }
}

div.title-search-result {
    border: 1px solid #c6c6c6;
    display: none;
    overflow: hidden;
    z-index: 205;
}

table.title-search-result {
    border-collapse: collapse;
    border: none;
    width: 100%;
}

table.title-search-result th {
    background-color: #F7F7F7;
    border-right: 1px solid #e8e8e8;
    color: #949494;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 14px;
    padding-right: 12px;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
    width: 1%;
}

table.title-search-result td {
    background-color: white;
    color: black;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
    white-space: nowrap;
}

table.title-search-result td.title-search-item {
    padding-left: 8px;
    padding-right: 15px;
}

table.title-search-result td.title-search-item a {
    padding-left: 4px;
    padding-right: 15px;
    text-decoration: none;
    color: black;
    vertical-align: top;
    display: block;
}

table.title-search-result td.title-search-item img {
    vertical-align: top;
}

table.title-search-result td.title-search-item b {
    color: #cf0000;
    font-weight: normal;
}

table.title-search-result tr.title-search-selected td, table.title-search-result tr.title-search-selected a, table.title-search-result tr.title-search-selected td.title-search-more a {
    background-color: #fff2be;
}

table.title-search-result td.title-search-more {
    font-size: 14px;
    font-weight: normal;
    padding: 10px 15px 10px 25px;
}

table.title-search-result td.title-search-more a {
    text-decoration: none;
    color: #999999;
}

table.title-search-result td.title-search-all {
    padding: 10px 15px 10px 25px;
}

table.title-search-result td.title-search-all a {
    text-decoration: none;
    color: #000;
    font-family: "Gravity-Bold";
    text-transform: uppercase;
}

table.title-search-result td.title-search-separator, table.title-search-result th.title-search-separator {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 4px;
}

div.title-search-fader {
    display: none;
    background-image: url('/bitrix/templates/innet_corp4_6_s1/components/bitrix/search.title/top/images/fader.png');
    background-position: right top;
    background-repeat: repeat-y;
    position: absolute;
}
/* End */



div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */



    color: green;
    padding-bottom: 2em;
}

.errortext {
    color: red;
    padding-bottom: 2em;
}

.captcha-img {
    float: left;
    height: 65px;
    width: 200px;
    overflow: hidden;
    margin-bottom: 10px;
}

#captcha_word {
    height: 40px;
}


/* End */



.form-ok-text {
    color: green;
    padding-bottom: 2em;
}

.errortext {
    color: red;
    padding-bottom: 2em;
}

.captcha-img {
    float: left;
    height: 65px;
    width: 200px;
    overflow: hidden;
    margin-bottom: 10px;
}

#captcha_word {
    height: 40px;
}
strong {
 font-weight:bold;
}


.col2 div.blocks5 p {
line-height: 24px;
margin-bottom: 21px;
width: 90%;
}
.item div.desc h2 {
margin-bottom: 15px;
line-height: 30px;
}

ul.mirror {
margin: 0;
    margin-top: 0px;
    margin-left: 0px;
padding: 0 0 15px;
list-style: none;
font-size: 17px;
line-height: 1.7;
font: 16px 'Gravity';
margin-left: 18px;
margin-top: 13px;
}
ul.mirror li{
	padding:0 0 8px 20px;
	background:url(../../images/tin_li.png) no-repeat 0 10px;
font-size: 17px;
}

.vacancy-cont div.item div.desc p {

}


.item div.desc strong {
font-size: 17px;
line-height: 1.7;
}

.lvl1 div.inner.in-row-mid div.col2 {
margin-right: 4.7%;
}
.inner.clearfix div.col1.fll ul li.active > a {
color: #489bd8 !important;
}

.popup {display: none;}

#l-form4{
   border: 1px solid #e4e4e4;
    padding: 30px 30px 55px;
   display:none;
width:500px;
}
@media (max-width: 640px) {#l-form4{width:100%}}
.fancybox-inner #l-form4{

}
.lvl1 div.inner.in-row-mid div.col3 {
  margin-top:12px;
}
.novblock {
display: inline-block;
margin-bottom: 40px;
vertical-align: top;
margin-right: 37px;
}

.novblock a {
    color: black;
    display: block;
    padding: 0;
    width: 300px;
    text-decoration: none;
font-size: 17px;
line-height: 1.2;
    margin-right:12px;
color: #113567;
font-family: "Calibri", Arial;
}

.novblock time {
    color: #d82e2d;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
}

.lastnews .moretours {margin-bottom:0px;}

.mtm10 div.novblock span {
    font-size: 16px;
    color:grey;
}

.view {
    padding-left: 25px;
    background: url(../../images/Eye.svg) left center no-repeat;
}

.obrtk {
height: 200px;
background-size: cover !important;
display: block;
}

.quest li:before {display:none !important}
.quest li {line-height: 26px;margin-bottom: 10px;}
.quest a{text-decoration:none !important;color:black;}

.col4.in-row-mid span.copy_kl {
color: gray;
width: 400px;
text-align: center;
}

@media (max-width: 600px) {
.col4.in-row-mid span.copy_kl {
color: gray;
text-align: center;
width: 100%;
}
}




.page-title .title-h1 {
  margin: 0;
}

.page-cover {
  margin-bottom: 40px;
}

.page-cover img {
  display: block;
  width: 100%;
  border-radius: 5px;
}

.part-card {
  display: block;
  background: #28b0eb;
  overflow: hidden;
  border-radius: 10px 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.part-card__photo {
  overflow: hidden;
}

.part-card__photo img {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.part-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 90px;
  padding: 10px 60px 10px 35px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  position: relative;
}

@media (max-width: 992px) {
  .part-card__title {
    padding: 10px 40px 10px 20px;
    font-size: 16px;
  }
}


.part-card:hover {
  -webkit-box-shadow: 0 2px 17px rgba(2, 113, 161, 0.45);
          box-shadow: 0 2px 17px rgba(2, 113, 161, 0.45);
}

.part-card:hover .part-card__photo img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}



.partner-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 160px;
  background: #fff;
  border-radius: 10px;
  padding: 0 20px;
}

@media (max-width: 640px) {
.partner-logo {height: 100px;}
}

.partner-logo img {
  max-width: 100%;
  display: block;
}

.partner-slider {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0 60px;
}

@media (max-width: 992px) {
  .partner-slider {
    padding: 0 0 40px;
  }
}

@media (max-width: 567px) {
  .partner-slider {
    padding: 0 0 20px;
  }
}

.partner-slider .slider__item {
  padding: 0 15px;
}
/* Stylesheet: cart_title Modified On 2022-03-15 16:02:40 */
