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: 42px;
  line-height: 46px;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 25px;
  max-width: 780px;
}

@media (max-width: 992px) {
  .title-h1 {
    font-size: 38px;
    line-height: 1.2;
  }
}

@media (max-width: 768px) {
  .title-h1 {
    font-size: 28px;
		margin: 20px 0 15px;
  }
}

.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;
}

.button_green {
    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: #3b9e3b;
}

.button_orange {
    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;
}

.button_orange2 {
    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,
  .button_green{
    padding: 0 20px;
    height: 50px;
  }
}


@media (max-width: 992px) {
    .cms_submit,
    .button_orange,
    .button_orange2,
    .button_green{
        padding: 0 20px;
        height: 50px;
    }
}



.cms_submit:hover,
.button:hover,
.button_green:hover{
  background: #102A83;
}


.cms_submit--white,
.button--white {
  color: #102A83;
  background: #fff;
}

.cms_submit--white:hover,
.button--white:hover {
  color: #000;
  background: #e9e9e9;
}

.cms_submit--back,
.button--back {
  background: none;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
}

.cms_submit--back:hover,
.button--back:hover {
  color: #000;
  border-color: #e9e9e9;
  background: #e9e9e9;
}

.cms_submit--blue,
.button--blue {
  color: #fff;
  background: #102A83;
}

.cms_submit--blue:hover,
.button--blue:hover {
  color: #000;
  background: #e9e9e9;
}

.cms_submit--sm,
.button--sm {
  height: 40px;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 992px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section > .row:last-child {
  margin-bottom: -15px;
}

.section-outer {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .section-outer {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@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-bottom: 35px;
  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: 25px;
  font-weight: normal;
}

@media (max-width: 568px) {
  .typography h3 {
    font-size: 22px;
    line-height: 1.1;
  }
}

.typography P {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 15px;
  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%;
}

.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: 2;
  padding-left: 25px;
  margin-bottom: 5px;
  position: relative;
  color: #686868;
}

@media (max-width: 568px) {
  .typography ul li {
    font-size: 16px;
  }
}

.typography ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  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: 18px;
  line-height: 26px;
  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: -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: middle;
}

@media (max-width: 568px) {
  .typography table td {
    padding: 15px;
  }
}

.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: 40px;
  color: #000;
  font-size: 18px;
  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: 18px;
  text-align: left;
  color: #000;
  background: none;
  border: 1px solid #000;
}

.forms .is-invalid {border: solid 1px #f00 !important;background: #f4dbdb !important;}
.invalid-feedback {color:#f00;font-size:13px}

@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 {
  border-color: #ed1c24 !important;
  color: #ed1c24 !important;
}

input.error::-webkit-input-placeholder {
  opacity: 1;
  color: #ed1c24;
}

input.error::-moz-placeholder {
  opacity: 1;
  color: #ed1c24;
}

input.error:-ms-input-placeholder {
  opacity: 1;
  color: #ed1c24;
}

textarea.error::-webkit-input-placeholder {
  opacity: 1;
  color: #ed1c24;
}

textarea.error::-moz-placeholder {
  opacity: 1;
  color: #ed1c24;
}

textarea.error:-ms-input-placeholder {
  opacity: 1;
  color: #ed1c24;
}

.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: 30px;
  left: 25px;
  right: 25px;
  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: 100%;
  height: 5px;
  border-radius: 5px;
  background: #838383;
  margin: 0 10px !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: #000;
}

.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: 60px;
  height: 60px;
  background-color: #f1f2f4;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  text-indent: 1000px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}

@media (max-width: 1200px) {
  .slick-arrow {
    width: 50px;
    height: 50px;
  }
}

.slick-arrow:hover {
  background-color: #fafafb;
}

.slick-arrow::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  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;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  .slick-arrow::before {
    background-size: 12px;
  }
}

.slick-arrow:active::before {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.slick-prev::before {
  right: 4px;
  background-image: url(../images/chevron-left.svg);
}

.slick-next::before {
  left: 4px;
  background-image: url(../images/chevron-right.svg);
}

.slick-disabled::before {
  color: #000 !important;
}

.slick-disabled:hover {
  -webkit-transform: none;
          transform: none;
}

.h-space-20 {
  height: 20px;
}

@media (max-width: 992px) {
  .lg-hide {
    display: none;
  }
}

.round-box {
  border-radius: 500px;
  background: #fff;
  -webkit-box-shadow: 0 0 67px rgba(137, 89, 107, 0.12);
          box-shadow: 0 0 67px rgba(137, 89, 107, 0.12);
  margin: 0 -195px;
  padding: 0 195px;
}

@media (max-width: 1200px) {
  .round-box {
    border-radius: 0;
  }
}

/* support class style */
.clear {
  clear: both;
  float: none !important;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.disp_none {
  display: none;
}

.full-bg {
  margin-left: -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;
}

/* 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: #102A83;
}

.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: 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;
}

.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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    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 {
    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;
    display: none;
  }
}

@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: block;
    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;
  }
}

.header__nav {margin: -50px 0 10px;}

@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;
  }
}

.header__user {
  padding: 0 30px;
}

@media (max-width: 767px) {
  .header__user {
    padding: 0;
  }
}

.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;
  color: #102A83;
  text-align:center;
}

@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;
  }
}

.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;
  }
}

.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%);
}

@media (max-width: 767px) {
  .h-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.h-search::after {
  content: '';
  position: fixed;
  left: 0;
  top: 100px;
  right: 0;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1200px) {
  .h-search::after {
    top: 90px;
  }
}

.h-search.show::after {
  opacity: 1;
  visibility: visible;
}

.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;
  }
}

.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;
  }
}

.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%);
}

.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;
  margin: 0 33px;
}

@media (max-width: 1200px) {
  .main-nav__item {
    margin: 0 20px;
  }
}

@media (max-width: 992px) {
  .main-nav__item {
    margin: 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: 18px;
  color: #838383;
  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__link.active, .main-nav__link:hover {
  color: #000;
}

/* 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-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-card__thumb {
  display: block;
  overflow: hidden;
}

.news-card__thumb img {
  display: block;
  width: 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;
  min-height: 108px;
  padding: 20px;
  font-weight: bold;
  font-size: 17px;
  line-height: 23px;
  font-family: "jost";
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .news-card__title {
    min-height: 0;
    padding: 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;
}

@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;
  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;
}

@media (max-width: 992px) {
  .footer__nav {
    display: none;
  }
}

.footer__nav::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -10000px;
  right: -10000px;
  height: 1px;
  background: #e1e1e1;
}

@media (max-width: 767px) {
  .footer__nav {
    display: none;
  }
}

.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-weight: 700;
  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: 40px;
  height: 40px;
  -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;
}

.f-cpr {
  position: relative;
  font-weight: 200;
  font-size: 14px;
  line-height: 21px;
  color: #686868;
}

.f-develop {
  position: relative;
  padding-left: 40px;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .f-develop {
    display: inline-block;
    margin-top: 20px;
    margin-left: -20px;
  }
}

.f-develop::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  width: 35px;
  height: 20px;
  background: url(../images/icon-visualweb.svg) top center no-repeat;
}

.f-develop a:hover {
  text-decoration: underline;
}

/* test style */
.test-page .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 317px);
}

.test-page .container > * {
  width: 100%;
}

.label-field {
  position: relative;
}

.label-field label {
  display: block;
  left: 10px;
  font-size: 16px;
  white-space: nowrap;
  margin-bottom: 8px;
}

.label-field label.required::after {
  content: '*';
  color: #ed1c24;
  margin-left: 4px;
}

.label-field textarea,
.label-field input[type="text"],
.label-field input[type="password"],
.label-field input[type="email"],
.label-field input[type="tel"] {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  font-size: 16px;
  text-align: left;
  color: #000;
  background: #fff;
  border: 1px solid #838383;
}

.label-field textarea {
  padding: 15px 15px 0 15px;
  resize: none;
  height: 120px;
  line-height: 24px;
}

.label-field select {
  border: none;
  height: 50px;
  padding: 0 30px 0 15px;
  font-size: 14px;
  background: url(../images/chevron-down.svg) #fff right 10px center no-repeat;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  width: 100%;
  color: #000;
}

.label-field .jq-selectbox {
  width: 100%;
}

.label-field .jq-selectbox__select {
  height: 50px;
  padding: 0 45px 0 15px;
  border: none;
  background: #fff;
  color: #000;
}

.test-intro {
  padding: 60px 0 120px;
  position: relative;
}

.test-intro__header {
  margin-bottom: 60px;
}

.test-intro__header-title {
  text-align: center;
  max-width: 100%;
}

.test-intro__header-title::after {
  left: 50%;
  margin-left: -63px;
}

.test-intro__header-note {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 768px) {
	.test-intro__header-note {text-align: left;}
}

.test-intro__header-note p {
  line-height: 1.6;
  color: #838383;
}

.test-intro__forms {
  padding: 40px;
  background: #102A83;
  color: #fff;
}

@media (max-width: 1200px) {
  .test-intro__forms {
    padding: 20px;
  }
}

.test-intro__forms-title {
  text-align: center;
  margin-bottom: 20px;
}

.test-intro__forms select,
.test-intro__forms textarea,
.test-intro__forms input[type="text"],
.test-intro__forms input[type="password"],
.test-intro__forms input[type="email"],
.test-intro__forms input[type="tel"] {
  border: none;
}

.test-intro__forms-more {
  width: 100%;
  font-size: 16px;
}

@media (max-width: 1200px) {
  .test-intro__forms-more {
    font-size: 14px;
  }
}

.test-intro__forms-more:hover {
  color: #102A83;
  background: #fff;
}

.test-intro__forms .button {
  width: 100%;
}

.test-intro__forms-back {
  text-align: center;
}

.test-intro__forms-reg {
  display: none;
}

.test-intro__auth {
  text-align: center;
  padding: 20px 0;
  margin-top: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.test-intro__auth::before {
  content: '';
  position: absolute;
  top: 0;
  left: -1000px;
  right: -1000px;
  height: 1px;
  background: #f5f5f5;
}

.test-intro__nav {
  padding: 40px;
  background: #102A83;
  color: #fff;
}


@media (max-width: 1200px) {
  .test-intro__nav {
    padding: 20px;
  }
}

.test-intro__nav-title {
  text-align: center;
  margin-bottom: 20px;
}

.test-intro__nav .button {
  width: 100%;
  font-size: 20px;
  font-family: "jost";
}

.test-intro__nav .button_orange {
    width: 100%;
    font-size: 18px;
    font-family: "jost";
}

.test-intro__nav .button_orange2 {
    width: 100%;
    font-size: 18px;
    font-family: "jost";
}

.test-intro__nav .button_green {
    width: 100%;
    font-size: 18px;
    font-family: "jost";
}

@media (max-width: 1200px) {
  .test-intro__nav .button {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
    .test-intro__nav .button_orange {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .test-intro__nav .button_orange2 {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .test-intro__nav .button_green {
        font-size: 14px;
    }
}

.test-intro__tab {
  background: #102A83;
  color: #fff;
}

@media (max-width: 1200px) {
  .test-intro__tab {
    padding: 20px;
  }
}

.test-intro__tab-title {
  text-align: center;
  margin-bottom: 20px;
}

.test-intro__tab .button {
  width: 100%;
  font-size: 20px;
  font-family: "jost";
}

.test-intro__tab .button:hover {
  color: #102A83;
  background: #fff;
}

@media (max-width: 1200px) {
  .test-intro__tab .button {
    font-size: 14px;
  }
}

.auth-nav {
  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;
}

.auth-nav__link {
  color: #102A83;
  font-size: 18px;
}

.auth-nav__link:hover {
  color: #ed1c24;
}

.auth-nav__sepor {
  margin: 0 5px;
}

.h-user-ava {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.h-user-ava img {
  display: block;
  border-radius: 50%;
  width: 100%;
}

.h-user-ava--def {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #ed1c24;
}

.timer,.timer_forvard {
  font-size: 16px;
  padding: 10px;
  color: #fff;
  background: #102A83;
  font-weight: bold;
}

.test-section {
  padding: 40px 0;
  position: relative;
}

.test-section__timer {
  position: absolute;
  right: 0;
  top: 40px;
}

.test-section__info {
  margin-bottom: 40px;
}

.test-section__title {
  margin-bottom: 40px;
  font-weight: bold;
  font-family: "jost";
  font-size: 24px;
  text-transform: uppercase;
}

.test-section__body {
  margin: 0 0 40px;
}

.test-section__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.test-section__action:last-child {
  margin-bottom: 0;
}

.test-section__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
.test-section__title {margin:30px 0}
.test-intro {padding: 20px 0 50px;}
.test-section {padding: 20px 0;}
.test-section__timer {top: 102px;position: fixed;right: 19px;}
  .test-section__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.test-section__nav:last-child {
  margin-bottom: 0;
}

.test-section__nav .button {
  margin-right: 20px;
}

@media (max-width: 568px) {
  .test-section__nav .button {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.test-section__nav .button:last-child {
  margin-right: 0;
}

.test-info__item {
  margin-bottom: 10px;
}

.test-info__item:last-child {
  margin-bottom: 0;
}

.question-card {
  display: none;
}

.question-card:first-child {
  display: block;
}

.question-card__title {
  color: #102A83;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "jost";
}

.question-card__variant {
  padding: 40px;
  margin: 0 -40px;
  background: #f5f5f5;
}

.question-card__variant-title {
  font-weight: bold;
  font-family: "jost";
  font-size: 18px;
  color: #102A83;
  margin-bottom: 20px;
  max-width: 800px;
}

.question-card__variant-item {
  margin-bottom: 10px;
}

.question-card__variant-item:last-child {
  margin-bottom: 0;
}

.question-card__result {
  margin-top: 40px;
}

.result-card {
  line-height: 1.5;
  font-size: 16px;
}

.result-card__group {
  margin-bottom: 15px;
}

.result-card__group-title {
  margin-bottom: 5px;
}

.result-card__group-title:last-child {
  margin-bottom: 0;
}

.result-card__group p {
  margin: 0 0 10px;
  padding: 0;
}

.result-card__group p:last-child {
  margin-bottom: 0;
}

.radio-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.radio-button > span {
  display: block;
  line-height: 1.5;
  margin-left: 5px;
  font-size: 16px;
  padding-top: 2px;
}

.error-color {
  color: #ed1c24;
}

.good-color {
  color: #2eb000;
}

.report-list {
  padding: 40px 0;
}

.report-list__info {
  margin-bottom: 40px;
}

.report-list__title {
  color: #ed1c24;
  margin-bottom: 40px;
}

.report-list__questions .question-card {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.report-list__questions .question-card__variant {
  padding: 30px 0;
  background: none;
  margin: 0;
}

.report-list__questions .question-card__result {
  margin-top: 0;
}

.report-list__questions .question-card .jq-radio.disabled {
  opacity: 1;
}

.report-list__questions .question-card .jq-radio.checked + span {
  color: #ed1c24;
}

.report-list__action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}

.report-list__action .button {
  margin-right: 20px;
}

.report-list__action .button:last-child {
  margin-right: 0;
}

.test-result__title {
  color: #102A83;
  margin-bottom: 10px;
  font-size: 22px;
}

.test-result__item {
  margin-bottom: 10px;
}

.test-result__item:last-child {
  margin-bottom: 0;
}
.hide
{
    display: none;
}
.reg-form .row{margin: 0 0 10px;}
.reg-form__confirm {display:flex;justify-content: space-between;margin-bottom: 20px}
.reg-form__confirm a{color:#102A83}
.reg-form__confirm a:hover{color:#ed1c24}
.reg-form__confirm label{display:flex;cursor:pointer;}

.header_name {display:none}
@media (max-width: 768px) {
.header_name {display:block;font-size: 16px;}
.title-main {display:none}
.main-h1 {display:none}
.jq-selectbox__dropdown {width: 100% !important;}
.jq-selectbox ul li {white-space: normal !important;}
.result-card__group iframe {width:100%;height:200px;}
}

.alert-success {
    color: #fff;
    background-color: #28a745;
    border-color: #23923d;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.result-card__group p{text-indent: 0 !important;}
.header__btn {width:100%; max-width:190px;}
.header__btn .feedback-icon {display:none;}
.pop {display:none; width:100%; max-width:1100px !important;}
@media (max-width: 1168px) {
.header__btn {text-align:center; margin-left:20px;}
.header__btn .button {display: none;}
.header__btn .feedback-icon {display:block;}
}

@media (max-width: 768px) {
	.header__top {}
	.header__btn {margin:0}
}

.button_center {margin-top:50px;text-align:center;}
.bggreen {background: #3b9e3b;}

.main_a {
    color: blue; /* Цвет ссылок */
    text-decoration: none; /* Убираем подчёркивание */
}
.main_a:hover {
    border-bottom: 1px dashed blue; /* Добавляем синее пунктирное подчёркивание */
}

.tabs .tabs__header {display:flex;}
.tabs .tabs__header .tabs__item {}
.tabs__box {
    display: none;
}

.menu-test {gap:30px;margin-bottom:30px;}
.tabs__item.product-tabs-header__item.button.active {background:#102A83}


@media (max-width: 768px) {
	.tabs__header {display:flex;flex-wrap: nowrap;white-space: nowrap;overflow-x: auto;gap:10px;}
}

.form-message {
    max-width: 700px;
    margin: 20px auto 0;
    padding: 16px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 18px;
    line-height: 1.4;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.form-message__icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
}

.form-message__text {
    flex: 1;
}

.form-message--success {
    background: #f0fff4;
    border: 1px solid #b7ebc6;
    color: #1f7a36;
}

.form-message--success .form-message__icon {
    background: #39b54a;
    color: #fff;
}

.form-message--error {
    background: #fff5f5;
    border: 1px solid #f1b7b7;
    color: #b42318;
}

.form-message--error .form-message__icon {
    background: #e53935;
    color: #fff;
}

/*# sourceMappingURL=style.css.map */
