.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  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: 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;
  }
}

@media (max-width: 992px) {
  .page_header {
    margin-top: 15px;
    padding-top: 0;
  }
}

@media (max-width: 992px) {
  .breadcrumb {
    padding: 20px 0;
  }
}

/*.title_box--blue h1 {
  color: #237ecb !important;
}*/

.page-header-nav {margin-bottom: 20px;}

/*.page-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px -20px 0 -20px;
}

@media (max-width: 1200px) {
  .page-header-nav {
    margin: -10px -10px 0 -10px;
  }
}

@media (max-width: 992px) {
  .page-header-nav {
    margin: -5px -5px 0 -5px;
  }
}

@media (max-width: 767px) {
  .page-header-nav {
    margin: -2px -2px 0 -2px;
  }
}

.page-header-nav__item {
  margin: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 0 25px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  border-radius: 30px;
  background: #cfdae5;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

@media (max-width: 1200px) {
  .page-header-nav__item {
    margin: 10px;
  }
}

@media (max-width: 992px) {
  .page-header-nav__item {
    height: 40px;
    font-size: 18px;
    padding: 0 15px;
    letter-spacing: 1px;
    margin: 5px;
  }
}

@media (max-width: 767px) {
  .page-header-nav__item {
    height: 26px;
    font-size: 12px;
    padding: 0 10px;
    letter-spacing: 0.5px;
    margin: 2px;
  }
}

.page-header-nav__item:hover {
  background: #237ecb;
}

.page-header-nav__item.active {
  background: #f46731;
}*/

.page_header {background: #f5f7f9;}
.page-header-nav a {color: #237ecb;font-size: 16px;padding: 0px 25px 5px 0;font-weight: bold;}
.blue_box {background:#fff}

.mp-journal-box {
  padding: 60px 0;
  position: relative;
}

@media (max-width: 767px) {
  .mp-journal-box {
    padding-bottom: 120px;
  }
}

.mp-journal-box__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.mp-journal-box__header-title {
  font-size: 43px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .mp-journal-box__header-title {
    font-size: 30px;
    line-height: 1;
  }
}

.mp-journal-box__header-more {
float: right;
    display: block;
    height: 60px;
    margin-top: -4px;
    border: 1px solid #e6e6e6;
    padding: 0 35px;
    line-height: 58px;
    font-size: 19px;
    color: #f46731;
    font-weight: bold;
    border-radius: 5px;
}

.mp-journal-box__header-more:hover {
  background: #f46731;
  color:#fff;
}

@media (max-width: 767px) {
  .mp-journal-box__header-more {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.journal-list {
  padding: 65px 40px 65px;
}

@media (max-width: 992px) {
  .journal-list {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .journal-list {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.article-card {
  display: block;
  padding: 0 40px 70px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .article-card {
    padding: 0 20px 70px;
  }
}

.article-card__thumb {
  height: 285px;
  margin: 0 -40px 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1200px) {
  .article-card__thumb {
    height: 200px;
    margin: 0 -20px 25px;
  }
}

.article-card__thumb img {
  display: none;
  width: 100%;
}

.article-card__part {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 8px;
}

.article-card__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 27px;
  color: #237ecb;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .article-card__title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}

.article-card__descr {
  font-size: 17px;
  line-height: 22px;
}

@media (max-width: 767px) {
  .article-card__descr {
    display: none;
  }
}

.article-card__stat {
  position: absolute;
  bottom: 20px;
  left: 40px;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  color: #f46731;
}

@media (max-width: 1200px) {
  .article-card__stat {
    left: 20px;
    right: 20px;
  }
}

.article-card__stat-date {
  padding-left: 30px;
  background: url(https://credit-center.ru/img/ico_date.svg) left center no-repeat;
  margin-right: 40px;
}

.article-card__stat-view {
  padding-left: 30px;
  background: url(https://credit-center.ru/img/ico_view.svg) left center no-repeat;
}

.article-card:hover {
  color: #f46731;
}

.article-card:hover .article-card__title {
  color: #f46731;
}

@media (min-width: 1201px) {
  .article-card--lg {
    padding: 80px 20px 80px calc(50% + 50px);
  }
  .article-card--lg .article-card__thumb {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 50%;
    margin: 0;
  }
  .article-card--lg .article-card__part {
    position: absolute;
    left: 40px;
    top: 80px;
    z-index: 1;
  }
  .article-card--lg .article-card__stat {
    position: static;
    margin-top: 45px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.article-anons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .article-anons {
    display: block;
  }
}

.article-anons__side {
  width: 220px;
  padding: 20px 30px;
}

@media (max-width: 1200px) {
  .article-anons__side {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .article-anons__side {
    width: auto;
    padding: 20px;
  }
}

.article-anons__wrap {
  width: calc(100% - 220px);
  color: #fff;
  background: #237ecb;
  padding: 60px 60px 40px 60px;
  position: relative;
}

@media (max-width: 1200px) {
  .article-anons__wrap {
    width: calc(100% - 200px);
    padding: 40px 40px 140px;
  }
}

@media (max-width: 992px) {
  .article-anons__wrap {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .article-anons__wrap {
    width: auto;
    padding: 20px;
  }
}

.article-anons__part {
  text-align: right;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .article-anons__part {
    text-align: left;
  }
}

.article-anons__title {
  font-weight: bold;
  font-size: 52px;
  line-height: 58px;
}

@media (max-width: 1200px) {
  .article-anons__title {
    font-size: 32px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .article-anons__title {
    font-size: 28px;
  }
}

.article-anons__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 50px;
}

@media (max-width: 1200px) {
  .article-anons__action {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
  }
}

@media (max-width: 992px) {
  .article-anons__action {
    position: static;
  }
}

.article-anons__action-button {
  width: 100%;
  max-width: 375px;
  padding: 0 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 68px;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  text-transform: uppercase;
  border-radius: 40px;
  background: #f46731;
}

@media (max-width: 1200px) {
  .article-anons__action-button {
    font-size: 22px;
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .article-anons__action-button {
    height: 60px;
  }
}

.article-anons__action-button:hover {
  color: #f46731;
  background: #fff;
}

.typography {
  font-size: 16px;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
  padding: 0;
  margin: 0;
  font-weight: bold;
  line-height: 1.2;
}

.typography h1 {
  font-size: 50px;
}

@media (max-width: 568px) {
  .typography h1 {
    font-size: 40px;
  }
}

.typography h2 {
  font-size: 50px;
  margin-bottom: 40px;
  margin-top: 70px;
}

.typography h2:first-child {
  margin-top: 0;
}

@media (max-width: 568px) {
  .typography h2 {
    font-size: 24px;
  }
}

.typography h3 {
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 35px;
}

@media (max-width: 568px) {
  .typography h3 {
    font-size: 20px;
  }
}

.typography h3:first-child {
  margin-top: 0;
}

.typography h4 {
  font-size: 21px;
  margin-top: 26px;
  margin-bottom: 15px;
}

.typography h4:first-child {
  margin-top: 0;
}

.typography P {
  font-size: 21px;
  line-height: 30px;
  margin: 0 0 20px;
}

.typography P:last-child {
  margin-bottom: 0;
}

@media (max-width: 568px) {
  .typography P {
    font-size: 19px;
    line-height: 1.4;
  }
}

.typography blockquote {
  padding-left: 30px;
  border-left: 5px solid #237ecb;
  font-size: 21px;
  line-height: 30px;
  font-style: italic;
  margin: 50px 0 50px 90px;
}

@media (max-width: 767px) {
  .typography blockquote {
    padding-left: 20px;
    margin: 30px 0;
    font-size: 16px;
  }
}

.typography figure {
  margin: 50px 0;
}

.typography figure:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .typography figure {
    margin: 40px 0;
  }
}

.typography img:not([class]) {
  max-width: 100%;
  display: block;
  border-radius: 0;
}

.typography a:not([class]) {
  text-decoration: underline;
  color: #f46731;
}

.typography a:not([class]):hover {
  color: #4a4a4a;
}

.typography ul:not([class]) {
  margin: 20px 0 20px 90px;
}

@media (max-width: 767px) {
  .typography ul:not([class]) {
    margin: 20px 0;
  }
}

.typography ul:not([class]) li {
  font-size: 21px;
  line-height: 30px;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
}

@media (max-width: 568px) {
  .typography ul:not([class]) li {
    font-size: 19px;
    line-height: 1.4;
  }
}

.typography ul:not([class]) li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  background-color: #4a4a4a;
  border-radius: 50%;
}

.typography ol:not([class]) {
  counter-reset: custom-counter;
  list-style: none;
  margin: 20px 0 20px 90px;
}

@media (max-width: 767px) {
  .typography ol:not([class]) {
    margin: 20px 0;
  }
}

.typography ol:not([class]):last-child {
  margin-bottom: 0;
}

.typography ol:not([class]) li {
  font-size: 21px;
  line-height: 30px;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
  list-style: none;
}

@media (max-width: 568px) {
  .typography ol:not([class]) li {
    font-size: 19px;
    line-height: 1.4;
  }
}

.typography ol:not([class]) li::before {
  content: counter(custom-counter) ".";
  counter-increment: custom-counter;
  position: absolute;
  left: 0;
  top: 0;
}

.typography table {
  width: 100%;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 568px) {
  .typography table {
    font-size: 19px;
    line-height: 1.4;
  }
}

.typography table tr:not(:first-child) {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.typography table tr:not(:first-child):hover {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.typography table tr:not(:first-child):hover td {
  position: relative;
  border-color: transparent;
}

.typography table tr:not(:first-child):hover td::before {
  opacity: 1;
}

.typography table th {
  font-weight: bold;
  font-size: 21px;
  line-height: 30px;
  height: 54px;
  background: #F4F4F4;
}

@media (max-width: 568px) {
  .typography table th {
    font-size: 19px;
    line-height: 1.4;
  }
}

.typography table td {
  border-bottom: 1px solid #ddd;
  padding: 35px 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 568px) {
  .typography table td {
    padding: 10px;
    font-size: 14px;
  }
}

.typography table td::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

.typography .left-photo {
  float: left;
  margin: 0 35px 0 0;
}

@media (max-width: 767px) {
  .typography .left-photo {
    float: none;
    margin-right: 0;
  }
}

.typography .right-photo {
  float: right;
  margin: 0 0 0 35px;
}

@media (max-width: 767px) {
  .typography .right-photo {
    float: none;
    margin-left: 0;
  }
}

.typography iframe {
  width: 100%;
  height: 480px;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .typography iframe {
    height: 320px;
  }
}

.relative-links {
  margin-left: 290px;
  background: #f5f7f9;
  border-left: 20px solid #237ecb;
  padding: 20px 80px;
  margin: 60px 0 60px 290px;
}

@media (max-width: 1200px) {
  .relative-links {
    margin: 40px 0;
    padding: 20px 40px;
  }
}

@media (max-width: 767px) {
  .relative-links {
    border-left: 10px solid #237ecb;
    padding: 20px;
  }
}

.relative-links__title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  color: #237ecb;
  margin-bottom: 3px;
}

@media (max-width: 767px) {
  .relative-links__title {
    font-size: 20px;
  }
}

.relative-links__list {
  max-width: 630px;
}

.relative-links__list-item {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 26px;
}

@media (max-width: 767px) {
  .relative-links__list-item {
    font-size: 20px;
    line-height: 1.2;
  }
}

.relative-links__list-item:last-child {
  margin-bottom: 0;
}

.relative-links a {
  color: #4a4a4a !important;
  text-decoration: none !important;
  font-weight: bold;
}

.relative-links a:hover {
  color: #f46731 !important;
}

.journal-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 100px 0;
}

@media (max-width: 1200px) {
  .journal-page {
    display: block;
  }
}

@media (max-width: 992px) {
  .journal-page {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .journal-page {
    padding: 50px 0;
  }
}

.journal-page__wrap {
  width: calc(100% - 430px);
}

@media (max-width: 1400px) {
  .journal-page__wrap {
    width: auto;
  }
}

.journal-page__content {
  margin-bottom: 90px;
}

.journal-page__side {
  width: 350px;
}

@media (max-width: 1400px) {
  .journal-page__side {
    display: none;
  }
}

.page-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  padding: 0 25px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  border-radius: 30px;
  background: #237ecb;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .page-button {
    height: 48px;
    font-size: 18px;
  }
}

.page-button:hover {
  background: #f46731;
}

.page-button--orange {
  border: none;
  background: #f46731;
  transition: 0.3s;
}

.page-button--orange:hover {
  background: #237ecb;
}

.page-feedback {
  padding: 60px 100px 60px 60px;
  background: #f5f7f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1200px) {
  .page-feedback {
    padding: 40px;
  }
}

@media (max-width: 992px) {
  .page-feedback {
    padding: 30px;
    display: block;
  }
}

@media (max-width: 767px) {
  .page-feedback {
    padding: 20px;
  }
}

.page-feedback__title {
  font-weight: bold;
  font-size: 22px;
}

.page-feedback__button {
  width: 100%;
  max-width: 360px;
  margin-left: 30px;
}

@media (max-width: 1200px) {
  .page-feedback__button {
    max-width: 300px;
  }
}

@media (max-width: 992px) {
  .page-feedback__button {
    margin: 30px 0 0;
    max-width: 100%;
  }
}

.page-subscribe {
  padding: 60px 100px 60px 60px;
  background: #f5f7f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1200px) {
  .page-subscribe {
    padding: 40px;
  }
}

@media (max-width: 992px) {
  .page-subscribe {
    padding: 30px;
    display: block;
  }
}

@media (max-width: 767px) {
  .page-subscribe {
    padding: 20px;
  }
}

.page-subscribe__form-label {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}

.page-subscribe__form input[type=text] {
  width: 100%;
  height: 40px;
  font-size: 21px;
  border: none;
  padding: 0;
  border-bottom: 1px solid #4a4a4a;
  background: none;
}

.page-subscribe__button {
  width: 100%;
  max-width: 360px;
  margin-left: 30px;
}

@media (max-width: 1200px) {
  .page-subscribe__button {
    max-width: 300px;
  }
}

@media (max-width: 992px) {
  .page-subscribe__button {
    margin: 30px 0 0;
    max-width: 100%;
  }
}

.page-stat {
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 21px;
}

@media (max-width: 767px) {
  .page-stat {
    display: block;
    font-size: 18px;
  }
}

.page-stat__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .page-stat__left {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.page-stat__left > * {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .page-stat__left > * {
    margin: 0;
  }
}

.page-stat__left a:hover {
  color: #f46731;
}

.page-stat__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .page-stat__right {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
  }
}

.page-stat__right > * {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .page-stat__right > * {
    margin: 0;
  }
}

@media (max-width: 568px) {
  .page-stat__tags {
    width: 100%;
    margin-top: 10px;
  }
}

.page-stat-view {
  padding-left: 34px;
  background: url(https://credit-center.ru/img/icon-view-black.png) left center no-repeat;
}

.like-button {
  display: inline-block;
  line-height: 42px;
  padding-left: 47px;
  background: url(https://credit-center.ru/img/icon-like.png) left center no-repeat;
}

.bookmark-button {
  display: inline-block;
  line-height: 42px;
  padding-left: 28px;
  background: url(https://credit-center.ru/img/icon-bookmark.png) left center no-repeat;
}

.share-button {
  display: inline-block;
  line-height: 42px;
  padding-left: 44px;
  background: url(https://credit-center.ru/img/icon-share.png) left center no-repeat;
}

.journal-nav__title {
  font-size: 46px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  color: #237ecb;
  margin-bottom: 35px;
}

.journal-nav__item {
  border-left: 18px solid #237ecb;
  padding-left: 20px;
  margin-bottom: 55px;
}

.journal-nav__item-part {
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  color: #237ecb;
}

.journal-nav__item-part a {
  color: #237ecb;
}

.journal-nav__item-part a:hover {
  color: #f46731;
}

.journal-nav__item-link {
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
}

.journal-nav__item-link a:hover {
  color: #237ecb;
}

.fix-sidebar {
  height: calc(100vh - 160px);
  position: relative;
}

.fix-sidebar__fly {
  height: 100%;
}

.fix-sidebar__fly.fix {
  position: fixed;
  top: 60px;
}

.fix-sidebar.fix-bottom {
  position: absolute;
  bottom: 0;
  right: 40px;
}

.cookies {
    position: fixed;
    bottom: 0;
    z-index: 10000;
    left: 0;
    right: 0;
    background: #f7f7f7;
}
.cookies a{
text-decoration:underline;	
}

.cookies a:hover{
text-decoration:none;	
}

.cookies .inf {
    width: 100%;
    margin: auto;
    padding: 20px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #000;
max-width: 1500px;
}

.cookies .close {
    display: block;
    background: #237ecb;
    padding: 5px 10px;
    max-height: 29px;
    margin-left: 20px;
    color: #ffffff;
text-decoration:none;	
}

.cookies .close:hover {
    background: #2f2f2f
}

.cookies .close span {
    -moz-transform: rotate(45deg);
    /* Для Firefox */
    -ms-transform: rotate(45deg);
    /* Для IE */
    -webkit-transform: rotate(45deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(45deg);
    /* Для Opera */
    transform: rotate(45deg);
    display: block;
    padding-top: 1px;
    padding-left: 2px;
}

@media (max-width: 767px) {
    .cookies .inf {
        width: 100%;
        font-size: 13px;
        letter-spacing: 1px;
    }
}

.hidden {display: none;}

/*# sourceMappingURL=style.css.map */
/* Stylesheet: Журналы Modified On 2025-05-29 10:41:03 */
