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: #F3F3F3;
}

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;
}

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: #1D1D1B;
}

input:-ms-input-placeholder {
  opacity: 0.7;
  color: #1D1D1B;
}

input::-ms-input-placeholder {
  opacity: 0.7;
  color: #1D1D1B;
}

input::placeholder {
  opacity: 0.7;
  color: #1D1D1B;
}

textarea::-webkit-input-placeholder {
  opacity: 0.7;
  color: #1D1D1B;
}

textarea:-ms-input-placeholder {
  opacity: 0.7;
  color: #1D1D1B;
}

textarea::-ms-input-placeholder {
  opacity: 0.7;
  color: #1D1D1B;
}

textarea::placeholder {
  opacity: 0.7;
  color: #1D1D1B;
}

input[type="submit"] {
  cursor: pointer;
}

textarea,
button,
input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  outline: none;
}

body, td, input, textarea, button {
  color: #1D1D1B;
  font-family: "Averta", 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: -24px;
}

@media (max-width: 992px) {
  .row {
    margin: -8px;
  }
}

.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: 24px;
}

@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: 8px;
  }
}

.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: "Averta";
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 40px;
}

.title-h1 {
  font-size: 48px;
  text-align: left;
}

@media (max-width: 568px) {
  .title-h1 {
    font-size: 30px;
  }
}

.title-h2 {
  font-size: 32px;
}

@media (max-width: 568px) {
  .title-h2 {
    font-size: 24px;
  }
}

.title-h3 {
  font-size: 17px;
}

@media (max-width: 992px) {
  .title-h3 {
    font-size: 16px;
  }
}

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: 55px;
  -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: bold;
  font-size: 17px;
  border: none;
  border-radius: 10px;
  color: #fff;
  background: #1EABFA;
margin-bottom: 5px;
}

@media (max-width: 767px) {
  .cms_submit,
  .button {
    padding: 0 15px;
    height: 54px;
    font-size: 18px;
  }
}

.cms_submit.disable,
.button.disable {
  cursor: default;
}

.cms_submit:not(.disable):hover,
.button:not(.disable):hover {
  color: #fff;
  background: #FD3434;
}

.cms_submit:not(.disable):hover::after,
.button:not(.disable):hover::after {
  -webkit-filter: none;
          filter: none;
}

.cms_submit--white,
.button--white {
  color: #1EABFA;
  background: #fff;
}

.cms_submit--white:not(.disable):hover,
.button--white:not(.disable):hover {
  color: #fff;
  background: #FD3434;
}

.cms_submit--red,
.button--red {
  color: #fff;
  background: #FD3434;
}

.cms_submit--red:not(.disable):hover,
.button--red:not(.disable):hover {
  color: #fff;
  background: #1EABFA;
}

.cms_submit--border,
.button--border {
  color: #1EABFA;
  border: 1px solid #1EABFA;
  background: #fff;
}

.cms_submit--border:not(.disable):hover,
.button--border:not(.disable):hover {
  color: #fff;
  background: #1EABFA;
}

.cms_submit--sm,
.button--sm {
  height: 50px;
  font-size: 16px;
  padding: 0 20px;
}

.cms_submit--xsm,
.button--xsm {
  font-weight: normal;
  height: 47px;
  padding: 0 25px;
}

.box-header {
  margin-bottom: 60px;
  position: relative;
  padding-right: 200px;
}

@media (max-width: 1200px) {
  .box-header {
    margin-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .box-header {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .box-header {
    margin-bottom: 30px;
  }
}

.box-header--tabs {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 992px) {
  .box-header--tabs {
    display: block;
  }
  .box-header--tabs .tabs__header {
    margin-top: 30px;
  }
}

.box-header__title {
  margin-bottom: 5px;
}

.box-header__subtitle {
  font-size: 18px;
  line-height: 24px;
}

.box-header__action {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
}

@media (max-width: 992px) {
  .box-header__action {
    display: none;
  }
}

.box-header__action .button {
  min-width: 165px;
}

.hr {
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  margin: 50px -50px;
}

.space-bottom {
  padding-bottom: 60px;
}

.typography {
  font-size: 18px;
  line-height: 1.5;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
  padding: 0;
  margin: 0;
  font-family: "Averta";
  font-weight: bold;
  margin: 20px 0 20px;
  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;
  text-align: left;
}

@media (max-width: 568px) {
  .typography h1 {
    font-size: 36px;
  }
}

.typography h2 {
  font-size: 32px;
}

@media (max-width: 568px) {
  .typography h2 {
    font-size: 24px;
  }
}

.typography h3 {
  font-size: 17px;
}

@media (max-width: 992px) {
  .typography h3 {
    font-size: 16px;
  }
}

.typography P {
  font-size: 17px;
  line-height: 1.4;
  margin: 0 0 20px;
}

.typography P: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: 17px;
  line-height: 1.4;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
}

.typography ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #1D1D1B;
  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 li {
  font-size: 17px;
  line-height: 1.4;
  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 #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
  text-align: left;
  color: #1EABFA;
  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 #F3F3F3;
}

.typography table th:last-child {
  border-radius: 0 15px 15px 0;
  border-right: 1px solid #F3F3F3;
}

.typography table td {
  height: 60px;
  font-size: 17px;
  line-height: 1.4;
  padding: 15px 30px;
  background: #1EABFA;
}

@media (max-width: 767px) {
  .typography table td {
    font-size: 16px;
    padding: 15px;
  }
}

.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;
    /*
		padding-top: 60px;
		background: url(../../images/icon-hscroll.svg)  center 15px no-repeat;
		background-size: 32px 32px;
		*/
  }
}

.breadcrumb {
  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;
  color: #1EABFA;
  font-size: 15px;
}

@media (max-width: 992px) {
  .breadcrumb {
    padding: 20px 0 15px;
  }
}

@media (max-width: 568px) {
  .breadcrumb {
    font-size: 12px;
    padding: 20px 0 10px;
  }
}

.breadcrumb a:hover {
  color: #1D1D1B;
}

.breadcrumb__sepor {
  width: 16px;
  height: 16px;
  margin: 0 4px;
  opacity: 0.4;
  background: url(../../images/breadcrumb-sepor.svg) center no-repeat;
}

.page-content {
  min-height: 100%;
}

.page-content--inner {
  padding-top: 50px;
}

.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: #FD3434;
}

.forms__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  margin: 0 -8px 16px;
}

@media (max-width: 767px) {
  .forms__field {
    display: block;
  }
}

.forms__field-el {
  width: 100%;
  padding: 0 8px;
  position: relative;
}

@media (max-width: 767px) {
  .forms__field-el {
    margin-bottom: 20px;
  }
}

.forms__field-el.required::after {
  content: '*';
  position: absolute;
  top: 12px;
  right: 20px;
  color: #a5a5a4;
  font-size: 16px;
}

.forms__field:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .forms__field {
    margin-bottom: 20px;
  }
}

.forms__submit {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .forms__submit {
    display: block;
  }
}

.forms__submit-button {
  min-width: 200px;
  width: 200px;
}

@media (max-width: 767px) {
  .forms__submit-button {
    width: 100%;
  }
}

.forms__submit-note {
  margin-left: 24px;
  width: 100%;
  color: #a5a5a4;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .forms__submit-note {
    margin: 20px 0 0;
  }
}

.forms__submit-note a {
  text-decoration: underline;
}

.forms__submit-note a:hover {
  text-decoration: none;
}

.forms__note {
  font-size: 13px;
  line-height: 18px;
  color: #2f2f2f;
  margin-bottom: 20px;
}

.forms__note:last-child {
  margin-bottom: 0;
}

.forms textarea,
.forms input[type="text"],
.forms input[type="password"],
.forms input[type="email"],
.forms input[type="tel"] {
  width: 100%;
  height: 56px;
  padding: 0 20px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border-radius: 8px;
  background: #F3F3F3;
  border: none;
}

@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::-webkit-input-placeholder,
.forms input[type="text"]::-webkit-input-placeholder,
.forms input[type="password"]::-webkit-input-placeholder,
.forms input[type="email"]::-webkit-input-placeholder,
.forms input[type="tel"]::-webkit-input-placeholder {
  opacity: 1;
  color: #a5a5a4;
}

.forms textarea:-ms-input-placeholder,
.forms input[type="text"]:-ms-input-placeholder,
.forms input[type="password"]:-ms-input-placeholder,
.forms input[type="email"]:-ms-input-placeholder,
.forms input[type="tel"]:-ms-input-placeholder {
  opacity: 1;
  color: #a5a5a4;
}

.forms textarea::-ms-input-placeholder,
.forms input[type="text"]::-ms-input-placeholder,
.forms input[type="password"]::-ms-input-placeholder,
.forms input[type="email"]::-ms-input-placeholder,
.forms input[type="tel"]::-ms-input-placeholder {
  opacity: 1;
  color: #a5a5a4;
}

.forms textarea::placeholder,
.forms input[type="text"]::placeholder,
.forms input[type="password"]::placeholder,
.forms input[type="email"]::placeholder,
.forms input[type="tel"]::placeholder {
  opacity: 1;
  color: #a5a5a4;
}

.forms textarea {
  padding: 14px 20px;
  resize: none;
  height: 88px;
}

@media (max-width: 767px) {
  .forms textarea {
    padding: 15px 15px;
  }
}

.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: 14px;
}

.forms__check > span, .forms__radio > span {
  position: relative;
  top: -1px;
}

.forms__check .jq-checkbox {
  margin-right: 15px;
}

.forms__radio .jq-radio {
  margin-right: 15px;
}

.forms--white .jq-selectbox,
.forms--white textarea,
.forms--white input[type="text"],
.forms--white input[type="password"],
.forms--white input[type="email"],
.forms--white input[type="tel"] {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.forms--white .jq-selectbox:disabled,
.forms--white textarea:disabled,
.forms--white input[type="text"]:disabled,
.forms--white input[type="password"]:disabled,
.forms--white input[type="email"]:disabled,
.forms--white input[type="tel"]:disabled {
  background: rgba(244, 244, 244, 0.5);
}

.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;
}

.error {
  background: pink !important;
}

.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: #1D1D1B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.burger-btn::before, .burger-btn::after {
  content: '';
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #1D1D1B;
  -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: #1D1D1B;
}

.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);
}

.page-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: #1D1D1B;
  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(../../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: #1EABFA;
}

.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: 17px;
  padding-right: 24px;
  color: #1EABFA;
  background: url(../../images/arrow-right.svg) right center no-repeat;
}

.more-link:hover {
  -webkit-filter: brightness(0%);
          filter: brightness(0%);
}

.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 */
.fancybox-close-small {
  overflow: hidden;
  top: 5px;
  right: 5px;
}

.fancybox-close-small svg {
  opacity: 0.4;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #1EABFA;
  opacity: 0.4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 8px !important;
}

.swiper-pagination-bullet:hover {
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #1D1D1B;
  opacity: 1;
}

.slick-dots {
  position: absolute;
  bottom: 45px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1EABFA;
  opacity: 0.4;
  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;
}

.slick-dots li:hover {
  opacity: 1;
}

.slick-dots li.slick-active {
  background: #1D1D1B;
  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;
  z-index: 100;
  width: 55px;
  height: 24px;
  border: none;
  cursor: pointer;
  text-indent: 1000px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
}

.slick-arrow:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.slick-prev {
  bottom: 45px;
  background-image: url(../../images/arrow-left.svg);
}

.slick-next {
  bottom: 45px;
  background-image: url(../../images/arrow-right.svg);
  margin-left: 110px;
}

.slick-disabled {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
  cursor: default;
}

.slick-disabled::before {
  color: #1D1D1B !important;
}

.drop-list {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 30px;
}

.drop-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 60px;
  font-size: 14px;
  padding: 0 60px 0 30px;
  background: url(../../images/chevron-down.svg) right 30px center no-repeat;
  white-space: nowrap;
}

.drop-list__dropdown {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 100%;
  right: 0;
  min-width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-bottom: none;
  background: #fff;
  margin-top: 10px;
  font-size: 14px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}

.drop-list__dropdown li {
  cursor: pointer;
  white-space: nowrap;
}

.drop-list__dropdown li:hover {
  color: #1EABFA;
}

.drop-list__dropdown a {
  display: block;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  -webkit-transition: none;
  transition: none;
}

/* 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;
  }
}

.full-width {
  width: 100vw;
  margin: 0 auto;
}

.full-page {
  margin-left: -1000px;
  margin-right: -1000px;
}

.full-page__wrap {
  width: 100vw;
  margin: 0 auto;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.white-bg {
  background-color: #fff;
}

.black-bg {
  background-color: #1D1D1B;
}

.orange-bg {
  background-color: #1EABFA;
}

.gray-bg {
  background-color: #8e8e8d;
}

.gray-light-bg {
  background-color: #F3F3F3;
}

.clr-white {
  color: #fff;
}

.clr-gray {
  color: #8e8e8d;
}

.clr-gray-dark {
  color: #2f2f2f;
}

.nowrap {
  white-space: nowrap;
}

.bottom-space {
  padding-bottom: 30px;
}

.top-space {
  padding-top: 30px;
}

/* ELEMENT LIST */
.element-list__wrap {
  width: 100%;
  max-width: 1280px;
  min-width: 992px;
  padding: 40px 40px 0;
  margin: 0 auto;
  background: #fff;
}

.element-list__item {
  margin: 60px 0;
}

.element-list a:hover {
  color: #1EABFA;
}

.element-item__title {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 30px;
}

.element-item__title:last-child {
  margin-bottom: 0;
}

.element-item__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 15px;
}

.element-item__group:last-child {
  margin-bottom: 0;
}

.element-item__el {
  margin-right: 20px;
  position: relative;
}

.element-item__el:last-child {
  margin-right: 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;
  }
}

@media (max-width: 568px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

body.open-nav {
  overflow: hidden;
}

body.open-nav .cbc {
  overflow: hidden;
}

/* page content */
@media (max-width: 568px) {
  body {
    padding-top: 83px;
  }
}

.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;
}

.anmtli {
  opacity: 0;
}

/* header */
.header {
  position: relative;
  padding-top: 25px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #e0e0e0;
}

@media (max-width: 992px) {
  .header {
    padding-top: 15px;
    padding-bottom: 35px;
    z-index: 9999;
  }
}

@media (max-width: 568px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #F3F3F3;
  }
}

.header__top {
  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;
}

@media (max-width: 992px) {
  .header__top {
    margin-bottom: 0;
    padding: 0 80px 0 170px;
    height: 32px;
  }
}

.header__top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__top-right > * {
  margin-left: 32px;
}

@media (max-width: 1200px) {
  .header__top-right > * {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .header__top-right > * {
    margin-left: 30px;
  }
}

.header__top-right > *:first-child {
  margin-left: 0;
}

.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;
}

.header__wrap-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__wrap-action {
    display: none;
    width: 260px;
  }
}

@media (max-width: 568px) {
  .header__wrap-action {
    width: 100%;
  }
}

.header__wrap-action .button {
  margin-left: 16px;
  height: 44px;
  padding: 0 20px;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .header__wrap-action .button {
    margin-left: 10px;
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
  }
}

@media (max-width: 992px) {
  .header__wrap-action .button {
    width: 100%;
    margin: 0 0 20px;
  }
  .header__wrap-action .button.button--white {
    background: #FD3434;
    color: #fff;
  }
}

.header__wrap-action .button:first-child {
  margin-left: 0;
}

.header__wrap-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 47%;
}

@media (max-width: 1200px) {
  .header__wrap-nav {
    width: 100%;
    padding: 0 25px;
  }
}

@media (max-width: 992px) {
  .header__wrap-nav {
    position: fixed;
    top: 82px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background: #fff;
    z-index: 9999;
    display: none;
    padding: 40px 20px 20px;
  }
  .header__wrap-nav .h-top-nav,
  .header__wrap-nav .header__wrap-action {
    display: block;
  }
}

@media (max-width: 767px) {
  .header__wrap-nav .h-loc,
  .header__wrap-nav .h-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 992px) {
  .header__wrap-logo {
    position: absolute;
    top: 0;
    left: 20px;
  }
}

.header__wrap-burger {
  display: none;
}

@media (max-width: 992px) {
  .header__wrap-burger {
    display: none;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -10px;
  }
  .header__wrap-burger.open {
    margin-top: -14px;
  }
}

.header__burger {
  display: none;
}

@media (max-width: 992px) {
  .header__burger {
    display: block;
  }
}

.h-logo img {
  display: block;
}

@media (max-width: 1200px) {
  .h-logo img {
    width: 140px;
  }
}

.h-loc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
}

@media (max-width: 767px) {
  .h-loc {
    display: none;
    margin-bottom: 25px;
  }
}

@media (max-width: 992px) {
  .h-loc__label {
    display: none;
  }
}

@media (max-width: 767px) {
  .h-loc__label {
    display: block;
  }
}

.h-loc__link {
  padding-left: 24px;
  color: #1EABFA;
  background: url(../../images/icon-location.svg) left center no-repeat;
  margin-left: 6px;
}

.h-loc__link:hover {
  -webkit-filter: brightness(0%);
          filter: brightness(0%);
  opacity: 0.9;
}

.h-auth-link {
  font-size: 15px;
  padding-left: 24px;
  color: #1EABFA;
  background: url(../../images/icon-account-circle-fill.svg) left center no-repeat;
}

@media (max-width: 1200px) {
  .h-auth-link {
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    text-indent: -1000px;
    font-size: 0;
    color: transparent;
    padding: 0;
    -webkit-filter: none;
            filter: none;
    background-position: center;
    background-size: 26px;
  }
}

.h-auth-link:hover {
  -webkit-filter: brightness(0%);
          filter: brightness(0%);
  opacity: 0.9;
}

.h-phone {
  font-size: 15px;
  padding-left: 24px;
  background: url(../../images/icon-phone.svg) left 2px no-repeat;
  color: #1EABFA;
  -webkit-filter: brightness(0%);
          filter: brightness(0%);
  opacity: 0.9;
}

@media (max-width: 1200px) {
  .h-phone {
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    text-indent: -1000px;
    font-size: 0;
    color: transparent;
    padding: 0;
    -webkit-filter: none;
            filter: none;
    background-position: center;
    background-size: 24px;
  }
}

.h-phone:hover {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  opacity: 1;
}

.h-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  .h-soc {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .h-soc {
    display: none;
    margin-top: 60px;
    padding: 0 0 30px;
  }
}

.h-soc__item {
  display: block;
  margin-left: 24px;
}

.h-soc__item:first-child {
  margin-left: 0;
}

.h-soc__item:hover {
  -webkit-filter: brightness(0%);
          filter: brightness(0%);
  opacity: 0.9;
}

.h-soc__item img {
  display: block;
  width: 24px;
  height: 24px;
}

@media (max-width: 767px) {
  .h-soc__item img {
    width: 48px;
    height: 48px;
  }
}

.h-top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .h-top-nav {
    display: none;
    margin-bottom: 40px;
    font-size: 22px;
  }
}

.h-top-nav__item {
  margin-left: 25px;
}

@media (max-width: 992px) {
  .h-top-nav__item {
    margin: 0 0 15px;
  }
}

.h-top-nav a {
  color: #8e8e8d;
}

@media (max-width: 992px) {
  .h-top-nav a {
    color: #1D1D1B;
  }
}

.h-top-nav a:hover {
  color: #1EABFA;
}

.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%;
}

.main-nav__item {
  position: relative;
}

.main-nav__link {
  font-weight: bold;
  font-size: 17px;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .main-nav__link {
    font-size: 16px;
  }
}

.main-nav__link.active, .main-nav__link:hover {
  color: #1EABFA;
}

.main-nav__item:hover .main-nav__link {
  color: #1EABFA;
}

@media (min-width: 993px) {
  .main-nav__item:hover .main-nav-subn {
    display: block;
  }
}

.main-nav__item.open-subn .main-nav__link {
  padding-right: 20px;
  position: relative;
}

.main-nav__item.open-subn .main-nav__link::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  opacity: 0.4;
  background: url(../../images/arrow-down.svg) center no-repeat;
}

@media (max-width: 992px) {
  .main-nav {
    display: block;
    margin-bottom: 30px;
  }
  .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;
  }
  .main-nav__link.active {
    color: #1EABFA;
  }
}

@media (max-width: 568px) {
  .main-nav__item {
    margin: 0 0 20px;
  }
  .main-nav__link {
    font-size: 22px;
    line-height: 1.3;
  }
}

.main-nav-subn {
  position: absolute;
  top: 100%;
  left: 0;
  white-space: nowrap;
  padding: 20px 30px 20px 20px;
  background: #fff;
  -webkit-box-shadow: -2px 4px 20px rgba(123, 123, 123, 0.08), 3px 4px 29px rgba(123, 123, 123, 0.08);
          box-shadow: -2px 4px 20px rgba(123, 123, 123, 0.08), 3px 4px 29px rgba(123, 123, 123, 0.08);
  z-index: 99999;
  margin-top: 15px;
  border-radius: 8px;
  display: none;
}

@media (max-width: 992px) {
  .main-nav-subn {
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 0 0 25px;
    font-size: 20px;
  }
  .main-nav-subn .col {width: 100%;display:block}
}

.main-nav-subn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 100%;
  right: 0;
  height: 15px;
}

.main-nav-subn__item {
  margin-bottom: 8px;
}

@media (max-width: 992px) {
  .main-nav-subn__item {
    margin-bottom: 15px;
  }
}

.main-nav-subn__item:last-child {
  margin-bottom: 0;
}

.main-nav-subn a.active,
.main-nav-subn a:hover {
  color: #1EABFA;
}

/* pages */
.promo-box {
  position: relative;
  margin-top: -1px;
}

.promo-slider__item {
  display: block !important;
}

@media (max-width: 767px) {
  .promo-slider .slick-dots {
    bottom: 20px;
  }
}

.promo-slide {
  position: relative;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.promo-slide-wrap {
  position: relative;
  z-index: 99;
}

.promo-slide-cover {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1200px) {
  .promo-slide-cover {
    right: -150px;
  }
}

@media (max-width: 992px) {
  .promo-slide-cover {
    right: -350px;
  }
}

@media (max-width: 767px) {
  .promo-slide-cover {
    right: -420px;
    opacity: 0.6;
  }
}

.promo-slide-cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.promo-slide__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  margin: 0 0 25px;
}

.promo-slide__text {
  font-size: 19px;
  line-height: 1.4;
  max-width: 400px;
  color: #8e8e8d;
}

@media (max-width: 568px) {
  .promo-slide__text {
    font-size: 18px;
  }
}

.promo-slide__more {
  margin-top: 25px;
}

.promo-slide__more .button {
  width: 175px;
}

.promo-slide__label {
  margin-bottom: 25px;
}

.red-label-left {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  background: #FD3434;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding-right: 12px;
  border-radius: 0px 4px 4px 0px;
  margin-left: 24px;
}

.red-label-left::before {
  content: '';
  position: absolute;
  right: 100%;
  width: 20px;
  height: 32px;
  background: url(../../images/red-label-decor-left.svg) center no-repeat;
}

.red-label-right {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  background: #FD3434;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding-left: 12px;
  border-radius: 4px 0px 0px 4px;
  margin-right: 24px;
}

.red-label-right::after {
  content: '';
  position: absolute;
  left: 100%;
  width: 20px;
  height: 32px;
  background: url(../../images/red-label-decor-right.svg) center no-repeat;
}

.section {
  padding: 30px 0;
}

@media (max-width: 1200px) {
  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media (max-width: 767px) {
  .section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.section-box__title {
  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: 40px;
}

.section-box__title .title-h2 {
  margin: 0;
}

.section-outer {
  margin-top: 64px;
  margin-bottom: 64px;
}

@media (max-width: 1200px) {
  .section-outer {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

@media (max-width: 767px) {
  .section-outer {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.tarif-list__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .tarif-list__nav {
    display: block;
  }
}

.tarif-list__nav-item {
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  margin-right: 16px;
}

@media (max-width: 767px) {
  .tarif-list__nav-item {
    width: 100%;
    margin: 0 0 16px;
  }
  .tarif-list__nav-item .jq-selectbox {
    width: 100%;
  }
}

.tarif-list__nav .jq-selectbox__select {
  height: 50px;
  padding: 0 40px 0 16px;
}

.tarif-list__nav .jq-selectbox__select-text {
  font-weight: bold;
  font-size: 24px;
  line-height: 50px;
}

@media (max-width: 767px) {
  .tarif-list__nav .jq-selectbox__select-text {
    font-size: 18px;
  }
}

.tarif-list__slider {
  position: relative;
}

.tarif-list__slider::before {
  content: '';
  position: absolute;
  right: calc((100vw - 1280px) / -2);
  top: 0;
  bottom: 0;
  width: 184px;
  z-index: 99;
  background: -webkit-gradient(linear, right top, left top, from(#F3F3F3), to(rgba(243, 243, 243, 0)));
  background: linear-gradient(270deg, #F3F3F3 0%, rgba(243, 243, 243, 0) 100%);
}

@media (max-width: 1360px) {
  .tarif-list__slider::before {
    right: -40px;
  }
}

@media (max-width: 992px) {
  .tarif-list__slider::before {
    right: -20px;
  }
}

@media (max-width: 1200px) {
  .tarif-list__slider::before {
    display: none;
  }
}

.tarif-list__note {
  text-align: center;
  margin-top: 64px;
}

.tarif-list__note-title {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 15px;
}

.tarif-list__info {
  color: #8e8e8d;
  font-size: 15px;
  margin-bottom: -40px;
}

@media (max-width: 767px) {
  .tarif-list__info {
    margin-top: 30px;
    margin-bottom: 0;
  }
}

.tarif-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
}

.tarif-slider__item {
  font-size: 18px;
  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: auto;height: auto;
}

@media (max-width: 992px) {
  .tarif-slider__item {
    width: 47%;
  }
}

@media (max-width: 568px) {
  .tarif-slider__item {
    width: 95%;
  }
}

.tarif-slider .swiper-pagination {
  bottom: 0;
}


.tarif-slider .swiper-button-next,
.tarif-slider .swiper-button-prev {
  top: auto;
  margin-top: 0;
  bottom: -13px;
}

@media (max-width: 992px) {
  .tarif-slider .swiper-button-next,
  .tarif-slider .swiper-button-prev {
    display: none;
  }
}


.tarif-card {
  width: 417px;
  border-radius: 32px;
  padding: 40px 35px;
  background: #fff;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  height: 100%;
}

.tarif-card:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  .tarif-card {
    width: 100%;
  }
}

.tarif-card__title {
  font-size: 30px;
  color: #1EABFA;
}

.tarif-card__info-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 28px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.tarif-card__info-title::before {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.tarif-card__info-title.icon-internet::before {
  content: '';
  background-image: url(../../images/icon-internet.svg);
}

.tarif-card__info-title.icon-tv::before {
  content: '';
  background-image: url(../../images/icon-tv.svg);
}

.tarif-card__info-title.icon-plus::before {
  content: '';
  background-image: url(../../images/icon-plus.svg);
}

.tarif-card__info-descr {
  color: #a5a5a4;
  font-size: 15px;
  min-height: 95px;
}

.tarif-card__info-descr a {color:#1EABFA;border-bottom: dashed 1px #1EABFA;}
.tarif-card__info-descr a:hover {border-bottom: dashed 1px #fff;}

.tarif-card__info-descr div {
  margin-bottom: 3px;
}

.tarif-card__info-descr div:last-child {
  margin-bottom: 0;
}

.tarif-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

.tarif-card__price .red-label-left {
  margin-left: 36px;
}

.tarif-card__action .button {
  width: 100%;
}

.tarif-card--red .tarif-card__title {
  color: #FD3434;
}

.tarif-card--red .tarif-card__info-title.icon-internet::before {
  background-image: url(../../images/icon-internet-red.svg);
}

.tarif-card--red .tarif-card__info-title.icon-tv::before {
  background-image: url(../../images/icon-tv-red.svg);
}

.tarif-card--red .tarif-card__info-title.icon-plus::before {
  background-image: url(../../images/icon-plus-red.svg);
}

.tarif-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tarif-price__val {
  font-size: 48px;
}

.tarif-price__unit {
  color: #a5a5a4;
  margin-left: 8px;
}

.tarif-price__unit span {
  display: block;
  line-height: 1;
}

.tarif-price__unit span:first-child {
  border-bottom: 1px solid #a5a5a4;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.sepor {
  height: 1px;
  border-bottom: 1px dashed #e0e0e0;
  margin: 24px 0;
}

.promo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -16px 56px;
}

@media (max-width: 767px) {
  .promo-list {
    display: block;
    margin: 0 0 56px;
  }
}

.promo-list__item {
  width: 50%;
  padding: 0 16px;
}

@media (max-width: 767px) {
  .promo-list__item {
    width: 100%;
    padding: 0 0 32px;
  }
  .promo-list__item:last-child {
    padding: 0;
  }
}

.promo-card {
  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;
  width: 100%;
  height: 325px;
  padding: 40px 48px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .promo-card {
    padding: 40px 32px;
  }
}

@media (max-width: 992px) {
  .promo-card {
    padding: 24px;
  }
}

.promo-card::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #1D1D1B;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.promo-card:hover::before {
  opacity: 0.3;
}

.promo-card__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}

@media (max-width: 992px) {
  .promo-card__title {
    font-size: 32px;
  }
}

.promo-card__param {
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 992px) {
  .promo-card__param {
    display: block;
  }
}

@media (max-width: 992px) {
  .promo-card__param span {
    display: block;
    margin-bottom: 5px;
  }
}

.promo-card__param span::after {
  content: '';
  margin: 0px 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

@media (max-width: 992px) {
  .promo-card__param span::after {
    display: none;
  }
}

.promo-card__param span:last-child::after {
  display: none;
}

.promo-card .button {
  height: 47px;
  width: 200px;
}

.promo-card-top, .promo-card-bottom {
  position: relative;
  z-index: 1;
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .news-list {
    display: block;
  }
}

.news-list__sepor {
  width: 1px;
  border-right: 1px dashed #e0e0e0;
  margin: 0 30px;
}

@media (max-width: 1200px) {
  .news-list__sepor {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .news-list__sepor {
    width: 100%;
    height: 1px;
    border-right: none;
    border-bottom: 1px dashed #e0e0e0;
    margin: 30px 0;
  }
}

.news-list__item {
  width: 33.33%;
  max-width: 320px;
}

@media (max-width: 767px) {
  .news-list__item {
    width: 100%;
    max-width: 100%;
  }
}

.news-card__title {
  margin-bottom: 16px;min-height: 75px;
}

.news-card__title a {text-decoration:none !important;font-size:16px;}

.news-card__title a:hover {
  color: #1EABFA;
}

.news-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-card__info-more {
  margin-right: 16px;
  font-size: 17px;
  color: #1EABFA;
}

.news-card__info-more:hover {
  color: #1D1D1B;
}

.news-card__info-date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 8px;
  height: 23px;
  background: #F3F3F3;
  font-size: 15px;
  border-radius: 6px;
}

.servise-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -16px;
}

@media (max-width: 1200px) {
  .servise-list {
    margin: -8px;
  }
}

.servise-list__item {
  width: 33.33%;
  padding: 16px;
}

@media (max-width: 1200px) {
  .servise-list__item {
    padding: 8px;
  }
}

@media (max-width: 992px) {
  .servise-list__item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .servise-list__item {
    width: 100%;
  }
  .news-card__title {min-height:auto}
}

.servise-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px;
  border-radius: 32px;
  background: #fff;
}

@media (max-width: 1200px) {
  .servise-card {
    padding: 24px;
  }
}

.servise-card__icon {
  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: 96px;
  min-width: 96px;
  height: 96px;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
  border-radius: 24px;
  margin-right: 24px;
}

@media (max-width: 1200px) {
  .servise-card__icon {
    width: 64px;
    min-width: 64px;
    height: 64px;
    margin-right: 16px;
  }
}

.servise-card__icon img {
  display: block;
}

@media (max-width: 1200px) {
  .servise-card__icon img {
    width: 70%;
  }
}

.servise-card__info-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.1;
}

@media (max-width: 1200px) {
  .servise-card__info-title {
    font-size: 18px;
  }
}

.servise-card__info-note {
  font-size: 17px;
  line-height: 1.2;
  color: #8e8e8d;
  margin-top: 4px;
}

@media (max-width: 1200px) {
  .servise-card__info-note {
    font-size: 16px;
  }
}

.white-box {
  position: relative;
  background: #fff;
  border-radius: 32px;
  padding: 48px 56px;
}

@media (max-width: 1200px) {
  .white-box {
    padding: 24px 28px;
  }
}

.feedback-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 480px;
  background: #fff;
  border-radius: 32px;
  padding: 80px 100px;
}

@media (max-width: 992px) {
  .feedback-form {
    display: block;
    padding: 32px;
  }
}

@media (max-width: 767px) {
  .feedback-form {
    padding: 32px 24px;
  }
}

.feedback-form::before {
  content: '';
  position: absolute;
  left: -125px;
  top: 110px;
  width: 162px;
  height: 162px;
  background: url(../../images/sqr-red.svg) center no-repeat;
}

@media (max-width: 992px) {
  .feedback-form::before {
    display: none;
  }
}

.feedback-form::after {
  content: '';
  position: absolute;
  right: -90px;
  bottom: 80px;
  width: 120px;
  height: 120px;
  background: url(../../images/sqr-blue.svg) center no-repeat;
}

@media (max-width: 992px) {
  .feedback-form::after {
    display: none;
  }
}

.feedback-form .sepor {
  margin: 54px 0;
}

@media (max-width: 992px) {
  .feedback-form .sepor {
    margin: 32px 0;
  }
}

.feedback-form__info {
  width: 320px;
}

@media (max-width: 992px) {
  .feedback-form__info {
    width: auto;
    margin-bottom: 40px;
  }
}

.feedback-form__info-title {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
}

.feedback-form__form {
  width: calc(100% - 360px);
  max-width: 625px;
}

@media (max-width: 992px) {
  .feedback-form__form {
    width: auto;
    max-width: 100%;
  }
}

.feedback-form-phone__label {
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 8px;
  color: #8e8e8d;
}

.feedback-form-phone__num {
  font-size: 32px;
  line-height: 1.1;
}

.faq-list__item {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px dashed #e0e0e0;
}

.faq-list__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.faq-card__question {
  padding: 0 50px 0 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0;
}

.faq-card__question::after {
  content: '';
  position: absolute;
  right: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  opacity: 0.4;
  background: url(../../images/arrow-down.svg) center no-repeat;
}

.faq-card__question:hover {
  color: #1EABFA;
}

.faq-card__question.open {
  color: #1EABFA;
}

.faq-card__question.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 1;
}

.faq-card__answer {
  display: none;
  font-size: 17px;
  line-height: 1.4;
  padding-top: 24px;
}

@media (max-width: 992px) {
  .faq-card__answer {
    font-size: 16px;
  }
}

.option-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
}

.option-list__item {
  font-size: 18px;
  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: auto;
}

@media (max-width: 568px) {
  .option-list__item {
    width: 270px;
  }
}

.option-list .swiper-pagination {
  bottom: 0;
}

.option-card {
  width: 310px;
  height: 395px;
  border: 1px solid #E0E0E0;
  border-radius: 32px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.option-card__title {
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 16px;
}

.option-card__descr {
  font-size: 15px;
  color: #8e8e8d;
  min-height: 57px;
}

.option-card__sepor {
  margin: 32px 0;
}

.option-card__price {
  margin-bottom: 16px;
}

.option-card__action .button {
  width: 100%;
}

.option-card.active {
  color: #fff;
  background: #1EABFA;
}

.option-card.active .option-card__descr,
.option-card.active .tarif-price__unit {
  color: #fff;
  opacity: 0.6;
}

.option-card.active .tarif-price__unit span:first-child {
  border-bottom-color: rgba(255, 255, 255, 0.6);
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-list__item {
  min-width: 230px;
  margin-right: -1px;
}

@media (max-width: 1200px) {
  .product-list__item {
    min-width: 200px;
  }
}

@media (max-width: 767px) {
  .product-list__item {
    min-width: 140px;
    width: 140px;
  }
}

.product-list__sepor {
  width: 1px;
  border-right: 1px dashed #e0e0e0;
  margin: 0 60px;
}

@media (max-width: 1360px) {
  .product-list__sepor {
    margin: 0 calc((100vw - 1000px) / 6);
  }
}

@media (max-width: 1200px) {
  .product-list__sepor {
    margin: 0 calc((100vw - 880px) / 6);
  }
}

@media (max-width: 992px) {
  .product-list__sepor {
    margin: 0 calc((100vw - 660px) / 4);
  }
}

@media (max-width: 767px) {
  .product-list__sepor {
    margin: 0 calc((100vw - 312px) / 2);
  }
}

@media (min-width: 993px) {
  .product-list__sepor:nth-child(8n+8) {
    width: 100%;
    height: 1px;
    border-right: none;
    border-bottom: 1px dashed #e0e0e0;
    margin: 56px 0;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .product-list__sepor:nth-child(6n+6) {
    width: 100%;
    height: 1px;
    border-right: none;
    border-bottom: 1px dashed #e0e0e0;
    margin: 56px 0;
  }
}

@media (max-width: 767px) {
  .product-list__sepor:nth-child(4n+4) {
    width: 100%;
    height: 1px;
    border-right: none;
    border-bottom: 1px dashed #e0e0e0;
    margin: 32px 0;
  }
}

.product-card__thumb {
  margin-bottom: 16px;
}

.product-card__thumb img {
  display: block;
  max-width: 100%;
}

.product-card__title {
  font-size: 17px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .product-card__title {
    font-size: 16px;
  }
}

.product-card__part {
  font-size: 15px;
  color: #8e8e8d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .product-card__part {
    font-size: 14px;
  }
}

.product-card__price {
  font-size: 24px;
  line-height: 30px;
  color: #1EABFA;
  margin-top: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .product-card__price {
    font-size: 20px;
  }
}

.product-card:hover .product-card__title {
  color: #1EABFA;
}

.product-card:hover .product-card__part {
  color: #1D1D1B;
}

.product-card:hover .product-card__price {
  color: #FD3434;
}

.channel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.channel-list__item {
  width: 150px;
  margin-right: -1px;
}

@media (max-width: 1200px) {
  .channel-list__item {
    width: 120px;
  }
}

.channel-list__sepor {
  width: 1px;
  border-right: 1px dashed #e0e0e0;
  margin: 0 38px;
}

@media (max-width: 1360px) {
  .channel-list__sepor {
    margin: 0 calc((100vw - 980px) / 10);
  }
}

@media (max-width: 1200px) {
  .channel-list__sepor {
    margin: 0 calc((100vw - 780px) / 10);
  }
}

@media (max-width: 992px) {
  .channel-list__sepor {
    margin: 0 calc((100vw - 520px) / 6);
  }
}

@media (max-width: 767px) {
  .channel-list__sepor {
    margin: 0 calc((100vw - 312px) / 2);
  }
}

@media (min-width: 993px) {
  .channel-list__sepor:nth-child(12n+12) {
    width: 100%;
    height: 1px;
    border-right: none;
    border-bottom: 1px dashed #e0e0e0;
    margin: 40px 0;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .channel-list__sepor:nth-child(8n+8) {
    width: 100%;
    height: 1px;
    border-right: none;
    border-bottom: 1px dashed #e0e0e0;
    margin: 40px 0;
  }
}

@media (max-width: 767px) {
  .channel-list__sepor:nth-child(4n+4) {
    width: 100%;
    height: 1px;
    border-right: none;
    border-bottom: 1px dashed #e0e0e0;
    margin: 32px 0;
  }
}

.channel-card {
  text-align: center;
}

.channel-card__thumb img {
  display: block;
  margin: 0 auto 8px;
  max-width: 100%;
}

.tabs-header {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin: -4px -4px 44px;
}

.tabs-header__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 37px;
  align-items: center;
  margin: 4px;
  border-radius: 8px;
  padding: 0 16px;
  color: #1EABFA;
  border: 1px solid #E0E0E0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tabs-header__item:not(.active):hover {
  border-color: #1EABFA;
}

.tabs-header__item.active {
  color: #fff;
  background: #FD3434;
}

/* popup */
.popup {
  display: none;
  width: 100%;
  max-width: 640px;
  padding: 50px 60px;
  font-family: "Averta";
}

@media (max-width: 992px) {
  .popup {
    padding: 30px;
  }
}

@media (max-width: 568px) {
  .popup {
    padding: 20px;
   width: 90%;
  }
}




.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: 56px;
}

@media (max-width: 1200px) {
  .page-header {
    margin-top: 0;
  }
}

.page-header .title-h1 {
  margin-bottom: 0;
}

.page-header + .section {
  margin-top: -30px;
}

@media (max-width: 767px) {
  .page-header + .section {
    margin-top: 0;
  }
}

.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 {
  background: #1D1D1B;
}

.footer__top {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 70px;
  padding-bottom: 70px;
  background: #2f2f2f;
}

@media (max-width: 1200px) {
  .footer__top {
    padding-top: 45px;
    padding-bottom: 40px;
  }
}

.footer__top-contacts {
  min-width: 200px;
  margin-right: 80px;
}

@media (max-width: 992px) {
  .footer__top-contacts {
    width: 100%;
    margin-right: 0;
  }
}

.footer__top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media (max-width: 992px) {
  .footer__top-nav {
    display: none;
  }
}

.footer__bottom {
  color: #8e8e8d;
  font-size: 15px;
  line-height: 19px;
  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: 126px;
}

@media (max-width: 1200px) {
  .footer__bottom {
    font-size: 13px;
  }
}

@media (max-width: 992px) {
  .footer__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    padding: 20px 0;
    font-size: 15px;
  }
}

.footer__bottom a:not([class]) {
  text-decoration: underline;
}

.footer__bottom a:not([class]):hover {
  text-decoration: none;
}

@media (max-width: 992px) {
  .footer__bottom-el {
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
}

.footer .sepor {
  border-color: #525252;
}

.f-logo {
  margin-bottom: 55px;
}

@media (max-width: 992px) {
  .f-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
}

.f-logo img {
  display: block;
}

@media (max-width: 992px) {
  .f-contacts {
    text-align: center;
  }
}

.f-contacts__label {
  font-size: 17px;
  line-height: 21px;
  color: #8e8e8d;
  margin-bottom: 8px;
}

.f-phone {
  font-size: 17px;
  padding-left: 24px;
  background: url(../../images/icon-phone.svg) left 4px no-repeat;
  color: #1EABFA;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: none;
  transition: none;
}

.f-phone:hover {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  opacity: 1;
}

.f-nav__title {
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 18px;
}

@media (max-width: 1200px) {
  .f-nav__title {
    font-size: 16px;
  }
}

.f-nav__item {
  color: #8e8e8d;
  font-size: 17px;
  margin-bottom: 6px;
}

@media (max-width: 1200px) {
  .f-nav__item {
    font-size: 14px;
  }
}

.f-nav__item:last-child {
  margin-bottom: 0;
}

.f-nav__sepor {
  margin: 30px 0 28px;
}

.f-nav a.active,
.f-nav a:hover {
  color: #1EABFA;
}

.f-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .f-soc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.f-soc__item {
  display: block;
  margin-left: 24px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: none;
  transition: none;
}

.f-soc__item:first-child {
  margin-left: 0;
}

.f-soc__item:hover {
  -webkit-filter: none;
          filter: none;
}

.f-soc img {
  display: block;
  width: 32px;
  height: 32px;
}

@media (max-width: 767px) {
  .f-policy {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-bottom: 15px;
  }
}

.f-policy a {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .f-copyright {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
}

.f-auth {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
  background: #2f2f2f;
  text-decoration: none;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
  padding: 0 16px;
  border-radius: 10px;
}

@media (max-width: 1200px) {
  .f-auth {
    font-size: 14px;
    height: 42px;
    padding: 0 10px;
  }
}

.f-auth::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background: url(../../images/icon-account-circle-fill.svg) top center no-repeat;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  margin-right: 8px;
  position: relative;
  top: 1px;
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.f-auth:hover {
  background: #1EABFA;
  color: #fff;
}

.f-auth:hover::before {
  opacity: 1;
}

.f-develop {
  position: relative;
  padding-left: 45px;
}

@media (max-width: 992px) {
  .f-develop {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 15px auto 0;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .f-develop br {
    display: none;
  }
}

.f-develop::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  display: block;
  width: 31px;
  height: 16px;
  margin-right: 10px;
  background: url(../../images/icon-visualweb.svg) top center no-repeat;
  background-size: contain;
  opacity: 0.6;
}

@media (max-width: 1200px) {
  .f-develop a {
    margin-left: 5px;
  }
}

.f-develop a:hover {
  color: #fff;
}

.f-nav div.f-nav__item.active a {
 color: #1EABFA;
}
.h-top-nav__item.active a {
 color: #1EABFA;
}


.main-nav-subn__item.active a {
 color: #1EABFA;
}

.inside_menu a.button.active {
  background: #FD3434;
}

.typography div.inside_menu {
  margin-bottom:30px;
}


@media (max-width: 568px) {
.typography div.inside_menu a.button {
  margin-bottom:10px;
}
}

.part-card div.part-card__title a {
font-size: 32px;
color: #1EABFA;
}

.col x2 {
width: 50%;
font-size: 0;
letter-spacing: 0;
padding-right: 40px;
}

.col {
display: table-cell;
vertical-align: top;
width: 23%;
/*padding: 47px 0 50px 83px;*/
}

.bank-logo img {margin-right: 10px;}

.gallery {display: flex; flex-wrap: wrap; justify-content: space-evenly;}
.gallery .img {width: 23%;}
.act_inner {flex-wrap: nowrap;}
.act_inner .act_info a {color: #1EABFA;}
.act_inner .act_info a:hover {color: #1D1D1B;}
@media (max-width: 768px) {
.gallery {justify-content: space-between;}
.gallery .img {width: 48%;}
.act_inner {flex-wrap: wrap;}
.act_inner .product-list__item {text-align:center;width: 100%;}
.act_inner .product-list__item .product-card__thumb img {display: block;max-width: 100%;margin: auto;}
}

.forms div.forms__field select {
width: 100%;
height: 56px;
padding: 0 20px;
font-weight: 400;
font-size: 16px;
text-align: left;
border-radius: 8px;
background: #F3F3F3;
border: none;
}

.part-card-nav__item.active a {
 color:#007aff;
}
.contacts {display:flex;justify-content: space-between;}
.contacts .cont_pic {width:48%}
.contacts .cont_inf {width:48%}

@media (max-width: 640px) {
.contacts {display:block;}
.contacts .cont_pic {width:100%}
.contacts .cont_inf {width:100%}
}

.text-block img {
  position: relative;
  float: left;
  -webkit-border-radius: 17px 6px;
  -moz-border-radius: 17px 6px;
  border-radius: 17px 6px;
  margin: 0 30px 0 0;
  behavior: url(js/PIE.htc);
}

.typography a.popup-line {cursor: pointer;
margin-top: 5px;
border-bottom: dashed 1px #FD3434;
color: #293234;
font-size: 20px;
text-decoration: none;
display: block;
margin-bottom: 18px;}
a.popup-line:hover{border-bottom: none;}
.typography a.popup-line:hover {border-bottom: dashed 1px #fff;}

.disnon{
margin: 0 12px 20px;
font-size: 19px;
line-height: 1.5;
background-color: #f5f6f6;
padding: 19px;
margin-top: 10px;
display: none;
}

.disnon p {line-height:1.5;margin: 0px 0;color:#000}

@media (max-width: 1024px) {
.disnon{font-size: 18px;line-height:1.4;margin:0 0 20px 25px;}
.disnon p {line-height:1.4;margin:0 0 20px;color:#000}
}

.typography table.sp_ins td {
   background: #f3f3f3;
}

.pr_boot {
   width: 100%;
   color: #a5a5a4;
   font-size: 16px;
   line-height: 20px;
}

.forms div.pr_boot a {
   text-decoration: underline;
}

.deistvuet_do {
   font-size: 20px;
}
.devices {}
.devices .product-list__item {width: 33%;text-align:center;margin-bottom:40px;}
.devices .product-list__item img {display:inline-block}
@media (max-width: 1024px) {
.devices .product-list__item {width: 100%;}
}



.jq-selectbox__dropdown {
  min-width: 100%;
  width: auto;
}

.blu {
 color:#1eabfa;
}

.tbls tr th {color:#000;font-weight:bold;white-space:nowrap}
.tbls tr td {background:#fff}
.tbls tr:nth-child(2n+1) td{background:#eee}

.services {background:#f3f3f3;padding:0 56px;}
@media (max-width: 960px) {
.services {padding:0;}
.tbls td{display:block;height:auto !important;border-radius: 0 !important;}
.tbls td:nth-child(1){padding-bottom:5px}
.tbls td:nth-child(2){padding-top:5px}
}

.has-inline div#kor_opisanie.popup.fancybox__content div {
color: black;
font-size: 18px;
margin-bottom:15px;
}

.FaceID {
  color: #fd3434;
}

.has-inline div#kor_opisanie.popup.fancybox__content h3 {
  color: #1D1D1B;
font-size: 22px;
}

.tarif-card div.tarif-card__title.gp {
  font-size: 25px;
}
.tarif-card__info-descr div p a.link_red {
color: #FD3434;
}

.header__wrap-logo a.h-logo span.lg_mk {font-size: 27px;color: #FD3434;}

@media (max-width: 960px) {
.header__wrap-logo a.h-logo span.lg_mk {font-size: 20px;}
}

/*# sourceMappingURL=style.css.map */
/* Stylesheet: Стиль Modified On 2022-12-16 17:36:43 */
