@charset "UTF-8";
/*!
 * Bootstrap Grid v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
 
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1500px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.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-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: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.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: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

@media (min-width: 576px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

.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 (min-width: 576px) {
  .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;
  }
}

@media (min-width: 768px) {
  .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 (min-width: 992px) {
  .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 (min-width: 1200px) {
  .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;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(fancybox_sprite.png);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(fancybox_overlay.png);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url(fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

@font-face {
  font-family: 'ProximaNova';
  font-display: swap;
  src: local("ProximaNova"), url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  font-display: swap;
  src: local("ProximaNova"), url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  font-display: swap;
  src: local("ProximaNova"), url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  font-display:swap;
  src: local("ProximaNova"), url("../fonts/ProximaNova-Black.woff2") format("woff2"), url("../fonts/ProximaNova-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@-webkit-keyframes moveCloud {
  from {
    -webkit-transform: translateX(40%);
            transform: translateX(40%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes moveCloud {
  from {
    -webkit-transform: translateX(40%);
            transform: translateX(40%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes moveCloud2 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes moveCloud2 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes moveCloud3 {
  from {
    -webkit-transform: translateX(60%);
            transform: translateX(60%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes moveCloud3 {
  from {
    -webkit-transform: translateX(60%);
            transform: translateX(60%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

::-moz-selection {
  background-color: rgba(62, 101, 155, 1);
  color: #fff;
}

::selection {
  background-color: rgba(62, 101, 155, 1);
  color: #fff;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "ProximaNova", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

body.disabled {
  overflow: hidden;
  max-height: 100vh;
}

.page_wr {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

img {
  width: 100%;
  height: auto;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[data-object-fit-cover] {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  width: 100%;
  height: 100%;
}

[data-object-fit-cover-top] {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  font-family: 'object-fit: cover; object-position: top center;';
  width: 100%;
  height: 100%;
}

[data-object-fit-contain] {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: contain; object-position: center;';
  width: 100%;
  height: 100%;
}

a {
  color: #000;
}

.blur-it {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.accent {
  color: rgba(62, 101, 155, 1);
}

.grey-bg {
  background-color: #f5f5f5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "ProximaNova", sans-serif;
}

.article a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.article a:hover {
  text-decoration: underline;
}

.article img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.article img.alignleft {
  max-width: 50%;
  float: left;
  margin: 0 20px 20px 0;
}

.article img.alignright {
  max-width: 50%;
  float: right;
  margin: 0 0 20px 20px;
}

.article img.aligncenter {
  margin: 0 auto;
}

.article ul,
.article ol {
  padding-bottom: 1.5em;
  padding-left: 0;
  padding-right: 1.5em;
}

.article ul li,
.article ol li {
  -webkit-transform: translateX(1.5em);
      -ms-transform: translateX(1.5em);
          transform: translateX(1.5em);
}

.article h2, .article h3, .article h4 {
  line-height: 1.2;
  font-weight: 500;
}

.article h2 {
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 18px;
}

.article h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 16px;
}

.article h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
}

.clearfix::after {
  display: table;
  clear: both;
  content: "";
}

.page-title {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 30px;
  line-height: 1.33333;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.page-desc {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.33333;
  text-align: center;
}

.icon {
  max-width: 100%;
  max-height: 100%;
  fill: rgba(62, 101, 155, 1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.link {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn__wrap {
  position: relative;
  display: inline-block;
}

.btn__wrap--blue::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -7px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #03768c;
  -webkit-box-shadow: 0px 20px 51px 0px #025b6d;
          box-shadow: 0px 20px 51px 0px #025b6d;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn__wrap--blue:hover::before {
  background-color: #6a812b;
  -webkit-box-shadow: 0px 20px 51px 0px #6a812b;
          box-shadow: 0px 20px 51px 0px #6a812b;
}

.btn__wrap--blue:hover .btn--blue {
  background-color: rgba(249, 107, 63, 0.9);
}

.btn__wrap--general::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 70%;
  height: 75%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 5px 25px 0px rgba(34, 171, 197, 0.6);
          box-shadow: 0 5px 25px 0px rgba(34, 171, 197, 0.6);
  border-radius: 60px;
}

.btn__wrap--general:hover::before {
  -webkit-box-shadow: 0 10px 25px 0px rgba(153, 186, 62, 0.6);
          box-shadow: 0 10px 25px 0px rgba(153, 186, 62, 0.6);
}

.btn__wrap--general:hover .btn--general {
  background-color: rgba(249, 107, 63, 0.9);
  border: 1px solid;
}

.btn,
input[type="submit"] {
  position: relative;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-appearance: none;
}

.btn--blue,
input[type="submit"].btn--blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 365px;
  height: 78px;
  padding: 10px 27px;
  background-color: rgba(62, 101, 155, 1);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

.btn--green,
input[type="submit"].btn--green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 112px;
  height: 44px;
  padding: 10px;
  /* background-color: rgba(249, 107, 63, 0.9); */
  background-color: rgba(249, 107, 63, 0.9);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn--green:hover,
input[type="submit"].btn--green:hover {
  /* background-color: rgba(62, 101, 155, 1); */
  background-color: rgba(249, 107, 63, 0.9);
}

.btn--general,
input[type="submit"].btn--general {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 309px;
  height: 55px;
  padding: 10px 15px;
  /* background-color: rgba(62, 101, 155, 1); */
  background-color: #03A9F4;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn--circle,
input[type="submit"].btn--circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  /* background: rgba(62, 101, 155, 1); */
  background-color: rgba(62, 101, 155, 1);
}

.btn--circle .fa,
input[type="submit"].btn--circle .fa {
  color: #fff;
}

.btn--circle:hover,
input[type="submit"].btn--circle:hover {
  background-color: #fff;
}

.btn--circle:hover .fa,
input[type="submit"].btn--circle:hover .fa {
  color: rgba(62, 101, 155, 1);
}

input[type="submit"][disabled] {
  cursor: no-drop;
 /* opacity: .6; */
}

.burger {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26px;
  height: 26px;
}

.burger__wrap {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 100;
  display: block;
}

.burger.active .burger__wrap .line {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.burger.active .burger__wrap .line:before, .burger.active .burger__wrap .line:after {
  -webkit-transform: translateX(0) rotate(-90deg);
      -ms-transform: translateX(0) rotate(-90deg);
          transform: translateX(0) rotate(-90deg);
}

.burger .line {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.burger .line, .burger .line::after, .burger .line::before {
  position: absolute;
  display: block;
  width: 26px;
  height: 3px;
  /* background-color: #4ec5dc; */
  background-color: rgba(62, 101, 155, 1);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.burger .line::after, .burger .line::before {
  content: '';
  left: 0;
}

.burger .line::before {
  -webkit-transform: translateY(-9px);
      -ms-transform: translateY(-9px);
          transform: translateY(-9px);
}

.burger .line::after {
  -webkit-transform: translateY(9px);
      -ms-transform: translateY(9px);
          transform: translateY(9px);
}

.burger:hover .line, .burger:hover .line::after, .burger:hover .line::before {
  background-color: rgba(249, 107, 63, 0.9);
}

.to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 37px;
  /* background: rgba(34, 171, 197, 0.8); */
  background: rgba(62, 101, 155, 0.8);
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(62, 101, 155, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(62, 101, 155, 0.3);
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  height: 0;
  overflow: hidden;
  z-index: 250;
}

.to-top .fa {
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  font-weight: 800;
}

.to-top:hover {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(62, 101, 155, 0.7);
          box-shadow: 0px 0px 10px 0px rgba(62, 101, 155, 0.7);
}

.to-top.fixed {
  opacity: 1;
  height: 37px;
}

/* Переопределение стилей yandex map */
[class$='-controls-pane'],
[class$='-copyrights-pane'] {
  display: none;
}

/* Переопределение стилей swiper */
.swiper-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.swiper-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -15px;
  z-index: 9;
}

.swiper-pagination-bullet {
  outline: none;
  display: block;
  background: #fff;
  width: 7px;
  height: 7px;
  margin: 0 4px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  position: relative;
  background: #03A9F4;
}

.swiper-button-prev,
.swiper-button-next {
  /* position: static;
  background: none;
  border: none;
  outline: none;
  width: 21px;
  height: 18px;
  margin: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; */
    width: 48px;
    height: 48px;
    border-radius: 0.83vw;
    bottom: 0;
    right: 0;
    background-color: #03A9F4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    color: #fff;
     border: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: '';
  display: none;
  width: 100%;
  height: 100%;
  background: transparent url("../img/svg/arrow.svg") no-repeat center center;
  background-size: contain;
}

.swiper-button-prev {
  margin-right: 15px;
}

.swiper-button-next {
  margin-left: 15px;
}


.card-wrap .swiper-button-prev,
.our-projects__item .swiper-button-prev {
  margin-right: auto;
  margin-left: 10px;
}
.card-wrap .swiper-button-next,
.our-projects__item .swiper-button-next {
  margin-left: auto;
  margin-right: 10px;
}

.card-wrap .swiper-dots {
  margin-top: 55%;
}

.our-projects__item .swiper-button-prev,
.our-projects__item .swiper-button-next {
  margin-top: -37%;
}
.scr_our-projects .our-projects__item .swiper-button-prev,
.scr_our-projects .our-projects__item .swiper-button-next {
  margin-top: -23%;
}
/* .our-projects__item .swiper-button-prev::after,
.our-projects__item .swiper-button-next::after {
  content: '';
  display: block;
  width: 20px;
  height: 30px;
  background: rgba(255, 255, 255, 0.5) url("../img/svg/arrow.svg") no-repeat center center;
  background-size: contain;
} */
.swiper-button-next::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-pagination-lock {
  display: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

/* Переопределение bootstrap */
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* media */
@media screen and (max-width: 1400px) {
  .page-title {
    margin-bottom: 8px;
    font-size: 22px;
  }
  .page-desc {
    margin-bottom: 25px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
  .swiper-pagination-bullet {
    margin: 3px 4px;
  }
}

@media screen and (max-width: 991px) {
  .page-title br {
    display: none;
  }
  .page-desc br {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  .page-title {
    font-size: 19px;
  }
  .page-desc {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  .btn--blue,
  input[type="submit"].btn--blue {
    min-width: 0;
    width: 100%;
    height: 60px;
    padding: 10px 17px;
    font-size: 13px;
  }
  .btn br,
  input[type="submit"].btn br {
    display: none;
  }
  .page-title {
    font-size: 18px;
  }
  .page-desc {
    font-size: 13px;
  }
}

/* Переопределение стилей fancybox */
.fancybox-lock {
  max-width: 100%;
  overflow: hidden !important;
}

.fancybox-overlay {
  background: none;
  background-color: rgba(0, 0, 0, 0.5);
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../libs/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  background: none;
  top: 5px;
  right: 5px;
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(62, 101, 155, 1);
  border-radius: 6px;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.fancybox-close::before, .fancybox-close::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 80%;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.fancybox-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.fancybox-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.fancybox-close:hover {
  opacity: 1;
}

.fancybox-close:hover::before, .fancybox-close:hover::after {
  background: #fff;
}

.fancybox-nav {
  background: transparent url(../libs/fancybox/blank.gif);
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: none;
}

.fancybox-next, .fancybox-prev {
  width: 25%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.fancybox-prev:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgba(34, 171, 197, 0.2)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(34, 171, 197, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(34, 171, 197, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}

.fancybox-next:hover {
  background: -webkit-gradient(linear, right top, left top, from(rgba(34, 171, 197, 0.2)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(right, rgba(34, 171, 197, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(270deg, rgba(34, 171, 197, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background: none;
  }
  #fancybox-loading div {
    background-image: url(../libs/fancybox/fancybox_loading@2x.gif);
  }
}

.form {
  position: relative;
  z-index: 30;
  width: 100%;
  /* background-color: #87aa3c; */
  /* background-color: rgba(62, 101, 155, 1); */
  padding: 47px 60px 35px 54px;
   background-image: url(../img/form-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.form__title {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 1.33333;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.form__title span {
  font-size: 26px;
  line-height: 1.2;
}

.form__title--big {
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
}

.form input, .form textarea {
  font-family: "ProximaNova", sans-serif;
}

.form .text-input {
  display: block;
  width: 100%;
}

.form .text-input .nice-select,
.form .text-input input, .form .text-input textarea {
  background: none;
  border: none;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  resize: none;
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid #B4B4B4;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2A2724;
}

.form .text-input input::-webkit-input-placeholder, .form .text-input textarea::-webkit-input-placeholder {
  color: #2A2724;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "ProximaNova", sans-serif;
}

.form .text-input input::-moz-placeholder, .form .text-input textarea::-moz-placeholder {
  color: #ffffff;
  font-size: 14px;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-family: "ProximaNova", sans-serif;
}

.form .text-input input:-ms-input-placeholder, .form .text-input textarea:-ms-input-placeholder {
  color: #ffffff;
  font-size: 14px;
  -ms-transition: 0.5s;
  transition: 0.5s;
  font-family: "ProximaNova", sans-serif;
}

.form .text-input input:focus::-webkit-input-placeholder, .form .text-input textarea:focus::-webkit-input-placeholder {
  color: transparent;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "ProximaNova", sans-serif;
}

.form .text-input input:focus::-moz-placeholder, .form .text-input textarea:focus::-moz-placeholder {
  color: transparent;
  font-size: 14px;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-family: "ProximaNova", sans-serif;
}

.form .text-input input:focus:-ms-input-placeholder, .form .text-input textarea:focus:-ms-input-placeholder {
  color: transparent;
  font-size: 14px;
  -ms-transition: 0.5s;
  transition: 0.5s;
  font-family: "ProximaNova", sans-serif;
}

.form .text-input input:hover, .form .text-input textarea:hover {
  border-color: rgba(62, 101, 155, 1);
}

.form .text-input textarea {
  height: 50px;
  overflow: hidden;
}

.form .text-input .nice-select {
  float: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  text-transform: none;
}

.form .text-input .nice-select .list {
  color: #000;
}

.form__item {
  text-align: center;
  margin-bottom: 20px;
}

.form__item--submit {
  margin-top: 37px;
  margin-bottom: 30px;
}

.form__item .btn__wrap {
  width: 100%;
}

.form__item input[type="submit"].btn--general {
  min-width: 0;
  width: 100%;
  font-size: 16px;
}

.form__item:last-of-type {
  margin-bottom: 0;
}

.form__item--radio,
.form__item--radio > p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-bottom: -10px;
}

.form__item--radio .your-radio {
  margin-right: 60px;
}

.form__item--radio .your-radio:last-of-type {
  margin-right: 0;
}

.form__item--radio .your-radio label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}

.form__item--radio .your-radio .check-circle {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 19px;
  background-color: #f4f4f4;
  border-radius: 50%;
}

.form__item--radio .your-radio .check-circle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  /* background-color: rgba(62, 101, 155, 1); */
  background-color: rgba(224, 107, 59, 1);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form__item--radio .your-radio input {
  display: none;
}

.form__item--radio .your-radio input:checked + .check-circle::before {
  opacity: 1;
}

.form__districts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% + 40px);
  margin-bottom: 15px;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form__districts:hover {
  text-decoration: none;
}

.form__districts::after {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: rgba(249, 107, 63, 0.9) url("../img/svg/search.svg") no-repeat center center;
  background-size: 15px 15px;
  margin-left: 5px;
}

/* .form .accept {
  display: block;
  width: calc(100% + 40px);
  margin-left: -20px;
}

.form .accept label {
  display: block;
  width: 100%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
}

.form .accept label > span {
  position: relative;
  display: inline-block;
  padding-left: 24px;
}

.form .accept label .accept__icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(255, 255, 255, 0.69);
}

.form .accept label .accept__icon::before {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 4px);
  display: block;
  width: 8px;
  height: 5px;
  background: transparent url("../img/svg/tick.svg") no-repeat center center;
  background-size: contain;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.form .accept label:hover {
  color: rgba(62, 101, 155, 1);
}

.form .accept input {
  display: none;
}

.form .accept input:checked + span .accept__icon::before {
  opacity: 1;
} */

.form input::-webkit-outer-spin-button,
.form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media screen and (max-width: 1400px) {
  .form {
    padding: 27px 30px 35px;
  }
  .form__item {
    margin-bottom: 10px;
  }
  .form__item--submit {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .form__title--big {
    font-size: 27px;
  }
  .form__title span {
    font-size: 22px;
  }
  .form__title br {
    display: block;
  }
}

@media screen and (max-width: 450px) {
  .form {
    padding: 27px 15px 35px;
  }
  .form__districts {
    font-size: 15px;
  }
  .form .accept {
    width: 100%;
    margin-left: 0;
  }
  .form .accept label {
    font-size: 12px;
  }
}

/* form */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  z-index: 300;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header.fixed {
  padding-top: 10px;
}

.header.fixed .header__top {
  display: none;
}

.header.fixed .header__bottom {
  padding: 11px 0 14px 18px;
}

.header.fixed .header__phones {
  display: block;
}

.header.fixed .burger {
  margin-right: 30px;
}

.header__wrap {
  position: relative;
  z-index: 1;
}

.header__wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: calc(100% + 40px);
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(117, 117, 117, 0.37);
          box-shadow: 0px 0px 15px 0px rgba(117, 117, 117, 0.37);
  z-index: -1;
}

.header__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 14px;
  /* border-bottom: 1px solid #999; */
}

.header__top .burger {
  display: none;
}

.header__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0 19px 18px;
}

.header__bottom .header__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header__bottom .header__phones {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: none;
  padding-left: 15px;
}

.header .burger {
  margin-right: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header .logo {
  display: block;
  width: 180px;
  height: 43px;
  margin-right: 23px;
  text-decoration: none;
}

.header .logo svg {
  display: block;
  height: 100%;
}

.header .logo__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

.header .logo__text {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}

.header__address {
  margin-right: 30px;
  font-size: 14px;
}

.header__address b {
  font-weight: 600;
}

.header__phones {
  text-align: right;
  margin-right: 30px;
}

.header__phones:last-of-type {
  margin-right: 0;
}

.header__phone {
  display: block;
  text-decoration: none;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header__phone:hover {
  color: rgba(62, 101, 155, 1);
}

.header__text {
  font-size: 14px;
}

.header__msg {
  position: relative;
  display: inline-block;
  text-decoration: none;
  outline: none;
  margin-right: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header__msg::before {
  content: '|';
  position: absolute;
  top: 0;
  right: -13px;
}

.header__msg:last-of-type {
  margin-right: 0;
}

.header__msg:last-of-type::before {
  content: none;
}

.header__msg:hover {
  color: rgba(62, 101, 155, 1);
}

.header__menu {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
}

.header .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.header .menu > li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
          padding: 0px 10px;
}

.header .menu > li:last-of-type {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.header .menu > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  outline: none;
  font-size: 15px;
  line-height: 1.33333;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header .menu > li > a span {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 20px;
}

.header .menu > li > a span::after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background-color: rgba(249, 107, 63, 0.9);
  border-radius: 50%;
}

.header .menu > li > a:hover {
  color: rgba(62, 101, 155, 1);
}

@media screen and (max-width: 1024px) {
  .header {
    padding-top: 0;
  }
  .header__bottom {
    padding: 16px 0 19px;
  }
  .header__address {
    display: none;
  }
  .header .logo__wrap {
    margin-right: auto;
  }
  .header .menu > li > a {
    font-size: 14px;
  }
  .header__top {
    border-bottom: none;
    padding-top: 9px;
    padding-bottom: 10px;
  }
  .header__top .burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
  }
  .header__bottom {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 400px;
    max-width: 95%;
    height: 100vh;
    padding: 20px 15px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 150;
    -webkit-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
            transform: translateX(-110%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .header__bottom .burger {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: 0;
  }
  .header__bottom.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }
  .header .logo {
    /* width: 51px;
    height: 56px; */
    width: 130px;
  }
  .header .logo__text,
  .header-top-menu {
    display: none;
  }
  .header .menu {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .header .menu > li > a {
    padding: 13px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
  }
  .header .menu > li > a span {
    display: none;
  }
  .header.fixed {
    padding-top: 0;
  }
  .header.fixed .header__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header.fixed .header__top .burger {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header__phone {
    font-size: 16px;
  }
  .header__phones--tohide {
    display: none;
  }
  .header.fixed .header__phones--tohide {
    display: none;
  }
}

/* .header */
.scr1 {
  position: relative;
  padding-bottom: 50px;
  z-index: 1;
  overflow: hidden;
}

.scr1__cloud {
  position: absolute;
  z-index: -1;
}

.scr1__cloud--top {
  top: -250px;
  left: 0;
  width: 3364px;
  height: 760px;
  background: transparent url("../img/cloud-top.png") no-repeat center center;
  background-size: contain;
  -webkit-animation: moveCloud 120s forwards;
          animation: moveCloud 120s forwards;
}

.scr1__cloud--middle {
  bottom: 20px;
  left: 0;
  -webkit-transform: translateX(110%);
      -ms-transform: translateX(110%);
          transform: translateX(110%);
  width: 1876px;
  height: 608px;
  background: transparent url("../img/cloud-middle.png") no-repeat center center;
  background-size: contain;
  -webkit-animation: moveCloud2 140s forwards;
          animation: moveCloud2 140s forwards;
}

.scr1__cloud--bottom {
  bottom: -260px;
  left: 0;
  -webkit-transform: translateX(110%);
      -ms-transform: translateX(110%);
          transform: translateX(110%);
  width: 2544px;
  height: 633px;
  background: transparent url("../img/cloud-bottom.png") no-repeat center center;
  background-size: contain;
  -webkit-animation: moveCloud3 100s forwards;
          animation: moveCloud3 100s forwards;
}

.scr1__cloud--lead {
  top: 28px;
  left: 0;
  -webkit-transform: translateX(110%);
      -ms-transform: translateX(110%);
          transform: translateX(110%);
  width: 1991px;
  height: 936px;
  background: transparent url("../img/cloud-lead.png") no-repeat center center;
  background-size: contain;
  -webkit-animation: moveCloud3 100s .5s forwards;
          animation: moveCloud3 100s .5s forwards;
}

.scr1__cont {
  position: relative;
  padding-top: 232px;
  background: transparent url("../img/scr1-bg.jpg") no-repeat bottom center;
  background-size: cover;
  z-index: 1;
}

.scr1__title {
  margin-top: 0;
  margin-bottom: 42px;
  padding-left: 68px;
  text-transform: uppercase;
  /* color: #ffffff; */
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.25;
}

.scr1__title strong {
  font-size: 45px;
  line-height: 1.22222;
  font-weight: 700;
}

.scr1__title span {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  z-index: 1;
}

.scr1__title span::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -7px;
  display: block;
  width: calc(100% + 14px);
  height: 100%;
  /* background-color: rgba(153, 186, 63, 0.9); */
  background-color: rgba(249, 107, 63, 0.9);
  z-index: -1;
}

.scr1__btns {
  margin-bottom: 82px;
  padding-left: 68px;
}

.scr1__feat {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.scr1__feat > li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}

.scr1__feat > li:nth-of-type(3n) {
  margin-right: 0;
}

.scr1__feat-item {
  padding: 15px 15px 28px 46px;
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(117, 117, 117, 0.37);
          box-shadow: 0px 0px 15px 0px rgba(117, 117, 117, 0.37);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.scr1__feat-item:hover {
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
}

.scr1__feat-icon {
  display: block;
  width: 45px;
  height: 48px;
  margin-bottom: 17px;
}
.scr1__feat-icon img {
  fill: rgba(45, 79, 134, 1);
}
.scr1__feat-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

.scr1__feat-text {
  font-size: 14px;
  font-weight: 600;
}

@media screen and (max-width: 1400px) {
  .scr1__title {
    margin-bottom: 32px;
    padding-left: 38px;
    font-size: 28px;
  }
  .scr1__title strong {
    font-size: 35px;
  }
  .scr1__btns {
    margin-bottom: 42px;
    padding-left: 38px;
  }
  .scr1__feat-item {
    padding: 15px 15px 18px 26px;
  }
  .scr1__feat-title {
    margin-bottom: 5px;
    font-size: 21px;
  }
  .scr1__feat-text {
    font-size: 13px;
  }
  .scr1__feat-icon {
    width: 39px;
    height: 40px;
    margin-bottom: 11px;
  }
  .scr1__cont {
    padding-top: 115px;
  }
}

@media screen and (max-width: 1070px) {
  .scr1 {
    padding-bottom: 40px;
  }
  .scr1__title {
    font-size: 22px;
  }
  .scr1__title strong {
    font-size: 31px;
  }
  .scr1__feat-text br {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .scr1__feat > li {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
  }
  .scr1__feat-item {
    padding: 15px 15px 18px;
  }
  .scr1__feat-icon {
    margin-bottom: 7px;
  }
  .scr1__cont {
    padding-top: 105px;
  }
}

@media screen and (max-width: 767px) {
  .scr1__title {
    margin-bottom: 20px;
    padding-left: 0px;
  }
  .scr1__btns {
    padding-left: 0px;
  }
  .scr1__feat-title {
    font-size: 19px;
    line-height: 1.2;
  }
  .scr1__cloud {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .scr1__feat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .scr1__feat > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .scr1__title {
    font-size: 18px;
  }
  .scr1__title strong {
    font-size: 25px;
  }
}

@media screen and (max-width: 400px) {
  .scr1__title {
    font-size: 16px;
  }
  .scr1__title strong {
    font-size: 23px;
  }
}

/* scr1 */
.serv {
  position: relative;
  padding-top: 40px;
  padding-bottom: 49px;
}

.serv__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2px;
}

.serv__nav > li {
  width: calc((100% - 34px * 3) / 4);
  max-width: 308px;
  margin-right: 34px;
  padding-bottom: 21px;
}

.serv__nav > li:nth-of-type(n + 5) {
  width: calc((100% - 34px * 2) / 3);
}

.serv__nav > li:nth-of-type(7n + 4), .serv__nav > li:nth-of-type(7n) {
  margin-right: 0;
}

.serv__nav > li > a {
  text-decoration: none;
  outline: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 88px;
  padding: 10px 15px 10px 28px;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.serv__nav > li > a .icon {
  fill: rgba(45, 79, 134, 1);
}
.serv__nav > li > a:hover {
  background-color: rgba(45, 79, 134, 1);
  color: #ffffff;
}

.serv__nav > li > a:hover .icon {
  fill: #ffffff;
}

.serv__nav > li.current > a {
  background-color: rgba(45, 79, 134, 1);
  color: #ffffff;
}

.serv__nav > li.current > a .icon {
  fill: #ffffff;
}

.serv__nav-icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 38px;
  height: 38px;
  margin-right: 20px;
}

.serv__nav-icon .icon {
  display: block;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.serv__nav-text {
  display: block;
  font-size: 15px;
  line-height: 1.33333;
  font-weight: 700;
  text-transform: uppercase;
}

.serv__tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.serv__tab:not(#serv__tab-0) {
  display: none;
}

.serv__wrap {
  background-color: #ffffff;
  margin-bottom: 29px;
  padding: 22px 20px 28px;
}

.serv__table table {
  width: 100%;
  border-collapse: collapse;
}

.serv__table table td {
  max-width: 440px;
  font-size: 14px;
  font-weight: 600;
  padding: 22px 15px 13px 24px;
}

.serv__table table td:nth-of-type(2), .serv__table table td:nth-of-type(3) {
  text-align: center;
}

.serv__table table td span {
  font-size: 18px;
  font-weight: 700;
}

.serv__table table thead {
  border-bottom: 1px solid rgba(62, 101, 155, 1);
}

.serv__table table thead td {
  padding: 0 10px 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.serv__table table thead td:first-of-type {
  padding-left: 26px;
}

.serv__table table tbody tr:nth-of-type(2n) {
  background-color: rgba(244, 244, 244, 0.5);
}

.serv__table table tbody td {
  vertical-align: middle;
}

.serv__btns {
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .serv {
    padding-top: 35px;
    padding-bottom: 39px;
  }
  .serv__nav > li {
    width: calc((100% - 14px * 3) / 4);
    max-width: 268px;
    margin-right: 14px;
    padding-bottom: 14px;
  }
  .serv__nav > li:nth-of-type(n + 5) {
    width: calc((100% - 14px * 2) / 3);
  }
  .serv__nav > li > a {
    min-height: 78px;
    padding: 10px 15px 10px 17px;
  }
  .serv__nav-text {
    font-size: 14px;
  }
  .serv__table table td {
    padding: 15px 10px 13px;
    font-size: 13px;
  }
  .serv__table table td span {
    font-size: 15px;
  }
  .serv__table table td .btn {
    min-width: 96px;
    height: 40px;
    font-size: 14px;
  }
  .serv__table table thead td {
    padding: 0 10px 10px;
  }
  .serv__table table thead td:first-of-type {
    padding-left: 10px;
  }
}

@media screen and (max-width: 991px) {
  .serv__nav-icon {
    width: 32px;
    height: 32px;
    margin-right: 12px;
  }
  .serv__nav-text {
    font-size: 13px;
  }
  .serv__nav > li > a {
    padding: 10px 10px;
  }
}

@media screen and (max-width: 767px) {
  .serv__table table td span {
    font-size: 13px;
  }
  .serv__table table thead td {
    font-size: 12px;
  }
}

@media screen and (max-width: 700px) {
  .serv__table {
    overflow: auto;
  }
  .serv__table table {
    width: 700px;
  }
  .serv__nav-text {
    font-size: 11px;
  }
  .serv__nav-icon {
    width: 29px;
    height: 29px;
  }
  .serv__nav > li {
    width: calc((100% - 10px) / 2);
    max-width: 100%;
    margin-right: 10px;
  }
  .serv__nav > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .serv__nav > li:nth-of-type(7n + 4) {
    margin-right: 14px;
  }
  .serv__nav > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .serv__nav > li:nth-of-type(n + 5) {
    width: calc((100% - 14px * 2) / 3);
    margin-right: 14px;
  }
  .serv__nav > li:last-of-type {
    margin-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .serv__nav-text {
    word-break: break-all;
  }
}

@media screen and (max-width: 500px) {
  .serv__nav-icon {
    width: 25px;
    height: 25px;
  }
  .serv__nav > li:nth-of-type(n + 5) {
    width: calc((100% - 14px) / 2);
    margin-right: 14px;
  }
  .serv__nav > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .serv__nav-text {
    word-break: normal;
  }
}

@media screen and (max-width: 400px) {
  .serv__nav-text {
    word-break: break-all;
    font-size: 10px;
  }
}

/* serv */
.lead {
  position: relative;
  background: transparent url("../img/lead-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 22px 0 32px;
  overflow: hidden;
  z-index: 1;
}

.lead__title {
  margin-bottom: 34px;
  font-size: 28px;
  line-height: 1.42857;
  text-transform: uppercase;
  color: #ffffff;
}

.lead__title strong {
  font-weight: 700;
}

.lead__form {
  max-width: 584px;
  padding: 35px 51px 1px;
  /* background-color: rgba(153, 186, 62, 0.94); */
  /* background-color: rgba(43, 83, 137, 0.94); */
}

.lead__form .form {
  max-width: 423px;
  margin-bottom: -23px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1400px) {
  .lead__form {
    max-width: 474px;
  }
  .lead__title {
    margin-bottom: 24px;
    font-size: 22px;
  }
}

@media screen and (max-width: 575px) {
  .lead__title {
    font-size: 20px;
  }
  .lead__title br {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .lead__form {
    padding: 35px 20px 1px;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

/* lead */
.team {
  position: relative;
  padding-top: 44px;
  padding-bottom: 35px;
}

.team__wrap {
  margin-top: 45px;
}

.team__slider {
  overflow: hidden;
}

.team__slider .swiper-slide {
  height: auto;
}

.team__slider-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 26px;
}

.team__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #f4f4f4;
}

.team__img {
  height: 285px;
}

.team__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 11px;
}

.team__content span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.team__content span::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 4px;
  margin-right: 12px;
  /* background-color: rgba(249, 107, 63, 0.9); */
  background-color: rgba(43, 83, 137, 1);
}

.team__text {
  margin-bottom: 20px;
  padding-right: 5px;
  padding-left: 9px;
  font-size: 14px;
}

.team__text b {
  font-weight: 600;
}

.team__text:last-of-type {
  margin-bottom: 0;
}

.team__btns {
  padding: 24px 26px 32px;
}

.team__btns .btn {
  width: 100%;
  min-width: 0;
}

@media screen and (max-width: 1400px) {
  .team {
    padding-top: 34px;
  }
  .team__wrap {
    margin-top: 25px;
  }
  .team__img {
    height: 195px;
  }
  .team__text {
    margin-bottom: 2px;
    font-size: 13px;
  }
  .team__content span {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .team__img {
    height: 360px;
  }
}

/* team */
.steps {
  position: relative;
  /* background-color: rgba(62, 101, 155, 1); */
  background-color: rgba(45, 79, 134, 1);
}

.steps__content {
  position: relative;
  padding: 40px 30px 34px 0;
  z-index: 1;
}

.steps .page-title {
  max-width: 49%;
  margin-bottom: 40px;
}

.steps__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.steps .page-title {
  text-align: left;
  color: #ffffff;
}

.steps__list {
  counter-reset: myCounter;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 940px;
  max-width: 100%;
}

.steps__list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 40px) / 2);
  margin-right: 20px;
  margin-bottom: 17px;
  padding: 30px 27px 37px 19px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(117, 117, 117, 0.37);
          box-shadow: 0px 0px 15px 0px rgba(117, 117, 117, 0.37);
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.steps__list > li:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(117, 117, 117, 0.7);
          box-shadow: 0px 0px 15px 0px rgba(117, 117, 117, 0.7);
}

.steps__list > li:nth-of-type(2n) {
  margin-right: 0;
}

.steps__list > li::before {
  counter-increment: myCounter;
  content: "0" counter(myCounter);
  display: block;
  margin-right: 29px;
  padding-top: 1px;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  /* color: rgba(62, 101, 155, 1); */
  color: rgba(45, 79, 134, 1);
}

@media screen and (max-width: 1400px) {
  .steps__list > li {
    width: calc((100% - 14px) / 2);
    margin-right: 14px;
    margin-bottom: 15px;
    padding: 20px 15px 24px;
  }
  .steps__list > li::before {
    margin-right: 19px;
    font-size: 38px;
  }
  .steps__list > li p {
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {
  .steps__content {
    padding: 30px 0 24px 0;
  }
}

@media screen and (max-width: 767px) {
  .steps__img {
    width: 30%;
    opacity: 0.7;
  }
  .steps .page-title {
    max-width: 69%;
  }
  .steps__list > li {
    display: block;
  }
  .steps__list > li::before {
    float: left;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 500px) {
  .steps__list > li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 20px 15px 14px;
  }
  .steps__list > li:last-of-type {
    width: 100%;
    margin-right: 0;
  }
  .steps__list > li::before {
    margin-right: 19px;
    font-size: 30px;
  }
  .steps__list > li p {
    font-size: 12px;
  }
}

/* steps */
.certs {
  position: relative;
  padding-top: 52px;
  padding-bottom: 37px;
}

.certs__slider {
  overflow: hidden;
  width: calc(100% + 30px);
  margin-left: -15px;
  padding: 10px 15px;
}

.certs__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  outline: none;
  padding: 20px;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(117, 117, 117, 0.37);
          box-shadow: 0px 0px 15px 0px rgba(117, 117, 117, 0.37);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.certs__item img {
  display: block;
  height: 100%;
  max-height: 462px;
}

.certs__item:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(117, 117, 117, 0.7);
          box-shadow: 0px 0px 15px 0px rgba(117, 117, 117, 0.7);
}

.certs__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 22px;
}

@media screen and (max-width: 900px) {
  .certs {
    padding-top: 32px;
  }
  .certs__item {
    padding: 10px;
  }
}

/* certs */
.choose {
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
}

.choose__df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.choose__steps {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 2;
}

.choose__steps > li {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
  padding-bottom: 30px;
}

.choose__steps > li:nth-of-type(2n) {
  margin-right: 0;
}

.choose__steps > li:nth-of-type(2) {
  min-height: 330px;
}

.choose__steps > li:nth-of-type(3) {
 /* margin-top: -70px;*/
}

.choose__item {
  padding: 22px 18px 48px 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(117, 117, 117, 0.37);
          box-shadow: 0px 0px 15px 0px rgba(117, 117, 117, 0.37);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.choose__item:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(117, 117, 117, 0.7);
          box-shadow: 0px 0px 15px 0px rgba(117, 117, 117, 0.7);
}

.choose__item-num {
  display: block;
  margin-bottom: 19px;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  /* color: rgba(62, 101, 155, 1); */
  color: #03A9F4;
}

.choose__item-title {
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}

.choose__item-text {
  font-size: 14px;
  font-weight: 600;
}

.choose__form {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 440px;
  max-width: 100%;
  padding-top: 29px;
  padding-bottom: 23px;
}

.choose__form .form {
  position: relative;
  z-index: 1;
}

.choose__form .form::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 862px;
  height: 100%;
  /* background: #87aa3c; */
  background-color: rgba(45, 79, 134, 1);
  z-index: -1;
}

@media screen and (max-width: 1400px) {
  .choose__item {
    padding: 22px 18px 28px 20px;
  }
  .choose__item-num {
    margin-bottom: 12px;
    font-size: 38px;
  }
  .choose__item-title {
    margin-bottom: 8px;
    font-size: 19px;
  }
  .choose__steps > li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    padding-bottom: 10px;
  }
  .choose__steps > li:nth-of-type(2) {
    min-height: 0;
  }
}

@media screen and (max-width: 1070px) {
  .choose__form {
    width: 370px;
  }
}

@media screen and (max-width: 900px) {
  .choose__df {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .choose__item {
    height: 100%;
  }
  .choose__steps > li:nth-of-type(3) {
    margin-top: 0;
  }
  .choose__form {
    margin-left: auto;
    margin-right: auto;
  }
  .choose__form .form::before {
    content: none;
  }
}

@media screen and (max-width: 500px) {
  .choose__item {
    padding: 14px;
  }
  .choose__item-num {
    margin-bottom: 10px;
    font-size: 29px;
  }
  .choose__item-title {
    font-size: 16px;
  }
  .choose__item-text {
    font-size: 12px;
  }
  .choose__steps > li {
    width: calc((100% - 5px) / 2);
    margin-right: 5px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 400px) {
  .choose__steps > li {
    width: 100%;
    margin-right: 0;
    padding-bottom: 5px;
  }
}

/* choose */
.faq {
  position: relative;
  overflow: hidden;
}

.faq .page-title {
  margin-bottom: 35px;
  text-align: left;
}

.faq__img {
  position: absolute;
  top: -20%;
  left: 54%;
  width: 1324px;
  height: 1324px;
  border-radius: 50%;
  overflow: hidden;
  /* background-color: rgba(249, 107, 63, 0.9); */
}

.faq__img img {
  display: block;
  height: 100%;
  opacity: 0.8;
}

.faq__df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.faq__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 620px;
  margin-right: 20px;
  padding-top: 55px;
  padding-bottom: 64px;
}

.faq__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #cccccc;
}

.faq__item {
  position: relative;
  border-bottom: 1px solid #cccccc;
}

.faq__item .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 15px;
  cursor: pointer;
}

.faq__item .top h2,
.faq__item .top h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.faq__item .top:hover h2,
.faq__item .top:hover h3 {
  color: rgba(62, 101, 155, 1);
}

.faq__item .hidden {
  display: none;
  padding: 0 70px 25px 57px;
  margin-top: -10px;
}

.faq__item p:last-of-type {
  margin-bottom: 0;
}

.faq__item a {
  color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.faq__item a[href^=mailto] {
  text-decoration: underline;
}

.faq__item a:hover {
  color: rgba(62, 101, 155, 1);
  text-decoration: none;
}

.faq__item .open {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  background: none;
  border: none;
  outline: none;
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 22px;
  background: transparent url("../img/svg/circle.svg") no-repeat center center;
  background-size: contain;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.faq__item .open.active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.faq__form {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 418px;
  max-width: 100%;
  padding-top: 172px;
}

@media screen and (max-width: 1400px) {
  .faq__item .top {
    padding: 15px;
  }
  .faq__item .top h3 {
    font-size: 18px;
  }
  .faq__item .hidden {
    padding: 0 40px 25px 57px;
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .faq__form {
    width: 348px;
  }
  .faq__item .top h3 {
    font-size: 16px;
  }
  .faq__item .hidden {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .faq {
    padding-bottom: 20px;
  }
  .faq__df {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .faq__content {
    max-width: 100%;
    padding-bottom: 44px;
    margin-right: 0;
  }
  .faq__form {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }
  .faq__img {
    opacity: 0.3;
    z-index: -1;
  }
}

@media screen and (max-width: 500px) {
  .faq__item .top {
    padding: 12px 0;
  }
  .faq__item .hidden {
    padding: 0 30px 25px 35px;
    margin-top: 0;
  }
  .faq__item .open {
    width: 17px;
    height: 17px;
    margin-right: 12px;
  }
}

/* faq */
.footer {
  position: relative;
  background-color: #464646;
}

.footer__top {
  padding-top: 27px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.footer__info {
  width: 14.386%;
  padding-right: 15px;
}

.footer__col {
  width: 24.73684210526316%;
  padding-top: 10px;
  padding-right: 15px;
}

.footer__col:nth-of-type(3) {
  width: 23.8596%;
}

.footer__col:nth-of-type(4) {
  width: 22.98245614035088%;
}

.footer__col:last-of-type {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 156px;
  padding-right: 0;
}

.footer__col span {
  margin-top: 0;
  margin-bottom: 19px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  /* color: rgba(62, 101, 155, 1); */
  color: #fff;
}

.footer .menu {
  /* margin: 0;
  padding: 0;
  list-style: none; */
      padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .menu > li {
  margin-bottom: 18px;
}

.footer .menu > li:last-of-type {
  margin-bottom: 0;
}

.footer .menu > li > a {
  display: block;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer .menu > li > a:hover {
  color: rgba(249, 107, 63, 0.9);
}

.footer .logo {
  display: block;
  text-decoration: none;
  width: 100%; 
  max-width: 185px;
  margin-bottom: 23px;
}

.footer .logo__text {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.footer__bottom-df {
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__bottom .text {
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
}

.footer__bottom a.text {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer__bottom a.text:hover {
  color: rgba(249, 107, 63, 0.9);
}

.footer__politics {
  margin-right: 70px;
}

.footer__copyright {
  margin-right: 99px;
}

.footer .made {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

.footer .made .icon {
  width: 60px;
  height: 22px;
  margin-left: 13px;
  fill: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer .made:hover .icon {
  fill: rgba(255, 255, 255, 0.7);
}

.footer__item {
  margin-bottom: 28px;
  font-size: 14px;
  color: #ffffff;
}

.footer__item:last-of-type {
  margin-bottom: 0;
}

.footer__item b {
  font-weight: 600;
}

.footer__item--footer .header__phones {
  text-align: left;
  color: #fff;
}

.footer__item--footer .header__phones a {
  color: #fff;
}

.footer__item--footer .header__phones a:hover {
  color: rgba(249, 107, 63, 0.9);
}

@media screen and (max-width: 1070px) {
  .footer .logo__text {
    font-size: 13px;
  }
  .footer .menu > li > a {
    font-size: 13px;
  }
  .footer__col span {
    font-size: 14px;
  }
  .footer__item {
    margin-bottom: 24px;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .footer .menu {
    margin-top: 20px;
  }
  .footer__bottom-df {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__bottom .footer__politics {
    margin-right: 30px;
  }
  .footer__bottom .footer__copyright {
    margin-right: 30px;
  }
  .footer__info {
    width: 150px;
  }
  .footer__col {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .footer__col:nth-of-type(4), .footer__col:nth-of-type(5) {
    
    width:100%;
  }
 .footer__col:nth-of-type(5) {
    display: none;}
}

@media screen and (max-width: 650px) {
  .footer__bottom-df {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
    height: auto;
    padding: 10px 0;
  }
  .footer__bottom .footer__politics {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .footer__bottom .footer__copyright {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 575px) {
  .footer .menu {
    display: block;
  }
  .footer__bottom {
    height: auto;
  }
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__col {
    width: 100%;
    padding-top: 20px;
    padding-right: 0;
  }
  .footer__col:nth-of-type(3) {
    width: 100%;
  }
  .footer__col span {
    margin-bottom: 5px;
  }
  .footer .menu > li {
    margin-bottom: 0;
  }
  .footer .menu > li > a {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

@media screen and (max-width: 450px) {
  .footer__info {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .logo {
    margin-right: auto;
    margin-left: auto;
  }
}

/* footer */


/*new style*/
.wrapper-inner-page {
  padding-top: 219px;
  background-color: #f4f4f4;
}
.faq_page {
  padding-bottom: 53px;
}
.faq_page .container {
  min-height: 930px;
  position: relative;
  box-shadow: 0 0 15px rgba(117, 117, 117, 0.38);
background-color: #ffffff;
}
.faq_page .faq__img {
  height: 881px;
  top: 20px;
  margin-left: -390px;
  left: 100%;
  border-radius: 0;
}
.faq_page .faq__content {
  margin-left: 30px;
      max-width: 624px;
          padding-top: 40px;
}
.faq_page .faq__item .top {
  padding-top: 19px;
  padding-bottom: 19px;
}
.faq_page .faq__form {
  padding-top: 152px;
}
.content-page {
  max-width: 1254px;
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(117, 117, 117, 0.38);
background-color: #ffffff;
}
.team_page {
  padding-top: 0;
  padding-bottom: 31px;
}
.team_page .content-page {
  padding-top: 35px;
  padding-bottom: 20px;
}
.row_team > div {
  margin-bottom: 30px;
}
.team__item .btn__wrap {
  display: block;
}
.team__text:last-of-type {
  padding-top: 20px;
}
.row_team .team__item {
  max-width: 260px;
  margin: 0 auto;
}
/*card*/
.card {
  padding-bottom: 43px;
}
.breadcumbs {
  margin-top: -40px;
  padding: 13px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #666666;
font-size: 14px;
font-weight: 600;
}
.breadcumbs li {
  list-style-type: none;
}
.breadcumbs li span {
  padding: 0 15px;
}
.breadcumbs li a {
  color: #666666;
  border-bottom: 1px transparent solid;
  transition: all 0.3s;
  text-decoration: none;
}
.breadcumbs li a:hover {
  border-color: #666666;
}
.card-wrap__name {
  padding-bottom: 12px;
  color: #000000;
font-size: 16px;
font-weight: 700;
}
.card-wrap {
  padding: 17px;
  padding-bottom: 25px;
  background-color: #fff;
  margin-bottom: 16px;
}
.card-wrap__image img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.card-wrap__title {
font-size: 24px;
margin-bottom: 30px;
line-height: 27px;
font-weight: 700;
}
.list-main li {
  padding-left: 30px;
  list-style-type: none;
  font-size: 14px;
  line-height: 21px;
  position: relative;
  font-weight: 600;
  margin-bottom: 20px;
}
.list-main li::before {
  position: absolute;
  display: block;
  content: " ";
  width: 15px;
  height: 15px;
  top: 4px;
  left: 0;
  background-image: url(../img/check-box.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.card-wrap .list-main {
  max-width: 330px;
}
.card-wrap__line {
  display: flex;
}
.card-price p {
font-size: 16px;
font-weight: 600;
}
.card-price strong {
  font-size: 24px;
  font-weight: 700;
}
.card-wrap__line .card-price {
  margin-left: 79px;
}
.card-wrap__line .card-price:first-child {
  margin-left: 0;
} 
.card-wrap__line .btn {
  height: 57px;
  padding: 0 23px;
  min-width: 150px;
}
.card-wrap__line .btn__wrap {
  margin-top: 20px;
}
.card-wrap__line .btn__wrap--blue.btn__wrap_page {
  margin-right: 24px;
}
.card-wrap__line .btn__wrap--blue::before {
  box-shadow: none;
}
/* .card-wrap__line .btn__wrap--blue.btn__wrap_page::before {
background-color: #7b9a27;
} */
.card-wrap__line .btn__wrap--blue.btn__wrap_page .btn {
  /* box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.2); */
background-color: #03A9F4
}
.link-download {
  color: rgba(249, 107, 63, 0.9);
font-size: 16px;
font-weight: 700;
padding-right: 31px;
position: relative;
display: inline-block;
}
.link-download::after {
  position: absolute;
  display: block;
  content: " ";
  width: 17px;
  height: 21px;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../img/ic_download.png);
  background-repeat: no-repeat;
  background-position: center;
}
.card-wrap .link-download {
  margin-top: 12px;
}
.card-wrap__line .btn__wrap--blue.btn__wrap_page:hover .btn {
      background-color: rgba(62, 101, 155, 1);
}
/* .card-wrap__line .btn__wrap--blue.btn__wrap_page:hover::before {
      background-color: #03768c;
} */
.tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tabs li {
  margin-right: 8px;
  list-style-type: none;
}
.tabs li a {
  padding: 0 25px;
  border-radius: 8px;
background-color: #f4f4f4;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: #000000;
font-size: 16px;
font-weight: 700;
text-decoration: none;
transition: all 0.3s;
}
.tabs li.active a,
.tabs li a:hover {
  background-color: rgba(62, 101, 155, 1);
  color: #fff;
}
.text-main {
  font-size: 16px;
  line-height: 24px;
}
.text-main strong {
  font-weight: 600;
}
.text-main p {
  margin-bottom: 20px;
}
.pr_48 {
  padding-right: 48px;
}
.col_pl {
  padding-left: 0;
}
.card-wrap .tab-container  {
  padding: 0 13px;
  padding-top: 28px;
}
.tab-pane {
  display: none;
}
.tab-pane:first-child {
  display: block;
}
.certs_top {
  padding-top: 0;
}

/*about*/
.about {
  padding-bottom: 117px;
}
.about .page-title {
  margin-bottom: 25px;
  text-align: left;
}
.about-block__image {
  position: absolute;
  left: 100%;
  top: -32px;
  margin-left: -210px;
  z-index: -2;
}
.about-block__image img {
  width: initial;
}
.about-block {
  padding: 45px 30px;
padding-top: 35px;
background-color: #ffffff;
position: relative;
z-index: 1;
}
.about-block::before {
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
    box-shadow: 0 0 15px rgba(117, 117, 117, 0.38);
    z-index: -1;
}
.about-block__title {
  font-size: 18px;
  line-height: 24px;
  padding-left: 33px;
font-weight: 700;
}
.item-about {
  font-size: 14px;
  line-height: 21px;
  padding-left: 69px;
  margin-top: 38px;
  position: relative;
}
/* .item-about__icon {
  position: absolute;
  top: 0;
  left: 0;
} */
.item-about__icon  img {
  max-width: 53px;
  max-height: 58px;
}
.item-about p strong {
  font-weight: 600;
}
.about-bottom {
  font-size: 16px;
  line-height: 24px;
  margin-left: 69px;
  margin-top: 36px;
  /* background-color: #87aa3c; */
  background-color: rgba(62, 101, 155, 1);
  color: #fff;
  padding-left: 62px;
  padding-top: 15px;
  padding-right: 33px;
  min-height: 106px;
  max-width: 398px;
  background-image: url(../img/ic_action.png);
  background-repeat: no-repeat;
  background-position: -21px center;
}
.about-bottom strong {
  font-weight: 18;
  text-transform: uppercase;
  font-weight: 600;
}
.section-team {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #fff;
}
.slider-team {
    overflow: hidden;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 10px 15px;
}
.slider__wrapper {
  position: relative;
}
.slider__wrapper .certs__btns {
  position: absolute;
  top: 50%;
  left: -35px;
  right: -35px;
}
.row_about > div:nth-child(2) .item-about__icon img {
  max-width: 39px;
}
.row_about > div:nth-child(3) .item-about__icon img {
  max-width: 47px;
}
.row_about > div:nth-child(4) .item-about__icon img {
  max-width: 39px;
}

/*article*/
.article {
  padding-bottom: 25px;
}
.article__image {
  margin-bottom: 30px;
}
.article__image img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
  width: auto;
}
.article__date {
  color: #666666;
  padding-bottom: 15px;
font-size: 14px;
line-height: 21px;
font-weight: 600;
}
.article .page-title {
text-align: left;
}
.title-middle {
  font-size: 24px;
  margin-bottom: 29px;
  margin-top: 30px;
font-weight: 700;
}
.quotation {
  font-size: 16px;
line-height: 24px;
font-weight: 600;
color: #fff;
padding: 23px 43px;
margin-bottom: 33px;
background-color: rgba(62, 101, 155, 1);
}
.title-number {
  margin-top: 26px;
  font-size: 18px;
font-weight: 700;
display: flex;
margin-bottom: 20px;
align-items: center;
}
.title-number strong {
  margin-right: 19px;
  color: rgba(62, 101, 155, 1);
font-size: 40px;
font-weight: 700;
}
.title-middle + .title-number {
 margin-top: 35px;
}
.text-page {
  font-size: 14px;
  line-height: 21px;
}
.text-page ul {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 25px;
}
.list-radio li {
  padding-left: 30px;
  position: relative;
  transform: none !important;
  list-style-type: none;
}
.list-radio li::before {
  position: absolute;
  display: block;
  content: " ";
  width: 14px;
  height: 14px;
  top: 2px;
  left: 0;
  border: 1px solid #67ac33;
border-radius: 50%;
}
.list-radio li::after {
    position: absolute;
    display: block;
    content: " ";
    width: 6px;
    height: 6px;
    top: 6px;
    left: 4px;
    background-color: #67ac33;
    border-radius: 50%;
}
/*selection*/
.selection {
  padding-top: 33px;
  padding-bottom: 22px;
  background-color: rgba(62, 101, 155, 1);
  background-image: url(../img/bg_selection.png);
  background-repeat: no-repeat;
  background-position: right top;
  color: #fff;
}
.selection .page-desc,
.selection .page-title {
  text-align: left;
}
.selection .page-desc {
  font-size: 24px;
  line-height: 30px;
}
.item-selection {
  padding: 35px;
  margin-bottom: 50px;
  padding-bottom: 10px;
  padding-left: 99px;
  min-height: 150px;
  color: #000000;
  font-size: 14px;
  line-height: 21px;  
  font-weight: 600;
  box-shadow: 0 0 15px rgba(117, 117, 117, 0.38);
background-color: #ffffff;
background-image: url(../img/check-box.svg);
background-repeat: no-repeat;
background-position: 29px 35px;
background-size: 39px 39px;
}
.item-selection  p span {
  color: rgba(62, 101, 155, 1);
  font-weight: 700;
}
.slider__wrapper .swiper-dots {
  display: none;
}

/*news*/
.news {
  padding-bottom: 35px;
}
.row_news > div {
  margin-bottom: 40px;
}
.item-news {
  padding-bottom: 35px;
  box-shadow: 0 0 15px rgba(117, 117, 117, 0.38);
background-color: #ffffff;
min-height: 100%;
  display: flex;
  max-width: 360px;
  margin: 0 auto;
  flex-direction: column;
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}
.item-news:hover {
    box-shadow: 0 0 15px rgba(117, 117, 117, 0.68);
}
.item-news__image {
  margin-bottom: 20px;
  height: 219px;
  display: block;
}  
.item-news__image img  {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  font-family: 'object-fit: cover; object-position: top center;';
  width: 100%;
  height: 100%;
}
.item-news__date {
  color: #666666;
font-size: 14px;
font-weight: 600;
line-height: 21px;
margin-bottom: 20px;
display: block;
}
.item-news__name {
  color: #000000;
font-size: 24px;
line-height: 28px;
margin-bottom: 20px;
font-weight: 600;
}
.item-news__text {
  color: #000000;
font-size: 14px;
font-weight: 600;
line-height: 21px;
margin-top: auto;
}
.item-news__text,
.item-news__name,
.item-news__date {
  padding-left: 29px;
  padding-right: 29px;
}
.pagination ul {
    padding: 0 50px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}
.pagination ul li {
  list-style-type: none;
  transform: none;
}
.pagination ul li a {
  text-decoration: none;
}
.pagination li:not(.pagination__arrow) {
  font-size: 18px;
  color: #16273d;
}
.pagination li:not(.pagination__arrow) a {
  font-weight: 600;
  padding: 0 2px;
  color: #16273d;
  margin: 0 12px;
  font-size: 15px;
  line-height: 21px;
  transition: all 0.3s;
}
.pagination li:not(.pagination__arrow) a:hover,
.pagination li.active a {
  font-weight: 700;
color: rgba(62, 101, 155, 1);

}
.pagination .pagination__arrow a {
width: 21px;
height: 21px;
display: block;
background-repeat: no-repeat;
background-position: center;
background-size: 100% auto;
}
.pagination__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
}
.pagination__arrow:first-of-type {
  left: 0px;
}
.pagination__arrow:last-of-type {
  right: 0px;
}
.pagination__arrow:first-of-type a {
  background-image: url(../img/arrow-left.svg);
}
.pagination__arrow:last-of-type a {
  background-image: url(../img/arrow-right.svg);
}
.modal-menu {
  padding-top: 112px;
  padding-bottom: 64px;
  /* background-color: rgba(62, 101, 155, 1); */
  background-color: rgba(3, 169, 244, 1);
  min-height: 100vh;
  width: 50%;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  position: absolute;
  z-index: 600;
  display: flex;
  justify-content: flex-end;
  color: #fff;
  transition: all 0.3s;
}
.modal-menu a {
  color: #fff;
}
.modal-menu.active {
    transform: translateX(0);
}
.btn-close {
  width: 67px;
height: 67px;
margin-bottom: 70px;
/* background-color: #79b742; */
background-color: #fff;
border-radius: 50%;
position: relative;
cursor: pointer;
}
.btn-close::after,
.btn-close::before {
  position: absolute;
  display: block;
  content: " ";
  width: 19px;
  height: 2px;
  background-color: rgba(3, 169, 244, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.btn-close::before {
  transform: rotate(-45deg);
}
.btn-close::after {
  transform: rotate(45deg);
}
.modal-menu__container {
  width: 585px;
}
.modal-menu__list {
  color: #ffffff;
font-size: 36px;
line-height: 40px;
padding-bottom: 40px;
}
.modal-menu__list li {
  margin-bottom: 35px;
  display: block;
}
.modal-menu__list li a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px transparent solid;
  display: inline-block;
  transition: all 0.3s;
}
.modal-menu__list li a:hover {
  border-color: #fff;
}
.modal-menu__phone {
  color: #ffffff;
font-size: 20px;
font-weight: 700;
line-height: 20px;
transition: all 0.3s;
text-decoration: none;
  display: inline-block;
}
.modal-menu__descr {
font-size: 14px;
line-height: 20px;
}

/*catalog*/
.catalog {
  padding-bottom: 65px;
}
.serv__nav_catalog li {
  width: 100% !important;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.serv__nav_catalog li {
  margin-bottom: 5px;
}
.serv__nav_catalog > li > a {
  padding-left: 15px;
      min-height: 72px;
  padding-right: 10px;
}
.serv__nav_catalog .serv__nav-icon {
  padding-right: 11px;
  margin-right: 5px;
}
.serv__nav_catalog .serv__nav-text {
  font-size: 14px;
    line-height: 20px;
}
.list-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.list-btns li {
  margin-right: 45px;
  list-style-type: none;
  transform: none;
}
.list-btns li:last-child {
  margin-right: 0;
}
.list-btns li a {
  padding: 14px 21px;
  font-size: 14px;
font-weight: 700;
line-height: 20px;
color: #fff;
display: inline-block;
text-decoration: none;
  border-radius: 10px;
background-color: rgba(62, 101, 155, 1);
transition: all 0.3s;
}
.list-btns li a:hover,
.list-btns li.active a {
  background-color: rgba(249, 107, 63, 0.9);
}
.item-catalog {
  padding-bottom: 23px;
  box-shadow: 0 0 15px rgba(117, 117, 117, 0.38);
background-color: #ffffff;
display: flex;
flex-direction: column;
    justify-content: flex-start;
align-items: center;
min-height: 100%;
text-align: center;
transition: all 0.3s;
}
.item-catalog:hover {
    box-shadow: 0 0 15px rgba(117, 117, 117, 0.68);
}
.item-catalog__image {
  margin-bottom: 20px;
  height: 219px;
  display: block;
  width: 100%;
}  
.item-catalog__image img  {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  font-family: 'object-fit: cover; object-position: top center;';
  width: 100%;
  height: 100%;
}
.item-catalog__name {
  font-size: 18px;
  font-weight: 600;
line-height: 24px;
margin-bottom: 15px;
width: 100%;
padding: 0 15px;
}
.item-catalog__price {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 17px;
}
.item-catalog__bottom {
  margin-top: auto;
}
.row_catalog > div {
  margin-top: 30px;
}
.btn-main {
  padding: 7px 22px;
  border-radius: 10px;
/* background-color: rgba(249, 107, 63, 0.9); */
background-color: #03A9F4;
color: #ffffff;
font-size: 14px;
font-weight: 700;
line-height: 21px;
text-align: center;
display: inline-block;
transition: all 0.3s;
text-decoration: none;
}
.btn-main:hover {
      background-color: rgba(62, 101, 155, 1);
}
.btn-main_filter {
  padding: 17px 0;
  display: block;
  text-transform: uppercase;
  width: 100%;
   background-color: rgba(62, 101, 155, 1);
   background-image: url(../img/filter.svg);
   background-size: 20px auto;
   background-repeat: no-repeat;
   background-position: right 20px center;
   display: none;
}
.modal-wrap {
  width: 1074px;
  max-width: 100%;
background-color: #ffffff;
color: #000;
}
.fancybox-skin_main {
  padding: 12px;
  background-color: #fff;
}
.fancybox-skin_page .fancybox-close,
.fancybox-skin_main .fancybox-close {
  width: 36px;
height: 36px;
border-radius: 50%;
top: 5px;
right: 5px;
opacity: 1 !important;
background-image: url(../img/times-circle.svg);
background-color: #ffffff;
background-size: 22px 22px;
background-repeat: no-repeat;
background-position: center;
}
.fancybox-skin_page .fancybox-close::before,
.fancybox-skin_page .fancybox-close::after,
.fancybox-skin_main .fancybox-close::before,
.fancybox-skin_main .fancybox-close::after {
  display: none;
}
.fancybox-skin_page .fancybox-close {
  background-color: transparent;
    background-image: url(../img/times-circle2.svg);
}
.modal-wrap {
  padding: 0;
  border: 1px solid #d8d7d9;
}
.fancybox-inner {
  /* height: auto !important; */
    overflow: visible !important;
}
.modal-wrap__title {
  padding: 20px;
  padding-right: 0;
  padding-left: 25px;
  font-size: 30px;
font-weight: 700;
}
.list-map li {
  margin-bottom: 30px;
  list-style-type: none;
  transform: none;
}
.list-map__item {
  padding-left: 31px;
  color: #000000;
font-size: 16px;
font-weight: 600;
line-height: 24px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}
.list-map__item::before {
  position: absolute;
  display: block;
  content:  "";
  width: 14px;
height: 14px;
background-color: #f19abe;
top: 5px;
left: 0;
border-radius: 50%;
}
.list-map__item_1::before {
  background-color: #f19abe;
}
.list-map__item_2::before {
  background-color: #df4b36;
}
.list-map__item_3::before {
  background-color: #45b7ec;
}
.list-map__item_4::before {
  background-color: #8dcba0;
}
.list-map__item_5::before {
  background-color: #5ba572;
}
.modal-wrap__name {
  color: rgba(62, 101, 155, 1);
  padding-top: 15px;
  padding-bottom: 25px;
font-size: 18px;
font-weight: 700;
line-height: 24px;
text-transform: uppercase;
}
.list-modal {
  color: #000000;
font-size: 16px;
font-weight: 400;
line-height: 24px;
}
.list-modal li {
  margin-bottom: 22px;
  list-style-type: none;
  transform: none;
}
.list-modal a {
  color: #000;
  text-decoration: none;
}
.col_modal {
  min-height: 100%;
  padding-left: 20px;
  border-left: 1px solid #d8d7d9;
}
.col_modal:first-of-type {
  border: none;
  padding-left: 40px;
}
.col_height {
  min-height: 100%;
}
.image-modal {
  max-height: 517px;
}
.image-modal img {
  max-width: 100%;
  max-height: 517px;
}
.modal-block {
  display: none;
}
.fancybox-skin_page {
  padding: 0 !important;
  box-shadow: none !important;
  background-color: transparent;
}
.modal-block .form {
  width: 418px;
  max-width: 100%;
  margin: 0 auto;
}
.modal-block .page-title {
  color: #fff;
  text-transform: none;
}
.modal-block .form .accept label > span {
  text-align: left;
}

/*prices*/
.prices {
  padding-bottom: 55px;
}
.tabs-prices {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.tabs-prices li {
  padding: 0 15px;
  margin-bottom: 30px;
  list-style-type: none;
  transform: none;
}
.tabs-prices li a {
  width: 390px;
  max-width: 100%;
  padding-left: 83px;
  padding-right: 20px;
height: 88px;
font-size: 15px;
font-weight: 700;
line-height: 20px;
display: flex;
color: #000;
align-items: center;
position: relative;
text-transform: uppercase;
box-shadow: 0 0 15px rgba(117, 117, 117, 0.38);
background-color: #ffffff;
transition: all 0.3s;
text-decoration: none;
}
.tabs-prices__icon {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs-prices__icon svg {
  width: 38px;
  height: 38px;
}
.tabs-prices li a:hover,
.tabs-prices li.active a {
  background-color: rgba(62, 101, 155, 1);
  color: #fff;
}
.tabs-prices li a:hover .st0,
.tabs-prices li.active a .st0 {
  fill: #fff;
}
.tab-container-price__head {
  font-size: 14px;
font-weight: 700;
line-height: 20px;
display: flex;
padding: 0 25px;
padding-bottom: 20px;
  text-transform: uppercase;
align-items: center;
justify-content: space-between;
}
.tab-container-price {
    padding: 25px 20px;
  background-color: #ffffff;
}
.consult-head {
  padding: 13px 15px;
  background-color: rgba(62, 101, 155, 1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.consult-head p {
  font-size: 18px;
font-weight: 700;
line-height: 21px;
}
.consult-head .btn-main:hover {
  background-color: #82a426;
}
.consult-head .btn-main {
      padding: 11px 39px;
      font-size: 16px;
}
.table-main table {
  width: 100%;
  border-spacing: 0;
  color: #000000;
font-size: 14px;
font-weight: 600;
line-height: 21px;
}
.table-main table tr:nth-child(even) td {
  background-color: #f4f4f4;
}
.table-main table td {
  padding: 21px 23px;
}
.table-main table tbody td:last-child {
  font-size: 18px;
font-weight: 700;
}
.table-main thead td {
  font-size: 18px;
font-weight: 700;
line-height: 21px;
background-color: #f4f4f4;
border-left: 6px rgba(249, 107, 63, 0.9) solid;
text-transform: uppercase;
}
.tab-container-price .table-main  {
  margin-top: 8px;
  margin-bottom: 25px;
}
.tab-container-price .table-main:last-child {
  margin-bottom: 0;
}
.tab-pane-prices {
  display: none;
}
.tab-pane-prices:first-child {
  display: block;
}
.col_pl {
  padding-left: 0;
}

/*contacts*/
.contacts {
  background-image: url(../img/bg_contacts.png);
  background-position: center 290px;
  background-repeat: no-repeat;
}
.contacts .page-title {
  margin-bottom: 25px;
  margin-top: -10px;
  text-align: left;
}
.title-block {
  color: #03A9F4;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
}
.contacts p {
  font-size: 16px;
line-height: 30px;
}
.contacts p strong {
  margin-top: 25px;
  font-weight: 600;
  display: block;
}
.contacts p a {
  color: #000;
  margin-top: 25px;
font-size: 16px;
font-weight: 700;
  display: inline-block;
  text-decoration: none;
}
.form .accept label > span {
  text-align: left;
}
.contacts .form {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 50px;
}
.contacts .form__item--submit {
  margin-bottom: 39px;
}
.form .page-title {
  text-align: center;
  color: #000;
  text-transform: none;
}
#map {
  width: 100%;
  height: 570px;
  margin-top: 35px;
}
.scr1__cont .container {
  position: relative;
  z-index: 1;
}
.scr1__cont .container::before {
  position: absolute;
  display: block;
  content: " ";
  width: 1060px;
height: 1060px;
/* background-color: rgba(34, 171, 197, 0.87); */
border-radius: 50%;
top: -590px;
left: -185px;
z-index: -1;
}
.scr1__title {
  line-height: 46px;
  max-width: 773px;
  /* font-weight: 700; */
}

.scr1__btns {
  margin-bottom: 205px; 
}

/*construction*/
.scr1_construction {
  padding-bottom: 100px;
}
.scr1_construction  .les_virub{
	 background-image: url(https://real92.ru/wp-content/uploads/2022/08/osobennosti-razmnozheniya-sosny.jpg) !important;
}
.scr1_construction .scr1__cont {
  background-image: url(../img/bg_billbord_construction.jpg);
}
.scr1_construction .scr1__cont .container::before {
  display: none;
}
.scr1_construction .scr1__title {
  line-height: 52px;
  max-width: 100%;
  font-weight: normal;
}
.scr1_construction .scr1__title strong,
.scr1_construction .scr1__title span {
  font-size: 36px;
  font-weight: 700;
}
.scr1_construction .scr1__title span {
  font-size: 45px;
  padding-top: 10px;
  padding-bottom: 4px;
}
.text_mormal {
  text-transform: none;
  display: inline;
}
.scr1__title sup {
  font-size: 20px;
}
.scr1_construction .scr1__cont .btn__wrap--blue .btn--blue {
    background-color: rgba(62, 101, 155, 1);
}
.scr1_construction .scr1__cont .btn__wrap--blue::before {
display: block;
}
.scr1_construction .scr1__btns {
  max-width: 365px;
  margin-bottom: 110px;
}
.scr1_construction .scr1__feat-item {
  padding-top: 44px;
  padding-right: 35px;
  padding-left: 45px;
  position: relative;
}
.scr1_construction .scr1__feat-item::before {
  position: absolute;
  display: block;
  content: " ";
  top: 48px;
  left: 0;
  width: 28px;
height: 5px;
background-color: rgba(249, 107, 63, 0.9);
}
.complectation {
  padding-top: 50px;
  padding-bottom: 55px;
  background-color: #f4f4f4;
}
.complectation .page-desc {
  max-width: 855px;
  margin-left: auto;
  margin-right: auto;
}
.item-complectation {
  padding: 25px 40px;
  margin-bottom: 50px;
  text-align: center;
  background-color: #ffffff;
}
.item-complectation__name {
  font-size: 24px;
font-weight: 700;
padding-bottom: 20px;
border-bottom: 3px rgba(62, 101, 155, 1) solid;
text-align: center;
}
.item-complectation p {
  padding: 21px 0;
  font-size: 14px;
font-weight: 600;
line-height: 21px;
}
.item-complectation p strong {
  font-weight: 700;
}
.item-complectation p:nth-child(odd) {
  background-color: #f4f4f4;
}
.item-complectation__price {
  margin: 17px 0;
  font-weight: 700;
  font-size: 18px;
}
.item-complectation__price strong {
  font-size: 24px;
  font-weight: 700;
}
.item-complectation__price sup {
  font-size: 12px;
}
.item-complectation_standart .item-complectation__name {
  border-color: rgba(249, 107, 63, 0.9);
}
.item-complectation_special .item-complectation__name {
  border-color: #f98100;
}
.item-complectation p:nth-child(n+6) {

  padding-bottom: 0;
  background-color:transparent;
}
.steps__list-name {
  display: block;
  width: 100%;
  font-size: 20px;
  padding-bottom: 15px;
}
.scr_steps .page-desc {
  text-align: left;
  color: #fff;
  max-width: 520px;
}
.scr_steps .page-title {
  margin-bottom: 15px;
}
.scr_steps_construction .steps__content {
  padding-bottom: 20px;
}
.slider-example-for__item {
  height: 420px;
}
.slider-example-nav__item img,
.slider-example-for__item img  {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
  font-family: 'object-fit: cover; object-position: top center;';
  width: 100%;
  height: 100%;
}
.slider-example-for {
  padding: 13px;
  box-shadow: 0 0 15px rgba(117, 117, 117, 0.38);
background-color: #ffffff;
overflow: hidden;
}
.slider-example-nav__item {
  height: 134px;
  cursor: pointer;
}
.slider-example-nav {
  margin-top: 23px;
  overflow: hidden;
}
.slider-example__info {
  padding: 32px 30px;
  padding-left: 45px;
  min-height: 447px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
background-color: #f4f4f4;
}
.col_pr {
  padding-right: 0;
}
.slider-example__name {
  font-size: 24px;
font-weight: 700;
margin-bottom: 30px;
line-height: 30px;
}
.slider-example__info strong {
  font-weight: 700;
}
.slider-example__info p {
  margin-bottom: 20px;
}
.slider-example__price {
  padding-top: 20px;
  font-weight: 700;
}
.slider-example__price strong {
  font-size: 30px;
}
.examples {
  padding-top: 50px;
  padding-bottom: 55px;
}
.examples .page-title {
  text-align: left;
  padding-bottom: 20px;
}
.slider-example .btn__wrap {
  margin-left: 44px;
  margin-top: 35px;
}
.slider-example {
  overflow: hidden;
  margin: 0 -15px;
}
.scr_lead_construction .lead__title {
  font-size: 24px;
  line-height: 40px;
}
.scr_lead_construction .lead__title strong {
  font-size: 28px;
}
.scr_lead_construction .lead__form {
  padding-right: 30px;
  background-color: rgba(249, 107, 63, 0.9);
}
.scr_lead_construction .form {
  padding-top: 35px;
  margin-bottom: 30px;
}
.scr_lead_construction {
  background-image: url(../img/lead-bg2.jpg);
}
.slider-example__item {
  padding: 15px;
}
.certs__btns_page .swiper-button-prev, 
.certs__btns_page .swiper-button-next {
width: 49px;
height: 49px;
background-color: #f4f4f4;
border-radius: 50%;
}
.certs__btns_page .swiper-button-prev::after,
.certs__btns_page .swiper-button-next::after {
  width: 21px;
  height: 18px;
}


/*adaptive*/
/*adaptive*/
/*adaptive*/
/*adaptive*/
@media screen and (max-height: 720px) {
.modal-menu {
  padding-top: 50px;
}
.btn-close {
  margin-bottom: 40px;
}
}
@media screen and (max-height: 625px) {
.modal-menu {
  padding-top: 20px;
}
.btn-close {
  margin-bottom: 30px;
}
.modal-menu__list {
    line-height: 36px;
    padding-bottom: 10px;
}
.modal-menu__list li {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 1400px) {
  .wrapper-inner-page {
    padding-top: 100px;
  }
  .breadcumbs {
    margin-top: -23px;
  }
    .faq_page .faq__content {
    margin-left: 0;
  }
  .selection {
    background-position: right -300px top;
  }
.slider__wrapper .swiper-dots {
 display: flex; 
}
.slider__wrapper .certs__btns {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}
.scr1__btns {
  margin-bottom: 42px;
}
}
@media screen and (max-width: 1200px) {
.modal-menu {
  padding-left: 15px;
}
.modal-menu__list {
  font-size: 29px;
  line-height: 31px;
}
.modal-menu__list li {
    margin-bottom: 15px;
}
.scr1_construction .scr1__title span {
  font-size: 38px;
}
.slider-example__info {
  padding-left: 20px;
  padding-right: 20px;
}
.slider-example__price {
    padding-top: 0;
    }
    .slider-example__info p {
    margin-bottom: 18px;
}
.slider-example .btn__wrap {
  margin-left: 20px;
}
.scr_lead_construction .lead__form {
  padding-left: 30px;
}
}
@media screen and (max-width: 992px) {
.card-wrap__line {
  display: block;
}
.card-wrap__line .card-price {
    margin-left: 0;
}
.card-wrap__line .btn {
  min-width: 282px;
}
.pr_48 {
  padding-right: 15px;
}
.col_pl {
  padding-left: 15px;
}
.item-selection {
  margin: 0;
  min-height: 100%;
}
.row_selection > div {
  margin-bottom: 30px;
}
.selection .page-desc {
    font-size: 18px;
    line-height: 23px;
}
.serv__nav_catalog {
  display: none;
}
.btn-main_filter {
  display: block;
}
.serv__nav_catalog > li > a {
  padding-left: 15px;
}
.image-modal {
  max-width: 520px;
}
.image-modal {
    max-height: initial;
}
.image-modal img {
  display: block;
    max-height: initial;
}
.tabs-prices li a {
    width: 330px;
    }
    .table-main table tbody td:last-child {
      font-size: 16px;
    }
    .contacts .form {
      max-width: 500px;
      margin: 0 auto;
      margin-top: 25px;
    }
    .scr1__title {
    line-height: 36px;
    max-width: 690px;
  }
  .scr1__cont .container::before {
    top: -700px;
    left: -315px;
  }
  .list-btns {
    margin-top: 30px;
  }
  .serv__nav_catalog {
    margin-top: 15px;
  }
  .scr1_construction .scr1__feat-item {
       padding-top: 20px;
    padding-right: 15px;
    padding-left: 30px;
  }
  .scr1_construction .scr1__feat-item::before {
    top: 27px;
    width: 20px;
    height: 3px;
  }
  .scr1_construction .scr1__btns {
    margin-bottom: 75px;
  }
  .scr1_construction {
    padding-bottom: 65px;
}
.row_complectation {
  justify-content: center;
}
.scr_steps .page-desc {
  max-width: 370px;
}
.slider-example__item .col_pr {
  padding-right: 15px;
}
.slider-example__info {
  margin-top: 20px;
  min-height: auto;
}
.slider-example .btn__wrap {
  margin-top: 15px;
  margin-bottom: 30px;
}
.examples .certs__btns {
  margin-top: 10px;
}
}

@media screen and (max-width: 767px) {
  .faq_page .faq__content {
    max-width: 100%;
  }
  .faq_page .faq__form {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .card-wrap__line {
    display: flex;
}
.card-wrap__line .card-price {
    margin-left: 31px;
}
.card-wrap__line .btn {
    min-width: 150px;
}
.card-wrap__line .btn__wrap--blue.btn__wrap_page {
    margin-right: 10px;
}
.tabs {
  margin: 0 -5px;
}
.tabs li {
  margin: 0;
  width: 50%;
  padding: 0 5px;
  padding-bottom: 10px;
}
.card-wrap .tab-container {
  padding: 0;
}
.card-price strong {
  font-size: 21px;
}
.card-wrap__line .btn__wrap {
  margin-top: 10px;
}
.card-wrap__title {
  margin-top: 20px;
}
  .certs_top {
    padding-bottom: 0;
  }
  .about-block__image {
    display: none;
  }
  .about {
    padding-bottom: 60px;
  }
  .about-block__title {
    padding-left: 0;
  }
  .about-bottom {
    margin-left: 0;
  }
  .article .text-page br {
    display: none;
  }
  .quotation {
    padding-left: 30px;
    padding-right: 30px;
  }
  .item-selection {
    padding-bottom: 35px;
  }
  .selection .page-desc, .selection .page-title {
    max-width: 520px;
  }
  .modal-menu {
    width: 75%;
  }
  .modal-menu__list {
    font-size: 25px;
    line-height: 31px;
}
.list-btns li {
  margin-bottom: 15px;
    margin-right: 15px;
    }
    .list-btns {
      margin-bottom: -15px;
    }
    .item-catalog {
      max-width: 370px;
      margin: 0 auto;
    }
    .col_modal {
    min-height: initial;
    padding-left: 35px;
    border-left: none;
}
.list-map li {
  margin-bottom: 20px;
}
.list-modal li {
    margin-bottom: 15px;
    }
    .modal-wrap__title {
      padding-bottom: 0;
    }
    .modal-block .page-title {
      font-size: 23px;
    }
    .modal-block .form__title {
      font-size: 16px;
    }
    .tabs-prices li {
      width: 50%;
          padding: 0 5px;
    margin-bottom: 20px;
    }
    .tabs-prices__icon {
      width: 50px;
    }
    .tabs-prices li a {
    padding-left: 55px;
    padding-right: 10px;
    font-size: 12px;
    max-width: 100%;
    width: 100%;
    line-height: 17px;
  }
  .tabs-prices {
    margin: 0 -5px;
  }
  .tabs-prices__icon svg { 
    width: 34px;
    height: 34px;
}
.tab-container-price__head {
  padding-left: 0;
  padding-right: 0;
}
.consult-head p {
    font-size: 15px;
    }
    .table-main thead td {
    font-size: 15px;
  }
  .table-main table td {
    padding: 15px 15px;
}
.contacts p strong {
    margin-top: 15px;
    }
    #map {
      height: 400px;
    }
    .scr1__cont .container::before {
      display: none;
    }
    .scr1_construction .scr1__title span {
    font-size: 26px;
}
.scr1_construction .scr1__title strong {
  font-size: 25px;
}
.scr1_construction .scr1__title br {
  display: none;
}
.scr1_construction .scr1__title {
    line-height: 37px;
    }
    .scr1_construction {
    padding-bottom: 25px;
}
.complectation {
  padding-top: 30px;
  padding-bottom: 40px;
}
.item-complectation {
  margin-bottom: 30px;
}
.scr_steps_construction .steps__list > li:last-of-type {
      width: calc((100% - 10px) / 2);
}
.scr_steps_construction .steps__list-name {
  font-size: 17px;
  padding-bottom: 8px;
}
.scr_steps_construction .steps__list > li::before {
float: none;
}
.examples {
    padding-top: 30px;
    padding-bottom: 30px;
}
.slider-example-nav__item {
    height: 100px;
  }
  .slider-example-for__item {
    height: 275px;
}
.slider-example__name {
    font-size: 21px;
    margin-bottom: 15px;
    }
    .examples .certs__btns {
      margin-top: 0;
    }
    .scr_lead_construction .lead__title strong {
    font-size: 24px;
}
}
@media screen and (max-width: 500px) {
  .faq_page .faq__item .top {
    padding: 12px 0;
  }

}
@media screen and (max-width: 480px) {
  .card-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .card-wrap__title {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 25px;
  }
  .card-price strong {
    font-size: 18px;
}
.card-wrap__line .card-price {
    margin-left: 15px;
}
.card-wrap__line {
   flex-wrap: wrap;
}
.card-wrap__line .btn__wrap {
  display: block;
  width: 100%;
  margin-top: 20px;
}
.card-wrap__line .btn__wrap--blue.btn__wrap_page {
  margin-right: 0;
}
.tabs li a {
  padding: 0 7px;
  font-size: 14px;
}
.text-main p {
    margin-bottom: 15px;
}
.text-main {
    font-size: 14px;
    line-height: 21px;
}
.about-block__title {
    font-size: 16px;
    }
    .about-block {
    padding: 30px 20px;
    padding-top: 25px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .item-about {
    margin-top: 30px;
  }
  .about-bottom {
    margin: 0 -20px;
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 21px;
  }
  .about {
    padding-bottom: 0;
  }
  .title-middle {
    font-size: 19px;
    margin-bottom: 15px;
    margin-top: 20px;
  }
  .quotation {
    font-size: 14px;
    line-height: 21px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
  }
  .title-number {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .title-number strong {
    font-size: 30px;
    margin-right: 10px;
  }
.title-middle + .title-number {
    margin-top: 18px;
}
.text-page ul {
  margin-bottom: 20px;
}
.selection .page-desc {
    font-size: 14px;
    line-height: 20px;
    max-width: 205px;
}
.item-selection {
  padding-left: 50px;
  padding-right: 20px;
background-position: 9px 35px;
    background-size: 28px 29px;
}
.selection .page-title {
  max-width: 280px;
}
.item-news__text,
 .item-news__name, 
 .item-news__date {
    padding-left: 20px;
    padding-right: 20px;
}
.item-news__name {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 13px;
    }
    .item-news__date {
      font-size: 13px;
      margin-bottom: 10px;
    }
    .item-news__text {
      font-size: 13px;
    }
    .item-news {
      padding-bottom: 20px;
    }
    .row_news > div {
    margin-bottom: 25px;
}
    .item-news__image {
    margin-bottom: 13px;
    height: 173px;
  }
  .modal-menu {
    width: 100%;
    padding-top: 20px;
  }
  .item-catalog__image {
    height: 200px;
  }
.item-catalog__price {
    font-size: 20px;
    margin-bottom: 8px;
}
.catalog {
    padding-bottom: 45px;
}
.list-btns li {
    margin-bottom: 12px;
    margin-right: 12px;
}
.list-btns li a {
    padding: 10px 9px;
    font-size: 13px;
    }
    .modal-wrap {
    border: none;

}
.col_modal:first-of-type {
    padding-left: 15px;
}
.modal-wrap__title {
  font-size: 23px;
  padding-left: 0;
}
.modal-wrap__name {
  font-size: 16px;
  padding-bottom: 15px;
}
.col_modal {
  padding-left: 15px;
}
.list-modal {
  font-size: 14px;
  line-height: 21px;
}
.tabs-prices li {
  width: 100%;
  padding: 0;
}
.tabs-prices {
    margin: 0;
}
.tabs-prices li a {
    padding-left: 60px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
}
.tab-container-price {
  margin: 0 -15px;
  padding: 20px 15px;
}
.consult-head .btn-main {
    padding: 7px 20px;
    font-size: 14px;
}
.consult-head {
  margin: 0 -15px;
}
.consult-head p {
    font-size: 13px;
}
.table-main {
  margin-left: -15px;
  margin-right: -15px;
}
.table-main table {
  font-size: 13px;
  line-height: 20px;
}
.table-main table tbody td:last-child {
    font-size: 14px;
}
.table-main thead td {
    font-size: 13px;
}
.contacts p {
    font-size: 14px;
    line-height: 25px;
}
.contacts p a {
    margin-top: 20px;
    font-size: 14px;
  }
  .contacts .form {
    padding-left: 25px;
    padding-right: 26px;
    padding-bottom: 35px;
}
.contacts .form__item--submit {
    margin-bottom: 24px;
}
.title-block {
  font-size: 15px;
}
.scr1__title {
    line-height: 31px;
    }
    .btn-close {
      margin-bottom: 45px;
    }
    .scr_lead_construction .lead__title {
    font-size: 19px;
    line-height: 35px;
}
.scr_lead_construction .lead__title strong {
    font-size: 20px;
}
.slider-example-nav__item {
    height: 110px;
}
.slider-example-for__item {
    height: 205px;
}
.slider-example-for {
  padding: 5px;
}
.slider-example-nav {
    margin-top: 12px;
}
.slider-example__info {
  font-size: 14px;
  line-height: 21px;
  padding-top: 20px;
}
.slider-example__price strong {
    font-size: 22px;
}
.slider-example .btn__wrap {
  margin-left: 0;
  max-width: 100%;
}
.slider-example .btn--general {
  min-width: auto;
}
.scr_lead_construction .lead__form {
  padding-left: 20px;
  padding-right: 20px;
}
.scr_lead_construction {
  padding-bottom: 0;
  background-color: #f2f2f2;
  background-image: none;
}
.form__districts {
    font-size: 14px;
}
.scr1_construction .scr1__title span {
    font-size: 17px;
}
.scr1_construction .scr1__title strong {
    font-size: 20px;
}
.scr1_construction .scr1__title {
    line-height: 33px;
}
.scr1_construction .scr1__btns {
    margin-bottom: 40px;
}
.item-complectation {
  padding-left: 30px;
  padding-right: 30px;
}
.item-complectation__name {
    font-size: 19px;
    padding-bottom: 13px;
    }
    .slider-example__item {
      padding-bottom: 0;
    }
} 
@media screen and (min-width: 767px) {
.scr1__cont .btn__wrap--blue .btn--blue {
    /* background-color: rgba(249, 107, 63, 0.9); */
    background-color: rgba(249, 107, 63, 0.9);
}
.scr1__cont .btn__wrap--blue::before {
  display: none;
}
.scr1__cont .btn__wrap--blue .btn--blue:hover {
      background-color: #85a52a;
}
}
@media screen and (min-width: 993px) {
.serv__nav_catalog {
  display: block !important;
}
}


article p,
.site-main p {
    margin: 15px 0px;
}

.text-main ul,
article ul {
    margin-bottom: 15px;
    margin-top: 15px;
    list-style: disc;
    padding-left: 15px;
}

.text-main ul li,
article ul li {
    list-style: disc;
}


.text-main ol,
article ol {
    margin-bottom: 15px;
    margin-top: 15px;
    list-style: decimal;
    padding-left: 15px;
}


.text-main ol li,
article ol li {
    list-style: decimal;
}


.text-main ul li,
.text-main ol li,
article ul li,
article ol li {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 5px;
    padding-left: 5px;
}

.text-main h2,
.text-main h3,
.text-main h4 {
  margin-bottom: 15px;
}

.b24-form-wrapper.b24-form-shadow.b24-form-border-bottom {display: none;}

.frontpage_questions {
    font-size: 18px;
}
.section-about {
	padding: 80px 0;
	font-size: 20px;
	line-height: 140%;
	font-weight: 600;
	color: #2a2724;
	background-image: url(../img/img/bg_about.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.section-about p {
	margin: 0;
}
.title-section {
	font-size: 36px;
	line-height: 130%;
	margin: 0;
	text-transform: uppercase;
	font-weight: 600;
}
.section-about .title-section {
	margin-bottom: 49px;
	max-width: 370px;
}
.info-about {
	margin-bottom: 30px;
	max-width: 345px;
	line-height: 160%;
}
.info-about:last-child {
	margin-bottom: 0;
}
.info-about__value {
	font-size: 48px;
	line-height: 130%;
	text-transform: uppercase;
	color: #03a9f4;
}
.item-about {
	/* padding: 45px 35px; */
  padding: 25px;
	padding-right: 20px;
	/* min-height: 242px; */
  min-height: 140px;
	height: 100%;
	box-shadow: 0 8px 10px 0 rgba(121, 175, 200, 0.2);
	background: #fff;
}
.item-about__icon {
	width: 36px;
	height: 36px;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-about__icon img {
	max-width: 100%;
	max-height: 100%;
}
.row.row_main > div {
	padding: 0 12px;
	margin-bottom: 24px;
}
.row.row_main {
	margin: 0 -12px;
	margin-bottom: -24px;
}
.content-section {
	margin: 0 60px;
}
.section-about__content {
	margin-left: -20px;
}


/**/
.choose__df {
  background-image: url(../img/adv-img.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media only screen and (max-width : 1200px) {
.section-about {
    padding: 60px 0;
    font-size: 16px;
}
.content-section {
    margin: 0 30px;
}
.item-about {
    padding: 36px 28px;
    padding-right: 15px;
    min-height: 220px;
}
.info-about__value {
    font-size: 44px;
}
.section-about .title-section {
    margin-bottom: 20px;
    max-width: 360px;
}
.title-section {
    font-size: 30px;
}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.section-about__content {
    margin: 0;
}
.section-about__content {
    padding-top: 20px;
}
.content-section {
    margin: 0;
}
.info-about {
    margin-bottom: 15px;
    max-width: 280px;
}
.item-about {
    padding: 34px 25px;
    padding-right: 15px;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.item-about {
    min-height: initial;
}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

.checkbox {
	margin-top: 0.833vw;
	/* color: rgba(255, 255, 255, 0.72); */
	text-align: left;
}
.checkbox label {
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.checkbox label input {
	width: 1.094vw;
	height: 1.094vw;
	border-radius: 0.156vw;
  border: 1px solid #ccc;
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	background: #fff;
	margin-right: 0.625vw;
	flex: none;
}
.checkbox input::after {
	position: absolute;
    top: 0vw;
    left: 0vw;
	width: 1.094vw;
	height: 1.094vw;
	content: "\f00c";
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	background-image: none;
	color: #de0d0d;
	font-size: 0.781vw;
	opacity: 0;
	transition: .2s;
}
.checkbox input:checked:after {
	opacity: 1;
}



.cookies-modal {
display: none;
position: fixed;
z-index: 1000000000;
bottom: 0px;
left: 0px;
transform: translateX(-50%);
margin: 0px -50% 15px 50%;
padding: 9px 43px 9px 14px;
font-size: 12px;
font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 500;
text-align: left;
border-radius: 4px;
background-color: rgba(255, 255, 255, 0.95);
pointer-events: auto;
max-width: 1280px;
box-shadow: rgba(6, 5, 50, 0.1) 0px 6px 20px;
color: #5c5c5c;
}

.cookies-modal a {
text-decoration: none;
cursor: pointer;
outline: none;
font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 600;
color: #1557AE;
}

.cookies-modal .cookie-policy-button {
margin: 0px;
padding: 0px;
background: none;
border: none;
font: inherit;
cursor: pointer;
position: absolute;
top: 9px;
right: 7px;
display: inline-block;
width: 28px;
color: rgb(92, 99, 112);
text-align: center;
}

.cookies-modal .cookies-btns {
    display: flex;
    margin-left: auto;
    margin-right: 0;
    width: max-content;
}

.cookies-modal .cookies-btns .cookies-btn {
  border: 1px solid #1557AE;
  color: #1557AE;
  padding: 5px 10px;
  margin-left: 10px;
  border-radius: 10px;
  cursor: pointer;
  transition: .3s;
}

.cookies-modal .cookies-btns .cookies-btn.yes-cookie {
  margin-left: 0px;
  color: #fff;
  background-color: #1557AE;
}

.cookies-modal .cookies-btns .cookies-btn:hover {
  opacity: 0.8;
}


.card-image-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.card-image-slider .certs__btns {
    position: absolute;
    bottom: 14px;
    margin: 0 auto;
    left: 0;
    right: 0;
    justify-content: center;
}

.card-image-slider img {
  width: 100%;
  height: 325px;
  object-fit: cover;
}

.about-descrip {
  padding-top: 50px;
}


.video-main {
	width: 6vw;
	height: 6vw;
	margin-bottom: 20px;
	display: block;
	background-color: #fff;
	border-radius: 50%;
	z-index: 5;
	position: relative;
}
.video-main::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0.729vw;
	left: 0.729vw;
	bottom: 0.729vw;
	right: 0.729vw;
	background-image: url(../img/text_video.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	animation: 16s linear 0s normal none infinite running rot;
	-webkit-animation: 16s linear 0s normal none infinite running rot;	
}
@keyframes rot {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes rot {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.video-main::after {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 3.125vw;
	height: 3.125vw;
	background-image: url(../img/play1.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: all 0.3s;
}
.video-main:hover::after {
	transform: scale(1.1);
}

.about-block__image-wr {
  position: relative;
}
.video-wr {
    position: absolute;
    top: 45%;
    right: 35%;
}

.btn-mobile {
  display: none;
}

@media only screen and (max-width : 1200px) {
  .btn-mobile {
    display: block;
  }
  .video-main {
    width: 100px;
    height: 100px;
  }
  .video-main::after {
    width: 70px;
    height: 70px;
  }
}

.item-gallery__image {
  height: 430px;
  display: block;
  border: 1px solid #ddd;
}

.item-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all .6s;
}

.item-gallery__wrap:hover img {
   transform: scale(1.04);
}

@media only screen and (max-width : 480px) {
.item-gallery__image {
  height: 320px;
}
}

.card-wrap p,
.card-wrap ul,
.card-wrap ol {
  margin-bottom: 15px;
}
.card-wrap h2,
.card-wrap h3,
.card-wrap h4 {
  margin-bottom: 10px;
}

.row_uslugi > div {
  margin-bottom: 20px;
}