html {
  height: 100%;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, address {
  display: block;
}

audio, canvas {
  display: inline-block;
}

video {
  display: block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

address {
  font-style: normal;
}

ul, ol, li, form, fieldset, a, img, div, figure, address {
  margin: 0;
  padding: 0;
  border: 0;
}

ul {
  list-style: inside;
}

ol {
  list-style: inside;
}

ul li {
  list-style: none;
}

ol li {
  list-style: decimal inside;
}

ol {
  padding: 10px 0;
}

ol li {
  margin: 0 0 20px 0;
}

body {
  height: 100%;
  position: relative;
  background: #fff;
}

body, td, input, textarea, button {
  margin: 0px;
  padding: 0px;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: none !important;
}

a, a:active, a:focus {
  outline: none;
}

b,
strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.main {
  position: relative;
}

.cbc {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

input::-webkit-input-placeholder {
  opacity: 0.5;
  color: #000;
}

input::-moz-placeholder {
  opacity: 0.5;
  color: #000;
}

input:-ms-input-placeholder {
  opacity: 0.5;
  color: #000;
}

textarea::-webkit-input-placeholder {
  opacity: 0.5;
  color: #000;
}

textarea::-moz-placeholder {
  opacity: 0.5;
  color: #000;
}

textarea:-ms-input-placeholder {
  opacity: 0.5;
  color: #000;
}

input[type="submit"] {
  cursor: pointer;
}

textarea,
button,
input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  outline: none;
}

body, td, input, textarea, button {
  color: #000;
  font-family: "Manrope", Arial;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

@media (max-width: 992px) {
  .row {
    margin: 0 -10px;
  }
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding: 15px;
}

@media (max-width: 992px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding: 10px;
  }
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}

/* elements */
.title-h1,
.title-h2,
.title-h3,
.title-h4 {
  padding: 0;
  margin: 0;
  font-family: "jost";
  font-weight: bold;
}

.title-h1 {
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 25px;
}

@media (max-width: 992px) {
  .title-h1 {
    font-size: 34px;
    line-height: 1.2;
  }
}

@media (max-width: 568px) {
  .title-h1 {
    font-size: 24px;
  }
}

.title-h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 126px;
  height: 6px;
  background: #102A83;
}

.title-h2 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 40px;
}

@media (max-width: 568px) {
  .title-h2 {
    font-size: 28px;
    line-height: 1;
  }
}

.title-h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #000;
}

@media (max-width: 568px) {
  .title-h3 {
    font-size: 20px;
  }
}

.subtitle {
  font-size: 18px;
  color: #838383;
  margin-top: 10px;
}

@media (max-width: 568px) {
  .subtitle {
    font-size: 16px;
  }
}

.subtitle:first-child {
  margin-top: 0;
}

hr {
  border: none;
  display: block;
  margin: 40px 0;
  height: 1px;
  background: #dedede;
}

.cms_submit,
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 35px;
  height: 54px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  color: #fff;
  background: #ed1c24;
}

@media (max-width: 992px) {
  .cms_submit,
  .button {
    padding: 0 20px;
    height: 50px;
    font-size: 16px;
  }
}

.cms_submit:hover,
.button:hover {
  background: #102A83;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 992px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section > .row:last-child {
  margin-bottom: -15px;
}

.section-outer {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .section-outer {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .section-outer {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.section-outer > .row:last-child {
  margin-bottom: -15px;
}

.section-outer--md {
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-header {
  margin-bottom: 30px;
}

.section-header .title-h2 {
  margin-bottom: 0;
}

.space-bottom {
  padding-bottom: 60px;
}

.twc {
  -webkit-columns: 2;
          columns: 2;
  -webkit-column-gap: 100px;
          column-gap: 100px;
  margin-bottom: -15px;
}

@media (max-width: 992px) {
  .twc {
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
}

@media (max-width: 767px) {
  .twc {
    -webkit-columns: 1;
            columns: 1;
  }
}

.typography {
  font-size: 18px;
  line-height: 1.4;
}

.typography h1,
.typography h2,
.typography h3 {
  padding: 0;
  margin: 0;
  font-family: "jost";
  font-weight: normal;
}

.typography h1 {
  font-size: 58px;
}

@media (max-width: 992px) {
  .typography h1 {
    font-size: 48px;
  }
}

@media (max-width: 568px) {
  .typography h1 {
    font-size: 40px;
  }
}

.typography h2 {
  font-size: 24px;
  line-height: 34px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.typography h2:first-child {
  margin-top: 0;
}

@media (max-width: 992px) {
  .typography h2 {
    line-height: 1;
  }
}

@media (max-width: 568px) {
  .typography h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.typography h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 10px;
  font-weight: normal;
}

@media (max-width: 568px) {
  .typography h3 {
    font-size: 22px;
    line-height: 1.1;
  }
}

.typography P {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 25px;
  color: #686868;
}

.typography P:last-child {
  margin-bottom: 0;
}

@media (max-width: 568px) {
  .typography P {
    font-size: 16px;
    line-height: 1.5;
  }
}

.typography img {
  max-width: 100%;
height: auto;
}


.typography a:not(.button) {
  text-decoration: underline;
}

.typography a:not(.button):hover {
  text-decoration: none;
}

.typography ul {
  margin-bottom: 15px;
  margin-left: 35px;
}

@media (max-width: 767px) {
  .typography ul {
    margin-left: 0;
    padding-left: 0;
  }
}

.typography ul li {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 25px;
  position: relative;
  color: #686868;
  margin-bottom:5px;
}

@media (max-width: 568px) {
  .typography ul li {
    font-size: 16px;
  }
}

.typography ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background-image: url(../../images/list-decor.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.typography ol {
  margin-bottom: 15px;
  margin-left: 35px;
  padding-left: 15px;
  counter-reset: custom-counter;
  list-style: none;
}

.typography ol:last-child {
  margin-bottom: 0;
}

.typography ol li {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
  list-style: none;
  color: #686868;
}

@media (max-width: 568px) {
  .typography ol li {
    font-size: 16px;
    line-height: 1.5;
  }
}

.typography ol li::before {
  content: counter(custom-counter) ".";
  counter-increment: custom-counter;
  position: absolute;
  left: 0;
  top: 0;
}

.typography blockquote {
  color: #102A83;
  font-family: "jost";
  font-size: 24px;
  line-height: 32px;
  max-width: 816px;
  margin-left: 105px;
  margin-top: 45px;
  margin-bottom: 45px;
}

@media (max-width: 992px) {
  .typography blockquote {
    margin-left: 0;
    min-width: 100%;
    width: 100%;
  }
}

@media (max-width: 568px) {
  .typography blockquote {
    font-size: 20px;
    line-height: 26px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.typography blockquote.bqblue, .typography blockquote.bqred {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  padding: 50px 75px 50px 105px;
  margin-top: 60px;
  margin-bottom: 60px;
  background-image: url(../../images/quote.svg);
  background-position: 40px 32px;
  background-repeat: no-repeat;
}

@media (max-width: 568px) {
  .typography blockquote.bqblue, .typography blockquote.bqred {
    width: auto;
    min-width: 100%;
    line-height: 24px;
    padding: 70px 20px 20px;
    margin: 30px -20px;
    background-position: 20px 20px;
  }
}

.typography blockquote.bqblue {
  background-color: #102A83;
}

.typography blockquote.bqred {
  background-color: #ed1c24;
}

.typography table {
  min-width: 100%;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
  font-size: 14px;
  margin:20px -5px;
}

@media (max-width: 568px) {
  .typography table {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
  }
}

.typography table th {
  height: 60px;
  vertical-align: middle;
  background: #102A83;
  color: #fff;
  border: 5px solid #f2f2f2;
  font-family: "jost";
  font-weight: normal;
  text-align: left;
  padding: 20px;
  font-size: 15px;
  text-transform: uppercase;
}

@media (max-width: 568px) {
  .typography table th {
    height: 40px;
    font-size: 12px;
  }
}

.typography table th span {
  font-family: Arial;
}

.typography table td {
  border: 5px solid #f2f2f2;
  padding: 20px;
  height: 60px;
  vertical-align: top;
}

@media (max-width: 568px) {
  .typography table td {
    padding: 15px;
    font-size:12px;
  }
}

.typography table tr:first-child th,
.typography table tr:first-child td {
  border-top: 0;
}

.typography table tr th:first-child,
.typography table tr td:first-child {
  border-left: 0;
}

.typography table tr:last-child td {
  border-bottom: 0;
}

.typography table tr td:last-child {
  border-right: 0;
}

@media (max-width: 767px) {
  .table-scroll {
    overflow: auto;
    padding-top: 90px;
    background: url(../../images/icon-hscroll.svg) center 15px no-repeat;
    background-size: 48px 48px;
  }
}

.breadcrumb {
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  font-family: "jost";
}

@media (max-width: 568px) {
  .breadcrumb {
    font-size: 14px;
  }
}

.breadcrumb a:hover {
  color: #838383;
}

.breadcrumb span {
  margin: 0 4px;
}

.breadcrumb span:last-child {
  color: #838383;
}

.page-content {
  min-height: 100%;
}

.page-content--inner {
  padding-top: 50px;
}

.forms__label {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .forms__label {
    margin-bottom: 5px;
  }
}

.forms__label span {
  color: #ed1c24;
}

.forms__field {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .forms__field {
    margin-bottom: 13px;
  }
}

.forms__submit {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.forms textarea,
.forms input[type="text"],
.forms input[type="password"],
.forms input[type="email"],
.forms input[type="tel"] {
  width: 100%;
  height: 55px;
  padding: 0 25px;
  font-size: 16px;
  text-align: left;
  color: #000;
  background: none;
  border: 1px solid #bbb;
}

@media (max-width: 1200px) {
  .forms textarea,
  .forms input[type="text"],
  .forms input[type="password"],
  .forms input[type="email"],
  .forms input[type="tel"] {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .forms textarea,
  .forms input[type="text"],
  .forms input[type="password"],
  .forms input[type="email"],
  .forms input[type="tel"] {
    height: 45px;
    padding: 0 15px;
    font-size: 16px;
  }
}

.forms textarea {
  padding: 18px;
  resize: none;
  height: 115px;
}

.forms .jq-selectbox {
  width: 100%; 
}

.forms__check, .forms__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 18px;
}

.forms__check .jq-checkbox {
  margin-right: 15px;
}

.forms__radio .jq-radio {
  margin-right: 15px;
}

.forms--white textarea,
.forms--white input[type="text"],
.forms--white input[type="password"],
.forms--white input[type="email"],
.forms--white input[type="tel"],
.forms--white textarea {
  color: #fff;
  border: 1px solid #646464;
}

.forms--white input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

.forms--white input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.forms--white input:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

.forms--white textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

.forms--white textarea::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.forms--white textarea:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

.forms--white .jq-selectbox__select {
  color: #fff;
  border: 1px solid #646464;
}

.forms--white .jq-selectbox__select-text {
  color: #fff;
}

.forms--white .jq-selectbox__trigger-arrow {
  background-image: url(../../images/icon-dropdown-white.svg);
}

.check-list__item {
  margin-bottom: 12px;
}

.check-list__item:last-child {
  margin-bottom: 0;
}

.error {
  background: #f9e2e3 !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: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.burger-btn::before, .burger-btn::after {
  content: '';
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.burger-btn::before {
  top: 0;
}

.burger-btn::after {
  bottom: 0;
}

.burger-btn.open {
  height: 30px;
  margin-top: -5px;
}

.burger-btn.open span {
  opacity: 0;
}

.burger-btn.open::before, .burger-btn.open::after {
  width: 28px;
  background: #000;
}

.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: #000;
  opacity: 0.95;
}

@media (min-width: 768px) {
  .fix-scroll__fly.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1000;
  }
  .fix-scroll__fly.fixed .fix-scroll__wrap {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .fix-scroll {
    height: auto !important;
  }
}

.fix-scroll--bottom .fix-scroll__fly.fixed {
  top: auto;
  bottom: 0;
  -webkit-box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.1);
}

.next-toggle {
  position: relative;
  padding-right: 25px;
  cursor: pointer;
}

.next-toggle::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 17px;
  height: 13px;
  background: url(../../images/toggle-arrow-down.svg) center no-repeat;
}

.next-toggle.open::after {
  background: url(../../images/toggle-arrow-up.svg) center no-repeat;
}

.white-box {
  position: relative;
  height: 100%;
  padding: 35px 45px;
  border-radius: 15px;
  background-color: #fff;
}

@media (max-width: 1200px) {
  .white-box {
    padding: 35px 30px;
  }
}

@media (max-width: 568px) {
  .white-box {
    padding: 35px 30px;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.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: 125px;
  height: 40px;
  border-radius: 30px;
  background-color: #f5f5f5;
  padding: 6px;
}

.counter__btn {
  display: block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  background-size: 12px;
  border-radius: 50%;
  cursor: pointer;
}

.counter__btn--down {
  background-image: url(../../images/icon-minus.svg);
}

.counter__btn--up {
  background-image: url(../../images/icon-plus.svg);
}

.counter__text {
  width: 40px;
  display: block;
  border: none;
  background: none;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

@media (max-width: 568px) {
  .counter__text {
    width: 40px;
  }
}

/* plugins */

.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 15px;
  right: 15px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #6F7985;
  margin: 0 5px !important;
  padding: 0 !important;
  list-style: none;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.slick-dots li::before {
  display: none;
}

@media (max-width: 767px) {
  .slick-dots li {
    margin: 0 5px !important;
  }
}

.slick-dots li.slick-active {
  background: #333333;
}

.slick-dots button {
  width: 16px;
  height: 16px;
  background: none;
  border: none;
  cursor: pointer;
  text-indent: 1000px;
  overflow: hidden;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 44px;
  height: 40px;
  background-color: #f7f9fd;
  border: 1px solid #e9ebf4;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  text-indent: 1000px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: -20px;
}

.slick-arrow:hover {
  background-color: #e9ebf4;
}

.slick-prev { 
  left: 20px;
  background-image: url(../../images/chevron-left.svg);
}

.slick-next {
  right: 20px;
  background-image: url(../../images/chevron-right.svg);
}

.slick-disabled::before {
  color: #333333 !important;
}

.slick-disabled:hover {
  -webkit-transform: none;
          transform: none;
}

.h-space-20 {
  height: 20px;
}

@media (max-width: 992px) {
  .lg-hide {
    display: none;
  }
}

.round-box {
  border-radius: 500px;
  background: #fff;
  -webkit-box-shadow: 0 0 67px rgba(137, 89, 107, 0.12);
          box-shadow: 0 0 67px rgba(137, 89, 107, 0.12);
  margin: 0 -195px;
  padding: 0 195px;
}

@media (max-width: 1200px) {
  .round-box {
    border-radius: 0;
  }
}

/* support class style */
.clear {
  clear: both;
  float: none !important;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.disp_none {
  display: none;
}

.full-bg {
  margin-left: -1000px;
  margin-right: -1000px;
  padding-left: 1000px;
  padding-right: 1000px;
}

@media (max-width: 1360px) {
  .full-bg {
    margin-left: -70px;
    margin-right: -70px;
    padding-left: 70px;
    padding-right: 70px;
  }
}

.full-width {
  width: 100vw;
  margin: 0 auto;
}

.full-page {
  margin-left: -1000px;
  margin-right: -1000px;
}

.full-page__wrap {
  width: 100vw;
  margin: 0 auto;
}

.mt-30 {
  margin-top: 30px !important;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.white-bg {
  background-color: #fff;
}

.black-bg {
  background-color: #000;
}

.lgray-bg {
  background-color: #f5f5f5;
}

.gray-bg {
  background-color: #838383;
}

.clr-white {
  color: #fff;
}

.clr-gray {
  color: #838383;
}

.w100p {
  width: 100%;
}

.nowrap {
  white-space: nowrap;
}

.bottom-space {
  padding-bottom: 30px;
}

.top-space {
  padding-top: 50px;
}

.pb-0 {
  padding-bottom: 0;
}

.container {
  margin: 0 auto;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1320px;
  width: 100%;
}

@media (max-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 992px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-inner {
  width: 100%;
  max-width: 1110px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .container-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 992px) {
  .container-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body.open-nav {
  overflow: hidden;
}

body.open-nav .cbc {
  overflow: hidden;
}

@media (max-width: 767px) {
  body.open-nav .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
}

/* page content */
.inner-page .header {
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 45px;
}

/* header */
.header {
  position: relative;
  z-index: 9999;
/*margin-top: 100px;*/
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  position: relative;
}

@media (max-width: 1200px) {
  .header__top {
    height: 90px;
  }
}

.header__top::after {
  content: '';
  position: absolute;
  left: -10000px;
  right: -10000px;
  bottom: 0;
  height: 1px;
  background: #ebebeb;
}

@media (max-width: 767px) {
  .header__top {
    padding: 20px 0;
    margin-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
  }
}

.header__logo {
  min-width: 180px;
}

.header__logo img {
  display: block;
}

@media (max-width: 1200px) {
  .header__logo {
    min-width: 160px;
  }
}

@media (max-width: 767px) {
  .header__logo {
    display: none;
  }
}

.header__logo-2 {
  min-width: 160px;
}

.header__logo-2 img {
  display: block;
  margin: 0 auto;
  height:64px;
}

@media (max-width: 1200px) {
  .header__logo-2 {
    min-width: 120px;
  }
}

@media (max-width: 992px) {
  .header__logo-2 {
    min-width: 90px;
  }
}

@media (max-width: 767px) {
  .header__logo-2 {
    min-width: 0;
    margin-right: 10px;
  }
}

.header__slogan {
  padding: 0 45px;
  width: 100%;
}

@media (max-width: 1200px) {
  .header__slogan {
    padding: 0 30px;
  }
}

@media (max-width: 1200px) {
  .header__slogan {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .header__slogan {
    width: 180px;
    padding: 0;
  }
}

@media (max-width: 320px) {
  .header__slogan {
    width: 100px;
  }
}

.header__search {
  min-width: 100px;
  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;
}


/*
@media (max-width: 1200px) {
  .header__search {
    min-width: 80px;
  }
}

@media (max-width: 992px) {
  .header__search {
    min-width: 70px;
  }
}

@media (max-width: 767px) {
  .header__search {
    display: none;
    padding: 20px 20px 0 20px;
    margin-top: 40px;
    position: relative;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
  }
  .header__search::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background: #f5f5f5;
  }
}
*/

.header__contacts {
  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;
  min-width: 95px;
}

@media (max-width: 1200px) {
  .header__contacts {
    min-width: 80px;
  }
}

@media (max-width: 992px) {
  .header__contacts {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-width: 45px;
  }
}

@media (max-width: 767px) {
  .header__contacts {
    min-width: 0;
    position: absolute;
    right: 60px;
    top: 32px;
  }
}

@media (max-width: 375px) {
  .header__contacts {
    right: 50px;
  }
}

.header__burger {
  display: none;
}

@media (max-width: 767px) {
  .header__burger {
    display: block;
    position: absolute;
    right: 0;
    top: 35px;
  }
}

@media (max-width: 767px) {
  .header__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: -100px;
    background: #fff;
    padding: 80px 0 160px;
    overflow: auto;
  }
  .header__nav::before {
    content: '';
    position: fixed;
    top: 0;
    height: 100px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 2;
  }
}

.h-logo {
  display: block;
}

.h-logo img {
  display: block;
}

.h-sepor {
  width: 1px;
  height: 100%;
  background: #ebebeb;
}

@media (max-width: 767px) {
  .h-sepor {
    display: none;
  }
}

.h-slogan {
  font-family: "jost";
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .h-slogan {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .h-slogan {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .h-slogan {
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 0;
    margin-left: 20px;
  }
}

.h-since {
  color: #838383;
  font-size: 17px;
  position: relative;
  top: -2px;
}

@media (max-width: 992px) {
  .h-since {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .h-since {
    display: none;
  }
}

.promo-news div.row div.col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }


.header__slogan div.h-slogan a {
 color:#102a83;
}

.mb tbody tr td {
  padding:20px;
}


.typography div.logos div.item a img {
  padding:30px;
}
.divmembers {margin-bottom:20px;}
.divmembers a{text-decoration:none !important}

@media (max-width: 960px) {
iframe {width:100%}
}

.typography h1#CGBlogPostDetailTitle {
color: black;
font-size: 33px;
font-weight: normal;
line-height: 43px;
margin: 0 0 20px;
}
.pops {
 display:none;
}


.field_dg input {
width: 100%;
height: 55px;
padding: 0 25px;
font-size: 16px;
text-align: left;
color: #000;
background: none;
border: 1px solid #bbb;
margin-bottom: 14px;
}

.n_tov {
color: grey;
}


.red_btn.send_btn.may {
  max-width: 200px;
}
#mc22f4grequestform div.gh a {
color: grey;
}

.dombonus_link a {display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 35px;
    height: 54px;
    -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 !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    font-weight: bold;
    border: none;
    color: #fff !important;
    background: #ed1c24;
    font-size: 20px;
    text-transform: capitalize;
    width: auto;    border-radius: 5px;margin-bottom:20px;
}
.dombonus_link a:hover {
    background: #102A83;
}

.dop_text_niz_promo {
display: flex;
  padding: 8px 15px;
  font-weight: normal;
  font-size: 10px;
  font-family: "jost";
  align-items: center;
  color:#B8B8B8;

}
/* Stylesheet: Новый_2021 Modified On 2024-07-22 10:32:21 */
.h-phone {display: block;width: 26px;height: 26px;background: url(../../images/icon-call.svg) center no-repeat;-webkit-transition: none;transition: none;}.h-phone:hover {-webkit-filter: invert(11%) sepia(85%) saturate(7450%) hue-rotate(354deg) brightness(101%) contrast(86%);filter: invert(11%) sepia(85%) saturate(7450%) hue-rotate(354deg) brightness(101%) contrast(86%);}.open-search {overflow: hidden;}.open-search .open_msgr {display: none;}/*@media (max-width: 767px) {.h-search {display: -webkit-box;display: -ms-flexbox;display: flex;}}*/.h-search__overflow {content: '';position: fixed;left: 0;top: 200px;right: 0;bottom: 0px;background: rgba(0, 0, 0, 0.4);z-index: 999;opacity: 0;visibility: hidden;-webkit-transition: 0.3s;transition: 0.3s;}@media (max-width: 1200px) {.h-search__overflow {top: 90px;}}.h-search.show .h-search__overflow {opacity: 1;visibility: visible;margin-top: 0;}.h-search__wrap {position: absolute;background: #fff;left: 0;right: 197px;top: 0;bottom: 0;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding: 0 20px 0 0;opacity: 0;visibility: hidden;}/*@media (max-width: 1200px) {.h-search__wrap {right: 161px;}}@media (max-width: 992px) {.h-search__wrap {right: 116px;}}@media (max-width: 767px) {.h-search__wrap {opacity: 1;visibility: visible;position: static;-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;padding: 0;}}*/@media (max-width: 767px) {.h-search__wrap {z-index: 999;right: 0;padding-right: 60px;}}.h-search.show .h-search__close,.h-search.show .h-search__wrap {opacity: 1;visibility: visible;}.h-search input[type="text"] {width: 100%;height: 60px;font-size: 20px;border: none;background: none;font-weight: 600;}/*@media (max-width: 767px) {.h-search input[type="text"] {font-size: 18px;font-weight: normal;}}*/.h-search__button {display: block;width: 26px;height: 26px;background: url(../../images/icon-search.svg) center no-repeat;-webkit-transition: none;transition: none;cursor: pointer;border: none;}@media (max-width: 767px) {.h-search__button {width: 20px;height: 20px;margin-right: 15px;background-size: cover;}}.h-search__button:hover {-webkit-filter: invert(11%) sepia(85%) saturate(7450%) hue-rotate(354deg) brightness(101%) contrast(86%);filter: invert(11%) sepia(85%) saturate(7450%) hue-rotate(354deg) brightness(101%) contrast(86%);}.h-search__close {position: absolute;right: 0;top: 0;bottom: 0;width: 95px;background-color: #fff;border: none;cursor: pointer;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;opacity: 0;visibility: hidden;}/*@media (max-width: 1200px) {.h-search__close {width: 80px;}}@media (max-width: 992px) {.h-search__close {width: 45px;}}*/@media (max-width: 767px) {.h-search__close {z-index: 1000;width: 30px;}}.h-search__close::before {content: '';display: block;width: 22px;height: 22px;background: url(../../images/icon-close.svg) center no-repeat;background-size: contain;-webkit-filter: invert(11%) sepia(85%) saturate(7450%) hue-rotate(354deg) brightness(101%) contrast(86%);filter: invert(11%) sepia(85%) saturate(7450%) hue-rotate(354deg) brightness(101%) contrast(86%);}.header__search #ya-site-form0 .ya-site-form__search,.header__search #ya-site-form0 .ya-site-form__search td,.header__search #ya-site-form0 .yaform__precise-i {background: none !important;}.main-nav {position: relative;-webkit-transition: 0.3s;transition: 0.3s;}@media (max-width: 767px) {.main-nav {padding-top: 50px;background-color: #fff;}}.main-nav__wrap {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;height: 80px;}@media (max-width: 992px) {.main-nav__wrap {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}}@media (max-width: 767px) {.main-nav__wrap {display: block;height: auto;padding: 0 20px;}}.main-nav__item {position: relative;padding: 10px 8px;}.main-nav__item:hover .subn {display: block;}@media (max-width: 1200px) {.main-nav__item {padding: 10px 20px;}}@media (max-width: 992px) {.main-nav__item {padding: 0;}}@media (max-width: 767px) {.main-nav__item {margin: 0 0 18px;}}.main-nav__item:last-child {margin-bottom: 0;}.main-nav__link {font-size: 20px;color: #585858;font-family: "jost";}@media (max-width: 1200px) {.main-nav__link {font-size: 18px;}}@media (max-width: 992px) {.main-nav__link {font-size: 16px;}}@media (max-width: 767px) {.main-nav__link {font-size: 20px;}}.main-nav__item:hover .main-nav__link,.main-nav__link.active,.main-nav__link:hover {color: #c0c0c0;}.subn {position: absolute;top: 100%;left: 50%;margin-left: -110px;width: 220px;display: none;background: #102A83;padding: 10px;}.subn:after {bottom: 100%;left: 50%;border: solid transparent;content: "";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(16, 42, 131, 0);border-bottom-color: #102A83;border-width: 6px;margin-left: -6px;}.subn__item {margin: 7px 0;}.subn__link {font-size: 16px;display: block;padding: 3px;color: #fff;font-family: "jost";}.subn__link:hover {opacity: 0.7;}@media (max-width: 767px) {.subn {position: static;margin-left: 0;width: auto;display: block;background: none;padding: 5px 0 0 20px;text-align: left;}.subn__item {margin: 10px 0;}.subn__link {color: #838383;font-size: 18px;padding: 0;}.subn:after {display: none;}}/* pages */.page-content {margin-bottom: 100px;}@media (max-width: 992px) {.page-content {margin-bottom: 70px;}}@media (max-width: 767px) {.page-content {margin-bottom: 40px;}}.promo-news {margin-top: -15px;}@media (max-width: 767px) {.promo-news {margin-top: 15px;}}.promo-news .row .row {margin: -15px;}@media (max-width: 767px) {.promo-news .row .row {margin: -10px;}}.news-slider {margin: -10px 0 -10px -10px;position: relative;}@media (max-width: 992px) {.news-slider {margin: 0 -10px 40px;}}.news-slider::before,.news-slider::after {content: '';position: absolute;left: 0;right: 0;height: 10px;background: #fff;z-index: 1;}@media (max-width: 992px) {.news-slider::before,.news-slider::after {display: none;}}.news-slider::after {top: 0;}.news-slider::before {bottom: 0;}.news-slider__item {padding: 10px 0;}@media (max-width: 992px) {.news-slider__item {padding: 0 10px;}.news-slider .slick-dots {bottom: -40px;}}.news-slider .slick-arrow {right: 1px;left: 1px;width: calc(100% - 2px);margin-top: auto;opacity: 0;text-indent: 0;font-size: 0;color: transparent;border: none;background: #102a83;display: flex;align-items: center;justify-content: center;}.news-slider .slick-arrow::before {content: '';width: 20px;height: 20px;transform: rotate(90deg);background-position: center;background-repeat: no-repeat;filter: brightness(0) invert(1);}.news-slider:hover .slick-arrow {opacity: 0.5;}.news-slider .slick-arrow:hover {opacity: 1;}.news-slider .slick-prev {top: 10px;}.news-slider .slick-prev::before {background-image: url(../../images/chevron-left.svg);}.news-slider .slick-next {bottom: 10px;top: auto;}.news-slider .slick-next::before {background-image: url(../../images/chevron-right.svg);}.news-card {display: block;background: #F0EEE9;-webkit-transition: 0.2s;transition: 0.2s;}/*.news-card:hover {background: #102A83;color: #fff;}*/.news-card:hover:hover .news-card__thumb img {-webkit-transform: scale(1.04);transform: scale(1.04);}.news-slider .news-card__thumb {height: 108px;}.news-card__thumb {display: block;height: 170px;overflow: hidden;}.news-card__thumb img {display: block;width: 100%;height: 100%;-webkit-transition: 2.2s;transition: 2.2s;background-position: center;background-repeat: no-repeat;background-size: cover;background-color: #F0EEE9;}.news-card__date {font-size: 13px;color: #838383;margin: 14px 0 10px;}.news-card__title {display: -webkit-box;display: -ms-flexbox;display: flex;padding: 8px 15px;font-weight: bold;font-size: 17px;line-height: 23px;font-family: "jost";align-items: center;}@media (max-width: 992px) {.news-card__title {font-size: 16px;}.news-card__thumb {height: 210px;}.news-slider .news-card__thumb {height: 68px;}}.motivation-slider {height: 100%;}.motivation-slider .news-card__thumb {height: auto;}.motivation-slider .news-card__title {min-height: 0;padding: 20px 20px 50px 20px;}.news-card__title:last-child {margin-bottom: 0;}.news-card__descr {font-size: 14px;line-height: 21px;}.news-card--lg .news-card__title {font-size: 24px;}.news-card--white {background: #fff;}.news-card--white img {background: #fff;}.news-card--full {background: none;color: #838383;}@media (max-width: 568px) {.news-card--full {margin-bottom: 20px;}}.news-card--full .news-card__title {padding: 0;color: #000;min-height: 69px;}@media (max-width: 992px) {.news-card--full .news-card__title {min-height: 0;}}.news-card--full:hover {background: none;color: #000;}/*.news-card--full:hover .news-card__title {color: #102A83;}*/.part-list {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-right: -10px;margin-bottom: 25px;}.part-list__item {margin-right: 10px;margin-bottom: 10px;}.part-link {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;height: 50px;background: #F0EEE9;border-radius: 60px;font-weight: 600;font-size: 16px;font-family: "jost";padding: 0 20px;}@media (max-width: 568px) {.part-link {height: 35px;font-size: 14px;padding: 0px 10px;}}.part-link:hover {color: #fff;background: #102A83;}.partner-list {display: -webkit-box;display: -ms-flexbox;display: flex;margin: 0 -13px;}@media (max-width: 992px) {.partner-list {-ms-flex-wrap: wrap;flex-wrap: wrap;margin: 0 -10px -20px;}}@media (max-width: 568px) {.partner-list {margin: 0 -5px -10px;}}.partner-list__item {width: 100%;margin: 0 13px;}@media (max-width: 992px) {.partner-list__item {width: calc(25% - 20px);margin: 0 10px 20px;}}@media (max-width: 767px) {.partner-list__item {width: calc(33.33% - 20px);}}@media (max-width: 568px) {.partner-list__item {width: calc(33.33% - 10px);margin: 0 5px 10px;}}.partner-logo {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;width: 100%;height: 64px;border: 1px solid #ebebeb;}.partner-logo:hover {border-color: #000;}@media (max-width: 568px) {.partner-logo {padding: 10px;}}.partner-logo img {display: block;max-width: 100%;}.search-box {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;height: 80px;padding: 0 0 0 90px;margin-bottom: 55px;border-top: 1px solid #ebebeb;border-bottom: 1px solid #ebebeb;background: url(../../images/icon-search.svg) 30px center no-repeat;margin-top: 40px;display:none;}@media (max-width: 767px) {.search-box {margin-top: 25px;margin-bottom: 25px;padding: 0 0 0 50px;background-position: left center;}}.search-box input[type="text"] {width: 100%;font-size: 18px;border: none;background: none;font-style: italic;font-family: "jost";}.stat-box {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;/*    min-height: 345px;*/min-height: 258px;padding: 20px;color: #fff;background-repeat: no-repeat;background-position: center;}@media (max-width: 992px) {.stat-box {min-height: 280px;}}@media (max-width: 568px) {.stat-box {min-height: 220px;}}.stat-box__wrap {text-align: center;}.stat-box__val {font-family: "jost";font-weight: bold;font-size: 64px;margin-bottom: 15px;line-height: 1;}@media (max-width: 568px) {.stat-box__val {font-size: 54px;}}.stat-box__descr {font-weight: 500;font-size: 16px;line-height: 24px;}@media (max-width: 992px) {.stat-box__descr br {display: none;}}.stat-box--blue {background-color: #102A83;background-image: url(../../images/stat-box-blue.png);}.stat-box--red {background-color: #ed1c24;background-image: url(../../images/stat-box-red.png);}.order-form {height: 340px;border-left: 6px solid #ed1c24;color: #fff;background: url(../../images/order-form-bg.png) center no-repeat;background-size: cover;}@media (max-width: 767px) {.order-form {height: auto;}}.order-form__wrap {padding: 45px 50px;}@media (max-width: 992px) {.order-form__wrap {padding: 45px 30px;}}@media (max-width: 767px) {.order-form__wrap {padding: 20px;}}.order-form__header {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;margin: 0 0 45px;}@media (max-width: 767px) {.order-form__header {display: block;}}.order-form__title {font-family: "jost";font-weight: bold;font-size: 42px;line-height: 1;margin: 0;padding: 0;}@media (max-width: 767px) {.order-form__title {font-size: 34px;}}.order-form__note {max-width: 385px;font-weight: 500;font-size: 16px;line-height: 24px;margin-top: 5px;}.order-form__fields {display: -webkit-box;display: -ms-flexbox;display: flex;margin-bottom: 30px;}@media (max-width: 767px) {.order-form__fields {display: block;}}.order-form__el {margin-right: 40px;}@media (max-width: 992px) {.order-form__el {margin-right: 30px;}}@media (max-width: 767px) {.order-form__el {margin: 0 0 30px;}}.order-form__el:last-child {margin-right: 0;}.order-form__el label {display: block;font-weight: bold;font-size: 12px;margin: 0 0 18px;font-family: "jost";text-transform: uppercase;}@media (max-width: 767px) {.order-form__el label {margin: 0 0 5px;}}.order-form__el input[type="text"] {border: none;background: none;border-bottom: 2px solid rgba(255, 255, 255, 0.8);-webkit-transition: 0.3s;transition: 0.3s;margin: 0;padding: 0 10px;width: 210px;height: 30px;font-size: 14px;font-family: "Manrope";font-weight: 200;color: #fff;}@media (max-width: 992px) {.order-form__el input[type="text"] {width: 200px;padding: 0 0 5px;}}@media (max-width: 767px) {.order-form__el input[type="text"] {width: 100%;}}.order-form__el input[type="text"]:focus {border-bottom-color: #fff;}.order-form__el input[type="text"]::-webkit-input-placeholder {opacity: 0.8;color: #fff;}.order-form__el input[type="text"]::-moz-placeholder {opacity: 0.8;color: #fff;}.order-form__el input[type="text"]:-ms-input-placeholder {opacity: 0.8;color: #fff;}.order-form__footer {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}@media (max-width: 767px) {.order-form__footer {display: block;}}.order-form__policy {width: 500px;font-weight: 500;font-size: 12px;line-height: 15px;}@media (max-width: 767px) {.order-form__policy {width: auto;margin-bottom: 30px;}}.order-form__button .button {width: 210px;}@media (max-width: 992px) {.order-form__button .button {width: 200px;}}@media (max-width: 568px) {.order-form__button .button {width: 100%;}}.manager-card {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;height: 350px;padding: 0 145px 0 50px;background: url(../../images/manager-decor.png) right center repeat-y;-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);max-width: 815px;margin: 0 auto;}@media (max-width: 992px) {.manager-card {height: 300px;padding: 0 100px 0 30px;}}@media (max-width: 767px) {.manager-card {height: auto;display: block;padding: 0 0 20px 6px;background-position: -67px center;}}.manager-card__wrap {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}@media (max-width: 767px) {.manager-card__photo {margin-bottom: 20px;}}.manager-card__photo img {display: block;}@media (max-width: 767px) {.manager-card__photo img {width: 100%;}}.manager-card__info {padding-left: 50px;}@media (max-width: 992px) {.manager-card__info {padding-left: 35px;}}@media (max-width: 767px) {.manager-card__info {padding-left: 25px;}}.manager-card__title {font-weight: bold;font-size: 28px;font-family: "jost";margin-bottom: 40px;}@media (max-width: 767px) {.manager-card__title {font-size: 26px;margin-bottom: 20px;}}.manager-card__detail {width: 385px;}@media (max-width: 992px) {.manager-card__detail {width: 350px;}}.manager-card__sepor {height: 1px;background: #ebebeb;margin: 20px 0;}.manager-card__label {color: #838383;font-size: 18px;font-family: "jost";}.manager-card__val {font-weight: 500;font-size: 16px;}/* popup */.popup {width: 100%;max-width: 540px;padding: 50px;}@media (max-width: 992px) {.popup {padding: 30px;}}@media (max-width: 568px) {.popup {padding: 20px;}}.popup__title {text-align: center;margin-bottom: 40px;}@media (max-width: 992px) {.popup__title {margin-bottom: 20px;}}.popup .button {min-width: 200px;}/* footer */.footer {background: #f5f5f5;}.footer__nav {padding-top: 40px;padding-bottom: 40px;position: relative;}.footer__nav::after {content: '';position: absolute;bottom: 0;left: -10000px;right: -10000px;height: 1px;background: #e1e1e1;}.footer__wrap {text-align: center;padding: 55px 0;}@media (max-width: 992px) {.footer__wrap {padding: 35px 0;}}.f-nav {position: relative;}.f-nav__item {margin-bottom: 12px;padding-right: 20px;}.f-nav__item:last-child {margin-bottom: 0;}.f-nav__link {font-size: 14px;color: #686868;display: inline-block;}.f-nav__link.active, .f-nav__link:hover {color: #102A83;}.f-contacts__item {font-size: 14px;line-height: 21px;margin-bottom: 15px;color: #686868;}.f-contacts a:hover {color: #ed1c24;}[class*="fci-"] {background-position: 0 3px;background-repeat: no-repeat;padding-left: 26px;}.fci-phone {background-image: url(../../images/icon-phone.svg);}.fci-loc {background-image: url(../../images/icon-loc.svg);}.fci-mail {background-image: url(../../images/icon-mail.svg);}.fci-wtime {background-image: url(../../images/icon-wtime.svg);}.f-soc {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;margin-bottom: 25px;}.f-soc__item {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;width: 80px;height: 80px;-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);border-radius: 50%;background: #fff;margin: 0 5px;-webkit-transition: none;transition: none;}.f-soc__item:hover {background: #102A83;-webkit-box-shadow: none;box-shadow: none;}.f-soc__item:hover img {-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}.f-soc__item img {display: block;max-width: 40px;}.f-cpr {position: relative;font-weight: 200;font-size: 14px;line-height: 21px;color: #686868;}.f-develop {position: relative;text-align: left;font-size: 14px;line-height: 20px;color: #686868;display: flex;justify-content: center;margin: 20px 0 25px 0;}/* @media (max-width: 767px) {.f-develop {display: inline-block;margin-top: 20px;margin-left: -20px;}}*/.f-develop::before {content: '';display: block;width: 35px;height: 20px;background: url(/images/icon-visualweb.svg) top center no-repeat;margin-right: 10px;}.f-develop a:hover {text-decoration: underline;}table .table-foto {width: 5% !important;}table .text_sovet {width: 95% !important;}.table-foto img {min-width: 150px !important;}.top__td td {vertical-align: top !important;}.books_list {display: flex; flex-wrap: wrap;}.books {display: flex; flex-wrap: wrap; width: 33%; padding: 10px; justify-content: center;}.books a {width: 100%; height: 100%; display: flex; flex-wrap: wrap; justify-content: center;}.books p {width: 100%; display: block; text-align: center;}.faqfrm .row {display: block; padding: 10px 0;}.gallery {display: flex; flex-wrap: wrap;}.gallery .img-all {display: flex; flex-wrap: wrap; width: 33%; justify-content: center; padding: 5px; text-align: center;}.gallery .img {display: flex; flex-wrap: wrap; width: 33%; justify-content: center; padding: 5px; text-align: center;}.gallery .img {padding: 0 5px 5px 5px;}.galleryclear {clear: both; width: 100%;}@media (max-width: 960px) {.gallery .img-all {width: 50%;}.gallery .img {width: 50%;}}@media (max-width: 540px) {.gallery .img-all {width: 100%;}.gallery .img {width: 100%;}}.field .wrap {margin: 10px 0;}.gh {margin-bottom: 10px;}.news__title h2{margin: 20px 0 10px 0 !important;}.news__all {display: flex; margin: 5px 0 10px 0; font-size: 16px; color: #686868;}.text_news_date {padding-right: 10px; color: #A2A2A2;}.img__company {width: 30%;}@media (max-width: 600px) {.img__company {width: 50%;}}.otsenochnye {text-align: center !important; font-size: 14px !important}.img__table-big {width: 260px;}/*# sourceMappingURL=style.css.map */.seo_menu {margin-bottom: 29px; clear:both; margin-bottom:10px;}.seo_menu a {color: white; font-weight:bold;padding:12px;display:block; background:#ed1c24; float: left; margin-right:10px; text-decoration: none !important;    border-radius: 60px;text-decoration:none !important;font-weight: 600;font-size: 16px;font-family: "jost";padding: 0 20px;line-height: 50px;}.seo_menu a:hover {background: #102A83;color:#fff}.seo_menu .active {background:#ed1c24;}.seo_menu .active a {color: white; background:#ed1c24;}.seo_menu li:hover {background:#ed1c24;}.seo_menu li:hover a {color: black; }@media (max-width: 760px) {.seo_menu li {margin-right: 5px;margin-bottom: 10px;}.seo_menu a {color: white; font-weight:bold;font-size:16px;padding:12px;display:block; background:#ed1c24; float: left; margin-right:10px; text-decoration: none !important;}.seo_menu .active a {color: white; background:#ed1c24;}.seo_menu {margin: -24px 0px 18px -19px;}}.subn__item a.subn__link.active {opacity: 0.7;}.vestnik-top {display: flex;}.vestnik-top img {margin-right: 15px;}.vestnik {display: flex; flex-wrap: wrap;}.vestnik .pdf {width: 30%; margin: 10px; display: flex;}.vestnik .pdf img{padding-right: 5px;}@media (max-width: 767px) {.vestnik .pdf {width: 47%;}}@media (max-width: 680px) {.vestnik .pdf {width: 100%; margin: 10px 0;}}.typography .noborder {box-shadow: none !important;}.typography .noborder td {border: none !important;}.news__bottom {margin-bottom:50px;}/*.container-inner h1.title-h1 {font-size: 50px;line-height: 55px;}@media (max-width: 1024px) {.container-inner h1.title-h1 {font-size: 38px;line-height: 42px;}}@media (max-width: 760px) {.container-inner h1.title-h1 {font-size: 28px;line-height: 32px;}}*/.news__bottom a strong {display:block;margin-top: 20px;}.news__bottom a img {float:left;margin-right: 20px;}.btn_box input#m8dbfasubmit.cms_submit {background: #f06622 none repeat scroll 0 0;border: medium none;border-radius: 3px;color: #fff;cursor: pointer;display: inline-block;font-family: "feather";font-size: 12px;font-weight: bold;height: 37px;letter-spacing: 0.4px;line-height: 31px;margin-top: -4px;padding-bottom: 0;padding-left: 0;padding-right: 0;text-align: center;text-transform: uppercase;transition: all 0.3s ease 0s;width: 100px;margin-top: 5px;}input {width: 100%;padding: 12px;font-size: 20px;text-align: left;color: #323639;border-radius: 5px;background: #fff;border: 1px solid #838383;}.cms_form div.faqfrm {width:400px;}.vhdppl tbody tr td input {width:200px;text-align:center;background: #838383;color:white;}.f-soc__item img {height: 35px;}@media (max-width: 767px) {.f-soc__item {height: 48px;}.f-soc__item img {height: 25px;max-width: 30px;}}@media (max-width: 980px) {.promo-news div.row div.col-lg-8 {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}}.f-metrika {margin-top: 10px;}.text_sovet2 {width: 80%;}.img-all img {max-width: 100%;}.img img {max-width: 100%;}#ya-site-form0 .ya-site-form__search, #ya-site-form0 .ya-site-form__search td, #ya-site-form0 .yaform__precise-i {background-color:#fff !important}#ya-site-form0 .ya-site-form__search-input {padding:0px !important}#ya-site-form0 .ya-site-form__search-input-layout-r {background:#fff !important}#ya-site-form0 .ya-site-form__search-input {background:#fff !important}.tbl_city {}.tbl_manager {}@media (min-width: 760px) {.tbl_manager td:nth-child(1) {width:20%}.tbl_manager td:nth-child(2) {width:15%}.tbl_manager td:nth-child(3) {width:65%}}@media (max-width: 760px) {.tbl_city td:first-child{width:30% !important}.tbl_city td:last-child{width:70% !important}.tbl_manager ul {margin:0}.tbl_manager ul li::before {top:3px}.tbl_manager td {padding: 0 10px !important;border:none !important}.tbl_manager .textmed {font-size:12px;line-height: 1.4;margin-bottom:0}.tbl_manager td:nth-child(1) {width:20%}.tbl_manager td:nth-child(2) {width:15%}.tbl_manager td:nth-child(3) {width:65%}.tbl_manager td img {min-width: 0 !important;}}.typography a {color:#2B689F;}.typography td img {min-width: 150px;}.typography .seo_menu a {color: #ffffff;}.col-lg-8 figure{height: 420px;}@media (max-width: 760px) {.col-lg-8 figure{height: 220px;}}.textmed {margin-bottom: 40px;}.textmed img{max-width:inherit}#CGBlogPostDetailContent td:first-child{width:20%}#CGBlogPostDetailContent td:last-child{width:80%}.rasskrivushka {border-bottom:1px dashed #2B689F; padding: 10px 0 5px !important; margin-bottom: 0!important; color:#2B689F; cursor:pointer;display:inline-block}.rasskrivushka:hover {border-bottom:1px dashed #fff;}.rasskrivushka a{text-decoration: none !important;}.discont ul {margin-left: 2px;}.servisy__preimushestva h2 {margin-bottom:10px !important;}.morit {display:none;}.typography table td {border:0}@media screen and (max-width: 768px) {#CGBlogPostDetailContent table {width:100% !important;border:0}#CGBlogPostDetailContent td:first-child {height:auto;display:block;width:100%}#CGBlogPostDetailContent td:first-child img{width:100%}#CGBlogPostDetailContent td:last-child {width:100%;height:auto;display:block}.discont {overflow-x:auto;}.morit {display:block; padding: 5px 0;}}.servisy__btn {display: block;}.servisy__btn a {background: #ed1c24; padding: 10px 20px 10px 30px; color: #ffffff; margin-bottom: 10px; display: inline-block;}.servisy__btn a:hover {background: #102A83;}.servisy__btn a::before {content:""; color:#ffffff; position: absolute; width: 15px; height:15px; margin-left: -22px; margin-top: 5px; background: url(/uploads/images/arrow-right.png) center no-repeat;}.forms {margin-bottom:40px;}.forms form {display:flex;flex-wrap: wrap;justify-content: space-between;}.forms .gh {font-size:12px; opacity:0.5;width:100%}.forms .send_btn input {font-size:20px;text-transform: capitalize;width:auto}.forms .field {width:49%}.forms #m2b3begrname {display:none !important}@media (max-width: 760px) {.forms {display:block;width:100%;}.forms .field {width:100%}}.logos {display:flex;flex-wrap:wrap;justify-content: flex-start;}.logos .item {width:24%;border:solid 1px #ddd;text-align:center;box-sizing: border-box;margin-bottom:20px;margin-right: 10px;}.logos figure {height:100px;display: flex;align-items: center;justify-content: center; margin:5px 0;}.logos figure img {max-height:100px; padding: 0 10px !important; max-width: 200px;}.logos .item span {display:block;padding:0 5px 20px 5px;width:100%;font-size: 16px;font-family: "jost";}@media (max-width: 760px) {.logos .item {width:47%;}.logos figure img{width:80%}.logos .item span {font-size: 14px;}}.blue {color:#102A83}.stat-box__title {font-weight: 500;font-size: 20px;line-height: 26px;margin-bottom: 15px;}.news-h1 {font-size: 25px !important;line-height: 30px !important;}.sub_menu {margin-bottom:30px;display:none}.sub_menu li{display:inline-block;padding:5px 10px 5px 0;}.sub_menu li a{color: #2B689F;}.sub_menu li a.active{color: #000;}.btn__buy a {color: #ffffff; font-weight:bold;padding:12px;display:block; background:#ed1c24; float: left; margin-right:10px; text-decoration: none !important;    border-radius: 60px;text-decoration:none !important;font-weight: 600;font-size: 16px;font-family: "jost";padding: 0 20px;line-height: 50px;}.btn__buy a:hover {background: #102A83;color:#fff}@media (max-width: 760px) {.btn__buy {margin-bottom: 30px;}}#CGBlogPostDetailContent table.page_news tbody tr td:first-child {width:200px;}@media (max-width: 760px) {.page_news td{}}.icon-phone::before {content: "\e98a";}.title-tos {font-size: 42px;line-height: 46px;margin-bottom: 20px;position: relative;font-weight: bold;}@media (max-width: 992px) {.title-tos {font-size: 38px;line-height: 1.2;}}@media (max-width: 568px) {.title-tos {font-size: 28px;}}.nagrmo {text-align:center;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;}.nagrmo__item {margin: 0 5px;}.text_news, .text_news_date {height:auto !important;padding:10px !important}.text_news h3 {margin-bottom:0}@media (max-width: 640px) {.long-table {overflow: auto;background: url(/images/icon-hscroll.svg) center 15px no-repeat;background-size: 32px 32px;padding-top: 70px;}.page_news p {font-size:12px;}.page_news td {padding:8px !important}.page_news ul li {font-size:12px}}.rassylka {font-size: 14px; line-height: 21px; color:#686868;}.rassylka__bottom {margin-left: -23px;}.sp-form[sp-id="173627"] {background: none !important; margin: 0 !important;}.photo_news td {width:50% !important}@media (max-width: 640px) {.photo_news td {width:100% !important;height:auto !important;display:block;border:0 !important; padding:15px 0 !important}}.popup-line {font-size: 18px;line-height: 28px;margin: 0 0 16px;}.popup-line {/*padding:0 0 8px 20px;*/}.faq_serv .popup-line span {font-size: 18px;color: #f16136;margin-left: 10px;}@media (max-width:960px) {.faq_serv {margin: 0 auto;}.popup-line span {margin-left: 0px;display:block;margin-top:5px;}.tables_width {overflow: scroll;}.table_man td {display:block;height:auto !important;border:none !important}.table_man td:first-child {width: 100% !important;}.table_man .text_sovet {width:100% !important}}.faq_serv .container {padding: 0 118px;}@media (max-width:1024px) {.faq_serv .container {padding: 0 !important;}}@media (max-width:1115px) {.faq_serv {text-align:left;}.popup-line {margin-bottom:10px;line-height:1.4;font-size:18px}}.typography div.popup-line a.popup-line {cursor: pointer;margin-top: 5px;color: white;background: red;padding: 12px;text-decoration: none;border-bottom: none;}.popup-line a{cursor: pointer;margin-top: 5px;border-bottom: dashed 1px #aeaeae;color: #293234;}.popup-line a:hover{border-bottom: none;}.disnon{display:none; /*margin:0 38px 20px;*/ font-size: 19px;line-height:1.5;background-color: #f4f7f8;padding: 23px;}.disnon p {line-height:1.5;margin: 30px 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}}.popup-line table.videoteka tbody tr td p.sp_tab_fr {color:red;}.tg-foot {margin-left: -5px;}.ya-site-form__submit {cursor:pointer;}#ya-site-form0 .ya-site-form__form .ya-site-form__input-text {font-family: "jost";}.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; margin-bottom: 10px;}.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }.muzei-wrap {display: flex; flex-wrap: wrap; justify-content: space-around;}.muzei-item {width: 33%; text-align: center; margin-bottom: 20px;}.muzei-item img {max-width: 335px; border-radius: 50%; width: 100%;}@media (max-width: 1024px) {.muzei-item {width: 49%;}}@media (max-width: 500px) {.muzei-item {width: 100%;}}.tg-news {height: 55px !important;}@media (max-width: 500px) {.news__mob-scroll {overflow-x:auto;}.news__mob-scroll::before {content: ''; display: block; width: 50px;height: 22px; background: url(/uploads/images/arrow-scroll.png) left no-repeat; background-size: contain;}}.b-page_newyear {padding-bottom: 100px;}.row_st {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin: -12px;}@media (min-width: 992px) {.col-lg-3 {-webkit-box-flex: 0;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}}.product-card {width: 100%;border: 1px solid #F1EEE7;border-radius: 12px;padding: 24px;position: relative;-webkit-transition: 0.8s;transition: 0.8s;}.buy_mb {display: inline-block;padding: 0 20px;min-width: 150px;height: 50px;line-height: 48px;text-align: center;text-decoration: none !important;-webkit-transition: 0.3s;transition: 0.3s;cursor: pointer;font-size: 17px;font-weight: bold;border-radius: 0px;border: 1px solid #e1e1e1;color: #0186cf;}.item_el_descr {color: grey;font-size: 15px;margin-top: 10px;margin-bottom: 18px;}.item_el_descr_cena {color: black;font-size: 20px;margin-top: 10px;margin-bottom: 18px;font-weight: bold;}.row_st div.col-lg-4.col-6 {max-width: 100%;}.foot-big {width: 100%; min-width: 1240px;}@media (max-width: 1420px) {.foot-big {width: 100%; min-width: auto;}}#mb2381grname.foot-big {display: flex !important;}#mb2381grname {display: none !important;}
/* Stylesheet: Новый_2021_2 Modified On 2025-07-16 21:04:07 */
