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;
}

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.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

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: 0.7;
  color: #121212;
}

input:-ms-input-placeholder {
  opacity: 0.7;
  color: #121212;
}

input::-ms-input-placeholder {
  opacity: 0.7;
  color: #121212;
}

input::placeholder {
  opacity: 0.7;
  color: #121212;
}

textarea::-webkit-input-placeholder {
  opacity: 0.7;
  color: #121212;
}

textarea:-ms-input-placeholder {
  opacity: 0.7;
  color: #121212;
}

textarea::-ms-input-placeholder {
  opacity: 0.7;
  color: #121212;
}

textarea::placeholder {
  opacity: 0.7;
  color: #121212;
}

input[type="submit"] {
  cursor: pointer;
}

textarea,
button,
input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  outline: none;
}

body, td, input, textarea, button {
  color: #121212;
  font-family: "Inter Tight", 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: -15px;
}

@media (max-width: 1200px) {
  .row {
    margin: -10px;
  }
}

@media (max-width: 767px) {
  .row {
    margin: -7.5px;
  }
}

.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: 15px;
}

@media (max-width: 1200px) {
  .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;
  }
}

@media (max-width: 767px) {
  .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: 7.5px;
  }
}

.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: "Raleway";
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 40px;
}

.title-h1 {
  font-size: 64px;
  line-height: 74px;
}

._main .title-h1 {font-size: 50px;line-height: 55px;}

@media (max-width: 767px) {
  ._main .title-h1 {font-size: 40px;line-height: 45px;}
  .title-h1 {
    font-size: 50px;
    line-height: 1.1;
  }
}

@media (max-width: 568px) {
  .title-h1 {
    font-size: 32px;
  }
}

.title-h2 {
  font-size: 34px;
  line-height: 42px;
}

@media (max-width: 992px) {
  .title-h2 {
    font-size: 28px;
    line-height: 1.2;
  }
}

.title-h3 {
  font-size: 24px;
  line-height: 28px;
}

.title-h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.title-h4::last-child {
  margin-bottom: 0;
}

hr {
  border: none;
  display: block;
  margin: 40px 0;
  height: 1px;
  background: #dedede;
}

.cms_submit,
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 35px;
  height: 58px;
  -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-weight: 700;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  background: #00BA51;
  color: #fff;
}

@media (max-width: 767px) {
  .cms_submit,
  .button {
    padding: 0 15px;
    height: 54px;
    font-size: 12px;
  }
}

.cms_submit:hover,
.button:hover {
  color: #fff;
  background: #087839;
}

.cms_submit._border,
.button._border {
  color: #fff;
  background: transparent;
  border: 1px solid #00BA51;
}

.cms_submit._border:hover,
.button._border:hover {
  background: #00BA51;
}

.cms_submit._border:hover::before, .cms_submit._border:hover::after,
.button._border:hover::before,
.button._border:hover::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.cms_submit._more::after,
.button._more::after {
  content: '';
  display: block;
  width: 10px;
  height: 18px;
  margin-left: 20px;
  background: url(../../images/more-arrow.svg) center no-repeat;
}

.hr {
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  margin: 50px -50px;
}

.space-bottom {
  padding-bottom: 60px;
}

.typography {
  font-size: 16px;
  line-height: 26px;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
  padding: 0;
  margin: 0;
  font-family: "Raleway";
  margin: 25px 0;
  line-height: 1.3;
}

.typography h1:first-child,
.typography h2:first-child,
.typography h3:first-child,
.typography h4:first-child {
  margin-top: 0;
}

.typography h1:last-child,
.typography h2:last-child,
.typography h3:last-child,
.typography h4:last-child {
  margin-bottom: 0;
}

.typography h1 {
  font-size: 48px;
}

@media (max-width: 1200px) {
  .typography h1 {
    font-size: 40px;
  }
}

@media (max-width: 992px) {
  .typography h1 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .typography h1 {
    font-size: 26px;
  }
}

.typography h1:first-child {
  margin-top: 0;
}

.typography h2 {
  font-size: 32px;
  font-weight: 400;
}

@media (max-width: 992px) {
  .typography h2 {
    font-size: 24px;
  }
}

.typography h2:first-child {
  margin-top: 0;
}

.typography h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 25px 0 15px 0;
  font-weight: 400;
}

@media (max-width: 992px) {
  .typography h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .typography h3 {
    font-size: 19px;
  }
}

.typography h3:first-child {
  margin-top: 0;
}

.typography h3:last-child {
  margin-bottom: 0;
}

.typography h4 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  text-transform: none;
  font-family: "Inter Tight";
}

@media (max-width: 767px) {
  .typography h4 {
    font-size: 20px;
    line-height: 1.5;
  }
}

.typography P {
  font-size: 20px;
  line-height: 32px;
  margin: 0 0 20px;
  color: #121212;
}

.typography P:last-child {
  margin-bottom: 0;
}

.typography figure {
  display: block;
  margin: 40px 0;
}

.typography figure:first-child {
  margin-top: 0;
}

.typography figure:last-child {
  margin-bottom: 0;
}

.typography img {
  max-width: 100%;
}

.typography a:not(.button) {
  text-decoration: underline;
}

.typography a:not(.button):hover {
  text-decoration: none;
}

.typography ul {
  margin-bottom: 15px;
  padding-left: 15px;
}

.typography ul li {
  font-size: 20px;
  line-height: 26px;
  padding-left: 20px;
  margin-bottom: 12px;
  position: relative;
}

.typography ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 6px;
  background: url(../../images/marker.svg) center no-repeat;
}

.typography ol {
  margin-bottom: 15px;
  padding-left: 15px;
  counter-reset: custom-counter;
  list-style: none;
}

.typography ol:last-child {
  margin-bottom: 0;
}

.typography ol li {
  font-size: 16px;
  line-height: 26px;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
  list-style: none;
}

.typography ol li::before {
  content: counter(custom-counter) ".";
  counter-increment: custom-counter;
  position: absolute;
  left: 0;
  top: 0;
}

.typography table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px;
}

.typography table th {
  height: 60px;
  padding: 15px 30px;
  border-top: 1px solid #F9F8F6;
  border-bottom: 1px solid #F9F8F6;
  text-align: left;
  color: #00BA51;
  font-weight: normal;
}

@media (max-width: 767px) {
  .typography table th {
    white-space: nowrap;
    font-size: 16px;
    padding: 15px;
  }
}

.typography table th:first-child {
  border-radius: 15px 0 0 15px;
  border-left: 1px solid #F9F8F6;
}

.typography table th:last-child {
  border-radius: 0 15px 15px 0;
  border-right: 1px solid #F9F8F6;
}

.typography table td {
  height: 60px;
  font-size: 16px;
  line-height: 26px;
  padding: 15px 30px;
  background: #00BA51;
}

@media (max-width: 767px) {
  .typography table td {
    font-size: 16px;
    padding: 15px;
  }
  .typography ul li, .typography p {font-size: 18px;line-height: 1.5;}
}

.typography table td:first-child {
  border-radius: 15px 0 0 15px;
}

.typography table td:last-child {
  border-radius: 0 15px 15px 0;
}

.table-scroll {
  overflow: auto;
}

@media (max-width: 767px) {
  .table-scroll {
    margin: 0 -30px;
    padding: 0 0 0 30px;
  }
}

.breadcrumb {
  color: #D7D7D7;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  top: 30px;
  left: 40px;
}

@media (max-width: 1200px) {
  .breadcrumb {
    left: 30px;
  }
}

@media (max-width: 992px) {
  .breadcrumb {
    left: 20px;
  }
}

@media (max-width: 568px) {
  .breadcrumb {
    font-size: 12px;
  }
}

.breadcrumb a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb a:hover {
  color: #fff;
}

.breadcrumb a::after {
  content: '';
  width: 4px;
  height: 4px;
  background: #D7D7D7;
  margin: 0 8px;
  border-radius: 50%;
}

.forms label:not([class]) {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}

.forms__label {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .forms__label {
    margin-bottom: 5px;
  }
}

.forms__label span {
  color: #e54a34;
}

.forms__field {
  margin-bottom: 30px;
}

.forms__field:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .forms__field {
    margin-bottom: 20px;
  }
}

.forms textarea,
.forms input[type="text"],
.forms input[type="password"],
.forms input[type="email"],
.forms input[type="tel"] {
  width: 100%;
  height: 55px;
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  background: none;
  border: none;
  border-bottom: 1px solid #cfcecb;
}

@media (max-width: 767px) {
  .forms textarea,
  .forms input[type="text"],
  .forms input[type="password"],
  .forms input[type="email"],
  .forms input[type="tel"] {
    height: 50px;
    font-size: 16px;
  }
}

.forms textarea {
  padding: 30px;
  resize: none;
  height: 220px;
}

@media (max-width: 1200px) {
  .forms textarea {
    padding: 18px 20px;
  }
}

@media (max-width: 767px) {
  .forms textarea {
    padding: 15px 15px;
  }
}

.forms .jq-selectbox {
  width: 100%;
}

.checked-list__item {
  margin-bottom: 12px;
}

.checked-list__item:last-child {
  margin-bottom: 0;
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}

.checkbox span {
  margin-left: 20px;
}

.checkbox a {
  text-decoration: underline;
}

.burger-btn {
  width: 30px;
  height: 21px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  background: none;
  border: none;
  position: relative;
  outline: none;
}

.burger-btn span {
  position: absolute;
  left: 0;
  top: 9px;
  width: 30px;
  height: 3px;
  background-color: #00BA51;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.burger-btn::before, .burger-btn::after {
  content: '';
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #00BA51;
  -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: #00BA51;
}

.burger-btn.open::before {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.burger-btn.open::after {
  bottom: 50%;
  margin-bottom: -2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.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(../../images/toggle-arrow-down.svg) center no-repeat;
}

.next-toggle.open::after {
  background: url(../../images/toggle-arrow-up.svg) center no-repeat;
}

.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 60px;
}

.counter__btn {
  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;
  text-align: center;
  width: 58px;
  height: 58px;
  font-weight: 700;
  font-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.counter__btn:hover {
  color: #00BA51;
}

.counter__btn--down.disable {
  cursor: default;
}

.counter__btn--up.disable {
  cursor: default;
}

.counter__text {
  width: 58px;
  min-width: 58px;
  height: 58px;
  border-radius: 50%;
  display: block;
  border: none;
  text-align: center;
  font-size: 18px;
  background-color: #fff;
}

.more-link {
  font-size: 20px;
  padding-right: 24px;
  color: #4F4F4F;
  background: url(../../images/more-arrow.svg) right center no-repeat;
}

@media (max-width: 1200px) {
  .more-link {
    font-size: 18px;
  }
}

.more-link:hover {
  color: #00BA51;
}

.tabs__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tabs__item {
  cursor: pointer;
}

.tabs__item:first-child {
  margin-left: 0;
}

.tabs__item:hover,
.tabs__item.active {
  opacity: 1;
}

.tabs__box {
  display: none;
}

.tabs__box.visible {
  display: block;
}

/* plugins */
.slick-dots {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: #cf0000;
  margin: 0 10px !important;
  padding: 0 !important;
  list-style: none;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.2;
  cursor: pointer;border-radius: 50%;
}

.slick-dots li::before {
  display: none;
}

@media (max-width: 767px) {
  .slick-dots li {
    margin: 0 5px !important;
  }
}

.slick-dots li.slick-active {
  opacity: 1;
}

.slick-dots button {
  width: 16px;
  height: 16px;
  background: none;
  border: none;
  cursor: pointer;
  text-indent: 1000px;
  overflow: hidden;
}

.slick-arrow {
  position: absolute;
  top: auto;
  bottom: 0;
  z-index: 100;
  width: 48px;
  height: 48px;
  border: none;
  cursor: pointer;
  text-indent: 1000px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
}

.slick-prev {
  left: 0;
  background-image: url(../../images/arrow-left.svg);
}

.slick-next {
  right: 0;
  background-image: url(../../images/arrow-right.svg);
}

.slick-disabled {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
  cursor: default;
}

.slick-disabled::before {
  color: #121212 !important;
}

/* support class style */
.full-bg {
  margin-left: -1000px;
  margin-right: -1000px;
  padding-left: 1000px;
  padding-right: 1000px;
}

@media (max-width: 1280px) {
  .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;
  }
}

.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;
  }
}

.container-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

body._main .header {
  /*background: transparent;*/
  height: 84px;
}

body._main .header__wrap {
  height: 86px;
}

body._main .main-nav-link {
  height: 86px;
}

body._main .header-logo {
  color: #fff;
}

body._main .header-logo__slogan {
  color: #fff;
}

/*body._main .header-logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}*/

body._main .footer {
  background: transparent;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 0;
}

body .footer__top {
  display: none;
}

@media (max-width: 767px) {
  /*body._main .footer {
    position: static;
    background: #121212;
  }*/
  body._main .footer__bottom {
    margin-top: 0;
  }
}

@media (max-width: 992px) {
  body._main .header__wrap {
    background: rgba(255, 255, 255, 0.8);
  }
  body._main .main-nav-link {
    height: auto;
  }
}

@media (max-width: 767px) {
  body._main .header__wrap {
    background: none;
  }
}

body.open-nav {
  overflow: hidden;
}

body.open-nav .cbc {
  overflow: hidden;
}

@media (max-width: 767px) {
  body.open-nav .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  body.open-nav .header__top {
    z-index: 999;
  }
  body.open-nav .header__action {
    z-index: 999;
  }
}

body.open-nav._main .header {
  background: #fff;
}

body.open-nav._main .header-logo {
  color: #121212;
}

body.open-nav._main .header-logo img {
  -webkit-filter: none;
          filter: none;
}

/* page content */
.cbc {
  min-height: 100%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-content {
  min-height: calc(100vh - 460px);
}

/* header */
.header {
  position: relative;
  z-index: 100;
  height: 86px;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;*/
  background: #fff;
}

@media (min-width: 768px) {
.header-fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 998;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-top: 0;
}
}

.header__wrap {
  position: relative;
  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: 86px;
  background: #fff;
  margin-left: 220px;
  margin-right: -1000px;
  padding-right: 1000px;
}

@media (max-width: 992px) {
  .header__wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: -20px;
    padding-right: 20px;
  }
}

@media (max-width: 568px) {
  .header__wrap {
    position: static;
    float: right;
    margin-left: 0;
    padding-left: 20px;
  }
}

.header__logo {
  position: absolute;
  right: 100%;
  top: 22px;
  bottom: 0;
  margin-right: 20px;
}

@media (max-width: 568px) {
  .header__logo {
    right: auto;
    left: 20px;
    z-index: 99999;
  }
}

.header__contacts {
  margin-left: 40px;
  min-width: 205px;
}

@media (max-width: 1200px) {
  .header__contacts {
    min-width: 165px;
  }
}

@media (max-width: 992px) {
  .header__contacts {
    min-width: initial;
    margin-left: 0;
  }
}

.header__burger {
  display: none;
}

@media (max-width: 992px) {
  .header__burger {
    display: block;
    margin-left: 30px;
  }
}

@media (max-width: 568px) {
  .header__burger {
    margin-left: 20px;
  }
}

.header__nav {
  width: calc(100% - 235px);
}

@media (max-width: 992px) {
  .header__nav {
    position: fixed;
    width: auto;
    top: 84px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background: #fff;
    z-index: 9999;
    display: none;
    padding: 50px 20px 20px;
  }
  .header__nav .header-feedback {
    display: block;
  }
}

.header-logo {
  display: block;
  width: 200px;
}

.header-logo__image {
  display: block;
  margin-bottom: 8px;width:153px;
}

.header-logo__slogan {
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #8E8E8E;
}

.header-phone {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .header-phone {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .header-phone {
    font-size: 16px;
  }
  .header-logo__image {width: 183px;}
}

@media (max-width: 767px) {
  .header-phone {
    display: block;
    overflow: hidden;
    text-indent: -1000px;
    font-size: 0;
    color: transparent;
    padding: 0;
    background: url(../../images/icon-phone.svg) center no-repeat;
    width: 42px;
    height: 42px;
    background-size: 28px;
    border-radius: 50%;
  }
}

.header-phone:hover {
  color: #00BA51;
}

.header-feedback {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  margin-top: 2px;
  color: #00BA51;
  border-bottom: 1px dashed;
}

@media (max-width: 1200px) {
  .header-feedback {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .header-feedback {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .header-feedback {
    display: none;
  }
}

.header-feedback:hover {
  border-bottom-color: transparent;
}

.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-contacts__msgr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

@media (max-width: 992px) {
  .header-contacts__msgr {
    display: none;
  }
}

.header-contacts__msgr img {
  display: block;
}

.header-contacts__msgr a {
  margin-right: 5px;
}

.header-contacts__msgr a:last-child {
  margin-right: 0;
}

.header-contacts__call {
  text-align: right;
}

.main-nav {
  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%;
}

@media (max-width: 992px) {
  .main-nav__item {
    margin: 0 5px;
  }
}

.main-nav__item:first-child {
  margin-right: 15px;
}

@media (max-width: 1200px) {
  .main-nav__item:first-child {
    margin-right: 5px;
  }
}

.main-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.08em;
  white-space: nowrap;
  height: 86px;
  padding: 0 5px;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .main-nav-link {
    font-size: 12px;
    padding: 0 4px;
  }
}

.main-nav-link.active, .main-nav-link:hover {
  color: #cf0000;
}

@media (min-width: 992px) {
  .main-nav-link._catalog {
    background: #cf0000;
    color: #fff;
    padding: 0 30px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .main-nav-link._catalog {
    padding: 0 15px;
  }
}

@media (min-width: 992px) {
  .main-nav-link._catalog:hover {
    color: #fff;
    background: #cf0000;
  }
  .main-nav-link._catalog::before {
    content: '';
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url(../../images/icon-menu.svg) top center no-repeat;
  }
  .main-nav-link._catalog.open::before {
    background-image: url(../../images/icon-cross.svg);
  }
}

@media (max-width: 992px) {
  .main-nav {
    display: block;
    margin-bottom: 45px;
  }
  .main-nav__item {
    display: block;
    margin: 0 0 25px;
  }
  .main-nav-link {
    display: block;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    position: relative;
    height: auto;
  }
  .main-nav-link.active {
    color: #00BA51;
  }
}

.drop-catalog {
  display: none;
  padding: 30px 30px 30px 30px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 1060px;
  background: #F8FFF5;
}

.drop-catalog.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1320px) {
  .drop-catalog {
    width: calc(100vw - 240px);
  }
}

.drop-catalog__col {
  margin-right: 112px;
}

.drop-catalog__col:last-child {
  margin-right: 0;
}

.drop-nav__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}

.drop-nav__item {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}

.drop-nav a:hover {
  color: #cf0000;
}

/* pages */
.slick-paging-info {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  opacity: 0.21;
}

.anmtli {
  opacity: 0;
}

.promo-box {
  position: relative;
  /*margin-top: -86px;*/
}

.promo-slider__item {
  display: block !important;
}

.promo-slider .slick-arrow {
  left: calc((100vw - 1220px) / 2);
}

@media (max-width: 1420px) {
  .promo-slider .slick-arrow {
    left: 40px;
  }
}

@media (max-width: 1200px) {
  .promo-slider .slick-arrow {
    left: 30px;
  }
}

@media (max-width: 992px) {
  .promo-slider .slick-arrow {
    left: 20px;
  }
}

.promo-slider .slick-dots {
  right: auto;
  margin-left: -10px;
  left: calc((100vw - 1280px) / 2);
  bottom: 180px;
}

@media (max-width: 1360px) {
  .promo-slider .slick-dots {
    left: 40px;
  }
}

@media (max-width: 1200px) {
  .promo-slider .slick-dots {
    left: 30px;
  }
}

@media (max-width: 992px) {
  .promo-slider .slick-dots {
    left: 20px;display:none !important;
  }
}

@media (max-width: 767px) {
  .promo-slider .slick-dots {
    bottom: 40px;
  }
}

.promo-slider .slick-dots li {
  background: #fff;
}

.promo-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 800px;
  height: 91vh;
  padding: 110px 0 220px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  align-items: end;
}

.promo-slide__wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

@media (max-width: 767px) {
  .promo-slide {
    padding: 160px 0 60px;
    height: auto;
    min-height: 100vh;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .promo-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
  }
}

.promo-slide-wrap {
  max-width: 960px;
  z-index: 2;
}

.promo-slide__title {
  margin-bottom: 20px;
}

.promo-slide__text {
  font-size: 20px;
  line-height: 32px;
  max-width: 780px;
}

@media (max-width: 568px) {
  .promo-slide__text {
    font-size: 18px;
    line-height: 1.4;
  }
}

.promo-slide__more {
  margin-top: 40px;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 1200px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 992px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section__title {
  margin-bottom: 30px;
}

.page-cover {
  height: 630px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  width: 100%;
}

@media (max-width: 767px) {
  .page-header {height: 340px !important;margin-bottom:50px !important;}
  .page-cover .title-h1 {font-size: 42px;}
  .page-cover {margin-bottom: 0px;height: 530px;}
  .title-h4 {margin-bottom:0px;}
}

.page-cover .container {
  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: 100%;
}

.page-cover .title-h1 {
  margin-bottom: 20px;
}

.page-cover__wrap {
  max-width: 820px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.page-cover .container::before {
    content: '';
    position: absolute;
    top: 0;
    left: -10000px;
    right: -10000px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
}

.product-list {
  padding-top: 1px;
}

@media (max-width: 767px) {
  .product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 20px;
    padding-right: 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .product-list::-webkit-scrollbar {
    display: none;
  }
}

.product-list__item {
  padding-bottom: 35px;
}

@media (max-width: 767px) {
  .product-list__item {
    padding-bottom: 0;
    padding: 0 10px;
    min-width: 80vw;
  }
}

.product-line-card {
  display: block;
  position: relative;
  padding: 25px 100px 25px 215px;
  background: #F8FFF5;
  margin-top: 60px;text-decoration:none !important;
}

@media (max-width: 992px) {
  .product-line-card {
    padding: 25px 25px 25px 170px;
  }
}

@media (max-width: 767px) {
  .product-line-card {
    padding: 20px;
  }
}

.product-line-card__thumb {
  position: absolute;
  bottom: 25px;
  left: 20px;
}

@media (max-width: 992px) {
  .product-line-card__thumb {
    left: 0;
  }
}

@media (max-width: 767px) {
  .product-line-card__thumb {
    position: static;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.product-line-card__thumb img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 170px;
  height: 170px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@media (max-width: 767px) {
  .product-line-card__thumb img {
    width: auto;
    height: auto;
    max-width: 65%;
  }
}

.product-line-card__title {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .product-line-card__title {
    margin-bottom: 25px;
	margin-left:21px;
  }
}

/*.product-line-card__param {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}*/

@media (max-width: 767px) {
  .product-line-card__param {
    display: block;
  }
}

.product-line-card__param .product-param {
  /*max-width: 240px;*/
  height: 100%;
  margin-bottom:20px;
}

.product-line-card:hover .product-line-card__thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.product-param {
  font-size: 16px;
  line-height: 24px;
  padding-left: 21px;
  background: url(../../images/marker.svg) left 9px no-repeat;
}

.product-param span {
  color: #000;
}

.product-param._white {
  background-image: url(../../images/marker-white.svg);
}

.product-param._white span {
  color: #000;
}

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .filter {
    display: block;
  }
}

.filter__item {
  margin-right: 24px;
}

@media (max-width: 767px) {
  .filter__item {
    margin: 0 0 10px;
    width: 100%;
  }
}

.filter__item:last-child {
  margin-right: 0;
}

.drop-list {
  position: relative;
}

.drop-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-radius: 5px;
  height: 46px;
  font-weight: 600;
  font-size: 16px;
  padding: 0 30px;
  background: #EDF5F1;
  white-space: nowrap;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drop-list__title:hover {
  color: #087839;
}

.drop-list__dropdown {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  margin-top: 10px;
  min-width: 100%;
  background: #EDF5F1;
  font-weight: 600;
  font-size: 16px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  padding: 10px 25px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .drop-list__dropdown {
    position: static;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 25px;
  }
}

.drop-list__dropdown a {
  display: block;
  padding: 10px 0;
  white-space: nowrap;
  min-width: 50px;
}

.drop-list__dropdown a:hover {
  color: #087839;
}

.product-card {
  display: block;
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
  text-decoration:none !important;
}

@media (max-width: 992px) {
  .product-card {
    padding: 0 20px 20px;
  }
}

.product-card::before {
  content: '';
  position: absolute;
  top: 190px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F8FFF5;
  z-index: -1;
}

@media (max-width: 992px) {
  .product-card::before {
    top: 130px;
  }
}

.product-card__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.product-card__thumb img {
  display: block;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  max-width: 100%;
  max-height:250px;
}

@media (max-width: 992px) {
  .product-card__thumb img {
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  .product-card__thumb img {
    max-width: 65%;
  }
}

.product-card__part {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ABABAB;
  margin-bottom: 15px;
}

.product-card__title {
  margin-bottom: 25px;
}

.product-card__param {display:none}

.product-card__param .product-param {
  margin-bottom: 10px;
}

.product-card__param .product-param:last-child {
  margin-bottom: 0;
}

.product-card:hover .product-card__thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.catalog-listing {
  margin-bottom: 80px;
}

.catalog-listing__slider {
  padding-bottom: 88px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .catalog-listing__slider {
    padding-bottom: 0;
  }
  .product-card__title, .product-card__part {margin-left:21px;}
}

.catalog-listing__slider:last-child {
  padding-bottom: 0;
}

.catalog-listing__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width:340px;
  margin:0 auto 40px;
}

.product-slider {
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 767px) {
  .product-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 20px;
    padding-right: 20px;
    scrollbar-width: none;
  }
  .product-slider::-webkit-scrollbar {
    display: none;
  }
}

.product-slider__item {
  width: 33.33%;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .product-slider__item {
    width: 100%;
    min-width: 80vw;
  }
}

.product-slider .slick-dots {
  bottom: 20px;
}

.product-slider .slick-track {
  margin: 0;
}

.product-slider .slick-list {
  overflow: visible;
}

.product-promo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  padding: 20px 0;
}

@media (max-width: 992px) {
  .product-promo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 20px;
    padding-right: 20px;
    scrollbar-width: none;
  }
  .product-promo-list::-webkit-scrollbar {
    display: none;
  }
}

.product-promo-list__item {
  width: 25%;
  padding: 0 10px;
}

@media (max-width: 992px) {
  .product-promo-list__item {
    min-width: 46vw;
  }
}

@media (max-width: 767px) {
  .product-promo-list__item {
    width: 100%;
    min-width: 80vw;
  }
}

.product-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  background: url(../../images/product-page-bg.jpg) center no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .product-page {
    margin-bottom: 80px;
  }
}

.product-page .container {
  padding-top: 145px;
  padding-bottom: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 992px) {
  .product-page .container {
    display: block;
  }
}

@media (max-width: 767px) {
  .product-page .container {
    padding-top: 100px;
    padding-bottom: 0;
  }
}

.product-page__gallery {
  width: 480px;
}

@media (max-width: 992px) {
  .product-page__gallery {
    width: auto;
  }
}

.product-page__detail {
  width: 540px;
  margin-right: 90px;
  height: 100%;
}

@media (max-width: 1200px) {
  .product-page__detail {
    margin-right: 0;
    margin-left: 30px;
  }
}

@media (max-width: 992px) {
  .product-page__detail {
    margin-top: 100px;
    margin-left: 0;
    width: auto;
    height: auto;
  }
}

@media (max-width: 767px) {
  .product-page__detail {
    margin: 80px -20px 0 -20px;
  }
}

.product-page__descr {
  margin-bottom: 60px;
}

.product-page__descr p {
  font-size: 20px;
  line-height: 32px;
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .product-page__descr p {
    font-size: 18px;
    line-height: 1.5;
  }
}

.product-page__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .product-page__info {
    display: block;
  }
}

.product-page__info .product-tabs {
  width: 265px;
  margin-right: 60px;
}

@media (max-width: 992px) {
  .product-page__info .product-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin: 0 0 40px;
  }
}

@media (max-width: 767px) {
  .product-page__info .product-tabs {
    margin: 0 0 30px;
  }
}

.product-page__info .tabs__box {
  width: calc(100% - 125px);
}

@media (max-width: 992px) {
  .product-page__info .tabs__box {
    width: auto;
  }
}

.product-page__info .params {
  margin-top: 17px;
  font-size: 20px;
}

.sert-card {
  display: block;
}

.sert-card img {
  display: block;
  width: 100%;
}

.params {
  max-width: 870px;
}

.params__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  .params__item {
    display: block;
    margin-bottom: 20px;
  }
}

.params__item:last-child {
  margin-bottom: 0;
}

.params__item::before {
  content: '';
  width: 100%;
  display: block;
  height: 1px;
  border-bottom: 1px dashed #A7EDC5;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 8px;
}

@media (max-width: 767px) {
  .params__item::before {
    display: none;
  }
}

.params__item strong {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .params__item strong {
    display: block;
    margin-bottom: 8px;
  }
}

.params__item span {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
 /*white-space: nowrap;*/
  min-width: 490px;
}

@media (max-width: 767px) {
  .params__item span {
    display: block;
    min-width: 0;
  }
}

.video-thumb {
  display: block;
  position: relative;
}

.video-thumb::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  background: url(../../images/play-button.svg) center no-repeat;
  z-index: 2;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.video-thumb::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.video-thumb img {
  width: 100%;
  display: block;
}

.video-thumb:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.video-thumb:hover::after {
  opacity: 1;
}

.product-tabs {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #8E8E8E;
}

@media (max-width: 992px) {
  .product-tabs {
    font-size: 18px;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .product-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    margin-left: -20px !important;
    margin-right: -20px !important;
    padding-left: 20px;
    padding-right: 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .product-tabs::-webkit-scrollbar {
    display: none;
  }
}

.product-tabs__item {
  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;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .product-tabs__item {
    display: block;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .product-tabs__item {
    white-space: nowrap;
    margin-right: 20px;
  }
  .product-tabs__item:last-child {
    margin-right: 0;
  }
}

.product-tabs__item:last-child {
  margin-bottom: 0;
}

.product-tabs__item.active {
  color: #cf0000;
}

.product-tabs__item.active::after {
  content: '';
  width: 16px;
  height: 20px;
  background: url(../../images/chevron-right.svg) right center no-repeat;
}

@media (max-width: 992px) {
  .product-tabs__item.active::after {
    display: none;
  }
}

.product-gallery {
  width: 100%;
}

.product-gallery a {
  display: block;
}

.product-gallery img {
  display: block;
  width: 100%;
}

.product-gallery .slick-arrow {
  top: 50%;
  bottom: initial;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.product-gallery .slick-dots {
  bottom: -40px;
}

.product-detail {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(0, 0, 0, 0.05)));
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
    -webkit-box-shadow: 0 5px 61px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 61px rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 30px 30px 90px 30px;
  position: relative;
}

@media (max-width: 767px) {
  .product-detail {
    padding: 30px 20px 90px 20px;
  }
}

.product-detail__part {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38px;
  padding: 0 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 30px;
  background: #cf0000;
  border-radius: 34px;
}

.product-detail__title {
  margin-bottom: 25px;color:#000;
}

.product-detail__param {
  max-width: 440px;
}

.product-detail__param {color:#000}

.product-detail__param .product-param {
  margin-bottom: 20px;
}

.product-detail__param .product-param p {color:#000}

.product-detail__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e1e1e1;
}

.product-detail__controls .product-button {
  border-right: 1px solid #e1e1e1;
}

.product-detail__controls .product-button:last-child {
  border-right: none;
}

.product-button {
  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: 100%;
  height: 77px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color:#000;
}

.product-button:hover {
  color: #cf0000;
}

.product-button::before {
  width: 18px;
  height: 18px;
  margin-right: 12px;
}

.product-button._favorit::before {
  content: '';
  background: url(../../uploads/sp_icon-heart.svg) center no-repeat;
}



.product-button._location::before {
  content: '';
  background: url(../../images/icon-pin.svg) center no-repeat;
}

/* popup */
.popup {
  display: none;
  width: 100%;
  max-width: 640px;
  padding: 50px 60px;
  font-family: "Inter Tight";
}

@media (max-width: 992px) {
  .popup {
    padding: 30px;
  }
}

@media (max-width: 568px) {
  .popup {
    padding: 20px;
  }
}

.popup__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 30px;
}

.popup .button {
  width: 100%;
}

/*.page-header {
  margin-top: 40px;
}*/

/*.page-header .title-h1 {
  margin-bottom: 0;
}*/

.page-header + .section {
  margin-top: -30px;
}

.page-header--service {
  padding-left: 210px;
}

@media (max-width: 1200px) {
  .page-header--service {
    padding-left: 0;
  }
}

.page-header--service .title-h1 {
  text-indent: -100px;
  padding-left: 100px;
}

@media (max-width: 992px) {
  .page-header--service .title-h1 {
    text-indent: 0;
    padding-left: 0;
  }
  .page-header--service .title-h1 br {
    display: none;
  }
}

/* footer */
.footer {
  padding: 60px 0;
    border-bottom: 7px solid #fe0004;
    /*border-top: 1px solid #f6f6f6;*/
}

@media (max-width: 992px) {
  .footer {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .footer {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.footer__top {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}

@media (max-width: 992px) {
  .footer__top {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .footer__top {
    display: block;
    margin-bottom: 10px;
  }
}

.footer__bottom {
  font-weight: 500;
  font-size: 14px;
  color: #7f7f7f;
  line-height: 24px;
  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;
  position: relative;
}

._main .footer__bottom {color:#E0E0E0}

.footer__bottom a:hover {
  color: #fff;
}

@media (max-width: 992px) {
  ._main .footer-develop {color:#e0e0e0}
  .footer__bottom {
    font-size: 13px;
    color: #F8FFF5;
  }
}

@media (max-width: 767px) {
  .footer__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__logo {
  margin-top: -5px;
}

@media (max-width: 767px) {
  .footer__logo {
    margin-bottom: 25px;
  }
}

@media (max-width: 992px) {
  .footer__nav {
    display: none;
  }
}

.footer__addr {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 992px) {
  .footer__addr {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .footer__addr {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .footer__soc {
    margin: 20px 0;
  }
}

.footer__develop {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;*/
  -webkit-box-align: flex-end;
      -ms-flex-align: flex-end;
          align-items: flex-end;
  -webkit-box-pack: flex-end;
      -ms-flex-pack: flex-end;
          justify-content: flex-end;
  top: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .footer__develop {
    position: static;
  }
}

.footer-logo {
  display: block;
  width: 220px;
}

.footer-logo__image {
  display: block;
  margin-bottom: 12px;
}

.footer-logo__slogan {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}

@media (max-width: 767px) {
  .footer-logo {
    width: auto;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.footer-logo._white {
  color: #fff;
}

.footer-logo._white img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.footer-phone {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: inline-block;
}

@media (max-width: 992px) {
  .footer-phone {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .footer-phone {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 5px;
  }
}

.footer-phone:hover {
  opacity: 0.7;
}

.footer-feedback {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}

.footer-feedback:hover {
  opacity: 0.7;
}

.footer-nav {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 64px;
          column-gap: 64px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1200px) {
  .footer-nav {
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
}

.footer-nav__item {
  margin-bottom: 30px;
}

.footer-nav a.active,
.footer-nav a:hover {
  opacity: 0.7;
}

.footer-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .footer-soc {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-soc__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;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-left: 15px;
  border: 1px solid rgba(127, 127, 127, 0.6);
}

.footer-soc__item-w {border: 1px solid rgba(255, 255, 255, 0.3);}

.footer-soc__item:hover {
  border-color: #fff;
}

.footer-soc img {
  display: block;
}

.footer-copyright {
  position: relative;
  z-index: 1;color: rgb(127 127 127);
}

._main .footer-copyright {
  color:#E0E0E0;
}

.footer-develop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-develop img {
  margin-left: 10px;
  display: block;
}
.partner-wrap {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.partner-item {width: 22%; margin-bottom: 15px;}

@media (max-width: 1024px) {
.partner-item {width: 30%;}
}

@media (max-width: 767px) {
.partner-item {width: 49%;}
.footer-develop {color:#7f7f7f;}
}

.product-page__descr {
  font-size: 20px;
  line-height: 32px;
}


.page-header-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;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .page-header-nav {
    display: block;
  }
}

.page-nav {
    -webkit-box-shadow: 0 5px 28px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 28px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(0, 0, 0, 0.1)));
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  padding: 0 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .page-nav {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .page-nav {
    min-width: 100%;
    min-width: auto;
    margin: 0 20px;
    flex-wrap: wrap;
  }
}

@media (max-width: 568px) {
  .page-nav {
    padding: 10px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.page-nav__item {
  padding: 0 10px;
}

@media (max-width: 568px) {
  .page-nav__item {
    padding: 0 5px;
  }
}

.page-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 51px;
  padding: 0 24px;
  font-size: 18px;
  border-bottom: 3px solid transparent;
  padding-top: 6px;
  white-space: nowrap;color:#121212;
}

@media (max-width: 1600px) {
  .page-nav__link {
    padding: 0 20px;
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .page-nav__link {
    padding: 0 10px;
  }
}

@media (max-width: 992px) {
  .page-nav__link {
    padding: 0;
    font-size: 14px;
  }
}

@media (max-width: 567px) {
  .page-nav__link {
    height: 32px;
  }
}

.page-nav__link.active {
  color: #e31e25;
  border-bottom-color: #e31e25;
}

@media (max-width: 567px) {
  .page-nav__link.active {
    border-bottom: none;
  }
}

.page-nav__link:hover {
    color: #e31e25;
}

.page-nav--lg {
  padding: 0 34px;
}

@media (max-width: 992px) {
  .page-nav--lg {
    padding: 0 25px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.page-nav--lg .page-nav__item {
  padding: 0 4px;
}

@media (max-width: 992px) {
  .page-nav--lg .page-nav__item {
    padding: 0;
  }
}

.page-nav--lg .page-nav__link {
  height: 55px;
}

.h-action__item {margin-right:5px;}

.h-action__item span {
position: absolute;
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: 14px;
height: 14px;
background: #6D6C6B;
color: #fff;
font-weight: 600;
font-size: 9px;
border-radius: 50%;
-webkit-transition: 0.3s;
transition: 0.3s;
margin-top: -15px;
margin-left: -8px;
}


.product-card__action {
  position: absolute;
  top: 23px;
  right: 17px;
  z-index: 10;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1200px) {
  .product-card__action {
    opacity: 1;
    visibility: visible;
  }
}

.product-card__action a {
  margin-bottom: 14px;
  display: block;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.4;
}

.product-card__action a:hover {
  opacity: 1;
}

.product-card__action a.active {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.product-card__action img {
  height: 24px;
}

.product-card_one a.active img {
    position: absolute;
}

.drop-nav__item.active a {
  color:#cf0000;
}

.product-list {display: none;}

#partner-form {
    margin-top: 50px;
}
.hidden {
    display: none;
}

.forms h2 {
  margin: 0;
  padding: 0;
  font-size: 36px;
}

.forms__label,
.forms label:not(.forms__check) {
  display: block;
  font-size: 16px;
  color: #000;
  margin-bottom: 8px;
}

.forms textarea,
.forms input[type="text"],
.forms input[type="password"],
.forms input[type="email"],
.forms input[type="tel"] {
  width: 100%;
  height: 55px;
  padding: 0 24px;
  font-size: 17px;
  text-align: left;
  color: #000;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e1e1e1;
}

@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;
  }
.product-card_one a.active img {
    position: relative;
}
}

.forms textarea {
  padding: 18px;
  resize: none;
  height: 115px;
}

.forms__range-group {
  width: 100%;
  height: 55px;
  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;
  border: 1px solid #e1e1e1;
  border-radius: 30px;
  padding: 0 18px;
  font-size: 20px;
}

.forms__range-group span {
  color: #999a9b;
  white-space: nowrap;
}

.forms__range-group input[type="text"] {
  background: none;
  border: none;
  height: 53px;
  font-size: 20px;
  text-align: center;
}

.forms .jq-selectbox {
  width: 100%;
z-index:10 !important;
}

.forms__field,
.forms .field {
  margin-bottom: 20px;
  width: 100%;
font-size:17px;
}

.forms__field:last-child {
  margin: 0;
}

.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: 17px;
}

.forms__check .jq-checkbox {
  margin-right: 15px;
}

.forms__check input[type="checkbox"] {margin-right:10px;}

.forms__radio .jq-radio {
  margin-right: 15px;
}

.forms__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.forms__buttons .button,
.forms__buttons input[type="submit"],
.forms__buttons input[type="reset"] {
  width: 250px;
}

.forms__hint {
  color: #e31e25;
  font-size: 18px;
  line-height: 24px;
}

.forms .st {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.5;
}

.jq-selectbox ul li::before {display:none}

.date {
    color: grey;
    margin: 20px 0;
}
.retoop {display: block;margin-bottom: 30px;color: #e31e25;text-decoration:none !important}
.retoop:hover {color:#121212}

@media (max-width: 1400px) {
.o-brende-bg {background-position-y:-40px;}
}

.error {
  background: pink !important;
}

.slick-load .bg-scale .promo-slide__bg {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.promo-slide__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 12s;
  transition: 12s;
}


.partners-wrap {display: flex; flex-wrap: wrap; align-items: center;}
.partners-item {width: 20%; margin-bottom: 15px; text-align: center;}
.partners-item img {max-width: 230px; max-height: 130px;}
@media (max-width: 1024px) {
.partners-item {width: 33%;}
.partners-item img {max-width: 230px; width: 100%; max-height: 130px;}
}
.mob_cat_menu {display:none}
@media (max-width: 680px) {
.mob_cat_menu {display:block;margin: 15px;}
.mob_cat_menu .drop-nav__title {margin: 15px 0 5px;}
.partners-wrap {justify-content: space-between;}
.partners-item {width: 43%;}
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.zoomIn {
  -webkit-animation: 2s ease-out 0s 1 zoomIn;
          animation: 2s ease-out 0s 1 zoomIn;
}

.page-header {
  position: relative;
  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;
  margin-bottom: 110px;
  height: 630px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #ddd;
}
.page-header__bg {
  position: absolute;
  top: -50px;
  left: -50px;
  right: -50px;
  bottom: -50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-header__bg--mob {
  display: none;
  position: absolute;
  top: -50px;
  left: -50px;
  right: -50px;
  bottom: -50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.inner-page .container .typography {padding-top:0px;}

.param_name {font-size: 16px;line-height: 24px;color: #121212;}
.product-line-card__param .product-param span p {font-size: 16px;line-height: 24px;}

.desk {display:block}
.mob {display:none}

@media (max-width: 680px) {
  .desk {display:none !important}
  .mob {display:block !important}
  .page-cover {height:340px}
  .page-header__bg {display: none;}
  .page-header__bg--mob {display: block;}
}

/*# sourceMappingURL=style.css.map */
/* Stylesheet: Стиль Modified On 2023-10-30 11:38:42 */
