

/* Start:/local/templates/moetp/assets/css/all.css?1668076091350951*/
@charset "UTF-8";
@import "/local/templates/moetp/assets/css/../fonts/fonts.css";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
.content-bg-container b {font-weight:600;}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-2-5, .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-right: 16px;
  padding-left: 16px;
}

.col {
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
          flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
     -moz-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
     -moz-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-2-5 {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
     -moz-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
     -moz-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
     -moz-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
     -moz-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
     -moz-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
     -moz-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
     -moz-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
     -moz-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
     -moz-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
.section__content table {border-color:white;}
.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
     -moz-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
     -moz-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
     -moz-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
     -moz-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
     -moz-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
     -moz-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
     -moz-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
     -moz-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
     -moz-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
     -moz-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
     -moz-box-ordinal-group: 13;
          order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media only screen and (max-width: 1439px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
       -moz-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
       -moz-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
       -moz-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
       -moz-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
       -moz-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
       -moz-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
       -moz-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
       -moz-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
            order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
       -moz-box-ordinal-group: 14;
            order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
            order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
            order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
            order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
            order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
            order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
       -moz-box-ordinal-group: 8;
            order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
       -moz-box-ordinal-group: 9;
            order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
       -moz-box-ordinal-group: 10;
            order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
       -moz-box-ordinal-group: 11;
            order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
       -moz-box-ordinal-group: 12;
            order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
       -moz-box-ordinal-group: 13;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
@media only screen and (max-width: 1050px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
       -moz-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
       -moz-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
       -moz-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
       -moz-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
       -moz-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
       -moz-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
       -moz-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
       -moz-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
            order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
       -moz-box-ordinal-group: 14;
            order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
            order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
            order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
            order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
            order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
            order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
       -moz-box-ordinal-group: 8;
            order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
       -moz-box-ordinal-group: 9;
            order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
       -moz-box-ordinal-group: 10;
            order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
       -moz-box-ordinal-group: 11;
            order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
       -moz-box-ordinal-group: 12;
            order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
       -moz-box-ordinal-group: 13;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media only screen and (max-width: 920px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
       -moz-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
       -moz-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
       -moz-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
       -moz-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
       -moz-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
       -moz-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
       -moz-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
       -moz-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
            order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
       -moz-box-ordinal-group: 14;
            order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
            order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
            order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
            order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
            order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
            order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
       -moz-box-ordinal-group: 8;
            order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
       -moz-box-ordinal-group: 9;
            order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
       -moz-box-ordinal-group: 10;
            order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
       -moz-box-ordinal-group: 11;
            order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
       -moz-box-ordinal-group: 12;
            order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
       -moz-box-ordinal-group: 13;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media only screen and (max-width: 767px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
       -moz-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
       -moz-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
       -moz-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
       -moz-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
       -moz-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
       -moz-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
       -moz-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
       -moz-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
            order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
       -moz-box-ordinal-group: 14;
            order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
            order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
            order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
            order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
            order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
            order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
       -moz-box-ordinal-group: 8;
            order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
       -moz-box-ordinal-group: 9;
            order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
       -moz-box-ordinal-group: 10;
            order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
       -moz-box-ordinal-group: 11;
            order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
       -moz-box-ordinal-group: 12;
            order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
       -moz-box-ordinal-group: 13;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -moz-inline-box !important;
  display: inline-flex !important;
}

@media only screen and (max-width: 1439px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
}
@media only screen and (max-width: 1050px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
}
@media only screen and (max-width: 920px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
}
@media only screen and (max-width: 767px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
     -moz-box-orient: horizontal !important;
     -moz-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
     -moz-box-orient: vertical !important;
     -moz-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
     -moz-box-orient: horizontal !important;
     -moz-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
     -moz-box-orient: vertical !important;
     -moz-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  -webkit-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  -webkit-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
     -moz-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
     -moz-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
     -moz-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  -webkit-flex-shrink: 0 !important;
          flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  -webkit-flex-shrink: 1 !important;
          flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
     -moz-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
     -moz-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
     -moz-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
     -moz-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  -webkit-justify-content: space-around !important;
          justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
     -moz-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
     -moz-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
     -moz-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
     -moz-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
     -moz-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  -webkit-align-content: flex-start !important;
          align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  -webkit-align-content: flex-end !important;
          align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  -webkit-align-content: center !important;
          align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  -webkit-align-content: space-between !important;
          align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  -webkit-align-content: space-around !important;
          align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  -webkit-align-content: stretch !important;
          align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -webkit-align-self: auto !important;
              -ms-grid-row-align: auto !important;
          align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  -webkit-align-self: flex-start !important;
          align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  -webkit-align-self: flex-end !important;
          align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -webkit-align-self: center !important;
              -ms-grid-row-align: center !important;
          align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  -webkit-align-self: baseline !important;
          align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -webkit-align-self: stretch !important;
              -ms-grid-row-align: stretch !important;
          align-self: stretch !important;
}

@media only screen and (max-width: 1439px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
       -moz-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
       -moz-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
       -moz-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
       -moz-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
       -moz-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
       -moz-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
       -moz-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
       -moz-box-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
       -moz-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
       -moz-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
}
@media only screen and (max-width: 1050px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
       -moz-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
       -moz-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
       -moz-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
       -moz-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
       -moz-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
       -moz-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
       -moz-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
       -moz-box-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
       -moz-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
       -moz-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
}
@media only screen and (max-width: 920px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
       -moz-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
       -moz-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
       -moz-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
       -moz-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
       -moz-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
       -moz-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
       -moz-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
       -moz-box-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
       -moz-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
       -moz-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
}
@media only screen and (max-width: 767px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
       -moz-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
       -moz-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
       -moz-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
       -moz-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
       -moz-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
       -moz-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
       -moz-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
       -moz-box-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
       -moz-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
       -moz-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
}
.p-16 {padding: 0 16px;}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media only screen and (max-width: 1439px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media only screen and (max-width: 1050px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media only screen and (max-width: 920px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
  max-width: 600px;
}

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}
.tooltipster-content p {
	margin:0;
}
.tooltipster-content {
	font-size: 14px;
	line-height: 16px;
}	
.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: -webkit-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading 400ms;
     -moz-animation: tooltipster-fading 400ms;
       -o-animation: tooltipster-fading 400ms;
          animation: tooltipster-fading 400ms;
}

/* rotate */
@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-moz-keyframes tooltipster-rotating {
  25% {
    -moz-transform: rotate(-2deg);
         transform: rotate(-2deg);
  }
  75% {
    -moz-transform: rotate(2deg);
         transform: rotate(2deg);
  }
  100% {
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
}
@-o-keyframes tooltipster-rotating {
  25% {
    -o-transform: rotate(-2deg);
       transform: rotate(-2deg);
  }
  75% {
    -o-transform: rotate(2deg);
       transform: rotate(2deg);
  }
  100% {
    -o-transform: rotate(0);
       transform: rotate(0);
  }
}
@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
       -moz-transform: rotate(-2deg);
         -o-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
       -moz-transform: rotate(2deg);
         -o-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating 600ms;
     -moz-animation: tooltipster-rotating 600ms;
       -o-animation: tooltipster-rotating 600ms;
          animation: tooltipster-rotating 600ms;
}

/* scale */
@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes tooltipster-scaling {
  50% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@-o-keyframes tooltipster-scaling {
  50% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}
@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling 600ms;
     -moz-animation: tooltipster-scaling 600ms;
       -o-animation: tooltipster-scaling 600ms;
          animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid black;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 18px;
  padding: 15px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px;
}

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: black;
}

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
  border: none;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
  margin-top: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
  margin-right: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
  margin-left: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
  margin-bottom: 6px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
  color: #8d8d8d;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
  height: 6px;
  margin-left: -6px;
  width: 12px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
  height: 12px;
  margin-left: 0;
  margin-top: -6px;
  width: 6px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
  display: none;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
  border: 6px solid transparent;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped {
  left: -6px;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
@media only screen and (min-width: 1601px) {
  html {
    font-size: 1vw;
  }
}
html.mobile-menu-open {
  overflow: hidden;
}
html.mobile-menu-open body {
  overflow: hidden;
}
/* 
html:not(.device) {
  scrollbar-color: #90A4AE #fff;
  scrollbar-width: 2px;
}
html:not(.device) * {
  scrollbar-color: #c9c8c8 #fff;
  scrollbar-width: 2px;
}
html:not(.device) *::-webkit-scrollbar {
  width: 6px;
  position: absolute;
}
html:not(.device) *::-webkit-scrollbar-track {
  background: transparent;
  border: 1px solid #ffffff;

}
html:not(.device) *::-webkit-scrollbar-thumb {
  background: #dad5d5;
}*/
.modal-terms-controls, .modal-terms-body, .js-contacts-placemarks, .objects-map-box-scroll {
  scrollbar-width: thin;
}

html:not(.device) *::-webkit-scrollbar-thumb:hover {
  background: #c9c8c8;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #ffffff;
  font: 16px/1.2 "PF DinDisplay Pro", sans-serif, "TimesNewRoman", Verdana;
  background: #ffffff;
  min-width: 320px;
  overflow-x: hidden;
}
@media only screen and (min-width: 1601px) {
  body {
    font-size: 1rem;
  }
}

img {
  border-style: none;
  vertical-align: top;
  image-rendering: crisp-edges;
}

a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #ffffff;
  outline: none;
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
a:hover {
  text-decoration: underline;
}

* {
  outline: none;
  font-weight: normal;
  font-style: normal;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "PF DinDisplay Pro", sans-serif, "TimesNewRoman", Verdana;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
  min-height: 1px;
  min-width: 1px;
}

main,
header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog {
  display: block;
}

input::-ms-clear {
  display: none;
}

input[type=submit],
input[type=reset] {
  cursor: pointer;
}

textarea,
input[type=submit],
input[type=reset],
input[type=text],
input[type=email],
input[type=password],
input[type=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.tdu {
  text-decoration: underline;
}
.tdu:hover {
  text-decoration: none;
}

.ovh {
  overflow: hidden;
  max-width: 100%;
}

.fw-300 {
  font-weight: 300;
}

.fw-500 {
  font-weight: 500;
}

.hidden {
  display: none !important;
}

.por {
  position: relative;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.small-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.text-light-color {
  color: rgba(255, 255, 255, 0.6);
}

.btn {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 18px 8px;
  cursor: pointer;
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s;
  font-weight: 500;
  font-size: 16px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.btn:disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}
.btn:disabled:hover {
  opacity: 0.6;
}
.btn:hover {
  text-decoration: none;
}
.btn--orrange {
  background: #f37020;
  color: #ffffff;
}
.btn--orrange:hover {
  background: #f1823d;
}
.btn--orrange:active {
  background: #b94c0a;
}
.btn--blue {
  background: #0036a2;
  color: #ffffff;
}
.btn--blue:hover {
  background: #3c69ce;
}
.btn--blue:active {
  background: #1a326b;
}
.btn--small {
  font-size: 14px;
  padding: 7px 17px 5px;
}
.btn--small-2 {
  font-size: 14px;
  padding: 7px 10px 5px;
}
.btn--padding-big {
  padding: 13px 20px 11px;
}
@media only screen and (min-width: 1601px) {
  .btn {
    padding: 0.625rem 1.125rem 0.5rem;
    font-size: 1rem;
    -webkit-border-radius: 0.125rem;
       -moz-border-radius: 0.125rem;
            border-radius: 0.125rem;
  }
  .btn--small {
    font-size: 0.875rem;
    padding: 0.4375rem 1.0625rem 0.3125rem;
  }
  .btn--small-2 {
    font-size: 0.875rem;
    padding: 0.4375rem 0.625rem 0.3125rem;
  }
  .btn--padding-big {
    padding: 0.8125rem 1.25rem 0.6875rem;
  }
}

.buttons-groupe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.buttons-groupe .btn {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  margin-right: 1px;
}
.buttons-groupe .btn:first-child {
  -webkit-border-radius: 5px 0 0 5px;
     -moz-border-radius: 5px 0 0 5px;
          border-radius: 5px 0 0 5px;
}
.buttons-groupe .btn:last-child {
  -webkit-border-radius: 0 5px 5px 0;
     -moz-border-radius: 0 5px 5px 0;
          border-radius: 0 5px 5px 0;
  margin-right: 0;
}
@media only screen and (max-width: 540px) {
  .buttons-groupe {
    width: 100%;
  }
  .buttons-groupe .btn {
    width: 100%;
    margin: 1px 0 !important;
  }
  .buttons-groupe .btn:first-child, .buttons-groupe .btn:last-child {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
}
@media only screen and (min-width: 1601px) {
  .buttons-groupe .btn {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    margin-right: 0.0625rem;
  }
  .buttons-groupe .btn:first-child {
    -webkit-border-radius: 0.3125rem 0 0 0.3125rem;
       -moz-border-radius: 0.3125rem 0 0 0.3125rem;
            border-radius: 0.3125rem 0 0 0.3125rem;
  }
  .buttons-groupe .btn:last-child {
    -webkit-border-radius: 0 0.3125rem 0.3125rem 0;
       -moz-border-radius: 0 0.3125rem 0.3125rem 0;
            border-radius: 0 0.3125rem 0.3125rem 0;
    margin-right: 0;
  }
}

#wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#main {
  -webkit-box-flex: 5000;
  -webkit-flex: 5000 1 auto;
     -moz-box-flex: 5000;
      -ms-flex: 5000 1 auto;
          flex: 5000 1 auto;
  position: relative;
}

.main--bg {
  background-image: url(/local/templates/moetp/assets/css/../images/image-main-bg.jpg);
  -webkit-background-size: 100% auto;
     -moz-background-size: 100% auto;
          background-size: 100% auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  margin-top: -1px;
}
.main--flex-style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container {
  max-width: 1085px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.container--flex-style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.container--big {
  max-width: 1630px;
}
.container--small {
  max-width: 1019px;
}
@media only screen and (min-width: 1601px) {
  .container {
    max-width: 67.75rem;
  }
  .container--big {
    max-width: 101.9rem;
  }
  .container--small {
    max-width: 63.69rem;
  }
}

.main-title-holder {
  text-align: center;
  margin-bottom: 46px;
}
.main-title-holder__title {
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 9px;
}
.main-title-holder__subtitle {
  font-size: 18px;
  margin: 0;
}
@media only screen and (max-width: 920px) {
  .main-title-holder {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1601px) {
  .main-title-holder {
    margin-bottom: 2.875rem;
  }
  .main-title-holder__title {
    font-size: 1.625rem;
    margin: 0 0 0.5625rem;
  }
  .main-title-holder__subtitle {
    font-size: 1.125rem;
  }
}

.page-title {
  display: block;
  margin: 0 0 24px;
  font-size: 36px;
  font-weight: 700;
  text-shadow: 1px 0px 3px rgba(69, 67, 67, 0.56);
}
.page-title--small {
  font-size: 26px;
}
@media only screen and (min-width: 1601px) {
  .page-title {
    margin: 0 0 1.5rem;
    font-size: 2.25rem;
  }
  .page-title--small {
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 540px) {
  .page-title {
    font-size: 30px;
  }
  .page-title--small {
    font-size: 26px;
  }
}

.content-bg-container {
  padding: 35px 33px 60px;
  margin-bottom: 96px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background-color: rgba(5, 132, 215, 0.8);
  -webkit-box-shadow: 0 -6px 25px rgba(17, 41, 97, 0.2);
     -moz-box-shadow: 0 -6px 25px rgba(17, 41, 97, 0.2);
          box-shadow: 0 -6px 25px rgba(17, 41, 97, 0.2);
}
.content-bg-container--offset-top-small {
  padding-top: 25px;
}
.content-bg-container--flex-item-style {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.content-bg-container--offset-bottom-0 {
  padding-bottom: 0;
}
.content-bg-container--offset-top-0 {
  padding-top: 0;
}
.content-bg-container--dark {
  background-color: rgba(5, 108, 176, 0.9);
}
.content-bg-container-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 58vh;
}
@media only screen and (min-width: 922px) {
  .content-bg-container-contacts {
    min-height: 650px;
  }
}
@media only screen and (max-width: 920px) {
  .content-bg-container-contacts {
    height: auto !important;
  }
}
@media only screen and (min-width: 1601px) {
  .content-bg-container {
    padding: 2.1875rem 2.0625rem 3.75rem;
    margin-bottom: 6rem;
    -webkit-border-radius: 0.3125rem;
       -moz-border-radius: 0.3125rem;
            border-radius: 0.3125rem;
    -webkit-box-shadow: 0 -0.375rem 1.5625rem rgba(17, 41, 97, 0.2);
       -moz-box-shadow: 0 -0.375rem 1.5625rem rgba(17, 41, 97, 0.2);
            box-shadow: 0 -0.375rem 1.5625rem rgba(17, 41, 97, 0.2);
  }
  .content-bg-container--offset-top-small {
    padding-top: 1.5625rem;
  }
  .content-bg-container--offset-top-0 {
    padding-top: 0;
  }
  .content-bg-container--offset-bottom-0 {
    padding-bottom: 0;
  }
  .content-bg-container-contacts {
    min-height: 40.625rem;
  }
}
@media only screen and (max-width: 540px) {
  .content-bg-container {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
  .content-bg-container--offset-bottom-0 {
    padding-bottom: 0;
  }
  .content-bg-container--offset-top-0 {
    padding-top: 0;
  }
}

.tab {
  display: none;
}
.tab.active {
  display: block;
}
.tab--flex {
  display: none;
}
.tab--flex.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.row--mb-10 {
  margin-bottom: 10px;
}
.row--mb-20 {
  margin-bottom: 20px;
}
.row--mb-30 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1601px) {
  .row--mb-10 {
    margin-bottom: 0.625rem;
  }
  .row--mb-20 {
    margin-bottom: 1.25rem;
  }
  .row--mb-30 {
    margin-bottom: 1.875rem;
  }
}

.mr10 {
  margin-right: 10px;
}
@media only screen and (min-width: 1601px) {
  .mr10 {
    margin-right: 0.625rem;
  }
}

.ml-15 {
  margin-left: 15px;
}
@media only screen and (min-width: 1601px) {
  .ml-15 {
    margin-left: 0.9375rem;
  }
}

.mb-15 {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1601px) {
  .mb-15 {
    margin-bottom: 0.9375rem;
  }
}

.mb5db {
  margin-bottom: 5px;
  display:block;
}
@media only screen and (min-width: 1601px) {
.mb5db {
  margin-bottom: 5px;
  display:block;
}
}

.mb-11 {
  margin-bottom: 11px;
}
@media only screen and (min-width: 1601px) {
  .mb-11 {
    margin-bottom: 0.6875rem;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1601px) {
  .mb-20 {
    margin-bottom: 1.25rem;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1601px) {
  .mb-30 {
    margin-bottom: 1.875rem;
  }
}

@media only screen and (max-width: 920px) {
  .mb-md-15 {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 920px) {
  .mt-md-15 {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sm-15 {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sm-0 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sm-0 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1439px) {
  .mb-xl-15 {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .w-sm-100 {
    width: 100%;
  }
}

@media only screen and (max-width: 920px) {
  .w-md-100 {
    width: 100%;
  }
}

@media only screen and (max-width: 920px) {
  .w-sm-100 {
    width: 100%;
  }
}

.maw-560 {
  max-width: 560px;
}
@media only screen and (min-width: 1601px) {
  .maw-560 {
    max-width: 35rem;
  }
}

.top-notification {
  background: #f37020;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 14px 10px;
  position: relative;
}
.top-notification .container {
  position: relative;
}
.top-notification__text {
  display: inline-block;
}
.top-notification__btn {
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  text-decoration: none;
  width: 13px;
  height: 13px;
}
.top-notification__btn img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-notification__btn:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 1601px) {
  .top-notification {
    padding: 0.875rem 0.625rem;
  }
  .top-notification__btn {
    width: 0.8125rem;
    height: 0.8125rem;
  }
}

.header {
  background-color: rgba(0, 119, 190, 0.27);
  min-height: 53px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 200;
}
.header--style {
  background: #3c69ce;
}
.header__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
  padding: 0 0 0 49px;
}
@media only screen and (max-width: 1599px) {
  .header__flex {
    padding-left: 15px;
  }
}
.header__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media only screen and (max-width: 1050px) {
  .header__content {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    width: 320px;
    background: rgba(0, 119, 190, 0.93);
    display: block;
    z-index: 100;
    right: -320px;
    -webkit-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    opacity: 0;
    pointer-events: none;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100vh;
  }
  .mobile-menu-open .header__content {
    right: 0;
    opacity: 1;
    pointer-events: all;
    -webkit-transition: all 0.35s ease 0.35s;
    -o-transition: all 0.35s ease 0.35s;
    -moz-transition: all 0.35s ease 0.35s;
    transition: all 0.35s ease 0.35s;
  }
}
.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media only screen and (max-width: 1050px) {
  .header__inner {
    display: block;
  }
}
.header__call {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1050px) {
  .header__call {
    display: block;
  }
}
.header__call-link {
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  margin-right: 18px;
  padding-top: 2px;
}
.header__call-link:hover {
  color: #f37020;
  text-decoration: none;
}
.header__call-link:active {
  color: #b94c0a;
}
@media only screen and (max-width: 1439px) {
  .header__call-link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  .header__call-link {
    padding: 14px 15px 12px;
    margin: 0;
  }
}
.header__call-btn {
  display: inline-block;
  background: #0036a2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #ffffff;
  height: 53px;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  font-size: 15px;
  font-weight: 500;
}
.header__call-btn:hover {
  background: #f37020;
}
.header__call-btn:active {
  background: #b94c0a;
}
@media only screen and (max-width: 1439px) and (min-width: 1050px) {
  .header__call-btn {
    max-width: 75px;
    padding: 11px 5px 7px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 1050px) {
  .header__call-btn {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 1601px) {
  .header {
    min-height: 3.3125rem;
  }
  .header__flex {
    max-width: 100rem;
    padding: 0 0 0 3.0625rem;
  }
  .header__call-link {
    font-size: 1.125rem;
    margin-right: 1.125rem;
    padding-top: 0.125rem;
  }
  .header__call-btn {
    padding: 0.625rem 1.25rem;
    height: 3.3125rem;
    font-size: 0.9375rem;
  }
}

.logo {
  display: block;
  width: 194px;
  height: 32px;
  margin: 0 61px 0 0;
}
.logo a {
  display: block;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url(/local/templates/moetp/assets/css/../images/logo.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
}
@media only screen and (min-width: 1601px) {
  .logo {
    width: 12.125rem;
    height: 2rem;
    margin: 0 3.8125rem 0 0;
  }
}
@media only screen and (max-width: 1599px) {
  .logo {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 1050px) {
  .logo {
    width: 144px;
    height: 24px;
    margin-right: 15px;
  }
}

.nav {
  padding: 0;
  margin: 0 0 0 -19px;
  list-style: none;
}
.nav__item {
  display: inline-block;
  padding: 0 19px;
}
@media only screen and (max-width: 1439px) {
  .nav__item {
    padding: 0 6px;
  }
}
@media only screen and (max-width: 1050px) {
  .nav__item {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0;
  }
}
.nav__link {
  font-size: 15px;
  display: inline-block;
  font-weight: 500;
}
.nav__link:hover {
  text-decoration: none;
  color: #f37020;
}
.nav__linkactive {
	font-weight: 500;
}
.nav__link:active {
  text-decoration: underline;
  color: #f37020;
}
@media only screen and (max-width: 1439px) {
  .nav__link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1050px) {
  .nav__link {
    padding: 14px 15px 12px;
    font-size: 15px;
    display: block;
  }
}
@media only screen and (min-width: 1601px) {
  .nav {
    margin: 0 0 0 -1.1875rem;
  }
  .nav__item {
    padding: 0 1.1875rem;
  }
  .nav__link, .nav__linkactive {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 1439px) {
  .nav {
    margin: 0 0 0 -6px;
  }
}
@media only screen and (max-width: 1050px) {
  .nav {
    margin: 0;
  }
}

.header-menu {
  position: relative;
  background: rgba(25, 25, 25, 0.7);
  width: 213px;
  z-index: 20;
}
.header-menu__opener {
  height: 53px;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  padding-right: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 20px 13px 26px;
  cursor: pointer;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.header-menu__opener-style {
  background: #3c69ce;
}
.header-menu__opener--text {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  letter-spacing: 0.01em;
}
.header-menu__opener--text:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 6px;
  background-image: url(/local/templates/moetp/assets/css/../images/icon-arrow-down.svg);
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
          background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1050px) and (max-width: 1439px) {
  .header-menu__opener {
    padding-left: 10px;
    padding-right: 13px;
    font-size: 13px;
  }
  .header-menu__opener--text {
    padding-right: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  .header-menu__opener {
    background: rgba(25, 25, 25, 0.7);
  }
  .header-menu__opener:hover {
    background: rgba(25, 25, 25, 0.7);
    cursor: default;
  }
}
.header-menu__content {
  position: absolute;
  left: auto;
  width: 213px;
  right: 0;
  top: 100%;
  z-index: 10;
  background: rgba(25, 25, 25, 0.6);
  display: none;
}
@media only screen and (min-width: 1601px) {
  .header-menu__content {
    width: 13.3125rem;
  }
}
@media only screen and (max-width: 1050px) {
  .header-menu__content {
    position: relative;
    right: auto;
    bottom: auto;
    top: auto;
    width: 100%;
    display: block !important;
    height: auto !important;
    background: none;
  }
}
.header-menu__list {
  padding: 13px 0 9px 0;
  margin: 0 0 6px;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-menu__list-item {
  padding: 7px 25px;
}
.header-menu__list-link, .header-menu__list-linkactive {
  font-size: 14px;
  color: #ffffff;
}
.header-menu__list-link:hover {
  color: #f37020;
  text-decoration: none;
}
.header-menu__link {
  display: inline-block;
  text-decoration: none;
  padding: 7px 25px 12px;
  font-size: 14px;
}
.header-menu__link:hover {
  text-decoration: none;
  color: #f37020;
}
@media only screen and (min-width: 1601px) {
  .header-menu {
    width: 13.3125rem;
  }
  .header-menu__opener {
    height: 3.3125rem;
    font-size: 0.9375rem;
    padding-right: 1.5rem;
    padding: 0.8125rem 1.25rem 0.8125rem 1.625rem;
  }
  .header-menu__opener--text {
    padding-right: 1.5625rem;
  }
  .header-menu__opener--text:after {
    width: 0.5625rem;
    height: 0.375rem;
  }
  .header-menu__list {
    padding: 0.8125rem 0 0.5625rem 0;
    margin: 0 0 0.375rem;
  }
  .header-menu__list-item {
    padding: 0.4375rem 1.5625rem;
  }
  .header-menu__list-link,.header-menu__list-linkactive {
    font-size: 0.875rem;
  }
  .header-menu__link {
    padding: 0.4375rem 1.5625rem 0.75rem;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 1050px) {
  .header-menu {
    width: 138px;
  }
}
@media only screen and (max-width: 1050px) {
  .header-menu {
    width: 100%;
    background: none;
  }
}

.mobile-menu-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  -webkit-transition: all 0.35s ease 0.35s;
  -o-transition: all 0.35s ease 0.35s;
  -moz-transition: all 0.35s ease 0.35s;
  transition: all 0.35s ease 0.35s;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
}
.mobile-menu-bg.active {
  opacity: 1;
}
.mobile-menu-open .mobile-menu-bg {
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

.burger {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 58px;
  margin: 0 0 0;
  z-index: 100;
  display: none;
}
.burger span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  height: 2px;
  background: #ffffff;
  width: 30px;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.burger span:after, .burger span:before {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -9px;
  background: #ffffff;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.burger span:after {
  margin-top: 9px;
}
.mobile-menu-open .burger span {
  background-color: transparent;
}
.mobile-menu-open .burger span:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
}
.mobile-menu-open .burger span:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
}
@media only screen and (max-width: 1050px) {
  .burger {
    display: block;
  }
}

.footer {
  background: rgba(0, 119, 190, 0.93);
  padding: 45px 0 68px 0;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }
}
.footer__contact--title {
  display: block;
  margin-bottom: 10px;
}
.footer__contact--phone {
  display: inline-block;
  margin-bottom: 14px;
}
.footer__contact--phone:hover {
  color: #f37020;
  text-decoration: none;
}
.footer__contact--phone:active {
  color: #b94c0a;
}
.footer__socials {
  padding: 0;
  margin: 0 -13px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .footer__socials {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__socials--item {
  display: block;
  padding: 0 13px;
}
.footer__socials--link {
  text-decoration: none;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  display: block;
  line-height: 1;
}
.footer__socials--link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.footer__socials--link img {
  display: block;
}
@media only screen and (min-width: 1601px) {
  .footer {
    padding: 2.8125rem 0 4.25rem 0;
  }
  .footer__contact--title {
    margin-bottom: 0.625rem;
  }
  .footer__contact--phone {
    margin-bottom: 0.875rem;
  }
  .footer__socials {
    margin: 0 -0.8125rem;
  }
  .footer__socials--item {
    padding: 0 0.8125rem;
  }
}

.footer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -30px;
  padding: 0 15px;
}
@media only screen and (max-width: 1050px) {
  .footer-flex {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 920px) {
  .footer-flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .footer-flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.footer-flex__item--copy {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 73px;
}
@media only screen and (max-width: 1050px) {
  .footer-flex__item--copy {
    margin-right: 0;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 920px) {
  .footer-flex__item--copy {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    text-align: center;
    padding: 20px 0 0 0;
    margin: 0;
  }
}
.footer-flex__item--contact {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 231px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 231px;
          flex: 0 0 231px;
  padding-right: 10px;
}
@media only screen and (max-width: 1050px) {
  .footer-flex__item--contact {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
@media only screen and (max-width: 767px) {
  .footer-flex__item--contact {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media only screen and (max-width: 540px) {
  .footer-flex__item--contact {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
       -moz-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.footer-flex__item--defends {
  padding-right: 67px;
}
@media only screen and (max-width: 1050px) {
  .footer-flex__item--defends {
    padding-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
@media only screen and (max-width: 767px) {
  .footer-flex__item--defends {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 0 0 10px;
  }
}
@media only screen and (max-width: 540px) {
  .footer-flex__item--defends {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
       -moz-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-flex__item--socials {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1601px) {
  .footer-flex {
    margin: 0 -1.875rem;
    padding: 0 0.9375rem;
  }
  .footer-flex__item--copy {
    margin-right: 4.5625rem;
  }
  .footer-flex__item--contact {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.4375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 0 14.4375rem;
            flex: 0 0 14.4375rem;
    padding-right: 0.625rem;
  }
  .footer-flex__item--defends {
    padding-right: 4.1875rem;
  }
}

.footer-contact-time {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-contact-time__item {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}
@media only screen and (min-width: 1601px) {
  .footer-contact-time__item {
    font-size: 0.8125rem;
  }
}

.footer-defend__phones {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-defend__phones--link:hover {
  color: #f37020;
  text-decoration: none;
}
.footer-defend__phones--link:active {
  color: #b94c0a;
}
.footer-defend__subtitle {
  font-size: 12px;
  margin-bottom: 14px;
}
@media only screen and (min-width: 1601px) {
  .footer-defend__subtitle {
    font-size: 0.75rem;
    margin-bottom: 0.875rem;
  }
}

.breadcrumbs {
  padding: 38px 0 0;
  margin-bottom: 12px;
}
.breadcrumbs-list {
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs-list__item {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.breadcrumbs-list__item:after {
  content: "/";
  font-size: 12px;
  font-weight: 500;
  padding: 0 5px;
}
.breadcrumbs-list__item:last-child:after {
  display: none;
}
.breadcrumbs-list--text {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-shadow: 2px 0px 3px rgba(69, 67, 67, 0.56);
}
@media only screen and (min-width: 1601px) {
  .breadcrumbs {
    padding: 2.375rem 0 0;
    margin-bottom: 0.75rem;
  }
  .breadcrumbs-list__item:after {
    font-size: 0.75rem;
    padding: 0 0.3125rem;
  }
  .breadcrumbs-list--text {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 540px) {
  .breadcrumbs {
    padding-top: 20px;
  }
}
.mt20 {margin-top:20px;}
.form {
  padding: 0;
  margin: 0;
  border: none;
}
/*.form__sign {
  margin-bottom: 50px;
}*/
.form__sign--error {
  margin-bottom: 18px;
}
.form__sign--error-msg {
  display: block;
  font-size: 15px;
  padding-top: 14px;
}
.form__sign--error-msg-link {
  color: #f5d684;
}
.form__sign--msg {
  display: block;
  font-size: 15px;
  padding-top: 14px;
  opacity: 0.8;
}
.form__sign--msg-link {
  text-decoration: underline;
}
.form__sign--msg-link:hover {
  text-decoration: none;
}
.form--control {
  padding: 6px 10px 0;
  margin: 0;
  display: block;
  width: 100%;
  font-size: 16px;
  background: #ffffff;
  color: #000000;
  height: 37px;
  text-align: left;
  line-height: 1.2;
  border: none;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  border-bottom: 4px solid transparent;
  font-weight: 500;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.form--control.text-right {
  text-align: right;
}
.form--control:disabled {
  background: #98ccef;
  cursor: disabled;
}
.form--control.js-disabled {
  background: #98ccef;
  cursor: disabled;
}
.form--control::-webkit-input-placeholder {
  color: #999;
}
.form--control:-moz-placeholder {
  color: #999;
}
.form--control::-moz-placeholder {
  color: #999;
}
.form--control:-ms-input-placeholder {
  color: #999;
}
.form--control::-ms-input-placeholder {
  color: #999;
}
.form--control::placeholder {
  color: #999;
}
.form--control-error {
  font-weight: 500;
  color: #cf2417;
  border-bottom-color: #e7918b;
}
.form--control-error-style {
  border: 1px solid #cf2417;
  color: #cf2417;
}
.form--control-label-text {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 15px;
  margin: 0 0 4px;
}
.form--control-label-text-inline {
  display: inline-block;
  width: auto;
}
.form--control-label-text-error {
  color: #000000;
}
.form--control-date {
  background-image: url(/local/templates/moetp/assets/css/../images/icon-calendar.svg);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  padding-right: 40px;
  -webkit-background-size: 20px 20px;
     -moz-background-size: 20px 20px;
          background-size: 20px 20px;
}
.form--control-date.form--control-error-style {
  background-image: url(/local/templates/moetp/assets/css/../images/icon-calendar-red.svg);
}
.form--control-info-text {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
}
.form--control-link {
  margin-top: 11px;
  display: inline-block;
}
.form--textarea {
  height: 101px;
  resize: none;
}
.form--textarea-small {
  height: 49px;
}
.form--textarea-middle {
  height: 126px;
}
.form__bottom-description {
  font-size: 13px;
  margin: 0;
  display: block;
  color: rgba(255, 255, 255, 0.6);
  padding-right: 10px;
  max-width: 789px;
}
.form__bottom-description.mb15 {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1601px) {
  .form__bottom-description.mb15 {
    margin-bottom: 0.9375rem;
  }
}
.form__bottom-description a {
  color: inherit;
  font-size: inherit;
}
@media only screen and (max-width: 767px) {
  .form__bottom-description {
    margin-bottom: 20px;
  }
}
.form__fields-description {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.form--row-mb-5 {
  margin-bottom: 5px;
}
.form--row-mb-10 {
  margin-bottom: 10px;
}
.form--row-mb-20 {
  margin-bottom: 20px;
}
.form--row-mb-50 {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1601px) {
  /*.form__sign {
    margin-bottom: 3.125rem;
  }*/
  .form__sign--error {
    margin-bottom: 1.125rem;
  }
  .form__sign--error-msg {
    font-size: 0.9375rem;
    padding-top: 0.875rem;
  }
  .form__sign--msg {
    font-size: 0.9375rem;
    padding-top: 0.875rem;
  }
  .form--control {
    padding: 0.375rem 0.625rem 0;
    font-size: 1rem;
    height: 2.3125rem;
    -webkit-border-radius: 0.125rem;
       -moz-border-radius: 0.125rem;
            border-radius: 0.125rem;
    border-bottom-width: 0.25rem;
  }
  .form--control-label-text {
    font-size: 0.9375rem;
    margin: 0 0 0.25rem;
  }
  .form--control-date {
    -webkit-background-size: 1.25rem 1.25rem;
       -moz-background-size: 1.25rem 1.25rem;
            background-size: 1.25rem 1.25rem;
    padding-right: 2.5rem;
  }
  .form--control-info-text {
    font-size: 0.9375rem;
  }
  .form--textarea {
    height: 6.3125rem;
  }
  .form--textarea-small {
    height: 3.0625rem;
  }
  .form--textarea-middle {
    height: 7.875rem;
  }
  .form__bottom-description {
    font-size: 0.8125rem;
    padding-right: 0.625rem;
    max-width: 49.3125rem;
  }
  .form__fields-description {
    font-size: 0.875rem;
  }
  .form--row-mb-5 {
    margin-bottom: 0.3125rem;
  }
  .form--row-mb-10 {
    margin-bottom: 0.625rem;
  }
  .form--row-mb-20 {
    margin-bottom: 1.25rem;
  }
  .form--row-mb-50 {
    margin-bottom: 3.125rem;
  }
}

.file-input-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.file-input-holder__info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 40px;
}
.file-input-holder__info--title {
  font-size: 15px;
  display: block;
  margin-bottom: 8px;
}
.file-input-holder__info--title-size {
  font-size: 14px;
  opacity: 0.6;
}
.file-input-holder__upload--list {
  padding: 0;
  margin: 0 0 8px;
  list-style: none;
  display: none;
}
.file-input-holder__upload--list.active {
  display: block;
}
.file-input-holder__upload--list-item {
  position: relative;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.file-input-holder__upload--list-item:last-child {
  margin-bottom: 0;
}
.file-input-holder__upload--list-file-title {
  width: 130px; 
  font-weight: 500;
  display: inline-block;
  font-size: 12px;
  /*word-break: break-all;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;  
}
.file-input-holder__upload--list-file-size {
  font-weight: 500;
  display: inline-block;
  font-size: 12px;
  margin-left: 5px;
}

.file-input-holder__upload--list-file-remove {
  color: red;
  display: inline-block;
  text-indent: -99999px;
  position: relative;
  width: 15px;
  height: 15px;
  margin: 0 0 3px 5px;
}
.file-input-holder__upload--list-file-remove:hover:after, .file-input-holder__upload--list-file-remove:hover:before {
  background: #f37020;
}
.file-input-holder__upload--list-file-remove:after, .file-input-holder__upload--list-file-remove:before {
  content: "";
  width: 1px;
  height: 9px;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 0;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.file-input-holder__upload--list-file-remove:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.file-input-holder__upload--list-file-remove:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .file-input-holder {
    display: block;
  }
  .file-input-holder__info {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1601px) {
  .file-input-holder__info {
    margin-right: 2.5rem;
  }
  .file-input-holder__info--title {
    font-size: 0.9375rem;
    margin-bottom: 0.5rem;
  }
  .file-input-holder__info--title-size {
    font-size: 0.875rem;
  }
  .file-input-holder__upload--list {
    margin: 0 0 0.5rem;
  }
  .file-input-holder__upload--list-item {
    margin-bottom: 0.625rem;
  }
  .file-input-holder__upload--list-item:last-child {
    margin-bottom: 0;
  }
  .file-input-holder__upload--list-file-title {
    font-size: 0.75rem;
  }
  .file-input-holder__upload--list-file-size {
    font-size: 0.75rem;
    margin-left: 0.3125rem;
  }
  .file-input-holder__upload--list-file-remove {
    width: 0.9375rem;
    height: 0.9375rem;
    margin: 0 0 0.1875rem 0.3125rem;
  }
  .file-input-holder__upload--list-file-remove:after, .file-input-holder__upload--list-file-remove:before {
    width: 0.0625rem;
    height: 0.5625rem;
    margin: -0.25rem 0 0 0;
  }
}

.js-file-input {
  display: none;
}

.controls-title {
  display: block;
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: normal;
}

.form-bottom-submit-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.form-bottom-submit-holder__text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  max-width: 700px;
  margin: 0 0 28px;
}
.form-bottom-submit-holder__submit {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .form-bottom-submit-holder {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .form-bottom-submit-holder__text {
    width: 100%;
  }
  .form-bottom-submit-holder__submit {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1601px) {
  .form-bottom-submit-holder__text {
    font-size: 0.875rem;
    max-width: 43.75rem;
    margin: 0 0 1.75rem;
  }
  .form-bottom-submit-holder__submit {
    padding-left: 0.625rem;
  }
}

.form-checkbox {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.form-checkbox__hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.form-checkbox__hidden:checked + .form-checkbox__custom:after {
  opacity: 1;
}
.form-checkbox__custom {
  padding-left: 40px;
  position: relative;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  min-height: 22px;
  min-width: 22px;
  display: block;
}
.form-checkbox__custom:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background: #ffffff;
  border: 1px solid #ffffff;
}
.form-checkbox__custom:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 4px;
  width: 17px;
  height: 10px;
  background-image: url(/local/templates/moetp/assets/css/../images/icon-arrow-down-blue.svg);
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: -1px 0;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  opacity: 0;
}
.form-checkbox__custom-error:before {
  border-color: #cf2417;
}
.modal__container.maw300 {
    max-width: 18.625rem;
}
.modal__container.maw400 {
    max-width: 24.825rem;
}
#callback .form-checkbox__custom:before {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
#callback .form-checkbox__custom {padding-left: 1.5rem;} 
#callback .form-checkbox__custom:after {
    top: 6px;
    left: 2.5px;
    width: 14px;
    height: 7px;
	background-position: -1px 0;
} 
@media only screen and (min-width: 1601px) {
  .form-checkbox__custom {
    padding-left: 2.5rem;
    font-size: 0.875rem;
    min-height: 1.375rem;
    min-width: 1.375rem;
  }    
  .form-checkbox__custom:before {
    top: 0;
    width: 1.375rem;
    height: 1.375rem;
    -webkit-border-radius: 0.3125rem;
       -moz-border-radius: 0.3125rem;
            border-radius: 0.3125rem;
    border-width: 0.0625rem;
  }

  .form-checkbox__custom:after {
    top: 0.5375rem;
    left: 0.275rem;
    width: 0.975rem;
    height: 0.625rem;
    background-position: -0.1rem 0;
  }

}

.form-radio {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.form-radio--control-offset {
  margin-top: 10px;
  margin-bottom: 5px;
}
.form-radio__hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  margin: 0;
}
.form-radio__hidden:checked + .form-radio__custom:before {
  background: #ffffff;
}
.form-radio__hidden:checked + .form-radio__custom:after {
  opacity: 1;
}
.form-radio__custom {
  padding-left: 40px;
  position: relative;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  min-width: 24px;
  min-height: 24px;
}
@media only screen and (max-width: 830px) {
.form-radio--control-offset .form-radio__custom {padding-left: 30px;}	
}
.form-radio__custom:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: none;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.form-radio__custom:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #0036a2;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  opacity: 0;
}
@media only screen and (min-width: 1601px) {
  .form-radio--control-offset {
    margin-top: 0.625rem;
    margin-bottom: 0.3125rem;
  }
  .form-radio__custom {
    padding-left: 2.5rem;
    font-size: 0.875rem;
    min-width: 1.5rem;
    min-height: 1.5rem;
  }
  .form-radio__custom:before {
    top: 0;
    width: 1.375rem;
    height: 1.375rem;
  }
  .form-radio__custom:after {
    top: 0.4375rem;
    left: 0.4375rem;
    width: 0.625rem;
    height: 0.625rem;
  }
}

.device input[type=time] {
  padding-top: 10px;
}

input[type=time] {
  width: 100%;
  min-width: 100%;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  line-height: 1.2;
}

.select2-container {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 37px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  border: 0px solid transparent;
}

.form--control-error + .select2-container .select2-selection--single {
  border-color: #cf2417;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 10px;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: #ffffff;
  border: none;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  color: #60666d;
  margin: 15px 0 0 0;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
.select2-dropdown--above {
  margin-top: -15px;
}

.select2-results {
  display: block;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  font-size: 16;
  padding: 10px 15px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-selection__arrow b {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
		  
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-hidden-accessible option {font-size:0.5em;}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000000;
  line-height: 34px;
  padding-top: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 35px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
  font-weight: 500;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(/local/templates/moetp/assets/css/../images/icon-arrow-down-black.svg);
  width: 9px;
  height: 5px;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -3px;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

.form--control-error + .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(/local/templates/moetp/assets/css/../images/icon-arrow-down-red.svg);
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  -webkit-border-top-left-radius: 4px;
     -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
     -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  -webkit-border-top-right-radius: 4px;
     -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
     -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #fbfbfb;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #546c84;
  background-color: #fbfbfb;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

@media only screen and (min-width: 1601px) {
  .select2-container .select2-selection--single {
    height: 2.3125rem;
  }

  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.625rem;
    padding-right: 1.25rem;
  }

  .select2-container .select2-selection--single .select2-selection__clear {
    font-size: 1em;
  }

  .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.5rem;
    padding-left: 1.25rem;
  }

  .select2-container .select2-selection--multiple {
    min-height: 2rem;
  }

  .select2-container .select2-selection--multiple .select2-selection__clear {
    font-size: 1em;
  }

  .select2-container .select2-search--inline .select2-search__field {
    margin-top: 0.3125rem;
    margin-left: 0.3125rem;
  }

  .select2-dropdown {
    -webkit-border-radius: 0.125rem;
       -moz-border-radius: 0.125rem;
            border-radius: 0.125rem;
  }

  .select2-results__option {/*
    padding: 0.9375rem;
    font-size: 1.125rem;
  */}

  .select2-search--dropdown {
    padding: 0.25rem;
  }

  .select2-search--dropdown .select2-search__field {
    padding: 0.25rem;
  }

  .select2-hidden-accessible {
    border: 0 !important;
    height: 0.0625rem !important;
    width: 0.0625rem !important;
  }

  .select2-container--default .select2-selection--single {
    -webkit-border-radius: 0.125rem;
       -moz-border-radius: 0.125rem;
            border-radius: 0.125rem;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2rem;
    padding-top: 0.1875rem;
  }

  .select2-container--default .select2-selection--single .select2-selection__clear {
    height: 2.1875rem;
    margin-right: 1.25rem;
    padding-right: 0px;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.1875rem;
    top: 0.0625rem;
    right: 0.0625rem;
    width: 1.25rem;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 0.5625rem;
    height: 0.3125rem;
    margin-left: -0.3125rem;
    margin-top: -0.05rem;
  }

  .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 0.0625rem;
  }

  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 0.25rem 0.3125rem 0.25rem;
  }

  .select2-container--default .select2-selection--multiple {
    border: 0.0625rem solid #aaa;
    -webkit-border-radius: 0.125rem;
       -moz-border-radius: 0.125rem;
            border-radius: 0.125rem;
    padding-bottom: 0.3125rem;
    padding-right: 0.3125rem;
  }

  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    height: 1.25rem;
    margin-right: 0.625rem;
    margin-top: 0.3125rem;
    padding: 0.0625rem;
  }

  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 0.0625rem solid #aaa;
    -webkit-border-radius: 0.125rem;
       -moz-border-radius: 0.125rem;
            border-radius: 0.125rem;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    padding: 0;
  }

  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 0.125rem;
    padding-right: 0.3125rem;
  }

  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #aaa;
    -webkit-border-top-left-radius: 0.25rem;
       -moz-border-radius-topleft: 0.25rem;
            border-top-left-radius: 0.25rem;
    -webkit-border-bottom-left-radius: 0.25rem;
       -moz-border-radius-bottomleft: 0.25rem;
            border-bottom-left-radius: 0.25rem;
    font-size: 1em;
    padding: 0 0.25rem;
  }

  .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 0.3125rem;
  }

  .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 0.3125rem;
    padding-right: 0.125rem;
  }

  .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    -webkit-border-top-left-radius: 0;
       -moz-border-radius-topleft: 0;
            border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
    -webkit-border-top-right-radius: 0.25rem;
       -moz-border-radius-topright: 0.25rem;
            border-top-right-radius: 0.25rem;
    -webkit-border-bottom-right-radius: 0.25rem;
       -moz-border-radius-bottomright: 0.25rem;
            border-bottom-right-radius: 0.25rem;
  }

  .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
    margin-left: 0.625rem;
    margin-right: auto;
  }

  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 0.0625rem;
  }

  .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    -webkit-border-top-left-radius: 0;
       -moz-border-radius-topleft: 0;
            border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
       -moz-border-radius-topright: 0;
            border-top-right-radius: 0;
  }

  .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
       -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;
  }

  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0.0625rem solid #aaa;
  }

  .select2-container--default .select2-results > .select2-results__options {
    max-height: 12.5rem;
  }

  .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
  }

  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
  }

  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
  }

  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
  }

  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
  }

  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
  }

  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
  }

  .select2-container--default .select2-results__option--group {
    padding: 0;
  }

  .select2-container--default .select2-results__group {
    padding: 0.375rem;
  }
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.datepicker--cell {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
          justify-content: center;
  height: 32px;
  z-index: 1;
}

.datepicker--cell.-focus- {
  background: #f0f0f0;
}

.datepicker--cell.-current- {
  color: #4eb5e6;
}

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
  color: #4eb5e6;
}

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.datepicker--cell.-range-from-.-range-to- {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef;
}

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}

.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #ff9a19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.datepicker--cell-day {
  width: 14.28571%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--years {
  height: 170px;
}

.datepicker--cells-years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}

@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, left 0s 0.3s, -o-transform 0.3s ease;
  -moz-transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -moz-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 1000;
}
@media only screen and (min-width: 1601px) {
  .datepicker {
    font-size: 0.875rem;
    width: 15.625rem;
    -webkit-border-radius: 0.25rem;
       -moz-border-radius: 0.25rem;
            border-radius: 0.25rem;
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
       -moz-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
  }
}

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
   -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
       transform: translateY(-8px);
}

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
   -ms-transform: translateX(8px);
    -o-transform: translateX(8px);
       transform: translateX(8px);
}

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
   -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
       transform: translateY(8px);
}

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
   -ms-transform: translateX(-8px);
    -o-transform: translateX(-8px);
       transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
   -ms-transform: translate(0);
    -o-transform: translate(0);
       transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, left 0s 0s, -o-transform 0.3s ease;
  -moz-transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -moz-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
   -ms-transform: none;
    -o-transform: none;
       transform: none;
}

.datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--content {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  padding: 4px;
}

.-only-timepicker- .datepicker--content {
  display: none;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.-top-left- .datepicker--pointer,
.-top-center- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: -webkit-calc(100% - 4px);
  top: -moz-calc(100% - 4px);
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
   -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
       transform: rotate(135deg);
}

.-right-top- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  right: -webkit-calc(100% - 4px);
  right: -moz-calc(100% - 4px);
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
   -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
       transform: rotate(225deg);
}

.-bottom-left- .datepicker--pointer,
.-bottom-center- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: -webkit-calc(100% - 4px);
  bottom: -moz-calc(100% - 4px);
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
   -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
       transform: rotate(315deg);
}

.-left-top- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-bottom- .datepicker--pointer {
  left: -webkit-calc(100% - 4px);
  left: -moz-calc(100% - 4px);
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
}

.-top-left- .datepicker--pointer,
.-bottom-left- .datepicker--pointer {
  left: 10px;
}

.-top-right- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  right: 10px;
}

.-top-center- .datepicker--pointer,
.-bottom-center- .datepicker--pointer {
  left: -webkit-calc(50% - 10px / 2);
  left: -moz-calc(50% - 10px / 2);
  left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: -webkit-calc(50% - 10px / 2);
  top: -moz-calc(50% - 10px / 2);
  top: calc(50% - 10px / 2);
}

.datepicker--body {
  display: none;
}

.datepicker--body.active {
  display: block;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
          justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker--nav-action:hover {
  background: #f0f0f0;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  padding: 0 8px;
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}

.datepicker--nav-title:hover {
  background: #f0f0f0;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}

.datepicker--button {
  color: #4eb5e6;
  cursor: pointer;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
     -moz-box-align: center;
          align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
     -moz-box-align: center;
          align-items: center;
  padding: 4px;
  position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
          flex: 0 1 138px;
  max-width: 138px;
}

.-only-timepicker- .datepicker--time {
  border-top: none;
}

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
          flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time-label {
  display: none;
  font-size: 12px;
}

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: "";
  background: #f0f0f0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
     -moz-box-align: center;
          align-items: center;
  font-size: 11px;
  height: 17px;
  background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
  background: -webkit-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px no-repeat;
  background: -moz-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px no-repeat;
  background: -o-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px no-repeat;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
  margin-bottom: 4px;
}

.datepicker--time-row input[type=range] {
  background: none;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-ms-tooltip {
  display: none;
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:focus {
  outline: none;
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 12px;
  width: 12px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  height: 12px;
  width: 12px;
  -moz-border-radius: 3px;
       border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  margin-top: -6px;
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
  background: transparent;
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: transparent;
}

.datepicker--time-row span {
  padding: 0 12px;
}

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: "";
  background: currentColor;
  position: absolute;
}

.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: -webkit-calc(50% - 1px);
  left: -moz-calc(50% - 1px);
  left: calc(50% - 1px);
  top: -webkit-calc(50% + 1px);
  top: -moz-calc(50% + 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
   -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
       transform: translateY(-100%);
}

.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: -webkit-calc(50% + 1px);
  top: -moz-calc(50% + 1px);
  top: calc(50% + 1px);
  left: -webkit-calc(50% - 1px);
  left: -moz-calc(50% - 1px);
  left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

.pagination {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination__item {
  display: block;
  padding: 0 4px;
}
.pagination__item.active .pagination__link {
  color: #ffffff;
  background: #2c7eb2;
}
.pagination__link {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  color: #89a9fd;
  text-decoration: none;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 2px;
}
.pagination__link:hover {
  text-decoration: none;
  color: #f37020;
}
@media only screen and (min-width: 1601px) {
  .pagination__item {
    padding: 0 0.25rem;
  }
  .pagination__link {
    width: 1.875rem;
    height: 1.875rem;
    -webkit-border-radius: 0.3125rem;
       -moz-border-radius: 0.3125rem;
            border-radius: 0.3125rem;
    padding: 0.125rem;
  }
}

.pagination--desktop {
  position: absolute;
  left: auto;
  right: 15px;
  top: auto;
  bottom: 26px;
}
@media only screen and (min-width: 1601px) {
  .pagination--desktop {
    right: 0.9375rem;
    bottom: 1.625rem;
  }
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@-moz-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@-o-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.section__main-slider {
  position: relative;
  margin-top: -53px;
}
@media only screen and (min-width: 1601px) {
  .section__main-slider {
    margin-top: -3.3125rem;
  }
}

.main-slider-container {
  position: relative;
}
.main-slider__item {
  height: 761px;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 160px 0 310px;
  position: relative;
  z-index: 1;
}
.main-slider__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  pointer-events: none;
}
.main-slider.header-menu-hover .slick-arrow.slick-next {
  opacity: 0;
}
.main-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  text-indent: -99999px;
  left: 50%;
  background: none;
  width: 18px;
  height: 34px;
  border: none;
  z-index: 10;
  cursor: pointer;
  margin-left: -675px;
  margin-top: -138px;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.main-slider .slick-arrow:after, .main-slider .slick-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  height: 24px;
  width: 3px;
  background: #ffffff;
  z-index: 5;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -4px;
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
          border-radius: 40px;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.main-slider .slick-arrow:before {
  margin-top: -19px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.main-slider .slick-arrow.slick-next {
  margin-left: 675px;
  -webkit-transform: translateY(-50%) rotate(180deg);
     -moz-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
       -o-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.main-slider .slick-arrow:hover:after, .main-slider .slick-arrow:hover:before {
  background: #f37020;
}
.main-slider .slick-arrow:active:after, .main-slider .slick-arrow:active:before {
  background: #b94c0a;
}
.main-slider .slick-dots {
  padding: 0;
  margin: 0 -9px;
  list-style: none;
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 278px;
  margin-left: -503px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-slider .slick-dots li.slick-active .dot {
  background: #ffffff;
}
.main-slider .slick-dots li.slick-active svg {
  opacity: 1;
  -webkit-animation: dash 8400ms ease-out forwards;
     -moz-animation: dash 8400ms ease-out forwards;
       -o-animation: dash 8400ms ease-out forwards;
          animation: dash 8400ms ease-out forwards;
}
.main-slider .slick-dots li:not(.slick-active) .box {
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.main-slider .slick-dots li:not(.slick-active) .box:hover .dot {
  background: #f37020;
}
.main-slider .slick-dots .box {
  position: relative;
  cursor: pointer;
}
.main-slider .slick-dots .dot {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid #ffffff;
}
.main-slider .slick-dots svg {
  width: 14px !important;
  height: 14px !important;
  position: relative;
  z-index: 10;
  opacity: 0;
}
.main-slider .slick-dots li {
  padding: 0 10px;
}
.main-slider .slick-dots li div {
  width: 14px !important;
  height: 14px !important;
  display: block !important;
  line-height: 1;
}
@media only screen and (max-width: 1439px) {
  .main-slider__item {
    height: 650px;
    padding-top: 100px;
    padding-bottom: 290px;
  }
  .main-slider .slick-arrow {
    margin-left: -505px;
  }
  .main-slider .slick-arrow.slick-next {
    margin-left: 488px;
  }
}
@media only screen and (max-width: 1050px) {
  .main-slider__item {
    min-height: 760px;
    height: auto;
    padding-bottom: 380px;
  }
  .main-slider .slick-arrow {
    margin-left: 0;
    left: 5px;
  }
  .main-slider .slick-arrow.slick-next {
    margin-left: 0;
    left: auto;
    right: 5px;
  }
  .main-slider .slick-dots {
    bottom: 330px;
    margin: 0;
    left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .main-slider__item {
    padding-bottom: 410px;
  }
  .main-slider .slick-dots {
    bottom: 360px;
  }
  .main-slider .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-slider .slick-slide {
    height: auto;
  }
  .main-slider .slick-slide > div {
    height: 100%;
  }
  .main-slider__item {
    min-height: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .main-slider__item {
    padding-bottom: 60px;
    padding-top: 130px;
  }
  .main-slider .slick-dots {
    bottom: 20px;
  }
  .main-slider .slick-arrow {
    display: none !important;
  }
}
@media only screen and (min-width: 1601px) {
  .main-slider__item {
    height: 47.5625rem;
    padding: 10rem 0 19.375rem;
  }
  .main-slider .slick-arrow {
    width: 1.125rem;
    height: 2.125rem;
    margin-left: -42.1875rem;
    margin-top: -8.625rem;
  }
  .main-slider .slick-arrow:after, .main-slider .slick-arrow:before {
    left: 0.5rem;
    height: 1.5rem;
    width: 0.1875rem;
    margin-top: -0.25rem;
    -webkit-border-radius: 2.5rem;
       -moz-border-radius: 2.5rem;
            border-radius: 2.5rem;
  }
  .main-slider .slick-arrow:before {
    margin-top: -1.1875rem;
  }
  .main-slider .slick-arrow.slick-next {
    margin-left: 42.1875rem;
  }
  .main-slider .slick-dots {
    margin: 0 -0.5625rem;
    bottom: 17.375rem;
    margin-left: -31.4375rem;
  }
  .main-slider .slick-dots .dot {
    top: 0.0625rem;
    left: 0.0625rem;
    right: 0.0625rem;
    bottom: 0.0625rem;
    border-width: 0.125rem;
  }
  .main-slider .slick-dots svg {
    width: 0.875rem !important;
    height: 0.875rem !important;
  }
  .main-slider .slick-dots li {
    padding: 0 0.625rem;
  }
  .main-slider .slick-dots li div {
    width: 0.875rem !important;
    height: 0.875rem !important;
  }
}

.main-slider-content {
  max-width: 993px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 100;
}
.main-slider-content__title {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 24px;
}
.main-slider-content__text {
  display: block;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 1439px) {
  .main-slider-content {
    max-width: 940px;
  }
}
@media only screen and (max-width: 1050px) {
  .main-slider-content {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .main-slider-content {
    padding: 0 35px;
  }
  .main-slider-content__title {
    font-size: 24px;
  }
  .main-slider-content__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 540px) {
  .main-slider-content {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1601px) {
  .main-slider-content {
    max-width: 62.0625rem;
  }
  .main-slider-content__title {
    font-size: 2.25rem;
    margin: 0 0 1.5rem;
  }
  .main-slider-content__text {
    font-size: 1rem;
  }
}

.main-inner-list {
  background: rgba(0, 119, 190, 0.93);
  padding: 40px 50px 60px;
  margin: 0 -27px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  z-index: 10;
}
.main-inner-list--content-style {
  position: relative;
  margin: 0 -33px;
  padding: 19px 0;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  background: #368fc9;
  -webkit-border-radius: 0 0 5px 5px;
     -moz-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
}
.main-inner-list__item {
  padding: 0 27px 0;
}
.main-inner-list__link {
  display: block;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-inner-list__link:hover {
  color: #f37020;
  text-decoration: none;
}
.main-inner-list__ico {
  margin-right: 19px;
}
.main-inner-list__text {
  max-width: 127px;
  font-size: 18px;
}
@media only screen and (max-width: 1439px) {
  .main-inner-list {
    margin: 0 -10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-inner-list--content-style {
    margin: 0 -33px;
    padding: 19px 0;
  }
  .main-inner-list__item {
    padding: 0 10px;
  }
  .main-inner-list__link {
    display: block;
    text-align: center;
  }
  .main-inner-list__ico {
    margin: 0 0 10px;
    height: 55px;
  }
  .main-inner-list__ico img {
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
  }
  .main-inner-list__text {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1050px) {
  .main-inner-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 20px 30px;
  }
  .main-inner-list__item {
    width: 25%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 540px) {
  .main-inner-list {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .main-inner-list--content-style {
    margin: 0 -15px;
    padding: 15px 0;
  }
  .main-inner-list__item {
    width: 50%;
  }
}
@media only screen and (max-width: 400px) {
  .main-inner-list__item {
    width: 100%;
  }
}
@media only screen and (min-width: 1601px) {
  .main-inner-list {
    padding: 2.5rem 3.125rem 3.75rem;
    margin: 0 -1.6875rem;
  }
  .main-inner-list--content-style {
    padding: 1.1875rem 0;
    margin: 0 -2.0625rem;
    -webkit-border-radius: 0 0 0.3125rem 0.3125rem;
       -moz-border-radius: 0 0 0.3125rem 0.3125rem;
            border-radius: 0 0 0.3125rem 0.3125rem;
  }
  .main-inner-list__item {
    padding: 0 1.6875rem;
  }
  .main-inner-list__ico {
    margin-right: 1.1875rem;
  }
  .main-inner-list__text {
    max-width: 7.9375rem;
    font-size: 1.125rem;
  }
}

.section__main-video {
  padding-top: 73px;
  background-image: -webkit-linear-gradient(2deg, #183d8e 0%, #7b4d66 100%);
  background-image: -moz-linear-gradient(2deg, #183d8e 0%, #7b4d66 100%);
  background-image: -o-linear-gradient(2deg, #183d8e 0%, #7b4d66 100%);
  background-image: linear-gradient(88deg, #183d8e 0%, #7b4d66 100%);
}
@media only screen and (min-width: 1601px) {
  .section__main-video {
    padding-top: 4.5625rem;
  }
}
@media only screen and (max-width: 920px) {
  .section__main-video {
    padding-top: 30px;
  }
}

.main-video {
  text-align: center;
}
.main-video__box {
  display: inline-block;
  position: relative;
}
.main-video__box img {
  max-width: 100%;
}
.main-video__box.played .main-video__btn {
  opacity: 0;
  pointer-events: none;
}
.main-video__box.played video {
  opacity: 1;
}
.main-video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
     -moz-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
       -o-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 128px;
  height: 128px;
  border: 3px solid #ffffff;
  z-index: 10;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 0 7px;
}
.main-video__btn svg path {
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.main-video__btn:hover {
  border-color: #f37020;
}
.main-video__btn:hover svg path {
  stroke: #f37020;
}
.main-video video {
  position: absolute;
  display: block;
  top: 32px;
  left: 11px;
  right: 0;
  bottom: 0;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  height: -webkit-calc(100% - 43px);
  height: -moz-calc(100% - 43px);
  height: calc(100% - 43px);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  opacity: 0.58;
}
@media only screen and (max-width: 767px) {
  .main-video__box {
    font-size: 2vw;
    line-height: 1;
  }
  .main-video__btn {
    padding: 7px 7px 7px 14px;
    width: 11em;
    height: 11em;
  }
  .main-video__btn svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .main-video__btn svg {
    -webkit-transform: scale(0.7);
       -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
         -o-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media only screen and (min-width: 1601px) {
  .main-video__btn {
    width: 8rem;
    height: 8rem;
    border: 0.1875rem solid #ffffff;
    padding: 0 0 0 0.4375rem;
  }
  .main-video video {
    top: 2rem;
    left: 0.6875rem;
    width: -webkit-calc(100% - 1.25rem);
    width: -moz-calc(100% - 1.25rem);
    width: calc(100% - 1.25rem);
    height: -webkit-calc(100% - 2.6875rem);
    height: -moz-calc(100% - 2.6875rem);
    height: calc(100% - 2.6875rem);
    -webkit-border-radius: 0.375rem;
       -moz-border-radius: 0.375rem;
            border-radius: 0.375rem;
  }
}

.section__main-info {
  background: #1a326b;
  background-image: url(/local/templates/moetp/assets/css/../images/image-main-info-bg.webp);
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: -88px 0 0 0;
  padding: 146px 0 91px 0;
}
@media only screen and (max-width: 767px) {
  .section__main-info {
    padding-top: 110px;
    padding-bottom: 40px;
  }
}
.section__main-info--content-box {
  margin-bottom: 82px;
}
@media only screen and (max-width: 767px) {
  .section__main-info--content-box {
    margin-bottom: 30px;
  }
}
.section__main-info--text {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
}
.section__main-info--show-more {
  display: inline-block;
  text-decoration: underline;
}
.section__main-info--show-more:hover {
  text-decoration: none;
}
.section__main-info--title {
  margin: 0 0 25px;
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (min-width: 1601px) {
  .section__main-info {
    margin: -5.5rem 0 0 0;
    padding: 9.125rem 0 5.6875rem 0;
  }
  .section__main-info--content-box {
    margin-bottom: 5.125rem;
  }
  .section__main-info--text {
    margin: 0 0 0.875rem;
    font-size: 0.9375rem;
  }
  .section__main-info--title {
    margin: 0 0 1.5625rem;
    font-size: 1.125rem;
  }
}

.main-info-list {
  padding: 18px 0 0 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-info-list__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 60px;
}
.main-info-list__link {
  text-decoration: underline;
  font-size: 15px;
}
.main-info-list__link:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1439px) {
  .main-info-list {
    margin: 0 -15px;
  }
  .main-info-list__item {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .main-info-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0;
  }
  .main-info-list__item {
    width: 50%;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 540px) {
  .main-info-list__item {
    width: 100%;
  }
}
@media only screen and (min-width: 1601px) {
  .main-info-list {
    padding: 1.125rem 0 0 0;
  }
  .main-info-list__item {
    padding: 0 3.75rem;
  }
  .main-info-list__link {
    font-size: 0.9375rem;
  }
}

.section__content--offset-top {
  padding-top: 78px;
}
@media only screen and (max-width: 540px) {
  .section__content--offset-top {
    padding-top: 20px;
  }
}
.section__content--flex-style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1601px) {
  .section__content--offset-top {
    padding-top: 4.875rem;
  }
}

.content-title {
  display: block;
  margin: 0 0 35px;
  font-size: 19px;
  font-weight: 300;
}
@media only screen and (max-width: 540px) {
  .content-title {
    margin-bottom: 28px;
  }
}
.content-text {
  font-size: 15px;
  font-weight: normal;
  margin: 0 0 18px;
}
.content-text--link {
  text-decoration: underline;
}
.content-text--link.tdn-h {
  text-decoration: none;
}
.content-text--link.tdn-h:hover {
  text-decoration: underline;
}
.content-text--link:hover {
  text-decoration: none;
}
.content-text--link-color {
  color: #f5d684;
  text-decoration: underline;
}
.content-text--link-color:hover {
  text-decoration: none;
}
.content-text--link-size-sm {
  font-size: 14px;
  letter-spacing: 0.01em;
  display:block;
}
.content-text--mbb {
  margin: 0 0 59px;
}
@media only screen and (max-width: 540px) {
  .content-text {
    margin-bottom: 14px;
  }
  .content-text--mbb {
    margin-bottom: 22px;
  }
}
.content-preview {
  margin: 0 auto 67px;
  max-width: 781px;
  width: 100%;
  -webkit-box-shadow: 0 9px 42px rgba(34, 35, 35, 0.16);
     -moz-box-shadow: 0 9px 42px rgba(34, 35, 35, 0.16);
          box-shadow: 0 9px 42px rgba(34, 35, 35, 0.16);
  padding-top: 4px;
}
.content-preview img {
  display: block;
  width: 100%;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
@media only screen and (max-width: 540px) {
  .content-preview {
    margin-bottom: 30px;
  }
}
.content-list {
  padding: 0 0 0 46px;
  margin: 0 0 42px;
  list-style: none;
}
.content-list__item {
  font-size: 15px;
  padding-left: 26px;
  position: relative;
  margin-bottom: 7px;
}
.content-list__item--mbb {
  margin-bottom: 24px;
}
.content-list__item:last-child {
  margin-bottom: 0;
}
.content-list__item:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #ffff00;
}
@media only screen and (max-width: 920px) {
  .content-list {
    padding-left: 0;
  }
}
@media only screen and (max-width: 540px) {
  .content-list__item {
    padding-left: 12px;
  }
}
.content-info-chart {
  padding: 51px 0 0 0;
  position: relative;
  min-height: 321px;
  margin: 0 0 71px;
}
.content-info-chart__block1 {
  position: relative;
  padding-bottom: 182px;
}
.content-info-chart__block1--holder {
  width: 176px;
  height: 88px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 10px;
  position: relative;
}
.content-info-chart__block1--holder:before, .content-info-chart__block1--holder:after {
  content: "";
  position: absolute;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  left: 50%;
}
.content-info-chart__block1--holder:before {
  top: auto;
  bottom: 100%;
  height: 63px;
}
.content-info-chart__block1--holder:after {
  top: 100%;
  height: 202px;
}
.content-info-chart__block1--span {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  width: 100%;
}
.content-info-chart__block1--description-item {
  text-align: center;
  width: 413px;
  padding-bottom: 2px;
  position: absolute;
  top: auto;
  bottom: 10px;
  left: 93px;
}
.content-info-chart__block1--description-item:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 413px;
  background-image: url(/local/templates/moetp/assets/css/../images/rules/icon-chart-arrow1.png);
  height: 8px;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
          background-size: 100% 100%;
}
.content-info-chart__block1--description-item-span {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
.content-info-chart__block2 {
  width: 488px;
  height: 287px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px;
  position: absolute;
  top: 51px;
  left: auto;
  right: -5px;
}
.content-info-chart__block2--title {
  position: absolute;
  top: -36px;
  left: 0;
  right: 0;
  text-align: center;
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.content-info-chart__block2--description-item {
  text-align: center;
  width: 160px;
  padding-bottom: 2px;
  position: absolute;
  top: auto;
  bottom: 26px;
  left: 0;
}
.content-info-chart__block2--description-item:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 2px;
  width: 160px;
  background-image: url(/local/templates/moetp/assets/css/../images/rules/icon-arrow2.svg);
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 8px;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
          background-size: 100% 100%;
}
.content-info-chart__block2--description-item-span {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
.content-info-chart__block3 {
  width: 302px;
  height: 212px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px;
  position: absolute;
  top: auto;
  bottom: -17px;
  left: auto;
  right: 15px;
  padding-top: 72px;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 1090px) {
  .content-info-chart__block1 {
    margin-right: 486px;
  }
  .content-info-chart__block1--description-item {
    width: auto;
    right: 0;
  }
  .content-info-chart__block1--description-item:after {
    width: auto;
    right: 0;
  }
}
@media only screen and (max-width: 920px) {
  .content-info-chart {
    padding-top: 0;
  }
  .content-info-chart__block1 {
    margin-right: 0;
    width: 100%;
    padding-bottom: 60px;
  }
  .content-info-chart__block1--holder {
    margin: 0 auto;
    max-width: 100%;
  }
  .content-info-chart__block1--holder:before {
    display: none;
  }
  .content-info-chart__block1--holder:after {
    height: 50px;
  }
  .content-info-chart__block1--description-item {
    position: relative;
    margin: 0;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    padding-top: 60px;
    text-align: center;
  }
  .content-info-chart__block1--description-item:after {
    content: "";
    position: absolute;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
    left: 50%;
    top: 100%;
    height: 50px;
  }
  .content-info-chart__block2 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 40px auto 100px;
    height: 150px;
    max-width: 100%;
  }
  .content-info-chart__block2--description-item {
    position: relative;
    margin: 0;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    padding-top: 60px;
    text-align: center;
    margin: 189px auto 0;
    width: 100%;
    padding: 0;
  }
  .content-info-chart__block2--description-item:after {
    display: none;
  }
  .content-info-chart__block2--description-item-span {
    padding: 10px 0;
  }
  .content-info-chart__block2--description-item-span:before {
    content: "";
    position: absolute;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
    left: 50%;
    top: auto;
    bottom: 100%;
    height: 50px;
  }
  .content-info-chart__block2--description-item-span:after {
    content: "";
    position: absolute;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
    left: 50%;
    top: 100%;
    height: 50px;
  }
  .content-info-chart__block3 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 146px auto 0;
    height: 100px;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
  }
}
.content-banners {
  padding: 0 15px;
  margin: 0 0 42px;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
.content-banners__link {
  display: block;
  height: 100%;
  text-decoration: none;
}
.content-banners__link img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 767px) {
  .content-banners {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.content-title--big {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0 0 30px;
}
.content__top-full-width-preview {
  margin: 0 -33px 24px;
  height: 327px;
}
.content__top-full-width-preview img {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 540px) {
  .content__top-full-width-preview {
    margin: 0 -15px 24px;
  }
}
@media only screen and (min-width: 1601px) {
  .content-title {
    margin: 0 0 2.1875rem;
    font-size: 1.1875rem;
  }
  .content-text {
    margin: 0 0 1.125rem;
    font-size: 0.9375rem;
  }
  .content-text--mbb {
    margin: 0 0 3.6875rem;
  }
  .content-text-size-sm {
    font-size: 0.875rem;
  }
  .content-text--link-size-sm {
    font-size: 0.875rem;
  }
  .content-preview {
    margin: 0 auto 4.1875rem;
    max-width: 48.8125rem;
    -webkit-box-shadow: 0 0.5625rem 2.625rem rgba(34, 35, 35, 0.16);
       -moz-box-shadow: 0 0.5625rem 2.625rem rgba(34, 35, 35, 0.16);
            box-shadow: 0 0.5625rem 2.625rem rgba(34, 35, 35, 0.16);
    padding-top: 0.25rem;
  }
  .content-preview img {
    width: 100%;
    -webkit-border-radius: 0.125rem;
       -moz-border-radius: 0.125rem;
            border-radius: 0.125rem;
  }
  .content-list {
    padding: 0 0 0 2.875rem;
    margin: 0 0 2.625rem;
  }
  .content-list__item {
    font-size: 0.9375rem;
    padding-left: 1.625rem;
    margin-bottom: 0.4375rem;
  }
  .content-list__item--mbb {
    margin-bottom: 1.5rem;
  }
  .content-list__item:before {
    top: 0.25rem;
    width: 0.375rem;
    height: 0.375rem;
  }
  .content-info-chart {
    padding: 3.1875rem 0 0 0;
    min-height: 20.0625rem;
    margin: 0 0 4.4375rem;
  }
  .content-info-chart__block1 {
    padding-bottom: 11.375rem;
  }
  .content-info-chart__block1--holder {
    width: 11rem;
    height: 5.5rem;
    padding: 0.625rem;
  }
  .content-info-chart__block1--holder:before, .content-info-chart__block1--holder:after {
    width: 0.0625rem;
  }
  .content-info-chart__block1--holder:before {
    height: 3.9375rem;
  }
  .content-info-chart__block1--holder:after {
    height: 12.625rem;
  }
  .content-info-chart__block1--span {
    font-size: 0.875rem;
  }
  .content-info-chart__block1--description-item {
    width: 25.8125rem;
    padding-bottom: 0.125rem;
    bottom: 0.625rem;
    left: 5.8125rem;
  }
  .content-info-chart__block1--description-item:after {
    width: 25.8125rem;
    height: 0.5rem;
  }
  .content-info-chart__block1--description-item-span {
    font-size: 0.875rem;
  }
  .content-info-chart__block2 {
    width: 30.5rem;
    height: 17.9375rem;
    padding: 0.625rem;
    top: 3.1875rem;
    right: -0.3125rem;
  }
  .content-info-chart__block2--title {
    top: -2.25rem;
    font-size: 0.875rem;
  }
  .content-info-chart__block2--description-item {
    width: 10rem;
    padding-bottom: 0.125rem;
    bottom: 1.625rem;
  }
  .content-info-chart__block2--description-item:after {
    left: 0.125rem;
    width: 10rem;
    height: 0.5rem;
  }
  .content-info-chart__block2--description-item-span {
    font-size: 0.875rem;
  }
  .content-info-chart__block3 {
    width: 18.875rem;
    height: 13.25rem;
    padding: 0.625rem;
    bottom: -1.0625rem;
    right: 0.9375rem;
    padding-top: 4.5rem;
    font-size: 0.875rem;
  }
  .content-banners {
    padding: 0 0.9375rem;
    margin: 0 0 2.625rem;
    grid-gap: 2.5rem;
  }
  .content-title--big {
    font-size: 1.125rem;
    margin: 0 0 1.875rem;
  }
  .content__top-full-width-preview {
    margin: 0 -2.0625rem 1.5rem;
    height: 20.4375rem;
  }
  .content__top-full-width-preview img {
    -webkit-border-radius: 0.3125rem;
       -moz-border-radius: 0.3125rem;
            border-radius: 0.3125rem;
  }
}

.rules-steps__list {
  padding: 46px 0 33px 0;
  margin: 0 -20px;
  list-style: none;
  display: -ms-grid;
  display: grid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  counter-reset: counter;
  position: relative;
}
.rules-steps__list:after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  top: auto;
  height: 4px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  background-color: #f5d684;
  background-image: -webkit-gradient(linear, left top, right top, from(#f5d684), to(#a9f584));
  background-image: -webkit-linear-gradient(left, #f5d684 0%, #a9f584 100%);
  background-image: -moz-linear-gradient(left, #f5d684 0%, #a9f584 100%);
  background-image: -o-linear-gradient(left, #f5d684 0%, #a9f584 100%);
  background-image: linear-gradient(to right, #f5d684 0%, #a9f584 100%);
}
.rules-steps__list--item {
  counter-increment: counter;
  display: block;
  position: relative;
  font-size: 14px;
  padding: 0 14px;
}
.rules-steps__list--item:before {
  content: counter(counter);
  position: absolute;
  left: 14px;
  top: -5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  font-size: 30px;
}
.rules-steps__list--text {
  padding-left: 28px;
  position: relative;
}
.rules-steps__list--info-box {
  position: absolute;
  left: auto;
  right: -22px;
  top: -52px;
  width: 133px;
  text-align: center;
}
.rules-steps__list--info-box-span {
  font-size: 14px;
  width: 133px;
  position: relative;
  padding-bottom: 3px;
  display: block;
}
.rules-steps__list--info-box-span:after {
  content: "";
  background-image: url(/local/templates/moetp/assets/css/../images/rules/icon-arrow.svg);
  height: 7px;
  width: 133px;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
          background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.rules-steps__list--info-box:after {
  content: "";
  position: absolute;
  left: auto;
  right: -21px;
  top: 50%;
  margin-top: -3px;
  height: 33px;
  width: 1px;
  background: #ffffff;
}
@media only screen and (max-width: 920px) {
  .rules-steps__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }
  .rules-steps__list:after {
    display: none;
  }
  .rules-steps__list--item {
    width: 100%;
    margin-bottom: 40px;
  }
  .rules-steps__list--info-box {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 15px 0 0 0;
  }
  .rules-steps__list--info-box:after {
    display: none;
  }
  .rules-steps__list .rules-steps__list--info-box {
    max-width: 320px;
    margin: 15px auto;
    width: 100%;
  }
  .rules-steps__list .rules-list-time__position2 {
    max-width: 166px;
    margin: 15px auto;
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .rules-steps__list {
    margin: 0 -14px;
  }
}
@media only screen and (min-width: 1601px) {
  .rules-steps__list {
    padding: 2.875rem 0 2.0625rem 0;
    margin: 0 -1.25rem;
  }
  .rules-steps__list:after {
    left: 1.25rem;
    right: 1.25rem;
    height: 0.25rem;
    -webkit-border-radius: 0.125rem;
       -moz-border-radius: 0.125rem;
            border-radius: 0.125rem;
  }
  .rules-steps__list--item {
    font-size: 0.875rem;
    padding: 0 0.875rem;
  }
  .rules-steps__list--item:before {
    left: 0.875rem;
    top: -0.3125rem;
    font-size: 1.875rem;
  }
  .rules-steps__list--text {
    padding-left: 1.75rem;
  }
  .rules-steps__list--info-box {
    right: -1.375rem;
    top: -3.25rem;
    width: 8.3125rem;
  }
  .rules-steps__list--info-box-span {
    font-size: 0.875rem;
    width: 8.3125rem;
    padding-bottom: 0.1875rem;
  }
  .rules-steps__list--info-box-span:after {
    height: 0.4375rem;
    width: 8.3125rem;
  }
  .rules-steps__list--info-box:after {
    right: -1.3125rem;
    margin-top: -0.1875rem;
    height: 2.0625rem;
    width: 0.0625rem;
  }
}

.rules-list-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 17px 37px 79px 180px;
}
.rules-list-time__position1 {
  position: relative;
}
.rules-list-time__position1:after {
  content: "";
  position: absolute;
  left: auto;
  right: -22px;
  top: 0;
  margin-top: 9px;
  height: 94px;
  width: 2px;
  background: #ffffff;
}
.rules-list-time__position2 {
  position: relative;
}
.rules-list-time__position2:after, .rules-list-time__position2:before {
  content: "";
  position: absolute;
  left: auto;
  right: -7px;
  top: 0;
  margin-top: 9px;
  height: 33px;
  width: 1px;
  background: #ffffff;
}
.rules-list-time__position2:after {
  right: auto;
  left: -7px;
}
.rules-list-time--item {
  text-align: center;
  margin-bottom: 41px;
}
.rules-list-time--item:last-child {
  margin-bottom: 0;
}
.rules-list-time--item-span {
  font-size: 14px;
  width: 248px;
  position: relative;
  padding-bottom: 3px;
  display: block;
}
.rules-list-time--item-span:after {
  content: "";
  background-image: url(/local/templates/moetp/assets/css/../images/rules/icon-arrow2.svg);
  height: 7px;
  width: 248px;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.rules-list-time--item-span-style {
  width: 161px;
}
.rules-list-time--item-span-style:after {
  width: 161px;
  background-image: url(/local/templates/moetp/assets/css/../images/rules/icon-arrow3.png);
}
@media only screen and (max-width: 920px) {
  .rules-list-time {
    padding: 30px 0 30px 0;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rules-list-time__position1:after {
    display: none;
  }
}
@media only screen and (max-width: 540px) {
  .rules-list-time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rules-list-time__position1 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rules-list-time__position2 {
    display: inline-block;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1601px) {
  .rules-list-time {
    padding: 1.0625rem 2.3125rem 4.9375rem 11.25rem;
  }
  .rules-list-time__position1:after {
    right: -1.375rem;
    margin-top: 0.5625rem;
    height: 5.875rem;
    width: 0.125rem;
  }
  .rules-list-time__position2:after, .rules-list-time__position2:before {
    right: -0.4375rem;
    margin-top: 0.5625rem;
    height: 2.0625rem;
    width: 0.0625rem;
  }
  .rules-list-time__position2:after {
    left: -0.4375rem;
  }
  .rules-list-time--item {
    margin-bottom: 2.5625rem;
  }
  .rules-list-time--item:last-child {
    margin-bottom: 0;
  }
  .rules-list-time--item-span {
    font-size: 0.875rem;
    width: 15.5rem;
    padding-bottom: 0.1875rem;
  }
  .rules-list-time--item-span:after {
    height: 0.4375rem;
    width: 15.5rem;
  }
  .rules-list-time--item-span-style {
    width: 10.0625rem;
  }
  .rules-list-time--item-span-style:after {
    width: 10.0625rem;
  }
}

.sign-tabs-controls {
  padding: 0 16px;
  margin: 0 -33px 29px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  overflow-y: hidden;
  overflow-x: auto;
}
.sign-tabs-controls--item {
  padding: 0 16px;
}
.sign-tabs-controls--link {
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  display: block;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  padding: 0 0 15px 0;
  margin-bottom: -1px;
  z-index: 10;
  -webkit-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
.sign-tabs-controls--link.disabled {
  pointer-events: none;
}
.sign-tabs-controls--link:hover {
  color: #ffff00;
  text-decoration: none;
}
.sign-tabs-controls--link.active {
  color: #ffff00;
  border-bottom-color: #ffff00;
  /*font-weight: bold;*/
}
@media only screen and (max-width: 540px) {
  .sign-tabs-controls {
    margin: 0 -15px 29px;
  }
}
@media only screen and (min-width: 1601px) {
  .sign-tabs-controls {
    padding: 0 1rem;
    margin: 0 -2.0625rem 1.8125rem;
    border-bottom-width: 0.0625rem;
  }
  .sign-tabs-controls--item {
    padding: 0 1rem;
  }
  .sign-tabs-controls--link {
    font-size: 1rem;
    border-bottom-width: 0.125rem;
    padding: 0 0 0.9375rem 0;
    margin-bottom: -0.0625rem;
  }
}

.sign-form__controls-contaienr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 351px 16px 1fr;
  grid-template-columns: 351px 1fr;
  grid-gap: 16px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sign-form__controls-contaienr--align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .sign-form__controls-contaienr {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 1601px) {
  .sign-form__controls-contaienr {
    -ms-grid-columns: 21.9375rem 1rem 1fr;
    grid-template-columns: 21.9375rem 1fr;
    grid-gap: 1rem;
  }
}

.documents-collapse {
  margin: 0 -33px;
}
.documents-collapse__top-link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.documents-collapse__top-link-box--offset-bottom {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .documents-collapse__top-link-box--offset-bottom-sm {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1601px) {
  .documents-collapse {
    margin: 0 -2.0625rem;
  }
  .documents-collapse__top-link-box--offset-bottom {
    margin-bottom: 0.9375rem;
  }
}

.documents-collapse-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0 47px;
  cursor: pointer;
}
.documents-collapse-item.active .documents-collapse-item__head-control:after {
  display: none;
}
.documents-collapse-item.active .documents-collapse-item__head-control:before {
  display: inline-block;
}
.documents-collapse-item__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 0;
}
.documents-collapse-item__head-title {
  font-weight: 500;
  font-size: 18px;
  padding-right: 15px;
}
.documents-collapse-item__head-control:after {
  content: "Развернуть";
}
.documents-collapse-item__head-control:before {
  display: none;
  content: "Свернуть";
}
.documents-collapse-item__body {
  display: none;
}
.documents-collapse-item__body-visual {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 53px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 53px;
          flex: 0 0 53px;
  margin-right: 30px;
}
@media only screen and (max-width: 540px) {
  .documents-collapse-item__body-visual {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.documents-collapse-item__body-preview {
  margin-bottom: 9px;
  display: block;
  text-decoration: none;
}
.documents-collapse-item__body-preview img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.documents-collapse-item__body-preview-size {
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  display: block;
  text-align: center;
}
.documents-collapse-item__body-title {
  max-width: 614px;
  font-size: 14px;
  letter-spacing: 0.034em;
  line-height: 1.3;
}
@media only screen and (max-width: 540px) {
  .documents-collapse-item__body-title br {
    display: none;
  }
}
@media only screen and (max-width: 540px) {
  .documents-collapse-item__head {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .documents-collapse-item__head-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1601px) {
  .documents-collapse-item {
    padding: 0 2.9375rem;
	cursor: pointer;
  }
  .documents-collapse-item__head {
    padding: 0.8125rem 0;
  }
  .documents-collapse-item__head-title {
    font-size: 1.125rem;
  }
  .documents-collapse-item__body-visual {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 3.3125rem;
       -moz-box-flex: 0;
        -ms-flex: 0 0 3.3125rem;
            flex: 0 0 3.3125rem;
    margin-right: 1.875rem;
  }
  .documents-collapse-item__body-preview {
    margin-bottom: 0.5625rem;
  }
  .documents-collapse-item__body-preview-size {
    font-size: 0.75rem;
  }
  .documents-collapse-item__body-title {
    max-width: 38.375rem;
    font-size: 0.875rem;
  }
}

.documents-collapse-list {
  padding: 19px 0 19px 0;
  margin: 0;
  list-style: none;
}
.documents-collapse-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 25px;
}
.documents-collapse-list__item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 540px) {
  .documents-collapse-list__item {
    display: block;
  }
}
@media only screen and (min-width: 1601px) {
  .documents-collapse-list {
    padding: 1.1875rem 0 1.1875rem 0;
  }
  .documents-collapse-list__item {
    margin: 0 0 1.5625rem;
  }
  .documents-collapse-list__item:last-child {
    margin-bottom: 0;
  }
}

.documents-collapse-links-list {
  padding: 0 0 19px 20px;
  margin: 0;
  list-style: none;
}
.documents-collapse-links-list__item {
  padding: 5px 0;
}
@media only screen and (min-width: 1601px) {
  .documents-collapse-links-list {
    padding: 0 0 1.1875rem 1.25rem;
  }
  .documents-collapse-links-list__item {
    padding: 0.3125rem 0;
  }
}

.instructions {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 31px 1fr 31px 1fr 31px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px 31px;
}
.instructions__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.instructions__link {
  background: rgba(0, 54, 162, 0.4);
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 500;
  padding: 18px 22px;
  text-align: left;
  font-size: 18px;
  min-height: 120px;
  position: relative;
}
.instructions__link:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: auto;
  bottom: 0;
  height: 3px;
  -webkit-border-radius: 0 0 5px 5px;
     -moz-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
  z-index: 1;
}
.instructions__link--border-1:after {
  background: #f5d684;
}
.instructions__link--border-2:after {
  background: #f5a784;
}
.instructions__link--border-3:after {
  background: #a9f584;
}
.instructions__link--border-4:after {
  background: #84dcf5;
}
.instructions__link--border-5:after {
  background: #9984f5;
}
.instructions__link--border-6:after {
  background: #84f5e4;
}
.instructions__link--border-7:after {
  background: #d184f5;
}
.instructions__link--border-8:after {
  background: #84a9f5;
}
.instructions__link:hover {
  text-decoration: none;
  color: #f37020;
}
@media only screen and (max-width: 1090px) {
  .instructions {
    -ms-grid-columns: 1fr 31px 1fr 31px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 920px) {
  .instructions {
    -ms-grid-columns: 1fr 31px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .instructions {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 1601px) {
  .instructions {
    grid-gap: 1.25rem 1.9375rem;
  }
  .instructions__link {
    -webkit-border-radius: 0.3125rem;
       -moz-border-radius: 0.3125rem;
            border-radius: 0.3125rem;
    padding: 1.125rem 1.375rem;
    font-size: 1.125rem;
    min-height: 7.5rem;
  }
  .instructions__link:after {
    height: 0.1875rem;
    -webkit-border-radius: 0 0 0.3125rem 0.3125rem;
       -moz-border-radius: 0 0 0.3125rem 0.3125rem;
            border-radius: 0 0 0.3125rem 0.3125rem;
  }
}

.desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.desktop__content {
  padding: 30px 33px 100px 33px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.desktop__content--pb-30 {
  padding-bottom: 30px;
}
.desktop__info-box {
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  margin: 19px 0;
  padding: 18px 26px 14px 26px;
}
.desktop__info-box:last-of-type {
  margin-bottom: 0;
}
.desktop__info-box--text {
  display: block;
  margin: 0 0 11px;
  font-size: 14px;
}
.desktop__info-box--text:last-child {
  margin-bottom: 0;
}
.desktop__info-box--link {
  text-decoration: underline;
  font-size: 12px;
  color: #f5d684;
  text-decoration: underline;
}
.desktop__info-box--link:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .desktop {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .desktop__content {
    padding: 15px 15px 70px;
  }
  .desktop__content--pb-30 {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1601px) {
  .desktop__content {
    padding: 1.875rem 2.0625rem 6.25rem 2.0625rem;
  }
  .desktop__content--pb-30 {
    padding-bottom: 1.875rem;
  }
  .desktop__info-box {
    border: 0.0625rem solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 0.3125rem;
       -moz-border-radius: 0.3125rem;
            border-radius: 0.3125rem;
    margin: 1.1875rem 0;
    padding: 1.125rem 1.625rem 0.875rem 1.625rem;
  }
  .desktop__info-box:last-of-type {
    margin-bottom: 0;
  }
  .desktop__info-box--text {
    margin: 0 0 0.6875rem;
    font-size: 0.875rem;
  }
  .desktop__info-box--text:last-child {
    margin-bottom: 0;
  }
  .desktop__info-box--link {
    font-size: 0.75rem;
  }
}

.desktop-nav {
  padding: 30px 0 30px 0;
  margin: 0;
  list-style: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}
.desktop-nav__item {
  display: block;
  margin-right: -2px;
}
.desktop-nav__item.active .desktop-nav__link {
  border-color: #ffff00;
  background: #1762a5;
}
.desktop-nav__item.active .desktop-nav__link:hover {
  color: #ffffff;
}
.desktop-nav__link {
  border-left: 1px solid transparent;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  text-decoration: none;
  width: 253px;
  font-size: 17px;
  font-weight: 500;
  padding: 12px 10px 9px 30px;
}
.desktop-nav__link:hover {
  color: #f37020;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .desktop-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
  }
  .desktop-nav.show-icon:after {
    display: block;
  }
  .desktop-nav:after {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    top: auto;
    bottom: 8px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-image: url(/local/templates/moetp/assets/css/../images/icon-arrow-left.svg);
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-background-size: auto 20px;
       -moz-background-size: auto 20px;
            background-size: auto 20px;
    background-position: 8px 50%;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
    display: none;
    pointer-events: none;
  }
  .desktop-nav__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .desktop-nav__link {
    width: auto;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 21px;
    border-left: none;
    border-bottom: 1px solid transparent;
  }
}
@media only screen and (min-width: 1601px) {
  .desktop-nav {
    padding: 1.875rem 0 1.875rem 0;
    border-right: 0.125rem solid rgba(255, 255, 255, 0.5);
  }
  .desktop-nav__item {
    margin-right: -0.125rem;
  }
  .desktop-nav__link {
    border-left: 0.0625rem solid transparent;
    width: 15.8125rem;
    font-size: 1.0625rem;
    padding: 0.75rem 0.625rem 0.5625rem 1.875rem;
  }
}

.desktop-tab__title {
  font-weight: 500;
  font-size: 26px;
  margin: 0 0 17px;
}
.desktop-tab__sub-title {
  font-size: 15px;
  display: block;
  margin: 0 0 18px;
}
@media only screen and (min-width: 1601px) {
  .desktop-tab__title {
    font-size: 1.625rem;
    margin: 0 0 1.0625rem;
  }
  .desktop-tab__sub-title {
    font-size: 0.9375rem;
    margin: 0 0 1.125rem;
  }
}

.applications__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1050px) {
  .applications__head {
    display: block;
  }
}
.applications__head-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}
@media only screen and (max-width: 1050px) {
  .applications__head-inner {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 920px) {
  .applications__head-inner {
    display: block;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1601px) {
  .applications__head {
    margin-bottom: 0.9375rem;
  }
  .applications__head-inner {
    padding-left: 0.625rem;
  }
}

.search-form--w-200 {
  width: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
.search-form--mr-43 {
  margin-right: 43px;
}
.search-form--ml-22 {
  margin-left: 22px;
}
.search-form__row {
  position: relative;
  display:none;  
}
.search-form__input {
  background: rgba(0, 54, 162, 0.8);
  height: 30px;
  width: 100%;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  line-height: 1.2;
  font-size: 15px;
  color: #ffffff;
  padding: 0 10px 0 30px;
  border: none;
}
.search-form__button {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: none;
  border: none;
  text-decoration: none;
  background-image: url(/local/templates/moetp/assets/css/../images/icon-search.png);
  -webkit-background-size: 13px 12px;
     -moz-background-size: 13px 12px;
          background-size: 13px 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 24px;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  text-indent: -99999px;
  cursor: pointer;
}
.search-form__button:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 400px) {
  .search-form {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media only screen and (min-width: 1601px) {
  .search-form--w-200 {
    width: 12.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5rem;
       -moz-box-flex: 0;
        -ms-flex: 0 0 12.5rem;
            flex: 0 0 12.5rem;
  }
  .search-form--mr-43 {
    margin-right: 2.6875rem;
  }
  .search-form--ml-22 {
    margin-left: 1.375rem;
  }
  .search-form__input {
    height: 1.875rem;
    -webkit-border-radius: 0.3125rem;
       -moz-border-radius: 0.3125rem;
            border-radius: 0.3125rem;
    font-size: 0.9375rem;
    padding: 0 0.625rem 0 1.875rem;
  }
  .search-form__button {
    -webkit-background-size: 0.8125rem 0.75rem;
       -moz-background-size: 0.8125rem 0.75rem;
            background-size: 0.8125rem 0.75rem;
    width: 1.5rem;
  }
}

.application {
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  margin: 0 0 16px;
  padding: 26px 40px 14px 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1050px) {
  .application {
    display: block;
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media only screen and (max-width: 400px) {
  .application {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1601px) {
  .application {
    border-width: 0.0625rem;
    -webkit-border-radius: 0.3125rem;
       -moz-border-radius: 0.3125rem;
            border-radius: 0.3125rem;
    margin: 0 0 1rem;
    padding: 1.625rem 2.5rem 0.875rem 1.625rem;
  }
}

.application-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.application-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 17px;
}
.application-head__title-box--title {
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}
.application-head__title-box--date {
  font-size: 12px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
}
.application-head__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.application-head__info--link {
  font-size: 12px;
}
.application-head__info--status {
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  min-width: 135px;
  text-align: center;
  padding: 3px 10px;
  font-size: 12px;
  margin-left: 11px;
  display: inline-block;
}
.application-head__info--status-big {
  font-weight: 500;
  font-size: 14px;
}
.application-head__info--status-1 {
  background: #d7d5d2;
  color: #010101;
}
.etaps {background: rgba(0,119,190,0.93); color:#fff;}
.etaps1 {background: #f5d684}
.etaps2 {background: #f5d684}
.etaps3 {background: #f5d684}
.etaps4 {background: #f5d684}
.etaps5 {background: #369d55; color:#fff;}
.application-head__info--status-2 {
  background: rgba(0, 119, 190, 0.93);
  color: #ffffff;
}
.application-head__info--status-3 {
  background: #198535;
  color: #ffffff;
}
.application-head__info--status-4 {
  background: #ae0b0b;
  color: #ffffff;
}
@media only screen and (max-width: 920px) {
  .application-head {
    display: block;
  }
  .application-head__title-box {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  
  .application-head__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
.application-head__info--status {margin-left: 0;}  
}
@media only screen and (max-width: 400px) {
  .application-head__info {
    display: block;
  }
  .application-head__info--status {
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
  }
}
@media only screen and (min-width: 1601px) {
  .application-head {
    margin-bottom: 1.0625rem;
  }
  .application-head__title-box--title {
    font-size: 0.875rem;
    margin-right: 0.5625rem;
  }
  .application-head__title-box--date {
    font-size: 0.75rem;
  }
  .application-head__info--link {
    font-size: 0.75rem;
  }
  .application-head__info--status {
    -webkit-border-radius: 3.125rem;
       -moz-border-radius: 3.125rem;
            border-radius: 3.125rem;
    min-width: 8.4375rem;
    padding: 0.1875rem 0.625rem;
    font-size: 0.75rem;
    margin-left: 0.6875rem;
  }
  .application-head__info--status-big {
    font-size: 0.875rem;
  }
}

.application-body {
  position: relative;
}
.application-body__title {
  display: block;
  font-size: 17px;
  color: #f5d684;
  letter-spacing: 0.01em;
  margin-bottom: 6px;
}
.application-body__text {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}
.application-body__time-count {
  font-size: 12px;
}
@media only screen and (min-width: 1601px) {
  .application-body__time-count {
    font-size: 0.75rem;
  }
  .application-body__title {
    font-size: 1.0625rem;
    margin-bottom: 0.375rem;
  }
  .application-body__text {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
}

.application-docs {
  padding: 0;
  margin: 0 -20px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.application-docs__item {
  position: relative;
  padding: 0 20px;
}
.application-docs__item:after {
  content: "";
  position: absolute;
  left: auto;
  top: 50%;
  margin-top: -2px;
  right: 0;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #69b4e7;
  margin-right: -2px;
}
.application-docs__item:last-child:after {
  display: none;
}
.application-docs__link {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 1050px) {
  .application-docs {
    margin-bottom: 15px;
  }
  .application-docs--full {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 920px) {
  .application-docs {
    display: block;
    /*margin: 0 0;*/
	margin: 10px 15px;
	list-style: circle;
  }
  .application-docs__item {
    padding: 5px 0;
  }
  .application-docs__item:after {
    /*right: 0;
    margin: 0;
    left: 0;
    top: 100%;*/
	display:none;
  }
  .application-docs--full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
  }
  .application-docs--full .application-docs__item {
    padding: 0 20px;
  }
  .application-docs--full .application-docs__item:after {
    left: auto;
    top: 50%;
    margin-top: -2px;
    right: 0;
    margin-right: -2px;
  }
}
@media only screen and (min-width: 1601px) {
  .application-docs {
    margin: 0 -1.25rem;
  }
  .application-docs__item {
    padding: 0 1.25rem;
  }
  .application-docs__item:after {
    margin-top: -0.125rem;
    width: 0.3125rem;
    height: 0.3125rem;
    margin-right: -0.125rem;
  }
  .application-docs__link {
    font-size: 0.75rem;
  }
}

.application-nav {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  list-style: none;
  /*padding: 0 0 0 66px;*/
  padding: 0;
  min-width: 143px;
  text-align: right;
}
.application-nav__item {
  margin-bottom: 3px;
  display: block;
}
.application-nav__item:last-child {
  margin-bottom: 0;
}
.application-nav__link {
  font-size: 12px;
}
.application-nav__link:hover {
  text-decoration: underline;
  color: #f37020;
}
@media only screen and (max-width: 1050px) {
  .application-nav {
    padding: 0;
    margin: 0 -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: right;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: right;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .application-nav__item {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1601px) {
  .application-nav {
    /*padding: 0 0 0 2.875rem;*/
  }
  .application-nav__item {
    margin-bottom: 0.1875rem;
    display: block;
  }
  .application-nav__link {
    font-size: 0.75rem;
  }
}

.application-collapse {
  display: none;
  padding-top: 19px;
  padding-bottom: 50px;
}
.application-collapse.active {
  display: block;
}
@media only screen and (max-width: 1050px) {
  .application-collapse {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1601px) {
  .application-collapse {
    padding-top: 1.1875rem;
    padding-bottom: 3.125rem;
  }
}

.application-message {
  background: rgba(5, 132, 215, 0.4);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  margin-bottom: 16px;
  padding: 13px 23px;
}
.application-message--answer {
  background: rgba(5, 132, 215, 0.6);
  margin-left: 39px;
}
.application-message:last-child {
  margin-bottom: 0;
}
.application-message__date {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
  font-size: 12px;
}
.application-message__text {
  display: block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 540px) {
  .application-message--answer {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1601px) {
  .application-message {
    -webkit-border-radius: 0.5rem;
       -moz-border-radius: 0.5rem;
            border-radius: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.8125rem 1.4375rem;
  }
  .application-message--answer {
    margin-left: 2.4375rem;
  }
  .application-message:last-child {
    margin-bottom: 0;
  }
  .application-message__date {
    margin-bottom: 0.3125rem;
    font-size: 0.75rem;
  }
  .application-message__text {
    margin-bottom: 0.9375rem;
  }
}

.application-appeals-info {
  padding: 0 160px 0 0;
  margin: 0 -20px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.application-appeals-info__item {
  display: block;
  padding: 10px 20px;
}
.application-appeals-info__title {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}
.application-appeals-info__text {
  display: block;
}
@media only screen and (max-width: 1050px) {
  .application-appeals-info {
    padding-right: 0;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1601px) {
  .application-appeals-info {
    padding: 0 10rem 0 0;
    margin: 0 -1.25rem;
  }
  .application-appeals-info__item {
    padding: 0.625rem 1.25rem;
  }
  .application-appeals-info__title {
    margin-bottom: 0.3125rem;
  }
}

.application-appeals-toggle-link {
  display: inline-block;
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  bottom: 10px;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.application-appeals-toggle-link.active {
  bottom: 0;
}
.application-appeals-toggle-link.active:after {
  display: none;
}
.application-appeals-toggle-link.active:before {
  display: block;
}
.application-appeals-toggle-link:after {
  content: "Развернуть";
}
.application-appeals-toggle-link:before {
  content: "Свернуть";
  display: none;
}
@media only screen and (max-width: 1050px) {
  .application-appeals-toggle-link {
    bottom: 0;
  }
}
@media only screen and (min-width: 1601px) {
  .application-appeals-toggle-link {
    bottom: 0.625rem;
  }
  .application-appeals-toggle-link.active {
    bottom: 0;
  }
}

.projects-docs {
  padding: 0;
  margin: 0;
  list-style: none;
}
.projects-docs__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 5px 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 540px) {
  .projects-docs__item {
    display: block;
  }
}
.projects-docs__item:last-child {
  border: none;
}
.projects-docs__title {
  font-size: 15px;
  max-width: 789px;
}
.projects-docs__file-holder {
  margin-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.projects-docs__file-holder .content-text--link {
  display: block;
}
@media only screen and (max-width: 540px) {
  .projects-docs__file-holder {
    max-width: 100%;
    margin-left: 0;
  }
  .projects-docs__file-holder .content-text--link {
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 1601px) {
  .projects-docs__item {
    border-bottom-width: 0.0625rem;
    padding: 0.625rem 0 1.25rem;
  }
  .projects-docs__title {
    font-size: 0.9375rem;
    max-width: 49.3125rem;
  }
  .projects-docs__file-holder {
    margin-left: 0.9375rem;
    max-width: 12.5rem;
  }
}

.statement-head__info-box {
  margin-bottom: 10px;
}
.statement-head__date-title {
  font-size: 14px;
}
@media only screen and (max-width: 540px) {
  .statement-head__date-title {
    margin: 0;
  }
}
.statement-head__date {
  font-size: 14px;
  font-weight: 500;
  margin-left: 5px;
  display: inline-block;
}
.statement-head__status-box {
  margin-bottom: 10px;
}
@media only screen and (max-width: 540px) {
  .statement-head__status-box .application-head__info--status {
    display: block;
    width: 100%;
    margin-bottom: 10px !important;
  }
}
.statement-head__button-box {
  margin-bottom: 10px;
}
@media only screen and (max-width: 920px) {
  .statement-head__button-box {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 400px) {
  .statement-head__button-box .btn {
    width: 100%;
  }
}

.application-inner-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 23px;
}
.application-inner-head__title {
  font-weight: bold;
  font-size: 26px;
  margin: 3px 29px 0 0;
}
.application-inner-head__status {
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  min-width: 135px;
  text-align: center;
  padding: 5px 13px 3px;
  font-size: 13px;
  display: block;
  margin-right: 19px;
}
.application-inner-head__status-1 {
  background: #f5d684;
  color: #010101;
}
.application-inner-head__status-2 {
  background: rgba(0, 119, 190, 0.93);
  color: #ffffff;
}
.application-inner-head__status-3 {
  background: #198535;
  color: #ffffff;
}
.application-inner-head__status-4 {
  background: #ae0b0b;
  color: #ffffff;
}
.application-inner-head__date {
  font-size: 13px;
}
.js-prices-tab .form .table__checkbox-holder .ng-binding{min-width: 100px;}
.js-prices-tab .table td:first-child {min-width: 45px;padding: 0;}
	.js-payment-invoice .table td:first-child {min-width: 45px;padding: 0;}
@media only screen and (min-width: 1601px) {

.js-prices-tab .table td:first-child {min-width: 60px;}	
  .application-inner-head {
    margin: 0 0 1.4375rem;
  }
  .application-inner-head__title {
    font-size: 1.625rem;
    margin: 0.1875rem 1.8125rem 0 0;
  }
  .application-inner-head__status {
    -webkit-border-radius: 3.125rem;
       -moz-border-radius: 3.125rem;
            border-radius: 3.125rem;
    min-width: 8.4375rem;
    padding: 0.3125rem 0.8125rem 0.1875rem;
    font-size: 0.8125rem;
    margin-right: 1.1875rem;
  }
  .application-inner-head__date {
    font-size: 0.8125rem;
  }
}

.application-inner-content__border-holder {
  margin: 0 -33px 16px;
  padding: 0 33px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.application-inner-content__border-holder--quiz {
  padding-top: 4px;
  padding-bottom: 20px;
}
.application-inner-content__title {
  font-weight: 300;
  margin: 0 0 13px;
  display: block;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
}
h3 .ng-binding {  font-weight: 300;}
.application-inner-content__title--white {
  color: #ffffff;
}
.application-inner-content__sub-title {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 19px;
  display: block;
}
.application-inner-content__sub-title2 {
  font-size: 14px;
  font-weight: normal;
  margin: 23px 0 0;
  display: block;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.5);
}
.application-inner-content__sub-title2--offset-bottom-0 {
  margin-bottom: 0;
}
.application-inner-content__sub-title2--offset-top {
  margin-top: 0;
}
.application-inner-content__sub-title2--offset-bottom {
  margin-bottom: 23px;
}
.application-inner-content__sub-title2--offset-top {
  margin-bottom: 23px;
}
@media only screen and (min-width: 1601px) {
  .application-inner-content__border-holder {
    margin: 0 -2.0625rem 1rem;
    padding: 0 2.0625rem 0.625rem;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5);
  }
  .application-inner-content__border-holder--quiz {
    padding-top: 0.25rem;
    padding-bottom: 1.25rem;
  }
  .application-inner-content__title {
    margin: 0 0 0.8125rem;
    font-size: 1.25rem;
  }
  .application-inner-content__sub-title {
    font-size: 1rem;
    margin: 0 0 1.1875rem;
  }
  .application-inner-content__sub-title2 {
    font-size: 0.875rem;
    margin: 1.4375rem 0 0;
  }
  .application-inner-content__sub-title2--offset-bottom-0 {
    margin-bottom: 0;
  }
  .application-inner-content__sub-title2--offset-top {
    margin-top: 0;
  }
  .application-inner-content__sub-title2--offset-bottom {
    margin-bottom: 1.4375rem;
  }
  .application-inner-content__sub-title2--offset-top {
    margin-bottom: 1.4375rem;
  }
}

.application-inner-content-list {
  padding: 0;
  margin: 0 -14px;
  list-style: none;
}
.application-inner-content-list--offset-bottom {
  margin-bottom: 27px;
}
.application-inner-content-list__item {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
  padding: 0 14px;
}
.application-inner-content-list__title {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
  font-size: 15px;
}
.application-inner-content-list__info {
  display: block;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.023em;
}
.application-inner-content-list__info--big {
  font-size: 15px;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1601px) {
  .application-inner-content-list {
    margin: 0 -0.875rem;
  }
  .application-inner-content-list--offset-bottom {
    margin-bottom: 1.6875rem;
  }
  .application-inner-content-list__item {
    margin: 0.3125rem 0;
    padding: 0 0.875rem;
  }
  .application-inner-content-list__title {
    margin-bottom: 0.3125rem;
    font-size: 0.9375rem;
  }
  .application-inner-content-list__info {
    font-size: 0.875rem;
  }
  .application-inner-content-list__info--big {
    font-size: 0.9375rem;
  }
}
.tab .application-inner-file__title {max-width: 100%;}
.tab .application-inner-file {display:block;}
.application-inner-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-self: start;
      -ms-flex-item-align: start;
              -ms-grid-row-align: start;
          align-self: start;
  padding: 18px 0;
}
.application-inner-file__title {
  letter-spacing: -0.017em;
  max-width: 660px;
  padding-right: 10px;
  display: block;
}
.application-inner-file__info-box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 225px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 225px;
          flex: 0 0 225px;
  text-align: left;
}
.application-inner-file__empty {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
}
@media only screen and (max-width: 920px) {
  .application-inner-file__info-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 160px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
  }
}
@media only screen and (max-width: 767px) {
  .application-inner-file {
    display: block;
  }
  .application-inner-file__title {
    padding-right: 0;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1601px) {
  .application-inner-file {
    padding: 1.125rem 0;
  }
  .application-inner-file__title {
    max-width: 41.25rem;
    padding-right: 0.625rem;
  }
  .application-inner-file__info-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.0625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 0 14.0625rem;
            flex: 0 0 14.0625rem;
  }
}

.profile__hello-title {
  display: block;
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: normal;
}
@media only screen and (min-width: 1601px) {
  .profile__hello-title {
    margin: 0 0 1.25rem;
    font-size: 1.25rem;
  }
}

.profile-count-box {
  margin-top: 22px;
}
@media only screen and (min-width: 1601px) {
  .profile-count-box {
    margin-top: 1.375rem;
  }
}

.apply__content-bg-container {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .apply__content-bg-container {
    padding-bottom: 30px;
  }
}
.apply__sub-title {
  font-weight: normal;
  font-size: 14px;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.8);
}
.apply__sub-title--mb-30 {
  margin-bottom: 30px;
}
.apply__tab-bottom-controls {
  position: absolute;
  left: 33px;
  right: 33px;
  top: auto;
  bottom: 31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.apply__tab-bottom-controls.flex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.apply__tab-bottom-controls--box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.apply__tab-bottom-controls--box .btn {
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .apply__tab-bottom-controls {
    left: auto;
    right: auto;
    position: relative;
    bottom: auto;
    display: block;
    margin-top: 30px;
  }
  .apply__tab-bottom-controls--box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 540px) {
  .apply__tab-bottom-controls--box {
    display: block;
  }
  .apply__tab-bottom-controls--box .btn {
    margin: 10px 0 0 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1601px) {
  .apply__content-bg-container {
    padding-bottom: 6.25rem;
  }
  .apply__sub-title {
    font-size: 0.875rem;
    margin: 0 0 0.625rem;
  }
  .apply__sub-title--mb-30 {
    margin-bottom: 1.875rem;
  }
  .apply__tab-bottom-controls {
    left: 2.0625rem;
    right: 2.0625rem;
    bottom: 1.9375rem;
  }
  .apply__tab-bottom-controls--box .btn {
    margin-left: 0.9375rem;
  }
}

.apply-files-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.apply-files-row .file-input-holder__upload--list {
  margin: 0;
}
.apply-files-row .file-input-holder__upload--list li:last-child {
  margin-bottom: 10px;
}
.apply-files-row .file-input-holder__upload + .file-input-holder__upload {
  margin-top: 10px;
}
.apply-files-row .content-text--link-color {
  margin: 0 0;
  display: inline-block;
}
.apply-files-row__upload {
  margin-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 220px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
}
.apply-files-row__title {
  display: block;
  line-height: 1.2;
  font-size: 15px;
}
@media only screen and (min-width: 1601px) {
  .apply-files-row .file-input-holder__upload--list li:last-child {
    margin-bottom: 0.625rem;
  }
  .apply-files-row .file-input-holder__upload + .file-input-holder__upload {
    margin-top: 0.625rem;
  }
  .apply-files-row .content-text--link-color {
    margin: 0 0;
  }
  .apply-files-row__upload {
    margin-left: 1.875rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 13.8rem;
       -moz-box-flex: 0;
        -ms-flex: 0 0 13.8rem;
            flex: 0 0 13.8rem;
  }
  .apply-files-row__title {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 500px) {
  .apply-files-row__upload {flex: 0 0 110px;}
  .file-input-holder__upload--list-file-title {width: 45px;}	
}

.switcher {
  display: inline-block;
  position: relative;
  cursor: pointer;
  line-height: 1;
}
.switcher__label {
  display: block;
  position: relative;
  cursor: pointer;
}
.switcher__input-hidden {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.switcher__input-hidden:checked + .switcher__custom--text:before {
  border-color: #ffffff;
}
.switcher__input-hidden:checked + .switcher__custom--text:after {
  left: 3px;
  background: #ffffff;
}
.switcher__custom--text {
  display: block;
  padding-left: 41px;
  position: relative;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  cursor: pointer;
  min-height: 14px;
  line-height: 1;
}
.switcher__custom--text:before {
  content: "";
  width: 32px;
  height: 14px;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  border: 1px solid #6baac3;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.switcher__custom--text:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 19px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #6eb6e8;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.switcher__custom--text-big {
  font-size: 15px;
  padding-left: 47px;
  min-height: 22px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1.2;
}
.switcher__custom--text-big:before {
  width: 37px;
  height: 20px;
}
.switcher__custom--text-big:after {
  width: 16px;
  height: 16px;
  top: 3px;
}
@media only screen and (min-width: 1601px) {
  .switcher {
    display: inline-block;
    position: relative;
    cursor: pointer;
    line-height: 1;
  }
  .switcher__label {
    display: block;
    position: relative;
    cursor: pointer;
  }
  .switcher__input-hidden {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
  }
  .switcher__input-hidden:checked + .switcher__custom--text:before {
    border-color: #ffffff;
  }
  .switcher__input-hidden:checked + .switcher__custom--text:after {
    left: 3px;
    background: #ffffff;
  }
  .switcher__custom--text {
    padding-left: 2.5625rem;
    min-height: 0.875rem;
  }
  .switcher__custom--text:before {
    width: 2rem;
    height: 0.875rem;
    -webkit-border-radius: 1.875rem;
       -moz-border-radius: 1.875rem;
            border-radius: 1.875rem;
    border-width: 0.0625rem;
  }
  .switcher__custom--text:after {
    top: 0.125rem;
    left: 1.1875rem;
    width: 0.75rem;
    height: 0.75rem;
  }
  .switcher__custom--text-big {
    font-size: 0.9375rem;
    padding-left: 2.9375rem;
    min-height: 1.375rem;
  }
  .switcher__custom--text-big:before {
    width: 2.3125rem;
    height: 1.25rem;
  }
  .switcher__custom--text-big:after {
    width: 1rem;
    height: 1rem;
    top: 0.1875rem;
  }
}

.form--control-label__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.form--control-label__wrap .form--control-label-text {
  width: auto;
}
.form--control-label__wrap .switcher {
  margin: 0 0 4px;
}
@media only screen and (min-width: 1601px) {
  .form--control-label__wrap .switcher {
    margin: 0 0 0.25rem;
  }
}

.tooltip {
  cursor: pointer;
  margin: 0 4px;
  display: inline-block;
  width: 14px;
}
.tooltip img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1601px) {
  .tooltip {
    margin: 0 0.25rem;
    width: 0.9rem;
  }
}

.table {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-collapse: collapse;
  overflow: hidden;
}
.table.bdbn {
  border-bottom: none;
}
.table-minw-730 {
  min-width: 730px;
}
.table-holder {
  overflow-x: auto;
  margin-bottom: 40px;
  position: relative;
}
.table-holder.show-icon:after {
  display: block;
}
.table-holder:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-image: url(/local/templates/moetp/assets/css/../images/icon-arrow-left.svg);
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-background-size: auto 20px;
     -moz-background-size: auto 20px;
          background-size: auto 20px;
  background-position: 8px 50%;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  display: none;
  pointer-events: none;
}
.table__checkbox-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.table__checkbox-holder .form-checkbox {
  margin-left: 15px;
}
.table th,
.table td {
  padding: 10px 15px;
  text-align: left;
}
.table th.wsnw,
.table td.wsnw {
  white-space: nowrap;
}
.table th.text-right,
.table td.text-right {
  text-align: right;
}
.table th:first-child,
.table td:first-child {
  padding-left: 0;
}
.table th:last-child,
.table td:last-child {
  padding-right: 0;
}
.table th {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.table td {
  font-size: 14px;
  color: #ffffff;
}
.table tr.bdt td {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 1601px) {
  .table {
    border-bottom-width: 0.0625rem;
  }
  .table-minw-730 {
    min-width: 45.625rem;
  }
  .table-holder {
    margin-bottom: 2.5rem;
  }
  .table__checkbox-holder .form-checkbox {
    margin-left: 0.9375rem;
  }
  .table th,
.table td {
    padding: 0.625rem 0.9375rem;
  }
  .table th:first-child,
.table td:first-child {
    padding-left: 0;
  }
  .table th:last-child,
.table td:last-child {
    padding-right: 0;
  }
  .table th {
    font-size: 0.8125rem;
    border-bottom-width: 0.0625rem;
  }
  .table td {
    font-size: 0.875rem;
  }
  .table tr.bdt td {
    border-top-width: 0.0625rem;
  }
}

.quiz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quiz.active {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.quiz__title {
  display: block;
  margin: 0 0 20px;
  font-weight: 300;
}
.quiz__list {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
  margin: 0 35px 0 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
}
@media only screen and (max-width: 767px) {
  .quiz {
    display: block;
  }
  .quiz__list {
    margin: 0 0 20px;
    max-width: 250px;
  }
}
@media only screen and (min-width: 1601px) {
  .quiz__title {
    margin: 0 0 1.25rem;
  }
  .quiz__list {
    margin: 0 2.1875rem 0 0;
    grid-gap: 0.625rem;
  }
}

.quiz-check {
  display: inline-block;
  position: relative;
}
.quiz-check__hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
}
.quiz-check__hidden:checked + .quiz-check__custom {
  color: #000000;
  background: #f5d684;
  border-color: #f5d684;
}
.quiz-check__hidden:checked + .quiz-check__custom.none{
	color: #fff;
	background: #e3e2df;
	border-color: #e3e2df;
}
.quiz-check__custom.none {padding-bottom: 5px;}
.quiz-check__custom {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  line-height: 1;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  padding-top: 2px;
}
@media only screen and (min-width: 1601px) {
  .quiz-check__custom {
    width: 2.25rem;
    height: 2.25rem;
    border-width: 0.0625rem;
    font-size: 1.25rem;
    padding-top: 0.125rem;
  }
}

.quiz-comment__holder {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.applicant {
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.applicant.opened {
  border-color: transparent;
  background: rgba(0, 119, 190, 0.93);
}
.applicant.opened .applicant__head {
  padding-right: 29px;
  padding-bottom: 11px;
}
.applicant.opened .applicant__opener:after {
  display: none;
}
.applicant.opened .applicant__opener:before {
  display: block;
}
.applicant__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 14px 88px 11px 26px;
}
.applicant__head-link {
  font-size: 12px;
  text-decoration: none;
  color: #f5d684;
  display: inline-block;
  font-weight: 500;
}
.applicant__head-link-mr {
  margin-right: 18px;
}
.applicant__head-link:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 920px) {
  .applicant__head {
    display: block;
    padding-bottom: 30px;
    padding-right: 29px;
  }
}
.applicant__head-title {
  font-weight: 500;
  font-size: 17px;
  margin: 5px 0;
}
.applicant__head-controls {
  margin: 5px 0 5px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.applicant__head-controls.hidden {
  display: none;
}
@media only screen and (max-width: 920px) {
  .applicant__head-controls {
    margin-left: 0;
  }
}
.applicant__opener {
  position: absolute;
  left: auto;
  right: 28px;
  top: auto;
  bottom: 18px;
  font-size: 12px;
}
.applicant__opener:after {
  content: "Развернуть";
}
.applicant__opener:before {
  content: "Свернуть";
  display: none;
}
@media only screen and (max-width: 920px) {
  .applicant__opener {
    bottom: 10px;
  }
}
.applicant__body {
  display: none;
  padding-bottom: 62px;
}
.applicant__body.open {
  display: block;
}
.applicant__body-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 920px) {
  .applicant__body-content {
    display: block;
  }
}
.applicant__body-column {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 14px 40px 20px 28px;
}
.applicant__body-column:last-child {
  border-right: none;
}
@media only screen and (max-width: 920px) {
  .applicant__body-column {
    border: none;
  }
}
.applicant__body-column-title {
  display: block;
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 19px;
  color: #cccccc;
}
.applicant__body-column-title--white {
  color: #ffffff;
}
.applicant__body-column-list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
}
.applicant__body-column-list-item {
  margin-bottom: 13px;
  display: block;
}
.applicant__body-column-list-item:last-child {
  margin-bottom: 0;
}
.applicant__body-column-list-title {
  display: block;
  color: #93b5d3;
  margin-bottom: 5px;
}
.applicant__body-column-list-text {
  font-weight: 500;
  color: #ffffff;
}
.applicant__body-files {
  padding: 14px 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.applicant__body-file-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.applicant__body-file-list--mb-30 {
  margin-bottom: 30px;
}
.applicant__body-file-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 9px 0;
}
.applicant__body-file-list-item a {
  margin-left: 15px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .applicant__body-file-list-item {
    display: block;
  }
  .applicant__body-file-list-item span {
    margin-bottom: 15px;
    display: block;
  }
}
.applicant__body-file-list-title {
  font-weight: 500;
  font-size: 14px;
}
.applicant__empty-box {
  text-align: center;
  padding-top: 127px;
  font-size: 14px;
}
@media only screen and (min-width: 1601px) {
  .applicant {
    margin-bottom: 1.25rem;
    -webkit-border-radius: 0.3125rem;
       -moz-border-radius: 0.3125rem;
            border-radius: 0.3125rem;
    border-width: 0.0625rem;
  }
  .applicant.opened .applicant__head {
    padding-right: 1.8125rem;
  }
  .applicant__head {
    padding: 0.875rem 5.5rem 0.6875rem 1.625rem;
  }
  .applicant__head-link {
    font-size: 0.75rem;
  }
  .applicant__head-link-mr {
    margin-right: 1.125rem;
  }
  .applicant__head-title {
    font-size: 1.0625rem;
    margin: 0.3125rem 0;
  }
  .applicant__head-controls {
    margin: 0.3125rem 0 0.3125rem 0.625rem;
  }
  .applicant__opener {
    right: 1.75rem;
    bottom: 1.125rem;
    font-size: 0.75rem;
  }
  .applicant__body {
    padding-bottom: 3.875rem;
  }
  .applicant__body-content {
    border-top-width: 0.0625rem;
  }
  .applicant__body-column {
    border-right-width: 0.0625rem;
    padding: 0.875rem 2.5rem 1.25rem 1.75rem;
  }
  .applicant__body-column:last-child {
    border-right: none;
  }
  .applicant__body-column-title {
    font-size: 0.875rem;
    margin: 0 0 1.1875rem;
  }
  .applicant__body-column-list {
    font-size: 0.875rem;
  }
  .applicant__body-column-list-item {
    margin-bottom: 0.8125rem;
  }
  .applicant__body-column-list-item:last-child {
    margin-bottom: 0;
  }
  .applicant__body-column-list-title {
    margin-bottom: 0.3125rem;
  }
  .applicant__body-files {
    padding: 0.875rem 1.75rem 0;
    border-top-width: 0.0625rem;
  }
  .applicant__body-file-list--mb-30 {
    margin-bottom: 1.875rem;
  }
  .applicant__body-file-list-item {
    border-bottom-width: 0.0625rem;
    padding: 0.5625rem 0;
  }
  .applicant__body-file-list-item a {
    margin-left: 0.9375rem;
    font-size: 0.75rem;
  }
  .applicant__body-file-list-title {
    font-size: 0.875rem;
  }
  .applicant__empty-box {
    padding-top: 7.9375rem;
    font-size: 0.875rem;
  }
}

.new-applicants {
  -webkit-box-flex: 5000;
  -webkit-flex: 5000 1 auto;
     -moz-box-flex: 5000;
      -ms-flex: 5000 1 auto;
          flex: 5000 1 auto;
  position: relative;
}

.calc-bg-box {
  background: #3f91c8;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}
.calc-bg-box__head {
  padding: 12px 20px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.calc-bg-box__body {
  padding: 23px 20px;
}
@media only screen and (min-width: 1601px) {
  .calc-bg-box {
    -webkit-border-radius: 0.5rem;
       -moz-border-radius: 0.5rem;
            border-radius: 0.5rem;
  }
  .calc-bg-box__head {
    padding: 0.75rem 1.25rem 0.625rem;
    border-bottom-width: 0.0625rem;
  }
  .calc-bg-box__body {
    padding: 1.4375rem 1.25rem;
  }
}

.calc-modal-list {
  padding: 0;
  margin: 0 0 15px;
  list-style: none;
}
.calc-modal-list__item {
  padding: 22px 0;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.calc-modal-list__item-title {
  display: block;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
}
.calc-modal-list__item .dl .dl__dd {flex: 0 0 220px!important;}
@media only screen and (min-width: 1601px) {
.calc-modal-list__item .dl .dl__dd {flex: 0 0 220px!important;}	
  .calc-modal-list {
    margin: 0 0 0.9375rem;
  }
  .calc-modal-list__item {
    padding: 1.375rem 0;
    border-bottom-width: 0.0625rem;
  }
  .calc-modal-list__item-title {
    margin-bottom: 2rem;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 400px) {
.calc-modal-list__item .dl .dl__dd {flex: 0 0 120px!important;}	
}
.dl {
  margin: 0 0 15px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dl:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 540px) {
  /*.dl {
    display: block;
  }*/
}
.dl__dd {
  font-weight: bold;
  margin: 0 0 0 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  text-align: right;
}
@media only screen and (max-width: 540px) {
  .dl__dd {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1601px) {
  .dl {
    margin: 0 0 0.9375rem;
    font-size: 0.9375rem;
  }
  .dl:last-child {
    margin-bottom: 0;
  }
  .dl__dd {
    margin: 0 0 0 1.25rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 4.375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 0 4.375rem;
            flex: 0 0 4.375rem;
  }
}

.calc-modal-bottom-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  display: block;
}
@media only screen and (min-width: 1601px) {
  .calc-modal-bottom-text {
    font-size: 0.8125rem;
  }
}

.calc-result-box {
  background: #3f91c8;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  text-align: center;
  font-size: 18px;
  padding: 22px 15px;
  margin-top: 30px;
}
@media only screen and (min-width: 1601px) {
  .calc-result-box {
    -webkit-border-radius: 0.5rem;
       -moz-border-radius: 0.5rem;
            border-radius: 0.5rem;
    font-size: 1.125rem;
    padding: 1.375rem 0.9375rem;
    margin-top: 1.875rem;
  }
}

.presence-map-links {
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
}
.presence-map-links__title {
  display: block;
  margin-bottom: 28px;
  padding-top: 3px;
}
.presence-map-links__item {
  margin-bottom: 16px;
}
.presence-map-links__item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 920px) {
  .presence-map-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
  }
  .presence-map-links__item {
    white-space: nowrap;
    margin-bottom: 0;
    padding: 0 10px;
  }
  .presence-map-links__item:first-child {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1601px) {
  .presence-map-links {
    margin: 0 0 1.875rem;
  }
  .presence-map-links__title {
    margin-bottom: 1.75rem;
    padding-top: 0.1875rem;
  }
  .presence-map-links__item {
    margin-bottom: 1rem;
  }
  .presence-map-links__item:last-child {
    margin-bottom: 0;
  }
}

#objects-map,
.objects-map {
  height: 510px;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 1601px) {
  #objects-map,
.objects-map {
    height: 31.875rem;
  }
}

.objects-map__balloon-holder {
  max-width: 274px;
  padding: 10px 10px;
  -webkit-box-shadow: 0px 11px 20px 0px rgba(34, 35, 35, 0.1);
     -moz-box-shadow: 0px 11px 20px 0px rgba(34, 35, 35, 0.1);
          box-shadow: 0px 11px 20px 0px rgba(34, 35, 35, 0.1);
}
.objects-map__balloon-holder h3 {
  font-weight: bold;
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
}
.objects-map__balloon-holder h3 a {
  color: #000000;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
.objects-map__balloon-holder h3 a:hover {
  text-decoration: underline;
}
.objects-map__balloon-holder p {
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
}
@media only screen and (min-width: 1601px) {
  .objects-map__balloon-holder {
    max-width: 17.125rem;
    padding: 0.625rem 0.625rem;
  }
  .objects-map__balloon-holder h3 {
    font-weight: 500;
    margin: 0 0 0.625rem;
    font-size: 0.875rem;
  }
  .objects-map__balloon-holder p {
    margin: 0;
    font-size: 0.8125rem;
  }
}

.objects-map-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.objects-map-box > .row {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.objects-map-box-scroll {
  overflow: auto;
  height: 100%;
}

.contacts-collapse {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  overflow-y: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.contacts-collapse__item {
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  border-left: 2px solid transparent;
  padding: 8px 0 8px 33px;
  position: relative;
  z-index: 1;
}
.contacts-collapse__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(left, #3080bf 0%, rgba(124, 184, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-linear-gradient(left, #3080bf 0%, rgba(124, 184, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(#3080bf), color-stop(99%, rgba(124, 184, 232, 0)), to(rgba(125, 185, 232, 0)));
  background: -o-linear-gradient(left, #3080bf 0%, rgba(124, 184, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to right, #3080bf 0%, rgba(124, 184, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3080bf", endColorstr="#007db9e8",GradientType=1 );
  opacity: 0;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  z-index: -1;
  pointer-events: none;
}
.contacts-collapse__item.active {
  border-left-color: #f5d684;
}
.contacts-collapse__item.active:after {
  opacity: 1;
}
.contacts-collapse__body {
  display: none;
}
.contacts-collapse__content {
  padding: 10px 0;
}
.contacts-collapse__phone-box {
  margin-bottom: 10px;
}
.contacts-collapse__addres {
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
}
@media only screen and (max-width: 920px) {
  .contacts-collapse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    height: auto;
    margin-bottom: 20px;
  }
  .contacts-collapse__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
  .contacts-collapse__item.active .contacts-collapse__body {
    display: block !important;
  }
  .contacts-collapse__body {
    display: none !important;
    height: auto !important;
  }
}
@media only screen and (min-width: 1601px) {
  .contacts-collapse__item {
    border-left-width: 0.125rem;
    padding: 0.5rem 0 0.5rem 2.0625rem;
  }
  .contacts-collapse__content {
    padding: 0.625rem 0;
  }
  .contacts-collapse__phone-box {
    margin-bottom: 0.625rem;
  }
  .contacts-collapse__addres {
    font-size: 0.875rem;
    margin: 0;
  }
}

.contacts-map-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -33px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}
.contacts-map-box__list-holder {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 426px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 426px;
          flex: 0 0 426px;
  margin-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.contacts-map-box__list-holder .presence-map-links__title {
  padding-left: 33px;
}
.contacts-map-box__map-holder {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
     -moz-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media only screen and (max-width: 920px) {
  .contacts-map-box {
    display: block;
    margin: 0;
    height: auto;
  }
  .contacts-map-box__list-holder {
    margin: 0;
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .contacts-map-box__list-holder .presence-map-links__title {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1601px) {
  .contacts-map-box {
    margin-left: -2.0625rem;
  }
  .contacts-map-box__list-holder {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 26.625rem;
       -moz-box-flex: 0;
        -ms-flex: 0 0 26.625rem;
            flex: 0 0 26.625rem;
    margin-right: 1.875rem;
  }
  .contacts-map-box__list-holder .presence-map-links__title {
    padding-left: 2.0625rem;
  }
}

.contacts-map {
  height: 383px;
}
@media only screen and (min-width: 1601px) {
  .contacts-map {
    height: 23.9375rem;
  }
}

.contacts__inner-text {
  display: block;
  margin: 0 0 23px;
  font-size: 14px;
  line-height: 1.3;
}
.contacts__inner-title {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  margin: 0 0 4px;
}
.contacts__inner-title.mb-20 {
  margin-bottom: 23px;
}
.contacts__inner-link {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  margin: 0 0 5px;
}
.contacts__inner-link.mb-20 {
  margin-bottom: 23px;
}
.contacts__inner-link.tdu {
  text-decoration: underline;
}
.contacts__inner-link.tdu:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1601px) {
  .contacts__inner-text {
    margin: 0 0 1.4375rem;
    font-size: 0.875rem;
  }
  .contacts__inner-title {
    font-size: 0.9375rem;
    margin: 0 0 0.2rem
  }
  .contacts__inner-title.mb-20 {
    margin-bottom: 1.4375rem;
  }
  .contacts__inner-link {
    font-size: 0.9375rem;
    margin: 0 0 0.3125rem;
  }
  .contacts__inner-link.mb-20 {
    margin-bottom: 1.4375rem;
  }
}

.modal-open {
  overflow: hidden;
}

.modal__holder {
  position: fixed;
  top: -9999px;
  left: -9999px;
  opacity: 0;
  width: 100%;
  bottom: 9999px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0s ease 0.35s, opacity 0.35s ease;
  -o-transition: all 0s ease 0.35s, opacity 0.35s ease;
  -moz-transition: all 0s ease 0.35s, opacity 0.35s ease;
  transition: all 0s ease 0.35s, opacity 0.35s ease;
}
.modal__holder .bg {
  position: fixed;
  top: -9999px;
  left: -9999px;
  right: 9999px;
  bottom: 9999px;
  opacity: 0;
  z-index: -10;
  background: #000000;
  -webkit-transition: all 0s ease 0.35s, opacity 0.35s ease;
  -o-transition: all 0s ease 0.35s, opacity 0.35s ease;
  -moz-transition: all 0s ease 0.35s, opacity 0.35s ease;
  transition: all 0s ease 0.35s, opacity 0.35s ease;
  background: #000;
}
.modal__holder .modal-inner {
  width: 100%;
  z-index: 100;
  padding: 10px 20px;
  max-height: 100%;
  overflow-y: auto;
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.modal__holder.open {
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.modal__holder.open .modal__container {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.modal__holder.open .bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  opacity: 0.75;
}
.modal__close-ico {
  position: absolute;
  top: 18px;
  right: 21px;
  width: 22px;
  height: 22px;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 10;
}
.modal__close-ico:after, .modal__close-ico:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffff;
  height: 1px;
  width: 17px;
  z-index: 10;
  margin: 0 0 0 -8px;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  -o-transition: -o-transform 0.35s ease;
  -moz-transition: transform 0.35s ease, -moz-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease, -moz-transform 0.35s ease, -o-transform 0.35s ease;
}
.modal__close-ico:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal__close-ico:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal__close-ico:hover:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal__close-ico:hover:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal__close-ico--black:after, .modal__close-ico--black:before {
  background: #000000;
}
.modal__container {
  width: 100%;
  color: #ffffff;
  margin: 0 auto;
  max-width: 1053px;
  background: #056cb0;
  position: relative;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50% 100%;
     -moz-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
       -o-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
  opacity: 0;
}
.modal__container.maw-522 {
  max-width: 522px;
}
.modal__container.maw-700 {
  max-width: 700px;
}
.modal__container.maw894 {
  max-width: 894px;
}
.modal__container--bgn {
  background: none;
}
.modal__container--white {
  background: #ffffff;
  color: #000000;
}
.modal__head {
  padding: 20px 35px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.thanks {display:none;}
.modal__head--center {
  text-align: center;
}
.modal__head--bdn {
  border: none;
}
.modal__head--title {
  font-weight: 500;
  font-size: 20px;
  margin: 0;
}
.modal__head--sub-title {
  padding: 0 35px;
  text-align: center;
  margin-bottom: 20px;
}
.modal__body-offset {
  padding: 0 24px;
}
.modal__body--text {
  margin: 0 0 25px;
}
.modal__footer {
  padding: 20px 35px 30px;
}
.modal__full-image {
  display: block;
}
.modal__full-image img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .modal__head {
    padding-left: 15px;
  }
  .modal__head--title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1601px) {
  .modal__holder .modal-inner {
    padding: 0.625rem 1.25rem;
  }
  .modal__close-ico {
    top: 1.125rem;
    right: 1.3125rem;
    width: 1.375rem;
    height: 1.375rem;
  }
  .modal__close-ico:after, .modal__close-ico:before {
    height: 0.0625rem;
    width: 1.0625rem;
    margin: 0 0 0 -0.5rem;
  }
  .modal__container {
    max-width: 65.8125rem;
    -webkit-border-radius: 0.3125rem;
       -moz-border-radius: 0.3125rem;
            border-radius: 0.3125rem;
  }
  .modal__container.maw-522 {
    max-width: 32.625rem;
  }
  .modal__container.maw894 {
    max-width: 55.875rem;
  }
  .modal__head {
    padding: 1.25rem 2.1875rem 1rem;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5);
  }
  .modal__head--title {
    font-size: 1.25rem;
  }
  .modal__head--sub-title {
    padding: 0 2.1875rem;
    margin-bottom: 1.25rem;
  }
  .modal__body-offset {
    padding: 0 1.5rem;
  }
  .modal__body--text {
    margin: 0 0 1.5625rem;
  }
  .modal__footer {
    padding: 1.25rem 2.1875rem 1.875rem;
  }
}

@media only screen and (min-width: 1052px) {
  .terms-modal .modal-inner {
    overflow: hidden;
  }
  .terms-modal .modal__container {
    overflow: hidden;
    max-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .terms-modal .modal__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }
}
.modal-terms-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.modal-terms-tab {
  display: none;
}
.modal-terms-tab.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-terms-controls {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-terms-controls--big {
  border-right: none;
}
.modal-terms-controls__item {
  display: block;
}
.modal-terms-controls__item--big {
  margin-left: -1px;
}
.modal-terms-controls__item.active .modal-terms-controls__link {
  border-color: #ffff00;
  background: #1762a5;
}
.modal-terms-controls__item.active .modal-terms-controls__link:hover {
  color: #ffffff;
}
.modal-terms-controls__link {
  font-weight: 500;
  font-size: 20px;
  border-left: 1px solid transparent;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  text-align: center;
  padding: 9px 5px 7px 6px;
  text-decoration: none;
  width: 76px;
}
.modal-terms-controls__link--big {
  width: 259px;
  text-align: left;
  font-size: 15px;
  font-weight: normal;
  padding: 14px 10px 11px 30px;
}
.modal-terms-controls__link:hover {
  color: #f37020;
  text-decoration: none;
}
@media only screen and (min-width: 1052px) {
  .modal-terms-controls-scroll {
    overflow-y: auto;
  }
}
.modal-terms-body {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding: 22px 73px 22px 30px;
  overflow: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.modal-terms-body__text {
  margin: 0;
  font-size: 15px;
}
.modal-terms-body__text:first-letter {text-transform:uppercase;}
@media only screen and (max-width: 1050px) {
  .modal-terms-body {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-terms-content {
    display: block;
  }
  .modal-terms-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .modal-terms-controls__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .modal-terms-controls__link {
    width: auto;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 21px;
    border-left: none;
    border-bottom: 1px solid transparent;
  }
  .modal-terms-controls__link--big {
    width: auto;
  }
  .modal-terms-body {
    border-left: none;
  }
  .modal-terms-tab.active {
    display: block;
  }
}
@media only screen and (min-width: 1601px) {
  .modal-terms-controls {
    border-right: 0.0625rem solid rgba(255, 255, 255, 0.5);
  }
  .modal-terms-controls__item--big {
    margin-left: -0.0625rem;
  }
  .modal-terms-controls__link {
    font-size: 1.25rem;
    border-left: 0.0625rem solid transparent;
    padding: 0.5625rem 0.3125rem 0.4375rem 0.375rem;
    width: 76px;
  }
  .modal-terms-controls__link--big {
    width: 16.1875rem;
    font-size: 0.9375rem;
    padding: 0.875rem 0.625rem 0.6875rem 1.875rem;
  }
  .modal-terms-body {
    border-left: 0.0625rem solid rgba(255, 255, 255, 0.5);
    padding: 1.375rem 4.5625rem 1.375rem 1.875rem;
  }
  .modal-terms-body__text {
    font-size: 0.9375rem;
  }
}

.modal-paint-map {
  width: 100%;
  height: 550px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
}
.ymaps-2-1-78-map .dropdown-menu {color:white;}
.ymaps-2-1-78-map .dropdown-menu a{cursor: pointer;}
.ymaps-2-1-78-map .dropdown-menu {background-color:#f37020;padding: 10px 0px 10px 30px;}
.modal-map-paint-button {
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 100;
}
@media only screen and (min-width: 1601px) {
  .modal-map-paint-button {
    top: 0.8125rem;
    left: 0.8125rem;
  }
}

.print-pass__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 33px 30px;
}
@media only screen and (max-width: 920px) {
  .print-pass__container {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .print-pass__container {
    padding: 20px 15px;
  }
}
.db {display:block;}
.print-pass__text-holder {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 295px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 295px;
          flex: 0 0 295px;
  margin-right: 58px;
}
@media only screen and (max-width: 920px) {
  .print-pass__text-holder {
    margin: 0 0 30px;
  }
}
.print-pass__text {
  font-size: 13px;
}
.print-pass__title {
  font-size: 13px;
  font-weight: bold;
}
.print-pass__content-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media only screen and (max-width: 767px) {
  .print-pass__content-holder {
    display: block;
  }
}
.print-pass__preview {
  width: 96px;
  height: 96px;
  /*border: 1px solid rgba(255, 255, 255, 0.5);*/
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 96px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 96px;
          flex: 0 0 96px;
  margin-right: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.print-pass__preview img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 767px) {
  .print-pass__preview {
    margin-bottom: 20px;
  }
}
.print-pass__form {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.print-pass__form-title {
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 20px;
}
@media only screen and (min-width: 1601px) {
  .print-pass__container {
    padding: 2.0625rem 1.875rem;
  }
  .print-pass__text-holder {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18.4375rem;
       -moz-box-flex: 0;
        -ms-flex: 0 0 18.4375rem;
            flex: 0 0 18.4375rem;
    margin-right: 3.625rem;
  }
  .print-pass__text {
    font-size: 0.8125rem;
  }
  .print-pass__title {
    font-size: 0.8125rem;
  }
  .print-pass__preview {
    width: 6rem;
    height: 6rem;
    /*border-width: 0.0625rem;*/
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 6rem;
       -moz-box-flex: 0;
        -ms-flex: 0 0 6rem;
            flex: 0 0 6rem;
    margin-right: 2rem;
  }
  .print-pass__form-title {
    font-size: 1.125rem;
    margin: 0 0 1.25rem;
  }
}

.lds-ring {
  position: relative;
  width: 96px;
  height: 96px;
  border: 2px solid #e7e7e7;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin: 0 auto;
  display: block;
}
.lds-ring div {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 96px;
  height: 96px;
  margin: -2px;
  border: 2px solid #658aee;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
     -moz-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
       -o-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #658aee transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
     -moz-animation-delay: -0.45s;
       -o-animation-delay: -0.45s;
          animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
     -moz-animation-delay: -0.3s;
       -o-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
     -moz-animation-delay: -0.15s;
       -o-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes lds-ring {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@-o-keyframes lds-ring {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#map-modal .modal__close-ico {
	background-color: #FFF;
	border-radius: 3px;
	margin: 30px -11px !important;
	padding: 14px;
	top: 18px;
	right: 21px;
}
#map-modal .modal__close-ico::after,#map-modal .modal__close-ico::before {background: #000;margin: 0 0 0 -0.51rem!important;}
.ymaps-2-1-77-controls__toolbar_left {padding-right: 80px;}
.ymaps-2-1-77-controls__toolbar_left .btn--orrange {margin-bottom: 10px;padding: 4px 10px 4px;font-size: 16px;}
.ymaps-2-1-77-controls__control_toolbar .dropdown-menu {margin-top: 0;list-style: none;padding-left: 0;}
.ymaps-2-1-77-controls__control_toolbar ul.dropdown-menu li {text-align:center;background-color: #f37020;border-top: 1px dotted white;}
.ymaps-2-1-77-controls__control_toolbar ul.dropdown-menu li a {cursor:pointer;font-size: 16px;}


.dropmenu .header-menu__opener:active {text-decoration: none;}
.dropmenu .header-menu__content {right:auto;}
.dropmenu .header-menu__opener {padding:0;cursor:default;}
@media only screen and (max-width: 1050px) {
.dropmenu .header-menu__opener{display:none;background:none;padding: 14px 15px 12px;font-size: 15px;}
.dropmenu .header-menu__list, .dropmenu{border-bottom:0;}
.dropmenu .header-menu__list-item {border-bottom: 1px solid rgba(255, 255, 255, 0.6);padding:0;}
.dropmenu .header-menu__list-link {padding: 14px 15px 12px;font-size: 15px;display: block;}
.dropmenu .header-menu__list {padding:0;margin:0;}
}

.m_text {text-align: center;margin: auto;font-size: 34px;}
@media only screen and (max-width: 900px) {
	.m_text {font-size: 14px;}
}
.ymaps-2-1-78-image.ymaps-2-1-78-patched-for-print {top:-52px!important;}
.ymaps-2-1-78-balloon__tail:after {left: -1px!important;}

.application-docs.application-docs--full li:nth-child(4), .application-docs.application-docs--full li:nth-child(5){display:none;}
/* End */


/* Start:/local/templates/moetp/assets/css/errors.css?16680760911054*/
.form--row.have-error .form--control-label-text {
    color: #000000;
}


.form--row.have-error .form--control {
    /*border: 1px solid #cf2417;*/
    color: #cf2417;
    font-weight: 500;
    border-bottom-color: #e7918b;
}
.form--row.have-error .form--control:disabled {border-bottom-color: #98ccef;}

.form--row.have-error .form--control-date {
    background-image: url(/local/templates/moetp/assets/css/../images/icon-calendar-red.svg);
}

.form--row.have-error .form-checkbox__custom:before {
    border-color: #cf2417;
}


.form--row.have-error .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(/local/templates/moetp/assets/css/../images/icon-arrow-down-red.svg)
}
.form--row.have-error .select2-container .select2-selection--single {
    /*border-color: #cf2417*/
	border-bottom-color: #e7918b;
	border-bottom-width: 0.25rem;
}
.form--row.have-error .form-radio__custom:before {border: 1px #e7918b solid;}

.have-error .apply-files-row__upload .content-text--link-color {color:#e7918b;}
.have-error .form-checkbox__custom:before {background: #e7918b;}
/* End */


/* Start:/local/templates/moetp/components/cript/main.feedback/.default/style.css?1668076092293*/
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}

/* End */
/* /local/templates/moetp/assets/css/all.css?1668076091350951 */
/* /local/templates/moetp/assets/css/errors.css?16680760911054 */
/* /local/templates/moetp/components/cript/main.feedback/.default/style.css?1668076092293 */
